* configure.in: Coalesce some function checking.
[bpt/emacs.git] / ChangeLog
1 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
2
3 * configure.in: Coalesce some function checking.
4 This makes 'configure' a bit smaller.
5 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
6
7 2012-06-12 Glenn Morris <rgm@gnu.org>
8
9 * configure.in: Anticipate platforms with no src/s file.
10
11 2012-06-12 Chong Yidong <cyd@gnu.org>
12
13 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
14
15 2012-06-11 Glenn Morris <rgm@gnu.org>
16
17 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
18
19 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
20
21 * configure.in (dbus_type_is_valid): Check for library function.
22
23 2012-06-06 Glenn Morris <rgm@gnu.org>
24
25 * INSTALL, make-dist: Remove vcdiff.
26
27 2012-06-03 Glenn Morris <rgm@gnu.org>
28
29 * INSTALL, make-dist: Remove rcs-checkin.
30
31 2012-06-03 Ulrich Müller <ulm@gentoo.org>
32
33 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
34
35 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
36
37 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
38 It is confusingly named and rarely useful. See, for example,
39 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
40 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
41 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
42 * configure.in: Remove --disable-maintainer-mode.
43 (USE_MAINTAINER_MODE, MAINT): Remove.
44
45 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
46
47 Make 'configure' a bit smaller and faster.
48 * configure.in (INSTALL_INFO): Set it with one call to
49 AC_PATH_PROG, not three.
50 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
51 so likely that it'll be needed.
52 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
53 (AC_PROG_MAKE_SET): Remove; Automake does this.
54 (sysinfo): Do not check for this function, as it's never used.
55 (tzset): Check for this function just once.
56 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
57 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
58
59 2012-05-27 Eli Zaretskii <eliz@gnu.org>
60
61 * config.bat (lib): Create/update lib/stdalign.in-h and
62 lib/sys_types.in-h.
63
64 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
65 ($(BLD)/sha1.$(O)):
66 ($(BLD)/sha256.$(O)):
67 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
68 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
69
70 * lib/getopt_.h: Regenerate.
71
72 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
73
74 Assume gnulib does largefile.
75 Gnulib does the largefile configuration anyway, so when configure.in
76 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
77 * configure.in (AC_SYS_LARGEFILE): Remove.
78 * lib/gnulib.mk: Autoupdate.
79
80 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
81
82 Merge from gnulib. (Bug#11527)
83
84 The build procedure now creates <stdalign.h> and <sys/types.h> for
85 older hosts that lack a working <stdalign.h> or whose
86 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t. New
87 symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
88 msdos and nt builds.
89
90 Here is a precis of gnulib changes that seem relevant; please see
91 the gnulib ChangeLog for details.
92
93 2012-05-18 crypto: fix bug in large buffer handling
94 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
95 2012-05-10 _Noreturn: port config.h to gcc -Wundef
96 2012-05-08 warnings.m4: give a means to specify the program to compile
97 2012-05-07 stdint: be more consistent with glibc, SunOS libc
98 2012-04-21 Large File Support for native Windows platforms.
99 2012-04-14 stat: Bypass buggy override in mingw64.
100 2012-03-29 stdio: don't assume gets any more
101 2012-03-24 Enable common subexpression optimization in GCC.
102 2012-02-09 maint: replace FSF snail-mail addresses with URLs
103 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
104 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
105 2012-01-21 stdint: Add support for Android.
106 2012-01-15 Improve support for MSVC 9.
107 2012-01-08 mktime: Avoid compilation error on Solaris 11.
108 2012-01-05 Use ', not `, for quoting output.
109 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
110 2012-01-05 strtoimax: Work around AIX 5.1 bug.
111 2012-01-05 inttypes: Modernize.
112 2011-12-13 inttypes, stdint: add C++11 support
113 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
114 2011-11-21 _Noreturn: Check that _MSC_VER is defined
115 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
116 2011-11-09 raise: fix mingw handling of SIGPIPE
117 2011-10-27 Add stdalign module and use it in other modules.
118
119 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
120 * m4/sys_types_h.m4:
121 New files.
122 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
123 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
124 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
125 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
126 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
127 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
128 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
129 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
130 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
131 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
132 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
133 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
134 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
135 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
136 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
137 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
138 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
139 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
140 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
141 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
142 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
143 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
144 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
145 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
146 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
147 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
148 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
149 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
150 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
151 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
152 Update from gnulib.
153
154 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
155
156 Remove src/m/*.
157 * configure.in: Remove all mention of src/m/*.
158 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
159 All uses removed.
160 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
161 (BITS_PER_LONG_LONG): Move to src/lisp.h.
162 * lib/makefile.w32-in: Remove dependencies on
163 $(EMACS_ROOT)/src/m/intel386.h.
164 * make-dist: Don't make links to src/m.
165
166 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
167
168 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
169 Without this further fix, aclocal was being invoked unnecessarily.
170
171 2012-05-22 Glenn Morris <rgm@gnu.org>
172
173 * Makefile.in (blessmail, install-arch-dep, uninstall):
174 Check cd lib-src works.
175 (install-arch-dep, uninstall): Remove unneeded subshells.
176
177 2012-05-21 Glenn Morris <rgm@gnu.org>
178
179 * update-subdirs: Move to build-aux/.
180 * make-dist, Makefile.in (install-arch-indep): Update for this change.
181
182 * Makefile.in (leimdir): New, set by configure.
183 (COPYDIR, COPYDESTS): Add leim directories.
184 (install-leim): Remove.
185 (install-arch-indep): Handle leim installation directly.
186
187 * vpath.sed: Remove unused file.
188 * make-dist: No more vpath.sed.
189
190 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
191
192 Use full name for m4/gnulib-comp.m4. (Bug#11529)
193 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
194 even though the file's name in gnulib is m4/gnulib-comp.m4.
195 This had a problem when merging from gnulib, as the code temporarily
196 renamed it to the full name, causing problems when interrupted.
197 Now the file has its full name, with the idea that we will find
198 a solution for MS-DOS that does not affect the rest of Emacs.
199 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
200
201 Assume C89 or later.
202 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
203 (POINTER_TYPE, PROTOTYPES): Remove.
204
205 Make merging from gnulib a script, not a makefile action.
206 Putting it in a makefile has some problems with reflection, as
207 merging from gnulib updates 'configure', which can update the makefile.
208 Putting it in a standalone script breaks this loop.
209 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
210 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
211 Remove, moving the actions to the script admin/merge-gnulib.
212
213 2012-05-21 Glenn Morris <rgm@gnu.org>
214
215 * configure.in (LEIM_INSTALLDIR):
216 Rename to leimdir, treat like lispdir.
217
218 2012-05-21 Glenn Morris <rgm@gnu.org>
219
220 * Makefile.in (install-arch-indep, install-doc, install-info)
221 (uninstall): Scrap superfluous subshells.
222
223 2012-05-19 Ulrich Mueller <ulm@gentoo.org>
224
225 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
226
227 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
228
229 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
230 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
231 getsockopt, setsockopt, mremap, mempcpy.
232
233 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
234 is being removed.
235 (AC_CHECK_FUNCS): Remove ftime.
236
237 2012-05-19 Glenn Morris <rgm@gnu.org>
238
239 * Makefile.in (install-arch-indep): Remove unneeded subshell.
240
241 * Makefile.in (install-arch-indep): Remove unneeded chmod.
242 Set permissions of lisp/subdirs.el.
243
244 * Makefile.in (SUBDIR): Add leim. Update users.
245
246 * Makefile.in (lib, lib-src, lisp): Check cd return value.
247
248 * Makefile.in (leim): No need to set PARALLEL.
249
250 2012-05-18 Glenn Morris <rgm@gnu.org>
251
252 * Makefile.in (install-arch-indep, install-info, install-man):
253 Simplify some one-sided ifs.
254
255 * Makefile.in: Install only the relevant DOC file.
256 (install-arch-indep): Delete etc/DOC*.
257 (install-doc): No more need to delete etc/DOC.
258
259 * Makefile.in (install-arch-indep): Split into several rules.
260 (install-doc, innstall-info, install-man): New rules.
261
262 * configure.in (mandir): May as well include it in the NS app bundle.
263
264 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
265 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
266 (install-arch-indep): Don't install-etc for self-contained ns builds.
267
268 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
269 No longer unconditonally add /sw directories. (Bug#2280)
270
271 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
272 (install-arch-indep): Depend on install-leim.
273 (install): Remove explicit install-leim dependence.
274
275 * Makefile.in (install-arch-indep):
276 Move last element of mkdir rule here.
277 (mkdir): Remove rule.
278
279 * Makefile.in (install-arch-indep): Remove unneeded chmods.
280 INSTALL_DATA does this for us.
281
282 * Makefile.in (install-arch-dep): Ensure bindir exists.
283 Drop mkdir dependency.
284 (install-arch-indep): Ensure docdir, infodir, mandir exist.
285 (install-leim): Drop mkdir dependency.
286 (mkdir): Remove most directories, now made in relevant rules.
287
288 * Makefile.in (install-arch-indep): Combine adjacent loops.
289
290 2012-05-17 Glenn Morris <rgm@gnu.org>
291
292 * Makefile.in (install-etc, mkdir):
293 Make relevant directories in install-etc rather than mkdir.
294
295 * Makefile.in (write_subdir): Create the directory if needed.
296 (install-arch-dep, mkdir): No need to make site-lisp directories.
297
298 * Makefile.in (write_subdir): New.
299 (install-arch-indep, install-arch-dep): Use $write_subdir.
300
301 * configure.in (docdir, etcdir, infodir, lispdir):
302 For a self-contained ns build, set these to the appropriate values.
303 * Makefile.in (install-arch-dep): No need to move info/ any more.
304
305 * configure.in (ns_self_contained): New output variable.
306 * Makefile.in (ns_self_contained): New, set by configure.
307 (install-arch-dep): For a self-contained ns build,
308 don't bother installing binaries then immediately deleting them.
309
310 * Makefile.in (ns_appbindir, ns_appresdir):
311 Move them before things that may refer to them.
312 (install-arch-dep): No need to relocate self-contained ns libexec.
313
314 * configure.in (archlibdir): Set it for self-contained ns builds.
315 (libexecdir): Don't expand it now (this is mainly cosmetic).
316
317 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
318
319 * configure.in: Simplify by removing CPP etc.
320 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
321 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
322 In particular we no longer need to fiddle with CPP, since we don't
323 use CPP specially any more.
324 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
325 adjusted compiler.
326 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
327 since gl_EARLY and/or Autoconf already does these.
328
329 2012-05-16 Glenn Morris <rgm@gnu.org>
330
331 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
332 (CPP): Do not unconditionally set it on Darwin.
333 Instead, try to test if -no-cpp-precomp is accepted.
334 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
335
336 2012-05-15 Glenn Morris <rgm@gnu.org>
337
338 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
339
340 * Makefile.in (install-arch-dep): Do not hard-code version number.
341
342 * Makefile.in (install-arch-dep): NS install no longer needs to
343 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
344
345 2012-05-12 Glenn Morris <rgm@gnu.org>
346
347 * configure.in (ns_appbindir): Remove trailing "/".
348
349 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
350 (MKDEPDIR): Use $MKDIR_P.
351 * Makefile.in (MKDIR_P): New, set by configure.
352 (mkdir): Use $MKDIR_P.
353
354 2012-05-11 Glenn Morris <rgm@gnu.org>
355
356 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
357 Use INSTALL_DATA for the DOC file.
358 Remove dead code for ./lisp that never executes.
359
360 2012-05-10 Glenn Morris <rgm@gnu.org>
361
362 * configure.in (LEIM_INSTALLDIR): New output variable.
363
364 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
365
366 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
367
368 2012-05-08 Glenn Morris <rgm@gnu.org>
369
370 * make-dist: No more doc/lispref/*.el.
371
372 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
373
374 * configure.in: Fix quoting bugs.
375
376 2012-05-04 Glenn Morris <rgm@gnu.org>
377
378 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
379
380 2012-05-02 Glenn Morris <rgm@gnu.org>
381
382 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
383 the choices made by FreeBSD and NetBSD. (Bug#10313)
384
385 * Makefile.in (INFO_FILES): Remove variable.
386 (INFO_NONMISC): New variable.
387 (install-arch-indep, uninstall): Don't use $INFO_FILES.
388
389 * Makefile.in (uninstall): Remove useless-use-of-for; that for
390 some reason caused problems on an old Solaris.
391
392 * Makefile.in (install-arch-indep, uninstall):
393 Ensure that INSTALL-type commands are run from top-level.
394
395 * info/dir: Make some entries consistent with the source texi files.
396
397 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
398
399 2012-05-02 Glenn Morris <rgm@gnu.org>
400
401 * Makefile.in (install-arch-indep):
402 Combine adjacent install-data and install-info loops.
403
404 2012-05-01 Glenn Morris <rgm@gnu.org>
405
406 * Makefile.in (MAN_PAGES): Remove.
407 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
408
409 * configure.in: Try libtinfo for tputs.
410 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
411
412 * configure.in: Combine adjacent $opsys case blocks.
413
414 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
415
416 * configure.in: Invert the TERMINFO logic,
417 since "yes" is far more common than "no".
418
419 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
420
421 * configure.in (LD_SWITCH_X_SITE_RPATH):
422 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
423
424 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
425
426 2012-04-26 Glenn Morris <rgm@gnu.org>
427
428 * make-dist: No more doc/lispref/tindex.pl.
429
430 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
431
432 * configure.in (dbus_validate_bus_name, dbus_validate_path)
433 (dbus_validate_interface, dbus_validate_member): Check also for
434 these library functions.
435
436 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
437
438 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
439 With glibc 2.14 or later, when compiled with GCC 4.7.0's
440 -Werror=deprecated-declarations flag, use of hooks like
441 __malloc_initialize_hook causes compilation to fail because these
442 hooks are deprecated. Modify 'configure' to check for these hooks too.
443 Simplify the 'configure' code to test for all the hooks at once.
444 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
445 (emacs_cv_var_doug_lea_malloc): ... this new var.
446
447 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
448
449 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
450 dated 2011-10-07. Regenerating from current gnulib would be a
451 pervasive change, and currently the trunk isn't open to such changes.
452 * configure.in (WARN_CFLAGS): Remove; no longer needed now
453 that gnulib does it.
454 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
455
456 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
457
458 * m4/gl-comp.m4: Update. (Bug#11285)
459
460 2012-04-20 Ludovic Courtès <ludo@gnu.org>
461
462 * configure.in: Don't use the -R option (Bug#11251).
463
464 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
465
466 configure: new option --enable-gcc-warnings (Bug#11207)
467 I have been using this change for many months in my private copy
468 of Emacs, and have used it to find several bugs. It's mature
469 enough to publish now.
470 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
471 * configure.in: Support --enable-gcc-warnings, in the style of
472 other GNU packages such as coreutils.
473 (C_WARNINGS_SWITCH): Remove, replacing with...
474 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
475 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
476 when including system files with GCC.
477 * etc/NEWS: Mention --enable-gcc-warnings.
478 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
479 * lib/Makefile.am (AM_CFLAGS): New macro.
480 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
481
482 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
483
484 * configure.in (AC_CHECK_FUNCS):
485 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
486
487 2012-04-16 Glenn Morris <rgm@gnu.org>
488
489 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
490
491 * configure.in: Remove X libs workaround for old autoconf.
492
493 2012-04-12 Ken Brown <kbrown@cornell.edu>
494
495 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
496
497 2012-04-11 Glenn Morris <rgm@gnu.org>
498
499 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
500
501 2012-04-10 Glenn Morris <rgm@gnu.org>
502
503 * configure.in: Conditionally generate admin/unidata/Makefile.
504
505 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
506
507 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
508
509 2012-04-09 Glenn Morris <rgm@gnu.org>
510
511 * Makefile.in (leim): Check cd return value. Pass fewer variables.
512 (install-leim): Check cd return value. Pass $MFLAGS.
513 (install-strip): Pass $MFLAGS.
514
515 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
516 Eg org.texi has been using 4.7 functions for some time.
517
518 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
519
520 Check pkg-config exit status when configuring (Bug#10626).
521 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
522 works; check its exit status. Problem reported by Jordi Gutiérrez
523 Hermoso in
524 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
525
526 2012-04-07 Glenn Morris <rgm@gnu.org>
527
528 * README, configure.in (AC_INIT): Bump version to 24.1.50.
529
530 2012-04-07 Eli Zaretskii <eliz@gnu.org>
531
532 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
533
534 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
535
536 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
537 * configure.in (LIBS_TERMCAP): Default this to the result of
538 the tputs library search. Do a run-time test for the linkability
539 of tputs unless cross-compiling, as that's more reliable if the
540 link flags and libraries are messed up. Don't change LIBS as
541 a result of the test, as that may mess up later tests.
542
543 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
544
545 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
546
547 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
548 specific makefiles to support getopt_.h generation with MSVC.
549
550 2012-02-04 Glenn Morris <rgm@gnu.org>
551
552 * Makefile.in (uninstall):
553 Handle compressed info files and man pages. (Bug#10718)
554
555 2012-02-02 Glenn Morris <rgm@gnu.org>
556
557 * configure.in [HAVE_NS]:
558 Error if use --without-toolkit-scroll-bars. (Bug#10673)
559
560 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
561
562 Port to older Solaris 10 versions (Bug#10677).
563 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
564 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
565 possibly this is because Sun fixed the 'stat' bug in my version.
566 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
567 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
568 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
569 These changes are based on gnulib version
570 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
571 because Emacs is in feature freeze and we do not want to merge any
572 more-recent changes from gnulib.
573
574 2012-01-31 Glenn Morris <rgm@gnu.org>
575
576 * configure.in: Throw an explicit error if Motif toolkit was
577 requested but requirements could not be found.
578
579 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
580
581 2012-01-30 Eli Zaretskii <eliz@gnu.org>
582
583 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
584 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
585 with "make -j3".
586
587 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
588
589 * .bzrignore: Ignore etc/__pycache__.
590
591 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
592
593 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
594 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
595 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
596 by Nelson H. F. Beebe in
597 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
598
599 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
600
601 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
602
603 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
604
605 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
606 instead of LDFLAGS (Bug#10230).
607
608 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
609
610 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
611
612 Propagate configure flags to sub-configures.
613 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
614 New macros.
615 (config.status, bootstrap): Use them to propagate configure flags
616 to sub-configures.
617 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
618
619 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
620
621 * .bzrignore: Add config.cache.
622
623 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
624
625 * configure.in: Check for gtk_window_set_has_resize_grip.
626
627 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
628
629 * configure.in (HAVE_XPM): Fix typo.
630
631 2011-11-22 Glenn Morris <rgm@gnu.org>
632
633 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
634 have confusing effects on the build. (Bug#6401)
635
636 * Makefile.in (install-arch-dep): Tweak previous change.
637
638 2011-11-22 Yavor Doganov <yavor@gnu.org>
639
640 Do not install arch-dependent files in the app bundle if
641 --disable-ns-self-contained is requested. (Bug#1335)
642 * configure.in (exec_prefix, libexecdir): Define relative to
643 `ns_appbindir' only if configured for a self-contained app.
644 * Makefile.in (install-arch-dep): Test for the existence of
645 libexec in the Emacs.app bundle before executing commands.
646
647 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
648
649 * configure.in: Remove reference to src/m/ibms390.h.
650
651 2011-11-13 Glenn Morris <rgm@gnu.org>
652
653 * INSTALL: Tiny updates for disk space used during installation.
654
655 2011-11-05 Eli Zaretskii <eliz@gnu.org>
656
657 * lib/makefile.w32-in (FRC): New dummy target.
658 (TAGS): Depend on FRC.
659
660 2011-11-04 Glenn Morris <rgm@gnu.org>
661
662 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
663 Do not include GnuTLS version info in final summary message.
664
665 2011-10-31 Eli Zaretskii <eliz@gnu.org>
666
667 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
668 they exist there, else from autogen/.
669
670 * make-dist (msdos): Add depfiles.bat and inttypes.h.
671
672 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
673
674 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
675
676 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
677
678 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
679 if the library is found. Otherwise, later configure-time tests,
680 such as the test for pthread_sigmask, generate the wrong results
681 on some platforms. Problem reported for FreeBSD by Nali Toja.
682
683 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
684
685 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
686 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
687 Remove; no longer needed, now that we defer to strftime for time
688 zone names.
689
690 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
691
692 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
693
694 2011-10-18 Chong Yidong <cyd@gnu.org>
695
696 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
697
698 2011-10-13 Glenn Morris <rgm@gnu.org>
699
700 * configure.in: Also look for tputs in libcurses. (Bug#9736)
701
702 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
703
704 * configure.in: Remove check for -lintl (Bug#9713).
705 The check could break 'configure' on GNU/Linux with a (broken) libintl.
706 The check was helpful but not essential in Solaris 2.6 (1997),
707 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
708 obsolete -- Sun dropped support for it in 2006 -- and without
709 access to that Silurian platform we can't maintain the code anyway.
710
711 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
712
713 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
714 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
715 * m4/gnulib-common.m4: Merge from gnulib.
716 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
717 command not found" on powerpc-apple-darwin9.8.0.
718
719 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
720 This is now done by src/alloc.c.
721
722 2011-10-02 Richard Stallman <rms@gnu.org>
723
724 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
725 and xlinux_second_failure to xgnu_linux_second_failure.
726
727 2011-09-29 Eli Zaretskii <eliz@gnu.org>
728
729 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
730 lib/signal.in-h.
731
732 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
733 Rename signal.in.h and alloca.in.h.
734
735 2011-09-28 Eli Zaretskii <eliz@gnu.org>
736
737 * INSTALL: Mention that m17n libraries and libotf are needed for
738 Arabic shaping.
739
740 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
741
742 Merge from gnulib, improving some licensing wording.
743 This clarifies and fixes some licensing issues raised by Glenn Morris
744 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
745 It also merges the latest version of texinfo.tex and has some
746 MSVC-related changes that don't affect Emacs.
747 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
748 pathmax, and raise, since these are needed only to address
749 MSVC-related issues that Emacs doesn't have.
750 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
751 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
752 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
753 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
754 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
755 * m4/unistd_h.m4: Merge from gnulib.
756
757 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
758
759 * configure.in: Initialize HAVE_LIBXML2.
760
761 2011-09-26 Glenn Morris <rgm@gnu.org>
762
763 * make-dist: Add lib/makefile.w32-in.
764
765 2011-09-24 Glenn Morris <rgm@gnu.org>
766
767 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
768
769 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
770
771 * .dir-locals.el: Change the debbugs regexp to allow having the
772 bug number as the first thing on a line.
773
774 2011-09-15 Glenn Morris <rgm@gnu.org>
775
776 * configure.in: Make configure work with recent GNUsteps.
777 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
778 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
779 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
780
781 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
782
783 Merge from gnulib, porting to Tru64.
784 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
785 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
786 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
787 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
788 doesn't affect Emacs.
789
790 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
791
792 * configure.in (isnan): Remove now-unnecessary check.
793
794 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
795
796 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
797 This is to fix the following problems:
798 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
799 configured not to use gtk or any other thread-using library,
800 signals aren't blocked correctly.
801 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
802 and IRIX's signal handling.
803 . On Cygwin 1.7.5 it works around an incompatibility with
804 the system pthread_sigmask.
805 . On MacOS X 10.5 (32-bit), files whose inode numbers
806 exceed 2**31 cannot be read or manipulated.
807 . pthread_sigmask: Actually use results of gl_THREADLIB.
808 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
809 . find 'ar' program that fits with --host argument.
810 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
811 * autogen/README: Update destination list.
812 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
813 The autogenerated files compile, config.guess,
814 config.sub, depcomp, install-sh, and missing are now in build-aux.
815 * m4/largefile.m4: New file, so that Emacs does not mess up when
816 accessing files with large inode numbers in MacOS X 10.5 and later.
817 * m4/nocrash.m4: New file, to avoid triggering background debugger
818 and/or create core dumps during 'configure'.
819 * build-aux/move-if-change: Renamed from move-if-change.
820 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
821 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
822 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
823 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
824 * Makefile.in (epaths-force, sync-from-gnulib):
825 move-if-change is now in build-aux.
826 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
827 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
828 (mkdir): install-sh is now in build-aux.
829 * config.bat: c++defs.h is now in build-aux/snippets.
830 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
831 usual parameter).
832 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
833 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
834 to build-aux/snippet.
835 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
836 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
837 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
838 Solaris, enables MacOS extensions, and enables nocrash during
839 'configure'.
840 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
841
842 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
843
844 * configure.in (snprintf): New check.
845
846 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
847
848 * configure.in (opsys): Change pattern to *-*-linux*
849 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
850 Remove unreachable pattern hppa*-*-linux-gnu*.
851 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
852 and that can't possibly work now that src/m/hp800.h no longer exists.
853
854 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
855
856 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
857
858 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
859
860 * configure.in: Add header check: sys/socket.h (Bug#8477),
861 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
862 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
863
864 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
865
866 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
867 (HAVE_GTK_AND_PTHREAD): Remove.
868
869 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
870
871 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
872 build, not just GNUstep (Bug#9177).
873
874 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
875
876 Assume freestanding C89 headers, string.h, stdlib.h.
877 Again, this simplifies the code, and all current platforms have these.
878 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
879 (AC_HEADER_STDC): Remove.
880 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
881 (strchr, strrchr): Remove fallback macros.
882
883 Assume support for memcmp, memcpy, memmove, memset.
884 This simplifies the code a bit. All current platforms have these,
885 as they are required for C89. If this turns into a problem we
886 can add the gnulib modules for these (a 1-line change to Makefile.in).
887 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
888
889 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
890
891 * GNUmakefile: New file.
892 This is for convenience, so that one can run GNU make in an
893 unconfigured source tree, and get a default build.
894
895 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
896
897 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
898
899 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
900
901 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
902 so as to suppress address randomization (Bug#8395).
903
904 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
905
906 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
907 This fixes a build problem on older Mac OS X hosts.
908
909 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
910 test, which runs afoul of Automake installations where, for example,
911 /usr/share/aclocal contains a copy of gl_THREADLIB.
912 Problem reported by Sven Joachim in
913 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
914 This is just a quick temporary fix, specific to Emacs; I'll work
915 with the other gnulib maintainers to get a more-permanent fix.
916
917 Add gnulib's strtoimax module, needed on Solaris 8.
918 * Makefile.in (GNULIB_MODULES): Add strtoimax.
919 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
920 automatically imported from gnulib.
921 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
922
923 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
924
925 Add gnulib support for pthread_sigmask (Bug#9010).
926 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
927 * configure.in (AC_TYPE_UID_T): New dummy macro.
928 Configure gnulib after adjusting LIBS,
929 so that gnulib can assume the libraries in LIBS.
930 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
931 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
932 * lib/pthread_sigmask.c:
933 New files, automatically imported from gnulib.
934 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
935 due to the above changes.
936 * .bzrignore: Add lib/signal.h.
937
938 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
939
940 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
941
942 * configure.in (maintainer-mode): Reflect default in help string.
943
944 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
945
946 * configure.in: Remove reference to iris4d.h.
947
948 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
949
950 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
951
952 2011-07-01 Glenn Morris <rgm@gnu.org>
953
954 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
955
956 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
957
958 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
959 which made ./configure infloop.
960
961 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
962
963 * configure.in (gsettings): New option and check for GSettings.
964
965 2011-06-29 Glenn Morris <rgm@gnu.org>
966
967 * configure.in: Try to test for the required crt*.o files.
968
969 2011-06-27 Bill Wohler <wohler@newt.com>
970
971 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
972
973 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
974
975 Use gnulib's dup2 module instead of rolling our own.
976 * Makefile.in (GNULIB_MODULES): Add dup2.
977 * configure.in: Do not check for dup2; gnulib does that now.
978 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
979
980 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
981
982 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
983
984 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
985
986 Use gnulib's alloca-opt module.
987 * .bzrignore: Add lib/alloca.h.
988 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
989 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
990 as gnulib now does that for us. Put alloca check in config.h.
991 Include <alloca.h> before any other include file, for AIX 3.
992 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
993 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
994
995 2011-06-21 Leo Liu <sdl.web@gmail.com>
996
997 * m4/sha256.m4:
998 * m4/sha512.m4:
999 * m4/gl-comp.m4:
1000 * lib/u64.h:
1001 * lib/sha256.c:
1002 * lib/sha256.h:
1003 * lib/sha512.c:
1004 * lib/sha512.h:
1005 * lib/makefile.w32-in (GNULIBOBJS):
1006 * lib/gnulib.mk:
1007 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
1008 crypto/sha512 modules from gnulib.
1009
1010 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
1011
1012 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
1013
1014 2011-06-17 Glenn Morris <rgm@gnu.org>
1015
1016 * configure.in: Restore the behavior of checking crt-dir only
1017 when the user specified it (not all platforms use it).
1018
1019 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
1020
1021 * m4/lstat.m4: Merge from gnulib (Bug#8878).
1022
1023 2011-06-16 Miles Bader <miles@gnu.org>
1024
1025 * configure.in: Try to determine CRT_DIR automatically when
1026 using gcc.
1027
1028 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
1029
1030 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
1031 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
1032 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
1033 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
1034 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
1035 Merge from gnulib.
1036
1037 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
1038
1039 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
1040
1041 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
1042
1043 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
1044
1045 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
1046
1047 * configure.in: Add --with-wide-int.
1048 * INSTALL: Mention this.
1049
1050 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
1051
1052 Merge from gnulib.
1053 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
1054
1055 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1056
1057 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
1058
1059 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
1060
1061 Use 'inline', not 'INLINE'.
1062 * configure.in (INLINE): Remove.
1063
1064 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
1065
1066 Adjust to recent gnulib change for @GUARD_PREFIX@.
1067 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
1068 All uses of _GL_ for guard prefixes in lib/*.h replaced with
1069 _@GUARD_PREFIX@_.
1070
1071 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1072
1073 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
1074
1075 2011-05-24 Glenn Morris <rgm@gnu.org>
1076
1077 * Makefile.in (check): Just give a message if no test/ directory.
1078
1079 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
1080
1081 * configure.in (OPT_MAKEFILES_IN): Remove.
1082 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
1083 (SUBDIR_MAKEFILES_IN): New output variable.
1084 * Makefile.in (OPT_MAKEFILES_IN): Remove.
1085 (SUBDIR_MAKEFILES_IN): Let configure set it.
1086
1087 2011-05-24 Leo Liu <sdl.web@gmail.com>
1088
1089 * m4/sha1.m4:
1090 * m4/gl-comp.m4:
1091 * lib/sha1.h:
1092 * lib/sha1.c:
1093 * lib/makefile.w32-in (GNULIBOBJS):
1094 * lib/gnulib.mk:
1095 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
1096
1097 2011-05-24 Glenn Morris <rgm@gnu.org>
1098
1099 * configure.in: Remove test for already configured source directory.
1100 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
1101
1102 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
1103
1104 2011-05-24 Glenn Morris <rgm@gnu.org>
1105
1106 * make-dist: Don't distribute test/. (Bug#8107)
1107 * configure.in (OPT_MAKEFILES_IN): New output variable.
1108 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
1109 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
1110 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
1111 (check): Give an explicit error if test/ is not present.
1112
1113 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
1114 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
1115 (Makefile): Use $SUBDIR_MAKEFILES_IN.
1116
1117 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
1118
1119 * lib/verify.h: Merge from gnulib.
1120
1121 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
1122
1123 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
1124 Merge from gnulib.
1125
1126 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
1127
1128 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
1129
1130 2011-05-20 Eli Zaretskii <eliz@gnu.org>
1131
1132 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
1133
1134 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
1135
1136 2011-05-20 Glenn Morris <rgm@gnu.org>
1137
1138 * configure.in (lisp_frag): New output file.
1139
1140 2011-05-19 Glenn Morris <rgm@gnu.org>
1141
1142 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
1143 (WINDOW_SUPPORT): Remove output variables that are no longer used.
1144
1145 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1146
1147 * lib/gnulib.mk:
1148 * lib/intprops.h:
1149 * lib/unistd.in.h:
1150 * m4/inttypes.m4:
1151 * m4/stdint.m4:
1152 * m4/unistd_h.m4: Sync from gnulib.
1153
1154 2011-05-14 Glenn Morris <rgm@gnu.org>
1155
1156 * configure.in: Treat failure to find an X toolkit the same way we treat
1157 failure to find X and image support.
1158
1159 2011-05-12 Glenn Morris <rgm@gnu.org>
1160
1161 * Makefile.in (src, install-arch-indep, bootstrap-clean)
1162 (check-declare): Shell portability fixes. (Bug#8642)
1163
1164 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1165
1166 * configure.in: Require GnuTLS 2.6.x or higher.
1167
1168 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
1169
1170 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
1171 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
1172 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
1173
1174 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
1175 This new gnulib-tool option saves 'configure' the trouble of
1176 checking for strtoull when strtoumax exists.
1177
1178 * configure.in (BITS_PER_LONG_LONG): New macro.
1179
1180 2011-05-05 Glenn Morris <rgm@gnu.org>
1181
1182 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
1183 (top_distclean): Delete config.log~.
1184
1185 2011-04-27 Ben Key <bkey76@gmail.com>
1186
1187 * configure.in: Fixed a bug that caused configure with
1188 --enable-checking=stringoverrun to have no effect.
1189
1190 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
1191
1192 * configure.in: Suppress unnecessary checks for size_t.
1193 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
1194 (size_t): Do not check for this, and do not typedef. This code
1195 is never exercised now.
1196
1197 * Makefile.in (GNULIB_MODULES): Add strtoumax.
1198 This is needed for the new integer-reading code in lread.c.
1199 It automatically pulls in the following gnulib files, which
1200 are used on old-fashioned platforms that don't have strtoumax:
1201 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
1202 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
1203 m4/strtoull.m4, m4/strtoumax.m4.
1204 * .bzrignore: Add lib/inttypes.h.
1205
1206 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
1207
1208 * configure.in: Check for GnuTLS certificate verify callbacks.
1209
1210 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1211
1212 * Makefile.in (config.status): Don't erase in case of error.
1213 In case it disappeared, rebuild it with `configure'.
1214
1215 2011-04-20 Ken Brown <kbrown@cornell.edu>
1216
1217 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
1218
1219 2011-04-12 Glenn Morris <rgm@gnu.org>
1220
1221 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
1222
1223 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
1224
1225 * lib/allocator.c: New file, automatically generated by gnulib.
1226
1227 2011-04-07 Glenn Morris <rgm@gnu.org>
1228
1229 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
1230
1231 2011-04-06 Eli Zaretskii <eliz@gnu.org>
1232
1233 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
1234 Revert last change.
1235
1236 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
1237
1238 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
1239 ($(BLD)/careadlinkat.$(O)): New target.
1240 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1241 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
1242 Update dependencies.
1243
1244 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
1245
1246 Fix more problems found by GCC 4.6.0's static checks.
1247
1248 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
1249
1250 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
1251 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
1252 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
1253 * m4/ssize_t.m4: New files, automatically generated from gnulib.
1254
1255 2011-04-06 Glenn Morris <rgm@gnu.org>
1256
1257 * autogen/update_autogen: Handle loaddefs-like files as well.
1258 (usage): Add -l, -C.
1259 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
1260 With -l, check status of lisp/ as well.
1261 With -C, clean before building.
1262 (autoreconf): Only pass -f in the `clean' case.
1263 (commit): New function.
1264
1265 2011-03-28 Glenn Morris <rgm@gnu.org>
1266
1267 * autogen/update_autogen: Pass -f to autoreconf.
1268
1269 * autogen.sh (get_version): Discard "not found" lines.
1270 (check_version): Respect $AUTOCONF etc environment variables.
1271
1272 2011-03-27 Glenn Morris <rgm@gnu.org>
1273
1274 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
1275 (AH_BOTTOM): Do not define SIGTYPE.
1276
1277 2011-03-26 Glenn Morris <rgm@gnu.org>
1278
1279 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
1280 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
1281
1282 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
1283
1284 * autogen/update_autogen: Remove useless function keyword.
1285
1286 2011-03-25 Eli Zaretskii <eliz@gnu.org>
1287
1288 * config.bat: Generate src/config.h and lib/Makefile from
1289 autogen/config.in and autogen/Makefile.in.
1290
1291 2011-03-25 Glenn Morris <rgm@gnu.org>
1292
1293 * compile, config.guess, config.sub, depcomp, install-sh, missing:
1294 Remove; autoreconf can supply them.
1295 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
1296 config.guess, install-sh. Pass -i to autoreconf.
1297 * autogen/update_autogen (genfiles): Add compile, config.guess,
1298 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
1299 Discard non-error output from autoreconf in -q case.
1300 * autogen/compile, autogen/config.guess, autogen/config.sub:
1301 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
1302 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
1303 install-sh, missing.
1304
1305 2011-03-23 Glenn Morris <rgm@gnu.org>
1306
1307 * autogen/update_autogen: Fix typo.
1308 (msg): Remove function; use `exec' instead.
1309
1310 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
1311 (sync-from-gnulib): Don't sync mkinstalldirs.
1312 * make-dist: Don't distribute mkinstalldirs.
1313
1314 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
1315
1316 Fix more problems found by GCC 4.5.2's static checks.
1317 * Makefile.in (GNULIB_MODULES): Add socklen.
1318 * configure.in: Do not check for sys/socket.h, since socklen does that.
1319 * m4/socklen.m4: New automatically-generated file, from gnulib.
1320
1321 fakemail: Remove dependency on ignore-value.
1322 * Makefile.in (GNULIB_MODULES): Add stdio.
1323 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
1324 imported from gnulib.
1325 * .bzrignore: Add lib/stdio.h.
1326
1327 2011-03-22 Glenn Morris <rgm@gnu.org>
1328
1329 * autogen/copy_autogen: Work from ./ or ../.
1330 Fix time-stamps.
1331 * autogen.sh: Doc fix.
1332
1333 2011-03-20 Glenn Morris <rgm@gnu.org>
1334
1335 * autogen/: New directory, to be excluded from releases.
1336 * autogen/copy_autogen, autogen/update_autogen: New scripts.
1337 * autogen/README: New file.
1338 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
1339 * autogen/Makefile.in: Add auto-updated generated files.
1340 * autogen.sh: No longer a no-op, now it tests for autotools
1341 and runs them as necessary.
1342 * configure.in: Default maintainer-mode to on.
1343 * aclocal.m4, configure, lib/Makefile.in: Remove files.
1344
1345 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
1346
1347 Update for gnulib.
1348 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
1349 includes <intprops.h> directly.
1350 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
1351 when building Emacs on Solaris 9 and running it on Solaris 10.
1352
1353 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1354
1355 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
1356
1357 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
1358
1359 * Version 23.3 released.
1360
1361 2011-03-06 Glenn Morris <rgm@gnu.org>
1362
1363 * configure.in (FREETYPE_LIBS): Actually set it to something.
1364
1365 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1366
1367 Work around some portability problems with symlinks.
1368
1369 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
1370 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
1371 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
1372 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
1373 * m4/symlink.m4:
1374 New files, automatically generated from gnulib.
1375 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1376 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
1377
1378 2011-02-26 Eli Zaretskii <eliz@gnu.org>
1379
1380 * .bzrignore: Ignore new lib/*.in-h files.
1381
1382 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
1383 depfiles.bat even if lib/deps already exist.
1384
1385 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
1386
1387 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
1388 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
1389 recent changes to configure.in and to gnulib.
1390
1391 2011-02-24 Glenn Morris <rgm@gnu.org>
1392
1393 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
1394 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
1395
1396 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
1397
1398 Assume S_ISLNK etc. work, since gnulib supports this.
1399 * Makefile.in (GNULIB_MODULES): Add sys_stat.
1400 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
1401 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
1402 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
1403
1404 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
1405
1406 * lib/min-max.h: New file, for "min" and "max".
1407
1408 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
1409
1410 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
1411 $(EMACS_ROOT)/nt/inc/stdint.h.
1412
1413 2011-02-21 Eli Zaretskii <eliz@gnu.org>
1414
1415 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
1416 src/makefile.w32-in and adapt. Depend on stamp_BLD.
1417 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
1418
1419 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1420
1421 Import filemode module from gnulib.
1422 * .bzrignore: Add lib/sys/.
1423 * Makefile.in (GNULIB_MODULES): Add filemode.
1424 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
1425 * lib/filemode.c: Renamed from src/filemode.c and regenerated
1426 from gnulib. This adds support for some more file types, e.g.,
1427 Cray DMF migrated files.
1428 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
1429 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
1430 * m4/sys_stat_h.m4: New files, generated from gnulib.
1431 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1432 Regenerate.
1433
1434 2011-02-20 Eli Zaretskii <eliz@gnu.org>
1435
1436 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
1437 $(EMACS_ROOT)/nt/inc/sys/stat.h.
1438
1439 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1440
1441 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
1442 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
1443 is no longer needed, due to the recent SSDATA and related changes.
1444 Perhaps -Wno-pointer-sign should also be removed from
1445 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
1446 way to test this so I left it alone.
1447 * configure: Regenerate.
1448
1449 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
1450
1451 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
1452 src/makefile.w32-in.
1453
1454 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1455
1456 Import crypto/md5 and stdint modules from gnulib.
1457 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1458 Regenerate.
1459 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
1460 Import the new versions from gnulib; they assume a C99-style
1461 <stdint.h>, supplied by the stdint module.
1462 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
1463 imported from gnulib.
1464 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
1465 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
1466 special cases.
1467
1468 2011-02-19 Eli Zaretskii <eliz@gnu.org>
1469
1470 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
1471 Add lib/deps/.
1472
1473 * config.bat: Configure in `lib'.
1474 Generate *.Po files in lib/deps.
1475
1476 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
1477
1478 Import IRIX 6.5 getloadavg fixes from gnulib.
1479 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
1480
1481 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
1482
1483 Import getloadavg module from gnulib.
1484 * .bzrignore: Add lib/stdlib.h.
1485 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1486 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
1487 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
1488 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
1489 Remove; gnulib does this now.
1490 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
1491 from gnulib. This adds support for several other systems, such
1492 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
1493 buffer overrun on Linux hosts under very high load, and on hosts
1494 that maintain a channel to the load average file it makes sure
1495 the file descriptor is close-on-exec (on hosts that support this)
1496 and is not stdin, stdout, or stderr.
1497 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
1498 from gnulib.
1499 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1500 * src/config.in: Regenerate.
1501
1502 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1503
1504 Merge from gnulib.
1505
1506 * install-sh: Update to scriptversion 2011-01-19.21.
1507
1508 2011-02-13 Bruno Haible <bruno@clisp.org>
1509
1510 Consistent macro naming for macros that use GCC __attribute__.
1511 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
1512 ATTRIBUTE_DEPRECATED.
1513
1514 2011-02-12 Bruno Haible <bruno@clisp.org>
1515
1516 setlocale: Prefer gnulib's override over libintl's override.
1517 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
1518 GNULIB_defined_setlocale is set.
1519
1520 2011-02-13 Glenn Morris <rgm@gnu.org>
1521
1522 * make-dist: Exclude generated file src/globals.h.
1523
1524 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
1525
1526 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
1527 Sync from gnulib, which has been patched to fix the problem
1528 with the license notices. Problem reported by Glenn Morris in
1529 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
1530
1531 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * .bzrignore: Ignore globals.h and related stamp.
1534
1535 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1536
1537 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
1538 This merges the following fix from gnulib:
1539
1540 2011-02-08 Bruno Haible <bruno@clisp.org>
1541
1542 Split large sed scripts, for HP-UX sed.
1543
1544 2011-02-08 Tom Tromey <tromey@redhat.com>
1545
1546 * configure: Rebuild.
1547 * configure.in (NS_OBJC_OBJ): New subst.
1548
1549 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
1550
1551 gnulib: allow multiple gnulib generated replacements to coexist
1552 This defines a few preprocessor symbols that should not affect Emacs.
1553 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
1554 via "make sync-from-gnulib".
1555
1556 gnulib: undo previous change
1557 The upstream _HEADERS change was backed out of gnulib (see the
1558 same thread). Stay in sync with gnulib.
1559
1560 gnulib: adjust to upstream _HEADERS change
1561 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
1562 New empty macros, to accommodate recent changes to gnulib. See
1563 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
1564 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
1565 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
1566 * lib/time.in.h, lib/unistd.in.h:
1567 Regenerate.
1568
1569 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
1570
1571 sync from gnulib to remove HAVE_STDBOOL_H
1572 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
1573 AC_HEADER_STDBOOL. All uses changed. Do not define
1574 HAVE_STDBOOL_H, as gnulib does not need this. This change is
1575 imported from the latest Autoconf git. It was motivated by Emacs,
1576 which uses gnulib but does not need HAVE_STDBOOL_H.
1577 * configure, src/config.in: Regenerate.
1578 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
1579
1580 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1581
1582 allow C code to suppress warnings about ignored return values
1583 * Makefile.in (GNULIB_MODULES): Add ignore-value.
1584 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1585 * lib/ignore-value.h: New file.
1586
1587 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1588
1589 * configure.in: Test existence of xaw3d library, not just the
1590 header (Bug#7642).
1591
1592 2011-01-31 Eli Zaretskii <eliz@gnu.org>
1593
1594 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
1595 $(BLD)/time_r.$(O).
1596 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
1597 $(EMACS_ROOT)/src/m/intel386.h.
1598 ($(BLD)/strftime.$(O)):
1599 ($(BLD)/time_r.$(O)): Define prerequisites.
1600
1601 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
1602
1603 src/emacs.c now gets version number from configure.in
1604 * configure.in (version): Set this from $PACKAGE_VERSION,
1605 which is set from AC_INIT, rather than scouting through src/emacs.c.
1606 * configure: Regenerate.
1607 * make-dist (version): Get it from configure.in, not src/emacs.c.
1608
1609 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1610
1611 strftime: import from gnulib
1612 * Makefile.in (GNULIB_MODULES): Add strftime.
1613 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
1614 needed.
1615 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1616 Regenerate.
1617 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
1618 imported from gnulib.
1619 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
1620 This incorporates many changes from gnulib, including simpler
1621 handling of multibyte formats, porting to mingw32 and other
1622 platforms, and support for higher-resolution time stamps.
1623 Emacs does not yet use the higher-resolution interface.
1624
1625 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1626
1627 gnulib: import mktime and move-if-change fixes from gnulib
1628
1629 * configure: Regenerate from the following.
1630
1631 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1632
1633 mktime: clarify long_int width checking
1634 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
1635 the top level, to make it clearer that the assumption about
1636 long_int width is being checked. See
1637 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
1638
1639 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
1640
1641 TYPE_MAXIMUM: avoid theoretically undefined behavior
1642 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
1643 negative number, which the C Standard says has undefined behavior.
1644 In practice this is not a problem, but might as well do it by the book.
1645 Reported by Rich Felker and Eric Blake; see
1646 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
1647 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1648 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
1649
1650 mktime: #undef mktime before #defining it
1651 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
1652
1653 mktime: systematically normalize tm_isdst comparisons
1654 * lib/mktime.c (isdst_differ): New function.
1655 (__mktime_internal): Use it systematically for all isdst comparisons.
1656 This completes the fix for libc BZ #6723, and removes the need for
1657 normalizing tm_isdst. See
1658 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
1659 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
1660
1661 mktime: fix some integer overflow issues and sidestep the rest
1662
1663 This was prompted by a bug report by Benjamin Lindner for MinGW
1664 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
1665 His bug is due to signed integer overflow (0 - INT_MIN), and I
1666 I scanned through mktime.c looking for other integer overflow
1667 problems, fixing all the bugs I found.
1668
1669 Although the C Standard says the resulting code is still not safe
1670 in the presence of integer overflow, in practice it should be good
1671 enough for all real-world two's-complement implementations, except
1672 for debugging environments that deliberately trap on integer
1673 overflow (e.g., gcc -ftrapv).
1674
1675 * lib/mktime.c (WRAPV): New macro.
1676 (SHR): Also check that long_int and time_t shift right in the
1677 usual way, before using the fast-but-unportable method.
1678 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
1679 used. The code already assumed two's complement, so there's
1680 no need to test for alternatives. All uses removed.
1681 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
1682 the C standard. Problem reported by Rich Felker in
1683 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
1684 (twos_complement_arithmetic): Also check long_int and time_t.
1685 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
1686 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
1687 (__mktime_internal): Avoid integer overflow with unary subtraction
1688 in two instances where -1 - X is an adequate replacement for -X,
1689 since the calculations are approximate.
1690
1691 2011-01-29 Eric Blake <eblake@redhat.com>
1692
1693 mktime: avoid infinite loop
1694 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
1695 type; behavior is still undefined but portable to all known targets.
1696 Reported by Rich Felker.
1697
1698 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1699
1700 mktime: avoid problems on NetBSD 5 / i386
1701 * lib/mktime.c (long_int): New type. This works around a problem
1702 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
1703 but time_t is 64 bits, and where I expect the existing code is
1704 wrong in some cases.
1705 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
1706 (ydhms_diff): Bring back the compile-time check for wide-enough
1707 year and yday.
1708
1709 mktime: fix misspelling in comment
1710 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
1711 This merges all recent glibc changes of importance.
1712
1713 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1714
1715 move-if-change: cope with concurrent mv of identical file.
1716 * move-if-change (CMPPROG): Accept environment
1717 variable as an override for `cmp'.
1718 (usage): Document CMPPROG.
1719 Adjust comparison to drop stdout. Cope with failure of mv if
1720 the target file exists and is identical to the source, for
1721 parallel builds.
1722 Report from H.J. Lu against binutils in PR binutils/12283.
1723
1724 2011-01-29 Eli Zaretskii <eliz@gnu.org>
1725
1726 * lib/makefile.w32-in:
1727 * lib/getopt_.h: New files.
1728
1729 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1730
1731 improve fix for MS-DOS file name clash
1732 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
1733 for portability to POSIX make. Reported by Bruno Haible.
1734 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
1735 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
1736 files from accumulating as garbage. Also reported by Bruno Haible.
1737
1738 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
1739
1740 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
1741 * Makefile.in (DOS-gnulib-comp.m4): New macro.
1742 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
1743 problems with MS-DOS 8+3 file name restrictions.
1744 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
1745 it, it would also cause problems when extracting Emacs distribution
1746 tarballs on MS-DOS hosts.
1747 (ACLOCAL_INPUTS): Adjust to file renaming.
1748 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
1749 * config.guess, config.sub: Sync from gnulib.
1750 * m4/gnulib-cache.m4: Remove from repository.
1751 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
1752
1753 2011-01-25 Glenn Morris <rgm@gnu.org>
1754
1755 * README: Add a note about ranges in copyright years.
1756
1757 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
1758
1759 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
1760
1761 * configure.in: Add HP-UX on IA64 (Bug#6811).
1762
1763 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
1764
1765 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
1766 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
1767 as it is no longer needed.
1768 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
1769 * configure.in: Invoke the new gnulib macro
1770 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
1771 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
1772 * m4/getopt.m4: Sync from gnulib; this removes the need for
1773 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
1774 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
1775 New macro, synced from gnulib.
1776 * m4/warn-on-use.m4: Remove.
1777
1778 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
1779
1780 aclocal.m4: put this file back into repository
1781 This way, we don't have to assume that the maintainer has
1782 the automake package installed. See
1783 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
1784 * .bzrignore: Remove aclocal.m4, undoing the previous change.
1785 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
1786 undoing the previous change.
1787 * aclocal.m4: New file (actually, resurrected).
1788
1789 2011-01-22 Miles Bader <miles@gnu.org>
1790
1791 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
1792 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
1793 Emacs directly uses fontconfig, and breaks building when using a
1794 strict linker).
1795
1796 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
1797
1798 src/config.in: shrink slightly
1799 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
1800 This makes src/config.in a bit smaller, by removing identifiers
1801 like GNULIB_TEST_MKTIME that Emacs does not need.
1802 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
1803 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1804 Sync from gnulib. This removes a few more unnecessary symbols from
1805 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
1806 * configure, src/config.in: Regenerate.
1807
1808 aclocal.m4: tweaks to regenerate more conveniently
1809 This attempts to act better when the source is in a weird state. See
1810 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
1811 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
1812 * .bzrignore: Add aclocal.m4.
1813
1814 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
1815
1816 aclocal.m4: omit auto-generated file from repository
1817 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
1818 the most recent change here.
1819 * aclocal.m4: Remove from bzr repository. This file is
1820 auto-generated and isn't needed to run 'configure'. See
1821 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
1822
1823 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
1824
1825 Minor Makefile.in tweaks to build from gnulib better.
1826 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
1827 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
1828 (top_maintainer_clean): Don't remove aclocal.m4.
1829
1830 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
1831
1832 Minor cleanups for 'bzr status'
1833 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
1834 the output of config.guess.
1835 * Makefile.in (top_distclean): Remove stamp-h1 too.
1836
1837 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
1838 defined if the compiler supports GCC-style __attribute__
1839 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
1840 this syntax.
1841
1842 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
1843
1844 Makefile.in: tidy up the building of lib
1845 * Makefile.in (am--refresh): Mark as .PHONY.
1846 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
1847 as they're not rebuilt unless you do a "make sync-from-gnulib"
1848 and the former is needed for "configure".
1849 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
1850 has already removed lib/Makefile.
1851
1852 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
1853 This avoids building ftoastr and ldtoastr, which aren't needed. See
1854 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
1855
1856 * .bzrignore: Add .h files that are host-dependent.
1857 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
1858 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
1859 host-dependent and are built as part of an ordinary 'make', and
1860 should not be checked in.
1861
1862 * lib/Makefile.in: Regenerate.
1863 * lib/COPYING: New file, a copy of COPYING.
1864
1865 * configure: Regenerate.
1866 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
1867
1868 Regenerate.
1869 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
1870 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
1871 New files, copied from gnulib by gnulib-tool.
1872 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
1873 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1874 Regenerate.
1875
1876 Use gnulib's getopt-gnu module.
1877 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
1878 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
1879 representative of the dependencies.
1880 * configure.in: Do not configure getopt, as gnulib does that now.
1881 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
1882 getopt now, in lib.
1883
1884 Regenerate.
1885 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
1886 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1887 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
1888 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
1889 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
1890 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
1891 * m4/wchar_t.m4, warn-on-use.h:
1892 New files, copied from gnulib by gnulib-tool.
1893 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1894 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1895 Regenerate.
1896
1897 Use gnulib's mktime module.
1898 * Makefile.in (GNULIB_MODULES): Add mktime.
1899 * configure.in: Remove code no longer needed, as gnulib now does it.
1900 (AC_CHECK_FUNCS): Remove mktime.
1901 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
1902 (__restrict): Remove, as this now gets in the way of the C99
1903 support for 'restrict' pulled in by the gnulib mktime module.
1904 Code should now use 'restrict' and not '__restrict".
1905 (mktime): Remove.
1906 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
1907 and warn-on-use.h into the distribution.
1908
1909 Regenerate.
1910 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
1911 * lib/ldtoastr.c, m4/c-strtod.m4:
1912 New files, copied from gnulib by gnulib-tool.
1913 * lib/dummy.c: Remove.
1914 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1915 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1916 Regenerate.
1917
1918 Use gnulib's ftoastr module.
1919 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
1920
1921 Regenerate.
1922 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
1923 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
1924 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
1925 New files, generated automatically, with 'make sync-from-gnulib'
1926 followed by 'make'.
1927 * configure, lisp/dired.el, src/config.in: Regenerate.
1928
1929 Automate syncing from gnulib.
1930 * INSTALL, README: Document new subdirectory 'lib'.
1931 * Makefile.in (SUBDIR): Add lib.
1932 (SUBDIR_MAKEFILES): Add lib/Makefile.
1933 (lib-src, src, TAGS, tags): Depend on lib.
1934 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
1935 ($(gnulib_srcdir)): New rule.
1936 (sync-from-gnulib): New rule, which is .PHONY.
1937 (lib): New rule, which is like lib-src.
1938 (Makefile): Depend on lib/Makefile.in.
1939 (AUTOCONF_INPUTS): Depend on aclocal.m4.
1940 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
1941 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
1942 (am--refresh): New rule, to pacify Automake.
1943 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
1944 Clean lib, too.
1945 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
1946 droppings.
1947 (maintainer-clean, extraclean): Use it.
1948 * configure.in: Initialize for automake and gnulib, by invoking
1949 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
1950 lib/Makefile, too. Use automake to build gnulib, as gnulib works
1951 more conveniently with automake.
1952 * lib/Makefile.am: New file.
1953 * make-dist: Also put into the distribution aclocal.m4,
1954 compile, depcomp, missing, and the files under lib/.
1955
1956 2011-01-15 Glenn Morris <rgm@gnu.org>
1957
1958 * Makefile.in (epaths-force): No more arch-tag to edit.
1959
1960 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
1961
1962 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
1963
1964 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
1965
1966 * make-dist: Distribute test/ files too.
1967 Distribute every file under test/ that is under version control,
1968 using patterns like *.el to capture files that are added later.
1969 Without this change, "configure" would fail, because it would
1970 attempt to build from a Makefile.in that was not distributed.
1971
1972 2011-01-13 Christian Ohler <ohler@gnu.org>
1973
1974 * Makefile.in (INFO_FILES): Add ERT.
1975
1976 * Makefile.in (check): Run tests in test/automated.
1977
1978 * Makefile.in:
1979 * configure.in: Add test/automated/Makefile.
1980
1981 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
1982
1983 * install-sh, mkinstalldirs, move-if-change: Update from master
1984 source in gnulib.
1985
1986 * config.guess, config.sub: Updated from master source.
1987
1988 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
1989
1990 * configure.in: Check for __builtin_unwind_init.
1991
1992 2011-01-05 Glenn Morris <rgm@gnu.org>
1993
1994 * configure.in (HAVE_MAKEINFO): New output variable.
1995 (MAKEINFO): Reset to "makeinfo" if not found.
1996 * Makefile.in (install-arch-indep, info):
1997 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
1998
1999 2010-12-29 Ulrich Mueller <ulm@gentoo.org>
2000
2001 * configure.in: Make gameuser configurable (Bug#7717).
2002
2003 2010-12-15 Glenn Morris <rgm@gnu.org>
2004
2005 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
2006 long absent lib-src/fns-*.el.
2007
2008 2010-12-11 Glenn Morris <rgm@gnu.org>
2009
2010 * make-dist: Exclude etc/*.pyc.
2011
2012 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
2013
2014 * configure.in: Don't double machfile in final message.
2015
2016 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
2017
2018 * configure.in: Fix last change.
2019
2020 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
2021
2022 * configure.in: Remove reference to removed machine description
2023 files and allow $machine and $machfile to be empty. Substitute
2024 M_FILE/S_FILE instead of machfile/opsysfile.
2025
2026 2010-12-03 Glenn Morris <rgm@gnu.org>
2027
2028 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
2029
2030 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2031
2032 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
2033 (EXTERNALLY_VISIBLE): New definition.
2034
2035 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2036
2037 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
2038
2039 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2040
2041 * configure.in: Do not check for unconditionally included headers.
2042
2043 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2044
2045 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
2046
2047 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
2048
2049 * configure.in: Don't write a warning for D-Bus anymore.
2050
2051 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
2052
2053 * configure.in: Fix indentation.
2054
2055 2010-10-31 Ken Brown <kbrown@cornell.edu>
2056
2057 * configure.in (checking whether localtime caches TZ): Use
2058 unsetenv instead of modifying environment directly.
2059
2060 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
2061
2062 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
2063 to avoid warning.
2064
2065 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2066
2067 * configure.in: Remove the BROKEN annotation from GnuTLS.
2068
2069 2010-10-22 Glenn Morris <rgm@gnu.org>
2070
2071 * make-dist: Avoid listing .el files twice. Don't try to run
2072 autoconf if --no-update.
2073
2074 2010-10-20 Glenn Morris <rgm@gnu.org>
2075
2076 * make-dist: No longer create lisp/MANIFEST.
2077
2078 2010-10-14 Glenn Morris <rgm@gnu.org>
2079
2080 * BUGS, INSTALL.BZR, README: Updates.
2081
2082 2010-10-13 Glenn Morris <rgm@gnu.org>
2083
2084 * make-dist: Remove --compress. Check for the appropriate
2085 gzip-like executable, and if not found, don't compress.
2086 Check version number in README, don't change it.
2087 Use find for nt/inc/*.h.
2088
2089 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2090
2091 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
2092 trailing / from directory names.
2093
2094 2010-10-12 Glenn Morris <rgm@gnu.org>
2095
2096 * make-dist: Update and simplify.
2097
2098 2010-10-12 Eli Zaretskii <eliz@gnu.org>
2099
2100 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
2101
2102 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2103
2104 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
2105
2106 2010-10-09 Glenn Morris <rgm@gnu.org>
2107
2108 * make-dist: No more doc/emacs/*.texi.in.
2109
2110 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
2111
2112 2010-10-09 Glenn Morris <rgm@gnu.org>
2113
2114 * configure.in: Combine some conditionals.
2115
2116 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
2117 * make-dist: Include doc/emacs/*.texi.in.
2118
2119 * INSTALL, make-dist: Remove references to b2m.
2120 * Makefile.in (MAN_PAGES): Remove b2m.1.
2121
2122 2010-10-05 Glenn Morris <rgm@gnu.org>
2123
2124 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
2125
2126 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2127
2128 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
2129
2130 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
2131
2132 * configure.in: Include stdlib.h and string.h unconditionally.
2133
2134 2010-09-29 Romain Francoise <romain@orebokech.com>
2135
2136 * configure.in: Don't enable ImageMagick unless HAVE_X11.
2137
2138 2010-09-28 Glenn Morris <rgm@gnu.org>
2139
2140 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
2141 happy.
2142
2143 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2144
2145 * configure.in: Enable imagemagick by default.
2146
2147 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2148
2149 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
2150 GnuTLS libraries.
2151
2152 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
2153
2154 * configure.in: Set up GnuTLS.
2155
2156 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
2157
2158 * configure.in: Announce whether libxml2 is linked to.
2159
2160 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2161
2162 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
2163
2164 2010-09-18 Eli Zaretskii <eliz@gnu.org>
2165
2166 * config.bat: Detect that libxml2 is installed and if so, build
2167 with it.
2168
2169 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2170
2171 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
2172 be used. This fixes a conf problem on Mac OS X.
2173
2174 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2175
2176 * configure.in: Check for libxml2.
2177
2178 2010-09-09 Glenn Morris <rgm@gnu.org>
2179
2180 * make-dist: No more TODO files under lisp/.
2181
2182 2010-09-04 Eli Zaretskii <eliz@gnu.org>
2183
2184 * config.bat: Produce lisp/gnus/_dir-locals.el from
2185 lisp/gnus/.dir-locals.el.
2186
2187 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
2188
2189 * configure.in: Fix check for librsvg, imagemagick and
2190 MagickExportImagePixels.
2191
2192 2010-08-18 Joakim Verona <joakim@verona.se>
2193
2194 * Makefile.in, configure.in: Checks for ImageMagick.
2195
2196 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
2197
2198 * configure.in (AC_PREREQ): Require autoconf 2.65.
2199
2200 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2201
2202 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
2203
2204 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2205
2206 * configure.in: Add AC_C_BIGENDIAN.
2207
2208 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2209
2210 * configure.in (ORDINARY_LINK): Use on hpux* too.
2211
2212 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2213
2214 * configure.in: Check for util.h.
2215 Use -Wimplicit-function-declaration if compiler supports it.
2216
2217 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2218
2219 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
2220
2221 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
2222
2223 * configure.in: Restore accidentally removed use of
2224 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
2225
2226 2010-07-29 Chad Brown <yandros@mit.edu>
2227
2228 * configure.in: Check for dirent.h.
2229
2230 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2231
2232 * configure.in: Remove reference to usg5-4, unused.
2233
2234 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2235
2236 * configure.in: Check for __executable_start.
2237
2238 2010-07-24 Ken Brown <kbrown@cornell.edu>
2239
2240 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
2241
2242 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
2243
2244 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
2245
2246 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
2247
2248 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
2249
2250 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2251
2252 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2253 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
2254 (C_OPTIMIZE_SWITCH): Remove.
2255 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
2256
2257 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2258
2259 * configure.in: Don't check for index and rindex, check for strchr
2260 and strrchr. Define strchr and strrchr as index and rindex,
2261 resp., in src/config.h if not available.
2262
2263 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2264
2265 * configure.in: Use -Wold-style-definition if available.
2266 This helps with the transition to standard C code, it can be
2267 removed when done.
2268
2269 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
2270
2271 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
2272 and MSWindows.
2273
2274 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2275
2276 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
2277 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
2278
2279 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2280
2281 * configure.in (getenv): Remove K&R declaration.
2282
2283 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
2284
2285 * configure.in: Remove define __P.
2286
2287 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2288
2289 * configure.in (--enable-use-lisp-union-type): New flag.
2290
2291 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2292
2293 Fix CFLAGS for non-GCC compilers.
2294 * configure.in (CFLAGS): Always use -g like it was done before the
2295 2010-03-30 change.
2296 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
2297 (Bug#6538)
2298
2299 2010-06-30 Glenn Morris <rgm@gnu.org>
2300
2301 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
2302 Set with AC_DEFINE rather than AH_BOTTOM.
2303
2304 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
2305 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
2306 Set with shell, not cpp.
2307 (LIBX): Remove, just use -lX11 in the one place this was used.
2308 (cannot_dump): Replace with CANNOT_DUMP.
2309
2310 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2311
2312 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
2313 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
2314 by minimum required Gtk+ 2.6). Add checks for functions introduced
2315 in Gtk+ 2.14 or newer (bug#6505).
2316
2317 2010-06-26 Eli Zaretskii <eliz@gnu.org>
2318
2319 * config.bat: Remove white space around "+" in COPY commands.
2320
2321 2010-06-23 Glenn Morris <rgm@gnu.org>
2322
2323 * info/dir: Start descriptions in column 32, per Texinfo convention.
2324
2325 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
2326
2327 * INSTALL: Update font information (Bug#6389).
2328
2329 2010-06-16 Glenn Morris <rgm@gnu.org>
2330
2331 * INSTALL: General update.
2332
2333 2010-06-12 Glenn Morris <rgm@gnu.org>
2334
2335 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
2336
2337 2010-06-11 Glenn Morris <rgm@gnu.org>
2338
2339 * configure.in (--without-compress-info): New option.
2340 (GZIP_INFO): New output variable.
2341
2342 * Makefile.in (GZIP_INFO): New, set by configure.
2343 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
2344 Handle man pages in the same way.
2345
2346 2010-06-10 Glenn Morris <rgm@gnu.org>
2347
2348 * Makefile.in (install-arch-indep): Gzip the info files too.
2349
2350 * make-dist: Remove references to non-existent directories and files.
2351
2352 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2353
2354 * configure.in: Include <strings.h> and <string.h> instead of
2355 "strings.h" and "string.h".
2356
2357 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
2358
2359 * configure.in: Remove code dealing with BSTRING.
2360
2361 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2362
2363 * configure.in (AC_PREREQ): Require autoconf 2.65.
2364
2365 * configure.in (unxec): Do not define and substitute.
2366 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
2367
2368 2010-06-03 Glenn Morris <rgm@gnu.org>
2369
2370 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
2371
2372 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2373
2374 Fix alloca definition when using gcc on non-gnu systems.
2375 * configure.in: Use the code sequence indicated by "info autoconf"
2376 for alloca (bug#6170).
2377
2378 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2379
2380 * .bzrignore: Ignore new files from trunk, which appear if you use
2381 colocated branches (i.e. "bzr switch").
2382
2383 2010-05-28 Glenn Morris <rgm@gnu.org>
2384
2385 * configure.in: Simplify some of the $canonical tests.
2386
2387 2010-05-27 Glenn Morris <rgm@gnu.org>
2388
2389 * config.bat: Do not preprocess src/Makefile.in.
2390
2391 * configure.in: Do not preprocess src/Makefile.in.
2392 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
2393 (AC_EGREP_CPP): Test no longer needed.
2394
2395 * make-dist: No more Makefile.c files.
2396
2397 2010-05-26 Glenn Morris <rgm@gnu.org>
2398
2399 * configure.in (YMF_PASS_LDFLAGS): Remove.
2400 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
2401
2402 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
2403 Add $GNUSTEP_LOCAL_HEADERS.
2404 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
2405
2406 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
2407 (GNUSTEP_MAKEFILES): Remove.
2408 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
2409 stuff to here.
2410
2411 2010-05-25 Glenn Morris <rgm@gnu.org>
2412
2413 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
2414 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
2415
2416 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
2417 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
2418 here instead.
2419
2420 2010-05-24 Romain Francoise <romain@orebokech.com>
2421
2422 * make-dist: Look for version in src/emacs.c.
2423 Use lisp/subr.el rather than lisp/version.el for location check.
2424
2425 2010-05-21 Glenn Morris <rgm@gnu.org>
2426
2427 * configure.in (MKDEPDIR): Parallel build tweak.
2428
2429 * configure.in (ns_frag): New output file.
2430
2431 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
2432 (OLDXMENU_TARGET): Set to empty if USE_GTK.
2433
2434 * configure.in (cannot_dump): New output variable.
2435
2436 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2437
2438 * configure.in: On NetBSD, if terminfo is found, use it in
2439 preference to termcap. (Bug#6190)
2440
2441 2010-05-20 Glenn Morris <rgm@gnu.org>
2442
2443 * make-dist (src): Include *.mk.
2444 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
2445 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
2446 (deps_frag): New output file.
2447 (AUTO_DEPEND): Remove this definition.
2448
2449 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
2450
2451 2010-05-19 Glenn Morris <rgm@gnu.org>
2452
2453 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
2454 (ORDINARY_LINK): New AC_DEFINE.
2455 (LIB_GCC): No need to set if ORDINARY_LINK.
2456
2457 2010-05-18 Glenn Morris <rgm@gnu.org>
2458
2459 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
2460 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
2461
2462 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
2463 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
2464 (RALLOC_OBJ): New output variable.
2465
2466 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
2467 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
2468
2469 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * Makefile.in (src): Provide the name of the VCS file that witnesses
2472 a pull.
2473 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
2474
2475 2010-05-17 Glenn Morris <rgm@gnu.org>
2476
2477 * configure.in (OLDXMENU_DEPS): New output variable.
2478
2479 2010-05-16 Glenn Morris <rgm@gnu.org>
2480
2481 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
2482
2483 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
2484 * Makefile.in (install-arch-dep): Update for above change.
2485
2486 * Makefile.in (ns_appdir): Remove.
2487 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
2488
2489 * configure.in (TEMACS_LDFLAGS2): New output variable.
2490
2491 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
2492 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
2493 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
2494 nothing uses.
2495
2496 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2497
2498 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
2499 does not use them.
2500 (X11R5_INHIBIT_I18N): Remove, unused.
2501
2502 2010-05-15 Glenn Morris <rgm@gnu.org>
2503
2504 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
2505
2506 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
2507
2508 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
2509
2510 * configure.in: Look for version string in its new location.
2511
2512 2010-05-15 Eli Zaretskii <eliz@gnu.org>
2513
2514 * config.bat: Remove support for DJGPP v1.x.
2515
2516 2010-05-15 Glenn Morris <rgm@gnu.org>
2517
2518 * configure.in (OLDXMENU_TARGET): New output variable.
2519
2520 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
2521
2522 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
2523 and other files that no longer exist.
2524
2525 2010-05-14 Glenn Morris <rgm@gnu.org>
2526
2527 * configure.in (cpp_undefs): Add mktime, register, X11.
2528
2529 * configure.in (GPM_MOUSE_SUPPORT): Remove.
2530 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
2531 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
2532
2533 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
2534 (GNUSTEP_MAKEFILES): Do not output.
2535
2536 2010-05-13 Glenn Morris <rgm@gnu.org>
2537
2538 * configure.in: Fix some paren typos.
2539
2540 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
2541
2542 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
2543
2544 2010-05-12 Glenn Morris <rgm@gnu.org>
2545
2546 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
2547
2548 * configure.in (LIB_GCC): New output variable.
2549
2550 2010-05-11 Glenn Morris <rgm@gnu.org>
2551
2552 * make-dist (msdos): No more mainmake.
2553
2554 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
2555 * config.bat: Do not run cpp on lib-src/Makefile.in.
2556
2557 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
2558
2559 2010-05-10 Glenn Morris <rgm@gnu.org>
2560
2561 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
2562
2563 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
2564 (BLESSMAIL_TARGET): New output variable.
2565
2566 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2567
2568 * INSTALL: Fix typos.
2569
2570 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
2571
2572 * configure.in: Add check for buggy version of GCC (Bug#6031).
2573
2574 2010-05-08 Glenn Morris <rgm@gnu.org>
2575
2576 * configure.in (HAVE_LIBNCURSES): New local variable.
2577 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
2578 replacing cpp in src/s/*.h and src/Makefile.in.
2579
2580 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
2581
2582 * Version 23.2 released.
2583
2584 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2585
2586 * configure.in: Add tests for `isnan' and `copysign'.
2587
2588 2010-05-07 Eli Zaretskii <eliz@gnu.org>
2589
2590 * config.bat: Allow for 2 leading `#'s in comments in
2591 src/Makefile.in.
2592
2593 2010-05-07 Glenn Morris <rgm@gnu.org>
2594
2595 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2596 Merges logic from src/s/* and src/Makefile.in.
2597 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2598
2599 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2600
2601 Define START_FILES and LIB_STANDARD using autoconf.
2602 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
2603 here from src/s/*.h.
2604 (HAVE_CRTIN): Remove, inline logic in the netbsd
2605 START_FILES/LIB_STANDARD computation.
2606
2607 2010-05-06 Glenn Morris <rgm@gnu.org>
2608
2609 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
2610
2611 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
2612 (LD_SWITCH_X_SITE): Remove unused variables.
2613
2614 2010-05-04 Glenn Morris <rgm@gnu.org>
2615
2616 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
2617 as well.
2618 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
2619
2620 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2621
2622 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
2623 variables, replacing c_switch_machine, c_switch_system.
2624 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
2625 @c_switch_system@.
2626
2627 2010-05-03 Glenn Morris <rgm@gnu.org>
2628
2629 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
2630
2631 * make-dist: There are no more src/m/*.inp files.
2632
2633 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2634
2635 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
2636 (ac_link): Do not use ld_switch_machine.
2637
2638 2010-05-01 Glenn Morris <rgm@gnu.org>
2639
2640 * configure.in (OTHER_OBJ): Remove.
2641 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
2642
2643 2010-04-30 Glenn Morris <rgm@gnu.org>
2644
2645 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
2646 Elsewhere, maybe include it.
2647
2648 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
2649 (OLDXMENU, LIBXMENU): New output variables.
2650
2651 * configure.in (OTHER_OBJ): New output variable.
2652
2653 2010-04-28 Glenn Morris <rgm@gnu.org>
2654
2655 * configure.in (CYGWIN_OBJ): New output variable.
2656
2657 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
2658
2659 * configure.in (FONT_OBJ): New output variable.
2660
2661 * configure.in (LIBXMU): New output variable.
2662
2663 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
2664
2665 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
2666 userland and maybe change values to i386 (move test from s/amdx86-64.h).
2667
2668 2010-04-27 Glenn Morris <rgm@gnu.org>
2669
2670 * configure.in (LIBXTR6): New output variable. Move unixware special
2671 case here from src/s/unixware.h.
2672
2673 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
2674 in Makefiles.
2675 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
2676
2677 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
2678 (LIBXP): No longer substitute in Makefiles.
2679 (MOTIF_LIBW): New output variable. Move system-specific settings here
2680 from src/s files.
2681
2682 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2683
2684 Reduce CPP usage.
2685 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
2686 (unexec): Define unconditionally, all platforms define
2687 UNEXEC. AC_SUBST it.
2688 (UNEXEC_SRC): Remove, unused.
2689 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
2690
2691 2010-04-27 Glenn Morris <rgm@gnu.org>
2692
2693 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
2694 replaced by LIBXP.
2695
2696 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
2697 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
2698 On hpux10-20, default to /lib.
2699
2700 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
2701
2702 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2703
2704 * configure.in (LIBS_MACHINE): Remove, unused.
2705
2706 * configure.in (LIB_MATH): New output variable. Set it for some systems.
2707
2708 2010-04-24 Glenn Morris <rgm@gnu.org>
2709
2710 * configure.in (CRT_DIR): New output variable.
2711 (--with-crt-dir): New option. (Bug#5655)
2712 (HAVE_LIB64_DIR): Remove.
2713
2714 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
2715
2716 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
2717
2718 2010-04-22 Miles Bader <miles@gnu.org>
2719
2720 * configure.in: Get rid of "unix" pre-defined macro when
2721 preprocessing Makefile. (Bug#5857)
2722
2723 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
2724
2725 Avoid non-portable shell command negation
2726 * configure.in: Revert last change.
2727
2728 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2729
2730 * configure.in: Change "if test ! -f" to "if ! test -f".
2731
2732 2010-04-21 Glenn Morris <rgm@gnu.org>
2733
2734 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
2735 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
2736
2737 2010-04-21 Karel Klíč <kklic@redhat.com>
2738
2739 * configure.in: New option: --with(out)-selinux, on by default.
2740 Set HAVE_LIBSELINUX if we find libselinux, and substitute
2741 LIBSELINUX_LIBS in Makefiles.
2742
2743 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2744
2745 * configure.in: Remove all references to LIBX11_SYSTEM.
2746
2747 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2748
2749 * configure.in: Remove all references to C_DEBUG_SWITCH.
2750
2751 2010-03-27 Eli Zaretskii <eliz@gnu.org>
2752
2753 * config.bat <lib-src>: Edit out lines that begin with several #
2754 characters.
2755
2756 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2757
2758 * configure.in: Remove support for old UNIX System V systems and
2759 for Unixware on non-x86 machines.
2760
2761 * configure.in: Remove support for Solaris on PPC and for old versions.
2762
2763 * configure.in: Remove non-working lynxos port.
2764
2765 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2766
2767 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
2768
2769 2010-03-19 Glenn Morris <rgm@gnu.org>
2770
2771 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
2772 happy.
2773
2774 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
2775
2776 * configure.in: Check for tputs and friends, abort if not
2777 found (bug#5735).
2778
2779 2010-03-18 Glenn Morris <rgm@gnu.org>
2780
2781 * configure.in (--with-x-toolkit): In the help text, say which options
2782 are synonyms.
2783
2784 * configure.in (--with-mmdf, --with-mail-unlink):
2785 New options, off by default.
2786 (--with-mailhost): New option to set default POP host.
2787 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
2788 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
2789 New variables, substituted in Makefiles.
2790 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
2791 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
2792 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
2793 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
2794 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
2795
2796 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2797
2798 * Makefile.in (uninstall): Handle the case where archlibdir does not
2799 exist. (Bug#5720)
2800
2801 2010-03-12 Eli Zaretskii <eliz@gnu.org>
2802
2803 These changes remove termcap.c from the build on POSIX platforms.
2804 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
2805
2806 * configure: Regenerated.
2807
2808 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
2809
2810 * Branch for 23.2.
2811
2812 2010-01-31 Juri Linkov <juri@jurta.org>
2813
2814 * .bzrignore: Add TAGS-LISP.
2815
2816 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2817
2818 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
2819 this header file).
2820
2821 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
2822
2823 * .bzrignore: Ignore all .exe, instead of individual files.
2824
2825 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
2826
2827 * configure.in: Explicitly check for and link to -lXrender.
2828
2829 2010-01-12 Glenn Morris <rgm@gnu.org>
2830
2831 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
2832 for bug reports for development versions.
2833
2834 2010-01-02 Eli Zaretskii <eliz@gnu.org>
2835
2836 * .bzrignore: Add more ignored patterns, including for the MS-DOS
2837 build.
2838
2839 2009-12-27 Karl Fogel <kfogel@red-bean>
2840
2841 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
2842 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
2843
2844 2009-12-17 Glenn Morris <rgm@gnu.org>
2845
2846 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
2847
2848 2009-12-15 Glenn Morris <rgm@gnu.org>
2849
2850 * info/dir: Add EDT entry.
2851 * Makefile.in (INFO_FILES): Add edt.
2852
2853 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
2854
2855 * configure.in: Check for RSVG if GNUstep is used.
2856
2857 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
2858
2859 * configure.in: Don't check for RSVG or GConf unless X11 is used.
2860
2861 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
2862
2863 * configure.in: Allow compiling Emacs with GTK on Cygwin.
2864
2865 2009-12-01 Glenn Morris <rgm@gnu.org>
2866
2867 * make-dist: Add etc/images/mpc directory.
2868
2869 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2870
2871 * configure.in: Don't check for GConf unless X is used.
2872
2873 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2874
2875 * configure.in: Use -Wdeclaration-after-statement if available.
2876
2877 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2878
2879 * configure.in: New option: --with(out)-gconf.
2880 Set HAVE_GCONF if we find gconf.
2881
2882 2009-11-17 Glenn Morris <rgm@gnu.org>
2883
2884 * Makefile.in (INFO_FILES): Add semantic.
2885
2886 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
2887
2888 * info/dir: Add Semantic.
2889
2890 2009-11-16 Glenn Morris <rgm@gnu.org>
2891
2892 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
2893 pattern, so as not to exclude makefile*.el. (Bug#4912)
2894
2895 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
2896
2897 * configure.in: --enable-autodepend is new. Check for GNU Make
2898 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
2899 gcc and GNU make to generate dependencies.
2900
2901 2009-10-27 Glenn Morris <rgm@gnu.org>
2902
2903 * make-dist: Make links to doc/lispintro/*.pdf.
2904
2905 2009-10-23 Jim Meyering <meyering@redhat.com>
2906
2907 * configure.in: Invoke $CPP with -P when creating Makefile and
2908 src/Makefile. Without this, gcc 4.4.2 converts each
2909 backslash-newline pair in the input to a bare newline, yielding
2910 invalid Makefiles.
2911
2912 * configure: Regenerate.
2913
2914 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2915
2916 * configure.in (vax-dec-vms): Remove, not supported anymore.
2917
2918 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2919
2920 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
2921 (*-apple-darwin*): Add x86_64 architecture.
2922
2923 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
2924
2925 * config.guess, config.sub: Updated from master source.
2926
2927 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
2928
2929 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
2930
2931 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
2932
2933 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
2934
2935 2009-09-29 Glenn Morris <rgm@gnu.org>
2936
2937 * make-dist (check): Update for two new levels of subdirectory in lisp/.
2938
2939 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2940
2941 * config.guess, config.sub: Updated from master source.
2942
2943 * configure.in (OTHER_FILES): Define using autoconf not cpp.
2944
2945 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2946
2947 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
2948
2949 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
2950
2951 * INSTALL: Update URL for GNU FreeFont.
2952
2953 2009-09-09 Glenn Morris <rgm@gnu.org>
2954
2955 * Makefile.in (install-arch-indep): Don't recursively change perms of
2956 site-lisp and infodir. There may be non-Emacs files in here, and the
2957 files supplied by Emacs are all handled explicitly already. (Bug#3800)
2958 (mkdir): Set umask to world-readable before creating directories.
2959 mkinstalldirs already checks if dirs exist, don't duplicate this test.
2960
2961 2009-08-29 Glenn Morris <rgm@gnu.org>
2962
2963 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
2964 (info): Don't give an error in the absence of makeinfo - let the doc
2965 Makefiles do that, if the info files need rebuilding. (Bug#3982)
2966
2967 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
2968
2969 * Makefile.in (install-arch-indep): If the versioned DOC-####
2970 generated during loadup+dump isn't found, install the plain DOC
2971 file that always gets generated, in case CANNOT_DUMP is set.
2972
2973 * configure.in: Warn if package version specified here doesn't
2974 match the version in version.el.
2975 * configure: Regenerate.
2976
2977 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
2978
2979 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
2980
2981 * configure: Regenerate.
2982
2983 2009-08-19 Glenn Morris <rgm@gnu.org>
2984
2985 * INSTALL: Remove reference to cvtmail.
2986
2987 2009-08-15 CHENG Gao <chenggao@gmail.com>
2988
2989 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
2990
2991 2009-08-02 Kevin Ryde <user42@zip.com.au>
2992
2993 * INSTALL: Fix free fonts URL.
2994
2995 2009-07-22 Glenn Morris <rgm@gnu.org>
2996
2997 * configure.in (AC_PREREQ): Require autoconf 2.62.
2998
2999 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
3000
3001 * configure.in (--enable-checking, --enable-profiling):
3002 Use AS_HELP_STRING.
3003
3004 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3005
3006 * configure.in (--enable-profiling): New option.
3007 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
3008
3009 2009-06-27 Glenn Morris <rgm@gnu.org>
3010
3011 * configure.in: Restore netbsd on mips, mipsel, mipseb.
3012
3013 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3014
3015 * configure.in (--enable-checking): New option.
3016
3017 2009-06-24 Glenn Morris <rgm@gnu.org>
3018
3019 * make-dist: Warn if subdir does not exist in source.
3020 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
3021 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
3022 No longer make links.
3023
3024 2009-06-24 Yavor Doganov <yavor@gnu.org>
3025
3026 * make-dist (tempdir): Don't create directories preferences.gorm
3027 and preferences.nib, they are no longer required.
3028
3029 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3030
3031 * Branch for 23.1.
3032
3033 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
3034
3035 * configure.in: Delete mac-fix-env target, which has been
3036 removed (Bug#3531).
3037
3038 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3039
3040 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
3041
3042 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
3043
3044 * BUGS: Use new binding of view-emacs-problems.
3045
3046 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
3047
3048 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
3049 for Solaris compatibility.
3050
3051 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
3052
3053 * configure: Regenerate.
3054
3055 * configure.in: Disable use of FreeType without libXft.
3056
3057 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3058
3059 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
3060 Check if it is declared in gtk.h.
3061
3062 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
3063
3064 * Makefile.in (install-arch-indep): Remove .gitignore files.
3065
3066 2009-04-03 Kenichi Handa <handa@m17n.org>
3067
3068 * INSTALL: Make the section "Complex Text Layout support
3069 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
3070
3071 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
3072
3073 * configure.in (rs6000-ibm-aix6*): Fix typo.
3074
3075 2009-03-04 Glenn Morris <rgm@gnu.org>
3076
3077 * Makefile.in (INFO_FILES): Add auth.
3078
3079 2009-03-03 Glenn Morris <rgm@gnu.org>
3080
3081 * info/dir: Add Auth-source.
3082
3083 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3084
3085 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
3086 the second.
3087
3088 2009-02-28 Eli Zaretskii <eliz@gnu.org>
3089
3090 * config.bat: Copy .dbxinit to _dbxinit.
3091
3092 * make-dist (Making links to `info'): Remove .gitignore.
3093
3094 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3095
3096 * Makefile.in (lib-src, lisp): Use simpler rule.
3097 (src): Be more specific to avoid recompiling all the .elc files just
3098 because the bootstrap-emacs is missing.
3099
3100 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
3101
3102 * configure.in: Require librsvg >= 2.11.
3103
3104 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3105
3106 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
3107 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
3108
3109 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3110
3111 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
3112
3113 2009-02-03 Glenn Morris <rgm@gnu.org>
3114
3115 * make-dist: Add some missing files, remove some that are no longer
3116 present.
3117
3118 2009-02-02 Glenn Morris <rgm@gnu.org>
3119
3120 * make-dist: Add some missing nextstep/ files.
3121
3122 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
3123
3124 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
3125
3126 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3127
3128 * configure.in: Add support for m68k-*-netbsd.
3129
3130 2009-01-14 Juri Linkov <juri@jurta.org>
3131
3132 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
3133
3134 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
3135 and bug-reference-mode.
3136
3137 2009-01-11 Juri Linkov <juri@jurta.org>
3138
3139 * INSTALL.CVS: Move configuration explicitly to the first step.
3140
3141 2009-01-09 Glenn Morris <rgm@gnu.org>
3142
3143 * .dir-locals.el: Don't set indent-tabs-mode.
3144
3145 2008-12-30 Kenichi Handa <handa@m17n.org>
3146
3147 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
3148 the function OTF_get_variation_glyphs.
3149
3150 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
3151
3152 * Makefile.in (install-arch-dep): Remove old directories in
3153 ns_app* before moving new directories there.
3154
3155 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
3156
3157 * .dir-locals.el: Remove non-working entry for pmail.
3158 (fill-column): Fix typo.
3159 (change-log-mode): Add fill column.
3160
3161 2008-12-26 Eli Zaretskii <eliz@gnu.org>
3162
3163 * config.bat: Produce _dir-locals.el from .dir-locals.el.
3164
3165 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
3166
3167 * make-dist (tempdir): Distribute .dir-locals.el.
3168
3169 * .dir-locals.el: New file.
3170
3171 2008-12-19 Eli Zaretskii <eliz@gnu.org>
3172
3173 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
3174 for rationale.
3175
3176 2008-12-13 Glenn Morris <rgm@gnu.org>
3177
3178 * Makefile.in (install-arch-indep): Add new man-pages.
3179 (manext): Remove variable.
3180 (MAN_PAGES): New variable.
3181 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
3182 and remove.
3183 (uninstall): Remove desktop file and icons, game scores if empty.
3184
3185 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
3186
3187 * config.guess, config.sub: Updated from master source.
3188
3189 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3190
3191 * Makefile.in (install-arch-indep): Install ebrowse.1.
3192
3193 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3194
3195 * configure.in: Add Solaris on x86_64.
3196
3197 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3198
3199 * config.guess, config.sub: Updated from master source.
3200
3201 2008-12-08 Eli Zaretskii <eliz@gnu.org>
3202
3203 * info/dir: Fix last change.
3204
3205 2008-12-07 Eli Zaretskii <eliz@gnu.org>
3206
3207 * info/dir: Untabify.
3208
3209 2008-11-28 Ulrich Mueller <ulm@gentoo.org>
3210
3211 * configure.in: Fix last change.
3212
3213 2008-11-28 Richard M Stallman <rms@gnu.org>
3214
3215 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
3216 New configurations.
3217
3218 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
3219
3220 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
3221 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
3222
3223 2008-11-15 Eli Zaretskii <eliz@gnu.org>
3224
3225 * Makefile.in (INFO_FILES): Remove ns-emacs.
3226
3227 * info/dir (NS-Emacs): Remove entry.
3228
3229 2008-11-08 Eli Zaretskii <eliz@gnu.org>
3230
3231 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
3232
3233 2008-11-07 Glenn Morris <rgm@gnu.org>
3234
3235 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
3236
3237 2008-10-31 Eli Zaretskii <eliz@gnu.org>
3238
3239 * config.bat: Tell user to expect one "File not found" message
3240 while the `doc' directory is being configured.
3241
3242 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
3243
3244 * update-subdirs: Put obsolete directory last.
3245
3246 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
3247
3248 * configure.in: Check fontconfig always.
3249
3250 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3251
3252 * configure (*-solaris2.[7-9]*): Fix typo.
3253
3254 2008-10-24 Glenn Morris <rgm@gnu.org>
3255
3256 * configure.in (--without-sync-input, --with-pkg-config-prog):
3257 Help strings start with lower case.
3258 (--with-gnustep-conf): New option.
3259 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
3260
3261 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
3262
3263 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
3264 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
3265 is not found. (Bug#1230)
3266
3267 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3268
3269 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
3270 Use sol2-6.h for Solaris 7-9.
3271
3272 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
3273
3274 * configure.in: Add support for GNU/Linux on SuperH.
3275
3276 2008-10-12 Andreas Schwab <schwab@suse.de>
3277
3278 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
3279
3280 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
3281
3282 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
3283 "X") to avoid confusion.
3284
3285 * configure: Regenerate.
3286
3287 2008-09-07 Romain Francoise <romain@orebokech.com>
3288
3289 * make-dist: Distribute doc/man/ChangeLog.
3290
3291 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
3292
3293 * configure.in: Disable XFT and Freetype when without X.
3294
3295 * configure: Regenerate.
3296
3297 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
3298
3299 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
3300
3301 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
3302
3303 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
3304 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
3305
3306 * configure: Regenerate.
3307
3308 2008-08-20 Eli Zaretskii <eliz@gnu.org>
3309
3310 * configure.in: Move "#define subprocesses" before
3311 config_opsysfile is included.
3312
3313 2008-08-19 Kenichi Handa <handa@m17n.org>
3314
3315 * INSTALL (Extra fonts): Mention local fonts, don't mention
3316 mule-unicode.
3317
3318 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
3319
3320 * make-dist: Omit info/.arch-inventory.
3321
3322 2008-08-16 Jason Rumney <jasonr@gnu.org>
3323
3324 * make-dist (tempdir/nt): Link emacsclient.rc.
3325
3326 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3327
3328 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
3329 AC_SUBST it.
3330 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
3331 AC_SUBST it.
3332 (OTHER_FILES): Always define for HAVE_NS.
3333 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
3334 * configure: Regenerate.
3335
3336 2008-08-07 Andreas Schwab <schwab@suse.de>
3337
3338 * configure.in: Correctly handle
3339 --enable-cocoa-experimental-ctrl-g=no and
3340 --enable-ns-self-contained=yes.
3341
3342 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3343
3344 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
3345 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
3346 bother undef'ing since won't have desired effect.
3347
3348 2008-08-06 Andreas Schwab <schwab@suse.de>
3349
3350 * configure.in: Fix quoting.
3351
3352 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
3353
3354 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
3355
3356 2008-08-05 Ulrich Mueller <ulm@gentoo.org>
3357
3358 * configure.in: Add checks for krb5_error.text and
3359 krb5_error.e_text struct members.
3360
3361 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
3362
3363 * configure.in: Test for existence of NSInteger.
3364 Suggested by Yavor Doganov.
3365
3366 2008-08-02 Romain Francoise <romain@orebokech.com>
3367
3368 * Makefile.in (INFO_FILES): Add mairix-el.
3369
3370 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3371
3372 * make-dist:
3373 * README: Remove VMS support.
3374 * vms: Remove directory.
3375
3376 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3377
3378 * configure.in (MULTI_KBOARD): Remove.
3379
3380 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3381
3382 * configure.in (DO_BLOCK_INPUT): Remove, unused.
3383
3384 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
3385
3386 * info/dir (File): Add mairix-el.
3387
3388 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3389
3390 Remove support for Mac Carbon.
3391 * mac: Remove directory.
3392 * make-dist:
3393 * configure.in:
3394 * README:
3395 * Makefile.in:
3396 * INSTALL: Remove code for Carbon.
3397 * configure: Regenerate.
3398
3399 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3400
3401 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
3402
3403 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
3404
3405 * configure.in: Check for getrlimit.
3406
3407 * configure: Regenerate.
3408
3409 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
3410
3411 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
3412 in src/Makefile.in.
3413 (static): Remove, autoconf would always comment it out anyway.
3414 (subprocesses): Define unconditionally.
3415
3416 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
3417
3418 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
3419 compilation under GNUstep.
3420
3421 2008-07-18 Kenichi Handa <handa@m17n.org>
3422
3423 * INSTALL (Complex Text Layout support libraries): Delete the
3424 paragraph about --enable-font-backend.
3425
3426 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
3427
3428 * configure.in: Print out some info to user for NeXTstep builds.
3429 (ns-app): Remove enable option.
3430 (ns-self-contained): Add enable option.
3431 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
3432 GNUstep, use to set install prefixes, and substitute in Makefiles.
3433 * configure: Regenerate.
3434 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
3435 NS app bundle.
3436
3437 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3438
3439 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
3440
3441 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
3442
3443 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
3444 NS_IMPL_COCOA.
3445
3446 2008-07-16 Glenn Morris <rgm@gnu.org>
3447
3448 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
3449 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
3450 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
3451 never unset.
3452
3453 * make-dist: Add nextstep/ directories.
3454 (src, lib-src): Add .m files.
3455
3456 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3457
3458 * configure.in (freebsd, kfreebsd): Undo part of previous change.
3459 (USER_FULL_NAME): Remove, not used anymore.
3460 * configure: Regenerate.
3461
3462 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3463
3464 Changes and additions for NeXTstep windowing system (Cocoa and
3465 GNUstep) support.
3466
3467 * configure.in: Add support for NS window system: --with-ns (default
3468 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
3469 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
3470 disable font backend if window system is "none", not if !HAVE_X11.
3471 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
3472 (install-arch-dep): Add commands to assemble NS .app package.
3473
3474 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
3475
3476 * configure.in: Use macppc for Darwin. Remove references to
3477 desupported systems.
3478 * configure: Regenerate.
3479
3480 2008-07-05 Glenn Morris <rgm@gnu.org>
3481
3482 * make-dist (EMACS): Doc fix.
3483 (lisp): There are no *.dat or image files here any more.
3484 (src): There are no *.s files here any more.
3485 (etc/images, etc/images/*): Link to most regular files.
3486
3487 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3488
3489 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
3490
3491 2008-07-01 Glenn Morris <rgm@gnu.org>
3492
3493 * configure.in (cpp_undefs): Rename from `undefs', update uses.
3494 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
3495 and explicitly export there. (Bug#507.)
3496
3497 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3498
3499 * configure.in:
3500 * configure: Remove references to obsolete systems.
3501
3502 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3503
3504 * Makefile.in (Makefile): Use it for its timestamp value as well, and
3505 make it depend on all other */.in files.
3506 (src/Makefile, src/config.stamp, lib-src/Makefile)
3507 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
3508 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
3509 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
3510 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
3511
3512 * configure.in: Don't create src/config.stamp any more.
3513
3514 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
3517
3518 2008-06-22 Glenn Morris <rgm@gnu.org>
3519
3520 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
3521
3522 2008-06-21 Romain Francoise <romain@orebokech.com>
3523
3524 * Makefile.in (INFO_FILES): Add sasl.
3525
3526 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3527
3528 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
3529 (bootstrap-build): Remove.
3530 (top_bootclean): New var.
3531 (top_distclean, bootstrap-clean): Use it.
3532 (bootstrap): Don't recheck config. Make normally.
3533
3534 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3535
3536 * Makefile.in (SUBDIR): Include `lisp'.
3537 (lisp): Depend on `src'.
3538 (top_distclean): Don't remove config.status.
3539 (bootstrap-clean): New target.
3540 (maintainer-clean): Use it.
3541 (bootstrap): Use bootstrap-clean. Re-run config.status.
3542 (src/bootstrap-emacs${EXEEXT}): New target.
3543 (bootstrap-build): Use it. Don't use bootstrap-prepare because
3544 src/Makefile now takes care of it.
3545 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
3546
3547 2008-06-15 Glenn Morris <rgm@gnu.org>
3548
3549 * info/dir: Add sasl.
3550
3551 2008-06-09 Alan Mackenzie <acm@muc.de>
3552
3553 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
3554
3555 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
3556
3557 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
3558
3559 2008-06-07 Glenn Morris <rgm@gnu.org>
3560
3561 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
3562 serve no purpose.
3563
3564 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3565
3566 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
3567 * configure: Regenerate.
3568
3569 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3570
3571 * update-subdirs: Don't touch subdirs.el if it is unchanged.
3572
3573 2008-05-14 Kenichi Handa <handa@m17n.org>
3574
3575 * configure: Regenerate.
3576
3577 * configure.in: Don't handle --disable-font-backend. Don't print
3578 a message about a font backend.
3579
3580 2008-05-09 Glenn Morris <rgm@gnu.org>
3581
3582 * configure.in: Make absence of makeinfo a fatal error only if the info
3583 files don't exist.
3584 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
3585
3586 2008-05-07 Eli Zaretskii <eliz@gnu.org>
3587
3588 * config.bat: Fix last change: don't use < and > in "rem" lines,
3589 they are interpreted as redirection by DOS shells.
3590
3591 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3592
3593 * configure.in: Check availability of AvailabilityMacros.h
3594 if HAVE_CARBON.
3595
3596 * configure: Regenerate.
3597
3598 2008-05-03 Glenn Morris <rgm@gnu.org>
3599
3600 * configure.in (x_libraries): Remove standard 64-bit directories -
3601 experimental workaround for minor autoconf bug.
3602
3603 * configure.in (--without-makeinfo): New option. If set,
3604 absence of suitable makeinfo is not a fatal error.
3605 * Makefile.in (MAKEINFO): New, set by configure.
3606 (install-arch-indep): Without makeinfo, ignore any missing manuals.
3607 (info-real): New target.
3608 (info): Without makeinfo, do nothing, else call `info-real'.
3609
3610 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3611
3612 * configure.in: Remove hpux10.20 from the desupported list.
3613
3614 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3615
3616 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
3617
3618 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3619
3620 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
3621 rather than change CPPFLAGS.
3622 (HAVE_GTK): Rename to USE_GTK.
3623
3624 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
3625
3626 * configure.in: Replace the obsolete macros AC_AIX and
3627 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
3628
3629 2008-04-05 Andreas Schwab <schwab@suse.de>
3630
3631 * configure.in: No longer create admin/unidata/Makefile.
3632
3633 2008-03-28 Andreas Schwab <schwab@suse.de>
3634
3635 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
3636 (lisp/Makefile): New rule.
3637
3638 2008-03-13 Glenn Morris <rgm@gnu.org>
3639
3640 * configure.in (AC_INIT): Fix version number.
3641 (sync-input): Reword the option, since it's on by default.
3642
3643 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
3644
3645 * configure.in: Add --enable-sync-input, default yes.
3646
3647 2008-03-11 Glenn Morris <rgm@gnu.org>
3648
3649 * Makefile.in (install-etc, mkdir): Handle directory
3650 etc/images/icons/hicolor/*/mimetypes/.
3651
3652 * make-dist: Handle icons/hicolor/scalable directory.
3653
3654 2008-03-05 Glenn Morris <rgm@gnu.org>
3655
3656 * configure.in: Enable font-backend by default.
3657 (USE_FONT_BACKEND): Set to "no" in absence of X.
3658 (PKG_CONFIG): Don't set multiple times, once is enough.
3659 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
3660
3661 2008-03-03 Glenn Morris <rgm@gnu.org>
3662
3663 * Makefile.in (iconsrcdir): New variable.
3664 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
3665 directory.
3666
3667 2008-02-29 Glenn Morris <rgm@gnu.org>
3668
3669 * test/: New directory.
3670
3671 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
3672
3673 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
3674
3675 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
3676
3677 * configure.in: Print an error for systems that we think are obsolete
3678 and are proposed to be removed. Remove some more unused systems.
3679 Add support for powerpc-ibm-aix6*.
3680
3681 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3682
3683 * configure.in: Remove references to obsolete variables and systems.
3684
3685 2008-02-21 Glenn Morris <rgm@gnu.org>
3686
3687 * Makefile.in (set_installuser): New.
3688 (install-arch-indep): Use set_installuser to avoid duplicate code.
3689
3690 * README.unicode: Split into admin/notes/unicode,font-backend and
3691 remove.
3692
3693 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
3694
3695 * configure.in (arm*-*-freebsd*): Add.
3696
3697 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
3698
3699 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
3700 dealing with obsolete variables.
3701
3702 2008-02-08 Glenn Morris <rgm@gnu.org>
3703
3704 * Makefile.in (check-info-dir): New target.
3705
3706 2008-02-08 Michael Olson <mwolson@gnu.org>
3707
3708 * Makefile.in (INFO_FILES): Add epa.
3709
3710 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
3711 features" section.
3712
3713 2008-02-06 Glenn Morris <rgm@gnu.org>
3714
3715 * configure.in (--with-gcc): Give an error saying this option has
3716 been removed.
3717 (--with-gtk): Remove this option.
3718
3719 2008-02-06 Tom Tromey <tromey@redhat.com>
3720
3721 * configure.in (--with-gcc): Remove.
3722 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
3723
3724 2008-02-05 Ulrich Mueller <ulm@gentoo.org>
3725
3726 * INSTALL: Recommend giflib, not libungif.
3727
3728 2008-02-05 Tom Tromey <tromey@redhat.com>
3729
3730 * configure.in (--with-dbus): Default to enabled.
3731
3732 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
3733
3734 * INSTALL (Complex Text Layout support libraries): New section.
3735
3736 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
3737
3738 * make-dist: Remove references to files in mac/ that have been
3739 deleted.
3740
3741 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3742
3743 * configure.in: For libotf and m17n-flt checks, set shell vars
3744 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
3745 pkg_check_m17n_flt, respectively, for the sake of the summary output.
3746 Reported by Ulrich Mueller.
3747
3748 2008-02-02 Eli Zaretskii <eliz@gnu.org>
3749
3750 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
3751 admin/unidata/Makefile.in to Makefile.
3752
3753 2008-02-02 Glenn Morris <rgm@gnu.org>
3754
3755 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
3756 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
3757 (HAVE_XFT): Add "Does Emacs use..." messages at end.
3758
3759 2008-02-01 Miles Bader <miles@gnu.org>
3760
3761 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
3762 [libotf], and [m17n-flt] options.
3763
3764 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3765
3766 * configure.in: Add EMACS_ARG_N([libotf]...), and
3767 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
3768 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
3769 CFLAGS, and LIBS in checking of m17n-flt.
3770
3771 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3772
3773 * configure.in: Check the availability of m17n-flt library.
3774
3775 2008-02-01 Kenichi Handa <handa@m17n.org>
3776
3777 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
3778 not available.
3779
3780 2008-02-01 Kenichi Handa <handa@m17n.org>
3781
3782 * configure.in: New args --enable-font-backend, --with-xft,
3783 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
3784 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
3785 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
3786 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
3787
3788 2008-02-01 Kenichi Handa <handa@m17n.org>
3789
3790 * make-dist: Include etc/charsets in tarball.
3791
3792 2008-02-01 Kenichi Handa <handa@m17n.org>
3793
3794 * configure.in: While running cpp on junk.c, include
3795 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
3796 exists.
3797
3798 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3799
3800 * configure.in (xtensa): Match more configurations.
3801
3802 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
3803
3804 * configure.in: Update comment.
3805
3806 2008-01-26 Glenn Morris <rgm@gnu.org>
3807
3808 * configure.in (--without-gcc): By default, neither off nor on.
3809 (--with-carbon): Tone down rhetoric in help text.
3810
3811 2008-01-25 Glenn Morris <rgm@gnu.org>
3812
3813 * configure.in: Correct usage of OPTION_DEFAULT_ON,
3814 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
3815 Default `Carbon' to off (it's unsupported).
3816
3817 2008-01-24 Glenn Morris <rgm@gnu.org>
3818
3819 * configure.in: Standardize dbus-related messages.
3820
3821 2008-01-23 Michael Olson <mwolson@gnu.org>
3822
3823 * configure.in (pkg-config-prog): Remove initial whitespace.
3824
3825 2008-01-23 Tom Tromey <tromey@redhat.com>
3826
3827 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
3828 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
3829 Update all users.
3830
3831 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
3832
3833 * config.guess, config.sub: Updated from master source.
3834
3835 2008-01-17 Andreas Schwab <schwab@suse.de>
3836
3837 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
3838
3839 2008-01-17 Glenn Morris <rgm@gnu.org>
3840
3841 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
3842
3843 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
3844
3845 * configure.in: Remove more references to unsupported systems.
3846
3847 2008-01-16 Sven Joachim <svenjoac@gmx.de>
3848
3849 * make-dist: Add --lzma.
3850
3851 2008-01-16 Glenn Morris <rgm@gnu.org>
3852
3853 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
3854 configure checks for this.
3855
3856 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
3857
3858 * configure.in: Remove more references to unsupported systems.
3859
3860 2008-01-06 Romain Francoise <romain@orebokech.com>
3861
3862 * configure.in: Delete extra semicolons.
3863
3864 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3865
3866 * configure.in: Remove references to unsupported systems.
3867
3868 2008-01-05 Romain Francoise <romain@orebokech.com>
3869
3870 * make-dist: Add --bzip2. Update copyright.
3871
3872 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3873
3874 * configure.in: Remove support for Masscomp.
3875
3876 2008-01-05 Glenn Morris <rgm@gnu.org>
3877
3878 * Makefile.in (desktopdir, icondir): New variables.
3879 (install-arch-indep): Also depend on `install-etc'.
3880 (install-etc): New target.
3881 (mkdir): Also create the `applications' and `icons' directories.
3882
3883 2008-01-04 Glenn Morris <rgm@gnu.org>
3884
3885 * make-dist: Update for new etc/images/icons/hicolor directory.
3886
3887 2007-12-09 Andreas Schwab <schwab@suse.de>
3888
3889 * configure.in: D-Bus is not enabled by default.
3890
3891 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
3892
3893 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
3894 change.
3895
3896 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
3897
3898 * configure.in: Give package name and version to AC_INIT.
3899
3900 2007-12-03 Magnus Henoch <mange@freemail.hu>
3901
3902 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
3903
3904 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
3905
3906 * configure.in: No need for DBUS_INFO anymore.
3907
3908 * Makefile.in (INFO_FILES): Use dbus unconditionally.
3909
3910 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
3911
3912 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
3913
3914 * Makefile.in (INFO_FILES): Add dbus.
3915
3916 2007-12-02 Romain Francoise <romain@orebokech.com>
3917
3918 * make-dist: Fix last change.
3919
3920 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
3921
3922 * configure.in: Add support for gnu-kfreebsd.
3923
3924 2007-11-28 Glenn Morris <rgm@gnu.org>
3925
3926 * make-dist: Add etc/nxml.
3927
3928 2007-11-24 Romain Francoise <romain@orebokech.com>
3929
3930 * Makefile.in (INFO_FILES): Add nxml-mode.
3931
3932 2007-11-23 Romain Francoise <romain@orebokech.com>
3933
3934 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
3935 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
3936
3937 2007-11-20 Andreas Schwab <schwab@suse.de>
3938
3939 * configure.in: Always include <resolv.h> when checking for res_init.
3940
3941 2007-11-17 Andreas Schwab <schwab@suse.de>
3942
3943 * update-subdirs: Atomically update subdirs.el.
3944
3945 2007-11-17 Glenn Morris <rgm@gnu.org>
3946
3947 * Makefile.in (check-declare): New target.
3948
3949 2007-11-07 Glenn Morris <rgm@gnu.org>
3950
3951 * configure.in: Deprecate Mac Carbon port.
3952
3953 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
3954
3955 * configure.in: Remove HAVE_X11R5 check.
3956
3957 2007-10-31 Glenn Morris <rgm@gnu.org>
3958
3959 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
3960 when changing ownership of installed files.
3961
3962 2007-10-30 Glenn Morris <rgm@gnu.org>
3963
3964 * make-dist: Add new directory etc/gnus.
3965
3966 2007-10-30 Michael Olson <mwolson@gnu.org>
3967
3968 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
3969
3970 2007-10-29 Glenn Morris <rgm@gnu.org>
3971
3972 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
3973
3974 2007-10-23 Glenn Morris <rgm@gnu.org>
3975
3976 * MAINTAINERS: Move to admin/.
3977
3978 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
3979
3980 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
3981 (HAVE_LIBRESOLV): Also define if we are using res_init().
3982
3983 2007-10-17 Glenn Morris <rgm@gnu.org>
3984
3985 * FTP: Remove file, since it's just a duplicate of one in etc/.
3986
3987 2007-10-05 Eli Zaretskii <eliz@gnu.org>
3988
3989 * config.bat: Fix configuring `doc' due to changes in the
3990 directory structure.
3991
3992 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
3993
3994 * configure.in: Don't use -lpthread on HP-UX.
3995
3996 2007-09-16 Glenn Morris <rgm@gnu.org>
3997
3998 * make-dist: File gfdl.1 has been removed.
3999
4000 2007-09-15 Glenn Morris <rgm@gnu.org>
4001
4002 * configure.in: Fix makeinfo version regexp.
4003
4004 2007-09-12 Glenn Morris <rgm@gnu.org>
4005
4006 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
4007 implementation of alloca is not found.
4008
4009 * Makefile.in (SOURCES, unlock, relock): Delete.
4010 (install-arch-indep): Do not exclude the etc/ Makefiles.
4011
4012 2007-09-09 Juri Linkov <juri@jurta.org>
4013
4014 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
4015
4016 * README: Add doc/ to documentation directories.
4017
4018 2007-09-08 Michael Olson <mwolson@gnu.org>
4019
4020 * MAINTAINERS: Add myself for ERC and tq.el.
4021 Update for new doc/ directory layout.
4022
4023 2007-09-06 Romain Francoise <romain@orebokech.com>
4024
4025 * make-dist: Update for new doc/ directory layout.
4026
4027 2007-09-06 Glenn Morris <rgm@gnu.org>
4028
4029 * Makefile.in (mansrcdir): New variable.
4030 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
4031 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
4032 update these targets for new doc/ directory layout.
4033 (doc/misc/Makefile): New target.
4034 (install-arch-indep): Use mansrcdir for new location of manpages.
4035 (mostlyclean, clean, distclean, maintainer-clean, unlock)
4036 (relock, info, dvi): Update targets for new doc/ directory layout.
4037
4038 * configure.in (AC_OUTPUT): Update names of generated Makefiles
4039 for new doc/ directory layout.
4040
4041 2007-09-02 Andreas Schwab <schwab@suse.de>
4042
4043 * configure.in: Use AS_HELP_STRING throughout.
4044 * configure: Regenerate.
4045
4046 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
4047
4048 * configure.in: Require Gtk/Glib 2.6.
4049
4050 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4051
4052 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
4053 Use them throughout in place of AC_ARG_WITH calls.
4054 * configure: Regenerate.
4055
4056 2007-09-01 Andreas Schwab <schwab@suse.de>
4057
4058 * configure.in: Put quotes around nested macro calls.
4059
4060 2007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4061
4062 * configure.in: Fix typo.
4063 * configure: Regenerate.
4064
4065 2007-08-30 Glenn Morris <rgm@gnu.org>
4066
4067 * configure.in (AH_BOTTOM): Copy some manual changes made to
4068 src/config.in here so they are not lost when it regenerates.
4069
4070 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
4071
4072 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
4073
4074 * README.multi-tty: New file.
4075
4076 2007-08-29 Glenn Morris <rgm@gnu.org>
4077
4078 * README: Increase version to 23.0.50.
4079
4080 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
4081
4082 * configure.in: New option: --without-xaw3d.
4083
4084 2007-08-24 Glenn Morris <rgm@gnu.org>
4085
4086 * configure.in: Check for a suitably recent makeinfo.
4087
4088 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4089
4090 * configure.in (Check for required libraries): Typo.
4091
4092 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4093
4094 * configure.in: Check librsvg2 also for Mac Carbon.
4095
4096 2007-08-22 Romain Francoise <romain@orebokech.com>
4097
4098 * make-dist: Follow reorganization of files in etc/.
4099
4100 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4101
4102 * configure.in: Add support for SVG images through librsvg2.
4103
4104 2007-07-28 Eli Zaretskii <eliz@gnu.org>
4105
4106 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
4107 to avoid an error message if there is no DOC there.
4108
4109 2007-07-25 Glenn Morris <rgm@gnu.org>
4110
4111 * Relicense all FSF files to GPLv3 or later.
4112
4113 * COPYING, info/COPYING: Switch to GPLv3.
4114
4115 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
4116
4117 * configure.in: Complain if X seems to be installed but no
4118 development files were found.
4119
4120 2007-06-20 Glenn Morris <rgm@gnu.org>
4121
4122 * configure.in: Prefer libgif over libungif.
4123
4124 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
4125
4126 * configure.in: Check for all image libraries before exiting.
4127
4128 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
4129
4130 * configure.in: Exit with error if image libraries aren't found.
4131
4132 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
4133
4134 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
4135 when compiling without scrollbars.
4136
4137 2007-06-12 Glenn Morris <rgm@gnu.org>
4138
4139 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
4140
4141 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
4142
4143 * configure.in: Change wording about yes/gtk and lucid/athena
4144 being synonyms.
4145
4146 2007-06-08 Glenn Morris <rgm@gnu.org>
4147
4148 * configure.in: Make gtk the default toolkit.
4149
4150 2007-06-07 Glenn Morris <rgm@gnu.org>
4151
4152 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
4153 for a Sun C compiler.
4154
4155 * Makefile.in (install-arch-indep): Install only the DOC- file
4156 specific to the build, if possible, rather than DOC-*.
4157
4158 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
4159
4160 * Version 22.1 released.
4161
4162 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
4163
4164 * mkinstalldirs: Sync to version in automake CVS.
4165
4166 2007-05-22 Andreas Schwab <schwab@suse.de>
4167
4168 * configure.in: Prefer build_alias over host when host_alias is not set.
4169 * configure: Regenerate.
4170
4171 2007-05-20 Andreas Schwab <schwab@suse.de>
4172
4173 * configure.in: Remove empty AC_SUBST.
4174 * configure: Regenerate.
4175
4176 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
4177
4178 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
4179 it like others.
4180 * configure: Regenerate.
4181
4182 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
4183
4184 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
4185 (AC_CHECK_LIB): Add -lgpm.
4186 * configure: Regenerate.
4187
4188 2007-05-03 Glenn Morris <rgm@gnu.org>
4189
4190 * configure: Tweak message about the absence of shell functions.
4191
4192 2007-04-27 Andreas Schwab <schwab@suse.de>
4193
4194 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
4195
4196 2007-04-26 Glenn Morris <rgm@gnu.org>
4197
4198 * README: Increase version to 22.1.50.
4199
4200 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
4201
4202 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
4203
4204 2007-04-19 Glenn Morris <rgm@gnu.org>
4205
4206 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
4207
4208 2007-04-18 Glenn Morris <rgm@gnu.org>
4209
4210 * INSTALL: Mention CPP.
4211
4212 2007-04-15 Glenn Morris <rgm@gnu.org>
4213
4214 * FTP: Replace with a pointer to the web version.
4215
4216 2007-04-13 Glenn Morris <rgm@gnu.org>
4217
4218 * INSTALL: In lib-src, timer, wakeup, yow are removed.
4219
4220 2007-04-04 Glenn Morris <rgm@gnu.org>
4221
4222 * configure.in (NON_GNU_CPP): Use associated preprocessor when
4223 compiling with Sun Studio on Solaris.
4224
4225 2007-03-23 Glenn Morris <rgm@gnu.org>
4226
4227 * configure.in: Restore support for hp800 (removed 2007-01-27)
4228 following clarification of legal status.
4229
4230 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
4231
4232 * configure.in: Add support for AIX4.3 on IBM RS6000.
4233
4234 * configure: Regenerate.
4235
4236 2007-03-20 Richard Stallman <rms@gnu.org>
4237
4238 * configure.in: Fix previous change.
4239
4240 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
4241
4242 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
4243 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
4244 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
4245
4246 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4247
4248 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
4249 user specifies "without".
4250
4251 * configure: Regenerate.
4252
4253 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
4254
4255 * configure.in: Warning for Gtk+ and Cygwin added.
4256 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
4257
4258 2007-02-27 Glenn Morris <rgm@gnu.org>
4259
4260 * make-dist (oldXMenu): Remove Imakefile.
4261 (etc/images): Add README.
4262
4263 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4264
4265 * configure.in (xtensa-*-linux-gnu*): New configuration.
4266
4267 * configure: Regenerate.
4268
4269 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
4270
4271 * config.guess, config.sub: Updated from master source.
4272
4273 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4274
4275 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
4276
4277 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4278
4279 * configure.in: Restore support for hp800's not running HP-UX.
4280
4281 * configure: Regenerate.
4282
4283 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4284
4285 * configure.in: Remove support for hp800 and sr2k machine types.
4286
4287 * configure: Regenerate.
4288
4289 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
4290
4291 * configure.in: Add check for libXft.
4292
4293 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4294
4295 * INSTALL: Info files moved to share/info.
4296
4297 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
4298
4299 * configure.in: Detect and use fink-installed in intel-based Mac
4300 builds; change Apple Darwin section to support both PowerPC and
4301 Intel-based Macs.
4302
4303 2006-12-26 Andreas Schwab <schwab@suse.de>
4304
4305 * Makefile.in (datarootdir): Define.
4306
4307 2006-12-24 Richard Stallman <rms@gnu.org>
4308
4309 * configure.in: Require Autoconf 2.61.
4310
4311 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
4312
4313 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
4314 Remove redundant entry for powerpc-apple-netbsd.
4315
4316 * configure: Regenerate.
4317
4318 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
4319
4320 * configure: Regenerate with autoconf 2.61.
4321
4322 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
4323
4324 * configure.in: Detect alsa/asoundlib.h also.
4325 * configure: Regenerate.
4326
4327 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
4328
4329 * configure.in: Check if GTK+ compiles at all.
4330
4331 2006-12-10 Andreas Schwab <schwab@suse.de>
4332
4333 * configure.in: Remove check for struct timezone, its result is
4334 never used.
4335
4336 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
4337
4338 * configure.in: Add support for Solaris 10 on x86-64.
4339
4340 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
4341
4342 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
4343 of PKG_CONFIG_PATH.
4344
4345 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4346
4347 * configure.in (HAVE_SYNC): New test.
4348
4349 2006-12-03 Glenn Morris <rgm@gnu.org>
4350
4351 * Makefile.in: Fix Copyright format.
4352
4353 * configure.in (AH_TOP): Add missing Copyright year.
4354
4355 * update-subdirs: Add missing Copyright years.
4356
4357 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
4358
4359 * Makefile.in: Touch only the parts of the share/emacs directory
4360 specific to this version.
4361
4362 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
4363
4364 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
4365
4366 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4367
4368 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
4369
4370 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4371
4372 * configure.in: Prefer X11 to Carbon only when some X-specific
4373 option is specified (Thanks to Jan Djärv and Andreas Schwab).
4374
4375 2006-11-04 Romain Francoise <romain@orebokech.com>
4376
4377 * Makefile.in (bootstrap-clean-before): Fix typo.
4378 Use new target `bootstrap-clean' in the leim subdirectory.
4379
4380 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4381
4382 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
4383
4384 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
4385
4386 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
4387 directories.
4388
4389 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
4390
4391 * configure.in: Enable x86-64 OpenBSD compilation.
4392
4393 2006-10-28 Glenn Morris <rgm@gnu.org>
4394
4395 * AUTHORS: Add cal-html.el author.
4396
4397 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4398
4399 * make-dist: Make links to mac/make-package and
4400 mac/Emacs.app/Contents/Resources/Emacs.icns.
4401
4402 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
4403
4404 * README: Bump version number to 22.0.90.
4405
4406 2006-10-23 Andreas Schwab <schwab@suse.de>
4407
4408 * configure.in: Make sure x_default_search_path is always set even
4409 when x_libraries is empty, and look in .../share as well for each
4410 library directory.
4411
4412 2006-09-28 Kenichi Handa <handa@m17n.org>
4413
4414 * configure.in (locallisppath): Don't include leim dir.
4415 (lisppath): Include leim dir.
4416
4417 2006-09-15 Jay Belanger <belanger@truman.edu>
4418
4419 * COPYING: Replace "Library Public License" by "Lesser Public
4420 License" throughout.
4421
4422 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
4423
4424 * make-dist (EMACS): Exit and fail if the EMACS environment
4425 variable is set to something other than an absolute file name.
4426
4427 2006-08-16 Andreas Schwab <schwab@suse.de>
4428
4429 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
4430 of hardcoding it.
4431
4432 2006-08-16 Richard Stallman <rms@gnu.org>
4433
4434 * INSTALL.CVS: Clean up wording.
4435
4436 2006-07-14 Eli Zaretskii <eliz@gnu.org>
4437
4438 * configure.in (PKG_CHECK_MODULES): Redirect the output of
4439 $PKG_CONFIG --exists "$2" to config.log.
4440 * configure: Regenerate.
4441
4442 2006-07-09 Richard Stallman <rms@gnu.org>
4443
4444 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
4445
4446 2006-07-09 Kim F. Storm <storm@cua.dk>
4447
4448 * CONTRIBUTE: Use outline format.
4449 Add section on copyright years (from admin/notes/years).
4450
4451 2006-07-08 Eli Zaretskii <eliz@gnu.org>
4452
4453 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
4454 to /dev/null, since we don't need the error message, just the
4455 exit status.
4456
4457 2006-07-07 Eli Zaretskii <eliz@gnu.org>
4458
4459 * CONTRIBUTE: Slight formatting changes and typo fixes.
4460 Add description of NEWS markings.
4461
4462 2006-07-07 Kim F. Storm <storm@cua.dk>
4463
4464 * CONTRIBUTE: Mention INSTALL.CVS.
4465
4466 2006-07-05 Romain Francoise <romain@orebokech.com>
4467
4468 * make-dist (top-level): Add CONTRIBUTE.
4469
4470 2006-07-04 Richard Stallman <rms@gnu.org>
4471
4472 * CONTRIBUTE: Much rewrite.
4473
4474 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
4475
4476 * CONTRIBUTE: New file.
4477
4478 2006-06-24 Eli Zaretskii <eliz@gnu.org>
4479
4480 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
4481
4482 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
4483
4484 * configure.in: Add check for ALSA.
4485
4486 2006-05-06 Eli Zaretskii <eliz@gnu.org>
4487
4488 * Makefile.in (INFO_FILES): Remove emacs-xtra.
4489
4490 * info/dir: Remove the Emacs-Xtra entry.
4491
4492 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
4493
4494 Update copyright year(s) in many files.
4495
4496 2006-04-01 Eli Zaretskii <eliz@gnu.org>
4497
4498 * configure: Regenerated.
4499
4500 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4501
4502 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
4503 --without-toolkit-scroll-bars was specified.
4504
4505 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
4506
4507 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
4508 to CFLAGS. Update Copyright years written to src/config.in.
4509
4510 2006-03-18 Claudio Fontana <claudio@gnu.org>
4511
4512 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
4513 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
4514 to be installed/uninstalled.
4515 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
4516 to Info files installed by Emacs.
4517
4518 2006-03-03 Claudio Fontana <claudio@gnu.org>
4519
4520 * Makefile.in (install, uninstall): Add DESTDIR variable to
4521 support staged installations.
4522
4523 2006-02-14 Richard M. Stallman <rms@gnu.org>
4524
4525 * configure.in (s390x-*-linux-gnu*): New configuration.
4526
4527 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
4528
4529 * configure.in: Require GTK 2.4 or newer.
4530
4531 2006-01-29 Michael Olson <mwolson@gnu.org>
4532
4533 * Makefile.in (install-arch-indep, uninstall): Add ERC.
4534 * info/dir (ERC): New entry.
4535
4536 2006-01-29 Eli Zaretskii <eliz@gnu.org>
4537
4538 * info/dir: Fix last change.
4539
4540 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4541
4542 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
4543
4544 2006-01-27 Eli Zaretskii <eliz@gnu.org>
4545
4546 * info/dir: Untabify the whole file.
4547 (Rcirc): New entry.
4548
4549 2006-01-12 Andreas Schwab <schwab@suse.de>
4550
4551 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
4552 check.
4553
4554 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
4555
4556 * configure.in: Use -Wno-pointer-sign if available.
4557
4558 2005-12-29 Andreas Schwab <schwab@suse.de>
4559
4560 * config.guess, config.sub: Updated from master source.
4561
4562 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4563
4564 * configure.in: Use amdx86-64 for freebsd on x86_64.
4565
4566 2005-11-22 Romain Francoise <romain@orebokech.com>
4567
4568 * make-dist: Add etc/images/icons.
4569
4570 2005-11-03 Andreas Schwab <schwab@suse.de>
4571
4572 * configure.in: Use GZIP_PROG instead of GZIP.
4573
4574 * Makefile.in (GZIP_PROG): Renamed from GZIP.
4575 (install-arch-indep): Adjust.
4576
4577 2005-11-01 Andreas Schwab <schwab@suse.de>
4578
4579 * Makefile.in (bootstrap): Fix dependencies for parallel build.
4580 (bootfast): Likewise.
4581
4582 2005-11-01 Romain Francoise <romain@orebokech.com>
4583
4584 * configure.in: Check for gzip.
4585
4586 * Makefile.in (install): Compress source files.
4587
4588 2005-10-24 Steven Tamm <steventamm@mac.com>
4589
4590 * configure.in: Fix darwin386 configuration issue.
4591
4592 2005-10-22 Eli Zaretskii <eliz@gnu.org>
4593
4594 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
4595
4596 2005-10-17 Bill Wohler <wohler@newt.com>
4597
4598 * make-dist: Create and populate etc/images/low-color.
4599
4600 2005-10-15 Bill Wohler <wohler@newt.com>
4601
4602 * make-dist: Create and populate etc/images/gud.
4603
4604 2005-10-08 Richard M. Stallman <rms@gnu.org>
4605
4606 * make-dist (tempparent): Don't check for 14-char file name limit.
4607
4608 2005-10-07 Romain Francoise <romain@orebokech.com>
4609
4610 * make-dist: Add etc/images/ezimage and etc/images/mail
4611 directories. Install images in etc/images.
4612
4613 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4614
4615 * configure.in: Prefer Carbon if --enable-carbon-app or
4616 --with-carbon is explicitly specified even when X11 is detected.
4617
4618 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
4619
4620 * Makefile.in (install-arch-indep, uninstall):
4621 Handle newsticker manual.
4622 (info): Add - to commands.
4623
4624 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
4625
4626 Remove the MAXPATHLEN limitations:
4627
4628 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
4629
4630 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4631
4632 * configure.in <lynxsos*>: Support for LynxOS on PPC.
4633 * configure: Regenerate.
4634
4635 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
4636
4637 * config.guess, config.sub: Updated from master source.
4638
4639 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
4640
4641 * .cvsignore: Add `lock'.
4642
4643 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
4644
4645 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
4646
4647 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
4648
4649 Merge gnulib getopt implementation into Emacs.
4650
4651 * Makefile.in (AUTOCONF_INPUTS): New macro.
4652 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
4653 so that these files also depend on m4/getopt.m4.
4654 * configure.in: Configure getopt by including m4/getopt.m4,
4655 and configuring a getopt replacement if necessary.
4656 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
4657 * m4/getopt.m4: New file.
4658
4659 2005-07-06 Lute Kamstra <lute@gnu.org>
4660
4661 * configure.in: Fix capitalization.
4662
4663 2005-07-04 Lute Kamstra <lute@gnu.org>
4664
4665 Update FSF's address in GPL notices.
4666
4667 2005-06-19 Jérôme Marant <jerome@marant.org>
4668
4669 * Makefile.in (epaths-force): Protect both lisppath and
4670 buildlisppath from whitespace.
4671
4672 2005-06-08 Steven Tamm <steventamm@mac.com>
4673
4674 * configure.in: Support Darwin/MacOSX on Intel
4675
4676 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
4677
4678 * configure.in (HAVE_CANCELMENUTRACKING): New test.
4679
4680 2005-05-19 Jérôme Marant <jmarant@marant.org>
4681
4682 * configure.in: Add --enable-locallisppath.
4683
4684 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4685
4686 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
4687 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
4688 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
4689
4690 2005-05-07 Jérôme Marant <jerome@marant.org>
4691
4692 * make-dist: Remove references to makefile.nt and makefile.def.
4693 Include widgets and images subdirectories of etc. Do not exclude
4694 ldefs-boot.el.
4695
4696 2005-04-23 Andreas Schwab <schwab@suse.de>
4697
4698 * configure.in: Remove duplicate match for powerpc configuration.
4699
4700 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
4701
4702 * configure.in: Check for <pwd.h>.
4703
4704 2005-04-14 Lute Kamstra <lute@gnu.org>
4705
4706 * make-dist: Distribute all ChangeLog files in lisp/.
4707 Don't distribute ldefs-boot.el.
4708 lisp/makefile.nt no longer exists.
4709
4710 2005-04-13 Lute Kamstra <lute@gnu.org>
4711
4712 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
4713 for "no-byte-compile: t" in the file instead.
4714
4715 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4716
4717 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
4718 shadow the main Lesstif/Motif-2.1 libs and includes.
4719
4720 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
4721
4722 * configure.in: Only add XASSERTS to cppflags.
4723
4724 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
4725
4726 * configure.in: Added --enable-asserts.
4727
4728 2005-02-09 Kim F. Storm <storm@cua.dk>
4729
4730 Change release version from 21.4 to 22.1 throughout.
4731 Change development version from 21.3.50 to 22.0.50.
4732
4733 2005-01-19 Steven Tamm <steventamm@mac.com>
4734
4735 * configure.in: Check for <sys/utsname.h>.
4736
4737 2004-12-11 Kim F. Storm <storm@cua.dk>
4738
4739 * Makefile.in (info): Undo 2004-12-05 change.
4740
4741 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4742
4743 * info/dir (File): Add URL and Org Mode manuals.
4744 * Makefile.in (install-arch-indep, uninstall): Add url and org
4745 manuals.
4746
4747 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4748
4749 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
4750 committed to src/config.in.
4751
4752 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
4753
4754 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
4755 pthreads and define HAVE_GTK_AND_PTHREAD.
4756
4757 2004-12-05 Richard M. Stallman <rms@gnu.org>
4758
4759 * Makefile.in (info): Ignore errors building info files.
4760
4761 2004-11-27 Eli Zaretskii <eliz@gnu.org>
4762
4763 * config.bat: If 8-byte alignment is not supported, define
4764 NO_DECL_ALIGN in src/config.h, instead of trivially defining
4765 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
4766 filter through Sed to remove the quotes.
4767
4768 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4769
4770 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
4771 not apply to files explicitly `cvs add'ed.
4772
4773 2004-11-12 Eli Zaretskii <eliz@gnu.org>
4774
4775 * config.bat: Don't require djecho.exe for the v1.x build.
4776 Add a test for DECL_ALIGN support, and add a trivial definition to
4777 src/config.h if 8-byte alignment is not supported.
4778
4779 2004-11-08 Kim F. Storm <storm@cua.dk>
4780
4781 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
4782 files before building.
4783 (bootfast, bootstrap-clean-before-fast): New targets, like
4784 bootstrap but don't remove .elc files.
4785
4786 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
4787
4788 * configure.in: Add check for getrusage.
4789
4790 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
4791
4792 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
4793 New tests for new and old GTK file dialogs.
4794 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
4795 to no.
4796
4797 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
4798
4799 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
4800 can be set. Remove SETARCH test.
4801
4802 2004-10-08 Steven Tamm <steventamm@mac.com>
4803
4804 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
4805
4806 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
4807
4808 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
4809 AC_MSG_WARN. Move output of warning message to end of configure run.
4810
4811 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
4812
4813 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
4814 Run test to see if heap start address is random.
4815
4816 2004-09-29 Miles Bader <miles@gnu.org>
4817
4818 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
4819 if setarch is present.
4820
4821 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
4822
4823 * configure.in (HAVE_EXECSHIELD): Only define on x86.
4824
4825 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
4826
4827 * configure.in: Check for exec-shield.
4828
4829 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
4830
4831 * Makefile.in (install-arch-indep): Add pgg and sieve.
4832
4833 * info/.cvsignore: Added pgg and sieve.
4834
4835 2004-08-06 Andreas Schwab <schwab@suse.de>
4836
4837 * Makefile.in (install-arch-indep, uninstall): Add flymake.
4838
4839 2004-07-31 Eli Zaretskii <eliz@gnu.org>
4840
4841 * config.bat: Update URLs in the comments.
4842
4843 2004-07-05 Andreas Schwab <schwab@suse.de>
4844
4845 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
4846
4847 2004-06-21 Kenichi Handa <handa@m17n.org>
4848
4849 * make-dist: Link leim-ext.el into tempdir.
4850
4851 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4852
4853 * info/dir (File): Add emacs-xtra.
4854 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
4855
4856 2004-06-12 Juri Linkov <juri@jurta.org>
4857
4858 * info/dir: Move menu help lines from `* Menu:' to file header.
4859 Describe the purpose of a red *.
4860
4861 2004-05-04 Dave Love <fx@gnu.org>
4862
4863 * configure.in: Don't use `extrasub'.
4864
4865 2004-04-29 Dave Love <fx@gnu.org>
4866
4867 * configure.in: Don't forget to quote args to `test'.
4868
4869 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
4870
4871 * autogen.sh: Update filename in "please read" message.
4872
4873 2004-04-17 Richard M. Stallman <rms@gnu.org>
4874
4875 * INSTALL: Move the info about site-lisp dirs,
4876 and say uninstalled Emacs looks there too.
4877
4878 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4879
4880 * config.bat (lib-src): Recognize comment lines in Makefile.in
4881 that have a TAB after the #, to avoid errors in preprocessing with
4882 GCC 3.3.3.
4883
4884 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4885
4886 * Makefile.in: Mention in comment that `make maintainer-clean'
4887 deletes .elc files.
4888
4889 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4890
4891 * update-subdirs: Add local variables to prevent byte-compiling.
4892
4893 2004-03-21 Dave Love <fx@gnu.org>
4894
4895 * configure.in: Fix previous change.
4896
4897 2004-03-18 Dave Love <fx@gnu.org>
4898
4899 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
4900
4901 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
4902
4903 * info/dir (File): Add SMTP and SES.
4904
4905 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4906
4907 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
4908 (bootstrap): Use the new bootstrap-prepare target in lisp.
4909
4910 2004-02-18 Kim F. Storm <storm@cua.dk>
4911
4912 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
4913
4914 2004-02-16 Eli Zaretskii <eliz@gnu.org>
4915
4916 * make-dist: Don't link index.*perm and permute-index into tempdir.
4917
4918 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
4919
4920 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
4921 to match previous changes by Eli Zaretskii.
4922
4923 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
4924
4925 * Makefile.in: Set CDPATH to an empty string.
4926
4927 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
4928
4929 * configure.in <darwin>: Use fink packages if available.
4930
4931 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
4932
4933 * make-dist (lispref): Do include lispref/index.texi.
4934
4935 2004-01-06 Eric Hanchrow <offby1@blarg.net>
4936
4937 * make-dist (tempdir): Include cursors in nt/icons.
4938
4939 2003-12-30 Eli Zaretskii <eliz@gnu.org>
4940
4941 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
4942 clashes with install-sh on 8+3 filesystems.
4943
4944 2003-12-24 Miles Bader <miles@gnu.org>
4945
4946 * .cvsignore: Add .arch-inventory.
4947
4948 2003-12-24 Andreas Schwab <schwab@suse.de>
4949
4950 * configure.in: Check for <sys/socket.h>. Include it before
4951 including <net/if.h>. Move check for <net/if.h> before its use.
4952
4953 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
4954
4955 * Makefile.in (install-arch-dep): Don't let cd output go into
4956 pipe for carbon_appdir.
4957
4958 2003-12-24 Andreas Schwab <schwab@suse.de>
4959
4960 * configure.in (PKG_CHECK_MODULES): Fix quoting.
4961
4962 2003-12-01 Andreas Schwab <schwab@suse.de>
4963
4964 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
4965 hardcoding gcc.
4966
4967 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
4968
4969 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
4970 multiple displays.
4971 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
4972
4973 2003-09-23 Dave Love <fx@gnu.org>
4974
4975 * configure.in: Check members of struct ifreq.
4976
4977 2003-09-14 Kim F. Storm <storm@cua.dk>
4978
4979 * configure.in: Add checks for sys/ioctl.h and net/if.h.
4980
4981 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
4982
4983 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
4984
4985 2003-08-18 Lute Kamstra <lute@gnu.org>
4986
4987 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
4988 required anymore.
4989
4990 2003-08-07 Andrew Choi <akochoi@shaw.ca>
4991
4992 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
4993 option instead of -traditional-cpp for CPP.
4994
4995 2003-07-29 Richard M. Stallman <rms@gnu.org>
4996
4997 * configure.in (HAVE_XIM): Define if XIM is available.
4998
4999 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5000
5001 * configure.in: The function gtk_window_set_icon_from_file was
5002 introduced in GTK+ 2.2, so check for that release.
5003
5004 2003-07-23 Andreas Schwab <schwab@suse.de>
5005
5006 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
5007
5008 * Makefile.in (YACC): Remove, not used.
5009 (MAINT): Don't set.
5010 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
5011 disable dependency on ${srcdir}/configure.in when maintainer mode
5012 is disabled.
5013
5014 2003-07-22 Dave Love <fx@gnu.org>
5015
5016 * configure.in: Make XRegisterIMInstantiateCallback test depend on
5017 HAVE_X11, not with_xim.
5018 (HAVE_CRTIN): Provide template.
5019 <with_png>: Test for png.h and libpng/png.h.
5020
5021 2003-07-15 Andreas Schwab <schwab@suse.de>
5022
5023 * configure.in: Temporarily leave quoting for AC_DEFINE.
5024
5025 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
5026
5027 * configure.in: Check for posix_memalign.
5028
5029 2003-07-12 Richard M. Stallman <rms@gnu.org>
5030
5031 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
5032
5033 2003-07-09 Kim F. Storm <storm@cua.dk>
5034
5035 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
5036 functionality of --without-xim.
5037
5038 2003-06-29 Dave Love <fx@gnu.org>
5039
5040 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
5041
5042 2003-06-23 Dave Love <fx@gnu.org>
5043
5044 * configure.in: Check for sys/_mbstate_t.h.
5045 Test XRegisterIMInstantiateCallback prototype.
5046 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
5047
5048 2003-06-06 Dave Love <fx@gnu.org>
5049
5050 * configure.in: Check for locale.h.
5051
5052 2003-06-05 Dave Love <fx@gnu.org>
5053
5054 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
5055 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
5056 (NLIST_STRUCT): Don't define.
5057 (AH_BOTTOM): Define my_strftime.
5058
5059 2003-06-02 Richard M. Stallman <rms@gnu.org>
5060
5061 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
5062
5063 2003-05-24 Andreas Schwab <schwab@suse.de>
5064
5065 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
5066 bzero, and bcmp.
5067
5068 2003-05-22 Dave Love <fx@gnu.org>
5069
5070 * configure.in: Remove redundant test for term.h. Test for difftime.
5071
5072 2003-05-20 Dave Love <fx@gnu.org>
5073
5074 * configure.in: Append * to s390-*-linux-gnu case.
5075 (LIBMAIL) <lockfile>: Don't define.
5076
5077 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5078
5079 * INSTALL (* GNU/Linux development packages): Mention Debian and
5080 RedHat package names.
5081
5082 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
5083
5084 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5085
5086 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5087
5088 * INSTALL (* GNU/Linux development packages): Tell people to
5089 install additional packages for compiling Emacs.
5090
5091 2003-04-30 Richard M. Stallman <rms@gnu.org>
5092
5093 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5094
5095 2003-04-28 Francesco Potortì <pot@gnu.org>
5096
5097 * configure.in: Undo last (RMS') change, as it is useless, per
5098 Dave Love.
5099
5100 2003-04-08 Richard M. Stallman <rms@gnu.org>
5101
5102 * configure.in: Put #include of jpeglib.h at start of line.
5103
5104 2003-04-06 Francesco Potortì <pot@gnu.org>
5105
5106 * configure.in: Use the same configuration for all aix5, not just
5107 aix5.1.
5108
5109 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
5110
5111 * configure.in: Check for need for bigtoc support on IBM AIX for
5112 solving a linker table overflow problem.
5113
5114 2003-03-03 Rob Browning <rlb@defaultvalue.org>
5115
5116 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
5117 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
5118 over bzero, bcmp, and bcopy.
5119
5120 2003-02-23 Simon Josefsson <jas@extundo.com>
5121
5122 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
5123
5124 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
5125
5126 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
5127
5128 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
5129
5130 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
5131
5132 2003-02-08 Andreas Schwab <schwab@suse.de>
5133
5134 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
5135 instead of the substitution.
5136
5137 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5138
5139 * Makefile.in: Use @EXEEXT@ for Cygwin.
5140 Use USERNAME if LOGNAME is not set (for Cygwin).
5141
5142 * configure.in: Add opsys=cygwin.
5143
5144 2003-01-22 Andreas Schwab <schwab@suse.de>
5145
5146 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
5147 redefining it explicitly in src/config.in.
5148
5149 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
5150
5151 * Makefile.in (bootstrap): Make bootstrap-after.
5152
5153 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
5154
5155 * configure.in: Fix --with-gtk.
5156
5157 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
5158
5159 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
5160
5161 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
5162
5163 2003-01-14 Francesco Potortì <pot@gnu.org>
5164
5165 * configure.in (m68k-motorola-sysv): Remove (obsolete).
5166
5167 2003-01-07 Steven Tamm <steventamm@mac.com>
5168
5169 * configure.in: New option, --enable-carbon-app, to specify
5170 that the application should be installed
5171 * Makefile.in (install-arch-dep): On Mac OS X, install the
5172 Emacs.app application if carbon-app is enabled
5173
5174 2003-01-06 Dave Love <fx@gnu.org>
5175
5176 * configure.in: Check for nl_langinfo.
5177 [!HAVE_SIZE_T]: Fix typedef.
5178
5179 2003-01-06 David Kastrup <dak@gnu.org>
5180
5181 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
5182
5183 * configure.in: Add tests for install-info.
5184
5185 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
5186
5187 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
5188 use again sol2-6 instead of sol2-8.
5189
5190 2002-12-09 Dave Love <fx@gnu.org>
5191
5192 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
5193
5194 2002-12-08 Andreas Schwab <schwab@suse.de>
5195
5196 * Makefile.in (install-arch-indep): Revert last change.
5197
5198 2002-11-27 Dave Love <fx@gnu.org>
5199
5200 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
5201 Check for __sys_siglist too. Check for memset.
5202 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
5203
5204 2002-11-22 Juanma Barranquero <lektu@terra.es>
5205
5206 * config.guess, config.sub: Updated from master source.
5207
5208 2002-11-19 Karl Fogel <kfogel@red-bean.com>
5209
5210 * autogen.sh: New file.
5211
5212 2002-11-18 Dave Love <fx@gnu.org>
5213
5214 * configure.in: Tidy up various quoting issues throughout.
5215 Use AC_GNU_SOURCE.
5216 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
5217 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
5218 Maybe define bcopy, bzero, bcmp.
5219 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
5220 non-existent machine file).
5221 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
5222 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
5223 (nlist.h): Move test up.
5224
5225 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
5226
5227 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
5228
5229 2002-11-14 Francesco Potortì <pot@gnu.org>
5230
5231 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
5232
5233 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5234
5235 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
5236
5237 2002-11-08 Dave Love <fx@gnu.org>
5238
5239 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
5240 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
5241
5242 2002-11-07 Miles Bader <miles@gnu.org>
5243
5244 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
5245 Handle separate-build-dir case.
5246
5247 2002-11-06 Richard M. Stallman <rms@gnu.org>
5248
5249 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
5250 bulletproof. $bar may be empty when there are no .elc files.
5251
5252 2002-10-30 Dave Love <fx@gnu.org>
5253
5254 * configure.in: Require autoconf 2.53. Test for pty.h,
5255 sys/mman.h, sys/param.h, mremap, memmove.
5256 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
5257 (AC_PROG_YACC): Delete.
5258 (size_t): Use AC_CHECK_TYPES.
5259 (AH_TOP): Up-date copyright.
5260
5261 2002-10-01 Juanma Barranquero <lektu@terra.es>
5262
5263 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
5264
5265 2002-09-19 Richard M. Stallman <rms@gnu.org>
5266
5267 * configure.in: Fix the LessTif-directory-finder for real.
5268
5269 2002-09-14 Richard M. Stallman <rms@gnu.org>
5270
5271 * Makefile.in (maybe_bootstrap): Test for complete absence
5272 of compiled Lisp files.
5273
5274 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
5275
5276 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
5277 (bootstrap-clean-after): Delete.
5278 (bootstrap): Make the sequencing explicit.
5279
5280 2002-09-10 Richard M. Stallman <rms@gnu.org>
5281
5282 * configure.in: Fix previous LessTif change.
5283
5284 2002-09-09 Richard M. Stallman <rms@gnu.org>
5285
5286 * configure.in (powerpcle-*-solaris2.5*): New configuration.
5287 (powerpcle-*-solaris*): Use version 2.6 as default.
5288 (*-sunos5.6*, *-solaris2.6*): New alternative.
5289 (*-sunos5*): Use version 2.6 as default.
5290
5291 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5292
5293 * configure.in: Fix typo.
5294
5295 2002-09-05 Richard M. Stallman <rms@gnu.org>
5296
5297 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
5298
5299 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
5300 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
5301
5302 2002-08-26 Kim F. Storm <storm@cua.dk>
5303
5304 * Makefile.in (install-arch-indep): Do not remove DOC file
5305 when it is the only DOC file installed; this is the case when
5306 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
5307
5308 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
5309
5310 * configure.in: Fix typo.
5311
5312 2002-07-24 Richard M. Stallman <rms@gnu.org>
5313
5314 * configure.in: Don't print anything special about gamedir.
5315
5316 * configure.in: Delete nonstandard --with-game-user option.
5317
5318 2002-07-21 Richard M. Stallman <rms@gnu.org>
5319
5320 * Makefile.in (gamedir, localstatedir): New variables.
5321 (epaths-force): Insert value of gamedir into PATH_GAME.
5322
5323 * configure.in (gamedir): Handle it like lispdir.
5324 (--with-game-dir option): Delete.
5325
5326 2002-06-21 Pavel Janík <Pavel@Janik.cz>
5327
5328 * configure.in: Add support for mipseb-*-netbsd* machines.
5329
5330 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5331
5332 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
5333
5334 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5335
5336 * info/dir (File): Add an entry for Tramp.
5337
5338 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5339
5340 * INSTALL-CVS: New file.
5341
5342 2002-06-07 Andreas Schwab <schwab@suse.de>
5343
5344 * configure.in (x86_64-*-linux-gnu*): New system.
5345
5346 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
5347
5348 * config.bat: Handle the case when lispintro is truncated to lispintr.
5349
5350 2002-05-26 Paul Eggert <eggert@twinsun.com>
5351
5352 * config.guess, config.sub: Updated from master source.
5353
5354 2002-05-09 Richard M. Stallman <rms@gnu.org>
5355
5356 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
5357
5358 2002-05-04 Pavel Janík <Pavel@Janik.cz>
5359
5360 * make-dist: Do not distribute lock/ directory.
5361
5362 2002-04-30 Andrew Choi <akochoi@shaw.ca>
5363
5364 * configure.in: Provide documentation string when defining
5365 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
5366 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
5367
5368 2002-04-29 Colin Walters <walters@verbum.org>
5369
5370 * configure.in: Delete configure check for access to the game user.
5371
5372 2002-04-29 Pavel Janík <Pavel@Janik.cz>
5373
5374 * make-dist: lwlib/Imakefile is removed.
5375
5376 2002-04-26 Andrew Choi <akochoi@shaw.ca>
5377
5378 * configure.in: Add support for powerpc-apple-darwin*.
5379 (HAVE_CARBON): Add.
5380
5381 * make-dist: Create directories in mac/Emacs.app.
5382
5383 2002-04-25 Pavel Janík <Pavel@Janik.cz>
5384
5385 * make-dist: lwlib-Xol* are removed.
5386
5387 2002-04-23 Andreas Schwab <schwab@suse.de>
5388
5389 * Makefile.in (MAINT): New variable.
5390 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
5391 instead of configure.in, to avoid running autoconf and autoheader
5392 unless explicitly requested.
5393
5394 2002-04-16 Eli Zaretskii <eliz@gnu.org>
5395
5396 * config.bat: Update for msdos/sed2v2.inp.
5397
5398 2002-04-15 Andreas Schwab <schwab@suse.de>
5399
5400 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
5401 * configure.in: Add config header templates to all AC_DEFINE and
5402 AC_DEFINE_UNQUOTED symbols.
5403 * make-dist: Run autoheader if necessary.
5404
5405 2002-04-10 Colin Walters <walters@verbum.org>
5406
5407 * configure.in: Add --game-dir, --game-user. Test to see if we
5408 can use them.
5409
5410 2002-04-08 Pavel Janík <Pavel@Janik.cz>
5411
5412 * configure.in: Add --with-sound.
5413
5414 2002-03-18 Kim F. Storm <storm@cua.dk>
5415
5416 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
5417 and getsockname functions. Test for sys/un.h include file.
5418
5419 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
5420
5421 * configure.in: Support AIX 5.1.
5422
5423 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
5424
5425 * configure.in: Added test for X Session Management (HAVE_X_SM).
5426
5427 2002-03-03 Richard M. Stallman <rms@gnu.org>
5428
5429 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
5430 Run chown $${LOGNAME} on files installed by tar xvf.
5431
5432 2002-03-03 Kim F. Storm <storm@cua.dk>
5433
5434 * configure.in: Test for getpeername.
5435
5436 2002-03-01 Richard M. Stallman <rms@gnu.org>
5437
5438 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
5439 (HAVE_GIF): Don't use old libungif versions that crash.
5440
5441 2002-02-26 Richard M. Stallman <rms@gnu.org>
5442
5443 * configure.in <making srcdir absolute>: Verify that PWD is correct,
5444 not just well-formed and valid.
5445 (mips-compaq-nonstopux*): New configuration.
5446
5447 2002-02-18 Paul Eggert <eggert@twinsun.com>
5448
5449 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
5450 "sed q" is a portable equivalent to plain "head -1".
5451
5452 2002-02-13 Richard M. Stallman <rms@gnu.org>
5453
5454 * Makefile.in (maybe_bootstrap): Do `exit 1'.
5455 (all): Don't depend on maybe_bootstrap here.
5456 (${SUBDIR}): Depend on it here instead.
5457
5458 2002-02-08 Richard M. Stallman <rms@gnu.org>
5459
5460 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
5461
5462 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5463
5464 * configure.in: Recognize BSD/OS 5.0.
5465
5466 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5467
5468 * make-dist: Make version checking in emacs.texi consistent with
5469 how we set it there.
5470
5471 2001-12-29 Kim F. Storm <storm@cua.dk>
5472
5473 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
5474
5475 2001-12-28 Richard M. Stallman <rms@gnu.org>
5476
5477 * configure.in: Test for mbsinit.
5478
5479 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5480
5481 These changes make Leim part of the standard distribution:
5482
5483 * README: Add info about the `leim' directory.
5484
5485 * INSTALL: Remove text that describes Leim as a separate package.
5486
5487 * noleim-Makefile.in: File removed.
5488
5489 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
5490 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
5491 Leim files out of the Emacs tree. Don't prepare a separate tarball
5492 for Leim.
5493
5494 2001-12-11 Richard M. Stallman <rms@gnu.org>
5495
5496 * configure.in (hppa*-*-linux-gnu*): New alternative.
5497
5498 2001-12-08 Pavel Janík <Pavel@Janik.cz>
5499
5500 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
5501 creating distribution.
5502
5503 2001-12-06 Paul Eggert <eggert@twinsun.com>
5504
5505 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
5506 (AC_FUNC_VFORK): Remove.
5507 (AC_FUNC_FORK): Add.
5508 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
5509 this is required by recent Autoconf versions.
5510
5511 2001-12-02 Pavel Janík <Pavel@Janik.cz>
5512
5513 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
5514 TODO, vms-pp.trans and others).
5515
5516 2001-11-29 Pavel Janík <Pavel@Janik.cz>
5517
5518 * make-dist: Use COPYING from the top-level directory.
5519
5520 2001-11-29 Gerd Moellmann <gerd@gnu.org>
5521
5522 * configure.in: Add support for FreeBSD/Alpha.
5523
5524 2001-11-29 Pavel Janík <Pavel@Janik.cz>
5525
5526 * make-dist: Add COPYING to the top-level directory of the
5527 distribution. Simplify the logic behind copying.
5528
5529 * Makefile.in (maybe_bootstrap): Fix previous change.
5530
5531 2001-11-28 Richard M. Stallman <rms@gnu.org>
5532
5533 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
5534
5535 2001-11-26 Richard M. Stallman <rms@gnu.org>
5536
5537 * Makefile.in: bootstrap should not delete dumped executables.
5538 (bootstrap-clean-before): New target.
5539 (bootstrap): Use bootstrap-clean-before instead of clean.
5540 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
5541
5542 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
5543
5544 These changes add the Emacs Lisp Introduction manual to the
5545 distribution:
5546
5547 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
5548
5549 * make-dist: Copy the files in lispintro directory.
5550
5551 * config.bat: Configure in the lispintro directory.
5552
5553 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
5554
5555 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
5556 (lispintro/Makefile): New target.
5557 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
5558 (unlock, relock, info, dvi): Ditto.
5559
5560 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5561
5562 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
5563
5564 * make-dist (etc): Don't distribute gfdl.1.
5565
5566 2001-11-22 Colin Walters <walters@debian.org>
5567
5568 * Makefile.in (install-arch-indep): Install the calc .info files.
5569 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
5570
5571 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5572
5573 * make-dist (lispref): Add *.txt, *.el, permute-index, and
5574 tindex.pl to the list of those being put into the distribution.
5575
5576 2001-11-16 Eli Zaretskii <eliz@gnu.org>
5577
5578 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
5579
5580 2001-11-15 Pavel Janík <Pavel@Janik.cz>
5581
5582 * Makefile.in (uninstall): Fix previous change.
5583
5584 * configure.in, Makefile.in: Add support for --program-prefix,
5585 --program-suffix and --program-transform-name options.
5586
5587 2001-11-13 Pavel Janík <Pavel@Janik.cz>
5588
5589 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
5590 (install-arch-indep): Install emacsclient manual page.
5591 (uninstall): Uninstall emacsclient manual page.
5592
5593 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
5594
5595 * make-dist: Add lispref/index.*perm files to the distribution.
5596 From Pavel Janík <Pavel@Janik.cz>.
5597
5598 2001-11-12 Pavel Janík <Pavel@Janik.cz>
5599
5600 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
5601
5602 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5603
5604 * configure.in: AC_OUTPUT lispref/Makefile.
5605
5606 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5607
5608 The following changes add the ELisp reference manual to the
5609 distribution.
5610
5611 * make-dist: Add the lispref directory to the distribution.
5612
5613 * Makefile.in (install-arch-indep): Add elisp* to the list of
5614 installed Info files.
5615 (SUBDIR_MAKEFILES): Add lispref/Makefile.
5616 (lispref/Makefile): New target.
5617 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
5618 Add commands for the lispref directory.
5619 (info, dvi): Ditto.
5620
5621 * config.bat: Configure in `lispref'.
5622
5623 2001-11-09 Richard M. Stallman <rms@gnu.org>
5624
5625 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
5626
5627 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
5628
5629 * make-dist (tempdir): Copy AUTHORS as well.
5630
5631 2001-11-06 Sam Steingold <sds@gnu.org>
5632
5633 * configure.in: Added a check for <nlist.h>.
5634
5635 2001-11-01 Pavel Janík <Pavel@Janik.cz>
5636
5637 * configure.in: Reindent --help output.
5638 From Per Starbäck (starback@ling.uu.se).
5639
5640 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
5641
5642 * configure.in: New entry for HP/UX-11.
5643
5644 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
5645 From Eric S. Raymond <esr@golux.thyrsus.com>.
5646
5647 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5648
5649 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
5650 <athornton@sinenomine.net>.
5651
5652 2001-10-25 Gerd Moellmann <gerd@gnu.org>
5653
5654 * Makefile.in (maybe_bootstrap): New target.
5655 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
5656
5657 2001-10-24 Ken Raeburn <raeburn@gnu.org>
5658
5659 * configure.in: If --with-hesiod is given, look for
5660 hes_getmailhost and res_send or __res_send; check hesiod and
5661 resolv libraries respectively if system libraries don't supply them.
5662
5663 2001-10-24 Gerd Moellmann <gerd@gnu.org>
5664
5665 * configure.in: Use $MAKE for `make' if set.
5666
5667 2001-10-22 Gerd Moellmann <gerd@gnu.org>
5668
5669 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
5670 to tar options.
5671
5672 2001-10-20 Gerd Moellmann <gerd@gnu.org>
5673
5674 * (Version 21.1 released).
5675
5676 2001-10-20 Miles Bader <miles@gnu.org>
5677
5678 * configure.in (configuration): Set from `host' if `host_alias'
5679 isn't defined.
5680
5681 2001-10-19 Andreas Schwab <schwab@suse.de>
5682
5683 * configure.in: Make ready for autoconf 2.5x.
5684 (AC_PREREQ): Require autoconf 2.50.
5685 * aclocal.m4: Removed.
5686 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
5687
5688 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5689
5690 * README: Bump Emacs version to 21.1.50.
5691
5692 2001-10-05 Gerd Moellmann <gerd@gnu.org>
5693
5694 * Branch for 21.1.
5695
5696 2001-09-05 Gerd Moellmann <gerd@gnu.org>
5697
5698 * configure.in: Avoid `$@' which is handled specially in
5699 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
5700
5701 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
5702
5703 * make-dist (nt): Add subdirs.el to the list of distributed files.
5704
5705 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
5706
5707 * configure.in (machine): Add an entry for
5708 hppa1.1-hitachi-hiuxwe2*.
5709
5710 2001-05-28 Gerd Moellmann <gerd@gnu.org>
5711
5712 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
5713 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
5714
5715 2001-05-14 Gerd Moellmann <gerd@gnu.org>
5716
5717 * make-dist: Copy texinfo.tex unconditionally.
5718
5719 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5720
5721 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
5722 that are installed.
5723
5724 2001-04-06 Gerd Moellmann <gerd@gnu.org>
5725
5726 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
5727 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
5728
5729 * make-dist: Handle leim/MISC-DIC. Only include
5730 `[a-zA-Z]*.{el,elc}' from leim/quail.
5731
5732 2001-04-05 Gerd Moellmann <gerd@gnu.org>
5733
5734 * Makefile.in (install-arch-indep): Remove .cvsignore files.
5735
5736 2001-03-30 Gerd Moellmann <gerd@gnu.org>
5737
5738 * Makefile.in (.PHONY): Add for bootstrap targets.
5739 (bootstrap-clean): New target.
5740 (bootstrap): Use it instead of `clean'.
5741
5742 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
5743
5744 * Makefile.in (SUBDIR): Remove leim.
5745 (all, .RECURSIVE, extraclean): Add leim explicitly.
5746 (leim): Provide separate rule which exports PARALLEL=0 into the
5747 environment.
5748
5749 2001-03-20 Gerd Moellmann <gerd@gnu.org>
5750
5751 * configure.in (HAVE_XPM): Don't print the result of the check for
5752 XpmReturnAllocPixels if we don't have an xpm.h.
5753
5754 2001-03-05 Gerd Moellmann <gerd@gnu.org>
5755
5756 * COPYING: New file.
5757
5758 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5759
5760 * config.bat: Update the copyright.
5761
5762 2001-02-23 Kenichi Handa <handa@etl.go.jp>
5763
5764 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
5765 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
5766 to `yes'. Later in AC_OUTPUT, check this variable.
5767
5768 2001-02-09 Dave Love <fx@gnu.org>
5769
5770 * AUTHORS: Updated.
5771
5772 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5773
5774 * info/dir (Ebrowse): Fix the entry (was missing a dot).
5775
5776 2001-02-02 Gerd Moellmann <gerd@gnu.org>
5777
5778 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
5779
5780 * Makefile.in (uninstall): Ignore exit code of `rm'.
5781
5782 * Makefile.in (uninstall): Remove more info files. Remove
5783 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
5784
5785 2001-01-31 Gerd Moellmann <gerd@gnu.org>
5786
5787 * noleim-Makefile.in (extraclean): Add.
5788
5789 2001-01-28 Gerd Moellmann <gerd@gnu.org>
5790
5791 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
5792 it quiet.
5793
5794 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
5795
5796 * Makefile.in (tags): Fix typo.
5797
5798 2001-01-13 Kenichi Handa <handa@etl.go.jp>
5799
5800 * configure.in: Fix typo in the code setting x_search_path.
5801
5802 2001-01-10 Dave Love <fx@gnu.org>
5803
5804 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
5805 -lXext.
5806 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
5807 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
5808 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
5809 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
5810 (now in $LIBS).
5811
5812 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5813
5814 * config.bat: Run the preprocessor with -traditional.
5815
5816 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
5817
5818 * INSTALL: Move copying conditions to end of file.
5819
5820 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5821
5822 * INSTALL: Add basic installation procedure which assumes
5823 `configure' does its job. Elaborate on image support libraries.
5824 Add a pointer to Xaw3d library. Add advice about solving
5825 configure-time problems by looking in config.log and setting
5826 variables in the environment.
5827
5828 2000-12-27 Gerd Moellmann <gerd@gnu.org>
5829
5830 * Makefile.in (install-arch-indep): If tar fails, exit with
5831 exit code 1.
5832
5833 2000-12-19 Gerd Moellmann <gerd@gnu.org>
5834
5835 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
5836 source file includes XKBlib.h. On some broken Solaris systems,
5837 there is an XKBlib.h, reportedly, but header files included by
5838 XKBlib.h are missing.
5839
5840 2000-12-14 Gerd Moellmann <gerd@gnu.org>
5841
5842 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
5843
5844 2000-12-11 Dave Love <fx@gnu.org>
5845
5846 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
5847
5848 2000-12-11 Paul Eggert <eggert@twinsun.com>
5849
5850 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
5851 Merge fixes from latest GNU tar version. These macros no longer
5852 futz with _XOPEN_SOURCE, as that was not portable in practice.
5853 (AC_FUNC_FSEEKO): New macro.
5854
5855 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
5856 ftello.
5857
5858 2000-12-05 Dave Love <fx@gnu.org>
5859
5860 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
5861
5862 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5863
5864 * info/dir: Change the category to "Emacs".
5865
5866 2000-12-01 Gerd Moellmann <gerd@gnu.org>
5867
5868 * make-dist (tempdir): Remove epaths.h from the distribution
5869 instead of paths.h.
5870
5871 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5872
5873 * config.bat: Check for existence of djecho.exe, and print an
5874 error message if it is not available.
5875
5876 * INSTALL: Describe possible problem with djecho.exe in old
5877 versions of DJGPP v2.x.
5878
5879 2000-11-23 Gerd Moellmann <gerd@gnu.org>
5880
5881 * configure.in: Initialize HAVE_LIBXP to no.
5882
5883 2000-11-22 Gerd Moellmann <gerd@gnu.org>
5884
5885 * configure.in: Use m/macppc.h instead of the non-existent
5886 m/powerpc.h.
5887
5888 2000-11-21 Gerd Moellmann <gerd@gnu.org>
5889
5890 * Makefile.in (install-arch-indep): Also install info/eshell*
5891 and info/speedbar*.
5892
5893 * configure.in (HAVE_PNG): Check for the presence of
5894 png_get_channels to rule out older PNG libs.
5895
5896 * configure.in (AC_OUTPUT): Arrange to emit definitions of
5897 GCC and NON_GNU_CPP into config.status.
5898
5899 2000-11-20 Dave Love <fx@gnu.org>
5900
5901 * configure.in: Fix last change.
5902
5903 * GETTING.GNU.SOFTWARE: Deleted.
5904 * FTP: New file to replace it.
5905 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
5906
5907 2000-11-20 Gerd Moellmann <gerd@gnu.org>
5908
5909 * configure.in: Use -traditional with GNU cpp.
5910
5911 2000-11-17 Gerd Moellmann <gerd@gnu.org>
5912
5913 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
5914 Distribute more files from the nt/ subdir. Distribute PBM
5915 image files from subdirs of lisp/. Distribute old change logs
5916 from subdirs of lisp/. Distribute play/5x5.el.
5917
5918 2000-11-11 Dave Love <fx@gnu.org>
5919
5920 * config.sub, config.guess: Updated from master source.
5921
5922 2000-11-07 Dave Love <fx@gnu.org>
5923
5924 * configure.in: Test for mkstemp.
5925
5926 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
5927
5928 * info/dir (Top): Rearrange menu items more logically, and put
5929 them into a single category. Add menu items for RefTeX and
5930 Widget.
5931
5932 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5933
5934 * Makefile.in (install-arch-indep): Use --info-dir instead of
5935 --dir-file, and a simple argument instead of --info-file, so that
5936 the Debian version of install-info also works.
5937
5938 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
5939
5940 * info/dir (Speedbar): Add entry.
5941
5942 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5943
5944 * INSTALL: Describe the new image-support options to the configure
5945 script. List URLs where image support libraries can be found.
5946
5947 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5948
5949 * info/dir (Top): Add an entry for Eshell.
5950
5951 2000-10-02 Dave Love <fx@gnu.org>
5952
5953 * configure.in: Check for gai_strerror.
5954
5955 2000-10-01 Andreas Schwab <schwab@suse.de>
5956
5957 * Makefile.in (install-arch-indep): Update list of installed info files.
5958
5959 2000-09-30 Gerd Moellmann <gerd@gnu.org>
5960
5961 * configure.in: Support `sparc*-*-netbsd*'.
5962
5963 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
5964
5965 * info/dir (MIME): Add entry for emacs-mime.
5966
5967 2000-09-29 Dave Love <fx@gnu.org>
5968
5969 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
5970
5971 2000-09-26 Gerd Moellmann <gerd@gnu.org>
5972
5973 * make-dist: Adapt to the change of leim/Makefile which was
5974 necessary to ensure a reasonably working `make dist'.
5975
5976 * leim-Makefile.in: Moved to leim/Makefile.in..
5977
5978 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
5979
5980 2000-09-21 Kenichi Handa <handa@etl.go.jp>
5981
5982 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
5983 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
5984 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
5985 files to .elc.
5986 (${TIT}): Adjusted for the above change.
5987 (clean mostlyclean): Likewise.
5988 (.el.elc): New target.
5989
5990 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5991
5992 * make-dist: Include XPM and XBM files in lisp/ and subdirs
5993 in the distribution.
5994
5995 2000-09-18 Gerd Moellmann <gerd@gnu.org>
5996
5997 * make-dist (skk): Rename to `ja-dic' because the leim directory
5998 was renamed.
5999
6000 2000-09-14 Dave Love <fx@gnu.org>
6001
6002 * configure.in: Fix spurion in last change.
6003
6004 2000-09-14 Gerd Moellmann <gerd@gnu.org>
6005
6006 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
6007 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
6008 to `no' if defined. Change result report.
6009
6010 2000-09-08 Dave Love <fx@gnu.org>
6011
6012 * configure.in: Remove spurious `@'s.
6013
6014 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
6015 autoconf.
6016
6017 2000-09-06 Gerd Moellmann <gerd@gnu.org>
6018
6019 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
6020 file and print informational message.
6021
6022 * configure.in (AC_FUNC_MMAP): Add.
6023
6024 2000-09-01 Gerd Moellmann <gerd@gnu.org>
6025
6026 * configure.in: Add ``checking'' messages for
6027 XpmReturnAllocPixels.
6028
6029 2000-08-28 Gerd Moellmann <gerd@gnu.org>
6030
6031 * configure.in: Check <strings.h>; check `index' and `rindex'
6032 functions.
6033
6034 2000-08-26 Kenichi Handa <handa@etl.go.jp>
6035
6036 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
6037 "case "${canonical}" in".
6038
6039 2000-08-25 Dave Love <fx@gnu.org>
6040
6041 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
6042
6043 2000-08-25 Kenichi Handa <handa@etl.go.jp>
6044
6045 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
6046
6047 2000-08-24 Gerd Moellmann <gerd@gnu.org>
6048
6049 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
6050 contains a relative path. Protect against unusable values of $PWD.
6051
6052 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6053
6054 * info/dir (WoMan): Add entry.
6055
6056 * config.bat (maindir): Update src/_gdbinit even if it does
6057 already exist.
6058
6059 2000-08-07 Gerd Moellmann <gerd@gnu.org>
6060
6061 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
6062
6063 2000-08-03 Gerd Moellmann <gerd@gnu.org>
6064
6065 * configure.in: Add support for ia64*-*-linux*.
6066
6067 2000-07-27 Gerd Moellmann <gerd@gnu.org>
6068
6069 * make-dist (aclocal.m4): Include in distribution.
6070
6071 2000-07-26 Dave Love <fx@gnu.org>
6072
6073 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
6074
6075 2000-07-24 Dave Love <fx@gnu.org>
6076
6077 * configure.in: Add AC_SIZE_T.
6078
6079 2000-07-18 Dave Love <fx@gnu.org>
6080
6081 * configure.in: Reorder so that most tests are done after CPPFLAGS
6082 is set from the C_SWITCH_... definitions.
6083
6084 2000-07-10 Gerd Moellmann <gerd@gnu.org>
6085
6086 * configure.in (HAVE_XPM): Undo previous change. Check for
6087 preprocessor define XpmReturnAllocPixels.
6088
6089 2000-07-06 Gerd Moellmann <gerd@gnu.org>
6090
6091 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
6092 instead of XpmReadFileToPixmap.
6093
6094 2000-07-05 Ken Raeburn <raeburn@gnu.org>
6095
6096 * configure.in: Check for <soundcard.h>. Look for ossaudio
6097 library, and set LIBSOUND accordingly.
6098
6099 2000-07-05 Dave Love <fx@gnu.org>
6100
6101 * configure.in: Use AC_HEADER_SYS_WAIT.
6102
6103 2000-07-05 Gerd Moellmann <gerd@gnu.org>
6104
6105 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
6106 lisp/Makefile. Distribute lisp/Makefile.in instead of
6107 lisp/Makefile.
6108
6109 2000-06-30 Ken Raeburn <raeburn@gnu.org>
6110
6111 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
6112 while searching for image-handling libraries.
6113
6114 2000-06-26 Gerd Moellmann <gerd@gnu.org>
6115
6116 * configure.in (--with-xim): New option.
6117
6118 2000-06-23 Dave Love <fx@gnu.org>
6119
6120 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
6121 for struct timezone and test how we can call gettimeofday.
6122 Check for OSF 5+. Check for term.h.
6123
6124 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
6125 version.
6126
6127 2000-06-23 Gerd Moellmann <gerd@gnu.org>
6128
6129 * configure.in (HAVE_LIBXP): Change test for libXp.
6130
6131 2000-06-21 Dave Love <fx@gnu.org>
6132
6133 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
6134 simple test for getloadavg and substitute GETLOADAVG_LIBS.
6135 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
6136
6137 2000-06-19 Dave Love <fx@gnu.org>
6138
6139 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
6140 _XOPEN_SOURCE is defined.
6141
6142 2000-06-16 Gerd Moellmann <gerd@gnu.org>
6143
6144 * Makefile.in (distclean): Also make distclean in lisp/.
6145
6146 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6147
6148 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
6149
6150 2000-06-15 Gerd Moellmann <gerd@gnu.org>
6151
6152 * make-dist: Add --help and --snapshot options.
6153
6154 2000-06-14 Gerd Moellmann <gerd@gnu.org>
6155
6156 * configure.in: Generate lisp/Makefile.
6157
6158 * configure.in: Add support for `*-lynxos*'.
6159 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
6160 recommended by <Karen.Dorhamer@compaq.com> to fix problems
6161 on Tru64 UNIX v5.0.
6162
6163 2000-06-13 Ken Raeburn <raeburn@gnu.org>
6164
6165 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
6166 it's on a continuation line.
6167
6168 2000-06-02 Dave Love <fx@gnu.org>
6169
6170 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
6171 files.
6172
6173 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
6174 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
6175 test.
6176
6177 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
6178 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
6179
6180 2000-05-26 Gerd Moellmann <gerd@gnu.org>
6181
6182 * configure.in: Add check for speed_t typedef.
6183
6184 2000-05-25 Ken Raeburn <raeburn@gnu.org>
6185
6186 * Makefile.in (install-arch-dep): Install fns-*.el only if it
6187 exists; it won't in the CANNOT_DUMP case.
6188
6189 2000-05-25 Gerd Moellmann <gerd@gnu.org>
6190
6191 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
6192 On FreeBSD, the exit status is 1 if CDPATH is not set.
6193 (install-arch-indep): Install ebrowse.info.
6194
6195 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
6196
6197 * configure.in: Check for grandpt and getpt.
6198
6199 2000-05-09 Dave Love <fx@gnu.org>
6200
6201 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
6202
6203 2000-05-05 Gerd Moellmann <gerd@gnu.org>
6204
6205 * make-dist: Make a link for lib-src/grep-changelog.
6206 Copy install-sh.
6207
6208 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
6209
6210 * config.bat: Identify the beginning of the cpp stuff in
6211 src/Makefile.in and lib-src/Makefile.in more accurately.
6212
6213 2000-04-27 Gerd Moellmann <gerd@gnu.org>
6214
6215 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
6216
6217 2000-04-19 Gerd Moellmann <gerd@gnu.org>
6218
6219 * configure.in: Add support for `powerpc-*-netbsd*'.
6220
6221 2000-04-19 Dave Love <fx@gnu.org>
6222
6223 * configure.in: Don't use AC_FUNC_GETLOADAVG.
6224
6225 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
6226
6227 2000-04-16 Dave Love <fx@gnu.org>
6228
6229 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
6230
6231 2000-04-14 Dave Love <fx@gnu.org>
6232
6233 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
6234
6235 * aclocal.m4 (AC_FUNC_MKTIME): New.
6236
6237 2000-03-28 Ken Raeburn <raeburn@gnu.org>
6238
6239 * configure.in: Line up "--help" output a little better.
6240
6241 2000-03-26 Gerd Moellmann <gerd@gnu.org>
6242
6243 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
6244 New targets.
6245 (bootstrap): Rewritten in terms of the new targets above. Make
6246 info files, too.
6247
6248 2000-03-12 Gerd Moellmann <gerd@gnu.org>
6249
6250 * config.guess, config.sub: Use the versions of the files from
6251 subversions.
6252
6253 2000-03-08 Dave Love <fx@gnu.org>
6254
6255 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
6256 AC_C_VOLATILE. Define POINTER_TYPE.
6257
6258 * aclocal.m4: New file.
6259
6260 2000-03-02 Gerd Moellmann <gerd@gnu.org>
6261
6262 * configure.in (machine): Add `mipsel-*-netbsd*' and
6263 `arm-*-netbsd*'.
6264
6265 2000-03-01 Gerd Moellmann <gerd@gnu.org>
6266
6267 * configure.in (machine): Add support for `*-auspex-sunos*'.
6268
6269 2000-02-29 Gerd Moellmann <gerd@gnu.org>
6270
6271 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
6272
6273 2000-02-18 Dave Love <fx@gnu.org>
6274
6275 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
6276
6277 2000-02-18 Andreas Schwab <schwab@suse.de>
6278
6279 * Makefile.in (install-arch-indep): Add eudc to list of installed
6280 info files.
6281
6282 2000-02-17 Ken Raeburn <raeburn@gnu.org>
6283
6284 * configure.in: Include -lz and -ljpeg (if it's available) when
6285 testing for the tiff library.
6286
6287 2000-02-17 Gerd Moellmann <gerd@gnu.org>
6288
6289 * configure.in: Remove LISP_FLOAT_TYPE.
6290
6291 2000-02-12 Dave Love <fx@gnu.org>
6292
6293 * configure.in: Use AC_FUNC_VFORK.
6294
6295 2000-02-01 Gerd Moellmann <gerd@gnu.org>
6296
6297 * make-dist: Various fixes for new development tree.
6298
6299 * leim-Makefile.in: New file.
6300
6301 2000-01-31 Gerd Moellmann <gerd@gnu.org>
6302
6303 * Makefile.in (dist): Call ./make-dist.
6304
6305 2000-01-24 Dave Love <fx@gnu.org>
6306
6307 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
6308
6309 2000-01-18 Gerd Moellmann <gerd@gnu.org>
6310
6311 * configure.in (HAVE_GIF): Check for DGifOpen instead of
6312 DGifOpenFileName.
6313
6314 2000-01-11 Andreas Schwab <schwab@suse.de>
6315
6316 * Makefile.in (install-arch-indep): Update list of info files to
6317 be installed.
6318
6319 2000-01-05 Dave Love <fx@gnu.org>
6320
6321 * configure.in: Check for jerror.h as well as libjpeg.
6322
6323 2000-01-03 Andreas Schwab <schwab@suse.de>
6324
6325 * Makefile.in (install-arch-indep): Install autotype*. Run
6326 install-info on autotype and emacs-faq.info.
6327
6328 1999-12-04 Dave Love <fx@gnu.org>
6329
6330 * Makefile.in (install-arch-indep): Depend on `info'.
6331 (install-strip): Use `install' as sub-make target.
6332
6333 1999-11-23 Ken Raeburn <raeburn@gnu.org>
6334
6335 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
6336 didn't need to be deleted. Check for the k5crypto library as well
6337 as the crypto library; MIT Kerberos 1.1 changed the name.
6338
6339 1999-11-18 Dave Love <fx@gnu.org>
6340
6341 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
6342
6343 1999-11-11 Erik Naggum <erik@naggum.no>
6344
6345 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
6346
6347 1999-11-08 Dave Love <fx@gnu.org>
6348
6349 * configure.in: Fix change for --with-pop default.
6350
6351 1999-11-04 Dave Love <fx@gnu.org>
6352
6353 * configure.in: Default to --with-pop. Change sense of with-gcc
6354 and with-toolkit-scroll-bars messages to reflect the defaults.
6355
6356 1999-11-01 Gerd Moellmann <gerd@gnu.org>
6357
6358 * INSTALL: Mention the Emacs Lisp Reference.
6359
6360 1999-10-27 Noah Friedman <friedman@splode.com>
6361
6362 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
6363
6364 1999-10-23 Gerd Moellmann <gerd@gnu.org>
6365
6366 * Makefile.in (bootstrap): New target.
6367
6368 1999-10-19 Paul Eggert <eggert@twinsun.com>
6369
6370 Add support for large files. Merge glibc 2.1.2.
6371
6372 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
6373 (HAVE_TM_GMTOFF): New symbol.
6374 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
6375 mbrlen, strsignal.
6376 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
6377
6378 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6379
6380 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
6381 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
6382
6383 1999-10-09 Richard M. Stallman <rms@gnu.org>
6384
6385 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
6386 Unset CDPATH to prevent cd from generating output.
6387
6388 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
6389
6390 * update-subdirs: Also ignore CVS subdirs.
6391
6392 1999-10-07 Gerd Moellmann <gerd@gnu.org>
6393
6394 * Makefile.in (install-arch-indep): Add ada-mode.
6395
6396 1999-10-06 Dave Love <fx@gnu.org>
6397
6398 * Makefile.in: Add rules for config.status, configure.
6399
6400 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6401
6402 * configure.in (--with-sound): Removed.
6403
6404 1999-08-30 Gerd Moellmann <gerd@gnu.org>
6405
6406 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
6407 the test for Xaw3d.
6408 (HAVE_TIFF): Add -lm to library check.
6409
6410 1999-08-28 Richard Stallman <rms@gnu.org>
6411
6412 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
6413 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
6414 after the other X-related libraries.
6415
6416 1999-08-21 Dave Love <fx@gnu.org>
6417
6418 * configure.in: Don't check for jpeglib.h.
6419
6420 1999-08-20 Gerd Moellmann <gerd@gnu.org>
6421
6422 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
6423 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
6424
6425 1999-08-18 Dave Love <fx@gnu.org>
6426
6427 * configure.in: Check for termcap.h.
6428
6429 1999-08-15 Gerd Moellmann <gerd@gnu.org>
6430
6431 * configure.in: Add --with-toolkit-scroll-bars. If "no",
6432 use Emacs' scroll bars, even if configured for Motif or when
6433 Xaw3d is available.
6434
6435 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6436
6437 * configure.in: Check for getaddrinfo.
6438
6439 1999-08-04 Eli Zaretskii <eliz@gnu.org>
6440
6441 * config.bat: Make --no-debug work again by removing -gcoff.
6442
6443 1999-07-30 Dave Love <fx@gnu.org>
6444
6445 * configure.in: Check for stdlib.h.
6446
6447 1999-07-19 Dave Love <fx@gnu.org>
6448
6449 * configure.in: Grok sparc64-*-linux-gnu*.
6450
6451 1999-07-12 Richard Stallman <rms@gnu.org>
6452
6453 * Version 20.4 released.
6454
6455 1999-06-23 Karl Heuer <kwzh@gnu.org>
6456
6457 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
6458 Quote $EMACS, in case it's a program with args.
6459
6460 1999-06-15 Gerd Moellmann <gerd@gnu.org>
6461
6462 * configure.in (HAVE_GIF): Use libungif instead of libgif
6463 because the former doesn't contain patented compression code.
6464
6465 1999-05-29 Richard M. Stallman <rms@gnu.org>
6466
6467 * configure.in: Delete the Kerberos stuff.
6468
6469 1999-05-27 Greg Hudson <ghudson@mit.edu>
6470
6471 * configure.in: Prefer kerberos 5 names.
6472
6473 1999-04-26 Richard M. Stallman <rms@gnu.org>
6474
6475 * configure.in: Check for libXp.
6476
6477 1999-04-08 Richard Stallman <rms@gnu.org>
6478
6479 * make-dist: Include change logs in subdirs of `lisp'.
6480
6481 1999-04-05 Richard Stallman <rms@gnu.org>
6482
6483 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
6484 (install-arch-indep): Make ${datadir}/emacs world-readable.
6485
6486 1999-03-30 Eli Zaretskii <eliz@gnu.org>
6487
6488 * config.bat: Use epaths.* instead of paths.*.
6489
6490 1999-03-07 Eli Zaretskii <eliz@gnu.org>
6491
6492 * INSTALL: Add detailed instructions to unpack and install
6493 intlfonts on MS-DOS.
6494
6495 1999-02-26 Richard Stallman <rms@gnu.org>
6496
6497 * configure.in: Use epaths.h and epaths-force instead of paths...
6498
6499 * Makefile.in (epaths-force): Renamed from paths-force;
6500 operate on epaths.in and produce epaths.h.
6501
6502 1999-02-24 Richard Stallman <rms@gnu.org>
6503
6504 * make-dist: Fix nt/icons directory handling.
6505
6506 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
6507
6508 * configure.in (f301-fujitsu-uxpv4.1): New target.
6509
6510 1999-02-20 Richard Stallman <rms@gnu.org>
6511
6512 * make-dist (tempparent): Fix command to update info files.
6513
6514 1999-02-09 Richard Stallman <rms@gnu.org>
6515
6516 * configure.in (powerpc-apple-netbsd*): New alternative.
6517
6518 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
6519
6520 * make-dist: Include the new directory nt/icons in distributions.
6521
6522 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6523
6524 * configure.in: Change message about HAVE_XFREE386.
6525
6526 1999-01-07 Eli Zaretskii <eliz@gnu.org>
6527
6528 * config.bat: Support configuring with leim.
6529
6530 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
6531
6532 * configure.in (mips-sgi-irix6.5): New target.
6533
6534 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6535
6536 * configure.in: Remove GSS-API support, since it has been removed
6537 from movemail.
6538
6539 1998-12-04 Markus Rost <rost@delysid.gnu.org>
6540
6541 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6542
6543 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
6544
6545 * Makefile.in: Don't install customize info file.
6546 Run install-info on viper info file.
6547
6548 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
6549
6550 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6551
6552 1998-11-16 Kenichi Handa <handa@etl.go.jp>
6553
6554 * configure.in (*-*-bsdi4*): New target.
6555
6556 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
6557
6558 * configure.in: Fix previous change.
6559
6560 1998-11-11 Richard Stallman <rms@gnu.org>
6561
6562 * configure.in (aviion-intel): New machine.
6563
6564 1998-11-04 Kenichi Handa <handa@etl.go.jp>
6565
6566 * configure.in (mips-nec-sysv4*): New target.
6567
6568 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
6569
6570 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
6571 from lisp.
6572
6573 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
6574
6575 * make-dist: Don't include fns*.el in dist.
6576
6577 1998-10-30 Dave Love <fx@gnu.org>
6578
6579 * configure.in: Don't mkdir cpp.
6580
6581 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
6582
6583 * Makefile.in (install-arch-dep): Install src/fns-*.el in
6584 ${archlibdir}.
6585
6586 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6587
6588 * Version 20.3 released.
6589
6590 1998-07-30 Paul Eggert <eggert@twinsun.com>
6591
6592 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
6593 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
6594 (lwlib/Makefile, leim/Makefile):
6595 Prepend $(srcdir)/ to rule dependencies outside this dir.
6596
6597 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6598
6599 * configure.in: Use unset CDPATH instead of making it empty.
6600
6601 1998-06-20 Karl Heuer <kwzh@gnu.org>
6602
6603 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
6604
6605 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
6606
6607 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
6608 and default.el. Sort the results.
6609
6610 1998-05-31 Karl Heuer <kwzh@gnu.org>
6611
6612 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
6613 writable.
6614
6615 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
6616
6617 * Makefile.in (install-arch-indep):
6618 Don't alter site-lisp/subdirs.el if it exists.
6619
6620 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
6621
6622 * Makefile.in (install-arch-indep): Put `-' on commands to create
6623 subdirs.el in site-lisp dirs.
6624
6625 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
6626
6627 * Makefile.in (install-arch-indep): Fix typo in previous change.
6628
6629 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6630
6631 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
6632
6633 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
6634
6635 * Makefile.in (mkdir): Create the site-lisp dirs.
6636 (install-arch-indep): Make site-lisp/subdirs files world-readable.
6637
6638 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
6639
6640 * Makefile.in (INSTALL_INFO): New variable.
6641 (install-arch-indep): Don't replace the dir file if it already exists.
6642 Use the install-info program, via INSTALL_INFO, to add entries.
6643 Make the `info' subdir and the Info files world-readable.
6644
6645 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
6646
6647 * config.bat: Make sure the environment is large enough to support
6648 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
6649
6650 1998-04-10 Karl Heuer <kwzh@gnu.org>
6651
6652 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
6653
6654 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6655
6656 * configure.in: Add --with-gssapi to specify GSS-API
6657 authentication support for movemail.
6658
6659 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
6660
6661 * Makefile.in (install-arch-indep): Fix previous change.
6662
6663 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6664
6665 * Makefile.in (info): Run man in build dir, not srcdir.
6666
6667 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
6668
6669 * Makefile.in (install-arch-indep): Fix previous change.
6670
6671 1998-03-23 Kenichi Handa <handa@etl.go.jp>
6672
6673 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
6674
6675 1998-03-22 Richard Stallman <rms@gnu.org>
6676
6677 * Makefile.in (install-arch-indep): Put special subdirs.el files
6678 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
6679
6680 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
6681
6682 * make-dist: Fix shell syntax in check for missing .el or .elc files.
6683
6684 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
6685
6686 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
6687 (m68*-hp-hpux*): Handle versions 1X like 10.
6688
6689 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
6690
6691 * make-dist: PROBLEMS is now in etc, not top level dir.
6692
6693 * Makefile.in (SOURCES): Delete PROBLEMS.
6694
6695 1998-02-25 Richard Stallman <rms@gnu.org>
6696
6697 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
6698
6699 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
6700
6701 1998-01-17 Richard Stallman <rms@gnu.org>
6702
6703 * Makefile.in (install-arch-indep): Add semicolon before `else'.
6704
6705 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
6706
6707 * make-dist (tempparent): New option --no-check.
6708
6709 * make-dist: Don't do anything with cpp directory.
6710
6711 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
6712
6713 * configure.in (sparc-fujitsu-sysv4*): New target.
6714
6715 1997-12-17 Andreas Schwab <schwab@gnu.org>
6716
6717 * configure.in: Cache more tests. Add missing quotes around
6718 message with embedded comma.
6719
6720 1997-12-04 Karl Heuer <kwzh@gnu.org>
6721
6722 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
6723
6724 1997-11-26 Joel N. Weber II <devnull@gnu.org>
6725
6726 * make-dist: Changed the comment about `umask 0' to say `Don't
6727 restrict access to any files.'; previously it said `Don't protect
6728 any files', which may have implied that we think fascism is good.
6729
6730 1997-11-24 Paul Eggert <eggert@twinsun.com>
6731
6732 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
6733 strftime needs the underlying host's strftime for locale dependent
6734 formats.
6735
6736 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
6737
6738 * configure.in (i586-dg-dguxR4.*): New name in case branch.
6739
6740 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
6741
6742 * config.bat: Configure the man subdirectory.
6743
6744 1997-11-07 Paul Eggert <eggert@twinsun.com>
6745
6746 * configure.in (AC_CHECK_LIB): Add -lintl.
6747
6748 1997-11-07 Karl Heuer <kwzh@gnu.org>
6749
6750 * make-dist (check for .elc files): Avoid bash-specific syntax.
6751 (check for overflow 14-char limit): Simplify.
6752
6753 1997-11-07 Richard Stallman <rms@gnu.org>
6754
6755 * Makefile.in (install): Move blessmail last.
6756
6757 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6758
6759 * configure.in (gettimeofday, one arg or two):
6760 Clarify messages by avoiding double negative.
6761
6762 1997-09-30 Karl Eichwalder <ke@suse.de>
6763
6764 * Makefile.in (install-arch-indep): Install the widget info file.
6765
6766 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6767
6768 * configure.in (with-pop, with-kerberos): Need to check Kerberos
6769 libraries in reverse order, so that libraries will appear in the
6770 correct dependency order on the link line (and so that the
6771 configure checks themselves will work properly when early
6772 libraries depend on later ones).
6773
6774 1997-09-21 Erik Naggum <erik@naggum.no>
6775
6776 * make-dist (making links to `src'): Keep timestamp on copied files.
6777
6778 * make-delta: New script to produce delta distributions.
6779
6780 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6781
6782 * Version 20.2 released.
6783
6784 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6785
6786 * Version 20.1 released.
6787
6788 * Makefile.in (install-leim): Depend on mkdir.
6789 (leim): Depend on src.
6790
6791 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6792
6793 * configure.in: Recognize alpha* instead of just alpha.
6794
6795 1997-09-12 Paul Eggert <eggert@twinsun.com>
6796
6797 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
6798
6799 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6800
6801 * update-subdirs: Use rm -f.
6802
6803 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6804
6805 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
6806 Ignore subdirs named Old.
6807
6808 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
6809
6810 * configure.in: Add OpenBSD clause to set $machine.
6811
6812 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6813
6814 * make-dist: Recompile everything after updating various Lisp files.
6815 Recompile in leim as well as lisp.
6816 Check in leim as well as lisp for mismatched files and too-long names.
6817
6818 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6819
6820 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
6821
6822 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6823
6824 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
6825 before trying to copy anything from it.
6826
6827 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6828
6829 * Makefile.in (man/Makefile): New target.
6830 (tags): Define env var EMACS and run Makefile from build dir.
6831
6832 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
6833
6834 * config.bat: If src/_gdbinit doesn't exist, try using
6835 src/.gdbinit to create it (for building on Windows 95).
6836
6837 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6838
6839 * Makefile.in (install-arch-indep):
6840 Discard extra data in tar | tar pipes.
6841
6842 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
6843
6844 * configure.in (x_default_search_path): Corrected
6845 '${x_library}' to '${x_library}/X11'.
6846
6847 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6848
6849 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
6850
6851 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6852
6853 * configure.in: Support auto-configuration of both Kerberos V4 and
6854 Kerberos V5 for movemail, including detection of V4 and V5 header
6855 files and libraries.
6856
6857 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
6858
6859 * configure.in: Compute x_default_search_path
6860 and substitute into makefiles.
6861
6862 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
6863
6864 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6865
6866 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
6867
6868 1997-08-07 Erik Naggum <erik@naggum.no>
6869
6870 * configure.in: Remove lockdir, it is no longer needed.
6871 * Makefile.in (mkdir): Don't create lockdir.
6872 (lockdir): Variable deleted.
6873 (paths-force): Don't operate on PATH_LOCK.
6874
6875 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6876
6877 * leim-Makefile.in (clean, distclean): New targets.
6878
6879 * make-dist: Include leim/ChangeLog in leim distribution.
6880
6881 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6882
6883 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
6884
6885 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6886
6887 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
6888
6889 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6890
6891 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
6892
6893 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6894
6895 * make-dist: Update leim/leim-list.el.
6896 Pass along value of $EMACS when updating lisp dir.
6897
6898 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6899
6900 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
6901 prerequisite to the use of Doug Lea's malloc.
6902
6903 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6904
6905 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
6906
6907 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
6908
6909 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6910
6911 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
6912
6913 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6914
6915 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
6916 to news-r6.h.
6917
6918 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
6919
6920 * config.bat: Use `sed' instead of `cp', which might not be
6921 installed.
6922
6923 1997-07-09 Kenichi Handa <handa@etl.go.jp>
6924
6925 * Makefile.in (mostlyclean): Add cleaning leim directory.
6926 (clean, distclean, maintainer-clean): Likewise.
6927
6928 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6929
6930 * make-dist (bogosities): Check subdirs of `lisp' also.
6931
6932 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6933
6934 * make-dist (etc): Really avoid symlinks now.
6935 (lisp): Don't delete from subdirs the things we never copy.
6936
6937 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6938
6939 * Makefile.in (install-arch-indep): Correct the target name.
6940 The first letter `i' was dropped by the previous change of mine.
6941
6942 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6943
6944 * configure.in (leim/Makefile): Generate this.
6945 (*-sysv4.2uw*): Recognize new alternative.
6946
6947 * leim-Makefile.in: Renamed from leim-Makefile.
6948
6949 * make-dist: Set up real-leim subdirectory,
6950 with the real contents of leim; then move it to
6951 a separate top-level directory.
6952
6953 * make-dist: Don't mention site-lisp, site-init, site-start
6954 or default, when listing files hat are not compiled and should be.
6955
6956 * configure.in: Create src/config.stamp at the end.
6957
6958 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6959
6960 * Makefile.in (install-leim): Correct previous change.
6961
6962 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6963
6964 * Makefile.in (install-leim): New target.
6965 (install): Depend on install-leim.
6966
6967 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6968
6969 * Makefile.in (SUBDIR): Add leim.
6970 (SUBDIR_MAKEFILES): Add leim/Makefile.
6971 (leim/Makefile): New target.
6972
6973 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6974
6975 * leim-Makefile: New file.
6976 * make-dist: Initialize a `leim' subdirectory with that makefile.
6977
6978 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6979
6980 * configure.in (GNU_MALLOC_reason): Fix message text.
6981
6982 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6983
6984 * make-dist (lisp): Don't process subdirs that start with =.
6985 (etc): Copy symlinks, as in src.
6986
6987 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6988
6989 * configure.in (i*86-*-unixware*): New alternative.
6990
6991 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6992
6993 * Makefile.in (src/config.stamp): Target renamed from src/config.h
6994 and touch it explicitly.
6995
6996 * configure.in (mips-sony-newsos6*): New alternative.
6997 (mips-*-linux-gnu*): New alternative.
6998 (*-*-bsdi*): New alternative.
6999 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
7000
7001 1997-06-22 Dave Love <d.love@dl.ac.uk>
7002
7003 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
7004 (src/config.h): New target to re-configure if src/config.in is patched.
7005
7006 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7007
7008 * configure.in (shutdown): Check for `shutdown' function.
7009
7010 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7011
7012 * update-subdirs: Include the directory "language" in subdirs.
7013
7014 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7015
7016 * configure.in (m88k-dg-dgux4*): New alternative.
7017 (alpha-*-netbsd*): New alternative.
7018 (powerpcle-*-solaris2*): New alternative.
7019
7020 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7021
7022 * make-dist: Warn about .el files that are not compiled.
7023
7024 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7025
7026 * Makefile.in (dist): Don't run update-subdirs here,
7027 since make-dist now gets that done.
7028
7029 * make-dist: Use the new `updates' target in lisp/Makefile.
7030
7031 * make-dist: Use new non-file targets in lisp/Makefile.
7032
7033 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7034
7035 * make-dist: Handle all subdirs of `lisp' uniformly.
7036 Don't handle `term' and `language' specially.
7037 Clear out umask at the beginning.
7038
7039 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7040
7041 * make-dist: Use Make to update finder-inf.el and autoloads.
7042 Also update cus-load.el.
7043
7044 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7045
7046 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
7047 in case it is desirable to disable the GNU malloc features with glibc.
7048
7049 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7050
7051 * configure.in (DOUG_LEA_MALLOC):
7052 Define if malloc_{get,set}_state exist.
7053
7054 1997-03-05 Kenichi Handa <handa@etl.go.jp>
7055
7056 * make-dist: Make links for files under lisp/language.
7057
7058 1997-02-20 Kenichi Handa <handa@etl.go.jp>
7059
7060 * update-subdirs: Exclude the directory "language" from subdirs.
7061
7062 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
7063
7064 * configure.in: Check for rint and cbrt.
7065
7066 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7067
7068 * make-dist: Use $EMACS to say where to run Emacs.
7069 Add --no-update option.
7070
7071 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7072
7073 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
7074
7075 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7076
7077 * make-dist (copying src): Check thoroughly for symlinks
7078 and copy them in all cases. Regularize the linking of *.in
7079 and *.opt and ChangeLog files.
7080 (copying lib-src): Likewise.
7081 Don't rm getdate.c or y.tab.*--they don't exist any more.
7082
7083 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
7084
7085 * configure.in: Check for libmail, maillock.h and
7086 touchlock (for movemail).
7087
7088 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7089
7090 * configure.in (limits.h): Check for this file.
7091
7092 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7093
7094 * configure.in (rs6000-ibm-aix4.2): New alternative.
7095 (rs6000-ibm-aix4.0): New alternative.
7096 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
7097
7098 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
7099
7100 * configure.in: Recognize vax-*-netbsd*.
7101
7102 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7103
7104 * configure.in (locallisppath): Add leim directory.
7105
7106 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7107
7108 * config.bat: Make sure `mv' supports forward slashes and -f.
7109
7110 1996-10-28 Christian Limpach <chris@nice.ch>
7111
7112 * configure.in (hppa*-next-nextstep*): * added after hppa
7113 to accept hppa1.0 and hppa1.1.
7114
7115 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
7116
7117 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
7118 * configure.in (ld_switch_machine): Fix typo.
7119
7120 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7121
7122 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
7123 from config.h and use them in $ac_link.
7124
7125 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
7126
7127 * configure.in: Create a subdir named `lisp'.
7128
7129 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7130
7131 * configure.in: Check for getcwd.
7132
7133 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7134
7135 * configure.in: Check for termios.h. Check for setpgid.
7136
7137 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7138
7139 * configure.in: Check for setrlimit.
7140
7141 1996-08-31 Paul Eggert <eggert@twinsun.com>
7142
7143 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
7144
7145 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7146
7147 * configure.in: Check for utimes.
7148
7149 * configure.in: Check for com_err library, but only
7150 if --with-kerberos was used. Check for krb and des
7151 only if --with-kerberos.
7152
7153 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7154
7155 * Makefile.in (INSTALL_STRIP): New variable.
7156 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
7157 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
7158
7159 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7160
7161 * configure.in: Check for krb and des libraries.
7162
7163 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7164
7165 * configure.in (*-sunos4.1.[3-9]*noshare):
7166 Use sunos413, not sunos4-1-3.
7167 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
7168 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
7169
7170 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7171
7172 * Makefile.in (src/paths.h): Target deleted.
7173 (paths-force): Delete all dependencies on this target
7174 but don't delete the target.
7175 (install): Depend on `all'.
7176 (paths-force): Don't print a message.
7177
7178 * configure.in: Generate src/paths.h here.
7179
7180 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7181
7182 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
7183 New variables that affect linking only.
7184 (alpha-dec-osf*): Use those instead of previous change.
7185
7186 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7187
7188 * Makefile.in (install-arch-indep): Install info/messages.
7189
7190 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7191
7192 * Version 19.33 released.
7193
7194 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
7195
7196 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7197 Fix previous change.
7198
7199 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7200
7201 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7202 New alternative.
7203
7204 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7205
7206 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
7207 and NON_GCC_TEST_OPTIONS.
7208
7209 1996-08-06 Paul Eggert <eggert@twinsun.com>
7210
7211 * configure.in (LOCALTIME_CACHE): Don't put a string literal
7212 "TZ=..." in environ.
7213
7214 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7215
7216 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
7217
7218 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7219
7220 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
7221 the more general *-sunos4.1.[3-9]* clause.
7222
7223 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7224
7225 * Version 19.32 released.
7226
7227 * configure.in (*-sco3.2v5*):
7228 Set OVERRIDE_CPPFLAG to a string of one space.
7229 Fix the code that uses OVERRIDE_CPPFLAG.
7230
7231 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
7232
7233 * configure.in: Undo previous change.
7234
7235 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7236
7237 * config.sub: Use `pc', not `unknown', when canonicalizing
7238 the vendor for ...86.
7239
7240 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
7241
7242 * configure.in: Check for termios.h header.
7243
7244 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
7245
7246 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
7247
7248 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
7249
7250 * configure.in: Split bsdos2 and bsdos2-1.
7251
7252 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7253
7254 * config.sub: If last two words are not a recognized
7255 KERNEL-OS pair, use just the last word as OS, as in 19.31.
7256 Make conversion of gnu/linux to linux-gnu really work.
7257
7258 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
7259
7260 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7261
7262 * configure.in (check for using Lucid widgets by default):
7263 Eliminate indentation that confuses some compilers.
7264
7265 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7266
7267 * config.sub: Convert linux and gnu/linux to linux-gnu.
7268
7269 * make-dist: Don't update getdate.c.
7270 Ignore =... files when checking for too-long Lisp file names.
7271
7272 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7273
7274 * configure.in (euidaccess): Check for that, not for eaccess.
7275
7276 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7277
7278 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
7279 before `noshare'.
7280 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
7281
7282 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7283
7284 * configure.in: Rename lignux to linux-gnu in configuration names.
7285 Use gnu-linux as the opsys value (s/ file name).
7286 Allow i686 just like i386, i486, i586.
7287
7288 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7289
7290 * configure.in (i*86-*-sco3.2v5): New alternative.
7291 (OVERRIDE_CPPFLAG): New variable.
7292 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
7293
7294 * configure.in: Specify vpath for .texi files.
7295
7296 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7297
7298 * configure.in: Always check for HAVE_X11R5.
7299 Separately decide whether to use a toolkit by default.
7300
7301 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
7302
7303 * configure.in: If X11R5 is missing the Xaw headers,
7304 default to --with-x-toolkit=no.
7305
7306 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7307
7308 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
7309
7310 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7311
7312 * Makefile.in (install-arch-indep): If cd etc makes output,
7313 don't treat that as part of the tar data.
7314 Check that ./lisp actually exists.
7315
7316 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
7317
7318 * make-dist: Check for long file names.
7319
7320 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7321
7322 * Version 19.31 released.
7323
7324 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7325
7326 * configure.in: Recognize sparc-*-lignux.
7327
7328 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7329
7330 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
7331 Don't include config.w95.
7332
7333 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7334
7335 * make-dist: Replace --no-clean-up and --no-tar options
7336 with --clean-up and --tar, so that the default is useful.
7337
7338 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
7339
7340 * config.bat: Make sure the GDB init file is called src/_gdbinit;
7341 if not, tell the user to rename it and abort.
7342
7343 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
7344
7345 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
7346 test program.
7347
7348 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7349
7350 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
7351
7352 * make-dist (MANIFEST): Fix previous change.
7353 (msdos): Put mainmake.v2 into the dist.
7354
7355 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7356
7357 * make-dist: Exit if autoconf fails.
7358
7359 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
7360
7361 * config.bat: Set djgpp-ver, and unset it at the end.
7362 Add a number of conditionals for DJGPP version 2.
7363 Rename label libsrc2 to libsrc3.
7364 Substitute for LDFLAGS in src/Makefile.
7365 Substitute for ALL_CFLAGS in lib-src/Makefile.
7366
7367 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7368
7369 * configure.in (ncurses): Check this after checking fns like strerror.
7370
7371 1996-04-08 Erik Naggum <erik@naggum.no>
7372
7373 * make-dist (MANIFEST): Don't include lines from =files.
7374
7375 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7376
7377 * make-dist: Don't put lisp/dired.todo in the dist.
7378
7379 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
7380
7381 * configure.in (HAVE_NCURSES): Look for library named ncurses.
7382
7383 * configure.in (setlocale): Check for it.
7384
7385 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
7386
7387 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7388
7389 * configure.in: Use lignux instead of linux as value of opsys.
7390
7391 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7392
7393 * Makefile.in (install-strip): Fix whitespace.
7394 Get rid of continuation.
7395
7396 * config.sub: Convert linux or gnu/linux to lignux.
7397
7398 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7399
7400 * configure.in: Accept lignux in configuration name.
7401
7402 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7403
7404 * Makefile.in (install-strip): New target.
7405
7406 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7407
7408 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
7409 -f failed to do the job on Suns.
7410
7411 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7412
7413 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
7414
7415 * configure.in (linux/version.h): Check for this header.
7416
7417 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7418
7419 * configure.in: Remove -fno-builtin hackery from -lm check.
7420
7421 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7422
7423 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
7424 just this test.
7425
7426 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
7427
7428 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7429
7430 * configure.in: Check for ncurses.
7431
7432 1996-02-28 Paul Eggert <eggert@twinsun.com>
7433
7434 * configure.in (LOCALTIME_CACHE):
7435 Also define if localtime mishandles unsetting TZ.
7436 This works around a localtime bug in mips-dec-ultrix.
7437
7438 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7439
7440 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
7441
7442 * configure.in: Improve messages about X versions.
7443
7444 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7445
7446 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
7447
7448 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7449
7450 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
7451 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
7452
7453 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
7454 (install): Put install-arch-indep before install-arch-dep.
7455
7456 1996-02-20 Dave Love <d.love@dl.ac.uk>
7457
7458 * INSTALL: Clarify info about MS-DOS path handling.
7459
7460 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7461
7462 * Makefile.in (install-arch-indep): Install info/ccmode*.
7463 In previous change, protect against /bin/pwd returning null string.
7464
7465 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7466
7467 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
7468 to lispdir.
7469
7470 1996-02-01 Paul Eggert <eggert@twinsun.com>
7471
7472 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
7473
7474 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7475
7476 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
7477
7478 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7479
7480 * Makefile.in (extraclean): Use ${top_distclean} to ensure
7481 we delete everything distclean deletes.
7482
7483 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
7484
7485 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
7486
7487 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7488
7489 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
7490 into LDFLAGS instead of into LIBS.
7491
7492 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7493
7494 * configure.in (HAVE_XMU): Fix typo in previous change.
7495
7496 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7497
7498 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
7499
7500 1996-01-10 Erik Naggum <erik@naggum.no>
7501
7502 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
7503
7504 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
7505
7506 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
7507
7508 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7509
7510 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
7511 and use -lXt to link it.
7512
7513 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7514
7515 * configure.in (locallisppath): Put version-specific dir first.
7516
7517 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7518
7519 * configure.in (hppa-*-nextstep*): New alternative.
7520 (USE_X_TOOLKIT): By default, set this to "maybe";
7521 and change that later to LUCID or "no" according to X11 version.
7522
7523 * make-dist: Recompile outdated .elc files and update all autoloads.
7524
7525 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7526
7527 * configure.in (locallisppath): Fix typo in last change: " -> '.
7528
7529 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7530
7531 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
7532
7533 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7534
7535 * Makefile.in (install-arch-indep): Give all files read permission.
7536
7537 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7538
7539 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
7540 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
7541
7542 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7543
7544 * configure.in: Determine HAVE_X11R6.
7545 (HAVE_MENUS): Renamed from HAVE_X_MENU.
7546
7547 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7548
7549 * configure.in: Just "solaris" now defaults to version 2.4.
7550 Add sunos4.1.n-noshare as alternative.
7551
7552 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7553
7554 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
7555
7556 1995-11-29 Erik Naggum <erik@naggum.no>
7557
7558 * Makefile.in (install-arch-indep): Add missing backslash.
7559
7560 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
7561
7562 * Makefile.in (install-arch-indep): Don't install
7563 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
7564
7565 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7566
7567 * Makefile.in (install-arch-indep): Fix previous change.
7568
7569 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
7570
7571 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7572
7573 * Version 19.30 released.
7574
7575 * make-dist (lisp): Exclude subdirs.el.
7576
7577 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7578
7579 * make-dist (etc): Delete *.orig and *.rej.
7580
7581 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7582
7583 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
7584
7585 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7586
7587 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
7588
7589 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
7590
7591 * make-dist (nt): Rename install, readme, and todo to
7592 INSTALL, README, and TODO.
7593
7594 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7595
7596 * make-dist (lisp): Don't distribute site-start.
7597
7598 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
7599
7600 * make-dist: Break the hard link on alloca.c.
7601
7602 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7603
7604 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
7605
7606 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7607
7608 * make-dist (src, lib-src): Don't distribute Makefile.c.
7609 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
7610
7611 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7612
7613 * Makefile.in (mkdir): Create man1dir, not mandir.
7614 (uninstall): Use man1dir, not mandir.
7615
7616 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7617
7618 * Makefile.in (man1dir): New variable.
7619 (install-arch-indep): Use man1dir.
7620
7621 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
7622
7623 * make-dist: Create lisp/MANIFEST.
7624
7625 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7626
7627 * configure.in (m68k-*-linux*): New alternative.
7628
7629 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7630
7631 * make-dist: Use new names config.in, paths.in, and
7632 {src,lib-src}/Makefile.in.
7633
7634 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7635
7636 * configure.in: Don't bother checking for drem.
7637
7638 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7639
7640 * Makefile.in (distclean): Delete line with just a tab in it.
7641 (install-arch-indep): Delete spaces that precede tabs.
7642 Delete spurious `fi' left from previous change.
7643 (install): Supply `true' as command, to avoid null command.
7644
7645 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7646
7647 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
7648
7649 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7650
7651 * configure.in (powerpc-*-solaris2): New alternative.x
7652
7653 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
7654
7655 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
7656 of paths.h.tmp$$, to avoid going beyond 14 characters.
7657
7658 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7659
7660 * configure.in: Improve error msg for invalid --with-x-toolkit value.
7661
7662 1995-09-06 Paul Eggert <eggert@twinsun.com>
7663
7664 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
7665 if localtime caches TZ. Check for tzset.
7666
7667 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7668
7669 * config.bat: Simplify using new names file names src/makefile.in,
7670 config.in, paths.in. Change Echo commands not to use `.
7671
7672 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7673
7674 * Makefile.in (install-arch-indep): Always install the new dir file;
7675 rename the previous dir file to dir.bak or dir.old.
7676
7677 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7678
7679 * configure.in (RANLIB): Substitute this into makefiles.
7680 Set it specially on solaris; set it by default on other systems.
7681
7682 * configure.in: Fix previous Alpha change.
7683
7684 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7685
7686 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
7687 NON_GCC_TEST_OPTIONS.
7688
7689 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7690
7691 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
7692 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
7693
7694 * configure.in (alpha-*-linux*): New configuration.
7695
7696 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7697
7698 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
7699 (m68k-next-nextstep*): New alias for that.
7700 (i*86-*-nextstep*): Use nextstep.h.
7701 (sparc-*-nextstep*): New configuration.
7702
7703 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7704
7705 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
7706 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
7707
7708 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7709
7710 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
7711 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
7712
7713 1995-07-18 Mike Long <mike.long@analog.com>
7714
7715 * make-dist: Fix update of finder-inf.el, and byte-compile it.
7716
7717 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7718
7719 * Makefile.in (src/paths.h, paths-force):
7720 Rename src/paths.h.in to src/paths.in.
7721 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
7722
7723 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
7724 Use Makefile.c for intermediate file.
7725 Rename src/config.h.in to src/config.in.
7726
7727 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
7728
7729 * configure.in (mips-dec-ultrix*): Assume version 4.3.
7730 (mips-dec-ultrix4.[12]): New alternative for old versions.
7731
7732 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7733
7734 * make-dist: Don't break intra-tree links.
7735
7736 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7737
7738 * configure.in: Put back archlibdir initialization. Require
7739 autoconf 2.4.1 or later.
7740
7741 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7742
7743 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
7744 (mips-mips-riscos5*): New alternative.
7745
7746 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7747
7748 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
7749
7750 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7751
7752 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
7753 (mandir, infodir, archlibdir): Initializations deleted.
7754
7755 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
7756 On hpux9shr, use hpux9shxr4.h.
7757
7758 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
7759
7760 * configure.in: Added target mips-dec-mach_bsd4.3.
7761 * config.guess: Guess mips-dec-mach_bsd4.3.
7762
7763 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7764
7765 * Makefile.in (mkdir): Use symbolic chmod.
7766
7767 1995-06-22 Paul Eggert <eggert@twinsun.com>
7768
7769 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
7770 SunOS 4.1.5 through 4.1.9, should they ever exist.)
7771
7772 1995-06-22 Paul Eggert <eggert@twinsun.com>
7773
7774 * Makefile.in (SUBDIR_MAKEFILES):
7775 Add man/Makefile, so `make distclean' removes it.
7776 (top_distclean): Add config.log to the list of files to be removed.
7777
7778 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7779
7780 * Version 19.29 released.
7781
7782 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7783
7784 * configure.in: Fix the previous change to verify that the -b
7785 option really solves the problem.
7786
7787 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
7788
7789 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7790
7791 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
7792
7793 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7794
7795 * configure.in: Report more clearly when there is no special
7796 dir to search for X includes or libraries.
7797
7798 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7799
7800 * configure.in: Check for -lpthreads, not -lpthread.
7801
7802 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
7803
7804 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
7805
7806 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7807
7808 * configure.in: Check for -lpthread.
7809
7810 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7811
7812 * Makefile.in (install-arch-indep): Install info files for mh-e.
7813 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
7814
7815 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7816
7817 * configure.in (*-solaris2.5): New configuration.
7818
7819 * make-dist: Copy new files config.nt and config.w95.
7820
7821 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7822
7823 * configure.in: Use x_includes, not x_libraries, for -I.
7824 Make bitmapdir a colon-separated list.
7825
7826 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
7827
7828 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
7829
7830 * configure.in: Allow x_libraries and x_includes to be paths.
7831
7832 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7833
7834 * configure.in: Fix typo.
7835
7836 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7837
7838 * INSTALL: Clarify use of site-init.el.
7839
7840 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
7841
7842 * configure.in: Pass arg to sqrt.
7843
7844 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7845
7846 * make-dist: Fix May 6 change.
7847
7848 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7849
7850 * vpath.sed: Delete reference to ymakefile.
7851
7852 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7853
7854 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
7855
7856 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7857
7858 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
7859
7860 * update-subdirs: Specify /bin/sh to run the script.
7861
7862 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7863
7864 * make-dist: Put src/makefile.nt in dist.
7865
7866 * configure.in (i[345]86-*-bsdi2*): New configuration.
7867 (vax-dec-bsd386*): Deleted.
7868
7869 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7870
7871 * configure.in: Make sure CDPATH doesn't mess up PWD check.
7872 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
7873 Use fmod instead of logb in -lm check.
7874
7875 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7876
7877 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
7878 Use bsd4-3. Don't set NON_GNU_CPP.
7879
7880 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
7881 In nt, copy various different things, but not *.cmd.
7882 Fix the ln commands for the subdirs of nt.
7883
7884 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7885
7886 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
7887
7888 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7889
7890 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
7891 since that's what the header file expects.
7892
7893 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
7894
7895 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
7896 and 68040 based machines when choosing options for gnucc.
7897
7898 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7899
7900 * Makefile.in (top_distclean): Delete config.cache.
7901
7902 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7903
7904 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
7905
7906 * configure.in: Use m/ncr386.h.
7907
7908 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7909
7910 * Makefile.in (install-arch-indep): Undo Sep 23 change.
7911
7912 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7913
7914 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
7915 (man): Don't copy texindex.c and getopt.c; they're deleted.
7916 (etc): Omit `e'; it's a subdirectory.
7917 (etc/e): Use `../..', not `..', to reference top level.
7918
7919 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
7920
7921 * Makefile.in (install-arch-indep, dist):
7922 Look for `update-subdir' in $(srcdir).
7923
7924 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7925
7926 * make-dist: Include mkinstalldirs in distribution.
7927
7928 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7929
7930 * make-dist: Add missing close backquote.
7931
7932 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7933
7934 * make-dist: Don't distribute shortnames directory.
7935
7936 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7937
7938 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
7939
7940 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7941
7942 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
7943
7944 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7945
7946 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
7947
7948 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7949
7950 * configure.in (mips-sgi-irix6): New configuration.
7951
7952 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7953
7954 * Makefile.in (maintainer-clean): Renamed from realclean.
7955
7956 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7957
7958 * configure.in: Create a .gdbinit that sources the real one,
7959 if using a different build directory.
7960
7961 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7962
7963 * configure.in: Check for sys/select.h.
7964
7965 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7966
7967 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
7968
7969 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7970
7971 * configure.in: Handle isc 4.1 operating system.
7972
7973 1994-12-10 Richard Stallman <rms@kepa>
7974
7975 * configure.in (rs6000-ibm-aix4.1*): New alternative.
7976 (rs6000-ibm-aix4*): New alternative.
7977
7978 1994-12-06 Richard Stallman <rms@kepa>
7979
7980 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
7981
7982 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7983
7984 * configure.in: Don't try to make directories that are guaranteed
7985 to already exist.
7986
7987 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7988
7989 * configure.in: Generate man/Makefile from man/Makefile.in.
7990 Create the man subdir.
7991
7992 * Makefile.in (dvi): Run Make in our man subdir.
7993
7994 * make-dist: Create subdir etc/e.
7995 Make links to it.
7996 Put man/Makefile.in in dist, instead of man/Makefile.
7997
7998 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
7999
8000 * configure.in: Add --with-pop, --with-kerberos, and
8001 --with-hesiod for movemail.
8002
8003 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8004
8005 * configure.in (m68*-apollo*): Use s/domain.h.
8006
8007 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8008
8009 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
8010
8011 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8012
8013 * configure.in: Don't add -I, -L, -R options for cc if their
8014 arguments would be empty.
8015
8016 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8017
8018 * configure.in (i860-intel-osf1*): New alternative.
8019 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
8020 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
8021
8022 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8023
8024 * configure.in: Make h_errno check not use nested functions.
8025
8026 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8027
8028 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
8029
8030 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8031
8032 * Makefile.in (install-arch-indep): Avoid continued comment
8033 swallowing target line.
8034
8035 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
8036
8037 * configure.in: Protect a character class with `changequote'.
8038
8039 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8040
8041 * configure.in: Accept `news' as a synonym for `newsos'.
8042
8043 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8044
8045 * Makefile.in: Don't rm files if cd fails.
8046
8047 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8048
8049 * make-dist: Put nt subdir and its subdirs in the dist.
8050 (lib-src): Put makefile.nt in the dist.
8051 (lisp): Put makefile.nt in the dist.
8052
8053 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8054
8055 * configure.in: Change a stray `[' to `test'.
8056
8057 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8058
8059 * configure.in: Adapt for Autoconf v2. Use the standard argument
8060 parser, host type canonicalizer, X11 finder, and message
8061 printing macros. Use the new macro names. Use `test' instead of `['.
8062
8063 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8064
8065 * configure.in: Check for getpagesize.
8066
8067 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8068
8069 * make-dist (msdos): Put sed* in the distribution.
8070
8071 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
8072
8073 * config.bat: New option, `--with-x', for configuring Emacs
8074 for use with the X11 system DesqView/X.
8075 New option, `--no-debug', for compiling Emacs without debug
8076 information thus saving disk space.
8077 (src/config.h, src/paths.h): Use `update' (which is like
8078 `move-if-changed') to change the file.
8079 (src/config.h): When configuring for X11 perform extra changes.
8080 (src/makefile): When configuring for X11 perform extra changes.
8081 (lib-src): Remove temporary files.
8082 (): Check that `sed', `rm', `mv', and `gcc' are available.
8083
8084 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8085
8086 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
8087
8088 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
8089
8090 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8091
8092 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
8093
8094 * configure.in (canonical): Substitute var into makefiles.
8095 (bitmapdir): Likewise.
8096
8097 * Makefile.in (bitmapdir): New variable.
8098 (src/paths.h, paths-force): Edit PATH_BITMAPS.
8099
8100 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8101
8102 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
8103
8104 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
8105 * update-subdirs: New shell script.
8106
8107 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8108
8109 * Makefile.in (top_distclean): Don't rm build-install.
8110 (SOURCES): Delete build-install.in.
8111
8112 * make-dist: Don't distribute build-ins.in.
8113 * build-ins.in: File deleted.
8114
8115 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
8116
8117 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
8118
8119 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8120
8121 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
8122
8123 * configure.in (libexecdir): Renamed from libdir. New default.
8124 (sharedstatedir): Renamed from statedir. New default.
8125 (datadir): New default.
8126
8127 * make-dist: Don't distribute subdirs.el.
8128
8129 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8130
8131 * configure.in (eaccess): Check for it.
8132
8133 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8134
8135 * configure.in (mktime): Check for it.
8136
8137 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
8138
8139 * configure.in (motif): Add support for usage and option checking.
8140
8141 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8142
8143 * configure.in (utimes): Check for it.
8144
8145 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8146
8147 * Makefile.in (install-arch-indep): Don't do mkdir here.
8148
8149 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8150
8151 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8152 riscix.h renamed to acorn.h.
8153
8154 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
8155
8156 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8157 New configurations.
8158
8159 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8160
8161 * configure.in: Remove trailing slashes from srcdir.
8162
8163 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8164
8165 * configure.in (i[345]86-sequent-ptx*): Handle
8166
8167 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8168
8169 * Makefile.in (paths-force): Depend on src/paths.h
8170
8171 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8172
8173 * configure.in (config_options): Save all arguments, not just some.
8174
8175 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8176
8177 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
8178
8179 * configure.in: Add AC_AIX.
8180 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
8181
8182 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8183
8184 * configure.in (parsing options): Simplify sed command to delete -'s.
8185
8186 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
8187
8188 * configure.in (config_options): New shell variable.
8189 Pass its value to C code in EMACS_CONFIG_OPTIONS.
8190
8191 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8192
8193 * configure.in (alpha-dec-osf*): New target.
8194
8195 * Makefile.in: Use just one FRC target.
8196
8197 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8198
8199 * Makefile.in (removenullpaths, paths-force):
8200 Use name paths.h.tmp$$, which depends on the pid.
8201
8202 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8203
8204 * Makefile.in (removenullpaths, paths-force):
8205 Put paths.h.tmp in top-level dir, not in src.
8206
8207 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8208
8209 * Version 19.27 released.
8210
8211 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8212
8213 * Version 19.26 released.
8214
8215 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8216
8217 * configure.in: Check for lrand48, not rand48.
8218
8219 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8220
8221 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
8222 (powerpc-ibm-aix*): New aliases.
8223
8224 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8225
8226 * make-dist (src/m, src/s): Put *.inp in distribution.
8227
8228 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8229
8230 * configure.in: Accept i586 and i486 along with i386.
8231
8232 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8233
8234 * configure.in: Do compute unexec, LIBX, system_malloc, etc
8235 even if CPP env var was set by the user.
8236
8237 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
8238
8239 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
8240
8241 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
8242
8243 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8244
8245 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
8246
8247 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8248
8249 * configure.in: Check more specifically for i*86-sun-sunos.
8250
8251 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
8252
8253 * configure.in: Handle solaris 2.4.
8254
8255 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8256
8257 * configure.in (rand48): Check for it.
8258
8259 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8260
8261 * make-dist: Update the info files.
8262
8263 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8264
8265 * configure.in: Make "checking..." messages' style consistent.
8266 (HAVE_H_ERRNO): New test.
8267
8268 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8269
8270 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
8271
8272 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8273
8274 * configure.in (CFLAGS): If the envvar was specified, use that.
8275 And set REAL_CFLAGS from it too.
8276
8277 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8278
8279 * make-dist: Update finder-inf.el.
8280
8281 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8282
8283 * make-dist (msdos): Include sed4.inp in dist.
8284
8285 * Makefile.in (libsrc_libs): Var deleted.
8286
8287 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8288
8289 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
8290
8291 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8292
8293 * configure.in (mips-sony-newsos4*): New alias.
8294
8295 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8296
8297 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
8298 (*-convex-convexos*): Accept this as alias.
8299
8300 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8301
8302 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
8303 for two different uses.
8304
8305 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8306
8307 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
8308
8309 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8310
8311 * make-dist: Put ./BUGS into the distrib.
8312
8313 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8314
8315 * configure.in: Handle 386 running Solaris 2.
8316
8317 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8318
8319 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
8320
8321 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8322
8323 * configure.in (mips-sony-newsos*): Use news-risc.h.
8324
8325 * configure.in: Accept bsdi as opsys, like bsd386.
8326
8327 1994-06-01 Morten Welinder (terra@diku.dk)
8328
8329 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
8330
8331 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8332
8333 * Version 19.25 released.
8334
8335 * make-dist (shortversion): Don't assume another period follows.
8336
8337 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8338
8339 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
8340 (uninstall): Use /bin/pwd.
8341
8342 * Makefile.in (blessmail): Depend on src.
8343 (all): Don't depend on blessmail.
8344
8345 * Makefile.in (src/paths.h): Don't force recomputation.
8346 (paths-force): New target; force recomputation of paths.h.
8347 (all): Depend on paths-force.
8348 (src, lib-src): Depend on src/paths.h.
8349
8350 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
8351 NON_GCC_TEST_OPTIONS.
8352
8353 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8354
8355 * configure.in: Don't insist on subversions for irix.
8356
8357 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8358
8359 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
8360
8361 * configure.in (i[34]86-next-*): New alternative.
8362
8363 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8364
8365 * Version 19.24 released.
8366
8367 * configure.in: New config hppa*-hp-hpux9shr*.
8368
8369 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
8370
8371 * config.bat: Doc fix.
8372
8373 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8374
8375 * Makefile.in (mostlyclean, clean, distclean, realclean)
8376 (extraclean): Don't act on man subdir if it doesn't exist.
8377
8378 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8379
8380 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
8381 Use them to set up CC.
8382 (*-sun-sunos4.1.3): Set them.
8383
8384 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8385
8386 * Makefile.in (lib-src): Don't depend on src/paths.h.
8387
8388 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8389
8390 * build-ins.in (copydests): Get rid of spurious `-'s.
8391
8392 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
8393
8394 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8395
8396 * Version 19.23 released.
8397
8398 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
8399 for the Xlib and Xt checks; then restore old CFLAGS.
8400
8401 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8402
8403 * configure.in (HAVE_X11XTR6): Add newline before #if.
8404 Add newline after #endif.
8405
8406 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8407
8408 * configure.in (HAVE_X11XTR6): Arrange to define it.
8409
8410 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8411
8412 * Makefile.in (install): Depend on blessmail.
8413
8414 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8415
8416 * configure.in (mips-siemens-sysv*): Put quotes around value
8417 containing blanks.
8418
8419 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8420
8421 * Makefile.in (TAGS): Use the makefile in src subdir.
8422
8423 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8424
8425 * configure.in (opsys): Recognize `gnu'.
8426
8427 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8428
8429 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
8430
8431 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8432
8433 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
8434 version > 1.8.
8435
8436 1994-05-08 Morten Welinder (terra@diku.dk)
8437
8438 * config.bat: Forcibly remove "# " style comments from makefiles.
8439
8440 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8441
8442 * Makefile.in (uninstall): When processing lispdir and etcdir,
8443 do nothing unless it exists and is a directory.
8444
8445 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8446
8447 * Makefile.in (install-arch-indep): Do install info/dired-x*.
8448 Merge code in from install-doc.
8449 (install-doc): Merge code back into install-arch-indep.
8450 (install-arch-dep): Don't depend on install-doc.
8451
8452 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
8453
8454 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8455
8456 * configure.in (making src/Makefile and lib-src/Makefile):
8457 Split off the autoconf substitutions and don't pass them thru cpp.
8458 (undefs): Use $canonical as well as $configuration.
8459
8460 * make-dist: Distribute lisp/Makefile.
8461
8462 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
8463 Use lower case names for the s files.
8464
8465 1994-05-03 Morten Welinder (terra@diku.dk)
8466
8467 * config.bat: Added possibility for different file name
8468 transcriptions in lib-src.
8469
8470 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8471
8472 * Makefile.in (lib-src): Undo previous change.
8473 (blessmail): New target to run maybe-blessmail in lib-src.
8474 (all): Depend on blessmail.
8475
8476 * Makefile.in (lib-src): Depend on src.
8477
8478 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
8479
8480 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
8481 (m88k-dg-dgux5.4R2): dgux5.4R2.
8482
8483 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8484
8485 * configure.in (window_system): Restore accidentally deleted code
8486 that uses AC_FIND_X.
8487
8488 * make-dist: Distribute config.bat.
8489
8490 1994-04-29 Morten Welinder (terra@diku.dk)
8491
8492 * config.bat: Corrected the configuration of lib-src
8493 to keep up with configure. Add note about dos version 3
8494 or better needed (djgpp needs that). Add note explaining
8495 that either install in c:/emacs or edit the script.
8496 Don't change to c:/emacs, but assume we're there (to minimize
8497 the number of places to change).
8498
8499 * config.bat: Build-in the first step towards X11 support with
8500 the X11 emulator that exists. At this time it won't work,
8501 and several files are missing.
8502
8503 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8504
8505 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
8506 Don't look for -lresolv.
8507
8508 * Makefile.in (lib-src): Depend on src/paths.h.
8509
8510 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8511
8512 * configure.in: Restore deleted AC_SUBST of `configuration'.
8513 Improve error message for bad --with-x-toolkit value.
8514
8515 * configure.in: Define CONFIGURATION in src/config.h
8516 rather than substituting in src/Makefile.in.
8517
8518 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8519
8520 * Makefile.in (install-doc): New target.
8521 (install-arch-dep): Depend on install-doc.
8522 (mkdir): Create docdir.
8523
8524 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8525
8526 * configure.in: Test for libresolv.a.
8527 Substitute machfile and opsysfile.
8528
8529 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8530
8531 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
8532 (install-arch-dep): Install under the name $(EMACS).
8533
8534 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8535
8536 * configure.in (version): Use entire value of emacs-version.
8537 (mips-siemens-sysv*): New alternative.
8538
8539 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8540
8541 * Makefile.in (install-arch-indep): Don't install dired-x*.
8542
8543 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8544
8545 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
8546 Fix definition of $undefs.
8547
8548 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8549
8550 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
8551
8552 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
8553
8554 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8555
8556 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
8557
8558 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8559
8560 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
8561 and run it thru cpp, as with src/Makefile.in.
8562
8563 * configure.in: Use AC_SET_MAKE.
8564
8565 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8566
8567 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
8568
8569 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8570
8571 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
8572
8573 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
8574 (printing the choices): Make the toolkit message unconditional.
8575 (USE_X_TOOLKIT): Use `none', not `no', if none.
8576 (include libsrc_libs): Include config.h, and specify -I for srcdir.
8577 Get rid of temp file foofoo1.
8578
8579 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8580
8581 * configure.in (CFLAGS): Use shell syntax, not Makefile.
8582
8583 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8584
8585 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
8586 (printing the choices): State choice of toolkit.
8587 (libsrc_libs): Recalculate after writing config.h;
8588 then update lib-src/Makefile.
8589
8590 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8591
8592 * configure.in: Add sunos4shr as alternative for suns.
8593 Conditionals testing for null $CC were backwards.
8594
8595 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8596
8597 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
8598
8599 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8600
8601 * configure.in: Handle -isc4.0*.
8602
8603 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8604
8605 * configure.in (esix5): Set NON_GNU_CPP.
8606
8607 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
8608
8609 * Makefile.in (thisdir): Nonsensical variable removed.
8610 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
8611 back to $thisdir, rather than the directory `this_dir'.
8612
8613 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8614
8615 * Makefile.in (install-arch-indep): Add missing backslash after a
8616 `then'.
8617
8618 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8619
8620 * Makefile.in (thisdir): New variable.
8621 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
8622
8623 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8624
8625 * configure.in: Add freebsd.
8626
8627 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8628
8629 * configure.in: Check for fpathconf.
8630
8631 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8632
8633 * configure.in (with_x_toolkit): Fix typo in previous change.
8634
8635 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8636
8637 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
8638
8639 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8640
8641 * configure.in (with_x_toolkit): Don't allow motif or open-look.
8642
8643 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8644
8645 * configure.in: Fix value of docdir.
8646 * Makefile.in (install-arch-indep): Install DOC* in docdir.
8647
8648 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8649
8650 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
8651
8652 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
8653
8654 * configure.in: New variable docdir to control where the docstring
8655 file goes.
8656 Makefile.in: Use it to initialize PATH_DOC in paths.h.
8657
8658 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8659
8660 * configure.in: When --run-in-place, don't inherit archlibdir.
8661
8662 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8663
8664 * Makefile.in (install-arch-dep, install-arch-indep):
8665 New targets split up former do-install rule.
8666 (do-install): Target deleted.
8667
8668 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8669
8670 * configure.in (mips-sony-newsos*): New configuration.
8671
8672 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
8673
8674 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
8675
8676 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8677
8678 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
8679
8680 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8681
8682 * configure.in: Don't initialize CC.
8683
8684 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8685
8686 * configure.in (creating src/Makefile): Also generate -U switches
8687 for symbols in the $configuration value.
8688
8689 * configure.in: Check for sys_siglist being declared in system header.
8690
8691 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8692
8693 * configure.in (creating src/Makefile): Delete blank lines
8694 along with lines of whitespace.
8695 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
8696
8697 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8698
8699 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
8700 like C_SWITCH_SYSTEM.
8701 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
8702
8703 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8704
8705 * configure.in (drem): Check for this function.
8706
8707 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8708
8709 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
8710 If CPP was inherited from environment, don't use NON_GNU_CPP.
8711 (NON_GNU_CC): Likewise.
8712 (handling with_gcc): Use explicit if in the `no' case.
8713 (cc_specified): New variable; if set, don't use NON_GNU_CC.
8714
8715 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8716
8717 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
8718
8719 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8720
8721 * configure.in: Check whether fmod exists.
8722
8723 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8724
8725 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
8726 {src,lisp}/OChangeLog.
8727
8728 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8729
8730 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
8731 necessary for proper operation. This code works with the current
8732 released version of Autoconf.
8733
8734 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8735
8736 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
8737 (USE_X_TOOLKIT): Define it for all values except `no'.
8738
8739 * configure.in: Undo first Jan 8 change and Jan 16 change.
8740
8741 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8742
8743 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
8744 Substitute USE_X_TOOLKIT as both C macro and Make variable.
8745
8746 * Makefile.in (lwlib/Makefile): New target.
8747 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
8748 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
8749 (unlock, relock): Handle lwlib subdir.
8750
8751 * Makefile.in: Add some .PHONY targets.
8752
8753 * make-dist: Handle lwlib subdir like oldXMenu subdir.
8754
8755 * lwlib: New subdirectory.
8756
8757 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8758
8759 * configure.in: If CPP has a value that is a directory,
8760 discard the value.
8761
8762 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8763
8764 * configure.in (srcdir_undefs): Add g flag to sed substitution to
8765 remove -U[0-9]*.
8766
8767 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8768
8769 * Makefile.in (do-install): Install the dired-x info files.
8770
8771 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
8772 (See src/s/sol2.h.)
8773
8774 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8775
8776 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
8777
8778 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8779
8780 * configure.in (creating src/Makefile): Put code inside 2nd arg to
8781 AC_OUTPUT as it should be; hopefully no one will again see fit to
8782 gratuitously break this and not make a change log entry.
8783 Optimized sed processing of Makefile.in and cpp output; now
8784 preserves comments previously removed from the cpp input.
8785 Eliminated temp file for cpp output. Generate -U switches to
8786 undefine all identifiers that appear in the directory name
8787 ${srcdir}; pass these to cpp.
8788
8789 * configure.in (version): Fix sed regexp to match two-elt version
8790 number.
8791
8792 * configure.in: Check for strerror.
8793
8794 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8795
8796 * configure.in: Test for bcmp.
8797
8798 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8799
8800 * make-dist (tempdir): Put subdir msdos into the distribution.
8801
8802 1993-01-07 Morten Welinder (terra@diku.dk)
8803
8804 * config.bat: New file.
8805
8806 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8807
8808 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
8809
8810 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8811
8812 * configure.in (m68*-next-*): Don't care about which os is specified.
8813 (i[34]86-*-*): Check for *-nextstop*.
8814
8815 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8816
8817 * configure.in: Check for setsid.
8818
8819 1993-12-17 Richard Stallman (rms@srarc2)
8820
8821 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
8822
8823 1993-12-15 Richard Stallman (rms@srarc2)
8824
8825 * Makefile.in (mkdir): Make only the lockdir writable.
8826
8827 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
8828
8829 1993-12-11 Richard Stallman (rms@srarc2)
8830
8831 * Makefile.in (libdir): Use @libdir@.
8832
8833 1993-12-08 Richard Stallman (rms@srarc2)
8834
8835 * Makefile.in (install): Add empty command.
8836
8837 1993-12-04 Richard Stallman (rms@srarc2)
8838
8839 * make-dist: Put man/getopt.c in the dist.
8840
8841 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
8842
8843 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
8844
8845 1993-12-03 Richard Stallman (rms@srarc2)
8846
8847 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
8848 Set it for all solaris versions.
8849 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
8850 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
8851 Likewise for NON_GNU_CC and CC.
8852
8853 1993-12-01 Richard Stallman (rms@srarc2)
8854
8855 * configure.in (mips-mips-riscos4*): Assign variable CC.
8856 (checking ${with_gcc}): If "no", don't override CC if already set.
8857 (CC): Initialize it as empty.
8858
8859 1993-11-30 Richard Stallman (rms@srarc2)
8860
8861 * configure.in (Suns): Set CPP if *-solaris2.3*.
8862
8863 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8864
8865 * Version 19.22 released.
8866
8867 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
8868
8869 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8870
8871 * make-dist: When breaking links, use cp -p.
8872 Copy install.sh into distribution.
8873 Move the temp dir up into the parent dir;
8874 don't leave the staging dir make-dist.tmp... in existence.
8875 * install.sh: New file.
8876
8877 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8878
8879 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
8880
8881 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8882
8883 * configure.in (version): When --run-in-place, exclude
8884 ${datadir}/emacs/site-lisp from locallisppath.
8885
8886 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8887
8888 * configure.in: Delete jumk.c before writing it.
8889
8890 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8891
8892 * Version 19.21 released.
8893
8894 * Makefile.in (mkdir): Ignore error from chmod.
8895
8896 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8897
8898 * make-dist: Don't put lisp/forms.README in the distribution.
8899
8900 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8901
8902 * configure.in (creating src/Makefile): Before running cpp,
8903 discard all lines that start with `# Generated' or /**/#.
8904
8905 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8906
8907 * Version 19.20 released.
8908
8909 * make-dist: Use build-ins.in, not build-install.in.
8910 Don't bother updating TAGS since it's not included.
8911
8912 * build-ins.in: Renamed from build-install.in.
8913
8914 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8915
8916 * make-dist: Don't try to link *.texinfo--there are none now.
8917 When running make in lib-src, specify YACC var value.
8918
8919 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8920
8921 * configure.in (extrasub): Add vpath patterns for %.[yls].
8922
8923 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
8924 Instead just include the commands to make src/Makefile as the
8925 second arg to AC_OUTPUT.
8926
8927 * configure.in: Use : instead of dnl for comment inside
8928 $makefile_command.
8929
8930 * configure.in: No longer use vpath_sed. Instead, when we notice
8931 srcdir already configured, set extrasub to hack vpath in the
8932 makefiles.
8933
8934 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
8935 before moving it.
8936 * Makefile.in (VPATH): Define to @srcdir@.
8937
8938 1993-09-28 Brian J. Fox (bfox@cubit)
8939
8940 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
8941 doesn't exist. Just copy src/Makefile.in instead. Touch
8942 all of the Makefiles after editing config.status.
8943
8944 * INSTALL: Update documentation to match new configuration
8945 mechanism.
8946
8947 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
8948
8949 * configure.in: Allow any of the path or directory Makefile
8950 variables to be set with flags to configure. Create all Makefiles
8951 at configure time. Edit special commands into config.status after
8952 src/Makefile.in is built from src/Makefile.
8953
8954 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
8955 If these files are out of date, simply have config.status
8956 rebuild them; don't rebuild them explicitly.
8957
8958 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
8959
8960 * build-install.in: Change src/xemacs to src/emacs. We no longer
8961 create src/xemacs, so the file wouldn't be found.
8962
8963 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
8964
8965 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8966
8967 * configure.in: Avoid forcing the search of /usr/include before
8968 fixed include files by resetting C_SWITCH_X_SITE if it is
8969 "-I/usr/include".
8970
8971 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8972
8973 * Makefile.in (@rip_paths@locallisppath):
8974 Delete ${datadir}/emacs/site-lisp.
8975
8976 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8977
8978 * configure.in:
8979 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
8980 Remove ${extra_output} from AC_OUTPUT call.
8981
8982 1993-09-17 Brian J. Fox (bfox@inferno)
8983
8984 * make-dist: Quote backquotes found in strings to be echoed.
8985
8986 * configure.in: Use "sh -c pwd" when we want to avoid having the
8987 shell fix up the value of $PWD.
8988
8989 1993-09-13 Brian J. Fox (bfox@inferno)
8990
8991 * Makefile.in (do-install): Don't abort if ln or chmod at the end
8992 of the installation fail. Suggested by Karl Berry.
8993
8994 1993-08-30 Brian J. Fox (bfox@inferno)
8995
8996 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
8997 was used. Set MAKEFLAGS from MFLAGS.
8998
8999 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9000
9001 * configure.in: Test for res_init in libc.
9002
9003 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9004
9005 * configure.in: In the file ${tempcname}, use configure___
9006 instead of @configure@.
9007
9008 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
9009
9010 * make-dist: Dist vpath.sed
9011
9012 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
9013 Depend on vpath.sed.
9014 Replace sed command for VPATH with @vpath_sed@.
9015
9016 * configure.in: Substitute variable `vpath_sed'.
9017 If not in $srcdir and $srcdir is configured,
9018 issue warning that GNU make is required,
9019 and set vpath_sed to use vpath.sed script.
9020
9021 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9022
9023 * configure.in: Remove check for $srcdir being configured. This
9024 pretty much works now.
9025 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
9026 Check for XFree86 (/usr/X386/include) independent of whether
9027 -lXbsd exists.
9028
9029 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
9030 realclean, unlock, relock): Use `$(MAKE)' in place of plain
9031 `make'.
9032
9033 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9034
9035 * Version 19.19 released.
9036
9037 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
9038
9039 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9040
9041 * configure.in: Check for XScreenNumberOfScreen.
9042
9043 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9044
9045 * configure.in: Add * to end of all configuration alternatives.
9046 (m68*-sony-newsos3*): New alternative.
9047
9048 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9049
9050 * make-dist: Include getdate.c in distribution.
9051
9052 * configure.in: For --help, use $PAGER if it is set.
9053 (LIB_X11_LIB): Default to -lX11.
9054 (mips-sgi-irix5.*): New alternative.
9055
9056 * Makefile.in (do-install): Install info/gnus* and info/sc*.
9057
9058 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
9059 Recognize *.B8.* as hpux version 8.
9060 (m68*-tektronix-bsd*): Fix typo in tek4300.
9061 (AC_HAVE_FUNCS): Add ftime.
9062
9063 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9064
9065 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
9066 Use tekxd88, not tekXD88.
9067
9068 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9069
9070 * configure.in: Check for -lm. Then can check for frexp and logb.
9071
9072 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9073
9074 * Version 19.18 released.
9075
9076 * make-dist (src): Don't put gnu-hp300 in dist.
9077 (src, lisp): Include OChangeLog in dist.
9078
9079 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9080
9081 * configure.in: Test for presence of logb and frexp functions.
9082
9083 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9084
9085 * configure.in (machine): Add i370-ibm-aix*.
9086
9087 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9088
9089 * configure.in (function checks): Test for mkdir and rmdir.
9090
9091 * configure.in (function checks): Don't test for random and bcopy
9092 only when we're building with X; look for them all the time.
9093
9094 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9095
9096 * configure.in: Test for availability of bcopy functions, searching
9097 the X libraries if we're using X.
9098
9099 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
9100 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
9101 versions of AIX, and needs to be passed to the loader.
9102
9103 * configure.in: Test for the availability of the
9104 XScreenResourceString function.
9105
9106 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
9107
9108 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
9109 LD_SWITCH_X_SITE and assume --with-x11.
9110 Only look for X11 files if we weren't told about a window system
9111 or if we were told to use X11 but not told where.
9112 Search the libraries from the s and/or m files when checking for
9113 functions.
9114
9115 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
9116
9117 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9118
9119 * make-dist: Include lisp/dired.todo in the distribution.
9120
9121 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9122
9123 * configure.in: Add code to set HAVE_INET_SOCKETS.
9124
9125 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9126
9127 * configure.in: If we do find x_includes and x_libraries
9128 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
9129
9130 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9131
9132 * make-dist: Include src/gnu-hp300 in the dist.
9133
9134 * configure.in (canonical): New variable holds the canonicalized
9135 configuration. Don't alter `configuration'. Use `configuration'
9136 for Makefile.in for file naming.
9137 (testing x_includes and x_libraries): Use =, not ==.
9138
9139 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9140
9141 * Version 19.17 released.
9142
9143 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
9144 directory's makefile. This allows the invocation of CPP which
9145 builds xmakefile to receive these switches. The SunSoft C
9146 preprocessor inserts spaces between tokens if it doesn't get the
9147 -Xs flag requested in src/s/sol2.h.
9148
9149 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
9150
9151 * configure.in (m68k-bull-sysv3): New config.
9152
9153 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9154
9155 * configure.in: Use the autoconf AC_FIND_X macro to try to find
9156 the X Windows libraries.
9157
9158 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9159
9160 * make-dist (tempdir): Don't create lisp/forms-mode directory in
9161 the distribution. Those files aren't kept in their own
9162 subdirectory any more.
9163
9164 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9165
9166 * Version 19.16 released.
9167
9168 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9169
9170 * configure.in: Add --verbose flag.
9171
9172 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9173
9174 * version 19.15 released.
9175
9176 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9177
9178 * Makefile.in (top_distclean): Use -f switch when cleaning out
9179 lock dir; it might be empty.
9180
9181 * configure.in: Only check for -lXbsd once.
9182
9183 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9184
9185 * Version 19.14 released.
9186
9187 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9188
9189 * make-dist: If using gzip, create distribution with '.gz' extension.
9190
9191 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
9192 (lisp/forms-mode): This doesn't exist anymore.
9193
9194 * configure.in: Look for the closedir function.
9195
9196 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9197
9198 * configure.in (CPP): Autoconf sets this to a shell variable
9199 reference, which doesn't work when it's edited into a makefile.
9200 Expand that variable reference.
9201
9202 * Makefile.in (CPP): New variable.
9203 (src/Makefile): Edit CPP into src/Makefile.
9204
9205 * Makefile.in (src/Makefile): Don't bother exiting single quotes
9206 and entering double quotes to get the values of LD_SWITCH_X_SITE
9207 and the other make variables; make substitutes them in anyway.
9208
9209 * Makefile.in (uninstall): Don't remove the lisp and etc
9210 directories if they're in the source tree.
9211
9212 Bring mumbleclean targets into conformance with GNU coding standards.
9213 * Makefile.in (mostlyclean, clean): Separate these two; just have
9214 them pass the request to the subdirectory makefiles.
9215 (distclean): Pass the request down, and then get rid of the
9216 files configure built, and get rid of the Makefiles.
9217 (realclean): Pass the request down, and then do the same things
9218 distclean does.
9219 (uninstall, info, dvi): New targets.
9220
9221 * configure.in: Move clause for PC-compatible i386 box to the end
9222 of the case statement, to avoid masking configurations below.
9223
9224 * configure.in: Add case for m88k-motorola-sysv4.
9225
9226 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
9227 the HP 68000 machines.
9228
9229 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
9230 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
9231 preprocessor won't fiddle with them.
9232
9233 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9234
9235 * Makefile.in (TAGS): cd to src to run etags.
9236
9237 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9238
9239 * configure.in (version): Check the X libraries for XrmSetDatabase
9240 and random, and see if we have -lXbsd.
9241
9242 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9243
9244 * configure.in: Pass "-Isrc" to the CPP we run to examine the
9245 s/*.h and m/*.h files. Martin Tomes
9246 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
9247
9248 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9249
9250 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
9251 above the general i386 alternative.
9252
9253 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9254
9255 * configure.in: Recognize configuration name for Data General
9256 AViiON machines.
9257
9258 * configure.in: Use AC_LONG_FILE_NAMES.
9259
9260 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9261
9262 * configure.in: Test for bison.
9263 * Makefile.in (YACC): New variable.
9264 (lib-src/Makefile.in): Edit YACC into the makefile.
9265
9266 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9267
9268 * Version 19.13 released.
9269
9270 * configure.in (CFLAGS): Don't set this according to the value of
9271 the GCC shell variable. Instead, consult the machine and system
9272 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
9273 test __GNUC__ while we're at it.
9274
9275 * configure.in: Remove extra ;; from hpux cases.
9276
9277 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9278
9279 * configure.in: Check to see if the system has -ldnet.
9280
9281 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9282
9283 * make-dist: Add clauses to distribute lisp/forms-mode.
9284
9285 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9286
9287 * configure.in (machine): Fix the versions in hpux version number test.
9288 Do not guess based on cpu type. Do check for explicit system version.
9289
9290 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9291
9292 * configure.in: Do NOT look for `unknown' as company name.
9293
9294 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9295
9296 * configure.in: Fix typo in message.
9297
9298 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9299
9300 * Version 19.12 released.
9301
9302 * Makefile.in (do-install): Correct previous etc-copying change.
9303 Partially rewrite using `if'.
9304 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
9305
9306 * Version 19.11 released.
9307
9308 * configure.in: Handle 386bsd.
9309
9310 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9311
9312 * make-dist: Update getdate.c.
9313
9314 * configure.in: Handle bsd386.
9315
9316 * Makefile.in (do-install): Use `-' in tar options.
9317
9318 * configure.in: Change ! "${...}" to x"${...}" = x.
9319
9320 * Makefile.in (do-install): Copy the DOC-* files from the build
9321 etc directory, as well as lots of things from ${srcdir}/etc.
9322
9323 * make-dist: Copy config.guess.
9324
9325 * configure.in: Handle AIX versions 1.2, 1.3.
9326
9327 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9328
9329 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
9330 the configuration name mips-mips-usg* to represent USG systems.
9331
9332 * configure.in: Fix logic to detect if srcdir is already configured.
9333
9334 * Makefile.in: Pass in LD_SWITCH_X_SITE.
9335
9336 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
9337 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
9338 of a directory; cd might fail, and have pwd print out the current
9339 directory.
9340
9341 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9342
9343 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
9344
9345 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9346
9347 * configure.in: Complain if srcdir points at an already-configured
9348 tree.
9349
9350 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9351
9352 * Version 19.10 released.
9353
9354 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9355
9356 * Makefile.in: Use Makefile comments, not C comments.
9357
9358 * configure.in: Add case for the Tektronix XD88.
9359
9360 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9361
9362 * configure.in: Handle sysv4.2 and sysvr4.2.
9363
9364 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9365
9366 * configure.in: Traverse the argument list without destroying it;
9367 don't use shift. It turns out that "set - ${saved_arguments}"
9368 doesn't work portably.
9369
9370 * configure.in: Add missing "fi".
9371
9372 * make-dist: Rebuild configure if configure.in is newer.
9373
9374 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
9375 targets to be executed even if make remembers that it has already
9376 satisfied FRC.
9377
9378 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9379
9380 * Makefile.in (do-install): Delete redundant code to copy etc twice.
9381
9382 * configure.in (romp): Handle various version numbers with aos and bsd.
9383
9384 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9385
9386 * configure.in: Fix message text.
9387
9388 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9389
9390 * make-dist: Make a `site-lisp' directory in the distribution,
9391 instead of a `local-lisp' directory, which hasn't been the
9392 appropriate name for a long time.
9393 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
9394 from the distribution first, then /usr/local/lib/emacs/site-lisp.
9395
9396 * Makefile.in (do-install): Correctly detect if ./etc and
9397 ${srcdir}/etc are the same.
9398
9399 * configure.in: Extract UNEXEC from the system configuration
9400 files, compute the name of the source file corresponding to the
9401 object file, and #define it as UNEXEC_SRC in config.h.
9402
9403 * configure.in: If srcdir is '.', then try using PWD to make it
9404 absolute.
9405
9406 * configure.in: Include ${srcdir} in the printed report, to help
9407 people notice if it's an automounter path.
9408
9409 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9410
9411 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
9412
9413 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9414
9415 * Makefile.in (do-install): Delete the dest dir, not the source dir,
9416 when they are different. Add `shift' command.
9417 (COPYDESTS, COPYDIR): Delete external-lisp dir.
9418 (externallispdir): Var deleted.
9419
9420 * configure.in: Delete spurious paren outputting short_usage.
9421
9422 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9423
9424 * Version 19.9 released.
9425
9426 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9427
9428 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
9429 subdirectory makes.
9430
9431 * make-dist: Check for .elc files with no corresponding .el file.
9432
9433 * Makefile.in (mkdir): Make all the directories in locallisppath.
9434
9435 * config.guess: New file.
9436 * configure.in: Use it, tentatively.
9437 * INSTALL: Mention its usage.
9438
9439 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
9440 the former gives you the operating system rev directly. Use
9441 s/hpux.h if we don't recognize what we got.
9442
9443 * Makefile.in (do-install): Don't remove a destination directory
9444 if it's the same as the source. If ${srcdir}/info == ${infodir},
9445 don't try to copy the info files.
9446
9447 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
9448 doesn't work if you're not using a separate source directory.
9449 (do-install): Copy the build tree's etc directory only after
9450 making sure it's not also the source tree's etc directory.
9451
9452 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9453
9454 * configure.in: Handle sunos4.1.3 specially.
9455
9456 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9457
9458 * Makefile.in (INSTALL): Add definition.
9459
9460 * configure.in: Fix some messages. Support -with-gnu-cc.
9461 At the end, use `set --', not `set -'.
9462 Delete spurious `.h' in hpux alternatives.
9463
9464 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9465
9466 * Version 19.8 released.
9467
9468 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9469
9470 * configure.in: When looking for source in the same directory as
9471 the configure script, make the path thus discovered absolute.
9472 If the user specifies the `--srcdir' switch, make that directory
9473 absolute too.
9474
9475 * Makefile.in (srcdir): Remove comment saying this doesn't work.
9476
9477 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
9478 too, as the value of the PATH_INFO macro.
9479
9480 * configure.in: Check to see if the source lives in the same
9481 directory as the configure script.
9482
9483 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9484
9485 * Makefile.in (install): Split this into `install' and
9486 `do-install', to give people more control over exactly what gets
9487 done.
9488 (do-install): New target, containing the guts of `install'. Don't
9489 remove and recreate the directories inside the copying loop - do
9490 it all before the copying loop. Pass more flags to the lib-src
9491 make.
9492 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
9493 avoid errors and warnings.
9494
9495 * configure.in: For generic IBM PC boxes, insist on "unknown" for
9496 the manufacturer - the more general case was blocking other i386
9497 configuration names below, and that's how the names are written in
9498 MACHINES anyway.
9499
9500 * make-dist: When breaking links, remove the link before moving
9501 the copy onto it, to avoid interactive behavior.
9502
9503 * Makefile.in: Doc fix.
9504
9505 * configure.in: Doc fix.
9506
9507 * INSTALL: Mention --exec-prefix option.
9508
9509 * configure.in: Add support for the `--exec-prefix' option.
9510 * Makefile.in: Accept that support.
9511
9512 * configure.in: Use the AC_PROG_INSTALL macro.
9513 * Makefile.in (INSTALL): Variable removed.
9514 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
9515
9516 * configure.in: Distinguish between hp800's and hp700's by calling
9517 "uname -m".
9518
9519 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9520
9521 * configure.in: Recognize configuration names for i860 boxes
9522 running SYSV.
9523
9524 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9525
9526 * configure.in: Distinguish between hp800's and hp700's by the
9527 version of HP/UX they run, since that's something people are more
9528 likely to know - hp700's run 8.0.
9529 Add HP 700 configuration.
9530
9531 * configure.in: Test for the presence of the `rename' function.
9532
9533 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
9534 configure.in.
9535 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
9536
9537 * make-dist: Break intra-tree links.
9538
9539 * configure.in: Explain that this is an autoconf script, and give
9540 instructions for rebuilding configure from it. Arrange to put
9541 comments in configure explaining this too.
9542
9543 * configure.in: Make the first line of the configure script be
9544 "#!/bin/sh". Leaving the first line blank didn't work.
9545
9546 * configure.in (long_usage): Removed; made short_usage describe
9547 the options briefly.
9548
9549 * configure.in: Implement the --prefix option.
9550 * Makefile.in (prefix): Add support for it here.
9551 * INSTALL: Document it here.
9552
9553 * Makefile.in (install): Don't assume that the files in the `info'
9554 subdirectory match *.info. They don't have that prefix.
9555
9556 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9557
9558 * configure.in: Add case for version 5 of Esix.
9559
9560 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9561
9562 * Version 19.7 released.
9563
9564 * make-dist: There aren't any *.com files in lib-src anymore.
9565
9566 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
9567 them; they're symlinks to other filesystems on the GNU machines.
9568
9569 * make-dist: Check that the manual reflects the same version of
9570 Emacs as stated in lisp/version.el. Edit that version number into
9571 the README file.
9572
9573 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9574
9575 * configure.in: Remove the hack of AC_DEFINE; use
9576 AC_DEFINE_UNQUOTED.
9577
9578 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9579
9580 * make-dist: Don't distribute precomp.com, compile.com, or
9581 link.com from ./src; they're in ./vms now.
9582
9583 Some time-handling patches from Paul Eggert:
9584 * configure.in: Add AC_TIMEZONE.
9585
9586 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9587
9588 * configure.in: Recognize Linux as a valid operating system for
9589 the i386.
9590
9591 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9592
9593 * make-dist: Distribute some VMS files we got from Richard Levitte.
9594
9595 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
9596 the source for the sed command, not oldXMenu/Makefile.
9597
9598 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9599
9600 * INSTALL: Don't claim the srcdir option doesn't work.
9601
9602 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9603
9604 * configure.in: Include remarks saying what order the autoconf
9605 tests should go in, and remind people to change config.h.in
9606 whenever they add autoconf tests which make #definitions.
9607
9608 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
9609
9610 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9611
9612 * Makefile.in (oldXMenu/Makefile): Make this depend on
9613 ${srcdir}/oldXMenu/Makefile.in, not itself.
9614
9615 * PROBLEMS: Some updates from David J. Mackenzie.
9616
9617 More changes from David J. Mackenzie.
9618 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
9619 removed; autoconf and config.h should specify all these
9620 differences.
9621 (buildlisppath): Make this path depend on ${srcdir}.
9622 (INSTALLFLAGS): Removed.
9623 (INSTALL): Include the -c flag.
9624 (install): Change the way we invoke install accordingly.
9625
9626 Install ${srcdir} changes from DJM.
9627 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
9628 list.
9629 (COPYDIR, COPYDESTS): Install files from both the etc directory in
9630 the source tree and the etc directory in the object tree.
9631 (${SUBDIR}): Pass the prefix variable down to submakes.
9632 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
9633 in /bin.
9634 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
9635 values for srcdir and VPATH.
9636 (install): Add `v' flag to tar command. Make sure that `dir'
9637 exists in ${srcdir}/info before copying it. Remember that the man
9638 pages come from the source tree, not the object tree.
9639 * configure.in: Remove remarks saying that the --srcdir option
9640 doesn't work.
9641 Create the etc directory in the object tree.
9642 Recognize configuration names of the form *-sun-solaris*.
9643 Recognize sunos5 and solaris as operating system names.
9644
9645 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
9646 lib-src/getdate.y and src/systime.h.
9647
9648 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9649
9650 * make-dist: Make links in info subdir.
9651
9652 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9653
9654 * configure.in: Call AC_STDC_HEADERS.
9655
9656 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9657
9658 * configure.in: Sidestep autoconf's quoting of the second argument
9659 of AC_DEFINE, so we can specify the value to put there. It would
9660 be nice if autoconf provided some way to specify computed values
9661 for macros.
9662
9663 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9664
9665 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
9666 this is always just -DHAVE_CONFIG_H.
9667
9668 The GNU coding standards specify that CFLAGS should be left for
9669 users to set.
9670 * Makefile.in (CFLAGS): Let configure determine the default value
9671 for this. Don't
9672 have it default to DEFS.
9673 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
9674 (lib-src/Makefile, src/Makefile): Edit the default value for
9675 CFLAGS into these files, not DEFS.
9676 * configure.in (CFLAGS): Choose a default value for this - "-g"
9677 normally, or "-g -O" if we're using GCC. Edit it into the
9678 top-level Makefile.
9679
9680 * configure.in: When scanning the machine and system description
9681 #include files, write their names to conftest.c properly.
9682
9683 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9684
9685 * configure.in: In configuration name case for Apallos running
9686 Domainios, set opsys, not opsysfile.
9687
9688 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
9689 src/config.h, instead of AC_OUTPUT; the latter overwrites
9690 src/config.h even when it hasn't changed, puts a makefile-style
9691 comment at the top even though it's C code, and produces a
9692 config.status script which doesn't do the job right.
9693
9694 * configure.in: Add AC_LN_S test, so we can tell whether or not we
9695 can use a symbolic link to get the X Menu library into src.
9696 * Makefile.in (LN_S): New variable.
9697 (src/Makefile): Edit the value of LN_S into this makefile.
9698
9699 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9700
9701 * configure.in: Support *-sco3.2v4* as opsystem.
9702
9703 * make-dist: Don't include calc directory.
9704 Exclude many files in the man directory; copy a few.
9705
9706 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9707
9708 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
9709 call AC_STRUCT_TM to see what's in time.h.
9710
9711 * configure.in: Employ quoting stupidity to get the value of CPP
9712 to expand properly.
9713
9714 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9715
9716 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
9717 variable to scan the machine and system description files.
9718
9719 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
9720 so that getdate.y builds correctly.
9721
9722 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9723
9724 * configure.in (tempcname): Change this to "conftest.c", so it will
9725 work properly on systems with short filenames; this is the name
9726 autoconf uses.
9727
9728 * configure.in: Also detect the availability of dup2 and
9729 gethostname.
9730
9731 * configure.in: Use the AC_ALLOCA test.
9732 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
9733 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
9734
9735 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9736
9737 * make-dist: Distribute configure, as well as configure.in.
9738 Oversight.
9739
9740 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9741
9742 * Makefile.in (install): Print out the name of the directory we're
9743 copying, so people can have some idea of whether we're making
9744 progress.
9745
9746 * Makefile.in (install.aix, install.xenix, install.sysv, install):
9747 Don't forget to re-create the COPYDESTS directories after we clear
9748 them out.
9749
9750 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9751
9752 * Makefile.in: Add autoconf cookies so that the configure
9753 script can comment out sections of path variable definitions to
9754 choose between the installable configuration and the run-in-place
9755 configuration.
9756 * configure.in: Add new option `--run-in-place', to select the
9757 run-in-place path definitions.
9758
9759 * configure.in: Add a clause to the big configuration name case
9760 for the NeXT machine.
9761
9762 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9763
9764 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9765 Make sure that each source directory exists, and is different from
9766 the destination directory; then, delete the destination before
9767 copying over the source.
9768
9769 * make-dist: Distribute configure.in, instead of configure.
9770
9771 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9772
9773 * configure.in: Don't set CC to "gcc -O" if the user specifies
9774 `--with-gcc'. Add -O to DEFS if GCC is set.
9775
9776 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9777
9778 * Makefile.in (clean mostlyclean): Missing right paren.
9779
9780 * configure.in: When checking for X windows, search for an X11
9781 subdirectory of ${x_includes}.
9782
9783 * configure.in: Check for gettimeofday function, for getdate.y.
9784
9785 Change `configure' to a mixture of custom code and autoconf stuff.
9786 autoconf can't derive all the information we need, but we'd really
9787 like to be able to take advantage of some of its tests, and its
9788 file-editing facilities.
9789 * configure.in: Renamed from configure.
9790 Quote the sections of shell script we want copied literally to
9791 the configure script.
9792 (compile): Initialize this to make the autoconf macros' code happy.
9793 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
9794 code to do their jobs.
9795 Use autoconf to produce Makefile and src/config.h.
9796 Remove the Makefile-style comment that autoconf places at the top
9797 of src/config.h.
9798 (config_h_opts): Removed - no longer necessary.
9799 * Makefile.in (configname): Renamed to configuration.
9800 (CONFIG_CFLAGS): Renamed to DEFS.
9801 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
9802 get values via autoload @cookies@.
9803 (libsrc_libs): Get this from autoconf. We used to do nothing
9804 about this.
9805 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
9806
9807 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
9808 echo the move-if-change command.
9809
9810 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
9811
9812 * make-dist: Distribute lib-src/rcs-checkin.
9813
9814 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
9815 Don't try to make links to the RCS or Old subdirectories.
9816 Use the appropriate extension for the compression type in use.
9817 Create the tar file in the shell's initial default directory, not
9818 in ${tempparent}.
9819 Erase the whole ${tempparent} tree, not just ${tempdir}.
9820
9821 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9822
9823 * Makefile.in (src/paths.h): Don't echo the huge sed command we
9824 use to build paths.h.
9825 (lib-src/Makefile, src/Makefile): Similarly.
9826
9827 * configure: Extend test for working `const' keyword to handle AIX
9828 3.2 cc.
9829
9830 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9831
9832 * make-dist: Distribute lisp/term/ChangeLog.
9833
9834 Arrange for C compilation throughout the tree to get
9835 C_SWITCH_SYSTEM from the configuration files.
9836 * configure: Extract C_SWITCH_SYSTEM from the machine and
9837 system-dependent files, and save it in the top-level Makefile.
9838 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
9839 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
9840
9841 * make-dist: Include the VMS support files in oldXMenu in the
9842 distribution.
9843
9844 * configure: Doc fix.
9845
9846 * configure: Fix corrupted config_h_opts.
9847
9848 * configure: Properly report option names in error messages.
9849
9850 * configure: Properly recognize --x-includes and --x-libraries
9851 options.
9852
9853 * configure: Fix syntax errors in code handling XFree386.
9854
9855 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9856
9857 * configure: Add special code to detect XFree386, and tell
9858 config.h about it.
9859
9860 * configure: Properly handle extracting values of LIBS_MACHINE and
9861 LIBS_SYSTEM that contain spaces.
9862
9863 * configure: Add `--x-includes' and `--x-libraries' options. I
9864 think these are dopey, but no less than three alpha testers, at
9865 large sites, have said they have their X files installed in odd
9866 places. Implement them by setting C_SWITCH_X_SITE and
9867 LD_SWITCH_X_SITE in src/config.h.
9868
9869 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9870
9871 * make-dist: Don't distribute etc/Old files.
9872
9873 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
9874 backups.
9875
9876 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9877
9878 * make-dist: Fix typo.
9879
9880 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9881
9882 * make-dist: Corrected typo, fixed it to discard = and TAGS files
9883 in some cases where it should but didn't seen to.
9884
9885 * Makefile.in: Added unlock and relock productions.
9886
9887 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9888
9889 * make-dist: Add a --compress option to force make-dist to use
9890 compress.
9891
9892 * make-dist: Use gzip, if we can find it.
9893
9894 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9895 make rs6000-ibm-aix default to -aix32.
9896
9897 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9898
9899 * Makefile.in: Added `Developer's configuration' section.
9900
9901 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9902
9903 * Makefile.in: Add commented-out variable settings for developer's
9904 configuration.
9905
9906 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9907
9908 * make-dist: Distribute `src/bitmaps' too.
9909
9910 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
9911
9912 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9913 make rs6000-ibm-aix default to -aix32.
9914
9915 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9916
9917 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
9918
9919 * Makefile.in (install.sysv): Add a second `$' in front of
9920 `${dest}', so that the shell will expand it, instead of Make.
9921
9922 * configure: When processing the name of the configure script,
9923 collapse `././' to `./', but leave a single `./' prefix alone.
9924
9925 * configure: Doc fix.
9926
9927 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9928
9929 * configure: Handle isc3.0 correctly.
9930
9931 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9932
9933 * make-dist: Don't try to copy the COPYING notice into
9934 external-lisp; we're not distributing that directory any more.
9935
9936 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9937
9938 * Makefile.in (install, install.aix, install.xenix, install.sysv):
9939 Remove CVS subdirectories from the installed directory trees, as
9940 well as RCS directories.
9941
9942 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9943
9944 * make-dist: Only copy gmalloc.c if we couldn't link it.
9945 Don't try to copy man/{README,Makefile} unless they actually exist.
9946
9947 * Makefile.in (lisppath): Don't include externallispdir in this.
9948 We're not sure whether we're even going to distribute the
9949 directory yet.
9950
9951 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9952
9953 * make-dist: Don't distribute the external-lisp directory anymore.
9954 * INSTALL: Remove all references to external-lisp.
9955
9956 * configure: Detect whether the compiler supports `const'
9957 properly, and edit src/config.h accordingly.
9958
9959 * configure: Tweak layout of final report.
9960
9961 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
9962 CFLAGS.
9963
9964 * Makefile.in (locallisppath): Make this default to
9965 ${datadir}/emacs/site-lisp, instead of
9966 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
9967 the same thing, and local-lisp causes completion conflicts with
9968 lock.
9969 (lisppath): Add ${externallispdir} to this.
9970 * INSTALL: Adjust installation directions.
9971
9972 * Makefile.in (externallispdir): New variable, to say where to
9973 install the externally-maintained lisp files.
9974 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
9975 the others.
9976 * INSTALL: Describe external-lisp and the new externallispdir
9977 variable.
9978
9979 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9980
9981 * configure (progname): New option `--with-gcc'. Make it clearer
9982 how we are trying to guess whether or not we have GCC.
9983 * INSTALL: Document the `--with-gcc' option, and improve
9984 description of `--with-x' options.
9985
9986 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9987
9988 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
9989 ${infodir} from these variables; we have written out explicit code
9990 to install the info files.
9991
9992 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9993
9994 * make-dist: Don't distributed the RCS files in the etc directory.
9995
9996 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9997
9998 * Makefile.in: Some makes can't handle comments in the middle of
9999 commands; move them to before the whole rule.
10000
10001 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10002
10003 * README: Mention what Emacs is.
10004
10005 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10006
10007 * make-dist: Include `./lisp/calc-2.02' in the distribution.
10008 Add `./cpp' and `./man' back into the distribution.
10009
10010 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10011
10012 * Makefile.in: Define MAKE, and use where appropriate.
10013
10014 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10015
10016 * make-dist: Remember that the authoritative COPYING notice is
10017 `etc/COPYING', not `../etc/COPYING'.
10018
10019 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10020
10021 * make-dist: Make sure that the COPYING notices in each directory
10022 are copies, not symlinks.
10023
10024 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10025
10026 * INSTALL: The build process produces an executable called `emacs'
10027 now. Change references.
10028 * Makefile.in: Adjust `install.mumble' targets to install
10029 `src/emacs', not `src/xemacs'.
10030
10031 * configure: Start with a blank line; this keeps some old CSH's
10032 from thinking it's a CSH script. Most systems will just use
10033 /bin/sh to run it, which is what we're expecting; the only other
10034 shells which might try to interpret it themselves are probably
10035 Bourne-compatible.
10036
10037 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10038
10039 * INSTALL: Improvements suggested by David Mackenzie.
10040
10041 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10042
10043 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10044 Don't try to copy the info files if there aren't any; the
10045 unexpanded globbing pattern disappoints `install'. Ignore the
10046 return status of that command.
10047
10048 * INSTALL: Updated for new configuration arrangement.
10049
10050 * configure: Don't make the top-level Makefile read-only - people
10051 may want to edit the values of the path variables.
10052
10053 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10054 Install the info files in ${infodir}. Install the executable
10055 under both `emacs' and `emacs-VERSION'.
10056
10057 * Makefile.in: Doc fix.
10058
10059 * Makefile.in (exec_prefix): New variable, as per latest version
10060 of coding standards.
10061 (bindir, libdir): Use it, instead of `prefix'.
10062 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
10063
10064 * Makefile.in (mandir): Make the default value for this depend on
10065 $(prefix).
10066
10067 * Makefile.in (datadir, statedir, libdir): Make these all default
10068 to ${prefix}/lib.
10069 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
10070 to compensate.
10071
10072 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10073 Install the etags and ctags man pages too.
10074
10075 * Makefile.in (distclean): Don't delete backup files; that's the
10076 job of extraclean.
10077 (extraclean): Like distclean, but deletes backup and autosave files.
10078
10079 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10080
10081 Make path specification conform to GNU coding standards.
10082 * configure (long_usage): Remove all traces of old arguments from
10083 usage messages, and document the options we do accept in more
10084 detail: -with-x... and --srcdir.
10085 (options, boolean_opts): Deleted; we don't have enough options to
10086 make this worthwhile.
10087 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
10088 along with the code which supported them; these should be set as
10089 arguments to the top-level make.
10090 (config_h_opts): Since this no longer doubles as a list of option
10091 names, make them upper case; this simplifies the code which uses
10092 them to build the sed command to edit src/config.h. Change the
10093 code which sets them.
10094 (cc, g, O): Don't allow the user to set these using options; they
10095 should be specified using `CC=' and `CFLAGS=' arguments to the
10096 top-level make. Just choose reasonable default values for them,
10097 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
10098 values.
10099 (gnu_malloc, rel_alloc): Don't allow the user to set these using
10100 options; use them whenever the configuration files say they're
10101 possible.
10102 Simplify the argument processing loop. Don't accept abbreviations
10103 for option names; these might conflict with other configuration
10104 options in the future.
10105 Add some support for the `--srcdir' option. Check for the sources
10106 in . and .. if `--srcdir' is omitted. If the directories we will
10107 compile in don't exist yet, create them under the current directory.
10108 Note that the rest of the build process doesn't really support
10109 this.
10110 Edit only the top Makefile. That should edit the others. Edit
10111 into the makefile: `version', from lisp/version.el, `configname'
10112 and `srcdir' from the configuration arguments, `CC' and
10113 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
10114 the user's path, and LOADLIBES as gleaned from the system
10115 description files.
10116 Simplify the report generated; it doesn't need to include any
10117 description of paths now.
10118 Make `config.status' exec configure instead of just calling it, so
10119 there's no harm in overwriting `config.status'.
10120 * Makefile.in (version, configname): New variables, used to choose
10121 the default values for datadir and libdir.
10122 Path variables rearranged into two clearer groups:
10123 - In the first group are the variables specified by the GNU coding
10124 standards (prefix, bindir, datadir, statedir, libdir, mandir,
10125 manext, infodir, and srcdir).
10126 - In the second are the variables actually used for Emacs's paths
10127 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
10128 archlibdir), which depend on the first category.
10129 datadir and libdir default to directories under
10130 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
10131 demand.
10132 etcdir and lispdir default to subdirectories of datadir.
10133 archlibdir defaults to libdir.
10134 The new installation tree is a bit deeper than it used to be, so
10135 use the new make-path program in lib-src to build them all.
10136 Always build a new src/paths.h.tmp and then move-if-change it to
10137 src/paths.h, to avoid unnecessary rebuilds while responding to the
10138 right changes.
10139 Remove all mention of arch-lib. Run utility commands from
10140 lib-src, and let the executables be copied into archlibdir when
10141 Emacs is installed.
10142 Add targets for src/Makefile, lib-src/Makefile, and
10143 oldXMenu/Makefile, editing the values of the path variables into
10144 them.
10145 Let lib-src do its own installation.
10146 (datadir): Default to putting data files under
10147 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
10148 (emacsdir): Variable deleted; it would only be confusing to use.
10149 (lispdir, etcdir): Default to ${datadir}/lisp.
10150 (mkdir): Use make-path for this.
10151 (lockdir): Do this in mkdir.
10152 (Makefile): New target.
10153
10154 * configure (usage_message): Rename to long_usage.
10155
10156 * make-dist: Don't bother creating an arch-lib directory; that's
10157 only for installation now.
10158
10159 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10160
10161 * configure: Use GCC-style configuration names, using config.sub.
10162 Change the usage and help messages.
10163
10164 * configure: Initialize window_system, not indow_system.
10165
10166 * configure: Report which window system, compiler, and signal
10167 handler return type we decide to use.
10168
10169 * make-dist: Explain what's going on if config.sub and gmalloc.c
10170 can't be linked. Place the code which copies them near the code
10171 which links the rest of the files around them.
10172
10173 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
10174
10175 * make-dist: Don't bother to distribute src/*.com, or
10176 src/vmsbuild; those have all been moved to `../vms'.
10177
10178 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10179
10180 * make-dist: Don't forget that the way to avoid filenames starting
10181 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
10182 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
10183 couldn't make hard links to, since we have two already, and
10184 perhaps more to come.
10185
10186 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10187
10188 * configure: When editing parameters into lib-src/Makefile, change
10189 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
10190 needs some other flags too.
10191
10192 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10193
10194 * configure: Remove spurious echo of the configuration name.
10195
10196 * make-dist: Don't distribute files in src/m and src/s whose names
10197 begin with `='.
10198
10199 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10200
10201 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
10202 Also LISP_FLOAT_TYPE.
10203
10204 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10205
10206 * make-dist: Copy config.sub, since it's a symbolic link to a file
10207 on another file system.
10208
10209 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10210
10211 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
10212 distribution.
10213
10214 * config.sub: New file, to help us recognize configuration names.
10215 * make-dist: Include it in the distribution.
10216
10217 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10218
10219 * configure: Convert `-' to `_' in specified option names.
10220 Accept options with --. Delete --highpri and --have-x-menu options.
10221 New options --with-x and --with-x10 replace -window-system.
10222 Don't mention options --gnu-malloc, --rel-alloc
10223 or --lisp-float-type in help message.
10224
10225 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10226
10227 * make-dist: Include the `vms' subdirectory in the distribution.
10228
10229 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10230
10231 * configure: Remove lines starting with "# DIST: " when building
10232 lib-src/Makefile and src/Makefile. This allows us to mark the
10233 "Makefile.in" files with explanatory comments which won't also get
10234 stuck in the Makefiles.
10235
10236 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10237
10238 * make-dist: Don't use the '+' operator in the sed regular
10239 expression that extracts the version number from lisp/version.el;
10240 Ultrix sed doesn't seem support the operator. Just double the
10241 operand and use *.
10242
10243 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10244
10245 * Makefile.in: Doc fix.
10246
10247 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10248
10249 * configure: Rewrite sed command to remove at most one ./ prefix;
10250 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
10251 group.
10252
10253 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10254
10255 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
10256
10257 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10258
10259 * make-dist: Go ahead and build a new TAGS file, unless the
10260 --newer option was specified. Don't try to delete a TAGS file
10261 from etc; it's not kept there, and shouldn't be deleted anyway.
10262
10263 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10264
10265 * make-dist: If the lisp directory contains a default.el, don't
10266 distribute it.
10267
10268 * configure: When searching signal.h for the type of a signal
10269 return handler, make a copy of it, not a symbolic link to it; that
10270 way, it will work on systems that don't have symbolic links.
10271
10272 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10273
10274 * make-dist: Taught it about vcdiff and rcs2log, added --newer
10275 option for generating incremental distributions. Stopped it from
10276 generating a TAGS file into the distribution; that sucker is
10277 *big*, and easily enough generated with the toplevel makefile.
10278
10279 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10280
10281 * configure: When writing config.status, don't prefix progname
10282 with a '.'; it might be absolute.
10283
10284 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10285
10286 * configure: Choose to use X11 if either /usr/lib/libX11.a or
10287 /usr/include/X11 exist, not only if both exist.
10288
10289 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10290
10291 * make-dist: Make the new external-lisp directory a duplicate of
10292 the external-lisp directory, not the lisp directory.
10293
10294 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10295
10296 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
10297 clean' in arch-lib; it doesn't even have a Makefile.
10298
10299 * Makefile.in (clean, mostlyclean): In the test which tries to
10300 distinguish between the build directory, which should be cleaned,
10301 and the installed directory, which shouldn't, cd to `${emacsdir}',
10302 not `${DESTDIR}${LIBDIR}'.
10303
10304 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10305
10306 * make-dist: Be sure to delete the .c and .h files that YACC and
10307 BISON create from getdate.y.
10308
10309 * external-lisp: New directory; see `external-lisp/README'.
10310 * make-dist: Added support for the external-lisp subdirectory.
10311
10312 * make-dist: Changed message which complains that make-dist wasn't
10313 invoked in the right directory to indicate which files it was
10314 looking for.
10315
10316 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10317
10318 * configure: Add comments explaining why we can't translate
10319 character ranges or control characters in `tr'.
10320
10321 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10322
10323 * configure: When generating the configuration message, we used to
10324 build the message from the start so that each line began with "# "
10325 so that it would be a comment in `config.status'. However, this
10326 causes trouble if any of the variables we use in the message
10327 expand to more than one line of text - as gnu_malloc_reason
10328 sometimes does. So instead, we build the message as it should be
10329 printed to the user (i.e. without the "# " prefixes), and stick on
10330 the "# "s when we write it to `config.status'.
10331
10332 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
10333 `lib-src' and `arch-lib'.
10334
10335 * configure: When generating report and `config.status' file, note
10336 that bindir only determines where `make install' and
10337 `build-install' will place the executables; this should make it
10338 clear that the ordinary build process will not try to install
10339 things.
10340
10341 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10342
10343 * make-dist: Change messages to say that we are 'making links to
10344 X', rather than 'copying X'. And put `' quotes around file names.
10345
10346 * make-dist: Include '.tmp' in the name of the staging directory.
10347
10348 * make-dist: Pass the `-f' option to rm when you're not sure that
10349 the files you're removing actually exist.
10350
10351 * make-dist: When setting up etc/COPYING, always nuke whatever is
10352 there, and then copy it in, to make sure we get a real file.
10353
10354 * make-dist: Don't try to distribute *.defns files any more. The
10355 only such file was for simula.el, which has been superseded by a
10356 version which doesn't have a separate .defns file.
10357
10358 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
10359
10360 * make-dist: Don't distribute configured versions of config.h.in,
10361 paths.h.in, Makefile.in in src.
10362
10363 * configure: Delete .tmp files before creating them; don't bother
10364 trying to make final targets writable first, since it won't
10365 matter to move-if-change.
10366
10367 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10368
10369 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
10370 mkdir and chmod in the center of all the conditionals. GNU Make
10371 will strip these out, but other makes won't.
10372
10373 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10374
10375 * make-dist: Include move-if-change in list of files to distribute.
10376
10377 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10378
10379 * configure: Remove any "." elements from the program name.
10380
10381 * configure: Don't record the values of all the possible arguments
10382 in config.status; only record the options that the user specified.
10383
10384 * configure: Use move-if-change to move in the new src/config.h.
10385
10386 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
10387
10388 * move-if-change: New file, copied from gcc release.
10389 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
10390 a temp file, so we don't update paths.h if an error occurs or if
10391 it doesn't need changing.
10392
10393 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10394
10395 * Makefile.in (src/paths.h): Do not install a value for the
10396 PATH_SUPERLOCK value; that macro doesn't exist anymore.
10397 * build-install.in: Same thing.
10398
10399 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10400
10401 * make-dist: Check the flag called "make_tar", not "make_dir"; the
10402 latter, being a typo, is always false, resulting in a program
10403 whose default behavior is to painstakingly build a copy of the
10404 source tree, and then delete it. Rah.
10405
10406 * Makefile.in: Add dist target, and comment for it.
10407
10408 * configure: When scanning <signal.h> for a declaration for
10409 signal, create a symbolic link with a name ending in .c, so the
10410 compiler won't complain that it's only been given .h files.
10411
10412 * configure: Check whether there are any arguments available
10413 before shifting to get the value of a non-boolean parameter.
10414
10415 * make-dist: Doc fix.
10416
10417 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10418
10419 * configure: Instead of grepping /usr/include/signal.h for a
10420 signal declaration, run /usr/include/signal.h or
10421 /usr/include/sys/signal.h through cpp and grep for the
10422 declaration.
10423
10424 * configure: Redirect the output of grep to /dev/null instead of
10425 using grep -s - that flag means different things on other systems.
10426
10427 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
10428 since the former is recognizable even if you don't know what
10429 'dumping' is.
10430 * configure: Accommodate that change.
10431
10432 * configure: Accept options for all of the directories you can
10433 change in the Makefile.
10434
10435 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
10436
10437 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
10438 FOO before you can use them.
10439
10440 * build-install.in: Made the "Where To Install Things" section
10441 conform with the similar section from Makefile.in. Copied section
10442 which builds src/paths.h from src/paths.h.in from the Makefile.
10443
10444 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10445
10446 * configure: Write config.status to pass its command-line
10447 arguments on to configure, so that people can use it to recreate
10448 an old configuration, with minor changes.
10449
10450 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10451
10452 * configure: Don't rely on option variables being unset if their
10453 values are the empty string. In particular, when producing the
10454 English report, don't assume that highpri will be unset when no
10455 increased priority has been requested; -highpri='' should be the
10456 same as omitting -highpri altogether.
10457
10458 * configure: Fix dumb bug: when running the system and machine
10459 description files through cpp, mark those lines that we want to
10460 evaluate with the string '@configure@', and then only evaluate
10461 them. This way if the files include anything that actually
10462 generates text (type definitions or external declarations, say),
10463 we won't try to eval it.
10464
10465 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10466
10467 * make-dist: New shell script.
10468
10469 * configure: When creating foo from foo.in, make foo read-only to
10470 remind people to edit the .in file instead.
10471
10472 * INSTALL: Changed references to config.h-dist to config.h.in.
10473 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
10474 to build src/paths.h from src/paths.h.in; added a paragraph to do
10475 this.
10476 * configure, Makefile, build-install: Changed filenames like
10477 FOO-dist to FOO.in.
10478
10479 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10480
10481 * Makefile, build-install: Renamed to Makefile.in and
10482 build-install.in; the configure script will edit these to produce
10483 the usable Makefile and build-install.
10484 * configure: Changed to produce ./Makefile, ./build-install,
10485 lib-src/Makefile, and src/Makefile from their *.in counterparts,
10486 instead of editing them in place.
10487
10488 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10489
10490 * Makefile: Re-arranged so that the undumped Emacs will search
10491 ../lisp *after* the site's local elisp files.
10492 (locallisppath, dumplisppath): New variables.
10493 (lisppath): This variable's default value is now chosen based on
10494 $(locallisppath) and $(lispdir); while it used to be the
10495 customization point for adding site-local elisp directories to
10496 load-path, that job is now handled mostly by locallisppath.
10497 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
10498 Check the values being assigned to the *LOADSEARCH macros for null
10499 path elements (like '::' in 'foo::bar').
10500
10501 * configure: When checking if the machine- and system-dependent
10502 files define a particular macro or not, actually run them through
10503 CPP and test the macros with #ifs, instead of just grepping for
10504 the macros' names. In particular, check for SYSTEM_MALLOC in this
10505 way.
10506
10507 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10508
10509 * Makefile (install): Don't use -s in install. (Keep the symbols.)
10510
10511 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10512
10513 * configure: Make the config.status file an executable shell
10514 script which will recreate the same configuration. Include the
10515 verbal description of the current configuration as a comment in
10516 the script.
10517 * INSTALL: Doc fix.
10518
10519 * Makefile: Brought the Makefile up to the GNU coding
10520 standards, as described in standards.text:
10521 (TAGS): New name for the target which rebuilds the tags table.
10522 (check): New target; doesn't do anything yet.
10523 (mostlyclean): New target, synonymous with clean.
10524 (realclean): New target. Currently, this just calls the
10525 subdirectories's makefiles and then deletes config.status.
10526 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
10527 variables.
10528 Installation directory variables changed to conform.
10529 (install, install.sysv, install.xenix, install.aix): Changed the
10530 code which copies the directories into their installed location to
10531 allow the installed locations to be in several different
10532 directories; the old version assumed that they would all be in
10533 $(emacsdir).
10534 (mkdir, lockdir): Allow the installed locations to be in several
10535 different directories.
10536 * INSTALL: Doc fix.
10537
10538 * build-install: Use the same variable names as the Makefile.
10539 Allow the installed locations to be in several different
10540 directories.
10541
10542 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10543
10544 * Makefile (src/paths.h): Instead of using a single sed command to
10545 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
10546 separately, and don't forget to append "/!!!SuperLock!!!" to the
10547 value of the PATH_SUPERLOCK macro.
10548
10549 * config.emacs: Renamed to configure, for consistency with other
10550 GNU products. Internal references changed.
10551 INSTALL, Makefile: References changed.
10552
10553 * lock: New directory, which should always be empty. If this
10554 directory doesn't exist, Emacs won't complain; it just won't lock.
10555 Having this here means that people can just unpack Emacs, build
10556 it, and have locking work.
10557
10558 * share-lib: Re-renamed to etc, for the sake of tradition.
10559 * config.emacs: Changed default value for datadir to ../etc.
10560 * INSTALL, README: Adjusted.
10561
10562 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10563
10564 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
10565 by running CPP on the appropriate s/*.h and m/*.h files.
10566
10567 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10568
10569 * config.emacs: Make sure to set the "exit on error" flag once
10570 we've removed config.status; errors should abort the configuration.
10571
10572 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10573
10574 * config.emacs: Added -distribute option, so that the Makefile
10575 paths are in their proper form. I don't know why this matters.
10576
10577 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10578
10579 * local-lisp: New directory, empty in the distribution, for people
10580 to put local elisp code in.
10581 * config.emacs: Include it in the default load path.
10582 * README: Document it.
10583
10584 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10585
10586 * config.emacs: Guess the type of signal handling functions based
10587 on the contents of /usr/include/signal.h.
10588
10589 * config.emacs: Print out progress report messages.
10590
10591 * Makefile (src/paths.h): Don't generically replace
10592 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
10593 editing of the other entries, and each entry should be dealt with
10594 explicitly anyway.
10595
10596 * build-install: Converted from C-shell to Bourne shell.
10597 * config.emacs: Edit build-install properly.
10598
10599 * config.emacs: Doc fix.
10600
10601 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10602
10603 * Makefile (install): Remove `B' from tar xf command.
10604
10605 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10606
10607 * config.emacs: Removed support for the `maintain-environment'
10608 option; the only important difference between this and its absence
10609 has been removed.
10610 * INSTALL: Removed mention of `maintain-environment'.
10611
10612 * config.emacs: Fix arguments to sed when processing boolean
10613 arguments.
10614
10615 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10616
10617 * config.emacs: New file, to help automate the installation
10618 process.
10619
10620 * Makefile: Lots of changes to support the separation of etc into
10621 architecture-dependent and -independent files:
10622 (EMACSROOT): New variable, giving the directory under which all of
10623 Emacs's libraries should be installed. Changed rest of file to
10624 use it.
10625 (LIBDIR): Now denotes only architecture-dependent dir.
10626 (DATADIR): New variable, denoting architecture-independent dir.
10627 (LOCKDIR): New variable, for completeness.
10628 (SUBDIR): No more etc, new lib-src.
10629 (COPYDIR): No more etc, new arch-lib and share-lib.
10630 (src/paths.h): Set PATH_DATA and the LOCK macros too.
10631 (src): Now depends on lib-src, not etc.
10632 * build-install: Changes parallel to the above.
10633 * README: Describe the new arrangement.
10634
10635 * vms: New subdirectory for all the VMS stuff.
10636
10637 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10638
10639 * Makefile (LISPPATH): New variable.
10640 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
10641
10642 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
10643
10644 * Makefile (install, install.sysv, install.xenix):
10645 Install wakeup instead of loadst. No need for setuid or setgid.
10646
10647 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10648
10649 * Makefile (clean): Clean etc if that's not the installation dir.
10650
10651 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10652
10653 * Makefile (paths.h): Make sed alter each name in the path.
10654
10655 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10656
10657 * Makefile (install.sysv): Use cpio, not tar.
10658
10659 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10660
10661 * Makefile (lockdir): Rename `lock' target.
10662 Depend on it from install*, not from `all'.
10663
10664 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
10665
10666 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
10667 to match build-install and paths.h.
10668
10669 ;; Local Variables:
10670 ;; coding: utf-8
10671 ;; End:
10672
10673 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
10674
10675 This file is part of GNU Emacs.
10676
10677 GNU Emacs is free software: you can redistribute it and/or modify
10678 it under the terms of the GNU General Public License as published by
10679 the Free Software Foundation, either version 3 of the License, or
10680 (at your option) any later version.
10681
10682 GNU Emacs is distributed in the hope that it will be useful,
10683 but WITHOUT ANY WARRANTY; without even the implied warranty of
10684 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10685 GNU General Public License for more details.
10686
10687 You should have received a copy of the GNU General Public License
10688 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.