Remove a couple of src/s files
[bpt/emacs.git] / ChangeLog
CommitLineData
03043c1b
PE
12012-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
ed846e5f
GM
72012-06-12 Glenn Morris <rgm@gnu.org>
8
0d369729
GM
9 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
10
45fa9c0f
GM
11 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
12
ed846e5f
GM
13 * configure.in: Anticipate platforms with no src/s file.
14
0e25d334
CY
152012-06-12 Chong Yidong <cyd@gnu.org>
16
17 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
18
a9be7d2b
GM
192012-06-11 Glenn Morris <rgm@gnu.org>
20
21 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
22
e3a3e213
MA
232012-06-09 Michael Albinus <michael.albinus@gmx.de>
24
25 * configure.in (dbus_type_is_valid): Check for library function.
26
276d5f5d
GM
272012-06-06 Glenn Morris <rgm@gnu.org>
28
29 * INSTALL, make-dist: Remove vcdiff.
30
418cd726
GM
312012-06-03 Glenn Morris <rgm@gnu.org>
32
33 * INSTALL, make-dist: Remove rcs-checkin.
34
c71232db
UM
352012-06-03 Ulrich Müller <ulm@gentoo.org>
36
37 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
38
501390c5
PE
392012-06-01 Paul Eggert <eggert@cs.ucla.edu>
40
41 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
42 It is confusingly named and rarely useful. See, for example,
43 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
44 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
45 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
46 * configure.in: Remove --disable-maintainer-mode.
47 (USE_MAINTAINER_MODE, MAINT): Remove.
48
0e7a053e
PE
492012-05-28 Paul Eggert <eggert@cs.ucla.edu>
50
51 Make 'configure' a bit smaller and faster.
52 * configure.in (INSTALL_INFO): Set it with one call to
53 AC_PATH_PROG, not three.
54 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
55 so likely that it'll be needed.
56 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
57 (AC_PROG_MAKE_SET): Remove; Automake does this.
58 (sysinfo): Do not check for this function, as it's never used.
59 (tzset): Check for this function just once.
60 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
61 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
62
cd376509
EZ
632012-05-27 Eli Zaretskii <eliz@gnu.org>
64
42a53d84
EZ
65 * config.bat (lib): Create/update lib/stdalign.in-h and
66 lib/sys_types.in-h.
67
0e7a053e
PE
68 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
69 ($(BLD)/sha1.$(O)):
70 ($(BLD)/sha256.$(O)):
cd376509
EZ
71 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
72 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
73
74 * lib/getopt_.h: Regenerate.
75
50c4645e
PE
762012-05-27 Paul Eggert <eggert@cs.ucla.edu>
77
78 Assume gnulib does largefile.
79 Gnulib does the largefile configuration anyway, so when configure.in
80 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
81 * configure.in (AC_SYS_LARGEFILE): Remove.
82 * lib/gnulib.mk: Autoupdate.
83
caf8a9b2
PE
842012-05-26 Paul Eggert <eggert@cs.ucla.edu>
85
86 Merge from gnulib. (Bug#11527)
87
88 The build procedure now creates <stdalign.h> and <sys/types.h> for
89 older hosts that lack a working <stdalign.h> or whose
90 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t. New
91 symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
92 msdos and nt builds.
93
94 Here is a precis of gnulib changes that seem relevant; please see
95 the gnulib ChangeLog for details.
96
97 2012-05-18 crypto: fix bug in large buffer handling
98 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
99 2012-05-10 _Noreturn: port config.h to gcc -Wundef
100 2012-05-08 warnings.m4: give a means to specify the program to compile
101 2012-05-07 stdint: be more consistent with glibc, SunOS libc
102 2012-04-21 Large File Support for native Windows platforms.
103 2012-04-14 stat: Bypass buggy override in mingw64.
104 2012-03-29 stdio: don't assume gets any more
105 2012-03-24 Enable common subexpression optimization in GCC.
106 2012-02-09 maint: replace FSF snail-mail addresses with URLs
107 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
108 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
109 2012-01-21 stdint: Add support for Android.
110 2012-01-15 Improve support for MSVC 9.
111 2012-01-08 mktime: Avoid compilation error on Solaris 11.
112 2012-01-05 Use ', not `, for quoting output.
113 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
114 2012-01-05 strtoimax: Work around AIX 5.1 bug.
115 2012-01-05 inttypes: Modernize.
116 2011-12-13 inttypes, stdint: add C++11 support
117 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
118 2011-11-21 _Noreturn: Check that _MSC_VER is defined
119 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
120 2011-11-09 raise: fix mingw handling of SIGPIPE
121 2011-10-27 Add stdalign module and use it in other modules.
122
123 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
124 * m4/sys_types_h.m4:
125 New files.
126 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
127 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
128 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
129 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
130 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
131 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
132 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
133 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
134 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
135 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
136 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
137 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
138 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
139 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
140 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
141 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
142 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
143 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
144 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
145 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
146 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
147 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
148 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
149 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
150 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
151 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
152 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
153 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
154 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
155 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
156 Update from gnulib.
157
34374650
PE
1582012-05-22 Paul Eggert <eggert@cs.ucla.edu>
159
160 Remove src/m/*.
161 * configure.in: Remove all mention of src/m/*.
162 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
163 All uses removed.
164 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
165 (BITS_PER_LONG_LONG): Move to src/lisp.h.
166 * lib/makefile.w32-in: Remove dependencies on
167 $(EMACS_ROOT)/src/m/intel386.h.
168 * make-dist: Don't make links to src/m.
169
ec21c7f8
PE
1702012-05-22 Paul Eggert <eggert@cs.ucla.edu>
171
172 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
173 Without this further fix, aclocal was being invoked unnecessarily.
174
39078e4a
GM
1752012-05-22 Glenn Morris <rgm@gnu.org>
176
177 * Makefile.in (blessmail, install-arch-dep, uninstall):
178 Check cd lib-src works.
179 (install-arch-dep, uninstall): Remove unneeded subshells.
180
be17565b
GM
1812012-05-21 Glenn Morris <rgm@gnu.org>
182
ff0c3cfb
GM
183 * update-subdirs: Move to build-aux/.
184 * make-dist, Makefile.in (install-arch-indep): Update for this change.
185
d10cfddd
GM
186 * Makefile.in (leimdir): New, set by configure.
187 (COPYDIR, COPYDESTS): Add leim directories.
188 (install-leim): Remove.
189 (install-arch-indep): Handle leim installation directly.
190
be17565b
GM
191 * vpath.sed: Remove unused file.
192 * make-dist: No more vpath.sed.
193
9b4ee616
PE
1942012-05-21 Paul Eggert <eggert@cs.ucla.edu>
195
fb77d37e
PE
196 Use full name for m4/gnulib-comp.m4. (Bug#11529)
197 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
198 even though the file's name in gnulib is m4/gnulib-comp.m4.
199 This had a problem when merging from gnulib, as the code temporarily
200 renamed it to the full name, causing problems when interrupted.
201 Now the file has its full name, with the idea that we will find
202 a solution for MS-DOS that does not affect the rest of Emacs.
203 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
204
261cb4bb
PE
205 Assume C89 or later.
206 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
207 (POINTER_TYPE, PROTOTYPES): Remove.
208
9b4ee616
PE
209 Make merging from gnulib a script, not a makefile action.
210 Putting it in a makefile has some problems with reflection, as
211 merging from gnulib updates 'configure', which can update the makefile.
212 Putting it in a standalone script breaks this loop.
213 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
214 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
215 Remove, moving the actions to the script admin/merge-gnulib.
216
261cb4bb
PE
2172012-05-21 Glenn Morris <rgm@gnu.org>
218
219 * configure.in (LEIM_INSTALLDIR):
220 Rename to leimdir, treat like lispdir.
221
b847032c
GM
2222012-05-21 Glenn Morris <rgm@gnu.org>
223
224 * Makefile.in (install-arch-indep, install-doc, install-info)
225 (uninstall): Scrap superfluous subshells.
226
af006ad5
UM
2272012-05-19 Ulrich Mueller <ulm@gentoo.org>
228
229 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
230
003fdae2
PE
2312012-05-19 Paul Eggert <eggert@cs.ucla.edu>
232
9232a6d9
PE
233 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
234 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
235 getsockopt, setsockopt, mremap, mempcpy.
236
003fdae2
PE
237 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
238 is being removed.
239 (AC_CHECK_FUNCS): Remove ftime.
240
e7333757
GM
2412012-05-19 Glenn Morris <rgm@gnu.org>
242
e39b9806 243 * Makefile.in (install-arch-indep): Remove unneeded subshell.
e39b9806 244
42d5aa3e
GM
245 * Makefile.in (install-arch-indep): Remove unneeded chmod.
246 Set permissions of lisp/subdirs.el.
247
9192d37d
GM
248 * Makefile.in (SUBDIR): Add leim. Update users.
249
2e5d41e4
GM
250 * Makefile.in (lib, lib-src, lisp): Check cd return value.
251
e7333757
GM
252 * Makefile.in (leim): No need to set PARALLEL.
253
7606c360
GM
2542012-05-18 Glenn Morris <rgm@gnu.org>
255
6d1a623e
GM
256 * Makefile.in (install-arch-indep, install-info, install-man):
257 Simplify some one-sided ifs.
258
29473393
GM
259 * Makefile.in: Install only the relevant DOC file.
260 (install-arch-indep): Delete etc/DOC*.
261 (install-doc): No more need to delete etc/DOC.
262
660c8c1e
GM
263 * Makefile.in (install-arch-indep): Split into several rules.
264 (install-doc, innstall-info, install-man): New rules.
265
37f36bcb
GM
266 * configure.in (mandir): May as well include it in the NS app bundle.
267
0629a797
GM
268 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
269 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
270 (install-arch-indep): Don't install-etc for self-contained ns builds.
271
136c45ee
GM
272 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
273 No longer unconditonally add /sw directories. (Bug#2280)
274
ed0ba302
GM
275 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
276 (install-arch-indep): Depend on install-leim.
277 (install): Remove explicit install-leim dependence.
278
62061397
GM
279 * Makefile.in (install-arch-indep):
280 Move last element of mkdir rule here.
281 (mkdir): Remove rule.
282
37baa3c8
GM
283 * Makefile.in (install-arch-indep): Remove unneeded chmods.
284 INSTALL_DATA does this for us.
285
b533f05e
GM
286 * Makefile.in (install-arch-dep): Ensure bindir exists.
287 Drop mkdir dependency.
288 (install-arch-indep): Ensure docdir, infodir, mandir exist.
289 (install-leim): Drop mkdir dependency.
290 (mkdir): Remove most directories, now made in relevant rules.
291
7606c360
GM
292 * Makefile.in (install-arch-indep): Combine adjacent loops.
293
3a4155de
GM
2942012-05-17 Glenn Morris <rgm@gnu.org>
295
d9a1e2c2
GM
296 * Makefile.in (install-etc, mkdir):
297 Make relevant directories in install-etc rather than mkdir.
298
4c54abe1
GM
299 * Makefile.in (write_subdir): Create the directory if needed.
300 (install-arch-dep, mkdir): No need to make site-lisp directories.
301
9f1ea7dc 302 * Makefile.in (write_subdir): New.
05f3d308 303 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 304
40c117e7 305 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 306 For a self-contained ns build, set these to the appropriate values.
40c117e7 307 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 308
b4a36200
GM
309 * configure.in (ns_self_contained): New output variable.
310 * Makefile.in (ns_self_contained): New, set by configure.
311 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
312 don't bother installing binaries then immediately deleting them.
313
3a4155de
GM
314 * Makefile.in (ns_appbindir, ns_appresdir):
315 Move them before things that may refer to them.
316 (install-arch-dep): No need to relocate self-contained ns libexec.
317
318 * configure.in (archlibdir): Set it for self-contained ns builds.
319 (libexecdir): Don't expand it now (this is mainly cosmetic).
320
f04940ae
PE
3212012-05-16 Paul Eggert <eggert@cs.ucla.edu>
322
323 * configure.in: Simplify by removing CPP etc.
324 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
325 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
326 In particular we no longer need to fiddle with CPP, since we don't
327 use CPP specially any more.
328 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
329 adjusted compiler.
330 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
331 since gl_EARLY and/or Autoconf already does these.
332
27cb7be2
GM
3332012-05-16 Glenn Morris <rgm@gnu.org>
334
335 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
336 (CPP): Do not unconditionally set it on Darwin.
337 Instead, try to test if -no-cpp-precomp is accepted.
338 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
339
ec3ca9ec
GM
3402012-05-15 Glenn Morris <rgm@gnu.org>
341
4e7d487c 342 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 343
75a9f5f5
GM
344 * Makefile.in (install-arch-dep): Do not hard-code version number.
345
ec3ca9ec
GM
346 * Makefile.in (install-arch-dep): NS install no longer needs to
347 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
348
3fe7cdc8
GM
3492012-05-12 Glenn Morris <rgm@gnu.org>
350
9e6b06ed
GM
351 * configure.in (ns_appbindir): Remove trailing "/".
352
3fe7cdc8
GM
353 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
354 (MKDEPDIR): Use $MKDIR_P.
355 * Makefile.in (MKDIR_P): New, set by configure.
356 (mkdir): Use $MKDIR_P.
357
a873f274
GM
3582012-05-11 Glenn Morris <rgm@gnu.org>
359
360 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 361 Use INSTALL_DATA for the DOC file.
c8e32179 362 Remove dead code for ./lisp that never executes.
a873f274 363
ff57c2ec
GM
3642012-05-10 Glenn Morris <rgm@gnu.org>
365
366 * configure.in (LEIM_INSTALLDIR): New output variable.
367
49ed9c8e
SM
3682012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
369
370 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
371
5122804a
GM
3722012-05-08 Glenn Morris <rgm@gnu.org>
373
374 * make-dist: No more doc/lispref/*.el.
375
01319a4e
AS
3762012-05-05 Andreas Schwab <schwab@linux-m68k.org>
377
378 * configure.in: Fix quoting bugs.
379
8045b906
GM
3802012-05-04 Glenn Morris <rgm@gnu.org>
381
382 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
383
9fa0e416
GM
3842012-05-02 Glenn Morris <rgm@gnu.org>
385
3c30e766
GM
386 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
387 the choices made by FreeBSD and NetBSD. (Bug#10313)
388
9aa071df
GM
389 * Makefile.in (INFO_FILES): Remove variable.
390 (INFO_NONMISC): New variable.
391 (install-arch-indep, uninstall): Don't use $INFO_FILES.
392
cd3771a0
GM
393 * Makefile.in (uninstall): Remove useless-use-of-for; that for
394 some reason caused problems on an old Solaris.
395
a36e64d0
GM
396 * Makefile.in (install-arch-indep, uninstall):
397 Ensure that INSTALL-type commands are run from top-level.
398
9e7a4bcf
GM
399 * info/dir: Make some entries consistent with the source texi files.
400
9fa0e416
GM
401 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
402
7adecb99
GM
4032012-05-02 Glenn Morris <rgm@gnu.org>
404
405 * Makefile.in (install-arch-indep):
406 Combine adjacent install-data and install-info loops.
407
4737362e
GM
4082012-05-01 Glenn Morris <rgm@gnu.org>
409
ab1121bd
GM
410 * Makefile.in (MAN_PAGES): Remove.
411 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
412
a4a18b8b
GM
413 * configure.in: Try libtinfo for tputs.
414 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
415
3ba0a545
GM
416 * configure.in: Combine adjacent $opsys case blocks.
417
e3da5b19
GM
418 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
419
262f06da
GM
420 * configure.in: Invert the TERMINFO logic,
421 since "yes" is far more common than "no".
422
9311dcff
GM
423 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
424
4d5c6349
GM
425 * configure.in (LD_SWITCH_X_SITE_RPATH):
426 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
427
4737362e
GM
428 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
429
562e638f
GM
4302012-04-26 Glenn Morris <rgm@gnu.org>
431
432 * make-dist: No more doc/lispref/tindex.pl.
433
dcbf5805
MA
4342012-04-22 Michael Albinus <michael.albinus@gmx.de>
435
436 * configure.in (dbus_validate_bus_name, dbus_validate_path)
437 (dbus_validate_interface, dbus_validate_member): Check also for
e3a3e213 438 these library functions.
dcbf5805 439
4b5b5289
PE
4402012-04-22 Paul Eggert <eggert@cs.ucla.edu>
441
442 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
443 With glibc 2.14 or later, when compiled with GCC 4.7.0's
444 -Werror=deprecated-declarations flag, use of hooks like
445 __malloc_initialize_hook causes compilation to fail because these
446 hooks are deprecated. Modify 'configure' to check for these hooks too.
447 Simplify the 'configure' code to test for all the hooks at once.
448 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
449 (emacs_cv_var_doug_lea_malloc): ... this new var.
450
9ee7d8b9
PE
4512012-04-21 Paul Eggert <eggert@cs.ucla.edu>
452
453 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
454 dated 2011-10-07. Regenerating from current gnulib would be a
455 pervasive change, and currently the trunk isn't open to such changes.
456 * configure.in (WARN_CFLAGS): Remove; no longer needed now
457 that gnulib does it.
458 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
459
5e6ab4e6
AS
4602012-04-21 Andreas Schwab <schwab@linux-m68k.org>
461
462 * m4/gl-comp.m4: Update. (Bug#11285)
463
c07a4c0b 4642012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
465
466 * configure.in: Don't use the -R option (Bug#11251).
467
6c94c34f 4682012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 469
9f46df23 470 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
471 I have been using this change for many months in my private copy
472 of Emacs, and have used it to find several bugs. It's mature
473 enough to publish now.
474 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
475 * configure.in: Support --enable-gcc-warnings, in the style of
476 other GNU packages such as coreutils.
477 (C_WARNINGS_SWITCH): Remove, replacing with...
478 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
479 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
480 when including system files with GCC.
481 * etc/NEWS: Mention --enable-gcc-warnings.
67546201 482 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
483 * lib/Makefile.am (AM_CFLAGS): New macro.
484 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
485
316411f0
DA
4862012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
487
488 * configure.in (AC_CHECK_FUNCS):
489 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
490
9b9b2ef2
GM
4912012-04-16 Glenn Morris <rgm@gnu.org>
492
b1aa797c
GM
493 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
494
9b9b2ef2
GM
495 * configure.in: Remove X libs workaround for old autoconf.
496
badf86af
KB
4972012-04-12 Ken Brown <kbrown@cornell.edu>
498
499 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
500
2f097256
GM
5012012-04-11 Glenn Morris <rgm@gnu.org>
502
503 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
504
a9f72fc1
GM
5052012-04-10 Glenn Morris <rgm@gnu.org>
506
507 * configure.in: Conditionally generate admin/unidata/Makefile.
508
6b4f4a2d
TZ
5092012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
510
a9f72fc1 511 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 512
23df914b
GM
5132012-04-09 Glenn Morris <rgm@gnu.org>
514
fd9d85c2
GM
515 * Makefile.in (leim): Check cd return value. Pass fewer variables.
516 (install-leim): Check cd return value. Pass $MFLAGS.
517 (install-strip): Pass $MFLAGS.
518
23df914b
GM
519 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
520 Eg org.texi has been using 4.7 functions for some time.
521
bf6bba2b
PE
5222012-04-07 Paul Eggert <eggert@cs.ucla.edu>
523
524 Check pkg-config exit status when configuring (Bug#10626).
525 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
526 works; check its exit status. Problem reported by Jordi Gutiérrez
527 Hermoso in
528 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
529
f3774f20
GM
5302012-04-07 Glenn Morris <rgm@gnu.org>
531
532 * README, configure.in (AC_INIT): Bump version to 24.1.50.
533
d67a9a85
EZ
5342012-04-07 Eli Zaretskii <eliz@gnu.org>
535
536 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
537
f20f95c6
PE
5382012-03-04 Paul Eggert <eggert@cs.ucla.edu>
539
540 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
541 * configure.in (LIBS_TERMCAP): Default this to the result of
542 the tputs library search. Do a run-time test for the linkability
543 of tputs unless cross-compiling, as that's more reliable if the
544 link flags and libraries are messed up. Don't change LIBS as
545 a result of the test, as that may mess up later tests.
546
75197633
CS
5472012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
548
533183f3 549 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 550
75197633
CS
551 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
552 specific makefiles to support getopt_.h generation with MSVC.
553
7eb21b49
GM
5542012-02-04 Glenn Morris <rgm@gnu.org>
555
556 * Makefile.in (uninstall):
557 Handle compressed info files and man pages. (Bug#10718)
558
44f92739
GM
5592012-02-02 Glenn Morris <rgm@gnu.org>
560
561 * configure.in [HAVE_NS]:
562 Error if use --without-toolkit-scroll-bars. (Bug#10673)
563
6df37268
PE
5642012-02-01 Paul Eggert <eggert@cs.ucla.edu>
565
566 Port to older Solaris 10 versions (Bug#10677).
567 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
568 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
569 possibly this is because Sun fixed the 'stat' bug in my version.
570 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
571 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
572 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
573 These changes are based on gnulib version
574 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
575 because Emacs is in feature freeze and we do not want to merge any
576 more-recent changes from gnulib.
577
8d8939e8
GM
5782012-01-31 Glenn Morris <rgm@gnu.org>
579
e4070def
GM
580 * configure.in: Throw an explicit error if Motif toolkit was
581 requested but requirements could not be found.
582
8d8939e8
GM
583 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
584
5a26ec89
EZ
5852012-01-30 Eli Zaretskii <eliz@gnu.org>
586
587 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
588 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
589 with "make -j3".
590
1b0880d5
JB
5912012-01-16 Juanma Barranquero <lekktu@gmail.com>
592
593 * .bzrignore: Ignore etc/__pycache__.
594
adee8a65
PE
5952011-12-17 Paul Eggert <eggert@cs.ucla.edu>
596
597 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
598 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
599 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
600 by Nelson H. F. Beebe in
601 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
602
e152e577
JB
6032011-12-10 Juanma Barranquero <lekktu@gmail.com>
604
605 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
606
46d14be7
JD
6072011-12-10 Jan Djärv <jan.h.d@swipnet.se>
608
609 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
610 instead of LDFLAGS (Bug#10230).
611
6c269a38
PE
6122011-12-03 Paul Eggert <eggert@cs.ucla.edu>
613
4eec8d6f
PE
614 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
615
6c269a38 616 Propagate configure flags to sub-configures.
1350a3cc 617 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
618 New macros.
619 (config.status, bootstrap): Use them to propagate configure flags
620 to sub-configures.
621 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
622
63e94eb8
PE
6232011-12-03 Paul Eggert <eggert@cs.ucla.edu>
624
625 * .bzrignore: Add config.cache.
626
54e9e3bf
JD
6272011-11-27 Jan Djärv <jan.h.d@swipnet.se>
628
629 * configure.in: Check for gtk_window_set_has_resize_grip.
630
20db1522
JB
6312011-11-24 Juanma Barranquero <lekktu@gmail.com>
632
633 * configure.in (HAVE_XPM): Fix typo.
634
60bf278f
GM
6352011-11-22 Glenn Morris <rgm@gnu.org>
636
5f77c86c
GM
637 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
638 have confusing effects on the build. (Bug#6401)
639
60bf278f
GM
640 * Makefile.in (install-arch-dep): Tweak previous change.
641
816be9f6
YD
6422011-11-22 Yavor Doganov <yavor@gnu.org>
643
644 Do not install arch-dependent files in the app bundle if
645 --disable-ns-self-contained is requested. (Bug#1335)
646 * configure.in (exec_prefix, libexecdir): Define relative to
647 `ns_appbindir' only if configured for a self-contained app.
648 * Makefile.in (install-arch-dep): Test for the existence of
649 libexec in the Emacs.app bundle before executing commands.
650
d5ff9cd0
AS
6512011-11-20 Andreas Schwab <schwab@linux-m68k.org>
652
653 * configure.in: Remove reference to src/m/ibms390.h.
654
1c889bf6
GM
6552011-11-13 Glenn Morris <rgm@gnu.org>
656
657 * INSTALL: Tiny updates for disk space used during installation.
658
a6fc3b5c
EZ
6592011-11-05 Eli Zaretskii <eliz@gnu.org>
660
661 * lib/makefile.w32-in (FRC): New dummy target.
662 (TAGS): Depend on FRC.
663
9f77899d
GM
6642011-11-04 Glenn Morris <rgm@gnu.org>
665
666 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
667 Do not include GnuTLS version info in final summary message.
668
0bd3cb7b
EZ
6692011-10-31 Eli Zaretskii <eliz@gnu.org>
670
07f3add9
EZ
671 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
672 they exist there, else from autogen/.
673
674 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 675
d2eaf3e4
NT
6762011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
677
678 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
679
e782cfab
PE
6802011-10-24 Paul Eggert <eggert@cs.ucla.edu>
681
682 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
683 if the library is found. Otherwise, later configure-time tests,
684 such as the test for pthread_sigmask, generate the wrong results
685 on some platforms. Problem reported for FreeBSD by Nali Toja.
686
7da0b018
PE
6872011-10-20 Paul Eggert <eggert@cs.ucla.edu>
688
689 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
690 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
691 Remove; no longer needed, now that we defer to strftime for time
692 zone names.
693
0ffe1065
JD
6942011-10-18 Jan Djärv <jan.h.d@swipnet.se>
695
696 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
697
23769e49
CY
6982011-10-18 Chong Yidong <cyd@gnu.org>
699
700 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
701
fd8dea03
GM
7022011-10-13 Glenn Morris <rgm@gnu.org>
703
704 * configure.in: Also look for tputs in libcurses. (Bug#9736)
705
f4cc5b54
PE
7062011-10-12 Paul Eggert <eggert@cs.ucla.edu>
707
708 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 709 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
710 The check was helpful but not essential in Solaris 2.6 (1997),
711 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
712 obsolete -- Sun dropped support for it in 2006 -- and without
713 access to that Silurian platform we can't maintain the code anyway.
714
7c5ee88e
PE
7152011-10-07 Paul Eggert <eggert@cs.ucla.edu>
716
d47439a3
PE
717 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
718 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
719 * m4/gnulib-common.m4: Merge from gnulib.
720 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
721 command not found" on powerpc-apple-darwin9.8.0.
722
7c5ee88e
PE
723 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
724 This is now done by src/alloc.c.
725
423dbf9b
RS
7262011-10-02 Richard Stallman <rms@gnu.org>
727
728 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
729 and xlinux_second_failure to xgnu_linux_second_failure.
730
31bed486
EZ
7312011-09-29 Eli Zaretskii <eliz@gnu.org>
732
5f91c1e5
EZ
733 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
734 lib/signal.in-h.
31bed486 735
e785f2ec 736 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
737 Rename signal.in.h and alloca.in.h.
738
e1504b9b
EZ
7392011-09-28 Eli Zaretskii <eliz@gnu.org>
740
741 * INSTALL: Mention that m17n libraries and libotf are needed for
742 Arabic shaping.
743
316f8af0
PE
7442011-09-26 Paul Eggert <eggert@cs.ucla.edu>
745
746 Merge from gnulib, improving some licensing wording.
747 This clarifies and fixes some licensing issues raised by Glenn Morris
748 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
749 It also merges the latest version of texinfo.tex and has some
750 MSVC-related changes that don't affect Emacs.
751 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
752 pathmax, and raise, since these are needed only to address
753 MSVC-related issues that Emacs doesn't have.
754 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
755 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
756 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
757 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
758 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
759 * m4/unistd_h.m4: Merge from gnulib.
760
04d51ad4
AS
7612011-09-26 Andreas Schwab <schwab@linux-m68k.org>
762
763 * configure.in: Initialize HAVE_LIBXML2.
764
6e99ef20
GM
7652011-09-26 Glenn Morris <rgm@gnu.org>
766
767 * make-dist: Add lib/makefile.w32-in.
768
0538fab0
GM
7692011-09-24 Glenn Morris <rgm@gnu.org>
770
771 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
772
c5b01d8c
LMI
7732011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
774
775 * .dir-locals.el: Change the debbugs regexp to allow having the
776 bug number as the first thing on a line.
777
0cc87afb
GM
7782011-09-15 Glenn Morris <rgm@gnu.org>
779
780 * configure.in: Make configure work with recent GNUsteps.
781 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
782 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 783 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 784
3f44249e
PE
7852011-09-11 Paul Eggert <eggert@cs.ucla.edu>
786
787 Merge from gnulib, porting to Tru64.
788 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
789 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
790 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
791 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
792 doesn't affect Emacs.
793
c8199d0f
PE
7942011-09-06 Paul Eggert <eggert@cs.ucla.edu>
795
796 * configure.in (isnan): Remove now-unnecessary check.
797
e39b275c 7982011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 799
abec06ff 800 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
801 This is to fix the following problems:
802 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
803 configured not to use gtk or any other thread-using library,
804 signals aren't blocked correctly.
805 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
806 and IRIX's signal handling.
807 . On Cygwin 1.7.5 it works around an incompatibility with
808 the system pthread_sigmask.
809 . On MacOS X 10.5 (32-bit), files whose inode numbers
810 exceed 2**31 cannot be read or manipulated.
811 . pthread_sigmask: Actually use results of gl_THREADLIB.
812 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
813 . find 'ar' program that fits with --host argument.
814 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
815 * autogen/README: Update destination list.
816 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
817 The autogenerated files compile, config.guess,
818 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
819 * m4/largefile.m4: New file, so that Emacs does not mess up when
820 accessing files with large inode numbers in MacOS X 10.5 and later.
821 * m4/nocrash.m4: New file, to avoid triggering background debugger
822 and/or create core dumps during 'configure'.
823 * build-aux/move-if-change: Renamed from move-if-change.
824 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
825 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
826 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
827 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
828 * Makefile.in (epaths-force, sync-from-gnulib):
829 move-if-change is now in build-aux.
830 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
831 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
832 (mkdir): install-sh is now in build-aux.
833 * config.bat: c++defs.h is now in build-aux/snippets.
834 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
835 usual parameter).
836 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
837 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
838 to build-aux/snippet.
839 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
840 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
841 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
842 Solaris, enables MacOS extensions, and enables nocrash during
843 'configure'.
844 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
845
86633eab 8462011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
847
848 * configure.in (snprintf): New check.
849
015faae4
PE
8502011-08-30 Paul Eggert <eggert@cs.ucla.edu>
851
695a3dc5 852 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 853 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
854 Remove unreachable pattern hppa*-*-linux-gnu*.
855 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
856 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 857
52ec1feb
JD
8582011-08-26 Jan Djärv <jan.h.d@swipnet.se>
859
860 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
861
377538cb
JD
8622011-08-13 Jan Djärv <jan.h.d@swipnet.se>
863
864 * configure.in: Add header check: sys/socket.h (Bug#8477),
865 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
866 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
867
ae9e757a
JD
8682011-08-04 Jan Djärv <jan.h.d@swipnet.se>
869
870 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
871 (HAVE_GTK_AND_PTHREAD): Remove.
872
be8ec0b3
AA
8732011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
874
875 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
876 build, not just GNUstep (Bug#9177).
877
2573a837 8782011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
879
880 Assume freestanding C89 headers, string.h, stdlib.h.
881 Again, this simplifies the code, and all current platforms have these.
882 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
883 (AC_HEADER_STDC): Remove.
884 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
885 (strchr, strrchr): Remove fallback macros.
886
9cfdb3ec
PE
887 Assume support for memcmp, memcpy, memmove, memset.
888 This simplifies the code a bit. All current platforms have these,
889 as they are required for C89. If this turns into a problem we
890 can add the gnulib modules for these (a 1-line change to Makefile.in).
891 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
892
427c285b
PE
8932011-07-27 Paul Eggert <eggert@cs.ucla.edu>
894
895 * GNUmakefile: New file.
896 This is for convenience, so that one can run GNU make in an
897 unconfigured source tree, and get a default build.
898
2ad77c9d
JD
8992011-07-13 Jan Djärv <jan.h.d@swipnet.se>
900
901 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
902
c8618a06
YM
9032011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
904
905 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
906 so as to suppress address randomization (Bug#8395).
907
f6ce9b9a
PE
9082011-07-09 Paul Eggert <eggert@cs.ucla.edu>
909
3fcf7a1c
PE
910 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
911 This fixes a build problem on older Mac OS X hosts.
912
d9706d9f
PE
913 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
914 test, which runs afoul of Automake installations where, for example,
915 /usr/share/aclocal contains a copy of gl_THREADLIB.
916 Problem reported by Sven Joachim in
917 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
918 This is just a quick temporary fix, specific to Emacs; I'll work
919 with the other gnulib maintainers to get a more-permanent fix.
920
af66a2d7 921 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
922 * Makefile.in (GNULIB_MODULES): Add strtoimax.
923 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
924 automatically imported from gnulib.
925 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
926
1692ae2d 9272011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 928
8a6ebd58 929 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 930 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
931 * configure.in (AC_TYPE_UID_T): New dummy macro.
932 Configure gnulib after adjusting LIBS,
933 so that gnulib can assume the libraries in LIBS.
6db30f83 934 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 935 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 936 * lib/pthread_sigmask.c:
6db30f83
PE
937 New files, automatically imported from gnulib.
938 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
939 due to the above changes.
940 * .bzrignore: Add lib/signal.h.
941
4a621aae
PE
942 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
943
5e94cadb
AS
9442011-07-07 Andreas Schwab <schwab@linux-m68k.org>
945
946 * configure.in (maintainer-mode): Reflect default in help string.
947
76b397fb
DN
9482011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
949
950 * configure.in: Remove reference to iris4d.h.
951
869795d6
JD
9522011-07-05 Jan Djärv <jan.h.d@swipnet.se>
953
954 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
955
3279eb87
GM
9562011-07-01 Glenn Morris <rgm@gnu.org>
957
958 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
959
2e6e11eb
LMI
9602011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
961
962 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
963 which made ./configure infloop.
964
9851bfc5
JD
9652011-06-30 Jan Djärv <jan.h.d@swipnet.se>
966
967 * configure.in (gsettings): New option and check for GSettings.
968
adbc4ef4
GM
9692011-06-29 Glenn Morris <rgm@gnu.org>
970
971 * configure.in: Try to test for the required crt*.o files.
972
1f773f32
BW
9732011-06-27 Bill Wohler <wohler@newt.com>
974
975 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
976
7a7ef429
PE
9772011-06-25 Paul Eggert <eggert@cs.ucla.edu>
978
979 Use gnulib's dup2 module instead of rolling our own.
980 * Makefile.in (GNULIB_MODULES): Add dup2.
981 * configure.in: Do not check for dup2; gnulib does that now.
982 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
983
6dd7e400
PE
9842011-06-23 Paul Eggert <eggert@cs.ucla.edu>
985
986 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
987
94a807ac 9882011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
989
990 Use gnulib's alloca-opt module.
991 * .bzrignore: Add lib/alloca.h.
992 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
993 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
994 as gnulib now does that for us. Put alloca check in config.h.
995 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
996 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
997 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
998
3ce9d0d4
LL
9992011-06-21 Leo Liu <sdl.web@gmail.com>
1000
1001 * m4/sha256.m4:
1002 * m4/sha512.m4:
1003 * m4/gl-comp.m4:
1004 * lib/u64.h:
1005 * lib/sha256.c:
1006 * lib/sha256.h:
1007 * lib/sha512.c:
1008 * lib/sha512.h:
1009 * lib/makefile.w32-in (GNULIBOBJS):
1010 * lib/gnulib.mk:
1011 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
1012 crypto/sha512 modules from gnulib.
1013
add3f049
PE
10142011-06-19 Paul Eggert <eggert@cs.ucla.edu>
1015
1016 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
1017
3a4725e1
GM
10182011-06-17 Glenn Morris <rgm@gnu.org>
1019
1020 * configure.in: Restore the behavior of checking crt-dir only
1021 when the user specified it (not all platforms use it).
1022
bf4846e7
PE
10232011-06-16 Paul Eggert <eggert@cs.ucla.edu>
1024
1025 * m4/lstat.m4: Merge from gnulib (Bug#8878).
1026
4d61f28d 10272011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
1028
1029 * configure.in: Try to determine CRT_DIR automatically when
1030 using gcc.
1031
8c9b2106
PE
10322011-06-15 Paul Eggert <eggert@cs.ucla.edu>
1033
8aeb5be9
PE
1034 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
1035 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
1036 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
1037 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
1038 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
1039 Merge from gnulib.
8c9b2106 1040
c195f2de
JD
10412011-06-14 Jan Djärv <jan.h.d@swipnet.se>
1042
1043 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
1044
7e2aa385
PE
10452011-06-08 Paul Eggert <eggert@cs.ucla.edu>
1046
1047 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
1048
81eafe29
PE
10492011-06-07 Paul Eggert <eggert@cs.ucla.edu>
1050
1051 * configure.in: Add --with-wide-int.
1052 * INSTALL: Mention this.
1053
9afafefb
PE
10542011-06-06 Paul Eggert <eggert@cs.ucla.edu>
1055
1056 Merge from gnulib.
1057 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
1058
f797625a
PE
10592011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1060
1061 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
1062
90856fe0 10632011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
1064
1065 Use 'inline', not 'INLINE'.
eefc9486 1066 * configure.in (INLINE): Remove.
55d4c1b2 1067
6a3e57bb
PE
10682011-05-29 Paul Eggert <eggert@cs.ucla.edu>
1069
1070 Adjust to recent gnulib change for @GUARD_PREFIX@.
1071 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
1072 All uses of _GL_ for guard prefixes in lib/*.h replaced with
1073 _@GUARD_PREFIX@_.
1074
842b28a0
PE
10752011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1076
e61923c8 1077 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 1078
70716b1d
GM
10792011-05-24 Glenn Morris <rgm@gnu.org>
1080
a22d9d2c
GM
1081 * Makefile.in (check): Just give a message if no test/ directory.
1082
bdd556a2
GM
1083 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
1084
70716b1d
GM
1085 * configure.in (OPT_MAKEFILES_IN): Remove.
1086 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
1087 (SUBDIR_MAKEFILES_IN): New output variable.
1088 * Makefile.in (OPT_MAKEFILES_IN): Remove.
1089 (SUBDIR_MAKEFILES_IN): Let configure set it.
1090
13c3daa4
LL
10912011-05-24 Leo Liu <sdl.web@gmail.com>
1092
1093 * m4/sha1.m4:
1094 * m4/gl-comp.m4:
1095 * lib/sha1.h:
1096 * lib/sha1.c:
1097 * lib/makefile.w32-in (GNULIBOBJS):
1098 * lib/gnulib.mk:
1099 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
1100
e09e38a8
GM
11012011-05-24 Glenn Morris <rgm@gnu.org>
1102
4ba4c54a
GM
1103 * configure.in: Remove test for already configured source directory.
1104 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
1105
5a95c002
GM
1106 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
1107
fa5d79db
GM
11082011-05-24 Glenn Morris <rgm@gnu.org>
1109
6c7e099d
GM
1110 * make-dist: Don't distribute test/. (Bug#8107)
1111 * configure.in (OPT_MAKEFILES_IN): New output variable.
1112 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
1113 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
1114 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
1115 (check): Give an explicit error if test/ is not present.
1116
fa5d79db
GM
1117 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
1118 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
1119 (Makefile): Use $SUBDIR_MAKEFILES_IN.
1120
2df215b5
PE
11212011-05-23 Paul Eggert <eggert@cs.ucla.edu>
1122
1123 * lib/verify.h: Merge from gnulib.
1124
f518ae90
PE
11252011-05-22 Paul Eggert <eggert@cs.ucla.edu>
1126
1127 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
1128 Merge from gnulib.
1129
16b71f3a
AS
11302011-05-21 Andreas Schwab <schwab@linux-m68k.org>
1131
1132 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
1133
7285dc67
EZ
11342011-05-20 Eli Zaretskii <eliz@gnu.org>
1135
6a45b46f
EZ
1136 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
1137
7285dc67
EZ
1138 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
1139
b9704ad9
GM
11402011-05-20 Glenn Morris <rgm@gnu.org>
1141
1142 * configure.in (lisp_frag): New output file.
1143
4a720484
GM
11442011-05-19 Glenn Morris <rgm@gnu.org>
1145
1146 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
1147 (WINDOW_SUPPORT): Remove output variables that are no longer used.
1148
a3c92bc1
EZ
11492011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1150
8f906c40
EZ
1151 * lib/gnulib.mk:
1152 * lib/intprops.h:
1153 * lib/unistd.in.h:
1154 * m4/inttypes.m4:
1155 * m4/stdint.m4:
1156 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 1157
d681f183
GM
11582011-05-14 Glenn Morris <rgm@gnu.org>
1159
1160 * configure.in: Treat failure to find an X toolkit the same way we treat
1161 failure to find X and image support.
1162
4f8c52a9
GM
11632011-05-12 Glenn Morris <rgm@gnu.org>
1164
1165 * Makefile.in (src, install-arch-indep, bootstrap-clean)
1166 (check-declare): Shell portability fixes. (Bug#8642)
1167
5a7f0a30
TZ
11682011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1169
1170 * configure.in: Require GnuTLS 2.6.x or higher.
1171
b08a63cc 11722011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 1173
c378da0b
PE
1174 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
1175 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
1176 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
1177
19548d08
PE
1178 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
1179 This new gnulib-tool option saves 'configure' the trouble of
1180 checking for strtoull when strtoumax exists.
1181
d1a2ac5c
PE
1182 * configure.in (BITS_PER_LONG_LONG): New macro.
1183
773233f8
GM
11842011-05-05 Glenn Morris <rgm@gnu.org>
1185
1186 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
1187 (top_distclean): Delete config.log~.
1188
40697cd9
BK
11892011-04-27 Ben Key <bkey76@gmail.com>
1190
1191 * configure.in: Fixed a bug that caused configure with
1192 --enable-checking=stringoverrun to have no effect.
1193
671875da 11942011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
1195
1196 * configure.in: Suppress unnecessary checks for size_t.
1197 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
1198 (size_t): Do not check for this, and do not typedef. This code
1199 is never exercised now.
1200
a8a2bb29
PE
1201 * Makefile.in (GNULIB_MODULES): Add strtoumax.
1202 This is needed for the new integer-reading code in lread.c.
1203 It automatically pulls in the following gnulib files, which
1204 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
1205 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
1206 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
1207 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 1208 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 1209
33630d51
TZ
12102011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
1211
1212 * configure.in: Check for GnuTLS certificate verify callbacks.
1213
bfab7d85
SM
12142011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1215
1216 * Makefile.in (config.status): Don't erase in case of error.
1217 In case it disappeared, rebuild it with `configure'.
1218
fe0e7ad7
KB
12192011-04-20 Ken Brown <kbrown@cornell.edu>
1220
1221 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
1222
f5b06c35
GM
12232011-04-12 Glenn Morris <rgm@gnu.org>
1224
1225 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
1226
762f8d96 12272011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
1228
1229 * lib/allocator.c: New file, automatically generated by gnulib.
1230
5fac7083
GM
12312011-04-07 Glenn Morris <rgm@gnu.org>
1232
1233 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
1234
973f782d
EZ
12352011-04-06 Eli Zaretskii <eliz@gnu.org>
1236
1237 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
1238 Revert last change.
1239
f1f81baa
JB
12402011-04-06 Juanma Barranquero <lekktu@gmail.com>
1241
1242 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
1243 ($(BLD)/careadlinkat.$(O)): New target.
1244 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1245 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
1246 Update dependencies.
1247
b70d23ff 12482011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 1249
41cf7d1a
PE
1250 Fix more problems found by GCC 4.6.0's static checks.
1251
aa181334
PE
1252 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
1253
1f7196bf 1254 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
1255 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
1256 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
1257 * m4/ssize_t.m4: New files, automatically generated from gnulib.
1258
c0274801
GM
12592011-04-06 Glenn Morris <rgm@gnu.org>
1260
1261 * autogen/update_autogen: Handle loaddefs-like files as well.
1262 (usage): Add -l, -C.
1263 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
1264 With -l, check status of lisp/ as well.
1265 With -C, clean before building.
1266 (autoreconf): Only pass -f in the `clean' case.
1267 (commit): New function.
1268
42e85a8f
GM
12692011-03-28 Glenn Morris <rgm@gnu.org>
1270
39f31873
GM
1271 * autogen/update_autogen: Pass -f to autoreconf.
1272
42e85a8f
GM
1273 * autogen.sh (get_version): Discard "not found" lines.
1274 (check_version): Respect $AUTOCONF etc environment variables.
1275
9af30bdf
GM
12762011-03-27 Glenn Morris <rgm@gnu.org>
1277
1278 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
1279 (AH_BOTTOM): Do not define SIGTYPE.
1280
181855e6
GM
12812011-03-26 Glenn Morris <rgm@gnu.org>
1282
1283 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
1284 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
1285
9ee0d174
AS
12862011-03-25 Andreas Schwab <schwab@linux-m68k.org>
1287
1288 * autogen/update_autogen: Remove useless function keyword.
1289
07da4b3c
EZ
12902011-03-25 Eli Zaretskii <eliz@gnu.org>
1291
1292 * config.bat: Generate src/config.h and lib/Makefile from
1293 autogen/config.in and autogen/Makefile.in.
1294
f6ca84c0
GM
12952011-03-25 Glenn Morris <rgm@gnu.org>
1296
1297 * compile, config.guess, config.sub, depcomp, install-sh, missing:
1298 Remove; autoreconf can supply them.
1299 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
1300 config.guess, install-sh. Pass -i to autoreconf.
1301 * autogen/update_autogen (genfiles): Add compile, config.guess,
1302 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
1303 Discard non-error output from autoreconf in -q case.
1304 * autogen/compile, autogen/config.guess, autogen/config.sub:
1305 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
1306 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
1307 install-sh, missing.
1308
8cc1d519
GM
13092011-03-23 Glenn Morris <rgm@gnu.org>
1310
9bb73912 1311 * autogen/update_autogen: Fix typo.
904a432c 1312 (msg): Remove function; use `exec' instead.
9bb73912 1313
8cc1d519
GM
1314 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
1315 (sync-from-gnulib): Don't sync mkinstalldirs.
1316 * make-dist: Don't distribute mkinstalldirs.
1317
c9c49752 13182011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 1319
c9c49752 1320 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
1321 * Makefile.in (GNULIB_MODULES): Add socklen.
1322 * configure.in: Do not check for sys/socket.h, since socklen does that.
1323 * m4/socklen.m4: New automatically-generated file, from gnulib.
1324
d5cad867
PE
1325 fakemail: Remove dependency on ignore-value.
1326 * Makefile.in (GNULIB_MODULES): Add stdio.
1327 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
1328 imported from gnulib.
cbd350f1 1329 * .bzrignore: Add lib/stdio.h.
c9c49752 1330
34cb1cc6
GM
13312011-03-22 Glenn Morris <rgm@gnu.org>
1332
1333 * autogen/copy_autogen: Work from ./ or ../.
1334 Fix time-stamps.
1335 * autogen.sh: Doc fix.
1336
66b87493
GM
13372011-03-20 Glenn Morris <rgm@gnu.org>
1338
1339 * autogen/: New directory, to be excluded from releases.
1340 * autogen/copy_autogen, autogen/update_autogen: New scripts.
1341 * autogen/README: New file.
1342 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
1343 * autogen/Makefile.in: Add auto-updated generated files.
1344 * autogen.sh: No longer a no-op, now it tests for autotools
1345 and runs them as necessary.
cd1181db 1346 * configure.in: Default maintainer-mode to on.
66b87493
GM
1347 * aclocal.m4, configure, lib/Makefile.in: Remove files.
1348
1ef6de05
PE
13492011-03-13 Paul Eggert <eggert@cs.ucla.edu>
1350
1351 Update for gnulib.
1352 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
1353 includes <intprops.h> directly.
1354 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
1355 when building Emacs on Solaris 9 and running it on Solaris 10.
1356
0afb4571
J
13572011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1358
1359 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
1360
33383987
JB
13612011-03-07 Chong Yidong <cyd@stupidchicken.com>
1362
1363 * Version 23.3 released.
1364
870d9cf6
GM
13652011-03-06 Glenn Morris <rgm@gnu.org>
1366
1367 * configure.in (FREETYPE_LIBS): Actually set it to something.
1368
6c0dea8a
PE
13692011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1370
1371 Work around some portability problems with symlinks.
1372
1373 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
1374 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
1375 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
1376 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
1377 * m4/symlink.m4:
1378 New files, automatically generated from gnulib.
1379 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1380 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
1381
945d8b44
EZ
13822011-02-26 Eli Zaretskii <eliz@gnu.org>
1383
03382788
EZ
1384 * .bzrignore: Ignore new lib/*.in-h files.
1385
945d8b44
EZ
1386 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
1387 depfiles.bat even if lib/deps already exist.
1388
9411886d
PE
13892011-02-25 Paul Eggert <eggert@cs.ucla.edu>
1390
1391 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
1392 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
1393 recent changes to configure.in and to gnulib.
9411886d 1394
1e8dbdc6
GM
13952011-02-24 Glenn Morris <rgm@gnu.org>
1396
1397 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
1398 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
1399
f68c809d
PE
14002011-02-22 Paul Eggert <eggert@cs.ucla.edu>
1401
1402 Assume S_ISLNK etc. work, since gnulib supports this.
1403 * Makefile.in (GNULIB_MODULES): Add sys_stat.
1404 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
1405 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
1406 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
1407
ba01e9d7
PE
14082011-02-21 Paul Eggert <eggert@cs.ucla.edu>
1409
1410 * lib/min-max.h: New file, for "min" and "max".
1411
9f8370e6
CS
14122011-02-21 Christoph Scholtes <cschol2112@gmail.com>
1413
0a19a6f8 1414 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
9f8370e6
CS
1415 $(EMACS_ROOT)/nt/inc/stdint.h.
1416
25c51af3
EZ
14172011-02-21 Eli Zaretskii <eliz@gnu.org>
1418
1419 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
1420 src/makefile.w32-in and adapt. Depend on stamp_BLD.
1421 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
1422
5fa4ac76
PE
14232011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1424
1425 Import filemode module from gnulib.
1426 * .bzrignore: Add lib/sys/.
1427 * Makefile.in (GNULIB_MODULES): Add filemode.
1428 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
1429 * lib/filemode.c: Renamed from src/filemode.c and regenerated
1430 from gnulib. This adds support for some more file types, e.g.,
1431 Cray DMF migrated files.
1432 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
1433 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
1434 * m4/sys_stat_h.m4: New files, generated from gnulib.
1435 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1436 Regenerate.
1437
e1e6b4fb
EZ
14382011-02-20 Eli Zaretskii <eliz@gnu.org>
1439
1440 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
1441 $(EMACS_ROOT)/nt/inc/sys/stat.h.
1442
6cac9cb1
PE
14432011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1444
1445 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
1446 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
1447 is no longer needed, due to the recent SSDATA and related changes.
1448 Perhaps -Wno-pointer-sign should also be removed from
1449 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
1450 way to test this so I left it alone.
1451 * configure: Regenerate.
1452
0a19a6f8 14532011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
1454
1455 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
1456 src/makefile.w32-in.
1457
61353ac8 14582011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 1459
61353ac8 1460 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 1461 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
1462 Regenerate.
1463 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
1464 Import the new versions from gnulib; they assume a C99-style
1465 <stdint.h>, supplied by the stdint module.
1466 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
1467 imported from gnulib.
942f733f
PE
1468 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
1469 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
1470 special cases.
61353ac8 1471
9d9d12cd
EZ
14722011-02-19 Eli Zaretskii <eliz@gnu.org>
1473
152be435 1474 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 1475 Add lib/deps/.
152be435 1476
9d9d12cd 1477 * config.bat: Configure in `lib'.
219463da 1478 Generate *.Po files in lib/deps.
9d9d12cd 1479
7d315eb6
PE
14802011-02-18 Paul Eggert <eggert@cs.ucla.edu>
1481
1482 Import IRIX 6.5 getloadavg fixes from gnulib.
1483 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
1484
1f5d53eb
PE
14852011-02-16 Paul Eggert <eggert@cs.ucla.edu>
1486
1487 Import getloadavg module from gnulib.
1488 * .bzrignore: Add lib/stdlib.h.
1489 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1490 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
1491 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
1492 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
1493 Remove; gnulib does this now.
1494 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
1495 from gnulib. This adds support for several other systems, such
1496 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
1497 buffer overrun on Linux hosts under very high load, and on hosts
1498 that maintain a channel to the load average file it makes sure
1499 the file descriptor is close-on-exec (on hosts that support this)
1500 and is not stdin, stdout, or stderr.
1501 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
1502 from gnulib.
1503 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1504 * src/config.in: Regenerate.
1505
bb55f713
PE
15062011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1507
1508 Merge from gnulib.
1509
7127b760
PE
1510 * install-sh: Update to scriptversion 2011-01-19.21.
1511
bb55f713
PE
1512 2011-02-13 Bruno Haible <bruno@clisp.org>
1513
1514 Consistent macro naming for macros that use GCC __attribute__.
1515 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
1516 ATTRIBUTE_DEPRECATED.
1517
1518 2011-02-12 Bruno Haible <bruno@clisp.org>
1519
1520 setlocale: Prefer gnulib's override over libintl's override.
1521 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
1522 GNULIB_defined_setlocale is set.
1523
57e96f8e
GM
15242011-02-13 Glenn Morris <rgm@gnu.org>
1525
1526 * make-dist: Exclude generated file src/globals.h.
1527
988c07df
PE
15282011-02-10 Paul Eggert <eggert@cs.ucla.edu>
1529
1530 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
1531 Sync from gnulib, which has been patched to fix the problem
1532 with the license notices. Problem reported by Glenn Morris in
1533 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
1534
ccded26c
SM
15352011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1536
1537 * .bzrignore: Ignore globals.h and related stamp.
1538
6ffb2c0c
PE
15392011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1540
1541 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
1542 This merges the following fix from gnulib:
1543
1544 2011-02-08 Bruno Haible <bruno@clisp.org>
1545
1546 Split large sed scripts, for HP-UX sed.
1547
00b3c7ac
TT
15482011-02-08 Tom Tromey <tromey@redhat.com>
1549
1550 * configure: Rebuild.
1551 * configure.in (NS_OBJC_OBJ): New subst.
1552
91ccade4
PE
15532011-02-06 Paul Eggert <eggert@cs.ucla.edu>
1554
6ffb2c0c
PE
1555 gnulib: allow multiple gnulib generated replacements to coexist
1556 This defines a few preprocessor symbols that should not affect Emacs.
1557 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
1558 via "make sync-from-gnulib".
1559
e765a388
PE
1560 gnulib: undo previous change
1561 The upstream _HEADERS change was backed out of gnulib (see the
1562 same thread). Stay in sync with gnulib.
1563
91ccade4 1564 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
1565 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
1566 New empty macros, to accommodate recent changes to gnulib. See
1567 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
1568 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
1569 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
1570 * lib/time.in.h, lib/unistd.in.h:
1571 Regenerate.
91ccade4 1572
d67985d3
PE
15732011-02-05 Paul Eggert <eggert@cs.ucla.edu>
1574
1575 sync from gnulib to remove HAVE_STDBOOL_H
1576 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
1577 AC_HEADER_STDBOOL. All uses changed. Do not define
1578 HAVE_STDBOOL_H, as gnulib does not need this. This change is
1579 imported from the latest Autoconf git. It was motivated by Emacs,
1580 which uses gnulib but does not need HAVE_STDBOOL_H.
1581 * configure, src/config.in: Regenerate.
1582 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
1583
67342916
PE
15842011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1585
1586 allow C code to suppress warnings about ignored return values
1587 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
1588 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1589 * lib/ignore-value.h: New file.
67342916 1590
14beddf4 15912011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
1592
1593 * configure.in: Test existence of xaw3d library, not just the
1594 header (Bug#7642).
1595
6ffb2c0c
PE
15962011-01-31 Eli Zaretskii <eliz@gnu.org>
1597
1598 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
1599 $(BLD)/time_r.$(O).
1600 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
1601 $(EMACS_ROOT)/src/m/intel386.h.
1602 ($(BLD)/strftime.$(O)):
1603 ($(BLD)/time_r.$(O)): Define prerequisites.
1604
16fab143
PE
16052011-01-31 Paul Eggert <eggert@cs.ucla.edu>
1606
1607 src/emacs.c now gets version number from configure.in
1608 * configure.in (version): Set this from $PACKAGE_VERSION,
1609 which is set from AC_INIT, rather than scouting through src/emacs.c.
1610 * configure: Regenerate.
1611 * make-dist (version): Get it from configure.in, not src/emacs.c.
1612
16c3e636
PE
16132011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1614
1615 strftime: import from gnulib
1616 * Makefile.in (GNULIB_MODULES): Add strftime.
1617 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
1618 needed.
6ffb2c0c 1619 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 1620 Regenerate.
6ffb2c0c
PE
1621 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
1622 imported from gnulib.
16c3e636
PE
1623 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
1624 This incorporates many changes from gnulib, including simpler
1625 handling of multibyte formats, porting to mingw32 and other
1626 platforms, and support for higher-resolution time stamps.
1627 Emacs does not yet use the higher-resolution interface.
1628
3de84ad9
PE
16292011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1630
1631 gnulib: import mktime and move-if-change fixes from gnulib
1632
1633 * configure: Regenerate from the following.
1634
6ffb2c0c
PE
1635 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1636
1637 mktime: clarify long_int width checking
1638 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
1639 the top level, to make it clearer that the assumption about
1640 long_int width is being checked. See
1641 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
1642
3de84ad9
PE
1643 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
1644
1645 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 1646 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
1647 negative number, which the C Standard says has undefined behavior.
1648 In practice this is not a problem, but might as well do it by the book.
1649 Reported by Rich Felker and Eric Blake; see
1650 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
1651 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1652 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
1653
1654 mktime: #undef mktime before #defining it
1655 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
1656
1657 mktime: systematically normalize tm_isdst comparisons
1658 * lib/mktime.c (isdst_differ): New function.
1659 (__mktime_internal): Use it systematically for all isdst comparisons.
1660 This completes the fix for libc BZ #6723, and removes the need for
1661 normalizing tm_isdst. See
1662 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
1663 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
1664
1665 mktime: fix some integer overflow issues and sidestep the rest
1666
1667 This was prompted by a bug report by Benjamin Lindner for MinGW
1668 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
1669 His bug is due to signed integer overflow (0 - INT_MIN), and I
1670 I scanned through mktime.c looking for other integer overflow
1671 problems, fixing all the bugs I found.
1672
1673 Although the C Standard says the resulting code is still not safe
1674 in the presence of integer overflow, in practice it should be good
1675 enough for all real-world two's-complement implementations, except
1676 for debugging environments that deliberately trap on integer
1677 overflow (e.g., gcc -ftrapv).
1678
1679 * lib/mktime.c (WRAPV): New macro.
1680 (SHR): Also check that long_int and time_t shift right in the
1681 usual way, before using the fast-but-unportable method.
1682 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
1683 used. The code already assumed two's complement, so there's
1684 no need to test for alternatives. All uses removed.
1685 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
1686 the C standard. Problem reported by Rich Felker in
1687 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
1688 (twos_complement_arithmetic): Also check long_int and time_t.
1689 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
1690 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
1691 (__mktime_internal): Avoid integer overflow with unary subtraction
1692 in two instances where -1 - X is an adequate replacement for -X,
1693 since the calculations are approximate.
3de84ad9
PE
1694
1695 2011-01-29 Eric Blake <eblake@redhat.com>
1696
1697 mktime: avoid infinite loop
1698 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
1699 type; behavior is still undefined but portable to all known targets.
1700 Reported by Rich Felker.
1701
6ffb2c0c
PE
1702 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1703
1704 mktime: avoid problems on NetBSD 5 / i386
1705 * lib/mktime.c (long_int): New type. This works around a problem
1706 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
1707 but time_t is 64 bits, and where I expect the existing code is
1708 wrong in some cases.
1709 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
1710 (ydhms_diff): Bring back the compile-time check for wide-enough
1711 year and yday.
1712
1713 mktime: fix misspelling in comment
1714 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
1715 This merges all recent glibc changes of importance.
1716
3de84ad9
PE
1717 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1718
1719 move-if-change: cope with concurrent mv of identical file.
1720 * move-if-change (CMPPROG): Accept environment
1721 variable as an override for `cmp'.
1722 (usage): Document CMPPROG.
1723 Adjust comparison to drop stdout. Cope with failure of mv if
1724 the target file exists and is identical to the source, for
1725 parallel builds.
1726 Report from H.J. Lu against binutils in PR binutils/12283.
1727
6ffb2c0c
PE
17282011-01-29 Eli Zaretskii <eliz@gnu.org>
1729
1730 * lib/makefile.w32-in:
1731 * lib/getopt_.h: New files.
1732
c7e95b91
PE
17332011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1734
1735 improve fix for MS-DOS file name clash
1736 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
1737 for portability to POSIX make. Reported by Bruno Haible.
1738 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
1739 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
1740 files from accumulating as garbage. Also reported by Bruno Haible.
1741
125c3718
PE
17422011-01-27 Paul Eggert <eggert@cs.ucla.edu>
1743
1744 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
1745 * Makefile.in (DOS-gnulib-comp.m4): New macro.
1746 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
1747 problems with MS-DOS 8+3 file name restrictions.
1748 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
1749 it, it would also cause problems when extracting Emacs distribution
1750 tarballs on MS-DOS hosts.
1751 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 1752 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
1753 * config.guess, config.sub: Sync from gnulib.
1754 * m4/gnulib-cache.m4: Remove from repository.
1755 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
1756
4004ef46
GM
17572011-01-25 Glenn Morris <rgm@gnu.org>
1758
0b5c5d82
GM
1759 * README: Add a note about ranges in copyright years.
1760
4004ef46
GM
1761 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
1762
06d8ace5 17632011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
1764
1765 * configure.in: Add HP-UX on IA64 (Bug#6811).
1766
d6974efa
PE
17672011-01-24 Paul Eggert <eggert@cs.ucla.edu>
1768
1769 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
1770 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
1771 as it is no longer needed.
6ffb2c0c 1772 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
1773 * configure.in: Invoke the new gnulib macro
1774 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
1775 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
1776 * m4/getopt.m4: Sync from gnulib; this removes the need for
1777 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
1778 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
1779 New macro, synced from gnulib.
1780 * m4/warn-on-use.m4: Remove.
1781
e02ea74b
PE
17822011-01-22 Paul Eggert <eggert@cs.ucla.edu>
1783
1784 aclocal.m4: put this file back into repository
1785 This way, we don't have to assume that the maintainer has
1786 the automake package installed. See
1787 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
1788 * .bzrignore: Remove aclocal.m4, undoing the previous change.
1789 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
1790 undoing the previous change.
1791 * aclocal.m4: New file (actually, resurrected).
1792
48dcd482
MB
17932011-01-22 Miles Bader <miles@gnu.org>
1794
1795 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
1796 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
1797 Emacs directly uses fontconfig, and breaks building when using a
1798 strict linker).
1799
925e561d
PE
18002011-01-21 Paul Eggert <eggert@cs.ucla.edu>
1801
b06b1098
PE
1802 src/config.in: shrink slightly
1803 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
1804 This makes src/config.in a bit smaller, by removing identifiers
1805 like GNULIB_TEST_MKTIME that Emacs does not need.
1806 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
1807 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1808 Sync from gnulib. This removes a few more unnecessary symbols from
1809 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
1810 * configure, src/config.in: Regenerate.
1811
925e561d
PE
1812 aclocal.m4: tweaks to regenerate more conveniently
1813 This attempts to act better when the source is in a weird state. See
1814 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
1815 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
1816 * .bzrignore: Add aclocal.m4.
1817
942be821
PE
18182011-01-20 Paul Eggert <eggert@cs.ucla.edu>
1819
1820 aclocal.m4: omit auto-generated file from repository
1821 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
1822 the most recent change here.
1823 * aclocal.m4: Remove from bzr repository. This file is
1824 auto-generated and isn't needed to run 'configure'. See
1825 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
1826
0813c96e
PE
18272011-01-19 Paul Eggert <eggert@cs.ucla.edu>
1828
1829 Minor Makefile.in tweaks to build from gnulib better.
1830 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
1831 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
1832 (top_maintainer_clean): Don't remove aclocal.m4.
1833
7cae64b4
PE
18342011-01-18 Paul Eggert <eggert@cs.ucla.edu>
1835
53911e8f
PE
1836 Minor cleanups for 'bzr status'
1837 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
1838 the output of config.guess.
1839 * Makefile.in (top_distclean): Remove stamp-h1 too.
1840
7cae64b4
PE
1841 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
1842 defined if the compiler supports GCC-style __attribute__
1843 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
1844 this syntax.
1845
a3e44e79 18462011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 1847
3cbecb8f
PE
1848 Makefile.in: tidy up the building of lib
1849 * Makefile.in (am--refresh): Mark as .PHONY.
1850 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
1851 as they're not rebuilt unless you do a "make sync-from-gnulib"
1852 and the former is needed for "configure".
1853 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
1854 has already removed lib/Makefile.
1855
ecbfcc83
PE
1856 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
1857 This avoids building ftoastr and ldtoastr, which aren't needed. See
1858 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 1859
803059b9
PE
1860 * .bzrignore: Add .h files that are host-dependent.
1861 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
1862 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
1863 host-dependent and are built as part of an ordinary 'make', and
1864 should not be checked in.
1865
6ffb2c0c
PE
1866 * lib/Makefile.in: Regenerate.
1867 * lib/COPYING: New file, a copy of COPYING.
1868
2a78afcc 1869 * configure: Regenerate.
37564543
PE
1870 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
1871
e275c824 1872 Regenerate.
6ffb2c0c
PE
1873 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
1874 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
1875 New files, copied from gnulib by gnulib-tool.
1876 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
1877 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1878 Regenerate.
ecbfcc83 1879
84bbb1ad
PE
1880 Use gnulib's getopt-gnu module.
1881 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
1882 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
1883 representative of the dependencies.
1884 * configure.in: Do not configure getopt, as gnulib does that now.
1885 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
1886 getopt now, in lib.
ecbfcc83 1887
1fd182f0 1888 Regenerate.
6ffb2c0c
PE
1889 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
1890 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
1891 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
1892 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
1893 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
1894 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
1895 * m4/wchar_t.m4, warn-on-use.h:
1896 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 1897 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
1898 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1899 Regenerate.
1900
1e11dbe3
PE
1901 Use gnulib's mktime module.
1902 * Makefile.in (GNULIB_MODULES): Add mktime.
1903 * configure.in: Remove code no longer needed, as gnulib now does it.
1904 (AC_CHECK_FUNCS): Remove mktime.
1905 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
1906 (__restrict): Remove, as this now gets in the way of the C99
1907 support for 'restrict' pulled in by the gnulib mktime module.
1908 Code should now use 'restrict' and not '__restrict".
1909 (mktime): Remove.
1910 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
1911 and warn-on-use.h into the distribution.
1fd182f0
PE
1912
1913 Regenerate.
6ffb2c0c
PE
1914 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
1915 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 1916 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
1917 * lib/dummy.c: Remove.
1918 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
1919 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1920 Regenerate.
ecbfcc83 1921
1e11dbe3 1922 Use gnulib's ftoastr module.
fa2c4f56
PE
1923 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
1924
743c80a7 1925 Regenerate.
6ffb2c0c
PE
1926 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
1927 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
1928 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
1929 New files, generated automatically, with 'make sync-from-gnulib'
1930 followed by 'make'.
1931 * configure, lisp/dired.el, src/config.in: Regenerate.
1932
9a514d4a
PE
1933 Automate syncing from gnulib.
1934 * INSTALL, README: Document new subdirectory 'lib'.
1935 * Makefile.in (SUBDIR): Add lib.
1936 (SUBDIR_MAKEFILES): Add lib/Makefile.
1937 (lib-src, src, TAGS, tags): Depend on lib.
1938 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
1939 ($(gnulib_srcdir)): New rule.
1940 (sync-from-gnulib): New rule, which is .PHONY.
1941 (lib): New rule, which is like lib-src.
1942 (Makefile): Depend on lib/Makefile.in.
1943 (AUTOCONF_INPUTS): Depend on aclocal.m4.
1944 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
1945 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
1946 (am--refresh): New rule, to pacify Automake.
1947 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
1948 Clean lib, too.
1949 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
1950 droppings.
1951 (maintainer-clean, extraclean): Use it.
1952 * configure.in: Initialize for automake and gnulib, by invoking
1953 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
1954 lib/Makefile, too. Use automake to build gnulib, as gnulib works
1955 more conveniently with automake.
6ffb2c0c 1956 * lib/Makefile.am: New file.
9a514d4a
PE
1957 * make-dist: Also put into the distribution aclocal.m4,
1958 compile, depcomp, missing, and the files under lib/.
1959
dc3e3e7b
GM
19602011-01-15 Glenn Morris <rgm@gnu.org>
1961
1962 * Makefile.in (epaths-force): No more arch-tag to edit.
1963
dab73760
CY
19642011-01-15 Chong Yidong <cyd@stupidchicken.com>
1965
1966 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
1967
9f4b8b47
PE
19682011-01-14 Paul Eggert <eggert@cs.ucla.edu>
1969
1970 * make-dist: Distribute test/ files too.
1971 Distribute every file under test/ that is under version control,
1972 using patterns like *.el to capture files that are added later.
1973 Without this change, "configure" would fail, because it would
1974 attempt to build from a Makefile.in that was not distributed.
1975
d221e780
CO
19762011-01-13 Christian Ohler <ohler@gnu.org>
1977
1978 * Makefile.in (INFO_FILES): Add ERT.
1979
1980 * Makefile.in (check): Run tests in test/automated.
1981
1982 * Makefile.in:
1983 * configure.in: Add test/automated/Makefile.
1984
bc5585d1
PE
19852011-01-07 Paul Eggert <eggert@cs.ucla.edu>
1986
2b3f5bc8
PE
1987 * install-sh, mkinstalldirs, move-if-change: Update from master
1988 source in gnulib.
1989
bc5585d1
PE
1990 * config.guess, config.sub: Updated from master source.
1991
2018939f
AS
19922011-01-05 Andreas Schwab <schwab@linux-m68k.org>
1993
1994 * configure.in: Check for __builtin_unwind_init.
1995
e5365138
GM
19962011-01-05 Glenn Morris <rgm@gnu.org>
1997
1998 * configure.in (HAVE_MAKEINFO): New output variable.
1999 (MAKEINFO): Reset to "makeinfo" if not found.
2000 * Makefile.in (install-arch-indep, info):
2001 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
2002
4fc5868a
UM
20032010-12-29 Ulrich Mueller <ulm@gentoo.org>
2004
2005 * configure.in: Make gameuser configurable (Bug#7717).
2006
68251e16
GM
20072010-12-15 Glenn Morris <rgm@gnu.org>
2008
2009 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
2010 long absent lib-src/fns-*.el.
2011
838db889
GM
20122010-12-11 Glenn Morris <rgm@gnu.org>
2013
2014 * make-dist: Exclude etc/*.pyc.
2015
fe646d2c
AS
20162010-12-10 Andreas Schwab <schwab@linux-m68k.org>
2017
2018 * configure.in: Don't double machfile in final message.
2019
d96c83fa
CY
20202010-12-04 Chong Yidong <cyd@stupidchicken.com>
2021
2022 * configure.in: Fix last change.
2023
d6a003a8
AS
20242010-12-04 Andreas Schwab <schwab@linux-m68k.org>
2025
2026 * configure.in: Remove reference to removed machine description
2027 files and allow $machine and $machfile to be empty. Substitute
2028 M_FILE/S_FILE instead of machfile/opsysfile.
2029
067d23c9
KY
20302010-12-03 Glenn Morris <rgm@gnu.org>
2031
2032 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
2033
20342010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2035
2036 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
2037 (EXTERNALLY_VISIBLE): New definition.
2038
20392010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2040
2041 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
2042
20432010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2044
2045 * configure.in: Do not check for unconditionally included headers.
2046
20472010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2048
2049 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
2050
20512010-11-09 Michael Albinus <michael.albinus@gmx.de>
2052
2053 * configure.in: Don't write a warning for D-Bus anymore.
2054
20552010-11-06 Andreas Schwab <schwab@linux-m68k.org>
2056
2057 * configure.in: Fix indentation.
2058
20592010-10-31 Ken Brown <kbrown@cornell.edu>
2060
2061 * configure.in (checking whether localtime caches TZ): Use
2062 unsetenv instead of modifying environment directly.
2063
20642010-10-25 Andreas Schwab <schwab@linux-m68k.org>
2065
2066 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
2067 to avoid warning.
2068
20692010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2070
e9fce1ac 2071 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
2072
20732010-10-22 Glenn Morris <rgm@gnu.org>
2074
2075 * make-dist: Avoid listing .el files twice. Don't try to run
2076 autoconf if --no-update.
2077
20782010-10-20 Glenn Morris <rgm@gnu.org>
2079
2080 * make-dist: No longer create lisp/MANIFEST.
2081
20822010-10-14 Glenn Morris <rgm@gnu.org>
2083
2084 * BUGS, INSTALL.BZR, README: Updates.
2085
20862010-10-13 Glenn Morris <rgm@gnu.org>
2087
2088 * make-dist: Remove --compress. Check for the appropriate
2089 gzip-like executable, and if not found, don't compress.
2090 Check version number in README, don't change it.
2091 Use find for nt/inc/*.h.
2092
20932010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2094
2095 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
2096 trailing / from directory names.
2097
20982010-10-12 Glenn Morris <rgm@gnu.org>
2099
2100 * make-dist: Update and simplify.
2101
21022010-10-12 Eli Zaretskii <eliz@gnu.org>
2103
2104 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
2105
21062010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2107
2108 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
2109
21102010-10-09 Glenn Morris <rgm@gnu.org>
2111
2112 * make-dist: No more doc/emacs/*.texi.in.
2113
2114 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
2115
21162010-10-09 Glenn Morris <rgm@gnu.org>
2117
2118 * configure.in: Combine some conditionals.
2119
2120 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
2121 * make-dist: Include doc/emacs/*.texi.in.
2122
2123 * INSTALL, make-dist: Remove references to b2m.
2124 * Makefile.in (MAN_PAGES): Remove b2m.1.
2125
21262010-10-05 Glenn Morris <rgm@gnu.org>
2127
2128 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
2129
21302010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2131
2132 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
2133
21342010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
2135
2136 * configure.in: Include stdlib.h and string.h unconditionally.
2137
21382010-09-29 Romain Francoise <romain@orebokech.com>
2139
2140 * configure.in: Don't enable ImageMagick unless HAVE_X11.
2141
21422010-09-28 Glenn Morris <rgm@gnu.org>
2143
2144 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
2145 happy.
2146
21472010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2148
2149 * configure.in: Enable imagemagick by default.
2150
21512010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2152
2153 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 2154 GnuTLS libraries.
067d23c9
KY
2155
21562010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
2157
2158 * configure.in: Set up GnuTLS.
2159
21602010-09-22 Chong Yidong <cyd@stupidchicken.com>
2161
2162 * configure.in: Announce whether libxml2 is linked to.
2163
21642010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2165
2166 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
2167
21682010-09-18 Eli Zaretskii <eliz@gnu.org>
2169
2170 * config.bat: Detect that libxml2 is installed and if so, build
2171 with it.
2172
21732010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2174
2175 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
2176 be used. This fixes a conf problem on Mac OS X.
2177
21782010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2179
2180 * configure.in: Check for libxml2.
2181
21822010-09-09 Glenn Morris <rgm@gnu.org>
2183
2184 * make-dist: No more TODO files under lisp/.
2185
21862010-09-04 Eli Zaretskii <eliz@gnu.org>
2187
2188 * config.bat: Produce lisp/gnus/_dir-locals.el from
2189 lisp/gnus/.dir-locals.el.
2190
21912010-08-23 Andreas Schwab <schwab@linux-m68k.org>
2192
2193 * configure.in: Fix check for librsvg, imagemagick and
2194 MagickExportImagePixels.
2195
21962010-08-18 Joakim Verona <joakim@verona.se>
2197
2198 * Makefile.in, configure.in: Checks for ImageMagick.
2199
22002010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
2201
2202 * configure.in (AC_PREREQ): Require autoconf 2.65.
2203
22042010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2205
2206 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
2207
22082010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2209
2210 * configure.in: Add AC_C_BIGENDIAN.
2211
22122010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2213
2214 * configure.in (ORDINARY_LINK): Use on hpux* too.
2215
22162010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2217
2218 * configure.in: Check for util.h.
2219 Use -Wimplicit-function-declaration if compiler supports it.
2220
22212010-08-05 Eli Zaretskii <eliz@gnu.org>
2222
2223 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
2224
22252010-08-04 Andreas Schwab <schwab@linux-m68k.org>
2226
2227 * configure.in: Restore accidentally removed use of
2228 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
2229
22302010-07-29 Chad Brown <yandros@mit.edu>
2231
2232 * configure.in: Check for dirent.h.
2233
22342010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2235
2236 * configure.in: Remove reference to usg5-4, unused.
2237
22382010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2239
2240 * configure.in: Check for __executable_start.
2241
22422010-07-24 Ken Brown <kbrown@cornell.edu>
2243
2244 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
2245
22462010-07-24 Juanma Barranquero <lekktu@gmail.com>
2247
2248 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
2249
22502010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
2251
2252 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
2253
22542010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2255
2256 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2257 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
2258 (C_OPTIMIZE_SWITCH): Remove.
2259 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
2260
22612010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2262
2263 * configure.in: Don't check for index and rindex, check for strchr
2264 and strrchr. Define strchr and strrchr as index and rindex,
2265 resp., in src/config.h if not available.
2266
22672010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2268
2269 * configure.in: Use -Wold-style-definition if available.
2270 This helps with the transition to standard C code, it can be
2271 removed when done.
2272
2273 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
2274
2275 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
2276 and MSWindows.
2277
22782010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2279
2280 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
2281 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
2282
22832010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2284
2285 * configure.in (getenv): Remove K&R declaration.
2286
22872010-07-02 Jan Djärv <jan.h.d@swipnet.se>
2288
2289 * configure.in: Remove define __P.
2290
22912010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2292
2293 * configure.in (--enable-use-lisp-union-type): New flag.
2294
22952010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2296
2297 Fix CFLAGS for non-GCC compilers.
2298 * configure.in (CFLAGS): Always use -g like it was done before the
2299 2010-03-30 change.
2300 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
2301 (Bug#6538)
2302
23032010-06-30 Glenn Morris <rgm@gnu.org>
2304
2305 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
2306 Set with AC_DEFINE rather than AH_BOTTOM.
2307
2308 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
2309 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
2310 Set with shell, not cpp.
2311 (LIBX): Remove, just use -lX11 in the one place this was used.
2312 (cannot_dump): Replace with CANNOT_DUMP.
2313
23142010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2315
0a19a6f8 2316 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
2317 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
2318 by minimum required Gtk+ 2.6). Add checks for functions introduced
2319 in Gtk+ 2.14 or newer (bug#6505).
2320
23212010-06-26 Eli Zaretskii <eliz@gnu.org>
2322
2323 * config.bat: Remove white space around "+" in COPY commands.
2324
23252010-06-23 Glenn Morris <rgm@gnu.org>
2326
2327 * info/dir: Start descriptions in column 32, per Texinfo convention.
2328
23292010-06-16 Chong Yidong <cyd@stupidchicken.com>
2330
2331 * INSTALL: Update font information (Bug#6389).
2332
23332010-06-16 Glenn Morris <rgm@gnu.org>
2334
2335 * INSTALL: General update.
2336
23372010-06-12 Glenn Morris <rgm@gnu.org>
2338
2339 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
2340
23412010-06-11 Glenn Morris <rgm@gnu.org>
2342
2343 * configure.in (--without-compress-info): New option.
2344 (GZIP_INFO): New output variable.
2345
2346 * Makefile.in (GZIP_INFO): New, set by configure.
2347 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
2348 Handle man pages in the same way.
2349
23502010-06-10 Glenn Morris <rgm@gnu.org>
2351
2352 * Makefile.in (install-arch-indep): Gzip the info files too.
2353
2354 * make-dist: Remove references to non-existent directories and files.
2355
23562010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2357
2358 * configure.in: Include <strings.h> and <string.h> instead of
2359 "strings.h" and "string.h".
2360
23612010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
2362
2363 * configure.in: Remove code dealing with BSTRING.
2364
23652010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2366
2367 * configure.in (AC_PREREQ): Require autoconf 2.65.
2368
2369 * configure.in (unxec): Do not define and substitute.
2370 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
2371
23722010-06-03 Glenn Morris <rgm@gnu.org>
2373
2374 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
2375
23762010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2377
2378 Fix alloca definition when using gcc on non-gnu systems.
2379 * configure.in: Use the code sequence indicated by "info autoconf"
2380 for alloca (bug#6170).
2381
23822010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 * .bzrignore: Ignore new files from trunk, which appear if you use
2385 colocated branches (i.e. "bzr switch").
2386
23872010-05-28 Glenn Morris <rgm@gnu.org>
2388
2389 * configure.in: Simplify some of the $canonical tests.
2390
23912010-05-27 Glenn Morris <rgm@gnu.org>
2392
2393 * config.bat: Do not preprocess src/Makefile.in.
2394
2395 * configure.in: Do not preprocess src/Makefile.in.
2396 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
2397 (AC_EGREP_CPP): Test no longer needed.
2398
2399 * make-dist: No more Makefile.c files.
2400
24012010-05-26 Glenn Morris <rgm@gnu.org>
2402
2403 * configure.in (YMF_PASS_LDFLAGS): Remove.
2404 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
2405
2406 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
2407 Add $GNUSTEP_LOCAL_HEADERS.
2408 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
2409
2410 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
2411 (GNUSTEP_MAKEFILES): Remove.
2412 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
2413 stuff to here.
2414
24152010-05-25 Glenn Morris <rgm@gnu.org>
2416
2417 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
2418 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
2419
2420 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
2421 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
2422 here instead.
2423
24242010-05-24 Romain Francoise <romain@orebokech.com>
2425
2426 * make-dist: Look for version in src/emacs.c.
2427 Use lisp/subr.el rather than lisp/version.el for location check.
2428
24292010-05-21 Glenn Morris <rgm@gnu.org>
2430
2431 * configure.in (MKDEPDIR): Parallel build tweak.
2432
2433 * configure.in (ns_frag): New output file.
2434
2435 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
2436 (OLDXMENU_TARGET): Set to empty if USE_GTK.
2437
2438 * configure.in (cannot_dump): New output variable.
2439
24402010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2441
2442 * configure.in: On NetBSD, if terminfo is found, use it in
2443 preference to termcap. (Bug#6190)
2444
24452010-05-20 Glenn Morris <rgm@gnu.org>
2446
2447 * make-dist (src): Include *.mk.
2448 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
2449 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
2450 (deps_frag): New output file.
2451 (AUTO_DEPEND): Remove this definition.
2452
2453 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
2454
24552010-05-19 Glenn Morris <rgm@gnu.org>
2456
2457 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
2458 (ORDINARY_LINK): New AC_DEFINE.
2459 (LIB_GCC): No need to set if ORDINARY_LINK.
2460
24612010-05-18 Glenn Morris <rgm@gnu.org>
2462
2463 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
2464 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
2465
2466 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
2467 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
2468 (RALLOC_OBJ): New output variable.
2469
2470 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
2471 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
2472
24732010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 * Makefile.in (src): Provide the name of the VCS file that witnesses
2476 a pull.
2477 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
2478
24792010-05-17 Glenn Morris <rgm@gnu.org>
2480
2481 * configure.in (OLDXMENU_DEPS): New output variable.
2482
24832010-05-16 Glenn Morris <rgm@gnu.org>
2484
2485 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
2486
2487 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
2488 * Makefile.in (install-arch-dep): Update for above change.
2489
2490 * Makefile.in (ns_appdir): Remove.
2491 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
2492
2493 * configure.in (TEMACS_LDFLAGS2): New output variable.
2494
2495 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
2496 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
2497 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
2498 nothing uses.
2499
25002010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2501
2502 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
2503 does not use them.
2504 (X11R5_INHIBIT_I18N): Remove, unused.
2505
25062010-05-15 Glenn Morris <rgm@gnu.org>
2507
2508 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
2509
2510 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
2511
25122010-05-15 Ken Raeburn <raeburn@raeburn.org>
2513
2514 * configure.in: Look for version string in its new location.
2515
25162010-05-15 Eli Zaretskii <eliz@gnu.org>
2517
2518 * config.bat: Remove support for DJGPP v1.x.
2519
25202010-05-15 Glenn Morris <rgm@gnu.org>
2521
2522 * configure.in (OLDXMENU_TARGET): New output variable.
2523
2524 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
2525
2526 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
2527 and other files that no longer exist.
2528
25292010-05-14 Glenn Morris <rgm@gnu.org>
2530
2531 * configure.in (cpp_undefs): Add mktime, register, X11.
2532
2533 * configure.in (GPM_MOUSE_SUPPORT): Remove.
2534 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
2535 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
2536
2537 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
2538 (GNUSTEP_MAKEFILES): Do not output.
2539
25402010-05-13 Glenn Morris <rgm@gnu.org>
2541
2542 * configure.in: Fix some paren typos.
2543
2544 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
2545
2546 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
2547
25482010-05-12 Glenn Morris <rgm@gnu.org>
2549
2550 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
2551
2552 * configure.in (LIB_GCC): New output variable.
2553
25542010-05-11 Glenn Morris <rgm@gnu.org>
2555
2556 * make-dist (msdos): No more mainmake.
2557
2558 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
2559 * config.bat: Do not run cpp on lib-src/Makefile.in.
2560
2561 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
2562
25632010-05-10 Glenn Morris <rgm@gnu.org>
2564
2565 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
2566
2567 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
2568 (BLESSMAIL_TARGET): New output variable.
2569
25702010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2571
2572 * INSTALL: Fix typos.
2573
25742010-05-08 Chong Yidong <cyd@stupidchicken.com>
2575
2576 * configure.in: Add check for buggy version of GCC (Bug#6031).
2577
25782010-05-08 Glenn Morris <rgm@gnu.org>
2579
2580 * configure.in (HAVE_LIBNCURSES): New local variable.
2581 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
2582 replacing cpp in src/s/*.h and src/Makefile.in.
2583
25842010-05-07 Chong Yidong <cyd@stupidchicken.com>
2585
2586 * Version 23.2 released.
2587
25882010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2589
2590 * configure.in: Add tests for `isnan' and `copysign'.
2591
25922010-05-07 Eli Zaretskii <eliz@gnu.org>
2593
2594 * config.bat: Allow for 2 leading `#'s in comments in
2595 src/Makefile.in.
2596
25972010-05-07 Glenn Morris <rgm@gnu.org>
2598
2599 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2600 Merges logic from src/s/* and src/Makefile.in.
2601 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2602
26032010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2604
2605 Define START_FILES and LIB_STANDARD using autoconf.
2606 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
2607 here from src/s/*.h.
2608 (HAVE_CRTIN): Remove, inline logic in the netbsd
2609 START_FILES/LIB_STANDARD computation.
2610
26112010-05-06 Glenn Morris <rgm@gnu.org>
2612
2613 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
2614
2615 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
2616 (LD_SWITCH_X_SITE): Remove unused variables.
2617
26182010-05-04 Glenn Morris <rgm@gnu.org>
2619
2620 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
2621 as well.
2622 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
2623
2624 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2625
2626 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
2627 variables, replacing c_switch_machine, c_switch_system.
2628 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
2629 @c_switch_system@.
2630
26312010-05-03 Glenn Morris <rgm@gnu.org>
2632
2633 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
2634
2635 * make-dist: There are no more src/m/*.inp files.
2636
26372010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2638
2639 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
2640 (ac_link): Do not use ld_switch_machine.
2641
26422010-05-01 Glenn Morris <rgm@gnu.org>
2643
2644 * configure.in (OTHER_OBJ): Remove.
2645 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
2646
26472010-04-30 Glenn Morris <rgm@gnu.org>
2648
2649 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
2650 Elsewhere, maybe include it.
2651
2652 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
2653 (OLDXMENU, LIBXMENU): New output variables.
2654
2655 * configure.in (OTHER_OBJ): New output variable.
2656
26572010-04-28 Glenn Morris <rgm@gnu.org>
2658
2659 * configure.in (CYGWIN_OBJ): New output variable.
2660
2661 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
2662
2663 * configure.in (FONT_OBJ): New output variable.
2664
2665 * configure.in (LIBXMU): New output variable.
2666
2667 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
2668
2669 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
2670 userland and maybe change values to i386 (move test from s/amdx86-64.h).
2671
26722010-04-27 Glenn Morris <rgm@gnu.org>
2673
2674 * configure.in (LIBXTR6): New output variable. Move unixware special
2675 case here from src/s/unixware.h.
2676
2677 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
2678 in Makefiles.
2679 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
2680
2681 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
2682 (LIBXP): No longer substitute in Makefiles.
2683 (MOTIF_LIBW): New output variable. Move system-specific settings here
2684 from src/s files.
2685
26862010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2687
2688 Reduce CPP usage.
2689 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
2690 (unexec): Define unconditionally, all platforms define
2691 UNEXEC. AC_SUBST it.
2692 (UNEXEC_SRC): Remove, unused.
2693 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
2694
26952010-04-27 Glenn Morris <rgm@gnu.org>
2696
2697 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
2698 replaced by LIBXP.
2699
2700 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
2701 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
2702 On hpux10-20, default to /lib.
2703
2704 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
2705
27062010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2707
2708 * configure.in (LIBS_MACHINE): Remove, unused.
2709
2710 * configure.in (LIB_MATH): New output variable. Set it for some systems.
2711
27122010-04-24 Glenn Morris <rgm@gnu.org>
2713
2714 * configure.in (CRT_DIR): New output variable.
2715 (--with-crt-dir): New option. (Bug#5655)
2716 (HAVE_LIB64_DIR): Remove.
2717
27182010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
2719
2720 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
2721
27222010-04-22 Miles Bader <miles@gnu.org>
2723
2724 * configure.in: Get rid of "unix" pre-defined macro when
2725 preprocessing Makefile. (Bug#5857)
2726
27272010-04-21 Andreas Schwab <schwab@linux-m68k.org>
2728
2729 Avoid non-portable shell command negation
2730 * configure.in: Revert last change.
2731
27322010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2733
2734 * configure.in: Change "if test ! -f" to "if ! test -f".
2735
27362010-04-21 Glenn Morris <rgm@gnu.org>
2737
2738 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
2739 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
2740
27412010-04-21 Karel Klíč <kklic@redhat.com>
2742
2743 * configure.in: New option: --with(out)-selinux, on by default.
2744 Set HAVE_LIBSELINUX if we find libselinux, and substitute
2745 LIBSELINUX_LIBS in Makefiles.
2746
27472010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2748
2749 * configure.in: Remove all references to LIBX11_SYSTEM.
2750
27512010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2752
2753 * configure.in: Remove all references to C_DEBUG_SWITCH.
2754
27552010-03-27 Eli Zaretskii <eliz@gnu.org>
2756
2757 * config.bat <lib-src>: Edit out lines that begin with several #
2758 characters.
2759
27602010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2761
2762 * configure.in: Remove support for old UNIX System V systems and
2763 for Unixware on non-x86 machines.
2764
2765 * configure.in: Remove support for Solaris on PPC and for old versions.
2766
2767 * configure.in: Remove non-working lynxos port.
2768
27692010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2770
2771 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
2772
27732010-03-19 Glenn Morris <rgm@gnu.org>
2774
2775 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
2776 happy.
2777
27782010-03-18 Jan Djärv <jan.h.d@swipnet.se>
2779
2780 * configure.in: Check for tputs and friends, abort if not
2781 found (bug#5735).
2782
27832010-03-18 Glenn Morris <rgm@gnu.org>
2784
2785 * configure.in (--with-x-toolkit): In the help text, say which options
2786 are synonyms.
2787
2788 * configure.in (--with-mmdf, --with-mail-unlink):
2789 New options, off by default.
2790 (--with-mailhost): New option to set default POP host.
2791 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
2792 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
2793 New variables, substituted in Makefiles.
2794 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
2795 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
2796 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
2797 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
2798 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
2799
28002010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2801
2802 * Makefile.in (uninstall): Handle the case where archlibdir does not
2803 exist. (Bug#5720)
2804
28052010-03-12 Eli Zaretskii <eliz@gnu.org>
2806
75f1671a 2807 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
2808 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
2809
2810 * configure: Regenerated.
2811
28122010-03-10 Chong Yidong <cyd@stupidchicken.com>
2813
2814 * Branch for 23.2.
2815
28162010-01-31 Juri Linkov <juri@jurta.org>
2817
2818 * .bzrignore: Add TAGS-LISP.
2819
28202010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2821
2822 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
2823 this header file).
2824
28252010-01-12 Juanma Barranquero <lekktu@gmail.com>
2826
2827 * .bzrignore: Ignore all .exe, instead of individual files.
2828
28292010-01-12 Chong Yidong <cyd@stupidchicken.com>
2830
2831 * configure.in: Explicitly check for and link to -lXrender.
2832
28332010-01-12 Glenn Morris <rgm@gnu.org>
2834
2835 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
2836 for bug reports for development versions.
2837
28382010-01-02 Eli Zaretskii <eliz@gnu.org>
2839
2840 * .bzrignore: Add more ignored patterns, including for the MS-DOS
2841 build.
2842
28432009-12-27 Karl Fogel <kfogel@red-bean>
2844
2845 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
2846 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
2847
28482009-12-17 Glenn Morris <rgm@gnu.org>
2849
2850 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
2851
28522009-12-15 Glenn Morris <rgm@gnu.org>
2853
2854 * info/dir: Add EDT entry.
2855 * Makefile.in (INFO_FILES): Add edt.
2856
28572009-12-10 Jan Djärv <jan.h.d@swipnet.se>
2858
1154d12e 2859 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
2860
28612009-12-09 Jan Djärv <jan.h.d@swipnet.se>
2862
2863 * configure.in: Don't check for RSVG or GConf unless X11 is used.
2864
28652009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
2866
2867 * configure.in: Allow compiling Emacs with GTK on Cygwin.
2868
28692009-12-01 Glenn Morris <rgm@gnu.org>
2870
2871 * make-dist: Add etc/images/mpc directory.
2872
28732009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2874
2875 * configure.in: Don't check for GConf unless X is used.
2876
28772009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2878
2879 * configure.in: Use -Wdeclaration-after-statement if available.
2880
28812009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2882
2883 * configure.in: New option: --with(out)-gconf.
2884 Set HAVE_GCONF if we find gconf.
2885
28862009-11-17 Glenn Morris <rgm@gnu.org>
2887
2888 * Makefile.in (INFO_FILES): Add semantic.
2889
28902009-11-16 Chong Yidong <cyd@stupidchicken.com>
2891
2892 * info/dir: Add Semantic.
2893
28942009-11-16 Glenn Morris <rgm@gnu.org>
2895
2896 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
2897 pattern, so as not to exclude makefile*.el. (Bug#4912)
2898
28992009-11-14 Jan Djärv <jan.h.d@swipnet.se>
2900
2901 * configure.in: --enable-autodepend is new. Check for GNU Make
2902 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
2903 gcc and GNU make to generate dependencies.
2904
29052009-10-27 Glenn Morris <rgm@gnu.org>
2906
2907 * make-dist: Make links to doc/lispintro/*.pdf.
2908
29092009-10-23 Jim Meyering <meyering@redhat.com>
2910
2911 * configure.in: Invoke $CPP with -P when creating Makefile and
2912 src/Makefile. Without this, gcc 4.4.2 converts each
2913 backslash-newline pair in the input to a bare newline, yielding
2914 invalid Makefiles.
2915
2916 * configure: Regenerate.
2917
29182009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2919
2920 * configure.in (vax-dec-vms): Remove, not supported anymore.
2921
29222009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2923
2924 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
2925 (*-apple-darwin*): Add x86_64 architecture.
2926
29272009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
2928
2929 * config.guess, config.sub: Updated from master source.
2930
29312009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
2932
2933 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
2934
29352009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
2936
2937 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
2938
29392009-09-29 Glenn Morris <rgm@gnu.org>
2940
2941 * make-dist (check): Update for two new levels of subdirectory in lisp/.
2942
29432009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2944
2945 * config.guess, config.sub: Updated from master source.
2946
2947 * configure.in (OTHER_FILES): Define using autoconf not cpp.
2948
29492009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2950
2951 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
2952
29532009-09-13 Chong Yidong <cyd@stupidchicken.com>
2954
2955 * INSTALL: Update URL for GNU FreeFont.
2956
29572009-09-09 Glenn Morris <rgm@gnu.org>
2958
2959 * Makefile.in (install-arch-indep): Don't recursively change perms of
2960 site-lisp and infodir. There may be non-Emacs files in here, and the
2961 files supplied by Emacs are all handled explicitly already. (Bug#3800)
2962 (mkdir): Set umask to world-readable before creating directories.
2963 mkinstalldirs already checks if dirs exist, don't duplicate this test.
2964
29652009-08-29 Glenn Morris <rgm@gnu.org>
2966
2967 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
2968 (info): Don't give an error in the absence of makeinfo - let the doc
2969 Makefiles do that, if the info files need rebuilding. (Bug#3982)
2970
29712009-08-23 Ken Raeburn <raeburn@raeburn.org>
2972
2973 * Makefile.in (install-arch-indep): If the versioned DOC-####
2974 generated during loadup+dump isn't found, install the plain DOC
2975 file that always gets generated, in case CANNOT_DUMP is set.
2976
2977 * configure.in: Warn if package version specified here doesn't
2978 match the version in version.el.
2979 * configure: Regenerate.
2980
29812009-08-22 Michael Albinus <michael.albinus@gmx.de>
2982
2983 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
2984
2985 * configure: Regenerate.
2986
29872009-08-19 Glenn Morris <rgm@gnu.org>
2988
2989 * INSTALL: Remove reference to cvtmail.
2990
29912009-08-15 CHENG Gao <chenggao@gmail.com>
2992
2993 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
2994
29952009-08-02 Kevin Ryde <user42@zip.com.au>
2996
2997 * INSTALL: Fix free fonts URL.
2998
29992009-07-22 Glenn Morris <rgm@gnu.org>
3000
3001 * configure.in (AC_PREREQ): Require autoconf 2.62.
3002
30032009-07-04 Andreas Schwab <schwab@linux-m68k.org>
3004
3005 * configure.in (--enable-checking, --enable-profiling):
3006 Use AS_HELP_STRING.
3007
30082009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3009
3010 * configure.in (--enable-profiling): New option.
3011 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
3012
30132009-06-27 Glenn Morris <rgm@gnu.org>
3014
3015 * configure.in: Restore netbsd on mips, mipsel, mipseb.
3016
30172009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3018
3019 * configure.in (--enable-checking): New option.
3020
30212009-06-24 Glenn Morris <rgm@gnu.org>
3022
3023 * make-dist: Warn if subdir does not exist in source.
3024 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
3025 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
3026 No longer make links.
3027
30282009-06-24 Yavor Doganov <yavor@gnu.org>
3029
3030 * make-dist (tempdir): Don't create directories preferences.gorm
3031 and preferences.nib, they are no longer required.
3032
30332009-06-21 Chong Yidong <cyd@stupidchicken.com>
3034
3035 * Branch for 23.1.
3036
30372009-06-12 Chong Yidong <cyd@stupidchicken.com>
3038
3039 * configure.in: Delete mac-fix-env target, which has been
3040 removed (Bug#3531).
3041
30422009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3043
1154d12e 3044 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
3045
30462009-05-05 Per Starbäck <per@starback.se> (tiny change)
3047
3048 * BUGS: Use new binding of view-emacs-problems.
3049
c7015153 30502009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
3051
3052 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
3053 for Solaris compatibility.
3054
30552009-04-25 Chong Yidong <cyd@stupidchicken.com>
3056
3057 * configure: Regenerate.
3058
3059 * configure.in: Disable use of FreeType without libXft.
3060
30612009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3062
3063 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
3064 Check if it is declared in gtk.h.
3065
30662009-04-12 Andreas Schwab <schwab@linux-m68k.org>
3067
3068 * Makefile.in (install-arch-indep): Remove .gitignore files.
3069
30702009-04-03 Kenichi Handa <handa@m17n.org>
3071
3072 * INSTALL: Make the section "Complex Text Layout support
3073 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
3074
30752009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
3076
3077 * configure.in (rs6000-ibm-aix6*): Fix typo.
3078
30792009-03-04 Glenn Morris <rgm@gnu.org>
3080
3081 * Makefile.in (INFO_FILES): Add auth.
3082
30832009-03-03 Glenn Morris <rgm@gnu.org>
3084
3085 * info/dir: Add Auth-source.
3086
30872009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3088
3089 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
3090 the second.
3091
30922009-02-28 Eli Zaretskii <eliz@gnu.org>
3093
3094 * config.bat: Copy .dbxinit to _dbxinit.
3095
3096 * make-dist (Making links to `info'): Remove .gitignore.
3097
30982009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 * Makefile.in (lib-src, lisp): Use simpler rule.
3101 (src): Be more specific to avoid recompiling all the .elc files just
3102 because the bootstrap-emacs is missing.
3103
31042009-02-26 Chong Yidong <cyd@stupidchicken.com>
3105
3106 * configure.in: Require librsvg >= 2.11.
3107
31082009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3109
3110 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
3111 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
3112
31132009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3114
3115 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
3116
31172009-02-03 Glenn Morris <rgm@gnu.org>
3118
3119 * make-dist: Add some missing files, remove some that are no longer
3120 present.
3121
31222009-02-02 Glenn Morris <rgm@gnu.org>
3123
3124 * make-dist: Add some missing nextstep/ files.
3125
31262009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
3127
3128 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
3129
31302009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3131
3132 * configure.in: Add support for m68k-*-netbsd.
3133
31342009-01-14 Juri Linkov <juri@jurta.org>
3135
3136 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
3137
3138 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
3139 and bug-reference-mode.
3140
31412009-01-11 Juri Linkov <juri@jurta.org>
3142
3143 * INSTALL.CVS: Move configuration explicitly to the first step.
3144
31452009-01-09 Glenn Morris <rgm@gnu.org>
3146
3147 * .dir-locals.el: Don't set indent-tabs-mode.
3148
31492008-12-30 Kenichi Handa <handa@m17n.org>
3150
3151 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
3152 the function OTF_get_variation_glyphs.
3153
31542008-12-30 Jan Djärv <jan.h.d@swipnet.se>
3155
3156 * Makefile.in (install-arch-dep): Remove old directories in
3157 ns_app* before moving new directories there.
3158
31592008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
3160
3161 * .dir-locals.el: Remove non-working entry for pmail.
3162 (fill-column): Fix typo.
3163 (change-log-mode): Add fill column.
3164
31652008-12-26 Eli Zaretskii <eliz@gnu.org>
3166
3167 * config.bat: Produce _dir-locals.el from .dir-locals.el.
3168
31692008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
3170
3171 * make-dist (tempdir): Distribute .dir-locals.el.
3172
3173 * .dir-locals.el: New file.
3174
31752008-12-19 Eli Zaretskii <eliz@gnu.org>
3176
3177 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
3178 for rationale.
3179
31802008-12-13 Glenn Morris <rgm@gnu.org>
3181
3182 * Makefile.in (install-arch-indep): Add new man-pages.
3183 (manext): Remove variable.
3184 (MAN_PAGES): New variable.
3185 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
3186 and remove.
3187 (uninstall): Remove desktop file and icons, game scores if empty.
3188
31892008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
3190
3191 * config.guess, config.sub: Updated from master source.
3192
31932008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3194
3195 * Makefile.in (install-arch-indep): Install ebrowse.1.
3196
31972008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3198
3199 * configure.in: Add Solaris on x86_64.
3200
32012008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3202
3203 * config.guess, config.sub: Updated from master source.
3204
32052008-12-08 Eli Zaretskii <eliz@gnu.org>
3206
3207 * info/dir: Fix last change.
3208
32092008-12-07 Eli Zaretskii <eliz@gnu.org>
3210
3211 * info/dir: Untabify.
3212
32132008-11-28 Ulrich Mueller <ulm@gentoo.org>
3214
3215 * configure.in: Fix last change.
3216
32172008-11-28 Richard M Stallman <rms@gnu.org>
3218
3219 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
3220 New configurations.
3221
32222008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
3223
3224 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
3225 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
3226
32272008-11-15 Eli Zaretskii <eliz@gnu.org>
3228
3229 * Makefile.in (INFO_FILES): Remove ns-emacs.
3230
3231 * info/dir (NS-Emacs): Remove entry.
3232
32332008-11-08 Eli Zaretskii <eliz@gnu.org>
3234
3235 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
3236
32372008-11-07 Glenn Morris <rgm@gnu.org>
3238
3239 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
3240
32412008-10-31 Eli Zaretskii <eliz@gnu.org>
3242
3243 * config.bat: Tell user to expect one "File not found" message
3244 while the `doc' directory is being configured.
3245
32462008-10-30 Chong Yidong <cyd@stupidchicken.com>
3247
3248 * update-subdirs: Put obsolete directory last.
3249
32502008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
3251
3252 * configure.in: Check fontconfig always.
3253
32542008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3255
3256 * configure (*-solaris2.[7-9]*): Fix typo.
3257
32582008-10-24 Glenn Morris <rgm@gnu.org>
3259
3260 * configure.in (--without-sync-input, --with-pkg-config-prog):
3261 Help strings start with lower case.
3262 (--with-gnustep-conf): New option.
3263 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
3264
32652008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
3266
3267 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
3268 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
3269 is not found. (Bug#1230)
3270
32712008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3272
3273 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
3274 Use sol2-6.h for Solaris 7-9.
3275
32762008-10-18 Ulrich Mueller <ulm@gentoo.org>
3277
3278 * configure.in: Add support for GNU/Linux on SuperH.
3279
32802008-10-12 Andreas Schwab <schwab@suse.de>
3281
3282 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
3283
1a71cb28 32842008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
3285
3286 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
3287 "X") to avoid confusion.
3288
3289 * configure: Regenerate.
3290
32912008-09-07 Romain Francoise <romain@orebokech.com>
3292
3293 * make-dist: Distribute doc/man/ChangeLog.
3294
32952008-08-28 Chong Yidong <cyd@stupidchicken.com>
3296
3297 * configure.in: Disable XFT and Freetype when without X.
3298
3299 * configure: Regenerate.
3300
33012008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
3302
3303 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
3304
33052008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
3306
3307 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
3308 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
3309
3310 * configure: Regenerate.
3311
33122008-08-20 Eli Zaretskii <eliz@gnu.org>
3313
3314 * configure.in: Move "#define subprocesses" before
3315 config_opsysfile is included.
3316
33172008-08-19 Kenichi Handa <handa@m17n.org>
3318
3319 * INSTALL (Extra fonts): Mention local fonts, don't mention
3320 mule-unicode.
3321
33222008-08-16 Chong Yidong <cyd@stupidchicken.com>
3323
3324 * make-dist: Omit info/.arch-inventory.
3325
33262008-08-16 Jason Rumney <jasonr@gnu.org>
3327
3328 * make-dist (tempdir/nt): Link emacsclient.rc.
3329
33302008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3331
3332 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
3333 AC_SUBST it.
3334 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
3335 AC_SUBST it.
3336 (OTHER_FILES): Always define for HAVE_NS.
3337 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
3338 * configure: Regenerate.
3339
33402008-08-07 Andreas Schwab <schwab@suse.de>
3341
3342 * configure.in: Correctly handle
3343 --enable-cocoa-experimental-ctrl-g=no and
3344 --enable-ns-self-contained=yes.
3345
33462008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3347
3348 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
3349 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
3350 bother undef'ing since won't have desired effect.
3351
33522008-08-06 Andreas Schwab <schwab@suse.de>
3353
3354 * configure.in: Fix quoting.
3355
33562008-08-06 Chong Yidong <cyd@stupidchicken.com>
3357
3358 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
3359
33602008-08-05 Ulrich Mueller <ulm@gentoo.org>
3361
3362 * configure.in: Add checks for krb5_error.text and
3363 krb5_error.e_text struct members.
3364
33652008-08-04 Chong Yidong <cyd@stupidchicken.com>
3366
3367 * configure.in: Test for existence of NSInteger.
3368 Suggested by Yavor Doganov.
3369
33702008-08-02 Romain Francoise <romain@orebokech.com>
3371
3372 * Makefile.in (INFO_FILES): Add mairix-el.
3373
33742008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3375
3376 * make-dist:
3377 * README: Remove VMS support.
3378 * vms: Remove directory.
3379
33802008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3381
3382 * configure.in (MULTI_KBOARD): Remove.
3383
33842008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3385
3386 * configure.in (DO_BLOCK_INPUT): Remove, unused.
3387
33882008-07-29 Chong Yidong <cyd@stupidchicken.com>
3389
3390 * info/dir (File): Add mairix-el.
3391
33922008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3393
3394 Remove support for Mac Carbon.
3395 * mac: Remove directory.
3396 * make-dist:
3397 * configure.in:
3398 * README:
3399 * Makefile.in:
3400 * INSTALL: Remove code for Carbon.
3401 * configure: Regenerate.
3402
34032008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3404
3405 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
3406
34072008-07-25 Chong Yidong <cyd@stupidchicken.com>
3408
3409 * configure.in: Check for getrlimit.
3410
3411 * configure: Regenerate.
3412
34132008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
3414
3415 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
3416 in src/Makefile.in.
3417 (static): Remove, autoconf would always comment it out anyway.
3418 (subprocesses): Define unconditionally.
3419
34202008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
3421
3422 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
3423 compilation under GNUstep.
3424
34252008-07-18 Kenichi Handa <handa@m17n.org>
3426
3427 * INSTALL (Complex Text Layout support libraries): Delete the
3428 paragraph about --enable-font-backend.
3429
34302008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
3431
3432 * configure.in: Print out some info to user for NeXTstep builds.
3433 (ns-app): Remove enable option.
3434 (ns-self-contained): Add enable option.
3435 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
3436 GNUstep, use to set install prefixes, and substitute in Makefiles.
3437 * configure: Regenerate.
3438 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
3439 NS app bundle.
3440
34412008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3442
3443 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
3444
34452008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
3446
3447 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
3448 NS_IMPL_COCOA.
3449
34502008-07-16 Glenn Morris <rgm@gnu.org>
3451
3452 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
3453 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
3454 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
3455 never unset.
3456
3457 * make-dist: Add nextstep/ directories.
3458 (src, lib-src): Add .m files.
3459
34602008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3461
3462 * configure.in (freebsd, kfreebsd): Undo part of previous change.
3463 (USER_FULL_NAME): Remove, not used anymore.
3464 * configure: Regenerate.
3465
34662008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3467
3468 Changes and additions for NeXTstep windowing system (Cocoa and
3469 GNUstep) support.
3470
3471 * configure.in: Add support for NS window system: --with-ns (default
3472 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
3473 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
3474 disable font backend if window system is "none", not if !HAVE_X11.
3475 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
3476 (install-arch-dep): Add commands to assemble NS .app package.
3477
34782008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
3479
3480 * configure.in: Use macppc for Darwin. Remove references to
3481 desupported systems.
3482 * configure: Regenerate.
3483
34842008-07-05 Glenn Morris <rgm@gnu.org>
3485
3486 * make-dist (EMACS): Doc fix.
3487 (lisp): There are no *.dat or image files here any more.
3488 (src): There are no *.s files here any more.
3489 (etc/images, etc/images/*): Link to most regular files.
3490
34912008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3492
3493 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
3494
34952008-07-01 Glenn Morris <rgm@gnu.org>
3496
3497 * configure.in (cpp_undefs): Rename from `undefs', update uses.
3498 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
3499 and explicitly export there. (Bug#507.)
3500
35012008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3502
3503 * configure.in:
3504 * configure: Remove references to obsolete systems.
3505
35062008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3507
3508 * Makefile.in (Makefile): Use it for its timestamp value as well, and
3509 make it depend on all other */.in files.
3510 (src/Makefile, src/config.stamp, lib-src/Makefile)
3511 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
3512 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
3513 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
3514 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
3515
3516 * configure.in: Don't create src/config.stamp any more.
3517
35182008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3519
3520 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
3521
35222008-06-22 Glenn Morris <rgm@gnu.org>
3523
3524 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
3525
35262008-06-21 Romain Francoise <romain@orebokech.com>
3527
3528 * Makefile.in (INFO_FILES): Add sasl.
3529
35302008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3531
3532 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
3533 (bootstrap-build): Remove.
3534 (top_bootclean): New var.
3535 (top_distclean, bootstrap-clean): Use it.
3536 (bootstrap): Don't recheck config. Make normally.
3537
35382008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3539
3540 * Makefile.in (SUBDIR): Include `lisp'.
3541 (lisp): Depend on `src'.
3542 (top_distclean): Don't remove config.status.
3543 (bootstrap-clean): New target.
3544 (maintainer-clean): Use it.
3545 (bootstrap): Use bootstrap-clean. Re-run config.status.
3546 (src/bootstrap-emacs${EXEEXT}): New target.
3547 (bootstrap-build): Use it. Don't use bootstrap-prepare because
3548 src/Makefile now takes care of it.
3549 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
3550
35512008-06-15 Glenn Morris <rgm@gnu.org>
3552
3553 * info/dir: Add sasl.
3554
35552008-06-09 Alan Mackenzie <acm@muc.de>
3556
3557 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
3558
35592008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
3560
3561 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
3562
35632008-06-07 Glenn Morris <rgm@gnu.org>
3564
3565 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
3566 serve no purpose.
3567
35682008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3569
3570 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
3571 * configure: Regenerate.
3572
35732008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3574
3575 * update-subdirs: Don't touch subdirs.el if it is unchanged.
3576
35772008-05-14 Kenichi Handa <handa@m17n.org>
3578
3579 * configure: Regenerate.
3580
3581 * configure.in: Don't handle --disable-font-backend. Don't print
3582 a message about a font backend.
3583
35842008-05-09 Glenn Morris <rgm@gnu.org>
3585
3586 * configure.in: Make absence of makeinfo a fatal error only if the info
3587 files don't exist.
3588 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
3589
35902008-05-07 Eli Zaretskii <eliz@gnu.org>
3591
3592 * config.bat: Fix last change: don't use < and > in "rem" lines,
3593 they are interpreted as redirection by DOS shells.
3594
35952008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3596
3597 * configure.in: Check availability of AvailabilityMacros.h
3598 if HAVE_CARBON.
3599
3600 * configure: Regenerate.
3601
36022008-05-03 Glenn Morris <rgm@gnu.org>
3603
3604 * configure.in (x_libraries): Remove standard 64-bit directories -
3605 experimental workaround for minor autoconf bug.
3606
3607 * configure.in (--without-makeinfo): New option. If set,
3608 absence of suitable makeinfo is not a fatal error.
3609 * Makefile.in (MAKEINFO): New, set by configure.
3610 (install-arch-indep): Without makeinfo, ignore any missing manuals.
3611 (info-real): New target.
3612 (info): Without makeinfo, do nothing, else call `info-real'.
3613
36142008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3615
3616 * configure.in: Remove hpux10.20 from the desupported list.
3617
36182008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3619
3620 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
3621
36222008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3623
3624 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
3625 rather than change CPPFLAGS.
3626 (HAVE_GTK): Rename to USE_GTK.
3627
36282008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
3629
3630 * configure.in: Replace the obsolete macros AC_AIX and
3631 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
3632
36332008-04-05 Andreas Schwab <schwab@suse.de>
3634
3635 * configure.in: No longer create admin/unidata/Makefile.
3636
36372008-03-28 Andreas Schwab <schwab@suse.de>
3638
3639 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
3640 (lisp/Makefile): New rule.
3641
36422008-03-13 Glenn Morris <rgm@gnu.org>
3643
3644 * configure.in (AC_INIT): Fix version number.
3645 (sync-input): Reword the option, since it's on by default.
3646
36472008-03-11 Jan Djärv <jan.h.d@swipnet.se>
3648
3649 * configure.in: Add --enable-sync-input, default yes.
3650
36512008-03-11 Glenn Morris <rgm@gnu.org>
3652
3653 * Makefile.in (install-etc, mkdir): Handle directory
3654 etc/images/icons/hicolor/*/mimetypes/.
3655
3656 * make-dist: Handle icons/hicolor/scalable directory.
3657
36582008-03-05 Glenn Morris <rgm@gnu.org>
3659
3660 * configure.in: Enable font-backend by default.
3661 (USE_FONT_BACKEND): Set to "no" in absence of X.
3662 (PKG_CONFIG): Don't set multiple times, once is enough.
3663 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
3664
36652008-03-03 Glenn Morris <rgm@gnu.org>
3666
3667 * Makefile.in (iconsrcdir): New variable.
3668 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
3669 directory.
3670
36712008-02-29 Glenn Morris <rgm@gnu.org>
3672
3673 * test/: New directory.
3674
36752008-02-27 Jan Djärv <jan.h.d@swipnet.se>
3676
3677 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
3678
36792008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
3680
3681 * configure.in: Print an error for systems that we think are obsolete
3682 and are proposed to be removed. Remove some more unused systems.
3683 Add support for powerpc-ibm-aix6*.
3684
36852008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3686
3687 * configure.in: Remove references to obsolete variables and systems.
3688
36892008-02-21 Glenn Morris <rgm@gnu.org>
3690
3691 * Makefile.in (set_installuser): New.
3692 (install-arch-indep): Use set_installuser to avoid duplicate code.
3693
3694 * README.unicode: Split into admin/notes/unicode,font-backend and
3695 remove.
3696
36972008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
3698
3699 * configure.in (arm*-*-freebsd*): Add.
3700
37012008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
3702
3703 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
3704 dealing with obsolete variables.
3705
37062008-02-08 Glenn Morris <rgm@gnu.org>
3707
3708 * Makefile.in (check-info-dir): New target.
3709
37102008-02-08 Michael Olson <mwolson@gnu.org>
3711
3712 * Makefile.in (INFO_FILES): Add epa.
3713
3714 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
3715 features" section.
3716
37172008-02-06 Glenn Morris <rgm@gnu.org>
3718
3719 * configure.in (--with-gcc): Give an error saying this option has
3720 been removed.
3721 (--with-gtk): Remove this option.
3722
37232008-02-06 Tom Tromey <tromey@redhat.com>
3724
3725 * configure.in (--with-gcc): Remove.
3726 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
3727
37282008-02-05 Ulrich Mueller <ulm@gentoo.org>
3729
3730 * INSTALL: Recommend giflib, not libungif.
3731
37322008-02-05 Tom Tromey <tromey@redhat.com>
3733
3734 * configure.in (--with-dbus): Default to enabled.
3735
37362008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
3737
3738 * INSTALL (Complex Text Layout support libraries): New section.
3739
37402008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
3741
3742 * make-dist: Remove references to files in mac/ that have been
3743 deleted.
3744
37452008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3746
3747 * configure.in: For libotf and m17n-flt checks, set shell vars
3748 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
3749 pkg_check_m17n_flt, respectively, for the sake of the summary output.
3750 Reported by Ulrich Mueller.
3751
37522008-02-02 Eli Zaretskii <eliz@gnu.org>
3753
3754 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
3755 admin/unidata/Makefile.in to Makefile.
3756
37572008-02-02 Glenn Morris <rgm@gnu.org>
3758
3759 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
3760 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
3761 (HAVE_XFT): Add "Does Emacs use..." messages at end.
3762
37632008-02-01 Miles Bader <miles@gnu.org>
3764
3765 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
3766 [libotf], and [m17n-flt] options.
3767
37682008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3769
3770 * configure.in: Add EMACS_ARG_N([libotf]...), and
3771 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
3772 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
3773 CFLAGS, and LIBS in checking of m17n-flt.
3774
37752008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3776
3777 * configure.in: Check the availability of m17n-flt library.
3778
37792008-02-01 Kenichi Handa <handa@m17n.org>
3780
3781 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
3782 not available.
3783
37842008-02-01 Kenichi Handa <handa@m17n.org>
3785
3786 * configure.in: New args --enable-font-backend, --with-xft,
3787 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
3788 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
3789 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
3790 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
3791
37922008-02-01 Kenichi Handa <handa@m17n.org>
3793
3794 * make-dist: Include etc/charsets in tarball.
3795
37962008-02-01 Kenichi Handa <handa@m17n.org>
3797
3798 * configure.in: While running cpp on junk.c, include
3799 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
3800 exists.
3801
38022008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3803
3804 * configure.in (xtensa): Match more configurations.
3805
38062008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
3807
3808 * configure.in: Update comment.
3809
38102008-01-26 Glenn Morris <rgm@gnu.org>
3811
3812 * configure.in (--without-gcc): By default, neither off nor on.
3813 (--with-carbon): Tone down rhetoric in help text.
3814
38152008-01-25 Glenn Morris <rgm@gnu.org>
3816
3817 * configure.in: Correct usage of OPTION_DEFAULT_ON,
3818 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
3819 Default `Carbon' to off (it's unsupported).
3820
38212008-01-24 Glenn Morris <rgm@gnu.org>
3822
3823 * configure.in: Standardize dbus-related messages.
3824
38252008-01-23 Michael Olson <mwolson@gnu.org>
3826
3827 * configure.in (pkg-config-prog): Remove initial whitespace.
3828
38292008-01-23 Tom Tromey <tromey@redhat.com>
3830
3831 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
3832 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
3833 Update all users.
3834
38352008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
3836
3837 * config.guess, config.sub: Updated from master source.
3838
38392008-01-17 Andreas Schwab <schwab@suse.de>
3840
3841 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
3842
38432008-01-17 Glenn Morris <rgm@gnu.org>
3844
3845 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
3846
38472008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
3848
3849 * configure.in: Remove more references to unsupported systems.
3850
38512008-01-16 Sven Joachim <svenjoac@gmx.de>
3852
3853 * make-dist: Add --lzma.
3854
38552008-01-16 Glenn Morris <rgm@gnu.org>
3856
3857 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
3858 configure checks for this.
3859
38602008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
3861
3862 * configure.in: Remove more references to unsupported systems.
3863
38642008-01-06 Romain Francoise <romain@orebokech.com>
3865
3866 * configure.in: Delete extra semicolons.
3867
38682008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3869
3870 * configure.in: Remove references to unsupported systems.
3871
38722008-01-05 Romain Francoise <romain@orebokech.com>
3873
3874 * make-dist: Add --bzip2. Update copyright.
3875
38762008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3877
3878 * configure.in: Remove support for Masscomp.
3879
38802008-01-05 Glenn Morris <rgm@gnu.org>
3881
3882 * Makefile.in (desktopdir, icondir): New variables.
3883 (install-arch-indep): Also depend on `install-etc'.
3884 (install-etc): New target.
3885 (mkdir): Also create the `applications' and `icons' directories.
3886
38872008-01-04 Glenn Morris <rgm@gnu.org>
3888
3889 * make-dist: Update for new etc/images/icons/hicolor directory.
3890
38912007-12-09 Andreas Schwab <schwab@suse.de>
3892
3893 * configure.in: D-Bus is not enabled by default.
3894
38952007-12-06 Jan Djärv <jan.h.d@swipnet.se>
3896
3897 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
3898 change.
3899
39002007-12-04 Jan Djärv <jan.h.d@swipnet.se>
3901
3902 * configure.in: Give package name and version to AC_INIT.
3903
39042007-12-03 Magnus Henoch <mange@freemail.hu>
3905
3906 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
3907
39082007-12-03 Michael Albinus <michael.albinus@gmx.de>
3909
3910 * configure.in: No need for DBUS_INFO anymore.
3911
3912 * Makefile.in (INFO_FILES): Use dbus unconditionally.
3913
39142007-12-02 Michael Albinus <michael.albinus@gmx.de>
3915
3916 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
3917
3918 * Makefile.in (INFO_FILES): Add dbus.
3919
39202007-12-02 Romain Francoise <romain@orebokech.com>
3921
3922 * make-dist: Fix last change.
3923
39242007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
3925
3926 * configure.in: Add support for gnu-kfreebsd.
3927
39282007-11-28 Glenn Morris <rgm@gnu.org>
3929
3930 * make-dist: Add etc/nxml.
3931
39322007-11-24 Romain Francoise <romain@orebokech.com>
3933
3934 * Makefile.in (INFO_FILES): Add nxml-mode.
3935
39362007-11-23 Romain Francoise <romain@orebokech.com>
3937
3938 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
3939 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
3940
39412007-11-20 Andreas Schwab <schwab@suse.de>
3942
3943 * configure.in: Always include <resolv.h> when checking for res_init.
3944
39452007-11-17 Andreas Schwab <schwab@suse.de>
3946
3947 * update-subdirs: Atomically update subdirs.el.
3948
39492007-11-17 Glenn Morris <rgm@gnu.org>
3950
3951 * Makefile.in (check-declare): New target.
3952
39532007-11-07 Glenn Morris <rgm@gnu.org>
3954
3955 * configure.in: Deprecate Mac Carbon port.
3956
39572007-11-01 Jan Djärv <jan.h.d@swipnet.se>
3958
3959 * configure.in: Remove HAVE_X11R5 check.
3960
39612007-10-31 Glenn Morris <rgm@gnu.org>
3962
3963 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
3964 when changing ownership of installed files.
3965
39662007-10-30 Glenn Morris <rgm@gnu.org>
3967
3968 * make-dist: Add new directory etc/gnus.
3969
39702007-10-30 Michael Olson <mwolson@gnu.org>
3971
3972 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
3973
39742007-10-29 Glenn Morris <rgm@gnu.org>
3975
3976 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
3977
39782007-10-23 Glenn Morris <rgm@gnu.org>
3979
3980 * MAINTAINERS: Move to admin/.
3981
39822007-10-17 Chong Yidong <cyd@stupidchicken.com>
3983
3984 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
3985 (HAVE_LIBRESOLV): Also define if we are using res_init().
3986
39872007-10-17 Glenn Morris <rgm@gnu.org>
3988
3989 * FTP: Remove file, since it's just a duplicate of one in etc/.
3990
39912007-10-05 Eli Zaretskii <eliz@gnu.org>
3992
3993 * config.bat: Fix configuring `doc' due to changes in the
3994 directory structure.
3995
39962007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
3997
3998 * configure.in: Don't use -lpthread on HP-UX.
3999
40002007-09-16 Glenn Morris <rgm@gnu.org>
4001
4002 * make-dist: File gfdl.1 has been removed.
4003
40042007-09-15 Glenn Morris <rgm@gnu.org>
4005
4006 * configure.in: Fix makeinfo version regexp.
4007
40082007-09-12 Glenn Morris <rgm@gnu.org>
4009
4010 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
4011 implementation of alloca is not found.
4012
4013 * Makefile.in (SOURCES, unlock, relock): Delete.
4014 (install-arch-indep): Do not exclude the etc/ Makefiles.
4015
40162007-09-09 Juri Linkov <juri@jurta.org>
4017
4018 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
4019
4020 * README: Add doc/ to documentation directories.
4021
40222007-09-08 Michael Olson <mwolson@gnu.org>
4023
4024 * MAINTAINERS: Add myself for ERC and tq.el.
4025 Update for new doc/ directory layout.
4026
40272007-09-06 Romain Francoise <romain@orebokech.com>
4028
4029 * make-dist: Update for new doc/ directory layout.
4030
40312007-09-06 Glenn Morris <rgm@gnu.org>
4032
4033 * Makefile.in (mansrcdir): New variable.
4034 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
4035 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
4036 update these targets for new doc/ directory layout.
4037 (doc/misc/Makefile): New target.
4038 (install-arch-indep): Use mansrcdir for new location of manpages.
4039 (mostlyclean, clean, distclean, maintainer-clean, unlock)
4040 (relock, info, dvi): Update targets for new doc/ directory layout.
4041
4042 * configure.in (AC_OUTPUT): Update names of generated Makefiles
4043 for new doc/ directory layout.
4044
40452007-09-02 Andreas Schwab <schwab@suse.de>
4046
4047 * configure.in: Use AS_HELP_STRING throughout.
4048 * configure: Regenerate.
4049
40502007-09-02 Jan Djärv <jan.h.d@swipnet.se>
4051
4052 * configure.in: Require Gtk/Glib 2.6.
4053
40542007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4055
4056 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
4057 Use them throughout in place of AC_ARG_WITH calls.
4058 * configure: Regenerate.
4059
40602007-09-01 Andreas Schwab <schwab@suse.de>
4061
4062 * configure.in: Put quotes around nested macro calls.
4063
40642007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4065
4066 * configure.in: Fix typo.
4067 * configure: Regenerate.
4068
40692007-08-30 Glenn Morris <rgm@gnu.org>
4070
4071 * configure.in (AH_BOTTOM): Copy some manual changes made to
4072 src/config.in here so they are not lost when it regenerates.
4073
4074 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
4075
40762007-08-29 Károly Lőrentey <karoly@lorentey.hu>
4077
4078 * README.multi-tty: New file.
4079
40802007-08-29 Glenn Morris <rgm@gnu.org>
4081
4082 * README: Increase version to 23.0.50.
4083
40842007-08-29 Jan Djärv <jan.h.d@swipnet.se>
4085
4086 * configure.in: New option: --without-xaw3d.
4087
40882007-08-24 Glenn Morris <rgm@gnu.org>
4089
4090 * configure.in: Check for a suitably recent makeinfo.
4091
40922007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4093
4094 * configure.in (Check for required libraries): Typo.
4095
40962007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4097
4098 * configure.in: Check librsvg2 also for Mac Carbon.
4099
41002007-08-22 Romain Francoise <romain@orebokech.com>
4101
4102 * make-dist: Follow reorganization of files in etc/.
4103
41042007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4105
4106 * configure.in: Add support for SVG images through librsvg2.
4107
41082007-07-28 Eli Zaretskii <eliz@gnu.org>
4109
4110 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
4111 to avoid an error message if there is no DOC there.
4112
41132007-07-25 Glenn Morris <rgm@gnu.org>
4114
4115 * Relicense all FSF files to GPLv3 or later.
4116
4117 * COPYING, info/COPYING: Switch to GPLv3.
4118
41192007-06-20 Jan Djärv <jan.h.d@swipnet.se>
4120
4121 * configure.in: Complain if X seems to be installed but no
4122 development files were found.
4123
41242007-06-20 Glenn Morris <rgm@gnu.org>
4125
4126 * configure.in: Prefer libgif over libungif.
4127
41282007-06-14 Jan Djärv <jan.h.d@swipnet.se>
4129
4130 * configure.in: Check for all image libraries before exiting.
4131
41322007-06-13 Jan Djärv <jan.h.d@swipnet.se>
4133
4134 * configure.in: Exit with error if image libraries aren't found.
4135
41362007-06-13 Chong Yidong <cyd@stupidchicken.com>
4137
4138 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
4139 when compiling without scrollbars.
4140
41412007-06-12 Glenn Morris <rgm@gnu.org>
4142
4143 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
4144
41452007-06-11 Jan Djärv <jan.h.d@swipnet.se>
4146
4147 * configure.in: Change wording about yes/gtk and lucid/athena
4148 being synonyms.
4149
41502007-06-08 Glenn Morris <rgm@gnu.org>
4151
4152 * configure.in: Make gtk the default toolkit.
4153
41542007-06-07 Glenn Morris <rgm@gnu.org>
4155
4156 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
4157 for a Sun C compiler.
4158
4159 * Makefile.in (install-arch-indep): Install only the DOC- file
4160 specific to the build, if possible, rather than DOC-*.
4161
41622007-06-02 Chong Yidong <cyd@stupidchicken.com>
4163
4164 * Version 22.1 released.
4165
41662007-05-25 Chong Yidong <cyd@stupidchicken.com>
4167
4168 * mkinstalldirs: Sync to version in automake CVS.
4169
41702007-05-22 Andreas Schwab <schwab@suse.de>
4171
4172 * configure.in: Prefer build_alias over host when host_alias is not set.
4173 * configure: Regenerate.
4174
41752007-05-20 Andreas Schwab <schwab@suse.de>
4176
4177 * configure.in: Remove empty AC_SUBST.
4178 * configure: Regenerate.
4179
41802007-05-20 Nick Roberts <nickrob@snap.net.nz>
4181
4182 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
4183 it like others.
4184 * configure: Regenerate.
4185
41862007-05-20 Nick Roberts <nickrob@snap.net.nz>
4187
4188 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
4189 (AC_CHECK_LIB): Add -lgpm.
4190 * configure: Regenerate.
4191
41922007-05-03 Glenn Morris <rgm@gnu.org>
4193
4194 * configure: Tweak message about the absence of shell functions.
4195
41962007-04-27 Andreas Schwab <schwab@suse.de>
4197
4198 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
4199
42002007-04-26 Glenn Morris <rgm@gnu.org>
4201
4202 * README: Increase version to 22.1.50.
4203
42042007-04-24 Juanma Barranquero <lekktu@gmail.com>
4205
4206 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
4207
42082007-04-19 Glenn Morris <rgm@gnu.org>
4209
4210 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
4211
42122007-04-18 Glenn Morris <rgm@gnu.org>
4213
4214 * INSTALL: Mention CPP.
4215
42162007-04-15 Glenn Morris <rgm@gnu.org>
4217
4218 * FTP: Replace with a pointer to the web version.
4219
42202007-04-13 Glenn Morris <rgm@gnu.org>
4221
4222 * INSTALL: In lib-src, timer, wakeup, yow are removed.
4223
42242007-04-04 Glenn Morris <rgm@gnu.org>
4225
4226 * configure.in (NON_GNU_CPP): Use associated preprocessor when
4227 compiling with Sun Studio on Solaris.
4228
42292007-03-23 Glenn Morris <rgm@gnu.org>
4230
4231 * configure.in: Restore support for hp800 (removed 2007-01-27)
4232 following clarification of legal status.
4233
42342007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
4235
4236 * configure.in: Add support for AIX4.3 on IBM RS6000.
4237
4238 * configure: Regenerate.
4239
42402007-03-20 Richard Stallman <rms@gnu.org>
4241
4242 * configure.in: Fix previous change.
4243
42442007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
4245
4246 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
4247 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
4248 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
4249
42502007-03-19 Chong Yidong <cyd@stupidchicken.com>
4251
4252 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
4253 user specifies "without".
4254
4255 * configure: Regenerate.
4256
42572007-03-18 Jan Djärv <jan.h.d@swipnet.se>
4258
4259 * configure.in: Warning for Gtk+ and Cygwin added.
4260 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
4261
42622007-02-27 Glenn Morris <rgm@gnu.org>
4263
4264 * make-dist (oldXMenu): Remove Imakefile.
4265 (etc/images): Add README.
4266
42672007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4268
4269 * configure.in (xtensa-*-linux-gnu*): New configuration.
4270
4271 * configure: Regenerate.
4272
42732007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
4274
4275 * config.guess, config.sub: Updated from master source.
4276
42772007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4278
4279 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
4280
42812007-01-29 Chong Yidong <cyd@stupidchicken.com>
4282
4283 * configure.in: Restore support for hp800's not running HP-UX.
4284
4285 * configure: Regenerate.
4286
42872007-01-27 Chong Yidong <cyd@stupidchicken.com>
4288
4289 * configure.in: Remove support for hp800 and sr2k machine types.
4290
4291 * configure: Regenerate.
4292
42932007-01-26 Jan Djärv <jan.h.d@swipnet.se>
4294
4295 * configure.in: Add check for libXft.
4296
42972007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4298
4299 * INSTALL: Info files moved to share/info.
4300
43012007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
4302
4303 * configure.in: Detect and use fink-installed in intel-based Mac
4304 builds; change Apple Darwin section to support both PowerPC and
4305 Intel-based Macs.
4306
43072006-12-26 Andreas Schwab <schwab@suse.de>
4308
4309 * Makefile.in (datarootdir): Define.
4310
43112006-12-24 Richard Stallman <rms@gnu.org>
4312
4313 * configure.in: Require Autoconf 2.61.
4314
43152006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
4316
4317 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
4318 Remove redundant entry for powerpc-apple-netbsd.
4319
4320 * configure: Regenerate.
4321
43222006-12-22 Chong Yidong <cyd@stupidchicken.com>
4323
4324 * configure: Regenerate with autoconf 2.61.
4325
43262006-12-20 Jan Djärv <jan.h.d@swipnet.se>
4327
4328 * configure.in: Detect alsa/asoundlib.h also.
4329 * configure: Regenerate.
4330
43312006-12-19 Jan Djärv <jan.h.d@swipnet.se>
4332
4333 * configure.in: Check if GTK+ compiles at all.
4334
43352006-12-10 Andreas Schwab <schwab@suse.de>
4336
4337 * configure.in: Remove check for struct timezone, its result is
4338 never used.
4339
43402006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
4341
4342 * configure.in: Add support for Solaris 10 on x86-64.
4343
43442006-12-08 Jan Djärv <jan.h.d@swipnet.se>
4345
4346 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
4347 of PKG_CONFIG_PATH.
4348
43492006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4350
4351 * configure.in (HAVE_SYNC): New test.
4352
43532006-12-03 Glenn Morris <rgm@gnu.org>
4354
4355 * Makefile.in: Fix Copyright format.
4356
4357 * configure.in (AH_TOP): Add missing Copyright year.
4358
4359 * update-subdirs: Add missing Copyright years.
4360
43612006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
4362
4363 * Makefile.in: Touch only the parts of the share/emacs directory
4364 specific to this version.
4365
43662006-11-26 Chong Yidong <cyd@stupidchicken.com>
4367
4368 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
4369
43702006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4371
4372 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
4373
43742006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4375
4376 * configure.in: Prefer X11 to Carbon only when some X-specific
4377 option is specified (Thanks to Jan Djärv and Andreas Schwab).
4378
43792006-11-04 Romain Francoise <romain@orebokech.com>
4380
4381 * Makefile.in (bootstrap-clean-before): Fix typo.
4382 Use new target `bootstrap-clean' in the leim subdirectory.
4383
43842006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4385
4386 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
4387
43882006-10-30 Chong Yidong <cyd@stupidchicken.com>
4389
4390 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
4391 directories.
4392
43932006-10-29 Jeramey Crawford <jeramey@jeramey.com>
4394
4395 * configure.in: Enable x86-64 OpenBSD compilation.
4396
43972006-10-28 Glenn Morris <rgm@gnu.org>
4398
4399 * AUTHORS: Add cal-html.el author.
4400
44012006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4402
4403 * make-dist: Make links to mac/make-package and
4404 mac/Emacs.app/Contents/Resources/Emacs.icns.
4405
44062006-10-27 Chong Yidong <cyd@stupidchicken.com>
4407
4408 * README: Bump version number to 22.0.90.
4409
44102006-10-23 Andreas Schwab <schwab@suse.de>
4411
4412 * configure.in: Make sure x_default_search_path is always set even
4413 when x_libraries is empty, and look in .../share as well for each
4414 library directory.
4415
44162006-09-28 Kenichi Handa <handa@m17n.org>
4417
4418 * configure.in (locallisppath): Don't include leim dir.
4419 (lisppath): Include leim dir.
4420
44212006-09-15 Jay Belanger <belanger@truman.edu>
4422
4423 * COPYING: Replace "Library Public License" by "Lesser Public
4424 License" throughout.
4425
44262006-09-11 Paul Eggert <eggert@cs.ucla.edu>
4427
4428 * make-dist (EMACS): Exit and fail if the EMACS environment
4429 variable is set to something other than an absolute file name.
4430
44312006-08-16 Andreas Schwab <schwab@suse.de>
4432
4433 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
4434 of hardcoding it.
4435
44362006-08-16 Richard Stallman <rms@gnu.org>
4437
4438 * INSTALL.CVS: Clean up wording.
4439
44402006-07-14 Eli Zaretskii <eliz@gnu.org>
4441
4442 * configure.in (PKG_CHECK_MODULES): Redirect the output of
4443 $PKG_CONFIG --exists "$2" to config.log.
4444 * configure: Regenerate.
4445
1a71cb28 44462006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
4447
4448 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
4449
44502006-07-09 Kim F. Storm <storm@cua.dk>
4451
4452 * CONTRIBUTE: Use outline format.
4453 Add section on copyright years (from admin/notes/years).
4454
44552006-07-08 Eli Zaretskii <eliz@gnu.org>
4456
4457 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
4458 to /dev/null, since we don't need the error message, just the
4459 exit status.
4460
44612006-07-07 Eli Zaretskii <eliz@gnu.org>
4462
4463 * CONTRIBUTE: Slight formatting changes and typo fixes.
4464 Add description of NEWS markings.
4465
44662006-07-07 Kim F. Storm <storm@cua.dk>
4467
4468 * CONTRIBUTE: Mention INSTALL.CVS.
4469
44702006-07-05 Romain Francoise <romain@orebokech.com>
4471
4472 * make-dist (top-level): Add CONTRIBUTE.
4473
44742006-07-04 Richard Stallman <rms@gnu.org>
4475
4476 * CONTRIBUTE: Much rewrite.
4477
44782006-07-04 Nick Roberts <nickrob@snap.net.nz>
4479
4480 * CONTRIBUTE: New file.
4481
44822006-06-24 Eli Zaretskii <eliz@gnu.org>
4483
4484 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
4485
44862006-05-18 Jan Djärv <jan.h.d@swipnet.se>
4487
4488 * configure.in: Add check for ALSA.
4489
44902006-05-06 Eli Zaretskii <eliz@gnu.org>
4491
4492 * Makefile.in (INFO_FILES): Remove emacs-xtra.
4493
4494 * info/dir: Remove the Emacs-Xtra entry.
4495
44962006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
4497
4498 Update copyright year(s) in many files.
4499
45002006-04-01 Eli Zaretskii <eliz@gnu.org>
4501
4502 * configure: Regenerated.
4503
45042006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4505
4506 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
4507 --without-toolkit-scroll-bars was specified.
4508
45092006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
4510
4511 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
4512 to CFLAGS. Update Copyright years written to src/config.in.
4513
45142006-03-18 Claudio Fontana <claudio@gnu.org>
4515
4516 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
4517 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
4518 to be installed/uninstalled.
4519 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
4520 to Info files installed by Emacs.
4521
45222006-03-03 Claudio Fontana <claudio@gnu.org>
4523
4524 * Makefile.in (install, uninstall): Add DESTDIR variable to
4525 support staged installations.
4526
45272006-02-14 Richard M. Stallman <rms@gnu.org>
4528
4529 * configure.in (s390x-*-linux-gnu*): New configuration.
4530
45312006-01-31 Jan Djärv <jan.h.d@swipnet.se>
4532
4533 * configure.in: Require GTK 2.4 or newer.
4534
45352006-01-29 Michael Olson <mwolson@gnu.org>
4536
4537 * Makefile.in (install-arch-indep, uninstall): Add ERC.
4538 * info/dir (ERC): New entry.
4539
45402006-01-29 Eli Zaretskii <eliz@gnu.org>
4541
4542 * info/dir: Fix last change.
4543
45442006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4545
4546 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
4547
45482006-01-27 Eli Zaretskii <eliz@gnu.org>
4549
4550 * info/dir: Untabify the whole file.
4551 (Rcirc): New entry.
4552
45532006-01-12 Andreas Schwab <schwab@suse.de>
4554
4555 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
4556 check.
4557
45582006-01-02 Chong Yidong <cyd@stupidchicken.com>
4559
4560 * configure.in: Use -Wno-pointer-sign if available.
4561
45622005-12-29 Andreas Schwab <schwab@suse.de>
4563
4564 * config.guess, config.sub: Updated from master source.
4565
45662005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4567
4568 * configure.in: Use amdx86-64 for freebsd on x86_64.
4569
45702005-11-22 Romain Francoise <romain@orebokech.com>
4571
4572 * make-dist: Add etc/images/icons.
4573
45742005-11-03 Andreas Schwab <schwab@suse.de>
4575
4576 * configure.in: Use GZIP_PROG instead of GZIP.
4577
4578 * Makefile.in (GZIP_PROG): Renamed from GZIP.
4579 (install-arch-indep): Adjust.
4580
45812005-11-01 Andreas Schwab <schwab@suse.de>
4582
4583 * Makefile.in (bootstrap): Fix dependencies for parallel build.
4584 (bootfast): Likewise.
4585
45862005-11-01 Romain Francoise <romain@orebokech.com>
4587
4588 * configure.in: Check for gzip.
4589
4590 * Makefile.in (install): Compress source files.
4591
45922005-10-24 Steven Tamm <steventamm@mac.com>
4593
4594 * configure.in: Fix darwin386 configuration issue.
4595
45962005-10-22 Eli Zaretskii <eliz@gnu.org>
4597
4598 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
4599
46002005-10-17 Bill Wohler <wohler@newt.com>
4601
4602 * make-dist: Create and populate etc/images/low-color.
4603
46042005-10-15 Bill Wohler <wohler@newt.com>
4605
4606 * make-dist: Create and populate etc/images/gud.
4607
46082005-10-08 Richard M. Stallman <rms@gnu.org>
4609
4610 * make-dist (tempparent): Don't check for 14-char file name limit.
4611
46122005-10-07 Romain Francoise <romain@orebokech.com>
4613
4614 * make-dist: Add etc/images/ezimage and etc/images/mail
4615 directories. Install images in etc/images.
4616
46172005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4618
4619 * configure.in: Prefer Carbon if --enable-carbon-app or
4620 --with-carbon is explicitly specified even when X11 is detected.
4621
46222005-09-15 Ulf Jasper <ulf.jasper@web.de>
4623
4624 * Makefile.in (install-arch-indep, uninstall):
4625 Handle newsticker manual.
4626 (info): Add - to commands.
4627
46282005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
4629
4630 Remove the MAXPATHLEN limitations:
4631
4632 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
4633
46342005-09-09 Eli Zaretskii <eliz@gnu.org>
4635
4636 * configure.in <lynxsos*>: Support for LynxOS on PPC.
4637 * configure: Regenerate.
4638
46392005-09-05 Paul Eggert <eggert@cs.ucla.edu>
4640
4641 * config.guess, config.sub: Updated from master source.
4642
46432005-08-03 Juanma Barranquero <lekktu@gmail.com>
4644
4645 * .cvsignore: Add `lock'.
4646
46472005-07-28 Juanma Barranquero <lekktu@gmail.com>
4648
4649 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
4650
46512005-07-26 Paul Eggert <eggert@cs.ucla.edu>
4652
4653 Merge gnulib getopt implementation into Emacs.
4654
4655 * Makefile.in (AUTOCONF_INPUTS): New macro.
4656 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
4657 so that these files also depend on m4/getopt.m4.
4658 * configure.in: Configure getopt by including m4/getopt.m4,
4659 and configuring a getopt replacement if necessary.
4660 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
4661 * m4/getopt.m4: New file.
4662
46632005-07-06 Lute Kamstra <lute@gnu.org>
4664
4665 * configure.in: Fix capitalization.
4666
46672005-07-04 Lute Kamstra <lute@gnu.org>
4668
4669 Update FSF's address in GPL notices.
4670
46712005-06-19 Jérôme Marant <jerome@marant.org>
4672
4673 * Makefile.in (epaths-force): Protect both lisppath and
4674 buildlisppath from whitespace.
4675
46762005-06-08 Steven Tamm <steventamm@mac.com>
4677
4678 * configure.in: Support Darwin/MacOSX on Intel
4679
46802005-06-06 Jan Djärv <jan.h.d@swipnet.se>
4681
4682 * configure.in (HAVE_CANCELMENUTRACKING): New test.
4683
1a71cb28 46842005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
4685
4686 * configure.in: Add --enable-locallisppath.
4687
46882005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4689
4690 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
4691 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
4692 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
4693
46942005-05-07 Jérôme Marant <jerome@marant.org>
4695
4696 * make-dist: Remove references to makefile.nt and makefile.def.
4697 Include widgets and images subdirectories of etc. Do not exclude
4698 ldefs-boot.el.
4699
47002005-04-23 Andreas Schwab <schwab@suse.de>
4701
4702 * configure.in: Remove duplicate match for powerpc configuration.
4703
47042005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
4705
4706 * configure.in: Check for <pwd.h>.
4707
47082005-04-14 Lute Kamstra <lute@gnu.org>
4709
4710 * make-dist: Distribute all ChangeLog files in lisp/.
4711 Don't distribute ldefs-boot.el.
4712 lisp/makefile.nt no longer exists.
4713
47142005-04-13 Lute Kamstra <lute@gnu.org>
4715
4716 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
4717 for "no-byte-compile: t" in the file instead.
4718
47192005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4720
4721 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
4722 shadow the main Lesstif/Motif-2.1 libs and includes.
4723
47242005-03-10 Jan Djärv <jan.h.d@swipnet.se>
4725
4726 * configure.in: Only add XASSERTS to cppflags.
4727
47282005-03-04 Jan Djärv <jan.h.d@swipnet.se>
4729
4730 * configure.in: Added --enable-asserts.
4731
47322005-02-09 Kim F. Storm <storm@cua.dk>
4733
4734 Change release version from 21.4 to 22.1 throughout.
4735 Change development version from 21.3.50 to 22.0.50.
4736
47372005-01-19 Steven Tamm <steventamm@mac.com>
4738
4739 * configure.in: Check for <sys/utsname.h>.
4740
47412004-12-11 Kim F. Storm <storm@cua.dk>
4742
4743 * Makefile.in (info): Undo 2004-12-05 change.
4744
47452004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4746
4747 * info/dir (File): Add URL and Org Mode manuals.
4748 * Makefile.in (install-arch-indep, uninstall): Add url and org
4749 manuals.
4750
47512004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4752
4753 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
4754 committed to src/config.in.
4755
47562004-12-07 Jan Djärv <jan.h.d@swipnet.se>
4757
4758 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
4759 pthreads and define HAVE_GTK_AND_PTHREAD.
4760
47612004-12-05 Richard M. Stallman <rms@gnu.org>
4762
4763 * Makefile.in (info): Ignore errors building info files.
4764
47652004-11-27 Eli Zaretskii <eliz@gnu.org>
4766
4767 * config.bat: If 8-byte alignment is not supported, define
4768 NO_DECL_ALIGN in src/config.h, instead of trivially defining
4769 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
4770 filter through Sed to remove the quotes.
4771
47722004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4773
4774 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
4775 not apply to files explicitly `cvs add'ed.
4776
47772004-11-12 Eli Zaretskii <eliz@gnu.org>
4778
4779 * config.bat: Don't require djecho.exe for the v1.x build.
4780 Add a test for DECL_ALIGN support, and add a trivial definition to
4781 src/config.h if 8-byte alignment is not supported.
4782
47832004-11-08 Kim F. Storm <storm@cua.dk>
4784
4785 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
4786 files before building.
4787 (bootfast, bootstrap-clean-before-fast): New targets, like
4788 bootstrap but don't remove .elc files.
4789
47902004-11-06 Lars Brinkhoff <lars@nocrew.org>
4791
4792 * configure.in: Add check for getrusage.
4793
47942004-11-02 Jan Djärv <jan.h.d@swipnet.se>
4795
4796 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
4797 New tests for new and old GTK file dialogs.
4798 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
4799 to no.
4800
48012004-10-20 Jan Djärv <jan.h.d@swipnet.se>
4802
4803 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
4804 can be set. Remove SETARCH test.
4805
48062004-10-08 Steven Tamm <steventamm@mac.com>
4807
4808 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
4809
48102004-10-06 Jan Djärv <jan.h.d@swipnet.se>
4811
4812 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
4813 AC_MSG_WARN. Move output of warning message to end of configure run.
4814
48152004-10-05 Jan Djärv <jan.h.d@swipnet.se>
4816
4817 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
4818 Run test to see if heap start address is random.
4819
48202004-09-29 Miles Bader <miles@gnu.org>
4821
4822 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
4823 if setarch is present.
4824
48252004-09-25 Jan Djärv <jan.h.d@swipnet.se>
4826
4827 * configure.in (HAVE_EXECSHIELD): Only define on x86.
4828
48292004-09-24 Jan Djärv <jan.h.d@swipnet.se>
4830
4831 * configure.in: Check for exec-shield.
4832
1a71cb28
GM
48332004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
4834
4835 * Makefile.in (install-arch-indep): Add pgg and sieve.
4836
4837 * info/.cvsignore: Added pgg and sieve.
4838
067d23c9
KY
48392004-08-06 Andreas Schwab <schwab@suse.de>
4840
4841 * Makefile.in (install-arch-indep, uninstall): Add flymake.
4842
48432004-07-31 Eli Zaretskii <eliz@gnu.org>
4844
4845 * config.bat: Update URLs in the comments.
4846
067d23c9
KY
48472004-07-05 Andreas Schwab <schwab@suse.de>
4848
4849 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
4850
48512004-06-21 Kenichi Handa <handa@m17n.org>
4852
4853 * make-dist: Link leim-ext.el into tempdir.
4854
48552004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4856
4857 * info/dir (File): Add emacs-xtra.
4858 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
4859
48602004-06-12 Juri Linkov <juri@jurta.org>
4861
4862 * info/dir: Move menu help lines from `* Menu:' to file header.
4863 Describe the purpose of a red *.
4864
48652004-05-04 Dave Love <fx@gnu.org>
4866
4867 * configure.in: Don't use `extrasub'.
4868
48692004-04-29 Dave Love <fx@gnu.org>
4870
4871 * configure.in: Don't forget to quote args to `test'.
4872
48732004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
4874
4875 * autogen.sh: Update filename in "please read" message.
4876
48772004-04-17 Richard M. Stallman <rms@gnu.org>
4878
4879 * INSTALL: Move the info about site-lisp dirs,
4880 and say uninstalled Emacs looks there too.
4881
48822004-04-04 Eli Zaretskii <eliz@gnu.org>
4883
4884 * config.bat (lib-src): Recognize comment lines in Makefile.in
4885 that have a TAB after the #, to avoid errors in preprocessing with
4886 GCC 3.3.3.
4887
48882004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4889
4890 * Makefile.in: Mention in comment that `make maintainer-clean'
4891 deletes .elc files.
4892
48932004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4894
4895 * update-subdirs: Add local variables to prevent byte-compiling.
4896
48972004-03-21 Dave Love <fx@gnu.org>
4898
4899 * configure.in: Fix previous change.
4900
49012004-03-18 Dave Love <fx@gnu.org>
4902
4903 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
4904
49052004-03-15 Luc Teirlinck <teirllm@auburn.edu>
4906
4907 * info/dir (File): Add SMTP and SES.
4908
49092004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4910
4911 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
4912 (bootstrap): Use the new bootstrap-prepare target in lisp.
4913
49142004-02-18 Kim F. Storm <storm@cua.dk>
4915
4916 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
4917
49182004-02-16 Eli Zaretskii <eliz@gnu.org>
4919
4920 * make-dist: Don't link index.*perm and permute-index into tempdir.
4921
49222004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
4923
4924 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
4925 to match previous changes by Eli Zaretskii.
4926
49272004-02-09 Luc Teirlinck <teirllm@auburn.edu>
4928
4929 * Makefile.in: Set CDPATH to an empty string.
4930
49312004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
4932
4933 * configure.in <darwin>: Use fink packages if available.
4934
49352004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
4936
4937 * make-dist (lispref): Do include lispref/index.texi.
4938
49392004-01-06 Eric Hanchrow <offby1@blarg.net>
4940
4941 * make-dist (tempdir): Include cursors in nt/icons.
4942
49432003-12-30 Eli Zaretskii <eliz@gnu.org>
4944
4945 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
4946 clashes with install-sh on 8+3 filesystems.
4947
1a71cb28 49482003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
4949
4950 * .cvsignore: Add .arch-inventory.
4951
49522003-12-24 Andreas Schwab <schwab@suse.de>
4953
4954 * configure.in: Check for <sys/socket.h>. Include it before
4955 including <net/if.h>. Move check for <net/if.h> before its use.
4956
49572003-12-24 Jan Djärv <jan.h.d@swipnet.se>
4958
4959 * Makefile.in (install-arch-dep): Don't let cd output go into
4960 pipe for carbon_appdir.
4961
49622003-12-24 Andreas Schwab <schwab@suse.de>
4963
4964 * configure.in (PKG_CHECK_MODULES): Fix quoting.
4965
49662003-12-01 Andreas Schwab <schwab@suse.de>
4967
4968 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
4969 hardcoding gcc.
4970
49712003-11-16 Jan Djärv <jan.h.d@swipnet.se>
4972
4973 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
4974 multiple displays.
4975 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
4976
49772003-09-23 Dave Love <fx@gnu.org>
4978
4979 * configure.in: Check members of struct ifreq.
4980
49812003-09-14 Kim F. Storm <storm@cua.dk>
4982
4983 * configure.in: Add checks for sys/ioctl.h and net/if.h.
4984
49852003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
4986
4987 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
4988
49892003-08-18 Lute Kamstra <lute@gnu.org>
4990
4991 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
4992 required anymore.
4993
49942003-08-07 Andrew Choi <akochoi@shaw.ca>
4995
4996 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
4997 option instead of -traditional-cpp for CPP.
4998
49992003-07-29 Richard M. Stallman <rms@gnu.org>
5000
5001 * configure.in (HAVE_XIM): Define if XIM is available.
5002
50032003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5004
5005 * configure.in: The function gtk_window_set_icon_from_file was
5006 introduced in GTK+ 2.2, so check for that release.
5007
50082003-07-23 Andreas Schwab <schwab@suse.de>
5009
5010 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
5011
5012 * Makefile.in (YACC): Remove, not used.
5013 (MAINT): Don't set.
5014 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
5015 disable dependency on ${srcdir}/configure.in when maintainer mode
5016 is disabled.
5017
50182003-07-22 Dave Love <fx@gnu.org>
5019
5020 * configure.in: Make XRegisterIMInstantiateCallback test depend on
5021 HAVE_X11, not with_xim.
5022 (HAVE_CRTIN): Provide template.
5023 <with_png>: Test for png.h and libpng/png.h.
5024
50252003-07-15 Andreas Schwab <schwab@suse.de>
5026
5027 * configure.in: Temporarily leave quoting for AC_DEFINE.
5028
50292003-07-13 Stefan Monnier <monnier@cs.yale.edu>
5030
5031 * configure.in: Check for posix_memalign.
5032
50332003-07-12 Richard M. Stallman <rms@gnu.org>
5034
5035 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
5036
50372003-07-09 Kim F. Storm <storm@cua.dk>
5038
5039 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
5040 functionality of --without-xim.
5041
50422003-06-29 Dave Love <fx@gnu.org>
5043
5044 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
5045
50462003-06-23 Dave Love <fx@gnu.org>
5047
5048 * configure.in: Check for sys/_mbstate_t.h.
5049 Test XRegisterIMInstantiateCallback prototype.
5050 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
5051
50522003-06-06 Dave Love <fx@gnu.org>
5053
5054 * configure.in: Check for locale.h.
5055
50562003-06-05 Dave Love <fx@gnu.org>
5057
5058 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
5059 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
5060 (NLIST_STRUCT): Don't define.
5061 (AH_BOTTOM): Define my_strftime.
5062
50632003-06-02 Richard M. Stallman <rms@gnu.org>
5064
5065 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
5066
50672003-05-24 Andreas Schwab <schwab@suse.de>
5068
5069 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
5070 bzero, and bcmp.
5071
50722003-05-22 Dave Love <fx@gnu.org>
5073
5074 * configure.in: Remove redundant test for term.h. Test for difftime.
5075
50762003-05-20 Dave Love <fx@gnu.org>
5077
5078 * configure.in: Append * to s390-*-linux-gnu case.
5079 (LIBMAIL) <lockfile>: Don't define.
5080
067d23c9
KY
50812003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5082
5083 * INSTALL (* GNU/Linux development packages): Mention Debian and
5084 RedHat package names.
5085
50862003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
5087
5088 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5089
50902003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5091
5092 * INSTALL (* GNU/Linux development packages): Tell people to
5093 install additional packages for compiling Emacs.
5094
1a71cb28
GM
50952003-04-30 Richard M. Stallman <rms@gnu.org>
5096
5097 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5098
50992003-04-28 Francesco Potortì <pot@gnu.org>
5100
5101 * configure.in: Undo last (RMS') change, as it is useless, per
5102 Dave Love.
5103
51042003-04-08 Richard M. Stallman <rms@gnu.org>
5105
5106 * configure.in: Put #include of jpeglib.h at start of line.
5107
067d23c9
KY
51082003-04-06 Francesco Potortì <pot@gnu.org>
5109
5110 * configure.in: Use the same configuration for all aix5, not just
5111 aix5.1.
5112
51132003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
5114
5115 * configure.in: Check for need for bigtoc support on IBM AIX for
5116 solving a linker table overflow problem.
5117
51182003-03-03 Rob Browning <rlb@defaultvalue.org>
5119
5120 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
5121 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
5122 over bzero, bcmp, and bcopy.
5123
51242003-02-23 Simon Josefsson <jas@extundo.com>
5125
5126 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
5127
51282003-02-21 Klaus Zeitler <kzeitler@lucent.com>
5129
5130 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
5131
51322003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
5133
5134 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
5135
51362003-02-08 Andreas Schwab <schwab@suse.de>
5137
5138 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
5139 instead of the substitution.
5140
51412003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5142
5143 * Makefile.in: Use @EXEEXT@ for Cygwin.
5144 Use USERNAME if LOGNAME is not set (for Cygwin).
5145
5146 * configure.in: Add opsys=cygwin.
5147
51482003-01-22 Andreas Schwab <schwab@suse.de>
5149
5150 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
5151 redefining it explicitly in src/config.in.
5152
51532003-01-22 Markus Rost <rost@math.ohio-state.edu>
5154
5155 * Makefile.in (bootstrap): Make bootstrap-after.
5156
51572003-01-20 Jan Djärv <jan.h.d@swipnet.se>
5158
5159 * configure.in: Fix --with-gtk.
5160
51612003-01-19 Jan Djärv <jan.h.d@swipnet.se>
5162
5163 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
5164
5165 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
5166
51672003-01-14 Francesco Potortì <pot@gnu.org>
5168
5169 * configure.in (m68k-motorola-sysv): Remove (obsolete).
5170
51712003-01-07 Steven Tamm <steventamm@mac.com>
5172
5173 * configure.in: New option, --enable-carbon-app, to specify
5174 that the application should be installed
5175 * Makefile.in (install-arch-dep): On Mac OS X, install the
5176 Emacs.app application if carbon-app is enabled
5177
51782003-01-06 Dave Love <fx@gnu.org>
5179
5180 * configure.in: Check for nl_langinfo.
5181 [!HAVE_SIZE_T]: Fix typedef.
5182
51832003-01-06 David Kastrup <dak@gnu.org>
5184
5185 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
5186
5187 * configure.in: Add tests for install-info.
5188
51892002-12-09 Markus Rost <rost@math.ohio-state.edu>
5190
5191 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
5192 use again sol2-6 instead of sol2-8.
5193
51942002-12-09 Dave Love <fx@gnu.org>
5195
5196 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
5197
51982002-12-08 Andreas Schwab <schwab@suse.de>
5199
5200 * Makefile.in (install-arch-indep): Revert last change.
5201
52022002-11-27 Dave Love <fx@gnu.org>
5203
5204 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
5205 Check for __sys_siglist too. Check for memset.
5206 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
5207
52082002-11-22 Juanma Barranquero <lektu@terra.es>
5209
5210 * config.guess, config.sub: Updated from master source.
5211
52122002-11-19 Karl Fogel <kfogel@red-bean.com>
5213
5214 * autogen.sh: New file.
5215
1a71cb28 52162002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
5217
5218 * configure.in: Tidy up various quoting issues throughout.
5219 Use AC_GNU_SOURCE.
5220 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
5221 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
5222 Maybe define bcopy, bzero, bcmp.
5223 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
5224 non-existent machine file).
5225 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
5226 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
5227 (nlist.h): Move test up.
5228
52292002-11-18 Markus Rost <rost@math.ohio-state.edu>
5230
5231 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
5232
52332002-11-14 Francesco Potortì <pot@gnu.org>
5234
5235 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
5236
52372002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5238
5239 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
5240
52412002-11-08 Dave Love <fx@gnu.org>
5242
5243 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
5244 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
5245
52462002-11-07 Miles Bader <miles@gnu.org>
5247
5248 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
5249 Handle separate-build-dir case.
5250
52512002-11-06 Richard M. Stallman <rms@gnu.org>
5252
5253 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
5254 bulletproof. $bar may be empty when there are no .elc files.
5255
52562002-10-30 Dave Love <fx@gnu.org>
5257
5258 * configure.in: Require autoconf 2.53. Test for pty.h,
5259 sys/mman.h, sys/param.h, mremap, memmove.
5260 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
5261 (AC_PROG_YACC): Delete.
5262 (size_t): Use AC_CHECK_TYPES.
5263 (AH_TOP): Up-date copyright.
5264
52652002-10-01 Juanma Barranquero <lektu@terra.es>
5266
5267 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
5268
52692002-09-19 Richard M. Stallman <rms@gnu.org>
5270
5271 * configure.in: Fix the LessTif-directory-finder for real.
5272
52732002-09-14 Richard M. Stallman <rms@gnu.org>
5274
5275 * Makefile.in (maybe_bootstrap): Test for complete absence
5276 of compiled Lisp files.
5277
52782002-09-11 Stefan Monnier <monnier@cs.yale.edu>
5279
5280 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
5281 (bootstrap-clean-after): Delete.
5282 (bootstrap): Make the sequencing explicit.
5283
52842002-09-10 Richard M. Stallman <rms@gnu.org>
5285
5286 * configure.in: Fix previous LessTif change.
5287
52882002-09-09 Richard M. Stallman <rms@gnu.org>
5289
5290 * configure.in (powerpcle-*-solaris2.5*): New configuration.
5291 (powerpcle-*-solaris*): Use version 2.6 as default.
5292 (*-sunos5.6*, *-solaris2.6*): New alternative.
5293 (*-sunos5*): Use version 2.6 as default.
5294
52952002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5296
5297 * configure.in: Fix typo.
5298
52992002-09-05 Richard M. Stallman <rms@gnu.org>
5300
5301 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
5302
5303 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
5304 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
5305
53062002-08-26 Kim F. Storm <storm@cua.dk>
5307
5308 * Makefile.in (install-arch-indep): Do not remove DOC file
5309 when it is the only DOC file installed; this is the case when
5310 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
5311
53122002-07-24 Markus Rost <rost@math.ohio-state.edu>
5313
5314 * configure.in: Fix typo.
5315
53162002-07-24 Richard M. Stallman <rms@gnu.org>
5317
5318 * configure.in: Don't print anything special about gamedir.
5319
5320 * configure.in: Delete nonstandard --with-game-user option.
5321
53222002-07-21 Richard M. Stallman <rms@gnu.org>
5323
5324 * Makefile.in (gamedir, localstatedir): New variables.
5325 (epaths-force): Insert value of gamedir into PATH_GAME.
5326
5327 * configure.in (gamedir): Handle it like lispdir.
5328 (--with-game-dir option): Delete.
5329
53302002-06-21 Pavel Janík <Pavel@Janik.cz>
5331
5332 * configure.in: Add support for mipseb-*-netbsd* machines.
5333
53342002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5335
5336 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
5337
53382002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5339
5340 * info/dir (File): Add an entry for Tramp.
5341
53422002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5343
5344 * INSTALL-CVS: New file.
5345
53462002-06-07 Andreas Schwab <schwab@suse.de>
5347
5348 * configure.in (x86_64-*-linux-gnu*): New system.
5349
53502002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
5351
5352 * config.bat: Handle the case when lispintro is truncated to lispintr.
5353
53542002-05-26 Paul Eggert <eggert@twinsun.com>
5355
5356 * config.guess, config.sub: Updated from master source.
5357
53582002-05-09 Richard M. Stallman <rms@gnu.org>
5359
5360 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
5361
53622002-05-04 Pavel Janík <Pavel@Janik.cz>
5363
5364 * make-dist: Do not distribute lock/ directory.
5365
53662002-04-30 Andrew Choi <akochoi@shaw.ca>
5367
5368 * configure.in: Provide documentation string when defining
5369 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
5370 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
5371
1a71cb28 53722002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
5373
5374 * configure.in: Delete configure check for access to the game user.
5375
53762002-04-29 Pavel Janík <Pavel@Janik.cz>
5377
5378 * make-dist: lwlib/Imakefile is removed.
5379
53802002-04-26 Andrew Choi <akochoi@shaw.ca>
5381
5382 * configure.in: Add support for powerpc-apple-darwin*.
5383 (HAVE_CARBON): Add.
5384
5385 * make-dist: Create directories in mac/Emacs.app.
5386
53872002-04-25 Pavel Janík <Pavel@Janik.cz>
5388
5389 * make-dist: lwlib-Xol* are removed.
5390
53912002-04-23 Andreas Schwab <schwab@suse.de>
5392
5393 * Makefile.in (MAINT): New variable.
5394 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
5395 instead of configure.in, to avoid running autoconf and autoheader
5396 unless explicitly requested.
5397
53982002-04-16 Eli Zaretskii <eliz@gnu.org>
5399
5400 * config.bat: Update for msdos/sed2v2.inp.
5401
54022002-04-15 Andreas Schwab <schwab@suse.de>
5403
5404 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
5405 * configure.in: Add config header templates to all AC_DEFINE and
5406 AC_DEFINE_UNQUOTED symbols.
5407 * make-dist: Run autoheader if necessary.
5408
54092002-04-10 Colin Walters <walters@verbum.org>
5410
5411 * configure.in: Add --game-dir, --game-user. Test to see if we
5412 can use them.
5413
54142002-04-08 Pavel Janík <Pavel@Janik.cz>
5415
5416 * configure.in: Add --with-sound.
5417
54182002-03-18 Kim F. Storm <storm@cua.dk>
5419
5420 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
5421 and getsockname functions. Test for sys/un.h include file.
5422
54232002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
5424
5425 * configure.in: Support AIX 5.1.
5426
54272002-03-10 Jan Djärv <jan.h.d@swipnet.se>
5428
5429 * configure.in: Added test for X Session Management (HAVE_X_SM).
5430
54312002-03-03 Richard M. Stallman <rms@gnu.org>
5432
5433 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
5434 Run chown $${LOGNAME} on files installed by tar xvf.
5435
54362002-03-03 Kim F. Storm <storm@cua.dk>
5437
5438 * configure.in: Test for getpeername.
5439
54402002-03-01 Richard M. Stallman <rms@gnu.org>
5441
5442 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
5443 (HAVE_GIF): Don't use old libungif versions that crash.
5444
54452002-02-26 Richard M. Stallman <rms@gnu.org>
5446
5447 * configure.in <making srcdir absolute>: Verify that PWD is correct,
5448 not just well-formed and valid.
5449 (mips-compaq-nonstopux*): New configuration.
5450
54512002-02-18 Paul Eggert <eggert@twinsun.com>
5452
5453 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
5454 "sed q" is a portable equivalent to plain "head -1".
5455
54562002-02-13 Richard M. Stallman <rms@gnu.org>
5457
5458 * Makefile.in (maybe_bootstrap): Do `exit 1'.
5459 (all): Don't depend on maybe_bootstrap here.
5460 (${SUBDIR}): Depend on it here instead.
5461
54622002-02-08 Richard M. Stallman <rms@gnu.org>
5463
5464 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
5465
54662002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5467
5468 * configure.in: Recognize BSD/OS 5.0.
5469
54702002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5471
5472 * make-dist: Make version checking in emacs.texi consistent with
5473 how we set it there.
5474
54752001-12-29 Kim F. Storm <storm@cua.dk>
5476
5477 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
5478
54792001-12-28 Richard M. Stallman <rms@gnu.org>
5480
5481 * configure.in: Test for mbsinit.
5482
54832001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5484
5485 These changes make Leim part of the standard distribution:
5486
5487 * README: Add info about the `leim' directory.
5488
5489 * INSTALL: Remove text that describes Leim as a separate package.
5490
5491 * noleim-Makefile.in: File removed.
5492
5493 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
5494 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
5495 Leim files out of the Emacs tree. Don't prepare a separate tarball
5496 for Leim.
5497
54982001-12-11 Richard M. Stallman <rms@gnu.org>
5499
5500 * configure.in (hppa*-*-linux-gnu*): New alternative.
5501
55022001-12-08 Pavel Janík <Pavel@Janik.cz>
5503
5504 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
5505 creating distribution.
5506
55072001-12-06 Paul Eggert <eggert@twinsun.com>
5508
5509 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
5510 (AC_FUNC_VFORK): Remove.
5511 (AC_FUNC_FORK): Add.
5512 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
5513 this is required by recent Autoconf versions.
5514
55152001-12-02 Pavel Janík <Pavel@Janik.cz>
5516
5517 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
5518 TODO, vms-pp.trans and others).
5519
55202001-11-29 Pavel Janík <Pavel@Janik.cz>
5521
5522 * make-dist: Use COPYING from the top-level directory.
5523
55242001-11-29 Gerd Moellmann <gerd@gnu.org>
5525
5526 * configure.in: Add support for FreeBSD/Alpha.
5527
55282001-11-29 Pavel Janík <Pavel@Janik.cz>
5529
5530 * make-dist: Add COPYING to the top-level directory of the
5531 distribution. Simplify the logic behind copying.
5532
5533 * Makefile.in (maybe_bootstrap): Fix previous change.
5534
55352001-11-28 Richard M. Stallman <rms@gnu.org>
5536
5537 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
5538
55392001-11-26 Richard M. Stallman <rms@gnu.org>
5540
5541 * Makefile.in: bootstrap should not delete dumped executables.
5542 (bootstrap-clean-before): New target.
5543 (bootstrap): Use bootstrap-clean-before instead of clean.
5544 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
5545
55462001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
5547
5548 These changes add the Emacs Lisp Introduction manual to the
5549 distribution:
5550
5551 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
5552
5553 * make-dist: Copy the files in lispintro directory.
5554
5555 * config.bat: Configure in the lispintro directory.
5556
5557 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
5558
5559 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
5560 (lispintro/Makefile): New target.
5561 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
5562 (unlock, relock, info, dvi): Ditto.
5563
55642001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5565
5566 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
5567
5568 * make-dist (etc): Don't distribute gfdl.1.
5569
55702001-11-22 Colin Walters <walters@debian.org>
5571
5572 * Makefile.in (install-arch-indep): Install the calc .info files.
5573 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
5574
55752001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5576
5577 * make-dist (lispref): Add *.txt, *.el, permute-index, and
5578 tindex.pl to the list of those being put into the distribution.
5579
55802001-11-16 Eli Zaretskii <eliz@gnu.org>
5581
5582 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
5583
55842001-11-15 Pavel Janík <Pavel@Janik.cz>
5585
5586 * Makefile.in (uninstall): Fix previous change.
5587
5588 * configure.in, Makefile.in: Add support for --program-prefix,
5589 --program-suffix and --program-transform-name options.
5590
55912001-11-13 Pavel Janík <Pavel@Janik.cz>
5592
5593 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
5594 (install-arch-indep): Install emacsclient manual page.
5595 (uninstall): Uninstall emacsclient manual page.
5596
55972001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
5598
5599 * make-dist: Add lispref/index.*perm files to the distribution.
5600 From Pavel Janík <Pavel@Janik.cz>.
5601
56022001-11-12 Pavel Janík <Pavel@Janik.cz>
5603
5604 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
5605
56062001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5607
5608 * configure.in: AC_OUTPUT lispref/Makefile.
5609
56102001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5611
5612 The following changes add the ELisp reference manual to the
5613 distribution.
5614
5615 * make-dist: Add the lispref directory to the distribution.
5616
5617 * Makefile.in (install-arch-indep): Add elisp* to the list of
5618 installed Info files.
5619 (SUBDIR_MAKEFILES): Add lispref/Makefile.
5620 (lispref/Makefile): New target.
5621 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
5622 Add commands for the lispref directory.
5623 (info, dvi): Ditto.
5624
5625 * config.bat: Configure in `lispref'.
5626
56272001-11-09 Richard M. Stallman <rms@gnu.org>
5628
5629 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
5630
56312001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
5632
5633 * make-dist (tempdir): Copy AUTHORS as well.
5634
56352001-11-06 Sam Steingold <sds@gnu.org>
5636
5637 * configure.in: Added a check for <nlist.h>.
5638
56392001-11-01 Pavel Janík <Pavel@Janik.cz>
5640
5641 * configure.in: Reindent --help output.
5642 From Per Starbäck (starback@ling.uu.se).
5643
56442001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
5645
5646 * configure.in: New entry for HP/UX-11.
5647
5648 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
5649 From Eric S. Raymond <esr@golux.thyrsus.com>.
5650
56512001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5652
5653 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
5654 <athornton@sinenomine.net>.
5655
56562001-10-25 Gerd Moellmann <gerd@gnu.org>
5657
5658 * Makefile.in (maybe_bootstrap): New target.
5659 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
5660
56612001-10-24 Ken Raeburn <raeburn@gnu.org>
5662
5663 * configure.in: If --with-hesiod is given, look for
5664 hes_getmailhost and res_send or __res_send; check hesiod and
5665 resolv libraries respectively if system libraries don't supply them.
5666
56672001-10-24 Gerd Moellmann <gerd@gnu.org>
5668
5669 * configure.in: Use $MAKE for `make' if set.
5670
56712001-10-22 Gerd Moellmann <gerd@gnu.org>
5672
5673 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
5674 to tar options.
5675
56762001-10-20 Gerd Moellmann <gerd@gnu.org>
5677
5678 * (Version 21.1 released).
5679
56802001-10-20 Miles Bader <miles@gnu.org>
5681
5682 * configure.in (configuration): Set from `host' if `host_alias'
5683 isn't defined.
5684
56852001-10-19 Andreas Schwab <schwab@suse.de>
5686
5687 * configure.in: Make ready for autoconf 2.5x.
5688 (AC_PREREQ): Require autoconf 2.50.
5689 * aclocal.m4: Removed.
5690 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
5691
56922001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5693
5694 * README: Bump Emacs version to 21.1.50.
5695
56962001-10-05 Gerd Moellmann <gerd@gnu.org>
5697
5698 * Branch for 21.1.
5699
57002001-09-05 Gerd Moellmann <gerd@gnu.org>
5701
5702 * configure.in: Avoid `$@' which is handled specially in
5703 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
5704
57052001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
5706
5707 * make-dist (nt): Add subdirs.el to the list of distributed files.
5708
57092001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
5710
5711 * configure.in (machine): Add an entry for
5712 hppa1.1-hitachi-hiuxwe2*.
5713
57142001-05-28 Gerd Moellmann <gerd@gnu.org>
5715
5716 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
5717 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
5718
57192001-05-14 Gerd Moellmann <gerd@gnu.org>
5720
5721 * make-dist: Copy texinfo.tex unconditionally.
5722
57232001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5724
5725 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
5726 that are installed.
5727
57282001-04-06 Gerd Moellmann <gerd@gnu.org>
5729
5730 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
5731 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
5732
5733 * make-dist: Handle leim/MISC-DIC. Only include
5734 `[a-zA-Z]*.{el,elc}' from leim/quail.
5735
57362001-04-05 Gerd Moellmann <gerd@gnu.org>
5737
5738 * Makefile.in (install-arch-indep): Remove .cvsignore files.
5739
57402001-03-30 Gerd Moellmann <gerd@gnu.org>
5741
5742 * Makefile.in (.PHONY): Add for bootstrap targets.
5743 (bootstrap-clean): New target.
5744 (bootstrap): Use it instead of `clean'.
5745
57462001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
5747
5748 * Makefile.in (SUBDIR): Remove leim.
5749 (all, .RECURSIVE, extraclean): Add leim explicitly.
5750 (leim): Provide separate rule which exports PARALLEL=0 into the
5751 environment.
5752
57532001-03-20 Gerd Moellmann <gerd@gnu.org>
5754
5755 * configure.in (HAVE_XPM): Don't print the result of the check for
5756 XpmReturnAllocPixels if we don't have an xpm.h.
5757
57582001-03-05 Gerd Moellmann <gerd@gnu.org>
5759
5760 * COPYING: New file.
5761
57622001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5763
5764 * config.bat: Update the copyright.
5765
57662001-02-23 Kenichi Handa <handa@etl.go.jp>
5767
5768 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
5769 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
5770 to `yes'. Later in AC_OUTPUT, check this variable.
5771
57722001-02-09 Dave Love <fx@gnu.org>
5773
5774 * AUTHORS: Updated.
5775
57762001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5777
5778 * info/dir (Ebrowse): Fix the entry (was missing a dot).
5779
57802001-02-02 Gerd Moellmann <gerd@gnu.org>
5781
5782 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
5783
5784 * Makefile.in (uninstall): Ignore exit code of `rm'.
5785
5786 * Makefile.in (uninstall): Remove more info files. Remove
5787 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
5788
57892001-01-31 Gerd Moellmann <gerd@gnu.org>
5790
5791 * noleim-Makefile.in (extraclean): Add.
5792
57932001-01-28 Gerd Moellmann <gerd@gnu.org>
5794
5795 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
5796 it quiet.
5797
57982001-01-24 Colin Walters <walters@cis.ohio-state.edu>
5799
5800 * Makefile.in (tags): Fix typo.
5801
58022001-01-13 Kenichi Handa <handa@etl.go.jp>
5803
5804 * configure.in: Fix typo in the code setting x_search_path.
5805
58062001-01-10 Dave Love <fx@gnu.org>
5807
5808 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
5809 -lXext.
5810 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
5811 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
5812 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
5813 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
5814 (now in $LIBS).
5815
58162001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5817
5818 * config.bat: Run the preprocessor with -traditional.
5819
58202001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
5821
5822 * INSTALL: Move copying conditions to end of file.
5823
58242000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5825
5826 * INSTALL: Add basic installation procedure which assumes
5827 `configure' does its job. Elaborate on image support libraries.
5828 Add a pointer to Xaw3d library. Add advice about solving
5829 configure-time problems by looking in config.log and setting
5830 variables in the environment.
5831
58322000-12-27 Gerd Moellmann <gerd@gnu.org>
5833
5834 * Makefile.in (install-arch-indep): If tar fails, exit with
5835 exit code 1.
5836
58372000-12-19 Gerd Moellmann <gerd@gnu.org>
5838
5839 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
5840 source file includes XKBlib.h. On some broken Solaris systems,
5841 there is an XKBlib.h, reportedly, but header files included by
5842 XKBlib.h are missing.
5843
58442000-12-14 Gerd Moellmann <gerd@gnu.org>
5845
5846 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
5847
58482000-12-11 Dave Love <fx@gnu.org>
5849
5850 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
5851
58522000-12-11 Paul Eggert <eggert@twinsun.com>
5853
5854 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
5855 Merge fixes from latest GNU tar version. These macros no longer
5856 futz with _XOPEN_SOURCE, as that was not portable in practice.
5857 (AC_FUNC_FSEEKO): New macro.
5858
5859 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
5860 ftello.
5861
58622000-12-05 Dave Love <fx@gnu.org>
5863
5864 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
5865
58662000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5867
5868 * info/dir: Change the category to "Emacs".
5869
58702000-12-01 Gerd Moellmann <gerd@gnu.org>
5871
5872 * make-dist (tempdir): Remove epaths.h from the distribution
5873 instead of paths.h.
5874
58752000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5876
5877 * config.bat: Check for existence of djecho.exe, and print an
5878 error message if it is not available.
5879
5880 * INSTALL: Describe possible problem with djecho.exe in old
5881 versions of DJGPP v2.x.
5882
58832000-11-23 Gerd Moellmann <gerd@gnu.org>
5884
5885 * configure.in: Initialize HAVE_LIBXP to no.
5886
58872000-11-22 Gerd Moellmann <gerd@gnu.org>
5888
5889 * configure.in: Use m/macppc.h instead of the non-existent
5890 m/powerpc.h.
5891
58922000-11-21 Gerd Moellmann <gerd@gnu.org>
5893
5894 * Makefile.in (install-arch-indep): Also install info/eshell*
5895 and info/speedbar*.
5896
5897 * configure.in (HAVE_PNG): Check for the presence of
5898 png_get_channels to rule out older PNG libs.
5899
5900 * configure.in (AC_OUTPUT): Arrange to emit definitions of
5901 GCC and NON_GNU_CPP into config.status.
5902
59032000-11-20 Dave Love <fx@gnu.org>
5904
5905 * configure.in: Fix last change.
5906
5907 * GETTING.GNU.SOFTWARE: Deleted.
5908 * FTP: New file to replace it.
5909 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
5910
59112000-11-20 Gerd Moellmann <gerd@gnu.org>
5912
5913 * configure.in: Use -traditional with GNU cpp.
5914
59152000-11-17 Gerd Moellmann <gerd@gnu.org>
5916
5917 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
5918 Distribute more files from the nt/ subdir. Distribute PBM
5919 image files from subdirs of lisp/. Distribute old change logs
5920 from subdirs of lisp/. Distribute play/5x5.el.
5921
59222000-11-11 Dave Love <fx@gnu.org>
5923
5924 * config.sub, config.guess: Updated from master source.
5925
59262000-11-07 Dave Love <fx@gnu.org>
5927
5928 * configure.in: Test for mkstemp.
5929
59302000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
5931
5932 * info/dir (Top): Rearrange menu items more logically, and put
5933 them into a single category. Add menu items for RefTeX and
5934 Widget.
5935
59362000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5937
5938 * Makefile.in (install-arch-indep): Use --info-dir instead of
5939 --dir-file, and a simple argument instead of --info-file, so that
5940 the Debian version of install-info also works.
5941
59422000-10-19 Eric M. Ludlam <zappo@ultranet.com>
5943
5944 * info/dir (Speedbar): Add entry.
5945
59462000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5947
5948 * INSTALL: Describe the new image-support options to the configure
5949 script. List URLs where image support libraries can be found.
5950
59512000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5952
5953 * info/dir (Top): Add an entry for Eshell.
5954
59552000-10-02 Dave Love <fx@gnu.org>
5956
5957 * configure.in: Check for gai_strerror.
5958
59592000-10-01 Andreas Schwab <schwab@suse.de>
5960
5961 * Makefile.in (install-arch-indep): Update list of installed info files.
5962
59632000-09-30 Gerd Moellmann <gerd@gnu.org>
5964
5965 * configure.in: Support `sparc*-*-netbsd*'.
5966
59672000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
5968
5969 * info/dir (MIME): Add entry for emacs-mime.
5970
59712000-09-29 Dave Love <fx@gnu.org>
5972
5973 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
5974
59752000-09-26 Gerd Moellmann <gerd@gnu.org>
5976
5977 * make-dist: Adapt to the change of leim/Makefile which was
5978 necessary to ensure a reasonably working `make dist'.
5979
5980 * leim-Makefile.in: Moved to leim/Makefile.in..
5981
5982 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
5983
59842000-09-21 Kenichi Handa <handa@etl.go.jp>
5985
5986 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
5987 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
5988 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
5989 files to .elc.
5990 (${TIT}): Adjusted for the above change.
5991 (clean mostlyclean): Likewise.
5992 (.el.elc): New target.
5993
59942000-09-19 Gerd Moellmann <gerd@gnu.org>
5995
5996 * make-dist: Include XPM and XBM files in lisp/ and subdirs
5997 in the distribution.
5998
59992000-09-18 Gerd Moellmann <gerd@gnu.org>
6000
6001 * make-dist (skk): Rename to `ja-dic' because the leim directory
6002 was renamed.
6003
60042000-09-14 Dave Love <fx@gnu.org>
6005
6006 * configure.in: Fix spurion in last change.
6007
60082000-09-14 Gerd Moellmann <gerd@gnu.org>
6009
6010 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
6011 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
6012 to `no' if defined. Change result report.
6013
60142000-09-08 Dave Love <fx@gnu.org>
6015
6016 * configure.in: Remove spurious `@'s.
6017
6018 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
6019 autoconf.
6020
60212000-09-06 Gerd Moellmann <gerd@gnu.org>
6022
6023 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
6024 file and print informational message.
6025
6026 * configure.in (AC_FUNC_MMAP): Add.
6027
60282000-09-01 Gerd Moellmann <gerd@gnu.org>
6029
6030 * configure.in: Add ``checking'' messages for
6031 XpmReturnAllocPixels.
6032
60332000-08-28 Gerd Moellmann <gerd@gnu.org>
6034
6035 * configure.in: Check <strings.h>; check `index' and `rindex'
6036 functions.
6037
60382000-08-26 Kenichi Handa <handa@etl.go.jp>
6039
6040 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
6041 "case "${canonical}" in".
6042
60432000-08-25 Dave Love <fx@gnu.org>
6044
6045 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
6046
60472000-08-25 Kenichi Handa <handa@etl.go.jp>
6048
6049 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
6050
60512000-08-24 Gerd Moellmann <gerd@gnu.org>
6052
6053 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
6054 contains a relative path. Protect against unusable values of $PWD.
6055
60562000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6057
6058 * info/dir (WoMan): Add entry.
6059
6060 * config.bat (maindir): Update src/_gdbinit even if it does
6061 already exist.
6062
60632000-08-07 Gerd Moellmann <gerd@gnu.org>
6064
6065 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
6066
60672000-08-03 Gerd Moellmann <gerd@gnu.org>
6068
6069 * configure.in: Add support for ia64*-*-linux*.
6070
60712000-07-27 Gerd Moellmann <gerd@gnu.org>
6072
6073 * make-dist (aclocal.m4): Include in distribution.
6074
60752000-07-26 Dave Love <fx@gnu.org>
6076
6077 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
6078
60792000-07-24 Dave Love <fx@gnu.org>
6080
6081 * configure.in: Add AC_SIZE_T.
6082
60832000-07-18 Dave Love <fx@gnu.org>
6084
6085 * configure.in: Reorder so that most tests are done after CPPFLAGS
6086 is set from the C_SWITCH_... definitions.
6087
60882000-07-10 Gerd Moellmann <gerd@gnu.org>
6089
6090 * configure.in (HAVE_XPM): Undo previous change. Check for
6091 preprocessor define XpmReturnAllocPixels.
6092
60932000-07-06 Gerd Moellmann <gerd@gnu.org>
6094
6095 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
6096 instead of XpmReadFileToPixmap.
6097
60982000-07-05 Ken Raeburn <raeburn@gnu.org>
6099
6100 * configure.in: Check for <soundcard.h>. Look for ossaudio
6101 library, and set LIBSOUND accordingly.
6102
61032000-07-05 Dave Love <fx@gnu.org>
6104
6105 * configure.in: Use AC_HEADER_SYS_WAIT.
6106
61072000-07-05 Gerd Moellmann <gerd@gnu.org>
6108
6109 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
6110 lisp/Makefile. Distribute lisp/Makefile.in instead of
6111 lisp/Makefile.
6112
61132000-06-30 Ken Raeburn <raeburn@gnu.org>
6114
6115 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
6116 while searching for image-handling libraries.
6117
61182000-06-26 Gerd Moellmann <gerd@gnu.org>
6119
6120 * configure.in (--with-xim): New option.
6121
61222000-06-23 Dave Love <fx@gnu.org>
6123
6124 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
6125 for struct timezone and test how we can call gettimeofday.
6126 Check for OSF 5+. Check for term.h.
6127
6128 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
6129 version.
6130
61312000-06-23 Gerd Moellmann <gerd@gnu.org>
6132
6133 * configure.in (HAVE_LIBXP): Change test for libXp.
6134
61352000-06-21 Dave Love <fx@gnu.org>
6136
6137 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
6138 simple test for getloadavg and substitute GETLOADAVG_LIBS.
6139 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
6140
61412000-06-19 Dave Love <fx@gnu.org>
6142
6143 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
6144 _XOPEN_SOURCE is defined.
6145
61462000-06-16 Gerd Moellmann <gerd@gnu.org>
6147
6148 * Makefile.in (distclean): Also make distclean in lisp/.
6149
61502000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6151
6152 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
6153
61542000-06-15 Gerd Moellmann <gerd@gnu.org>
6155
6156 * make-dist: Add --help and --snapshot options.
6157
61582000-06-14 Gerd Moellmann <gerd@gnu.org>
6159
6160 * configure.in: Generate lisp/Makefile.
6161
6162 * configure.in: Add support for `*-lynxos*'.
6163 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
6164 recommended by <Karen.Dorhamer@compaq.com> to fix problems
6165 on Tru64 UNIX v5.0.
6166
61672000-06-13 Ken Raeburn <raeburn@gnu.org>
6168
6169 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
6170 it's on a continuation line.
6171
61722000-06-02 Dave Love <fx@gnu.org>
6173
6174 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
6175 files.
6176
6177 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
6178 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
6179 test.
6180
6181 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
6182 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
6183
61842000-05-26 Gerd Moellmann <gerd@gnu.org>
6185
6186 * configure.in: Add check for speed_t typedef.
6187
61882000-05-25 Ken Raeburn <raeburn@gnu.org>
6189
6190 * Makefile.in (install-arch-dep): Install fns-*.el only if it
6191 exists; it won't in the CANNOT_DUMP case.
6192
61932000-05-25 Gerd Moellmann <gerd@gnu.org>
6194
6195 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
6196 On FreeBSD, the exit status is 1 if CDPATH is not set.
6197 (install-arch-indep): Install ebrowse.info.
6198
61992000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
6200
6201 * configure.in: Check for grandpt and getpt.
6202
62032000-05-09 Dave Love <fx@gnu.org>
6204
6205 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
6206
62072000-05-05 Gerd Moellmann <gerd@gnu.org>
6208
6209 * make-dist: Make a link for lib-src/grep-changelog.
6210 Copy install-sh.
6211
62122000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
6213
6214 * config.bat: Identify the beginning of the cpp stuff in
6215 src/Makefile.in and lib-src/Makefile.in more accurately.
6216
62172000-04-27 Gerd Moellmann <gerd@gnu.org>
6218
6219 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
6220
62212000-04-19 Gerd Moellmann <gerd@gnu.org>
6222
6223 * configure.in: Add support for `powerpc-*-netbsd*'.
6224
62252000-04-19 Dave Love <fx@gnu.org>
6226
6227 * configure.in: Don't use AC_FUNC_GETLOADAVG.
6228
6229 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
6230
62312000-04-16 Dave Love <fx@gnu.org>
6232
6233 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
6234
62352000-04-14 Dave Love <fx@gnu.org>
6236
6237 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
6238
6239 * aclocal.m4 (AC_FUNC_MKTIME): New.
6240
62412000-03-28 Ken Raeburn <raeburn@gnu.org>
6242
6243 * configure.in: Line up "--help" output a little better.
6244
62452000-03-26 Gerd Moellmann <gerd@gnu.org>
6246
6247 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
6248 New targets.
6249 (bootstrap): Rewritten in terms of the new targets above. Make
6250 info files, too.
6251
62522000-03-12 Gerd Moellmann <gerd@gnu.org>
6253
6254 * config.guess, config.sub: Use the versions of the files from
6255 subversions.
6256
62572000-03-08 Dave Love <fx@gnu.org>
6258
6259 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
6260 AC_C_VOLATILE. Define POINTER_TYPE.
6261
6262 * aclocal.m4: New file.
6263
62642000-03-02 Gerd Moellmann <gerd@gnu.org>
6265
6266 * configure.in (machine): Add `mipsel-*-netbsd*' and
6267 `arm-*-netbsd*'.
6268
62692000-03-01 Gerd Moellmann <gerd@gnu.org>
6270
6271 * configure.in (machine): Add support for `*-auspex-sunos*'.
6272
62732000-02-29 Gerd Moellmann <gerd@gnu.org>
6274
6275 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
6276
62772000-02-18 Dave Love <fx@gnu.org>
6278
6279 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
6280
62812000-02-18 Andreas Schwab <schwab@suse.de>
6282
6283 * Makefile.in (install-arch-indep): Add eudc to list of installed
6284 info files.
6285
62862000-02-17 Ken Raeburn <raeburn@gnu.org>
6287
6288 * configure.in: Include -lz and -ljpeg (if it's available) when
6289 testing for the tiff library.
6290
62912000-02-17 Gerd Moellmann <gerd@gnu.org>
6292
6293 * configure.in: Remove LISP_FLOAT_TYPE.
6294
62952000-02-12 Dave Love <fx@gnu.org>
6296
6297 * configure.in: Use AC_FUNC_VFORK.
6298
62992000-02-01 Gerd Moellmann <gerd@gnu.org>
6300
6301 * make-dist: Various fixes for new development tree.
6302
6303 * leim-Makefile.in: New file.
6304
63052000-01-31 Gerd Moellmann <gerd@gnu.org>
6306
6307 * Makefile.in (dist): Call ./make-dist.
6308
63092000-01-24 Dave Love <fx@gnu.org>
6310
6311 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
6312
63132000-01-18 Gerd Moellmann <gerd@gnu.org>
6314
6315 * configure.in (HAVE_GIF): Check for DGifOpen instead of
6316 DGifOpenFileName.
6317
63182000-01-11 Andreas Schwab <schwab@suse.de>
6319
6320 * Makefile.in (install-arch-indep): Update list of info files to
6321 be installed.
6322
63232000-01-05 Dave Love <fx@gnu.org>
6324
6325 * configure.in: Check for jerror.h as well as libjpeg.
6326
63272000-01-03 Andreas Schwab <schwab@suse.de>
6328
6329 * Makefile.in (install-arch-indep): Install autotype*. Run
6330 install-info on autotype and emacs-faq.info.
6331
63321999-12-04 Dave Love <fx@gnu.org>
6333
6334 * Makefile.in (install-arch-indep): Depend on `info'.
6335 (install-strip): Use `install' as sub-make target.
6336
63371999-11-23 Ken Raeburn <raeburn@gnu.org>
6338
6339 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
6340 didn't need to be deleted. Check for the k5crypto library as well
6341 as the crypto library; MIT Kerberos 1.1 changed the name.
6342
63431999-11-18 Dave Love <fx@gnu.org>
6344
6345 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
6346
63471999-11-11 Erik Naggum <erik@naggum.no>
6348
6349 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
6350
63511999-11-08 Dave Love <fx@gnu.org>
6352
6353 * configure.in: Fix change for --with-pop default.
6354
63551999-11-04 Dave Love <fx@gnu.org>
6356
6357 * configure.in: Default to --with-pop. Change sense of with-gcc
6358 and with-toolkit-scroll-bars messages to reflect the defaults.
6359
63601999-11-01 Gerd Moellmann <gerd@gnu.org>
6361
6362 * INSTALL: Mention the Emacs Lisp Reference.
6363
63641999-10-27 Noah Friedman <friedman@splode.com>
6365
6366 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
6367
63681999-10-23 Gerd Moellmann <gerd@gnu.org>
6369
6370 * Makefile.in (bootstrap): New target.
6371
63721999-10-19 Paul Eggert <eggert@twinsun.com>
6373
6374 Add support for large files. Merge glibc 2.1.2.
6375
6376 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
6377 (HAVE_TM_GMTOFF): New symbol.
6378 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
6379 mbrlen, strsignal.
6380 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
6381
63821999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6383
6384 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
6385 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
6386
63871999-10-09 Richard M. Stallman <rms@gnu.org>
6388
6389 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
6390 Unset CDPATH to prevent cd from generating output.
6391
63921999-10-08 Stefan Monnier <monnier@cs.yale.edu>
6393
6394 * update-subdirs: Also ignore CVS subdirs.
6395
63961999-10-07 Gerd Moellmann <gerd@gnu.org>
6397
6398 * Makefile.in (install-arch-indep): Add ada-mode.
6399
64001999-10-06 Dave Love <fx@gnu.org>
6401
6402 * Makefile.in: Add rules for config.status, configure.
6403
64041999-09-07 Gerd Moellmann <gerd@gnu.org>
6405
6406 * configure.in (--with-sound): Removed.
6407
64081999-08-30 Gerd Moellmann <gerd@gnu.org>
6409
6410 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
6411 the test for Xaw3d.
6412 (HAVE_TIFF): Add -lm to library check.
6413
64141999-08-28 Richard Stallman <rms@gnu.org>
6415
6416 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
6417 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
6418 after the other X-related libraries.
6419
64201999-08-21 Dave Love <fx@gnu.org>
6421
6422 * configure.in: Don't check for jpeglib.h.
6423
64241999-08-20 Gerd Moellmann <gerd@gnu.org>
6425
6426 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
6427 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
6428
64291999-08-18 Dave Love <fx@gnu.org>
6430
6431 * configure.in: Check for termcap.h.
6432
64331999-08-15 Gerd Moellmann <gerd@gnu.org>
6434
6435 * configure.in: Add --with-toolkit-scroll-bars. If "no",
6436 use Emacs' scroll bars, even if configured for Motif or when
6437 Xaw3d is available.
6438
64391999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6440
6441 * configure.in: Check for getaddrinfo.
6442
64431999-08-04 Eli Zaretskii <eliz@gnu.org>
6444
6445 * config.bat: Make --no-debug work again by removing -gcoff.
6446
64471999-07-30 Dave Love <fx@gnu.org>
6448
6449 * configure.in: Check for stdlib.h.
6450
64511999-07-19 Dave Love <fx@gnu.org>
6452
6453 * configure.in: Grok sparc64-*-linux-gnu*.
6454
64551999-07-12 Richard Stallman <rms@gnu.org>
6456
6457 * Version 20.4 released.
6458
64591999-06-23 Karl Heuer <kwzh@gnu.org>
6460
6461 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
6462 Quote $EMACS, in case it's a program with args.
6463
64641999-06-15 Gerd Moellmann <gerd@gnu.org>
6465
6466 * configure.in (HAVE_GIF): Use libungif instead of libgif
6467 because the former doesn't contain patented compression code.
6468
64691999-05-29 Richard M. Stallman <rms@gnu.org>
6470
6471 * configure.in: Delete the Kerberos stuff.
6472
64731999-05-27 Greg Hudson <ghudson@mit.edu>
6474
6475 * configure.in: Prefer kerberos 5 names.
6476
64771999-04-26 Richard M. Stallman <rms@gnu.org>
6478
6479 * configure.in: Check for libXp.
6480
64811999-04-08 Richard Stallman <rms@gnu.org>
6482
6483 * make-dist: Include change logs in subdirs of `lisp'.
6484
64851999-04-05 Richard Stallman <rms@gnu.org>
6486
6487 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
6488 (install-arch-indep): Make ${datadir}/emacs world-readable.
6489
64901999-03-30 Eli Zaretskii <eliz@gnu.org>
6491
6492 * config.bat: Use epaths.* instead of paths.*.
6493
64941999-03-07 Eli Zaretskii <eliz@gnu.org>
6495
6496 * INSTALL: Add detailed instructions to unpack and install
6497 intlfonts on MS-DOS.
6498
64991999-02-26 Richard Stallman <rms@gnu.org>
6500
6501 * configure.in: Use epaths.h and epaths-force instead of paths...
6502
6503 * Makefile.in (epaths-force): Renamed from paths-force;
6504 operate on epaths.in and produce epaths.h.
6505
65061999-02-24 Richard Stallman <rms@gnu.org>
6507
6508 * make-dist: Fix nt/icons directory handling.
6509
65101999-02-22 Simon Josefsson <jas@pdc.kth.se>
6511
6512 * configure.in (f301-fujitsu-uxpv4.1): New target.
6513
65141999-02-20 Richard Stallman <rms@gnu.org>
6515
6516 * make-dist (tempparent): Fix command to update info files.
6517
65181999-02-09 Richard Stallman <rms@gnu.org>
6519
6520 * configure.in (powerpc-apple-netbsd*): New alternative.
6521
65221999-01-25 Geoff Voelker <voelker@cs.washington.edu>
6523
6524 * make-dist: Include the new directory nt/icons in distributions.
6525
65261999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6527
6528 * configure.in: Change message about HAVE_XFREE386.
6529
65301999-01-07 Eli Zaretskii <eliz@gnu.org>
6531
6532 * config.bat: Support configuring with leim.
6533
65341998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
6535
6536 * configure.in (mips-sgi-irix6.5): New target.
6537
65381998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6539
6540 * configure.in: Remove GSS-API support, since it has been removed
6541 from movemail.
6542
65431998-12-04 Markus Rost <rost@delysid.gnu.org>
6544
6545 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6546
65471998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
6548
6549 * Makefile.in: Don't install customize info file.
6550 Run install-info on viper info file.
6551
65521998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
6553
6554 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6555
65561998-11-16 Kenichi Handa <handa@etl.go.jp>
6557
6558 * configure.in (*-*-bsdi4*): New target.
6559
65601998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
6561
6562 * configure.in: Fix previous change.
6563
65641998-11-11 Richard Stallman <rms@gnu.org>
6565
6566 * configure.in (aviion-intel): New machine.
6567
65681998-11-04 Kenichi Handa <handa@etl.go.jp>
6569
6570 * configure.in (mips-nec-sysv4*): New target.
6571
65721998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
6573
6574 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
6575 from lisp.
6576
65771998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
6578
6579 * make-dist: Don't include fns*.el in dist.
6580
65811998-10-30 Dave Love <fx@gnu.org>
6582
6583 * configure.in: Don't mkdir cpp.
6584
65851998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
6586
6587 * Makefile.in (install-arch-dep): Install src/fns-*.el in
6588 ${archlibdir}.
6589
65901998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6591
6592 * Version 20.3 released.
6593
65941998-07-30 Paul Eggert <eggert@twinsun.com>
6595
6596 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
6597 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
6598 (lwlib/Makefile, leim/Makefile):
6599 Prepend $(srcdir)/ to rule dependencies outside this dir.
6600
66011998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6602
6603 * configure.in: Use unset CDPATH instead of making it empty.
6604
66051998-06-20 Karl Heuer <kwzh@gnu.org>
6606
6607 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
6608
66091998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
6610
6611 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
6612 and default.el. Sort the results.
6613
66141998-05-31 Karl Heuer <kwzh@gnu.org>
6615
6616 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
6617 writable.
6618
66191998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
6620
6621 * Makefile.in (install-arch-indep):
6622 Don't alter site-lisp/subdirs.el if it exists.
6623
66241998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
6625
6626 * Makefile.in (install-arch-indep): Put `-' on commands to create
6627 subdirs.el in site-lisp dirs.
6628
66291998-05-07 Richard Stallman <rms@psilocin.gnu.org>
6630
6631 * Makefile.in (install-arch-indep): Fix typo in previous change.
6632
66331998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6634
6635 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
6636
66371998-04-28 Richard Stallman <rms@psilocin.gnu.org>
6638
6639 * Makefile.in (mkdir): Create the site-lisp dirs.
6640 (install-arch-indep): Make site-lisp/subdirs files world-readable.
6641
66421998-04-26 Richard Stallman <rms@psilocin.gnu.org>
6643
6644 * Makefile.in (INSTALL_INFO): New variable.
6645 (install-arch-indep): Don't replace the dir file if it already exists.
6646 Use the install-info program, via INSTALL_INFO, to add entries.
6647 Make the `info' subdir and the Info files world-readable.
6648
66491998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
6650
6651 * config.bat: Make sure the environment is large enough to support
6652 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
6653
66541998-04-10 Karl Heuer <kwzh@gnu.org>
6655
6656 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
6657
66581998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6659
6660 * configure.in: Add --with-gssapi to specify GSS-API
6661 authentication support for movemail.
6662
66631998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
6664
6665 * Makefile.in (install-arch-indep): Fix previous change.
6666
66671998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6668
6669 * Makefile.in (info): Run man in build dir, not srcdir.
6670
66711998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
6672
6673 * Makefile.in (install-arch-indep): Fix previous change.
6674
66751998-03-23 Kenichi Handa <handa@etl.go.jp>
6676
6677 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
6678
66791998-03-22 Richard Stallman <rms@gnu.org>
6680
6681 * Makefile.in (install-arch-indep): Put special subdirs.el files
6682 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
6683
66841998-03-21 Richard Stallman <rms@psilocin.gnu.org>
6685
6686 * make-dist: Fix shell syntax in check for missing .el or .elc files.
6687
66881998-03-09 Richard Stallman <rms@psilocin.gnu.org>
6689
6690 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
6691 (m68*-hp-hpux*): Handle versions 1X like 10.
6692
66931998-03-07 Richard Stallman <rms@psilocin.gnu.org>
6694
6695 * make-dist: PROBLEMS is now in etc, not top level dir.
6696
6697 * Makefile.in (SOURCES): Delete PROBLEMS.
6698
66991998-02-25 Richard Stallman <rms@gnu.org>
6700
6701 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
6702
6703 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
6704
67051998-01-17 Richard Stallman <rms@gnu.org>
6706
6707 * Makefile.in (install-arch-indep): Add semicolon before `else'.
6708
67091998-01-02 Richard Stallman <rms@psilocin.gnu.org>
6710
6711 * make-dist (tempparent): New option --no-check.
6712
6713 * make-dist: Don't do anything with cpp directory.
6714
67151997-12-20 Richard Stallman <rms@psilocin.gnu.org>
6716
6717 * configure.in (sparc-fujitsu-sysv4*): New target.
6718
67191997-12-17 Andreas Schwab <schwab@gnu.org>
6720
6721 * configure.in: Cache more tests. Add missing quotes around
6722 message with embedded comma.
6723
67241997-12-04 Karl Heuer <kwzh@gnu.org>
6725
6726 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
6727
67281997-11-26 Joel N. Weber II <devnull@gnu.org>
6729
6730 * make-dist: Changed the comment about `umask 0' to say `Don't
6731 restrict access to any files.'; previously it said `Don't protect
6732 any files', which may have implied that we think fascism is good.
6733
67341997-11-24 Paul Eggert <eggert@twinsun.com>
6735
6736 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
6737 strftime needs the underlying host's strftime for locale dependent
6738 formats.
6739
67401997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
6741
6742 * configure.in (i586-dg-dguxR4.*): New name in case branch.
6743
67441997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
6745
6746 * config.bat: Configure the man subdirectory.
6747
67481997-11-07 Paul Eggert <eggert@twinsun.com>
6749
6750 * configure.in (AC_CHECK_LIB): Add -lintl.
6751
67521997-11-07 Karl Heuer <kwzh@gnu.org>
6753
6754 * make-dist (check for .elc files): Avoid bash-specific syntax.
6755 (check for overflow 14-char limit): Simplify.
6756
67571997-11-07 Richard Stallman <rms@gnu.org>
6758
6759 * Makefile.in (install): Move blessmail last.
6760
67611997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6762
6763 * configure.in (gettimeofday, one arg or two):
6764 Clarify messages by avoiding double negative.
6765
67661997-09-30 Karl Eichwalder <ke@suse.de>
6767
6768 * Makefile.in (install-arch-indep): Install the widget info file.
6769
67701997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6771
6772 * configure.in (with-pop, with-kerberos): Need to check Kerberos
6773 libraries in reverse order, so that libraries will appear in the
6774 correct dependency order on the link line (and so that the
6775 configure checks themselves will work properly when early
6776 libraries depend on later ones).
6777
67781997-09-21 Erik Naggum <erik@naggum.no>
6779
6780 * make-dist (making links to `src'): Keep timestamp on copied files.
6781
6782 * make-delta: New script to produce delta distributions.
6783
67841997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6785
6786 * Version 20.2 released.
6787
67881997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6789
6790 * Version 20.1 released.
6791
6792 * Makefile.in (install-leim): Depend on mkdir.
6793 (leim): Depend on src.
6794
67951997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6796
6797 * configure.in: Recognize alpha* instead of just alpha.
6798
67991997-09-12 Paul Eggert <eggert@twinsun.com>
6800
6801 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
6802
68031997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6804
6805 * update-subdirs: Use rm -f.
6806
68071997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6808
6809 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
6810 Ignore subdirs named Old.
6811
68121997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
6813
6814 * configure.in: Add OpenBSD clause to set $machine.
6815
68161997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6817
6818 * make-dist: Recompile everything after updating various Lisp files.
6819 Recompile in leim as well as lisp.
6820 Check in leim as well as lisp for mismatched files and too-long names.
6821
68221997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6823
6824 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
6825
68261997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6827
6828 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
6829 before trying to copy anything from it.
6830
68311997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6832
6833 * Makefile.in (man/Makefile): New target.
6834 (tags): Define env var EMACS and run Makefile from build dir.
6835
68361997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
6837
6838 * config.bat: If src/_gdbinit doesn't exist, try using
6839 src/.gdbinit to create it (for building on Windows 95).
6840
68411997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6842
6843 * Makefile.in (install-arch-indep):
6844 Discard extra data in tar | tar pipes.
6845
68461997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
6847
6848 * configure.in (x_default_search_path): Corrected
6849 '${x_library}' to '${x_library}/X11'.
6850
68511997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6852
6853 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
6854
68551997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6856
6857 * configure.in: Support auto-configuration of both Kerberos V4 and
6858 Kerberos V5 for movemail, including detection of V4 and V5 header
6859 files and libraries.
6860
68611997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
6862
6863 * configure.in: Compute x_default_search_path
6864 and substitute into makefiles.
6865
6866 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
6867
68681997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6869
6870 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
6871
68721997-08-07 Erik Naggum <erik@naggum.no>
6873
6874 * configure.in: Remove lockdir, it is no longer needed.
6875 * Makefile.in (mkdir): Don't create lockdir.
6876 (lockdir): Variable deleted.
6877 (paths-force): Don't operate on PATH_LOCK.
6878
68791997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6880
6881 * leim-Makefile.in (clean, distclean): New targets.
6882
6883 * make-dist: Include leim/ChangeLog in leim distribution.
6884
68851997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6886
6887 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
6888
68891997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6890
6891 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
6892
68931997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6894
6895 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
6896
68971997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6898
6899 * make-dist: Update leim/leim-list.el.
6900 Pass along value of $EMACS when updating lisp dir.
6901
69021997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6903
6904 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
6905 prerequisite to the use of Doug Lea's malloc.
6906
69071997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6908
6909 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
6910
6911 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
6912
69131997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6914
6915 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
6916
69171997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6918
6919 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
6920 to news-r6.h.
6921
69221997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
6923
6924 * config.bat: Use `sed' instead of `cp', which might not be
6925 installed.
6926
69271997-07-09 Kenichi Handa <handa@etl.go.jp>
6928
6929 * Makefile.in (mostlyclean): Add cleaning leim directory.
6930 (clean, distclean, maintainer-clean): Likewise.
6931
69321997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6933
6934 * make-dist (bogosities): Check subdirs of `lisp' also.
6935
69361997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6937
6938 * make-dist (etc): Really avoid symlinks now.
6939 (lisp): Don't delete from subdirs the things we never copy.
6940
69411997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6942
6943 * Makefile.in (install-arch-indep): Correct the target name.
6944 The first letter `i' was dropped by the previous change of mine.
6945
69461997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6947
6948 * configure.in (leim/Makefile): Generate this.
6949 (*-sysv4.2uw*): Recognize new alternative.
6950
6951 * leim-Makefile.in: Renamed from leim-Makefile.
6952
6953 * make-dist: Set up real-leim subdirectory,
6954 with the real contents of leim; then move it to
6955 a separate top-level directory.
6956
6957 * make-dist: Don't mention site-lisp, site-init, site-start
6958 or default, when listing files hat are not compiled and should be.
6959
6960 * configure.in: Create src/config.stamp at the end.
6961
69621997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6963
6964 * Makefile.in (install-leim): Correct previous change.
6965
69661997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6967
6968 * Makefile.in (install-leim): New target.
6969 (install): Depend on install-leim.
6970
69711997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6972
6973 * Makefile.in (SUBDIR): Add leim.
6974 (SUBDIR_MAKEFILES): Add leim/Makefile.
6975 (leim/Makefile): New target.
6976
69771997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6978
6979 * leim-Makefile: New file.
6980 * make-dist: Initialize a `leim' subdirectory with that makefile.
6981
69821997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6983
6984 * configure.in (GNU_MALLOC_reason): Fix message text.
6985
69861997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6987
6988 * make-dist (lisp): Don't process subdirs that start with =.
6989 (etc): Copy symlinks, as in src.
6990
69911997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6992
6993 * configure.in (i*86-*-unixware*): New alternative.
6994
69951997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6996
6997 * Makefile.in (src/config.stamp): Target renamed from src/config.h
6998 and touch it explicitly.
6999
7000 * configure.in (mips-sony-newsos6*): New alternative.
7001 (mips-*-linux-gnu*): New alternative.
7002 (*-*-bsdi*): New alternative.
7003 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
7004
70051997-06-22 Dave Love <d.love@dl.ac.uk>
7006
7007 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
7008 (src/config.h): New target to re-configure if src/config.in is patched.
7009
70101997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7011
7012 * configure.in (shutdown): Check for `shutdown' function.
7013
70141997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7015
7016 * update-subdirs: Include the directory "language" in subdirs.
7017
70181997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7019
7020 * configure.in (m88k-dg-dgux4*): New alternative.
7021 (alpha-*-netbsd*): New alternative.
7022 (powerpcle-*-solaris2*): New alternative.
7023
70241997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7025
7026 * make-dist: Warn about .el files that are not compiled.
7027
70281997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7029
7030 * Makefile.in (dist): Don't run update-subdirs here,
7031 since make-dist now gets that done.
7032
7033 * make-dist: Use the new `updates' target in lisp/Makefile.
7034
7035 * make-dist: Use new non-file targets in lisp/Makefile.
7036
70371997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7038
7039 * make-dist: Handle all subdirs of `lisp' uniformly.
7040 Don't handle `term' and `language' specially.
7041 Clear out umask at the beginning.
7042
70431997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7044
7045 * make-dist: Use Make to update finder-inf.el and autoloads.
7046 Also update cus-load.el.
7047
70481997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7049
7050 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
7051 in case it is desirable to disable the GNU malloc features with glibc.
7052
70531997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7054
7055 * configure.in (DOUG_LEA_MALLOC):
7056 Define if malloc_{get,set}_state exist.
7057
70581997-03-05 Kenichi Handa <handa@etl.go.jp>
7059
7060 * make-dist: Make links for files under lisp/language.
7061
70621997-02-20 Kenichi Handa <handa@etl.go.jp>
7063
7064 * update-subdirs: Exclude the directory "language" from subdirs.
7065
70661997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
7067
7068 * configure.in: Check for rint and cbrt.
7069
70701997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7071
7072 * make-dist: Use $EMACS to say where to run Emacs.
7073 Add --no-update option.
7074
70751996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7076
7077 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
7078
70791996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7080
7081 * make-dist (copying src): Check thoroughly for symlinks
7082 and copy them in all cases. Regularize the linking of *.in
7083 and *.opt and ChangeLog files.
7084 (copying lib-src): Likewise.
7085 Don't rm getdate.c or y.tab.*--they don't exist any more.
7086
70871996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
7088
7089 * configure.in: Check for libmail, maillock.h and
7090 touchlock (for movemail).
7091
70921996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7093
7094 * configure.in (limits.h): Check for this file.
7095
70961996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7097
7098 * configure.in (rs6000-ibm-aix4.2): New alternative.
7099 (rs6000-ibm-aix4.0): New alternative.
7100 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
7101
71021996-11-22 Ben Harris <bjh21@cam.ac.uk>
7103
7104 * configure.in: Recognize vax-*-netbsd*.
7105
71061996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7107
7108 * configure.in (locallisppath): Add leim directory.
7109
71101996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7111
7112 * config.bat: Make sure `mv' supports forward slashes and -f.
7113
71141996-10-28 Christian Limpach <chris@nice.ch>
7115
7116 * configure.in (hppa*-next-nextstep*): * added after hppa
7117 to accept hppa1.0 and hppa1.1.
7118
71191996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
7120
7121 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
7122 * configure.in (ld_switch_machine): Fix typo.
7123
71241996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7125
7126 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
7127 from config.h and use them in $ac_link.
7128
71291996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
7130
7131 * configure.in: Create a subdir named `lisp'.
7132
71331996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7134
7135 * configure.in: Check for getcwd.
7136
71371996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7138
7139 * configure.in: Check for termios.h. Check for setpgid.
7140
71411996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7142
7143 * configure.in: Check for setrlimit.
7144
71451996-08-31 Paul Eggert <eggert@twinsun.com>
7146
7147 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
7148
71491996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7150
7151 * configure.in: Check for utimes.
7152
7153 * configure.in: Check for com_err library, but only
7154 if --with-kerberos was used. Check for krb and des
7155 only if --with-kerberos.
7156
71571996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7158
7159 * Makefile.in (INSTALL_STRIP): New variable.
7160 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
7161 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
7162
71631996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7164
7165 * configure.in: Check for krb and des libraries.
7166
71671996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7168
7169 * configure.in (*-sunos4.1.[3-9]*noshare):
7170 Use sunos413, not sunos4-1-3.
7171 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
7172 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
7173
71741996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7175
7176 * Makefile.in (src/paths.h): Target deleted.
7177 (paths-force): Delete all dependencies on this target
7178 but don't delete the target.
7179 (install): Depend on `all'.
7180 (paths-force): Don't print a message.
7181
7182 * configure.in: Generate src/paths.h here.
7183
71841996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7185
7186 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
7187 New variables that affect linking only.
7188 (alpha-dec-osf*): Use those instead of previous change.
7189
71901996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7191
7192 * Makefile.in (install-arch-indep): Install info/messages.
7193
71941996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7195
7196 * Version 19.33 released.
7197
71981996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
7199
7200 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7201 Fix previous change.
7202
72031996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7204
7205 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7206 New alternative.
7207
72081996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7209
7210 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
7211 and NON_GCC_TEST_OPTIONS.
7212
72131996-08-06 Paul Eggert <eggert@twinsun.com>
7214
7215 * configure.in (LOCALTIME_CACHE): Don't put a string literal
7216 "TZ=..." in environ.
7217
72181996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7219
7220 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
7221
72221996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7223
7224 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
7225 the more general *-sunos4.1.[3-9]* clause.
7226
72271996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7228
7229 * Version 19.32 released.
7230
7231 * configure.in (*-sco3.2v5*):
7232 Set OVERRIDE_CPPFLAG to a string of one space.
7233 Fix the code that uses OVERRIDE_CPPFLAG.
7234
72351996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
7236
7237 * configure.in: Undo previous change.
7238
72391996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7240
7241 * config.sub: Use `pc', not `unknown', when canonicalizing
7242 the vendor for ...86.
7243
72441996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
7245
7246 * configure.in: Check for termios.h header.
7247
72481996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
7249
7250 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
7251
72521996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
7253
7254 * configure.in: Split bsdos2 and bsdos2-1.
7255
72561996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7257
7258 * config.sub: If last two words are not a recognized
7259 KERNEL-OS pair, use just the last word as OS, as in 19.31.
7260 Make conversion of gnu/linux to linux-gnu really work.
7261
7262 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
7263
72641996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7265
7266 * configure.in (check for using Lucid widgets by default):
7267 Eliminate indentation that confuses some compilers.
7268
72691996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7270
7271 * config.sub: Convert linux and gnu/linux to linux-gnu.
7272
7273 * make-dist: Don't update getdate.c.
7274 Ignore =... files when checking for too-long Lisp file names.
7275
72761996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7277
7278 * configure.in (euidaccess): Check for that, not for eaccess.
7279
72801996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7281
7282 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
7283 before `noshare'.
7284 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
7285
72861996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7287
7288 * configure.in: Rename lignux to linux-gnu in configuration names.
7289 Use gnu-linux as the opsys value (s/ file name).
7290 Allow i686 just like i386, i486, i586.
7291
72921996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7293
7294 * configure.in (i*86-*-sco3.2v5): New alternative.
7295 (OVERRIDE_CPPFLAG): New variable.
7296 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
7297
7298 * configure.in: Specify vpath for .texi files.
7299
73001996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7301
7302 * configure.in: Always check for HAVE_X11R5.
7303 Separately decide whether to use a toolkit by default.
7304
73051996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
7306
7307 * configure.in: If X11R5 is missing the Xaw headers,
7308 default to --with-x-toolkit=no.
7309
73101996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7311
7312 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
7313
73141996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7315
7316 * Makefile.in (install-arch-indep): If cd etc makes output,
7317 don't treat that as part of the tar data.
7318 Check that ./lisp actually exists.
7319
73201996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
7321
7322 * make-dist: Check for long file names.
7323
73241996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7325
7326 * Version 19.31 released.
7327
73281996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7329
7330 * configure.in: Recognize sparc-*-lignux.
7331
73321996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7333
7334 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
7335 Don't include config.w95.
7336
73371996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7338
7339 * make-dist: Replace --no-clean-up and --no-tar options
7340 with --clean-up and --tar, so that the default is useful.
7341
73421996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
7343
7344 * config.bat: Make sure the GDB init file is called src/_gdbinit;
7345 if not, tell the user to rename it and abort.
7346
73471996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
7348
7349 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
7350 test program.
7351
73521996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7353
7354 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
7355
7356 * make-dist (MANIFEST): Fix previous change.
7357 (msdos): Put mainmake.v2 into the dist.
7358
73591996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7360
7361 * make-dist: Exit if autoconf fails.
7362
73631996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
7364
7365 * config.bat: Set djgpp-ver, and unset it at the end.
7366 Add a number of conditionals for DJGPP version 2.
7367 Rename label libsrc2 to libsrc3.
7368 Substitute for LDFLAGS in src/Makefile.
7369 Substitute for ALL_CFLAGS in lib-src/Makefile.
7370
73711996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7372
7373 * configure.in (ncurses): Check this after checking fns like strerror.
7374
73751996-04-08 Erik Naggum <erik@naggum.no>
7376
7377 * make-dist (MANIFEST): Don't include lines from =files.
7378
73791996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7380
7381 * make-dist: Don't put lisp/dired.todo in the dist.
7382
73831996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
7384
7385 * configure.in (HAVE_NCURSES): Look for library named ncurses.
7386
7387 * configure.in (setlocale): Check for it.
7388
7389 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
7390
73911996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7392
7393 * configure.in: Use lignux instead of linux as value of opsys.
7394
73951996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7396
7397 * Makefile.in (install-strip): Fix whitespace.
7398 Get rid of continuation.
7399
7400 * config.sub: Convert linux or gnu/linux to lignux.
7401
74021996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7403
7404 * configure.in: Accept lignux in configuration name.
7405
74061996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7407
7408 * Makefile.in (install-strip): New target.
7409
74101996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7411
7412 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
7413 -f failed to do the job on Suns.
7414
74151996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7416
7417 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
7418
7419 * configure.in (linux/version.h): Check for this header.
7420
74211996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7422
7423 * configure.in: Remove -fno-builtin hackery from -lm check.
7424
74251996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7426
7427 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
7428 just this test.
7429
7430 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
7431
74321996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7433
7434 * configure.in: Check for ncurses.
7435
74361996-02-28 Paul Eggert <eggert@twinsun.com>
7437
7438 * configure.in (LOCALTIME_CACHE):
7439 Also define if localtime mishandles unsetting TZ.
7440 This works around a localtime bug in mips-dec-ultrix.
7441
74421996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7443
7444 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
7445
7446 * configure.in: Improve messages about X versions.
7447
74481996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7449
7450 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
7451
74521996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7453
7454 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
7455 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
7456
7457 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
7458 (install): Put install-arch-indep before install-arch-dep.
7459
74601996-02-20 Dave Love <d.love@dl.ac.uk>
7461
7462 * INSTALL: Clarify info about MS-DOS path handling.
7463
74641996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7465
7466 * Makefile.in (install-arch-indep): Install info/ccmode*.
7467 In previous change, protect against /bin/pwd returning null string.
7468
74691996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7470
7471 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
7472 to lispdir.
7473
74741996-02-01 Paul Eggert <eggert@twinsun.com>
7475
7476 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
7477
74781996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7479
7480 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
7481
74821996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7483
7484 * Makefile.in (extraclean): Use ${top_distclean} to ensure
7485 we delete everything distclean deletes.
7486
74871996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
7488
7489 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
7490
74911996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7492
7493 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
7494 into LDFLAGS instead of into LIBS.
7495
74961996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7497
7498 * configure.in (HAVE_XMU): Fix typo in previous change.
7499
75001996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7501
7502 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
7503
75041996-01-10 Erik Naggum <erik@naggum.no>
7505
7506 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
7507
75081996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
7509
7510 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
7511
75121996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7513
7514 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
7515 and use -lXt to link it.
7516
75171996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7518
7519 * configure.in (locallisppath): Put version-specific dir first.
7520
75211996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7522
7523 * configure.in (hppa-*-nextstep*): New alternative.
7524 (USE_X_TOOLKIT): By default, set this to "maybe";
7525 and change that later to LUCID or "no" according to X11 version.
7526
7527 * make-dist: Recompile outdated .elc files and update all autoloads.
7528
75291996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7530
7531 * configure.in (locallisppath): Fix typo in last change: " -> '.
7532
75331996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7534
7535 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
7536
75371995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7538
7539 * Makefile.in (install-arch-indep): Give all files read permission.
7540
75411995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7542
7543 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
7544 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
7545
75461995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7547
7548 * configure.in: Determine HAVE_X11R6.
7549 (HAVE_MENUS): Renamed from HAVE_X_MENU.
7550
75511995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7552
7553 * configure.in: Just "solaris" now defaults to version 2.4.
7554 Add sunos4.1.n-noshare as alternative.
7555
75561995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7557
7558 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
7559
75601995-11-29 Erik Naggum <erik@naggum.no>
7561
7562 * Makefile.in (install-arch-indep): Add missing backslash.
7563
75641995-11-29 Karl Eichwalder <ke@ke.Central.DE>
7565
7566 * Makefile.in (install-arch-indep): Don't install
7567 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
7568
75691995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7570
7571 * Makefile.in (install-arch-indep): Fix previous change.
7572
7573 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
7574
75751995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7576
7577 * Version 19.30 released.
7578
7579 * make-dist (lisp): Exclude subdirs.el.
7580
75811995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7582
7583 * make-dist (etc): Delete *.orig and *.rej.
7584
75851995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7586
7587 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
7588
75891995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7590
7591 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
7592
75931995-11-14 Geoff Voelker <voelker@cs.washington.edu>
7594
7595 * make-dist (nt): Rename install, readme, and todo to
7596 INSTALL, README, and TODO.
7597
75981995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7599
7600 * make-dist (lisp): Don't distribute site-start.
7601
76021995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
7603
7604 * make-dist: Break the hard link on alloca.c.
7605
76061995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7607
7608 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
7609
76101995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7611
7612 * make-dist (src, lib-src): Don't distribute Makefile.c.
7613 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
7614
76151995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7616
7617 * Makefile.in (mkdir): Create man1dir, not mandir.
7618 (uninstall): Use man1dir, not mandir.
7619
76201995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7621
7622 * Makefile.in (man1dir): New variable.
7623 (install-arch-indep): Use man1dir.
7624
7625 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
7626
7627 * make-dist: Create lisp/MANIFEST.
7628
76291995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7630
7631 * configure.in (m68k-*-linux*): New alternative.
7632
76331995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7634
7635 * make-dist: Use new names config.in, paths.in, and
7636 {src,lib-src}/Makefile.in.
7637
76381995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7639
7640 * configure.in: Don't bother checking for drem.
7641
76421995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7643
7644 * Makefile.in (distclean): Delete line with just a tab in it.
7645 (install-arch-indep): Delete spaces that precede tabs.
7646 Delete spurious `fi' left from previous change.
7647 (install): Supply `true' as command, to avoid null command.
7648
76491995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7650
7651 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
7652
76531995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7654
7655 * configure.in (powerpc-*-solaris2): New alternative.x
7656
76571995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
7658
7659 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
7660 of paths.h.tmp$$, to avoid going beyond 14 characters.
7661
76621995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7663
7664 * configure.in: Improve error msg for invalid --with-x-toolkit value.
7665
76661995-09-06 Paul Eggert <eggert@twinsun.com>
7667
7668 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
7669 if localtime caches TZ. Check for tzset.
7670
76711995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7672
7673 * config.bat: Simplify using new names file names src/makefile.in,
7674 config.in, paths.in. Change Echo commands not to use `.
7675
76761995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7677
7678 * Makefile.in (install-arch-indep): Always install the new dir file;
7679 rename the previous dir file to dir.bak or dir.old.
7680
76811995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7682
7683 * configure.in (RANLIB): Substitute this into makefiles.
7684 Set it specially on solaris; set it by default on other systems.
7685
7686 * configure.in: Fix previous Alpha change.
7687
76881995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7689
7690 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
7691 NON_GCC_TEST_OPTIONS.
7692
76931995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7694
7695 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
7696 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
7697
7698 * configure.in (alpha-*-linux*): New configuration.
7699
77001995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7701
7702 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
7703 (m68k-next-nextstep*): New alias for that.
7704 (i*86-*-nextstep*): Use nextstep.h.
7705 (sparc-*-nextstep*): New configuration.
7706
77071995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7708
7709 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
7710 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
7711
77121995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7713
7714 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
7715 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
7716
77171995-07-18 Mike Long <mike.long@analog.com>
7718
7719 * make-dist: Fix update of finder-inf.el, and byte-compile it.
7720
77211995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7722
7723 * Makefile.in (src/paths.h, paths-force):
7724 Rename src/paths.h.in to src/paths.in.
7725 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
7726
7727 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
7728 Use Makefile.c for intermediate file.
7729 Rename src/config.h.in to src/config.in.
7730
77311995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
7732
7733 * configure.in (mips-dec-ultrix*): Assume version 4.3.
7734 (mips-dec-ultrix4.[12]): New alternative for old versions.
7735
77361995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7737
7738 * make-dist: Don't break intra-tree links.
7739
77401995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7741
7742 * configure.in: Put back archlibdir initialization. Require
7743 autoconf 2.4.1 or later.
7744
77451995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7746
7747 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
7748 (mips-mips-riscos5*): New alternative.
7749
77501995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7751
7752 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
7753
77541995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7755
7756 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
7757 (mandir, infodir, archlibdir): Initializations deleted.
7758
7759 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
7760 On hpux9shr, use hpux9shxr4.h.
7761
77621995-06-24 Morten Welinder <terra+@cs.cmu.edu>
7763
7764 * configure.in: Added target mips-dec-mach_bsd4.3.
7765 * config.guess: Guess mips-dec-mach_bsd4.3.
7766
77671995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7768
7769 * Makefile.in (mkdir): Use symbolic chmod.
7770
77711995-06-22 Paul Eggert <eggert@twinsun.com>
7772
7773 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
7774 SunOS 4.1.5 through 4.1.9, should they ever exist.)
7775
77761995-06-22 Paul Eggert <eggert@twinsun.com>
7777
7778 * Makefile.in (SUBDIR_MAKEFILES):
7779 Add man/Makefile, so `make distclean' removes it.
7780 (top_distclean): Add config.log to the list of files to be removed.
7781
77821995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7783
7784 * Version 19.29 released.
7785
77861995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7787
7788 * configure.in: Fix the previous change to verify that the -b
7789 option really solves the problem.
7790
7791 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
7792
77931995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7794
7795 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
7796
77971995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7798
7799 * configure.in: Report more clearly when there is no special
7800 dir to search for X includes or libraries.
7801
78021995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7803
7804 * configure.in: Check for -lpthreads, not -lpthread.
7805
78061995-06-09 Geoff Voelker <voelker@cs.washington.edu>
7807
7808 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
7809
78101995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7811
7812 * configure.in: Check for -lpthread.
7813
78141995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7815
7816 * Makefile.in (install-arch-indep): Install info files for mh-e.
7817 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
7818
78191995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7820
7821 * configure.in (*-solaris2.5): New configuration.
7822
7823 * make-dist: Copy new files config.nt and config.w95.
7824
78251995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7826
7827 * configure.in: Use x_includes, not x_libraries, for -I.
7828 Make bitmapdir a colon-separated list.
7829
78301995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
7831
7832 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
7833
7834 * configure.in: Allow x_libraries and x_includes to be paths.
7835
78361995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7837
7838 * configure.in: Fix typo.
7839
78401995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7841
7842 * INSTALL: Clarify use of site-init.el.
7843
78441995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
7845
7846 * configure.in: Pass arg to sqrt.
7847
78481995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7849
7850 * make-dist: Fix May 6 change.
7851
78521995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7853
7854 * vpath.sed: Delete reference to ymakefile.
7855
78561995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7857
7858 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
7859
78601995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7861
7862 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
7863
7864 * update-subdirs: Specify /bin/sh to run the script.
7865
78661995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7867
7868 * make-dist: Put src/makefile.nt in dist.
7869
7870 * configure.in (i[345]86-*-bsdi2*): New configuration.
7871 (vax-dec-bsd386*): Deleted.
7872
78731995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7874
7875 * configure.in: Make sure CDPATH doesn't mess up PWD check.
7876 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
7877 Use fmod instead of logb in -lm check.
7878
78791995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7880
7881 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
7882 Use bsd4-3. Don't set NON_GNU_CPP.
7883
7884 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
7885 In nt, copy various different things, but not *.cmd.
7886 Fix the ln commands for the subdirs of nt.
7887
78881995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7889
7890 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
7891
78921995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7893
7894 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
7895 since that's what the header file expects.
7896
78971995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
7898
7899 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
7900 and 68040 based machines when choosing options for gnucc.
7901
79021995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7903
7904 * Makefile.in (top_distclean): Delete config.cache.
7905
79061995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7907
7908 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
7909
7910 * configure.in: Use m/ncr386.h.
7911
79121995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7913
7914 * Makefile.in (install-arch-indep): Undo Sep 23 change.
7915
79161995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7917
7918 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
7919 (man): Don't copy texindex.c and getopt.c; they're deleted.
7920 (etc): Omit `e'; it's a subdirectory.
7921 (etc/e): Use `../..', not `..', to reference top level.
7922
79231995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
7924
7925 * Makefile.in (install-arch-indep, dist):
7926 Look for `update-subdir' in $(srcdir).
7927
79281995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7929
7930 * make-dist: Include mkinstalldirs in distribution.
7931
79321995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7933
7934 * make-dist: Add missing close backquote.
7935
79361995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7937
7938 * make-dist: Don't distribute shortnames directory.
7939
79401995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7941
7942 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
7943
79441995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7945
7946 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
7947
79481995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7949
7950 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
7951
79521995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7953
7954 * configure.in (mips-sgi-irix6): New configuration.
7955
79561995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7957
7958 * Makefile.in (maintainer-clean): Renamed from realclean.
7959
79601995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7961
7962 * configure.in: Create a .gdbinit that sources the real one,
7963 if using a different build directory.
7964
79651995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7966
7967 * configure.in: Check for sys/select.h.
7968
79691995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7970
7971 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
7972
79731994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7974
7975 * configure.in: Handle isc 4.1 operating system.
7976
79771994-12-10 Richard Stallman <rms@kepa>
7978
7979 * configure.in (rs6000-ibm-aix4.1*): New alternative.
7980 (rs6000-ibm-aix4*): New alternative.
7981
79821994-12-06 Richard Stallman <rms@kepa>
7983
7984 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
7985
79861994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
7987
7988 * configure.in: Don't try to make directories that are guaranteed
7989 to already exist.
7990
79911994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7992
7993 * configure.in: Generate man/Makefile from man/Makefile.in.
7994 Create the man subdir.
7995
7996 * Makefile.in (dvi): Run Make in our man subdir.
7997
7998 * make-dist: Create subdir etc/e.
7999 Make links to it.
8000 Put man/Makefile.in in dist, instead of man/Makefile.
8001
80021994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
8003
8004 * configure.in: Add --with-pop, --with-kerberos, and
8005 --with-hesiod for movemail.
8006
80071994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8008
8009 * configure.in (m68*-apollo*): Use s/domain.h.
8010
80111994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8012
8013 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
8014
80151994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8016
8017 * configure.in: Don't add -I, -L, -R options for cc if their
8018 arguments would be empty.
8019
80201994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8021
8022 * configure.in (i860-intel-osf1*): New alternative.
8023 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
8024 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
8025
80261994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8027
8028 * configure.in: Make h_errno check not use nested functions.
8029
80301994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8031
8032 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
8033
80341994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8035
8036 * Makefile.in (install-arch-indep): Avoid continued comment
8037 swallowing target line.
8038
80391994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
8040
8041 * configure.in: Protect a character class with `changequote'.
8042
80431994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8044
8045 * configure.in: Accept `news' as a synonym for `newsos'.
8046
80471994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8048
8049 * Makefile.in: Don't rm files if cd fails.
8050
80511994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8052
8053 * make-dist: Put nt subdir and its subdirs in the dist.
8054 (lib-src): Put makefile.nt in the dist.
8055 (lisp): Put makefile.nt in the dist.
8056
80571994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8058
8059 * configure.in: Change a stray `[' to `test'.
8060
80611994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8062
8063 * configure.in: Adapt for Autoconf v2. Use the standard argument
8064 parser, host type canonicalizer, X11 finder, and message
8065 printing macros. Use the new macro names. Use `test' instead of `['.
8066
80671994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8068
8069 * configure.in: Check for getpagesize.
8070
80711994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8072
8073 * make-dist (msdos): Put sed* in the distribution.
8074
80751994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
8076
8077 * config.bat: New option, `--with-x', for configuring Emacs
8078 for use with the X11 system DesqView/X.
8079 New option, `--no-debug', for compiling Emacs without debug
8080 information thus saving disk space.
8081 (src/config.h, src/paths.h): Use `update' (which is like
8082 `move-if-changed') to change the file.
8083 (src/config.h): When configuring for X11 perform extra changes.
8084 (src/makefile): When configuring for X11 perform extra changes.
8085 (lib-src): Remove temporary files.
8086 (): Check that `sed', `rm', `mv', and `gcc' are available.
8087
80881994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8089
8090 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
8091
8092 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
8093
80941994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8095
8096 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
8097
8098 * configure.in (canonical): Substitute var into makefiles.
8099 (bitmapdir): Likewise.
8100
8101 * Makefile.in (bitmapdir): New variable.
8102 (src/paths.h, paths-force): Edit PATH_BITMAPS.
8103
81041994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8105
8106 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
8107
8108 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
8109 * update-subdirs: New shell script.
8110
81111994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8112
8113 * Makefile.in (top_distclean): Don't rm build-install.
8114 (SOURCES): Delete build-install.in.
8115
8116 * make-dist: Don't distribute build-ins.in.
8117 * build-ins.in: File deleted.
8118
81191994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
8120
8121 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
8122
81231994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8124
8125 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
8126
8127 * configure.in (libexecdir): Renamed from libdir. New default.
8128 (sharedstatedir): Renamed from statedir. New default.
8129 (datadir): New default.
8130
8131 * make-dist: Don't distribute subdirs.el.
8132
81331994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8134
8135 * configure.in (eaccess): Check for it.
8136
81371994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8138
8139 * configure.in (mktime): Check for it.
8140
81411994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
8142
8143 * configure.in (motif): Add support for usage and option checking.
8144
81451994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8146
8147 * configure.in (utimes): Check for it.
8148
81491994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8150
8151 * Makefile.in (install-arch-indep): Don't do mkdir here.
8152
81531994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8154
8155 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8156 riscix.h renamed to acorn.h.
8157
81581994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
8159
8160 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8161 New configurations.
8162
81631994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8164
8165 * configure.in: Remove trailing slashes from srcdir.
8166
81671994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8168
8169 * configure.in (i[345]86-sequent-ptx*): Handle
8170
81711994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8172
8173 * Makefile.in (paths-force): Depend on src/paths.h
8174
81751994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8176
8177 * configure.in (config_options): Save all arguments, not just some.
8178
81791994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8180
8181 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
8182
8183 * configure.in: Add AC_AIX.
8184 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
8185
81861994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8187
8188 * configure.in (parsing options): Simplify sed command to delete -'s.
8189
81901994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
8191
8192 * configure.in (config_options): New shell variable.
8193 Pass its value to C code in EMACS_CONFIG_OPTIONS.
8194
81951994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8196
8197 * configure.in (alpha-dec-osf*): New target.
8198
8199 * Makefile.in: Use just one FRC target.
8200
82011994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8202
8203 * Makefile.in (removenullpaths, paths-force):
8204 Use name paths.h.tmp$$, which depends on the pid.
8205
82061994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8207
8208 * Makefile.in (removenullpaths, paths-force):
8209 Put paths.h.tmp in top-level dir, not in src.
8210
82111994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8212
8213 * Version 19.27 released.
8214
82151994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8216
8217 * Version 19.26 released.
8218
82191994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8220
8221 * configure.in: Check for lrand48, not rand48.
8222
82231994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8224
8225 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
8226 (powerpc-ibm-aix*): New aliases.
8227
82281994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8229
8230 * make-dist (src/m, src/s): Put *.inp in distribution.
8231
82321994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8233
8234 * configure.in: Accept i586 and i486 along with i386.
8235
82361994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8237
8238 * configure.in: Do compute unexec, LIBX, system_malloc, etc
8239 even if CPP env var was set by the user.
8240
8241 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
8242
82431994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
8244
8245 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
8246
82471994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8248
8249 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
8250
82511994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8252
8253 * configure.in: Check more specifically for i*86-sun-sunos.
8254
82551994-08-03 Caveh Jalali (caveh@eng.sun.com)
8256
8257 * configure.in: Handle solaris 2.4.
8258
82591994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8260
8261 * configure.in (rand48): Check for it.
8262
82631994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8264
8265 * make-dist: Update the info files.
8266
82671994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8268
8269 * configure.in: Make "checking..." messages' style consistent.
8270 (HAVE_H_ERRNO): New test.
8271
82721994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8273
8274 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
8275
82761994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8277
8278 * configure.in (CFLAGS): If the envvar was specified, use that.
8279 And set REAL_CFLAGS from it too.
8280
82811994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8282
8283 * make-dist: Update finder-inf.el.
8284
82851994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8286
8287 * make-dist (msdos): Include sed4.inp in dist.
8288
8289 * Makefile.in (libsrc_libs): Var deleted.
8290
82911994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8292
8293 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
8294
82951994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8296
8297 * configure.in (mips-sony-newsos4*): New alias.
8298
82991994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8300
8301 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
8302 (*-convex-convexos*): Accept this as alias.
8303
83041994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8305
8306 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
8307 for two different uses.
8308
83091994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8310
8311 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
8312
83131994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8314
8315 * make-dist: Put ./BUGS into the distrib.
8316
83171994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8318
8319 * configure.in: Handle 386 running Solaris 2.
8320
83211994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8322
8323 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
8324
83251994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8326
8327 * configure.in (mips-sony-newsos*): Use news-risc.h.
8328
8329 * configure.in: Accept bsdi as opsys, like bsd386.
8330
83311994-06-01 Morten Welinder (terra@diku.dk)
8332
8333 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
8334
83351994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8336
8337 * Version 19.25 released.
8338
8339 * make-dist (shortversion): Don't assume another period follows.
8340
83411994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8342
8343 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
8344 (uninstall): Use /bin/pwd.
8345
8346 * Makefile.in (blessmail): Depend on src.
8347 (all): Don't depend on blessmail.
8348
8349 * Makefile.in (src/paths.h): Don't force recomputation.
8350 (paths-force): New target; force recomputation of paths.h.
8351 (all): Depend on paths-force.
8352 (src, lib-src): Depend on src/paths.h.
8353
8354 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
8355 NON_GCC_TEST_OPTIONS.
8356
83571994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8358
8359 * configure.in: Don't insist on subversions for irix.
8360
83611994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8362
8363 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
8364
8365 * configure.in (i[34]86-next-*): New alternative.
8366
83671994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8368
8369 * Version 19.24 released.
8370
8371 * configure.in: New config hppa*-hp-hpux9shr*.
8372
83731994-05-22 Morten Welinder (terra@tyr.diku.dk)
8374
8375 * config.bat: Doc fix.
8376
83771994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8378
8379 * Makefile.in (mostlyclean, clean, distclean, realclean)
8380 (extraclean): Don't act on man subdir if it doesn't exist.
8381
83821994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8383
8384 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
8385 Use them to set up CC.
8386 (*-sun-sunos4.1.3): Set them.
8387
83881994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8389
8390 * Makefile.in (lib-src): Don't depend on src/paths.h.
8391
83921994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8393
8394 * build-ins.in (copydests): Get rid of spurious `-'s.
8395
8396 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
8397
83981994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8399
8400 * Version 19.23 released.
8401
8402 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
8403 for the Xlib and Xt checks; then restore old CFLAGS.
8404
84051994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8406
8407 * configure.in (HAVE_X11XTR6): Add newline before #if.
8408 Add newline after #endif.
8409
84101994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8411
8412 * configure.in (HAVE_X11XTR6): Arrange to define it.
8413
84141994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8415
8416 * Makefile.in (install): Depend on blessmail.
8417
84181994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8419
8420 * configure.in (mips-siemens-sysv*): Put quotes around value
8421 containing blanks.
8422
84231994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8424
8425 * Makefile.in (TAGS): Use the makefile in src subdir.
8426
84271994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8428
8429 * configure.in (opsys): Recognize `gnu'.
8430
84311994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8432
8433 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
8434
84351994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8436
8437 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
8438 version > 1.8.
8439
84401994-05-08 Morten Welinder (terra@diku.dk)
8441
8442 * config.bat: Forcibly remove "# " style comments from makefiles.
8443
84441994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8445
8446 * Makefile.in (uninstall): When processing lispdir and etcdir,
8447 do nothing unless it exists and is a directory.
8448
84491994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8450
8451 * Makefile.in (install-arch-indep): Do install info/dired-x*.
8452 Merge code in from install-doc.
8453 (install-doc): Merge code back into install-arch-indep.
8454 (install-arch-dep): Don't depend on install-doc.
8455
8456 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
8457
84581994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8459
8460 * configure.in (making src/Makefile and lib-src/Makefile):
8461 Split off the autoconf substitutions and don't pass them thru cpp.
8462 (undefs): Use $canonical as well as $configuration.
8463
8464 * make-dist: Distribute lisp/Makefile.
8465
8466 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
8467 Use lower case names for the s files.
8468
84691994-05-03 Morten Welinder (terra@diku.dk)
8470
8471 * config.bat: Added possibility for different file name
8472 transcriptions in lib-src.
8473
84741994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8475
8476 * Makefile.in (lib-src): Undo previous change.
8477 (blessmail): New target to run maybe-blessmail in lib-src.
8478 (all): Depend on blessmail.
8479
8480 * Makefile.in (lib-src): Depend on src.
8481
84821994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
8483
8484 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
8485 (m88k-dg-dgux5.4R2): dgux5.4R2.
8486
84871994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8488
8489 * configure.in (window_system): Restore accidentally deleted code
8490 that uses AC_FIND_X.
8491
8492 * make-dist: Distribute config.bat.
8493
84941994-04-29 Morten Welinder (terra@diku.dk)
8495
8496 * config.bat: Corrected the configuration of lib-src
8497 to keep up with configure. Add note about dos version 3
8498 or better needed (djgpp needs that). Add note explaining
8499 that either install in c:/emacs or edit the script.
8500 Don't change to c:/emacs, but assume we're there (to minimize
8501 the number of places to change).
8502
8503 * config.bat: Build-in the first step towards X11 support with
8504 the X11 emulator that exists. At this time it won't work,
8505 and several files are missing.
8506
85071994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8508
8509 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
8510 Don't look for -lresolv.
8511
8512 * Makefile.in (lib-src): Depend on src/paths.h.
8513
85141994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8515
8516 * configure.in: Restore deleted AC_SUBST of `configuration'.
8517 Improve error message for bad --with-x-toolkit value.
8518
8519 * configure.in: Define CONFIGURATION in src/config.h
8520 rather than substituting in src/Makefile.in.
8521
85221994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8523
8524 * Makefile.in (install-doc): New target.
8525 (install-arch-dep): Depend on install-doc.
8526 (mkdir): Create docdir.
8527
85281994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8529
8530 * configure.in: Test for libresolv.a.
8531 Substitute machfile and opsysfile.
8532
85331994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8534
8535 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
8536 (install-arch-dep): Install under the name $(EMACS).
8537
85381994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8539
8540 * configure.in (version): Use entire value of emacs-version.
8541 (mips-siemens-sysv*): New alternative.
8542
85431994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8544
8545 * Makefile.in (install-arch-indep): Don't install dired-x*.
8546
85471994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8548
8549 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
8550 Fix definition of $undefs.
8551
85521994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8553
8554 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
8555
8556 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
8557
85581994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8559
8560 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
8561
85621994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8563
8564 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
8565 and run it thru cpp, as with src/Makefile.in.
8566
8567 * configure.in: Use AC_SET_MAKE.
8568
85691994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8570
8571 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
8572
85731994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8574
8575 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
8576
8577 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
8578 (printing the choices): Make the toolkit message unconditional.
8579 (USE_X_TOOLKIT): Use `none', not `no', if none.
8580 (include libsrc_libs): Include config.h, and specify -I for srcdir.
8581 Get rid of temp file foofoo1.
8582
85831994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8584
8585 * configure.in (CFLAGS): Use shell syntax, not Makefile.
8586
85871994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8588
8589 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
8590 (printing the choices): State choice of toolkit.
8591 (libsrc_libs): Recalculate after writing config.h;
8592 then update lib-src/Makefile.
8593
85941994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8595
8596 * configure.in: Add sunos4shr as alternative for suns.
8597 Conditionals testing for null $CC were backwards.
8598
85991994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8600
8601 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
8602
86031994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8604
8605 * configure.in: Handle -isc4.0*.
8606
86071994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8608
8609 * configure.in (esix5): Set NON_GNU_CPP.
8610
86111994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
8612
8613 * Makefile.in (thisdir): Nonsensical variable removed.
8614 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
8615 back to $thisdir, rather than the directory `this_dir'.
8616
86171994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8618
8619 * Makefile.in (install-arch-indep): Add missing backslash after a
8620 `then'.
8621
86221994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8623
8624 * Makefile.in (thisdir): New variable.
8625 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
8626
86271994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8628
8629 * configure.in: Add freebsd.
8630
86311994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8632
8633 * configure.in: Check for fpathconf.
8634
86351994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8636
8637 * configure.in (with_x_toolkit): Fix typo in previous change.
8638
86391994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8640
8641 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
8642
86431994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8644
8645 * configure.in (with_x_toolkit): Don't allow motif or open-look.
8646
86471994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8648
8649 * configure.in: Fix value of docdir.
8650 * Makefile.in (install-arch-indep): Install DOC* in docdir.
8651
86521994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8653
8654 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
8655
86561994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
8657
8658 * configure.in: New variable docdir to control where the docstring
8659 file goes.
8660 Makefile.in: Use it to initialize PATH_DOC in paths.h.
8661
86621994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8663
8664 * configure.in: When --run-in-place, don't inherit archlibdir.
8665
86661994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8667
8668 * Makefile.in (install-arch-dep, install-arch-indep):
8669 New targets split up former do-install rule.
8670 (do-install): Target deleted.
8671
86721994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8673
8674 * configure.in (mips-sony-newsos*): New configuration.
8675
86761994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
8677
8678 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
8679
86801994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8681
8682 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
8683
86841994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8685
8686 * configure.in: Don't initialize CC.
8687
86881994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8689
8690 * configure.in (creating src/Makefile): Also generate -U switches
8691 for symbols in the $configuration value.
8692
8693 * configure.in: Check for sys_siglist being declared in system header.
8694
86951994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8696
8697 * configure.in (creating src/Makefile): Delete blank lines
8698 along with lines of whitespace.
8699 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
8700
87011994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8702
8703 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
8704 like C_SWITCH_SYSTEM.
8705 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
8706
87071994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8708
8709 * configure.in (drem): Check for this function.
8710
87111994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8712
8713 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
8714 If CPP was inherited from environment, don't use NON_GNU_CPP.
8715 (NON_GNU_CC): Likewise.
8716 (handling with_gcc): Use explicit if in the `no' case.
8717 (cc_specified): New variable; if set, don't use NON_GNU_CC.
8718
87191994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8720
8721 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
8722
87231994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8724
8725 * configure.in: Check whether fmod exists.
8726
87271994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8728
8729 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
8730 {src,lisp}/OChangeLog.
8731
87321994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8733
8734 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
8735 necessary for proper operation. This code works with the current
8736 released version of Autoconf.
8737
87381994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8739
8740 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
8741 (USE_X_TOOLKIT): Define it for all values except `no'.
8742
8743 * configure.in: Undo first Jan 8 change and Jan 16 change.
8744
87451994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8746
8747 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
8748 Substitute USE_X_TOOLKIT as both C macro and Make variable.
8749
8750 * Makefile.in (lwlib/Makefile): New target.
8751 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
8752 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
8753 (unlock, relock): Handle lwlib subdir.
8754
8755 * Makefile.in: Add some .PHONY targets.
8756
8757 * make-dist: Handle lwlib subdir like oldXMenu subdir.
8758
8759 * lwlib: New subdirectory.
8760
87611994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8762
8763 * configure.in: If CPP has a value that is a directory,
8764 discard the value.
8765
87661994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8767
8768 * configure.in (srcdir_undefs): Add g flag to sed substitution to
8769 remove -U[0-9]*.
8770
87711994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8772
8773 * Makefile.in (do-install): Install the dired-x info files.
8774
8775 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
8776 (See src/s/sol2.h.)
8777
87781994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8779
8780 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
8781
87821994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8783
8784 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 8785 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
8786 gratuitously break this and not make a change log entry.
8787 Optimized sed processing of Makefile.in and cpp output; now
8788 preserves comments previously removed from the cpp input.
8789 Eliminated temp file for cpp output. Generate -U switches to
8790 undefine all identifiers that appear in the directory name
8791 ${srcdir}; pass these to cpp.
8792
8793 * configure.in (version): Fix sed regexp to match two-elt version
8794 number.
8795
8796 * configure.in: Check for strerror.
8797
87981994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8799
8800 * configure.in: Test for bcmp.
8801
88021994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8803
8804 * make-dist (tempdir): Put subdir msdos into the distribution.
8805
88061993-01-07 Morten Welinder (terra@diku.dk)
8807
8808 * config.bat: New file.
8809
88101994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8811
8812 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
8813
88141994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8815
8816 * configure.in (m68*-next-*): Don't care about which os is specified.
8817 (i[34]86-*-*): Check for *-nextstop*.
8818
88191993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8820
8821 * configure.in: Check for setsid.
8822
88231993-12-17 Richard Stallman (rms@srarc2)
8824
8825 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
8826
88271993-12-15 Richard Stallman (rms@srarc2)
8828
8829 * Makefile.in (mkdir): Make only the lockdir writable.
8830
8831 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
8832
88331993-12-11 Richard Stallman (rms@srarc2)
8834
8835 * Makefile.in (libdir): Use @libdir@.
8836
88371993-12-08 Richard Stallman (rms@srarc2)
8838
8839 * Makefile.in (install): Add empty command.
8840
88411993-12-04 Richard Stallman (rms@srarc2)
8842
8843 * make-dist: Put man/getopt.c in the dist.
8844
8845 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
8846
8847 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
8848
88491993-12-03 Richard Stallman (rms@srarc2)
8850
8851 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
8852 Set it for all solaris versions.
8853 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
8854 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
8855 Likewise for NON_GNU_CC and CC.
8856
88571993-12-01 Richard Stallman (rms@srarc2)
8858
8859 * configure.in (mips-mips-riscos4*): Assign variable CC.
8860 (checking ${with_gcc}): If "no", don't override CC if already set.
8861 (CC): Initialize it as empty.
8862
88631993-11-30 Richard Stallman (rms@srarc2)
8864
8865 * configure.in (Suns): Set CPP if *-solaris2.3*.
8866
88671993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8868
8869 * Version 19.22 released.
8870
8871 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
8872
88731993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8874
8875 * make-dist: When breaking links, use cp -p.
8876 Copy install.sh into distribution.
8877 Move the temp dir up into the parent dir;
8878 don't leave the staging dir make-dist.tmp... in existence.
8879 * install.sh: New file.
8880
88811993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8882
8883 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
8884
88851993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8886
8887 * configure.in (version): When --run-in-place, exclude
8888 ${datadir}/emacs/site-lisp from locallisppath.
8889
88901993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8891
8892 * configure.in: Delete jumk.c before writing it.
8893
88941993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8895
8896 * Version 19.21 released.
8897
8898 * Makefile.in (mkdir): Ignore error from chmod.
8899
89001993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8901
8902 * make-dist: Don't put lisp/forms.README in the distribution.
8903
89041993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8905
8906 * configure.in (creating src/Makefile): Before running cpp,
8907 discard all lines that start with `# Generated' or /**/#.
8908
89091993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8910
8911 * Version 19.20 released.
8912
8913 * make-dist: Use build-ins.in, not build-install.in.
8914 Don't bother updating TAGS since it's not included.
8915
8916 * build-ins.in: Renamed from build-install.in.
8917
89181993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8919
8920 * make-dist: Don't try to link *.texinfo--there are none now.
8921 When running make in lib-src, specify YACC var value.
8922
89231993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8924
8925 * configure.in (extrasub): Add vpath patterns for %.[yls].
8926
8927 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
8928 Instead just include the commands to make src/Makefile as the
8929 second arg to AC_OUTPUT.
8930
8931 * configure.in: Use : instead of dnl for comment inside
8932 $makefile_command.
8933
8934 * configure.in: No longer use vpath_sed. Instead, when we notice
8935 srcdir already configured, set extrasub to hack vpath in the
8936 makefiles.
8937
8938 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
8939 before moving it.
8940 * Makefile.in (VPATH): Define to @srcdir@.
8941
89421993-09-28 Brian J. Fox (bfox@cubit)
8943
8944 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
8945 doesn't exist. Just copy src/Makefile.in instead. Touch
8946 all of the Makefiles after editing config.status.
8947
8948 * INSTALL: Update documentation to match new configuration
8949 mechanism.
8950
89511993-09-27 Brian J. Fox (bfox@ai.mit.edu)
8952
8953 * configure.in: Allow any of the path or directory Makefile
8954 variables to be set with flags to configure. Create all Makefiles
8955 at configure time. Edit special commands into config.status after
8956 src/Makefile.in is built from src/Makefile.
8957
8958 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
8959 If these files are out of date, simply have config.status
8960 rebuild them; don't rebuild them explicitly.
8961
89621993-09-25 Brian J. Fox (bfox@ai.mit.edu)
8963
8964 * build-install.in: Change src/xemacs to src/emacs. We no longer
8965 create src/xemacs, so the file wouldn't be found.
8966
8967 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
8968
89691993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
8970
8971 * configure.in: Avoid forcing the search of /usr/include before
8972 fixed include files by resetting C_SWITCH_X_SITE if it is
8973 "-I/usr/include".
8974
89751993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8976
8977 * Makefile.in (@rip_paths@locallisppath):
8978 Delete ${datadir}/emacs/site-lisp.
8979
89801993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8981
8982 * configure.in:
8983 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
8984 Remove ${extra_output} from AC_OUTPUT call.
8985
89861993-09-17 Brian J. Fox (bfox@inferno)
8987
8988 * make-dist: Quote backquotes found in strings to be echoed.
8989
8990 * configure.in: Use "sh -c pwd" when we want to avoid having the
8991 shell fix up the value of $PWD.
8992
89931993-09-13 Brian J. Fox (bfox@inferno)
8994
8995 * Makefile.in (do-install): Don't abort if ln or chmod at the end
8996 of the installation fail. Suggested by Karl Berry.
8997
89981993-08-30 Brian J. Fox (bfox@inferno)
8999
9000 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
9001 was used. Set MAKEFLAGS from MFLAGS.
9002
90031993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9004
9005 * configure.in: Test for res_init in libc.
9006
90071993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9008
9009 * configure.in: In the file ${tempcname}, use configure___
9010 instead of @configure@.
9011
90121993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
9013
9014 * make-dist: Dist vpath.sed
9015
9016 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
9017 Depend on vpath.sed.
6e81c819 9018 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
9019
9020 * configure.in: Substitute variable `vpath_sed'.
9021 If not in $srcdir and $srcdir is configured,
9022 issue warning that GNU make is required,
9023 and set vpath_sed to use vpath.sed script.
9024
90251993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9026
9027 * configure.in: Remove check for $srcdir being configured. This
9028 pretty much works now.
9029 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
9030 Check for XFree86 (/usr/X386/include) independent of whether
9031 -lXbsd exists.
9032
9033 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
9034 realclean, unlock, relock): Use `$(MAKE)' in place of plain
9035 `make'.
9036
90371993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9038
9039 * Version 19.19 released.
9040
9041 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
9042
90431993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9044
9045 * configure.in: Check for XScreenNumberOfScreen.
9046
90471993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9048
9049 * configure.in: Add * to end of all configuration alternatives.
9050 (m68*-sony-newsos3*): New alternative.
9051
90521993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9053
9054 * make-dist: Include getdate.c in distribution.
9055
9056 * configure.in: For --help, use $PAGER if it is set.
9057 (LIB_X11_LIB): Default to -lX11.
9058 (mips-sgi-irix5.*): New alternative.
9059
9060 * Makefile.in (do-install): Install info/gnus* and info/sc*.
9061
9062 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
9063 Recognize *.B8.* as hpux version 8.
9064 (m68*-tektronix-bsd*): Fix typo in tek4300.
9065 (AC_HAVE_FUNCS): Add ftime.
9066
90671993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9068
9069 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
9070 Use tekxd88, not tekXD88.
9071
90721993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9073
9074 * configure.in: Check for -lm. Then can check for frexp and logb.
9075
90761993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9077
9078 * Version 19.18 released.
9079
9080 * make-dist (src): Don't put gnu-hp300 in dist.
9081 (src, lisp): Include OChangeLog in dist.
9082
90831993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9084
9085 * configure.in: Test for presence of logb and frexp functions.
9086
90871993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9088
9089 * configure.in (machine): Add i370-ibm-aix*.
9090
90911993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9092
9093 * configure.in (function checks): Test for mkdir and rmdir.
9094
9095 * configure.in (function checks): Don't test for random and bcopy
9096 only when we're building with X; look for them all the time.
9097
90981993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9099
9100 * configure.in: Test for availability of bcopy functions, searching
9101 the X libraries if we're using X.
9102
9103 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
9104 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
9105 versions of AIX, and needs to be passed to the loader.
9106
9107 * configure.in: Test for the availability of the
9108 XScreenResourceString function.
9109
91101993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
9111
9112 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
9113 LD_SWITCH_X_SITE and assume --with-x11.
9114 Only look for X11 files if we weren't told about a window system
9115 or if we were told to use X11 but not told where.
9116 Search the libraries from the s and/or m files when checking for
9117 functions.
9118
9119 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
9120
91211993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9122
9123 * make-dist: Include lisp/dired.todo in the distribution.
9124
91251993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9126
9127 * configure.in: Add code to set HAVE_INET_SOCKETS.
9128
91291993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9130
9131 * configure.in: If we do find x_includes and x_libraries
9132 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
9133
91341993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9135
9136 * make-dist: Include src/gnu-hp300 in the dist.
9137
9138 * configure.in (canonical): New variable holds the canonicalized
9139 configuration. Don't alter `configuration'. Use `configuration'
9140 for Makefile.in for file naming.
9141 (testing x_includes and x_libraries): Use =, not ==.
9142
91431993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9144
9145 * Version 19.17 released.
9146
9147 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
9148 directory's makefile. This allows the invocation of CPP which
9149 builds xmakefile to receive these switches. The SunSoft C
9150 preprocessor inserts spaces between tokens if it doesn't get the
9151 -Xs flag requested in src/s/sol2.h.
9152
91531993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
9154
9155 * configure.in (m68k-bull-sysv3): New config.
9156
91571993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9158
9159 * configure.in: Use the autoconf AC_FIND_X macro to try to find
9160 the X Windows libraries.
9161
91621993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9163
9164 * make-dist (tempdir): Don't create lisp/forms-mode directory in
9165 the distribution. Those files aren't kept in their own
9166 subdirectory any more.
9167
91681993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9169
9170 * Version 19.16 released.
9171
91721993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9173
9174 * configure.in: Add --verbose flag.
9175
91761993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9177
9178 * version 19.15 released.
9179
91801993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9181
9182 * Makefile.in (top_distclean): Use -f switch when cleaning out
9183 lock dir; it might be empty.
9184
9185 * configure.in: Only check for -lXbsd once.
9186
91871993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9188
9189 * Version 19.14 released.
9190
91911993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9192
9193 * make-dist: If using gzip, create distribution with '.gz' extension.
9194
9195 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
9196 (lisp/forms-mode): This doesn't exist anymore.
9197
9198 * configure.in: Look for the closedir function.
9199
92001993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9201
9202 * configure.in (CPP): Autoconf sets this to a shell variable
9203 reference, which doesn't work when it's edited into a makefile.
9204 Expand that variable reference.
9205
9206 * Makefile.in (CPP): New variable.
9207 (src/Makefile): Edit CPP into src/Makefile.
9208
9209 * Makefile.in (src/Makefile): Don't bother exiting single quotes
9210 and entering double quotes to get the values of LD_SWITCH_X_SITE
9211 and the other make variables; make substitutes them in anyway.
9212
9213 * Makefile.in (uninstall): Don't remove the lisp and etc
9214 directories if they're in the source tree.
9215
9216 Bring mumbleclean targets into conformance with GNU coding standards.
9217 * Makefile.in (mostlyclean, clean): Separate these two; just have
9218 them pass the request to the subdirectory makefiles.
9219 (distclean): Pass the request down, and then get rid of the
9220 files configure built, and get rid of the Makefiles.
9221 (realclean): Pass the request down, and then do the same things
9222 distclean does.
9223 (uninstall, info, dvi): New targets.
9224
9225 * configure.in: Move clause for PC-compatible i386 box to the end
9226 of the case statement, to avoid masking configurations below.
9227
9228 * configure.in: Add case for m88k-motorola-sysv4.
9229
9230 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
9231 the HP 68000 machines.
9232
9233 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
9234 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
9235 preprocessor won't fiddle with them.
9236
92371993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9238
9239 * Makefile.in (TAGS): cd to src to run etags.
9240
92411993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9242
9243 * configure.in (version): Check the X libraries for XrmSetDatabase
9244 and random, and see if we have -lXbsd.
9245
92461993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9247
9248 * configure.in: Pass "-Isrc" to the CPP we run to examine the
9249 s/*.h and m/*.h files. Martin Tomes
9250 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
9251
92521993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9253
9254 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
9255 above the general i386 alternative.
9256
92571993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9258
9259 * configure.in: Recognize configuration name for Data General
9260 AViiON machines.
9261
9262 * configure.in: Use AC_LONG_FILE_NAMES.
9263
92641993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9265
9266 * configure.in: Test for bison.
9267 * Makefile.in (YACC): New variable.
9268 (lib-src/Makefile.in): Edit YACC into the makefile.
9269
92701993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9271
9272 * Version 19.13 released.
9273
9274 * configure.in (CFLAGS): Don't set this according to the value of
9275 the GCC shell variable. Instead, consult the machine and system
9276 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
9277 test __GNUC__ while we're at it.
9278
9279 * configure.in: Remove extra ;; from hpux cases.
9280
92811993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9282
9283 * configure.in: Check to see if the system has -ldnet.
9284
92851993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9286
9287 * make-dist: Add clauses to distribute lisp/forms-mode.
9288
92891993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9290
9291 * configure.in (machine): Fix the versions in hpux version number test.
9292 Do not guess based on cpu type. Do check for explicit system version.
9293
92941993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9295
9296 * configure.in: Do NOT look for `unknown' as company name.
9297
92981993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9299
9300 * configure.in: Fix typo in message.
9301
93021993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9303
9304 * Version 19.12 released.
9305
9306 * Makefile.in (do-install): Correct previous etc-copying change.
9307 Partially rewrite using `if'.
9308 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
9309
9310 * Version 19.11 released.
9311
9312 * configure.in: Handle 386bsd.
9313
93141993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9315
9316 * make-dist: Update getdate.c.
9317
9318 * configure.in: Handle bsd386.
9319
9320 * Makefile.in (do-install): Use `-' in tar options.
9321
9322 * configure.in: Change ! "${...}" to x"${...}" = x.
9323
9324 * Makefile.in (do-install): Copy the DOC-* files from the build
9325 etc directory, as well as lots of things from ${srcdir}/etc.
9326
9327 * make-dist: Copy config.guess.
9328
9329 * configure.in: Handle AIX versions 1.2, 1.3.
9330
93311993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9332
9333 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
9334 the configuration name mips-mips-usg* to represent USG systems.
9335
9336 * configure.in: Fix logic to detect if srcdir is already configured.
9337
9338 * Makefile.in: Pass in LD_SWITCH_X_SITE.
9339
9340 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
9341 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
9342 of a directory; cd might fail, and have pwd print out the current
9343 directory.
9344
93451993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9346
9347 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
9348
93491993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9350
9351 * configure.in: Complain if srcdir points at an already-configured
9352 tree.
9353
93541993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9355
9356 * Version 19.10 released.
9357
93581993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9359
9360 * Makefile.in: Use Makefile comments, not C comments.
9361
9362 * configure.in: Add case for the Tektronix XD88.
9363
93641993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9365
9366 * configure.in: Handle sysv4.2 and sysvr4.2.
9367
93681993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9369
9370 * configure.in: Traverse the argument list without destroying it;
9371 don't use shift. It turns out that "set - ${saved_arguments}"
9372 doesn't work portably.
9373
9374 * configure.in: Add missing "fi".
9375
9376 * make-dist: Rebuild configure if configure.in is newer.
9377
9378 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
9379 targets to be executed even if make remembers that it has already
9380 satisfied FRC.
9381
93821993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9383
9384 * Makefile.in (do-install): Delete redundant code to copy etc twice.
9385
9386 * configure.in (romp): Handle various version numbers with aos and bsd.
9387
93881993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9389
9390 * configure.in: Fix message text.
9391
93921993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9393
9394 * make-dist: Make a `site-lisp' directory in the distribution,
9395 instead of a `local-lisp' directory, which hasn't been the
9396 appropriate name for a long time.
9397 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
9398 from the distribution first, then /usr/local/lib/emacs/site-lisp.
9399
9400 * Makefile.in (do-install): Correctly detect if ./etc and
9401 ${srcdir}/etc are the same.
9402
9403 * configure.in: Extract UNEXEC from the system configuration
9404 files, compute the name of the source file corresponding to the
9405 object file, and #define it as UNEXEC_SRC in config.h.
9406
9407 * configure.in: If srcdir is '.', then try using PWD to make it
9408 absolute.
9409
9410 * configure.in: Include ${srcdir} in the printed report, to help
9411 people notice if it's an automounter path.
9412
94131993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9414
9415 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
9416
94171993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9418
9419 * Makefile.in (do-install): Delete the dest dir, not the source dir,
9420 when they are different. Add `shift' command.
9421 (COPYDESTS, COPYDIR): Delete external-lisp dir.
9422 (externallispdir): Var deleted.
9423
9424 * configure.in: Delete spurious paren outputting short_usage.
9425
94261993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9427
9428 * Version 19.9 released.
9429
94301993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9431
9432 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
9433 subdirectory makes.
9434
9435 * make-dist: Check for .elc files with no corresponding .el file.
9436
9437 * Makefile.in (mkdir): Make all the directories in locallisppath.
9438
9439 * config.guess: New file.
9440 * configure.in: Use it, tentatively.
9441 * INSTALL: Mention its usage.
9442
9443 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
9444 the former gives you the operating system rev directly. Use
9445 s/hpux.h if we don't recognize what we got.
9446
9447 * Makefile.in (do-install): Don't remove a destination directory
9448 if it's the same as the source. If ${srcdir}/info == ${infodir},
9449 don't try to copy the info files.
9450
9451 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
9452 doesn't work if you're not using a separate source directory.
9453 (do-install): Copy the build tree's etc directory only after
9454 making sure it's not also the source tree's etc directory.
9455
94561993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9457
9458 * configure.in: Handle sunos4.1.3 specially.
9459
94601993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9461
9462 * Makefile.in (INSTALL): Add definition.
9463
9464 * configure.in: Fix some messages. Support -with-gnu-cc.
9465 At the end, use `set --', not `set -'.
9466 Delete spurious `.h' in hpux alternatives.
9467
94681993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9469
9470 * Version 19.8 released.
9471
94721993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9473
9474 * configure.in: When looking for source in the same directory as
9475 the configure script, make the path thus discovered absolute.
9476 If the user specifies the `--srcdir' switch, make that directory
9477 absolute too.
9478
9479 * Makefile.in (srcdir): Remove comment saying this doesn't work.
9480
9481 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
9482 too, as the value of the PATH_INFO macro.
9483
9484 * configure.in: Check to see if the source lives in the same
9485 directory as the configure script.
9486
94871993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9488
9489 * Makefile.in (install): Split this into `install' and
9490 `do-install', to give people more control over exactly what gets
9491 done.
9492 (do-install): New target, containing the guts of `install'. Don't
9493 remove and recreate the directories inside the copying loop - do
9494 it all before the copying loop. Pass more flags to the lib-src
9495 make.
9496 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
9497 avoid errors and warnings.
9498
9499 * configure.in: For generic IBM PC boxes, insist on "unknown" for
9500 the manufacturer - the more general case was blocking other i386
9501 configuration names below, and that's how the names are written in
9502 MACHINES anyway.
9503
9504 * make-dist: When breaking links, remove the link before moving
9505 the copy onto it, to avoid interactive behavior.
9506
9507 * Makefile.in: Doc fix.
9508
9509 * configure.in: Doc fix.
9510
9511 * INSTALL: Mention --exec-prefix option.
9512
9513 * configure.in: Add support for the `--exec-prefix' option.
9514 * Makefile.in: Accept that support.
9515
9516 * configure.in: Use the AC_PROG_INSTALL macro.
9517 * Makefile.in (INSTALL): Variable removed.
9518 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
9519
9520 * configure.in: Distinguish between hp800's and hp700's by calling
9521 "uname -m".
9522
95231993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9524
9525 * configure.in: Recognize configuration names for i860 boxes
9526 running SYSV.
9527
95281993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9529
9530 * configure.in: Distinguish between hp800's and hp700's by the
9531 version of HP/UX they run, since that's something people are more
9532 likely to know - hp700's run 8.0.
9533 Add HP 700 configuration.
9534
9535 * configure.in: Test for the presence of the `rename' function.
9536
9537 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
9538 configure.in.
9539 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
9540
9541 * make-dist: Break intra-tree links.
9542
9543 * configure.in: Explain that this is an autoconf script, and give
9544 instructions for rebuilding configure from it. Arrange to put
9545 comments in configure explaining this too.
9546
9547 * configure.in: Make the first line of the configure script be
9548 "#!/bin/sh". Leaving the first line blank didn't work.
9549
9550 * configure.in (long_usage): Removed; made short_usage describe
9551 the options briefly.
9552
9553 * configure.in: Implement the --prefix option.
9554 * Makefile.in (prefix): Add support for it here.
9555 * INSTALL: Document it here.
9556
9557 * Makefile.in (install): Don't assume that the files in the `info'
9558 subdirectory match *.info. They don't have that prefix.
9559
95601993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9561
9562 * configure.in: Add case for version 5 of Esix.
9563
95641993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9565
9566 * Version 19.7 released.
9567
9568 * make-dist: There aren't any *.com files in lib-src anymore.
9569
9570 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
9571 them; they're symlinks to other filesystems on the GNU machines.
9572
9573 * make-dist: Check that the manual reflects the same version of
9574 Emacs as stated in lisp/version.el. Edit that version number into
9575 the README file.
9576
95771993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9578
9579 * configure.in: Remove the hack of AC_DEFINE; use
9580 AC_DEFINE_UNQUOTED.
9581
95821993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9583
9584 * make-dist: Don't distribute precomp.com, compile.com, or
9585 link.com from ./src; they're in ./vms now.
9586
9587 Some time-handling patches from Paul Eggert:
9588 * configure.in: Add AC_TIMEZONE.
9589
95901993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9591
9592 * configure.in: Recognize Linux as a valid operating system for
9593 the i386.
9594
95951993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9596
9597 * make-dist: Distribute some VMS files we got from Richard Levitte.
9598
9599 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
9600 the source for the sed command, not oldXMenu/Makefile.
9601
96021993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9603
9604 * INSTALL: Don't claim the srcdir option doesn't work.
9605
96061993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9607
9608 * configure.in: Include remarks saying what order the autoconf
9609 tests should go in, and remind people to change config.h.in
9610 whenever they add autoconf tests which make #definitions.
9611
9612 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
9613
96141993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9615
9616 * Makefile.in (oldXMenu/Makefile): Make this depend on
9617 ${srcdir}/oldXMenu/Makefile.in, not itself.
9618
9619 * PROBLEMS: Some updates from David J. Mackenzie.
9620
9621 More changes from David J. Mackenzie.
9622 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
9623 removed; autoconf and config.h should specify all these
9624 differences.
9625 (buildlisppath): Make this path depend on ${srcdir}.
9626 (INSTALLFLAGS): Removed.
9627 (INSTALL): Include the -c flag.
9628 (install): Change the way we invoke install accordingly.
9629
9630 Install ${srcdir} changes from DJM.
9631 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
9632 list.
9633 (COPYDIR, COPYDESTS): Install files from both the etc directory in
9634 the source tree and the etc directory in the object tree.
9635 (${SUBDIR}): Pass the prefix variable down to submakes.
9636 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
9637 in /bin.
9638 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
9639 values for srcdir and VPATH.
9640 (install): Add `v' flag to tar command. Make sure that `dir'
9641 exists in ${srcdir}/info before copying it. Remember that the man
9642 pages come from the source tree, not the object tree.
9643 * configure.in: Remove remarks saying that the --srcdir option
9644 doesn't work.
9645 Create the etc directory in the object tree.
9646 Recognize configuration names of the form *-sun-solaris*.
9647 Recognize sunos5 and solaris as operating system names.
9648
9649 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
9650 lib-src/getdate.y and src/systime.h.
9651
96521993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9653
9654 * make-dist: Make links in info subdir.
9655
96561993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9657
9658 * configure.in: Call AC_STDC_HEADERS.
9659
96601993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9661
9662 * configure.in: Sidestep autoconf's quoting of the second argument
9663 of AC_DEFINE, so we can specify the value to put there. It would
9664 be nice if autoconf provided some way to specify computed values
9665 for macros.
9666
96671993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9668
9669 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
9670 this is always just -DHAVE_CONFIG_H.
9671
9672 The GNU coding standards specify that CFLAGS should be left for
9673 users to set.
9674 * Makefile.in (CFLAGS): Let configure determine the default value
9675 for this. Don't
9676 have it default to DEFS.
9677 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
9678 (lib-src/Makefile, src/Makefile): Edit the default value for
9679 CFLAGS into these files, not DEFS.
9680 * configure.in (CFLAGS): Choose a default value for this - "-g"
9681 normally, or "-g -O" if we're using GCC. Edit it into the
9682 top-level Makefile.
9683
9684 * configure.in: When scanning the machine and system description
9685 #include files, write their names to conftest.c properly.
9686
96871993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9688
9689 * configure.in: In configuration name case for Apallos running
9690 Domainios, set opsys, not opsysfile.
9691
9692 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
9693 src/config.h, instead of AC_OUTPUT; the latter overwrites
9694 src/config.h even when it hasn't changed, puts a makefile-style
9695 comment at the top even though it's C code, and produces a
9696 config.status script which doesn't do the job right.
9697
9698 * configure.in: Add AC_LN_S test, so we can tell whether or not we
9699 can use a symbolic link to get the X Menu library into src.
9700 * Makefile.in (LN_S): New variable.
9701 (src/Makefile): Edit the value of LN_S into this makefile.
9702
97031993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9704
9705 * configure.in: Support *-sco3.2v4* as opsystem.
9706
9707 * make-dist: Don't include calc directory.
9708 Exclude many files in the man directory; copy a few.
9709
97101993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9711
9712 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
9713 call AC_STRUCT_TM to see what's in time.h.
9714
9715 * configure.in: Employ quoting stupidity to get the value of CPP
9716 to expand properly.
9717
97181993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9719
9720 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
9721 variable to scan the machine and system description files.
9722
9723 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
9724 so that getdate.y builds correctly.
9725
97261993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9727
9728 * configure.in (tempcname): Change this to "conftest.c", so it will
9729 work properly on systems with short filenames; this is the name
9730 autoconf uses.
9731
9732 * configure.in: Also detect the availability of dup2 and
9733 gethostname.
9734
9735 * configure.in: Use the AC_ALLOCA test.
9736 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
9737 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
9738
97391993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9740
9741 * make-dist: Distribute configure, as well as configure.in.
9742 Oversight.
9743
97441993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9745
9746 * Makefile.in (install): Print out the name of the directory we're
9747 copying, so people can have some idea of whether we're making
9748 progress.
9749
9750 * Makefile.in (install.aix, install.xenix, install.sysv, install):
9751 Don't forget to re-create the COPYDESTS directories after we clear
9752 them out.
9753
97541993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9755
9756 * Makefile.in: Add autoconf cookies so that the configure
9757 script can comment out sections of path variable definitions to
9758 choose between the installable configuration and the run-in-place
9759 configuration.
9760 * configure.in: Add new option `--run-in-place', to select the
9761 run-in-place path definitions.
9762
9763 * configure.in: Add a clause to the big configuration name case
9764 for the NeXT machine.
9765
97661993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9767
9768 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9769 Make sure that each source directory exists, and is different from
9770 the destination directory; then, delete the destination before
9771 copying over the source.
9772
9773 * make-dist: Distribute configure.in, instead of configure.
9774
97751993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9776
9777 * configure.in: Don't set CC to "gcc -O" if the user specifies
9778 `--with-gcc'. Add -O to DEFS if GCC is set.
9779
97801993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9781
9782 * Makefile.in (clean mostlyclean): Missing right paren.
9783
9784 * configure.in: When checking for X windows, search for an X11
9785 subdirectory of ${x_includes}.
9786
9787 * configure.in: Check for gettimeofday function, for getdate.y.
9788
9789 Change `configure' to a mixture of custom code and autoconf stuff.
9790 autoconf can't derive all the information we need, but we'd really
9791 like to be able to take advantage of some of its tests, and its
9792 file-editing facilities.
9793 * configure.in: Renamed from configure.
9794 Quote the sections of shell script we want copied literally to
9795 the configure script.
9796 (compile): Initialize this to make the autoconf macros' code happy.
9797 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
9798 code to do their jobs.
9799 Use autoconf to produce Makefile and src/config.h.
9800 Remove the Makefile-style comment that autoconf places at the top
9801 of src/config.h.
9802 (config_h_opts): Removed - no longer necessary.
9803 * Makefile.in (configname): Renamed to configuration.
9804 (CONFIG_CFLAGS): Renamed to DEFS.
9805 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
9806 get values via autoload @cookies@.
9807 (libsrc_libs): Get this from autoconf. We used to do nothing
9808 about this.
9809 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
9810
9811 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
9812 echo the move-if-change command.
9813
98141993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
9815
9816 * make-dist: Distribute lib-src/rcs-checkin.
9817
9818 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
9819 Don't try to make links to the RCS or Old subdirectories.
9820 Use the appropriate extension for the compression type in use.
9821 Create the tar file in the shell's initial default directory, not
9822 in ${tempparent}.
9823 Erase the whole ${tempparent} tree, not just ${tempdir}.
9824
98251993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9826
9827 * Makefile.in (src/paths.h): Don't echo the huge sed command we
9828 use to build paths.h.
9829 (lib-src/Makefile, src/Makefile): Similarly.
9830
9831 * configure: Extend test for working `const' keyword to handle AIX
9832 3.2 cc.
9833
98341993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9835
9836 * make-dist: Distribute lisp/term/ChangeLog.
9837
9838 Arrange for C compilation throughout the tree to get
9839 C_SWITCH_SYSTEM from the configuration files.
9840 * configure: Extract C_SWITCH_SYSTEM from the machine and
9841 system-dependent files, and save it in the top-level Makefile.
9842 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
9843 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
9844
9845 * make-dist: Include the VMS support files in oldXMenu in the
9846 distribution.
9847
9848 * configure: Doc fix.
9849
9850 * configure: Fix corrupted config_h_opts.
9851
9852 * configure: Properly report option names in error messages.
9853
9854 * configure: Properly recognize --x-includes and --x-libraries
9855 options.
9856
9857 * configure: Fix syntax errors in code handling XFree386.
9858
98591993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9860
9861 * configure: Add special code to detect XFree386, and tell
9862 config.h about it.
9863
9864 * configure: Properly handle extracting values of LIBS_MACHINE and
9865 LIBS_SYSTEM that contain spaces.
9866
9867 * configure: Add `--x-includes' and `--x-libraries' options. I
9868 think these are dopey, but no less than three alpha testers, at
9869 large sites, have said they have their X files installed in odd
9870 places. Implement them by setting C_SWITCH_X_SITE and
9871 LD_SWITCH_X_SITE in src/config.h.
9872
98731993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9874
9875 * make-dist: Don't distribute etc/Old files.
9876
9877 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
9878 backups.
9879
98801993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9881
9882 * make-dist: Fix typo.
9883
98841993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9885
9886 * make-dist: Corrected typo, fixed it to discard = and TAGS files
9887 in some cases where it should but didn't seen to.
9888
9889 * Makefile.in: Added unlock and relock productions.
9890
98911993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9892
9893 * make-dist: Add a --compress option to force make-dist to use
9894 compress.
9895
9896 * make-dist: Use gzip, if we can find it.
9897
9898 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9899 make rs6000-ibm-aix default to -aix32.
9900
99011993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9902
9903 * Makefile.in: Added `Developer's configuration' section.
9904
99051993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9906
9907 * Makefile.in: Add commented-out variable settings for developer's
9908 configuration.
9909
99101993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9911
9912 * make-dist: Distribute `src/bitmaps' too.
9913
99141993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
9915
9916 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9917 make rs6000-ibm-aix default to -aix32.
9918
99191993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9920
9921 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
9922
9923 * Makefile.in (install.sysv): Add a second `$' in front of
9924 `${dest}', so that the shell will expand it, instead of Make.
9925
9926 * configure: When processing the name of the configure script,
9927 collapse `././' to `./', but leave a single `./' prefix alone.
9928
9929 * configure: Doc fix.
9930
99311993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9932
9933 * configure: Handle isc3.0 correctly.
9934
99351993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9936
9937 * make-dist: Don't try to copy the COPYING notice into
9938 external-lisp; we're not distributing that directory any more.
9939
99401993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9941
9942 * Makefile.in (install, install.aix, install.xenix, install.sysv):
9943 Remove CVS subdirectories from the installed directory trees, as
9944 well as RCS directories.
9945
99461993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9947
9948 * make-dist: Only copy gmalloc.c if we couldn't link it.
9949 Don't try to copy man/{README,Makefile} unless they actually exist.
9950
9951 * Makefile.in (lisppath): Don't include externallispdir in this.
9952 We're not sure whether we're even going to distribute the
9953 directory yet.
9954
99551993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9956
9957 * make-dist: Don't distribute the external-lisp directory anymore.
9958 * INSTALL: Remove all references to external-lisp.
9959
9960 * configure: Detect whether the compiler supports `const'
9961 properly, and edit src/config.h accordingly.
9962
9963 * configure: Tweak layout of final report.
9964
9965 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
9966 CFLAGS.
9967
9968 * Makefile.in (locallisppath): Make this default to
9969 ${datadir}/emacs/site-lisp, instead of
9970 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
9971 the same thing, and local-lisp causes completion conflicts with
9972 lock.
9973 (lisppath): Add ${externallispdir} to this.
9974 * INSTALL: Adjust installation directions.
9975
9976 * Makefile.in (externallispdir): New variable, to say where to
9977 install the externally-maintained lisp files.
9978 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
9979 the others.
9980 * INSTALL: Describe external-lisp and the new externallispdir
9981 variable.
9982
99831993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9984
9985 * configure (progname): New option `--with-gcc'. Make it clearer
9986 how we are trying to guess whether or not we have GCC.
9987 * INSTALL: Document the `--with-gcc' option, and improve
9988 description of `--with-x' options.
9989
99901993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9991
9992 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
9993 ${infodir} from these variables; we have written out explicit code
9994 to install the info files.
9995
99961993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9997
9998 * make-dist: Don't distributed the RCS files in the etc directory.
9999
100001993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10001
10002 * Makefile.in: Some makes can't handle comments in the middle of
10003 commands; move them to before the whole rule.
10004
100051993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10006
10007 * README: Mention what Emacs is.
10008
100091993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10010
10011 * make-dist: Include `./lisp/calc-2.02' in the distribution.
10012 Add `./cpp' and `./man' back into the distribution.
10013
100141993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10015
10016 * Makefile.in: Define MAKE, and use where appropriate.
10017
100181993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10019
10020 * make-dist: Remember that the authoritative COPYING notice is
10021 `etc/COPYING', not `../etc/COPYING'.
10022
100231992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10024
10025 * make-dist: Make sure that the COPYING notices in each directory
10026 are copies, not symlinks.
10027
100281992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10029
10030 * INSTALL: The build process produces an executable called `emacs'
10031 now. Change references.
10032 * Makefile.in: Adjust `install.mumble' targets to install
10033 `src/emacs', not `src/xemacs'.
10034
10035 * configure: Start with a blank line; this keeps some old CSH's
10036 from thinking it's a CSH script. Most systems will just use
10037 /bin/sh to run it, which is what we're expecting; the only other
10038 shells which might try to interpret it themselves are probably
10039 Bourne-compatible.
10040
100411992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10042
10043 * INSTALL: Improvements suggested by David Mackenzie.
10044
100451992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10046
10047 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10048 Don't try to copy the info files if there aren't any; the
10049 unexpanded globbing pattern disappoints `install'. Ignore the
10050 return status of that command.
10051
10052 * INSTALL: Updated for new configuration arrangement.
10053
10054 * configure: Don't make the top-level Makefile read-only - people
10055 may want to edit the values of the path variables.
10056
10057 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10058 Install the info files in ${infodir}. Install the executable
10059 under both `emacs' and `emacs-VERSION'.
10060
10061 * Makefile.in: Doc fix.
10062
10063 * Makefile.in (exec_prefix): New variable, as per latest version
10064 of coding standards.
10065 (bindir, libdir): Use it, instead of `prefix'.
10066 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
10067
10068 * Makefile.in (mandir): Make the default value for this depend on
10069 $(prefix).
10070
10071 * Makefile.in (datadir, statedir, libdir): Make these all default
10072 to ${prefix}/lib.
10073 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
10074 to compensate.
10075
10076 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10077 Install the etags and ctags man pages too.
10078
10079 * Makefile.in (distclean): Don't delete backup files; that's the
10080 job of extraclean.
10081 (extraclean): Like distclean, but deletes backup and autosave files.
10082
100831992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10084
10085 Make path specification conform to GNU coding standards.
10086 * configure (long_usage): Remove all traces of old arguments from
10087 usage messages, and document the options we do accept in more
10088 detail: -with-x... and --srcdir.
10089 (options, boolean_opts): Deleted; we don't have enough options to
10090 make this worthwhile.
10091 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
10092 along with the code which supported them; these should be set as
10093 arguments to the top-level make.
10094 (config_h_opts): Since this no longer doubles as a list of option
10095 names, make them upper case; this simplifies the code which uses
10096 them to build the sed command to edit src/config.h. Change the
10097 code which sets them.
10098 (cc, g, O): Don't allow the user to set these using options; they
10099 should be specified using `CC=' and `CFLAGS=' arguments to the
10100 top-level make. Just choose reasonable default values for them,
10101 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
10102 values.
10103 (gnu_malloc, rel_alloc): Don't allow the user to set these using
10104 options; use them whenever the configuration files say they're
10105 possible.
10106 Simplify the argument processing loop. Don't accept abbreviations
10107 for option names; these might conflict with other configuration
10108 options in the future.
10109 Add some support for the `--srcdir' option. Check for the sources
10110 in . and .. if `--srcdir' is omitted. If the directories we will
10111 compile in don't exist yet, create them under the current directory.
10112 Note that the rest of the build process doesn't really support
10113 this.
10114 Edit only the top Makefile. That should edit the others. Edit
10115 into the makefile: `version', from lisp/version.el, `configname'
10116 and `srcdir' from the configuration arguments, `CC' and
10117 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
10118 the user's path, and LOADLIBES as gleaned from the system
10119 description files.
10120 Simplify the report generated; it doesn't need to include any
10121 description of paths now.
10122 Make `config.status' exec configure instead of just calling it, so
10123 there's no harm in overwriting `config.status'.
10124 * Makefile.in (version, configname): New variables, used to choose
10125 the default values for datadir and libdir.
10126 Path variables rearranged into two clearer groups:
10127 - In the first group are the variables specified by the GNU coding
10128 standards (prefix, bindir, datadir, statedir, libdir, mandir,
10129 manext, infodir, and srcdir).
10130 - In the second are the variables actually used for Emacs's paths
10131 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
10132 archlibdir), which depend on the first category.
10133 datadir and libdir default to directories under
10134 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
10135 demand.
10136 etcdir and lispdir default to subdirectories of datadir.
10137 archlibdir defaults to libdir.
10138 The new installation tree is a bit deeper than it used to be, so
10139 use the new make-path program in lib-src to build them all.
10140 Always build a new src/paths.h.tmp and then move-if-change it to
10141 src/paths.h, to avoid unnecessary rebuilds while responding to the
10142 right changes.
10143 Remove all mention of arch-lib. Run utility commands from
10144 lib-src, and let the executables be copied into archlibdir when
10145 Emacs is installed.
10146 Add targets for src/Makefile, lib-src/Makefile, and
10147 oldXMenu/Makefile, editing the values of the path variables into
10148 them.
10149 Let lib-src do its own installation.
10150 (datadir): Default to putting data files under
10151 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
10152 (emacsdir): Variable deleted; it would only be confusing to use.
10153 (lispdir, etcdir): Default to ${datadir}/lisp.
10154 (mkdir): Use make-path for this.
10155 (lockdir): Do this in mkdir.
10156 (Makefile): New target.
10157
10158 * configure (usage_message): Rename to long_usage.
10159
10160 * make-dist: Don't bother creating an arch-lib directory; that's
10161 only for installation now.
10162
101631992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10164
10165 * configure: Use GCC-style configuration names, using config.sub.
10166 Change the usage and help messages.
10167
10168 * configure: Initialize window_system, not indow_system.
10169
10170 * configure: Report which window system, compiler, and signal
10171 handler return type we decide to use.
10172
10173 * make-dist: Explain what's going on if config.sub and gmalloc.c
10174 can't be linked. Place the code which copies them near the code
10175 which links the rest of the files around them.
10176
101771992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
10178
10179 * make-dist: Don't bother to distribute src/*.com, or
10180 src/vmsbuild; those have all been moved to `../vms'.
10181
101821992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10183
10184 * make-dist: Don't forget that the way to avoid filenames starting
10185 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
10186 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
10187 couldn't make hard links to, since we have two already, and
10188 perhaps more to come.
10189
101901992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10191
10192 * configure: When editing parameters into lib-src/Makefile, change
10193 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
10194 needs some other flags too.
10195
101961992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10197
10198 * configure: Remove spurious echo of the configuration name.
10199
10200 * make-dist: Don't distribute files in src/m and src/s whose names
10201 begin with `='.
10202
102031992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10204
10205 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
10206 Also LISP_FLOAT_TYPE.
10207
102081992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10209
10210 * make-dist: Copy config.sub, since it's a symbolic link to a file
10211 on another file system.
10212
102131992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10214
10215 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
10216 distribution.
10217
10218 * config.sub: New file, to help us recognize configuration names.
10219 * make-dist: Include it in the distribution.
10220
102211992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10222
10223 * configure: Convert `-' to `_' in specified option names.
10224 Accept options with --. Delete --highpri and --have-x-menu options.
10225 New options --with-x and --with-x10 replace -window-system.
10226 Don't mention options --gnu-malloc, --rel-alloc
10227 or --lisp-float-type in help message.
10228
102291992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10230
10231 * make-dist: Include the `vms' subdirectory in the distribution.
10232
102331992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10234
10235 * configure: Remove lines starting with "# DIST: " when building
10236 lib-src/Makefile and src/Makefile. This allows us to mark the
10237 "Makefile.in" files with explanatory comments which won't also get
10238 stuck in the Makefiles.
10239
102401992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10241
10242 * make-dist: Don't use the '+' operator in the sed regular
10243 expression that extracts the version number from lisp/version.el;
10244 Ultrix sed doesn't seem support the operator. Just double the
10245 operand and use *.
10246
102471992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10248
10249 * Makefile.in: Doc fix.
10250
102511992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10252
10253 * configure: Rewrite sed command to remove at most one ./ prefix;
10254 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
10255 group.
10256
102571992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10258
10259 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
10260
102611992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10262
10263 * make-dist: Go ahead and build a new TAGS file, unless the
10264 --newer option was specified. Don't try to delete a TAGS file
10265 from etc; it's not kept there, and shouldn't be deleted anyway.
10266
102671992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10268
10269 * make-dist: If the lisp directory contains a default.el, don't
10270 distribute it.
10271
10272 * configure: When searching signal.h for the type of a signal
10273 return handler, make a copy of it, not a symbolic link to it; that
10274 way, it will work on systems that don't have symbolic links.
10275
102761992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10277
10278 * make-dist: Taught it about vcdiff and rcs2log, added --newer
10279 option for generating incremental distributions. Stopped it from
10280 generating a TAGS file into the distribution; that sucker is
10281 *big*, and easily enough generated with the toplevel makefile.
10282
102831992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10284
10285 * configure: When writing config.status, don't prefix progname
10286 with a '.'; it might be absolute.
10287
102881992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10289
10290 * configure: Choose to use X11 if either /usr/lib/libX11.a or
10291 /usr/include/X11 exist, not only if both exist.
10292
102931992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10294
10295 * make-dist: Make the new external-lisp directory a duplicate of
10296 the external-lisp directory, not the lisp directory.
10297
102981992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10299
10300 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
10301 clean' in arch-lib; it doesn't even have a Makefile.
10302
10303 * Makefile.in (clean, mostlyclean): In the test which tries to
10304 distinguish between the build directory, which should be cleaned,
10305 and the installed directory, which shouldn't, cd to `${emacsdir}',
10306 not `${DESTDIR}${LIBDIR}'.
10307
103081992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10309
10310 * make-dist: Be sure to delete the .c and .h files that YACC and
10311 BISON create from getdate.y.
10312
10313 * external-lisp: New directory; see `external-lisp/README'.
10314 * make-dist: Added support for the external-lisp subdirectory.
10315
10316 * make-dist: Changed message which complains that make-dist wasn't
10317 invoked in the right directory to indicate which files it was
10318 looking for.
10319
103201992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10321
10322 * configure: Add comments explaining why we can't translate
10323 character ranges or control characters in `tr'.
10324
103251992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10326
10327 * configure: When generating the configuration message, we used to
10328 build the message from the start so that each line began with "# "
10329 so that it would be a comment in `config.status'. However, this
10330 causes trouble if any of the variables we use in the message
10331 expand to more than one line of text - as gnu_malloc_reason
10332 sometimes does. So instead, we build the message as it should be
10333 printed to the user (i.e. without the "# " prefixes), and stick on
10334 the "# "s when we write it to `config.status'.
10335
10336 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
10337 `lib-src' and `arch-lib'.
10338
10339 * configure: When generating report and `config.status' file, note
10340 that bindir only determines where `make install' and
10341 `build-install' will place the executables; this should make it
10342 clear that the ordinary build process will not try to install
10343 things.
10344
103451992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10346
10347 * make-dist: Change messages to say that we are 'making links to
10348 X', rather than 'copying X'. And put `' quotes around file names.
10349
10350 * make-dist: Include '.tmp' in the name of the staging directory.
10351
10352 * make-dist: Pass the `-f' option to rm when you're not sure that
10353 the files you're removing actually exist.
10354
10355 * make-dist: When setting up etc/COPYING, always nuke whatever is
10356 there, and then copy it in, to make sure we get a real file.
10357
10358 * make-dist: Don't try to distribute *.defns files any more. The
0105dc3e 10359 only such file was for simula.el, which has been superseded by a
067d23c9
KY
10360 version which doesn't have a separate .defns file.
10361
103621992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
10363
10364 * make-dist: Don't distribute configured versions of config.h.in,
10365 paths.h.in, Makefile.in in src.
10366
10367 * configure: Delete .tmp files before creating them; don't bother
cd1181db 10368 trying to make final targets writable first, since it won't
067d23c9
KY
10369 matter to move-if-change.
10370
103711992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10372
10373 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
10374 mkdir and chmod in the center of all the conditionals. GNU Make
10375 will strip these out, but other makes won't.
10376
103771992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10378
10379 * make-dist: Include move-if-change in list of files to distribute.
10380
103811992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10382
10383 * configure: Remove any "." elements from the program name.
10384
10385 * configure: Don't record the values of all the possible arguments
10386 in config.status; only record the options that the user specified.
10387
10388 * configure: Use move-if-change to move in the new src/config.h.
10389
103901992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
10391
10392 * move-if-change: New file, copied from gcc release.
10393 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
10394 a temp file, so we don't update paths.h if an error occurs or if
10395 it doesn't need changing.
10396
103971992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10398
10399 * Makefile.in (src/paths.h): Do not install a value for the
10400 PATH_SUPERLOCK value; that macro doesn't exist anymore.
10401 * build-install.in: Same thing.
10402
104031992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10404
10405 * make-dist: Check the flag called "make_tar", not "make_dir"; the
10406 latter, being a typo, is always false, resulting in a program
10407 whose default behavior is to painstakingly build a copy of the
10408 source tree, and then delete it. Rah.
10409
10410 * Makefile.in: Add dist target, and comment for it.
10411
10412 * configure: When scanning <signal.h> for a declaration for
10413 signal, create a symbolic link with a name ending in .c, so the
10414 compiler won't complain that it's only been given .h files.
10415
10416 * configure: Check whether there are any arguments available
10417 before shifting to get the value of a non-boolean parameter.
10418
10419 * make-dist: Doc fix.
10420
104211992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10422
10423 * configure: Instead of grepping /usr/include/signal.h for a
10424 signal declaration, run /usr/include/signal.h or
10425 /usr/include/sys/signal.h through cpp and grep for the
10426 declaration.
10427
10428 * configure: Redirect the output of grep to /dev/null instead of
10429 using grep -s - that flag means different things on other systems.
10430
10431 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
10432 since the former is recognizable even if you don't know what
10433 'dumping' is.
10434 * configure: Accommodate that change.
10435
10436 * configure: Accept options for all of the directories you can
10437 change in the Makefile.
10438
10439 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
10440
10441 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
10442 FOO before you can use them.
10443
10444 * build-install.in: Made the "Where To Install Things" section
10445 conform with the similar section from Makefile.in. Copied section
10446 which builds src/paths.h from src/paths.h.in from the Makefile.
10447
104481992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10449
10450 * configure: Write config.status to pass its command-line
10451 arguments on to configure, so that people can use it to recreate
10452 an old configuration, with minor changes.
10453
104541992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10455
10456 * configure: Don't rely on option variables being unset if their
10457 values are the empty string. In particular, when producing the
10458 English report, don't assume that highpri will be unset when no
10459 increased priority has been requested; -highpri='' should be the
10460 same as omitting -highpri altogether.
10461
10462 * configure: Fix dumb bug: when running the system and machine
10463 description files through cpp, mark those lines that we want to
10464 evaluate with the string '@configure@', and then only evaluate
10465 them. This way if the files include anything that actually
10466 generates text (type definitions or external declarations, say),
10467 we won't try to eval it.
10468
104691992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10470
10471 * make-dist: New shell script.
10472
10473 * configure: When creating foo from foo.in, make foo read-only to
10474 remind people to edit the .in file instead.
10475
10476 * INSTALL: Changed references to config.h-dist to config.h.in.
10477 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
10478 to build src/paths.h from src/paths.h.in; added a paragraph to do
10479 this.
10480 * configure, Makefile, build-install: Changed filenames like
10481 FOO-dist to FOO.in.
10482
104831992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10484
10485 * Makefile, build-install: Renamed to Makefile.in and
10486 build-install.in; the configure script will edit these to produce
10487 the usable Makefile and build-install.
10488 * configure: Changed to produce ./Makefile, ./build-install,
10489 lib-src/Makefile, and src/Makefile from their *.in counterparts,
10490 instead of editing them in place.
10491
104921992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10493
10494 * Makefile: Re-arranged so that the undumped Emacs will search
10495 ../lisp *after* the site's local elisp files.
10496 (locallisppath, dumplisppath): New variables.
10497 (lisppath): This variable's default value is now chosen based on
10498 $(locallisppath) and $(lispdir); while it used to be the
10499 customization point for adding site-local elisp directories to
10500 load-path, that job is now handled mostly by locallisppath.
10501 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
10502 Check the values being assigned to the *LOADSEARCH macros for null
10503 path elements (like '::' in 'foo::bar').
10504
10505 * configure: When checking if the machine- and system-dependent
10506 files define a particular macro or not, actually run them through
10507 CPP and test the macros with #ifs, instead of just grepping for
10508 the macros' names. In particular, check for SYSTEM_MALLOC in this
10509 way.
10510
105111992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10512
10513 * Makefile (install): Don't use -s in install. (Keep the symbols.)
10514
105151992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10516
10517 * configure: Make the config.status file an executable shell
10518 script which will recreate the same configuration. Include the
10519 verbal description of the current configuration as a comment in
10520 the script.
10521 * INSTALL: Doc fix.
10522
10523 * Makefile: Brought the Makefile up to the GNU coding
10524 standards, as described in standards.text:
10525 (TAGS): New name for the target which rebuilds the tags table.
10526 (check): New target; doesn't do anything yet.
10527 (mostlyclean): New target, synonymous with clean.
10528 (realclean): New target. Currently, this just calls the
10529 subdirectories's makefiles and then deletes config.status.
10530 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
10531 variables.
10532 Installation directory variables changed to conform.
10533 (install, install.sysv, install.xenix, install.aix): Changed the
10534 code which copies the directories into their installed location to
10535 allow the installed locations to be in several different
10536 directories; the old version assumed that they would all be in
10537 $(emacsdir).
10538 (mkdir, lockdir): Allow the installed locations to be in several
10539 different directories.
10540 * INSTALL: Doc fix.
10541
10542 * build-install: Use the same variable names as the Makefile.
10543 Allow the installed locations to be in several different
10544 directories.
10545
105461992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10547
10548 * Makefile (src/paths.h): Instead of using a single sed command to
10549 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
10550 separately, and don't forget to append "/!!!SuperLock!!!" to the
10551 value of the PATH_SUPERLOCK macro.
10552
10553 * config.emacs: Renamed to configure, for consistency with other
10554 GNU products. Internal references changed.
10555 INSTALL, Makefile: References changed.
10556
10557 * lock: New directory, which should always be empty. If this
10558 directory doesn't exist, Emacs won't complain; it just won't lock.
10559 Having this here means that people can just unpack Emacs, build
10560 it, and have locking work.
10561
10562 * share-lib: Re-renamed to etc, for the sake of tradition.
10563 * config.emacs: Changed default value for datadir to ../etc.
10564 * INSTALL, README: Adjusted.
10565
105661992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10567
10568 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
10569 by running CPP on the appropriate s/*.h and m/*.h files.
10570
105711992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10572
10573 * config.emacs: Make sure to set the "exit on error" flag once
10574 we've removed config.status; errors should abort the configuration.
10575
105761992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10577
10578 * config.emacs: Added -distribute option, so that the Makefile
10579 paths are in their proper form. I don't know why this matters.
10580
105811992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10582
10583 * local-lisp: New directory, empty in the distribution, for people
10584 to put local elisp code in.
10585 * config.emacs: Include it in the default load path.
10586 * README: Document it.
10587
105881992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10589
10590 * config.emacs: Guess the type of signal handling functions based
10591 on the contents of /usr/include/signal.h.
10592
10593 * config.emacs: Print out progress report messages.
10594
10595 * Makefile (src/paths.h): Don't generically replace
10596 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
10597 editing of the other entries, and each entry should be dealt with
10598 explicitly anyway.
10599
10600 * build-install: Converted from C-shell to Bourne shell.
10601 * config.emacs: Edit build-install properly.
10602
10603 * config.emacs: Doc fix.
10604
106051992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10606
10607 * Makefile (install): Remove `B' from tar xf command.
10608
106091992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10610
10611 * config.emacs: Removed support for the `maintain-environment'
10612 option; the only important difference between this and its absence
10613 has been removed.
10614 * INSTALL: Removed mention of `maintain-environment'.
10615
10616 * config.emacs: Fix arguments to sed when processing boolean
10617 arguments.
10618
106191991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10620
10621 * config.emacs: New file, to help automate the installation
10622 process.
10623
10624 * Makefile: Lots of changes to support the separation of etc into
10625 architecture-dependent and -independent files:
10626 (EMACSROOT): New variable, giving the directory under which all of
10627 Emacs's libraries should be installed. Changed rest of file to
10628 use it.
10629 (LIBDIR): Now denotes only architecture-dependent dir.
10630 (DATADIR): New variable, denoting architecture-independent dir.
10631 (LOCKDIR): New variable, for completeness.
10632 (SUBDIR): No more etc, new lib-src.
10633 (COPYDIR): No more etc, new arch-lib and share-lib.
10634 (src/paths.h): Set PATH_DATA and the LOCK macros too.
10635 (src): Now depends on lib-src, not etc.
10636 * build-install: Changes parallel to the above.
10637 * README: Describe the new arrangement.
10638
10639 * vms: New subdirectory for all the VMS stuff.
10640
106411991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10642
10643 * Makefile (LISPPATH): New variable.
10644 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
10645
106461990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
10647
10648 * Makefile (install, install.sysv, install.xenix):
10649 Install wakeup instead of loadst. No need for setuid or setgid.
10650
106511990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10652
10653 * Makefile (clean): Clean etc if that's not the installation dir.
10654
106551990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10656
10657 * Makefile (paths.h): Make sed alter each name in the path.
10658
106591988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10660
10661 * Makefile (install.sysv): Use cpio, not tar.
10662
106631988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10664
10665 * Makefile (lockdir): Rename `lock' target.
10666 Depend on it from install*, not from `all'.
10667
106681988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
10669
10670 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
10671 to match build-install and paths.h.
10672
10673;; Local Variables:
10674;; coding: utf-8
067d23c9
KY
10675;; End:
10676
1a71cb28 10677 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
067d23c9
KY
10678
10679 This file is part of GNU Emacs.
10680
10681 GNU Emacs is free software: you can redistribute it and/or modify
10682 it under the terms of the GNU General Public License as published by
10683 the Free Software Foundation, either version 3 of the License, or
10684 (at your option) any later version.
10685
10686 GNU Emacs is distributed in the hope that it will be useful,
10687 but WITHOUT ANY WARRANTY; without even the implied warranty of
10688 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10689 GNU General Public License for more details.
10690
10691 You should have received a copy of the GNU General Public License
10692 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.