Switch from NO_RETURN to C11's _Noreturn.
[bpt/emacs.git] / ChangeLog
CommitLineData
845ca893
PE
12012-06-24 Paul Eggert <eggert@cs.ucla.edu>
2
3 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
4 We might as well use the spelling standardized by C11,
5 as in the long run that should simplify maintenance.
6 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
7
696056c2
EZ
82012-06-24 Eli Zaretskii <eliz@gnu.org>
9
10 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
11 ($(BLD)/timespec-add.$(O)):
12 ($(BLD)/timespec-sub.$(O)): Don't depend on
13 $(EMACS_ROOT)/nt/inc/sys/time.h.
14
15 * lib/stat-time.h:
16 * lib/timespec.h:
17 * lib/utimens.h: Revert last change.
18
47d0c011
PE
192012-06-23 Paul Eggert <eggert@cs.ucla.edu>
20
21 Merge from gnulib.
22 * m4/getopt.m4: Copy new version from gnulib, incorporating:
23 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
24
388cdec0
EZ
252012-06-23 Eli Zaretskii <eliz@gnu.org>
26
27 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
28 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
29 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
30 $(BLD)/timespec-sub.$(O).
31 ($(BLD)/dtotimespec.$(O)):
32 ($(BLD)/gettime.$(O)):
33 ($(BLD)/timespec-add.$(O)):
34 ($(BLD)/timespec-sub.$(O)): New dependencies.
35
36 * lib/stat-time.h:
37 * lib/timespec.h:
38 * lib/utimens.h: Include sys/time.h
39
54e8a418
AS
402012-06-23 Andreas Schwab <schwab@linux-m68k.org>
41
42 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
43 the correct CFLAGS and LIBS.
44
d35af63c
PE
452012-06-22 Paul Eggert <eggert@cs.ucla.edu>
46
47 Support higher-resolution time stamps (Bug#9000).
48 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
49 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
50 that the new clock stuff doesn't clash with RSVG_LIBS.
51 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
52 as gnulib does that for us now.
53 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
54 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
55 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
56 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
57 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
58 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
59 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
60 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
61 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
62 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
63 New files, copied automatically from gnulib.
64 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
65
05730648
PE
662012-06-22 Paul Eggert <eggert@cs.ucla.edu>
67
68 Merge from gnulib.
69 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
70 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
71 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
72 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
73 Copy new versions from gnulib, incorporating the following changes:
74 2012-06-22 time_r: fix typo that always overrode localtime_r decl
75 2012-06-22 Write "Mac OS X" instead of "MacOS X".
76 2012-06-21 mktime: fix integer overflow in 'configure'-time test
77 2012-06-21 nonblocking: Avoid compilation error on mingw64.
78 2012-06-19 stat, fstat: Avoid warnings on mingw64.
79 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
80
646b5f55
AS
812012-06-13 Andreas Schwab <schwab@linux-m68k.org>
82
83 * configure.in: Rename --enable-use-lisp-union-type to
84 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
85 instead of USE_LISP_UNION_TYPE.
86
8a07a8c6
GM
872012-06-12 Glenn Morris <rgm@gnu.org>
88
b4492cba
GM
89 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
90 (opsysfile): Set specially for sol2-10.
91
8a07a8c6
GM
92 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
93 New AC_DEFINEs, for hpux11.
94 (opsysfile): Set specially for hpux11.
95
03043c1b
PE
962012-06-12 Paul Eggert <eggert@cs.ucla.edu>
97
98 * configure.in: Coalesce some function checking.
99 This makes 'configure' a bit smaller.
100 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
101
ed846e5f
GM
1022012-06-12 Glenn Morris <rgm@gnu.org>
103
0d369729
GM
104 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
105
45fa9c0f
GM
106 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
107
ed846e5f
GM
108 * configure.in: Anticipate platforms with no src/s file.
109
0e25d334
CY
1102012-06-12 Chong Yidong <cyd@gnu.org>
111
112 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
113
a9be7d2b
GM
1142012-06-11 Glenn Morris <rgm@gnu.org>
115
116 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
117
e3a3e213
MA
1182012-06-09 Michael Albinus <michael.albinus@gmx.de>
119
120 * configure.in (dbus_type_is_valid): Check for library function.
121
276d5f5d
GM
1222012-06-06 Glenn Morris <rgm@gnu.org>
123
124 * INSTALL, make-dist: Remove vcdiff.
125
418cd726
GM
1262012-06-03 Glenn Morris <rgm@gnu.org>
127
128 * INSTALL, make-dist: Remove rcs-checkin.
129
c71232db
UM
1302012-06-03 Ulrich Müller <ulm@gentoo.org>
131
132 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
133
501390c5
PE
1342012-06-01 Paul Eggert <eggert@cs.ucla.edu>
135
136 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
137 It is confusingly named and rarely useful. See, for example,
138 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
139 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
140 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
141 * configure.in: Remove --disable-maintainer-mode.
142 (USE_MAINTAINER_MODE, MAINT): Remove.
143
0e7a053e
PE
1442012-05-28 Paul Eggert <eggert@cs.ucla.edu>
145
146 Make 'configure' a bit smaller and faster.
147 * configure.in (INSTALL_INFO): Set it with one call to
148 AC_PATH_PROG, not three.
149 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
150 so likely that it'll be needed.
151 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
152 (AC_PROG_MAKE_SET): Remove; Automake does this.
153 (sysinfo): Do not check for this function, as it's never used.
154 (tzset): Check for this function just once.
155 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
156 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
157
cd376509
EZ
1582012-05-27 Eli Zaretskii <eliz@gnu.org>
159
42a53d84
EZ
160 * config.bat (lib): Create/update lib/stdalign.in-h and
161 lib/sys_types.in-h.
162
0e7a053e
PE
163 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
164 ($(BLD)/sha1.$(O)):
165 ($(BLD)/sha256.$(O)):
cd376509
EZ
166 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
167 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
168
169 * lib/getopt_.h: Regenerate.
170
50c4645e
PE
1712012-05-27 Paul Eggert <eggert@cs.ucla.edu>
172
173 Assume gnulib does largefile.
174 Gnulib does the largefile configuration anyway, so when configure.in
175 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
176 * configure.in (AC_SYS_LARGEFILE): Remove.
177 * lib/gnulib.mk: Autoupdate.
178
caf8a9b2
PE
1792012-05-26 Paul Eggert <eggert@cs.ucla.edu>
180
181 Merge from gnulib. (Bug#11527)
182
183 The build procedure now creates <stdalign.h> and <sys/types.h> for
184 older hosts that lack a working <stdalign.h> or whose
185 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t. New
186 symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
187 msdos and nt builds.
188
189 Here is a precis of gnulib changes that seem relevant; please see
190 the gnulib ChangeLog for details.
191
192 2012-05-18 crypto: fix bug in large buffer handling
193 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
194 2012-05-10 _Noreturn: port config.h to gcc -Wundef
195 2012-05-08 warnings.m4: give a means to specify the program to compile
196 2012-05-07 stdint: be more consistent with glibc, SunOS libc
197 2012-04-21 Large File Support for native Windows platforms.
198 2012-04-14 stat: Bypass buggy override in mingw64.
199 2012-03-29 stdio: don't assume gets any more
200 2012-03-24 Enable common subexpression optimization in GCC.
201 2012-02-09 maint: replace FSF snail-mail addresses with URLs
202 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
203 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
204 2012-01-21 stdint: Add support for Android.
205 2012-01-15 Improve support for MSVC 9.
206 2012-01-08 mktime: Avoid compilation error on Solaris 11.
207 2012-01-05 Use ', not `, for quoting output.
208 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
209 2012-01-05 strtoimax: Work around AIX 5.1 bug.
210 2012-01-05 inttypes: Modernize.
211 2011-12-13 inttypes, stdint: add C++11 support
212 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
213 2011-11-21 _Noreturn: Check that _MSC_VER is defined
214 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
215 2011-11-09 raise: fix mingw handling of SIGPIPE
216 2011-10-27 Add stdalign module and use it in other modules.
217
218 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
219 * m4/sys_types_h.m4:
220 New files.
221 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
222 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
223 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
224 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
225 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
226 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
227 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
228 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
229 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
230 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
231 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
232 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
233 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
234 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
235 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
236 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
237 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
238 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
239 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
240 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
241 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
242 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
243 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
244 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
245 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
246 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
247 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
248 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
249 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
250 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
251 Update from gnulib.
252
34374650
PE
2532012-05-22 Paul Eggert <eggert@cs.ucla.edu>
254
255 Remove src/m/*.
256 * configure.in: Remove all mention of src/m/*.
257 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
258 All uses removed.
259 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
260 (BITS_PER_LONG_LONG): Move to src/lisp.h.
261 * lib/makefile.w32-in: Remove dependencies on
262 $(EMACS_ROOT)/src/m/intel386.h.
263 * make-dist: Don't make links to src/m.
264
ec21c7f8
PE
2652012-05-22 Paul Eggert <eggert@cs.ucla.edu>
266
267 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
268 Without this further fix, aclocal was being invoked unnecessarily.
269
39078e4a
GM
2702012-05-22 Glenn Morris <rgm@gnu.org>
271
272 * Makefile.in (blessmail, install-arch-dep, uninstall):
273 Check cd lib-src works.
274 (install-arch-dep, uninstall): Remove unneeded subshells.
275
be17565b
GM
2762012-05-21 Glenn Morris <rgm@gnu.org>
277
ff0c3cfb
GM
278 * update-subdirs: Move to build-aux/.
279 * make-dist, Makefile.in (install-arch-indep): Update for this change.
280
d10cfddd
GM
281 * Makefile.in (leimdir): New, set by configure.
282 (COPYDIR, COPYDESTS): Add leim directories.
283 (install-leim): Remove.
284 (install-arch-indep): Handle leim installation directly.
285
be17565b
GM
286 * vpath.sed: Remove unused file.
287 * make-dist: No more vpath.sed.
288
9b4ee616
PE
2892012-05-21 Paul Eggert <eggert@cs.ucla.edu>
290
fb77d37e
PE
291 Use full name for m4/gnulib-comp.m4. (Bug#11529)
292 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
293 even though the file's name in gnulib is m4/gnulib-comp.m4.
294 This had a problem when merging from gnulib, as the code temporarily
295 renamed it to the full name, causing problems when interrupted.
296 Now the file has its full name, with the idea that we will find
297 a solution for MS-DOS that does not affect the rest of Emacs.
298 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
299
261cb4bb
PE
300 Assume C89 or later.
301 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
302 (POINTER_TYPE, PROTOTYPES): Remove.
303
9b4ee616
PE
304 Make merging from gnulib a script, not a makefile action.
305 Putting it in a makefile has some problems with reflection, as
306 merging from gnulib updates 'configure', which can update the makefile.
307 Putting it in a standalone script breaks this loop.
308 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
309 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
310 Remove, moving the actions to the script admin/merge-gnulib.
311
261cb4bb
PE
3122012-05-21 Glenn Morris <rgm@gnu.org>
313
314 * configure.in (LEIM_INSTALLDIR):
315 Rename to leimdir, treat like lispdir.
316
b847032c
GM
3172012-05-21 Glenn Morris <rgm@gnu.org>
318
319 * Makefile.in (install-arch-indep, install-doc, install-info)
320 (uninstall): Scrap superfluous subshells.
321
af006ad5
UM
3222012-05-19 Ulrich Mueller <ulm@gentoo.org>
323
324 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
325
003fdae2
PE
3262012-05-19 Paul Eggert <eggert@cs.ucla.edu>
327
9232a6d9
PE
328 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
329 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
330 getsockopt, setsockopt, mremap, mempcpy.
331
003fdae2
PE
332 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
333 is being removed.
334 (AC_CHECK_FUNCS): Remove ftime.
335
e7333757
GM
3362012-05-19 Glenn Morris <rgm@gnu.org>
337
e39b9806 338 * Makefile.in (install-arch-indep): Remove unneeded subshell.
e39b9806 339
42d5aa3e
GM
340 * Makefile.in (install-arch-indep): Remove unneeded chmod.
341 Set permissions of lisp/subdirs.el.
342
9192d37d
GM
343 * Makefile.in (SUBDIR): Add leim. Update users.
344
2e5d41e4
GM
345 * Makefile.in (lib, lib-src, lisp): Check cd return value.
346
e7333757
GM
347 * Makefile.in (leim): No need to set PARALLEL.
348
7606c360
GM
3492012-05-18 Glenn Morris <rgm@gnu.org>
350
6d1a623e
GM
351 * Makefile.in (install-arch-indep, install-info, install-man):
352 Simplify some one-sided ifs.
353
29473393
GM
354 * Makefile.in: Install only the relevant DOC file.
355 (install-arch-indep): Delete etc/DOC*.
356 (install-doc): No more need to delete etc/DOC.
357
660c8c1e
GM
358 * Makefile.in (install-arch-indep): Split into several rules.
359 (install-doc, innstall-info, install-man): New rules.
360
37f36bcb
GM
361 * configure.in (mandir): May as well include it in the NS app bundle.
362
0629a797
GM
363 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
364 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
365 (install-arch-indep): Don't install-etc for self-contained ns builds.
366
136c45ee
GM
367 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
368 No longer unconditonally add /sw directories. (Bug#2280)
369
ed0ba302
GM
370 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
371 (install-arch-indep): Depend on install-leim.
372 (install): Remove explicit install-leim dependence.
373
62061397
GM
374 * Makefile.in (install-arch-indep):
375 Move last element of mkdir rule here.
376 (mkdir): Remove rule.
377
37baa3c8
GM
378 * Makefile.in (install-arch-indep): Remove unneeded chmods.
379 INSTALL_DATA does this for us.
380
b533f05e
GM
381 * Makefile.in (install-arch-dep): Ensure bindir exists.
382 Drop mkdir dependency.
383 (install-arch-indep): Ensure docdir, infodir, mandir exist.
384 (install-leim): Drop mkdir dependency.
385 (mkdir): Remove most directories, now made in relevant rules.
386
7606c360
GM
387 * Makefile.in (install-arch-indep): Combine adjacent loops.
388
3a4155de
GM
3892012-05-17 Glenn Morris <rgm@gnu.org>
390
d9a1e2c2
GM
391 * Makefile.in (install-etc, mkdir):
392 Make relevant directories in install-etc rather than mkdir.
393
4c54abe1
GM
394 * Makefile.in (write_subdir): Create the directory if needed.
395 (install-arch-dep, mkdir): No need to make site-lisp directories.
396
9f1ea7dc 397 * Makefile.in (write_subdir): New.
05f3d308 398 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 399
40c117e7 400 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 401 For a self-contained ns build, set these to the appropriate values.
40c117e7 402 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 403
b4a36200
GM
404 * configure.in (ns_self_contained): New output variable.
405 * Makefile.in (ns_self_contained): New, set by configure.
406 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
407 don't bother installing binaries then immediately deleting them.
408
3a4155de
GM
409 * Makefile.in (ns_appbindir, ns_appresdir):
410 Move them before things that may refer to them.
411 (install-arch-dep): No need to relocate self-contained ns libexec.
412
413 * configure.in (archlibdir): Set it for self-contained ns builds.
414 (libexecdir): Don't expand it now (this is mainly cosmetic).
415
f04940ae
PE
4162012-05-16 Paul Eggert <eggert@cs.ucla.edu>
417
418 * configure.in: Simplify by removing CPP etc.
419 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
420 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
421 In particular we no longer need to fiddle with CPP, since we don't
422 use CPP specially any more.
423 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
424 adjusted compiler.
425 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
426 since gl_EARLY and/or Autoconf already does these.
427
27cb7be2
GM
4282012-05-16 Glenn Morris <rgm@gnu.org>
429
430 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
431 (CPP): Do not unconditionally set it on Darwin.
432 Instead, try to test if -no-cpp-precomp is accepted.
433 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
434
ec3ca9ec
GM
4352012-05-15 Glenn Morris <rgm@gnu.org>
436
4e7d487c 437 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 438
75a9f5f5
GM
439 * Makefile.in (install-arch-dep): Do not hard-code version number.
440
ec3ca9ec
GM
441 * Makefile.in (install-arch-dep): NS install no longer needs to
442 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
443
3fe7cdc8
GM
4442012-05-12 Glenn Morris <rgm@gnu.org>
445
9e6b06ed
GM
446 * configure.in (ns_appbindir): Remove trailing "/".
447
3fe7cdc8
GM
448 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
449 (MKDEPDIR): Use $MKDIR_P.
450 * Makefile.in (MKDIR_P): New, set by configure.
451 (mkdir): Use $MKDIR_P.
452
a873f274
GM
4532012-05-11 Glenn Morris <rgm@gnu.org>
454
455 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 456 Use INSTALL_DATA for the DOC file.
c8e32179 457 Remove dead code for ./lisp that never executes.
a873f274 458
ff57c2ec
GM
4592012-05-10 Glenn Morris <rgm@gnu.org>
460
461 * configure.in (LEIM_INSTALLDIR): New output variable.
462
49ed9c8e
SM
4632012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
464
465 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
466
5122804a
GM
4672012-05-08 Glenn Morris <rgm@gnu.org>
468
469 * make-dist: No more doc/lispref/*.el.
470
01319a4e
AS
4712012-05-05 Andreas Schwab <schwab@linux-m68k.org>
472
473 * configure.in: Fix quoting bugs.
474
8045b906
GM
4752012-05-04 Glenn Morris <rgm@gnu.org>
476
477 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
478
9fa0e416
GM
4792012-05-02 Glenn Morris <rgm@gnu.org>
480
3c30e766
GM
481 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
482 the choices made by FreeBSD and NetBSD. (Bug#10313)
483
9aa071df
GM
484 * Makefile.in (INFO_FILES): Remove variable.
485 (INFO_NONMISC): New variable.
486 (install-arch-indep, uninstall): Don't use $INFO_FILES.
487
cd3771a0
GM
488 * Makefile.in (uninstall): Remove useless-use-of-for; that for
489 some reason caused problems on an old Solaris.
490
a36e64d0
GM
491 * Makefile.in (install-arch-indep, uninstall):
492 Ensure that INSTALL-type commands are run from top-level.
493
9e7a4bcf
GM
494 * info/dir: Make some entries consistent with the source texi files.
495
9fa0e416
GM
496 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
497
7adecb99
GM
4982012-05-02 Glenn Morris <rgm@gnu.org>
499
500 * Makefile.in (install-arch-indep):
501 Combine adjacent install-data and install-info loops.
502
4737362e
GM
5032012-05-01 Glenn Morris <rgm@gnu.org>
504
ab1121bd
GM
505 * Makefile.in (MAN_PAGES): Remove.
506 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
507
a4a18b8b
GM
508 * configure.in: Try libtinfo for tputs.
509 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
510
3ba0a545
GM
511 * configure.in: Combine adjacent $opsys case blocks.
512
e3da5b19
GM
513 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
514
262f06da
GM
515 * configure.in: Invert the TERMINFO logic,
516 since "yes" is far more common than "no".
517
9311dcff
GM
518 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
519
4d5c6349
GM
520 * configure.in (LD_SWITCH_X_SITE_RPATH):
521 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
522
4737362e
GM
523 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
524
562e638f
GM
5252012-04-26 Glenn Morris <rgm@gnu.org>
526
527 * make-dist: No more doc/lispref/tindex.pl.
528
dcbf5805
MA
5292012-04-22 Michael Albinus <michael.albinus@gmx.de>
530
531 * configure.in (dbus_validate_bus_name, dbus_validate_path)
532 (dbus_validate_interface, dbus_validate_member): Check also for
e3a3e213 533 these library functions.
dcbf5805 534
4b5b5289
PE
5352012-04-22 Paul Eggert <eggert@cs.ucla.edu>
536
537 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
538 With glibc 2.14 or later, when compiled with GCC 4.7.0's
539 -Werror=deprecated-declarations flag, use of hooks like
540 __malloc_initialize_hook causes compilation to fail because these
541 hooks are deprecated. Modify 'configure' to check for these hooks too.
542 Simplify the 'configure' code to test for all the hooks at once.
543 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
544 (emacs_cv_var_doug_lea_malloc): ... this new var.
545
9ee7d8b9
PE
5462012-04-21 Paul Eggert <eggert@cs.ucla.edu>
547
548 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
549 dated 2011-10-07. Regenerating from current gnulib would be a
550 pervasive change, and currently the trunk isn't open to such changes.
551 * configure.in (WARN_CFLAGS): Remove; no longer needed now
552 that gnulib does it.
553 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
554
5e6ab4e6
AS
5552012-04-21 Andreas Schwab <schwab@linux-m68k.org>
556
557 * m4/gl-comp.m4: Update. (Bug#11285)
558
c07a4c0b 5592012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
560
561 * configure.in: Don't use the -R option (Bug#11251).
562
6c94c34f 5632012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 564
9f46df23 565 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
566 I have been using this change for many months in my private copy
567 of Emacs, and have used it to find several bugs. It's mature
568 enough to publish now.
569 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
570 * configure.in: Support --enable-gcc-warnings, in the style of
571 other GNU packages such as coreutils.
572 (C_WARNINGS_SWITCH): Remove, replacing with...
573 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
574 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
575 when including system files with GCC.
576 * etc/NEWS: Mention --enable-gcc-warnings.
67546201 577 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
578 * lib/Makefile.am (AM_CFLAGS): New macro.
579 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
580
316411f0
DA
5812012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
582
583 * configure.in (AC_CHECK_FUNCS):
584 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
585
9b9b2ef2
GM
5862012-04-16 Glenn Morris <rgm@gnu.org>
587
b1aa797c
GM
588 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
589
9b9b2ef2
GM
590 * configure.in: Remove X libs workaround for old autoconf.
591
badf86af
KB
5922012-04-12 Ken Brown <kbrown@cornell.edu>
593
594 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
595
2f097256
GM
5962012-04-11 Glenn Morris <rgm@gnu.org>
597
598 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
599
a9f72fc1
GM
6002012-04-10 Glenn Morris <rgm@gnu.org>
601
602 * configure.in: Conditionally generate admin/unidata/Makefile.
603
6b4f4a2d
TZ
6042012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
605
a9f72fc1 606 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 607
23df914b
GM
6082012-04-09 Glenn Morris <rgm@gnu.org>
609
fd9d85c2
GM
610 * Makefile.in (leim): Check cd return value. Pass fewer variables.
611 (install-leim): Check cd return value. Pass $MFLAGS.
612 (install-strip): Pass $MFLAGS.
613
23df914b
GM
614 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
615 Eg org.texi has been using 4.7 functions for some time.
616
bf6bba2b
PE
6172012-04-07 Paul Eggert <eggert@cs.ucla.edu>
618
619 Check pkg-config exit status when configuring (Bug#10626).
620 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
621 works; check its exit status. Problem reported by Jordi Gutiérrez
622 Hermoso in
623 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
624
f3774f20
GM
6252012-04-07 Glenn Morris <rgm@gnu.org>
626
627 * README, configure.in (AC_INIT): Bump version to 24.1.50.
628
d67a9a85
EZ
6292012-04-07 Eli Zaretskii <eliz@gnu.org>
630
631 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
632
f20f95c6
PE
6332012-03-04 Paul Eggert <eggert@cs.ucla.edu>
634
635 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
636 * configure.in (LIBS_TERMCAP): Default this to the result of
637 the tputs library search. Do a run-time test for the linkability
638 of tputs unless cross-compiling, as that's more reliable if the
639 link flags and libraries are messed up. Don't change LIBS as
640 a result of the test, as that may mess up later tests.
641
75197633
CS
6422012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
643
533183f3 644 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 645
75197633
CS
646 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
647 specific makefiles to support getopt_.h generation with MSVC.
648
7eb21b49
GM
6492012-02-04 Glenn Morris <rgm@gnu.org>
650
651 * Makefile.in (uninstall):
652 Handle compressed info files and man pages. (Bug#10718)
653
44f92739
GM
6542012-02-02 Glenn Morris <rgm@gnu.org>
655
656 * configure.in [HAVE_NS]:
657 Error if use --without-toolkit-scroll-bars. (Bug#10673)
658
6df37268
PE
6592012-02-01 Paul Eggert <eggert@cs.ucla.edu>
660
661 Port to older Solaris 10 versions (Bug#10677).
662 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
663 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
664 possibly this is because Sun fixed the 'stat' bug in my version.
665 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
666 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
667 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
668 These changes are based on gnulib version
669 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
670 because Emacs is in feature freeze and we do not want to merge any
671 more-recent changes from gnulib.
672
8d8939e8
GM
6732012-01-31 Glenn Morris <rgm@gnu.org>
674
e4070def
GM
675 * configure.in: Throw an explicit error if Motif toolkit was
676 requested but requirements could not be found.
677
8d8939e8
GM
678 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
679
5a26ec89
EZ
6802012-01-30 Eli Zaretskii <eliz@gnu.org>
681
682 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
683 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
684 with "make -j3".
685
1b0880d5
JB
6862012-01-16 Juanma Barranquero <lekktu@gmail.com>
687
688 * .bzrignore: Ignore etc/__pycache__.
689
adee8a65
PE
6902011-12-17 Paul Eggert <eggert@cs.ucla.edu>
691
692 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
693 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
694 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
695 by Nelson H. F. Beebe in
696 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
697
e152e577
JB
6982011-12-10 Juanma Barranquero <lekktu@gmail.com>
699
700 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
701
46d14be7
JD
7022011-12-10 Jan Djärv <jan.h.d@swipnet.se>
703
704 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
705 instead of LDFLAGS (Bug#10230).
706
6c269a38
PE
7072011-12-03 Paul Eggert <eggert@cs.ucla.edu>
708
4eec8d6f
PE
709 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
710
6c269a38 711 Propagate configure flags to sub-configures.
1350a3cc 712 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
713 New macros.
714 (config.status, bootstrap): Use them to propagate configure flags
715 to sub-configures.
716 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
717
63e94eb8
PE
7182011-12-03 Paul Eggert <eggert@cs.ucla.edu>
719
720 * .bzrignore: Add config.cache.
721
54e9e3bf
JD
7222011-11-27 Jan Djärv <jan.h.d@swipnet.se>
723
724 * configure.in: Check for gtk_window_set_has_resize_grip.
725
20db1522
JB
7262011-11-24 Juanma Barranquero <lekktu@gmail.com>
727
728 * configure.in (HAVE_XPM): Fix typo.
729
60bf278f
GM
7302011-11-22 Glenn Morris <rgm@gnu.org>
731
5f77c86c
GM
732 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
733 have confusing effects on the build. (Bug#6401)
734
60bf278f
GM
735 * Makefile.in (install-arch-dep): Tweak previous change.
736
816be9f6
YD
7372011-11-22 Yavor Doganov <yavor@gnu.org>
738
739 Do not install arch-dependent files in the app bundle if
740 --disable-ns-self-contained is requested. (Bug#1335)
741 * configure.in (exec_prefix, libexecdir): Define relative to
742 `ns_appbindir' only if configured for a self-contained app.
743 * Makefile.in (install-arch-dep): Test for the existence of
744 libexec in the Emacs.app bundle before executing commands.
745
d5ff9cd0
AS
7462011-11-20 Andreas Schwab <schwab@linux-m68k.org>
747
748 * configure.in: Remove reference to src/m/ibms390.h.
749
1c889bf6
GM
7502011-11-13 Glenn Morris <rgm@gnu.org>
751
752 * INSTALL: Tiny updates for disk space used during installation.
753
a6fc3b5c
EZ
7542011-11-05 Eli Zaretskii <eliz@gnu.org>
755
756 * lib/makefile.w32-in (FRC): New dummy target.
757 (TAGS): Depend on FRC.
758
9f77899d
GM
7592011-11-04 Glenn Morris <rgm@gnu.org>
760
761 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
762 Do not include GnuTLS version info in final summary message.
763
0bd3cb7b
EZ
7642011-10-31 Eli Zaretskii <eliz@gnu.org>
765
07f3add9
EZ
766 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
767 they exist there, else from autogen/.
768
769 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 770
d2eaf3e4
NT
7712011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
772
773 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
774
e782cfab
PE
7752011-10-24 Paul Eggert <eggert@cs.ucla.edu>
776
777 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
778 if the library is found. Otherwise, later configure-time tests,
779 such as the test for pthread_sigmask, generate the wrong results
780 on some platforms. Problem reported for FreeBSD by Nali Toja.
781
7da0b018
PE
7822011-10-20 Paul Eggert <eggert@cs.ucla.edu>
783
784 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
785 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
786 Remove; no longer needed, now that we defer to strftime for time
787 zone names.
788
0ffe1065
JD
7892011-10-18 Jan Djärv <jan.h.d@swipnet.se>
790
791 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
792
23769e49
CY
7932011-10-18 Chong Yidong <cyd@gnu.org>
794
795 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
796
fd8dea03
GM
7972011-10-13 Glenn Morris <rgm@gnu.org>
798
799 * configure.in: Also look for tputs in libcurses. (Bug#9736)
800
f4cc5b54
PE
8012011-10-12 Paul Eggert <eggert@cs.ucla.edu>
802
803 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 804 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
805 The check was helpful but not essential in Solaris 2.6 (1997),
806 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
807 obsolete -- Sun dropped support for it in 2006 -- and without
808 access to that Silurian platform we can't maintain the code anyway.
809
7c5ee88e
PE
8102011-10-07 Paul Eggert <eggert@cs.ucla.edu>
811
d47439a3
PE
812 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
813 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
814 * m4/gnulib-common.m4: Merge from gnulib.
815 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
816 command not found" on powerpc-apple-darwin9.8.0.
817
7c5ee88e
PE
818 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
819 This is now done by src/alloc.c.
820
423dbf9b
RS
8212011-10-02 Richard Stallman <rms@gnu.org>
822
823 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
824 and xlinux_second_failure to xgnu_linux_second_failure.
825
31bed486
EZ
8262011-09-29 Eli Zaretskii <eliz@gnu.org>
827
5f91c1e5
EZ
828 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
829 lib/signal.in-h.
31bed486 830
e785f2ec 831 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
832 Rename signal.in.h and alloca.in.h.
833
e1504b9b
EZ
8342011-09-28 Eli Zaretskii <eliz@gnu.org>
835
836 * INSTALL: Mention that m17n libraries and libotf are needed for
837 Arabic shaping.
838
316f8af0
PE
8392011-09-26 Paul Eggert <eggert@cs.ucla.edu>
840
841 Merge from gnulib, improving some licensing wording.
842 This clarifies and fixes some licensing issues raised by Glenn Morris
843 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
844 It also merges the latest version of texinfo.tex and has some
845 MSVC-related changes that don't affect Emacs.
846 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
847 pathmax, and raise, since these are needed only to address
848 MSVC-related issues that Emacs doesn't have.
849 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
850 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
851 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
852 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
853 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
854 * m4/unistd_h.m4: Merge from gnulib.
855
04d51ad4
AS
8562011-09-26 Andreas Schwab <schwab@linux-m68k.org>
857
858 * configure.in: Initialize HAVE_LIBXML2.
859
6e99ef20
GM
8602011-09-26 Glenn Morris <rgm@gnu.org>
861
862 * make-dist: Add lib/makefile.w32-in.
863
0538fab0
GM
8642011-09-24 Glenn Morris <rgm@gnu.org>
865
866 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
867
c5b01d8c
LMI
8682011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
869
870 * .dir-locals.el: Change the debbugs regexp to allow having the
871 bug number as the first thing on a line.
872
0cc87afb
GM
8732011-09-15 Glenn Morris <rgm@gnu.org>
874
875 * configure.in: Make configure work with recent GNUsteps.
876 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
877 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 878 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 879
3f44249e
PE
8802011-09-11 Paul Eggert <eggert@cs.ucla.edu>
881
882 Merge from gnulib, porting to Tru64.
883 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
884 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
885 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
886 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
887 doesn't affect Emacs.
888
c8199d0f
PE
8892011-09-06 Paul Eggert <eggert@cs.ucla.edu>
890
891 * configure.in (isnan): Remove now-unnecessary check.
892
e39b275c 8932011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 894
abec06ff 895 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
896 This is to fix the following problems:
897 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
898 configured not to use gtk or any other thread-using library,
899 signals aren't blocked correctly.
900 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
901 and IRIX's signal handling.
902 . On Cygwin 1.7.5 it works around an incompatibility with
903 the system pthread_sigmask.
904 . On MacOS X 10.5 (32-bit), files whose inode numbers
905 exceed 2**31 cannot be read or manipulated.
906 . pthread_sigmask: Actually use results of gl_THREADLIB.
907 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
908 . find 'ar' program that fits with --host argument.
909 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
910 * autogen/README: Update destination list.
911 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
912 The autogenerated files compile, config.guess,
913 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
914 * m4/largefile.m4: New file, so that Emacs does not mess up when
915 accessing files with large inode numbers in MacOS X 10.5 and later.
916 * m4/nocrash.m4: New file, to avoid triggering background debugger
917 and/or create core dumps during 'configure'.
918 * build-aux/move-if-change: Renamed from move-if-change.
919 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
920 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
921 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
922 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
923 * Makefile.in (epaths-force, sync-from-gnulib):
924 move-if-change is now in build-aux.
925 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
926 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
927 (mkdir): install-sh is now in build-aux.
928 * config.bat: c++defs.h is now in build-aux/snippets.
929 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
930 usual parameter).
931 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
932 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
933 to build-aux/snippet.
934 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
935 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
936 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
937 Solaris, enables MacOS extensions, and enables nocrash during
938 'configure'.
939 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
940
86633eab 9412011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
942
943 * configure.in (snprintf): New check.
944
015faae4
PE
9452011-08-30 Paul Eggert <eggert@cs.ucla.edu>
946
695a3dc5 947 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 948 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
949 Remove unreachable pattern hppa*-*-linux-gnu*.
950 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
951 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 952
52ec1feb
JD
9532011-08-26 Jan Djärv <jan.h.d@swipnet.se>
954
955 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
956
377538cb
JD
9572011-08-13 Jan Djärv <jan.h.d@swipnet.se>
958
959 * configure.in: Add header check: sys/socket.h (Bug#8477),
960 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
961 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
962
ae9e757a
JD
9632011-08-04 Jan Djärv <jan.h.d@swipnet.se>
964
965 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
966 (HAVE_GTK_AND_PTHREAD): Remove.
967
be8ec0b3
AA
9682011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
969
970 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
971 build, not just GNUstep (Bug#9177).
972
2573a837 9732011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
974
975 Assume freestanding C89 headers, string.h, stdlib.h.
976 Again, this simplifies the code, and all current platforms have these.
977 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
978 (AC_HEADER_STDC): Remove.
979 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
980 (strchr, strrchr): Remove fallback macros.
981
9cfdb3ec
PE
982 Assume support for memcmp, memcpy, memmove, memset.
983 This simplifies the code a bit. All current platforms have these,
984 as they are required for C89. If this turns into a problem we
985 can add the gnulib modules for these (a 1-line change to Makefile.in).
986 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
987
427c285b
PE
9882011-07-27 Paul Eggert <eggert@cs.ucla.edu>
989
990 * GNUmakefile: New file.
991 This is for convenience, so that one can run GNU make in an
992 unconfigured source tree, and get a default build.
993
2ad77c9d
JD
9942011-07-13 Jan Djärv <jan.h.d@swipnet.se>
995
996 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
997
c8618a06
YM
9982011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
999
1000 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
1001 so as to suppress address randomization (Bug#8395).
1002
f6ce9b9a
PE
10032011-07-09 Paul Eggert <eggert@cs.ucla.edu>
1004
3fcf7a1c
PE
1005 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
1006 This fixes a build problem on older Mac OS X hosts.
1007
d9706d9f
PE
1008 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
1009 test, which runs afoul of Automake installations where, for example,
1010 /usr/share/aclocal contains a copy of gl_THREADLIB.
1011 Problem reported by Sven Joachim in
1012 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
1013 This is just a quick temporary fix, specific to Emacs; I'll work
1014 with the other gnulib maintainers to get a more-permanent fix.
1015
af66a2d7 1016 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
1017 * Makefile.in (GNULIB_MODULES): Add strtoimax.
1018 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
1019 automatically imported from gnulib.
1020 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1021
1692ae2d 10222011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 1023
8a6ebd58 1024 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 1025 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
1026 * configure.in (AC_TYPE_UID_T): New dummy macro.
1027 Configure gnulib after adjusting LIBS,
1028 so that gnulib can assume the libraries in LIBS.
6db30f83 1029 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 1030 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 1031 * lib/pthread_sigmask.c:
6db30f83
PE
1032 New files, automatically imported from gnulib.
1033 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
1034 due to the above changes.
1035 * .bzrignore: Add lib/signal.h.
1036
4a621aae
PE
1037 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
1038
5e94cadb
AS
10392011-07-07 Andreas Schwab <schwab@linux-m68k.org>
1040
1041 * configure.in (maintainer-mode): Reflect default in help string.
1042
76b397fb
DN
10432011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1044
1045 * configure.in: Remove reference to iris4d.h.
1046
869795d6
JD
10472011-07-05 Jan Djärv <jan.h.d@swipnet.se>
1048
1049 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
1050
3279eb87
GM
10512011-07-01 Glenn Morris <rgm@gnu.org>
1052
1053 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
1054
2e6e11eb
LMI
10552011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1056
1057 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
1058 which made ./configure infloop.
1059
9851bfc5
JD
10602011-06-30 Jan Djärv <jan.h.d@swipnet.se>
1061
1062 * configure.in (gsettings): New option and check for GSettings.
1063
adbc4ef4
GM
10642011-06-29 Glenn Morris <rgm@gnu.org>
1065
1066 * configure.in: Try to test for the required crt*.o files.
1067
1f773f32
BW
10682011-06-27 Bill Wohler <wohler@newt.com>
1069
1070 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
1071
7a7ef429
PE
10722011-06-25 Paul Eggert <eggert@cs.ucla.edu>
1073
1074 Use gnulib's dup2 module instead of rolling our own.
1075 * Makefile.in (GNULIB_MODULES): Add dup2.
1076 * configure.in: Do not check for dup2; gnulib does that now.
1077 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
1078
6dd7e400
PE
10792011-06-23 Paul Eggert <eggert@cs.ucla.edu>
1080
1081 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
1082
94a807ac 10832011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
1084
1085 Use gnulib's alloca-opt module.
1086 * .bzrignore: Add lib/alloca.h.
1087 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
1088 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
1089 as gnulib now does that for us. Put alloca check in config.h.
1090 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
1091 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1092 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
1093
3ce9d0d4
LL
10942011-06-21 Leo Liu <sdl.web@gmail.com>
1095
1096 * m4/sha256.m4:
1097 * m4/sha512.m4:
1098 * m4/gl-comp.m4:
1099 * lib/u64.h:
1100 * lib/sha256.c:
1101 * lib/sha256.h:
1102 * lib/sha512.c:
1103 * lib/sha512.h:
1104 * lib/makefile.w32-in (GNULIBOBJS):
1105 * lib/gnulib.mk:
1106 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
1107 crypto/sha512 modules from gnulib.
1108
add3f049
PE
11092011-06-19 Paul Eggert <eggert@cs.ucla.edu>
1110
1111 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
1112
3a4725e1
GM
11132011-06-17 Glenn Morris <rgm@gnu.org>
1114
1115 * configure.in: Restore the behavior of checking crt-dir only
1116 when the user specified it (not all platforms use it).
1117
bf4846e7
PE
11182011-06-16 Paul Eggert <eggert@cs.ucla.edu>
1119
1120 * m4/lstat.m4: Merge from gnulib (Bug#8878).
1121
4d61f28d 11222011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
1123
1124 * configure.in: Try to determine CRT_DIR automatically when
1125 using gcc.
1126
8c9b2106
PE
11272011-06-15 Paul Eggert <eggert@cs.ucla.edu>
1128
8aeb5be9
PE
1129 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
1130 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
1131 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
1132 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
1133 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
1134 Merge from gnulib.
8c9b2106 1135
c195f2de
JD
11362011-06-14 Jan Djärv <jan.h.d@swipnet.se>
1137
1138 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
1139
7e2aa385
PE
11402011-06-08 Paul Eggert <eggert@cs.ucla.edu>
1141
1142 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
1143
81eafe29
PE
11442011-06-07 Paul Eggert <eggert@cs.ucla.edu>
1145
1146 * configure.in: Add --with-wide-int.
1147 * INSTALL: Mention this.
1148
9afafefb
PE
11492011-06-06 Paul Eggert <eggert@cs.ucla.edu>
1150
1151 Merge from gnulib.
1152 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
1153
f797625a
PE
11542011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1155
1156 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
1157
90856fe0 11582011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
1159
1160 Use 'inline', not 'INLINE'.
eefc9486 1161 * configure.in (INLINE): Remove.
55d4c1b2 1162
6a3e57bb
PE
11632011-05-29 Paul Eggert <eggert@cs.ucla.edu>
1164
1165 Adjust to recent gnulib change for @GUARD_PREFIX@.
1166 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
1167 All uses of _GL_ for guard prefixes in lib/*.h replaced with
1168 _@GUARD_PREFIX@_.
1169
842b28a0
PE
11702011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1171
e61923c8 1172 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 1173
70716b1d
GM
11742011-05-24 Glenn Morris <rgm@gnu.org>
1175
a22d9d2c
GM
1176 * Makefile.in (check): Just give a message if no test/ directory.
1177
bdd556a2
GM
1178 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
1179
70716b1d
GM
1180 * configure.in (OPT_MAKEFILES_IN): Remove.
1181 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
1182 (SUBDIR_MAKEFILES_IN): New output variable.
1183 * Makefile.in (OPT_MAKEFILES_IN): Remove.
1184 (SUBDIR_MAKEFILES_IN): Let configure set it.
1185
13c3daa4
LL
11862011-05-24 Leo Liu <sdl.web@gmail.com>
1187
1188 * m4/sha1.m4:
1189 * m4/gl-comp.m4:
1190 * lib/sha1.h:
1191 * lib/sha1.c:
1192 * lib/makefile.w32-in (GNULIBOBJS):
1193 * lib/gnulib.mk:
1194 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
1195
e09e38a8
GM
11962011-05-24 Glenn Morris <rgm@gnu.org>
1197
4ba4c54a
GM
1198 * configure.in: Remove test for already configured source directory.
1199 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
1200
5a95c002
GM
1201 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
1202
fa5d79db
GM
12032011-05-24 Glenn Morris <rgm@gnu.org>
1204
6c7e099d
GM
1205 * make-dist: Don't distribute test/. (Bug#8107)
1206 * configure.in (OPT_MAKEFILES_IN): New output variable.
1207 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
1208 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
1209 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
1210 (check): Give an explicit error if test/ is not present.
1211
fa5d79db
GM
1212 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
1213 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
1214 (Makefile): Use $SUBDIR_MAKEFILES_IN.
1215
2df215b5
PE
12162011-05-23 Paul Eggert <eggert@cs.ucla.edu>
1217
1218 * lib/verify.h: Merge from gnulib.
1219
f518ae90
PE
12202011-05-22 Paul Eggert <eggert@cs.ucla.edu>
1221
1222 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
1223 Merge from gnulib.
1224
16b71f3a
AS
12252011-05-21 Andreas Schwab <schwab@linux-m68k.org>
1226
1227 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
1228
7285dc67
EZ
12292011-05-20 Eli Zaretskii <eliz@gnu.org>
1230
6a45b46f
EZ
1231 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
1232
7285dc67
EZ
1233 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
1234
b9704ad9
GM
12352011-05-20 Glenn Morris <rgm@gnu.org>
1236
1237 * configure.in (lisp_frag): New output file.
1238
4a720484
GM
12392011-05-19 Glenn Morris <rgm@gnu.org>
1240
1241 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
1242 (WINDOW_SUPPORT): Remove output variables that are no longer used.
1243
a3c92bc1
EZ
12442011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1245
8f906c40
EZ
1246 * lib/gnulib.mk:
1247 * lib/intprops.h:
1248 * lib/unistd.in.h:
1249 * m4/inttypes.m4:
1250 * m4/stdint.m4:
1251 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 1252
d681f183
GM
12532011-05-14 Glenn Morris <rgm@gnu.org>
1254
1255 * configure.in: Treat failure to find an X toolkit the same way we treat
1256 failure to find X and image support.
1257
4f8c52a9
GM
12582011-05-12 Glenn Morris <rgm@gnu.org>
1259
1260 * Makefile.in (src, install-arch-indep, bootstrap-clean)
1261 (check-declare): Shell portability fixes. (Bug#8642)
1262
5a7f0a30
TZ
12632011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1264
1265 * configure.in: Require GnuTLS 2.6.x or higher.
1266
b08a63cc 12672011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 1268
c378da0b
PE
1269 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
1270 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
1271 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
1272
19548d08
PE
1273 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
1274 This new gnulib-tool option saves 'configure' the trouble of
1275 checking for strtoull when strtoumax exists.
1276
d1a2ac5c
PE
1277 * configure.in (BITS_PER_LONG_LONG): New macro.
1278
773233f8
GM
12792011-05-05 Glenn Morris <rgm@gnu.org>
1280
1281 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
1282 (top_distclean): Delete config.log~.
1283
40697cd9
BK
12842011-04-27 Ben Key <bkey76@gmail.com>
1285
1286 * configure.in: Fixed a bug that caused configure with
1287 --enable-checking=stringoverrun to have no effect.
1288
671875da 12892011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
1290
1291 * configure.in: Suppress unnecessary checks for size_t.
1292 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
1293 (size_t): Do not check for this, and do not typedef. This code
1294 is never exercised now.
1295
a8a2bb29
PE
1296 * Makefile.in (GNULIB_MODULES): Add strtoumax.
1297 This is needed for the new integer-reading code in lread.c.
1298 It automatically pulls in the following gnulib files, which
1299 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
1300 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
1301 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
1302 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 1303 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 1304
33630d51
TZ
13052011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
1306
1307 * configure.in: Check for GnuTLS certificate verify callbacks.
1308
bfab7d85
SM
13092011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1310
1311 * Makefile.in (config.status): Don't erase in case of error.
1312 In case it disappeared, rebuild it with `configure'.
1313
fe0e7ad7
KB
13142011-04-20 Ken Brown <kbrown@cornell.edu>
1315
1316 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
1317
f5b06c35
GM
13182011-04-12 Glenn Morris <rgm@gnu.org>
1319
1320 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
1321
762f8d96 13222011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
1323
1324 * lib/allocator.c: New file, automatically generated by gnulib.
1325
5fac7083
GM
13262011-04-07 Glenn Morris <rgm@gnu.org>
1327
1328 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
1329
973f782d
EZ
13302011-04-06 Eli Zaretskii <eliz@gnu.org>
1331
1332 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
1333 Revert last change.
1334
f1f81baa
JB
13352011-04-06 Juanma Barranquero <lekktu@gmail.com>
1336
1337 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
1338 ($(BLD)/careadlinkat.$(O)): New target.
1339 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1340 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
1341 Update dependencies.
1342
b70d23ff 13432011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 1344
41cf7d1a
PE
1345 Fix more problems found by GCC 4.6.0's static checks.
1346
aa181334
PE
1347 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
1348
1f7196bf 1349 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
1350 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
1351 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
1352 * m4/ssize_t.m4: New files, automatically generated from gnulib.
1353
c0274801
GM
13542011-04-06 Glenn Morris <rgm@gnu.org>
1355
1356 * autogen/update_autogen: Handle loaddefs-like files as well.
1357 (usage): Add -l, -C.
1358 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
1359 With -l, check status of lisp/ as well.
1360 With -C, clean before building.
1361 (autoreconf): Only pass -f in the `clean' case.
1362 (commit): New function.
1363
42e85a8f
GM
13642011-03-28 Glenn Morris <rgm@gnu.org>
1365
39f31873
GM
1366 * autogen/update_autogen: Pass -f to autoreconf.
1367
42e85a8f
GM
1368 * autogen.sh (get_version): Discard "not found" lines.
1369 (check_version): Respect $AUTOCONF etc environment variables.
1370
9af30bdf
GM
13712011-03-27 Glenn Morris <rgm@gnu.org>
1372
1373 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
1374 (AH_BOTTOM): Do not define SIGTYPE.
1375
181855e6
GM
13762011-03-26 Glenn Morris <rgm@gnu.org>
1377
1378 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
1379 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
1380
9ee0d174
AS
13812011-03-25 Andreas Schwab <schwab@linux-m68k.org>
1382
1383 * autogen/update_autogen: Remove useless function keyword.
1384
07da4b3c
EZ
13852011-03-25 Eli Zaretskii <eliz@gnu.org>
1386
1387 * config.bat: Generate src/config.h and lib/Makefile from
1388 autogen/config.in and autogen/Makefile.in.
1389
f6ca84c0
GM
13902011-03-25 Glenn Morris <rgm@gnu.org>
1391
1392 * compile, config.guess, config.sub, depcomp, install-sh, missing:
1393 Remove; autoreconf can supply them.
1394 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
1395 config.guess, install-sh. Pass -i to autoreconf.
1396 * autogen/update_autogen (genfiles): Add compile, config.guess,
1397 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
1398 Discard non-error output from autoreconf in -q case.
1399 * autogen/compile, autogen/config.guess, autogen/config.sub:
1400 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
1401 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
1402 install-sh, missing.
1403
8cc1d519
GM
14042011-03-23 Glenn Morris <rgm@gnu.org>
1405
9bb73912 1406 * autogen/update_autogen: Fix typo.
904a432c 1407 (msg): Remove function; use `exec' instead.
9bb73912 1408
8cc1d519
GM
1409 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
1410 (sync-from-gnulib): Don't sync mkinstalldirs.
1411 * make-dist: Don't distribute mkinstalldirs.
1412
c9c49752 14132011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 1414
c9c49752 1415 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
1416 * Makefile.in (GNULIB_MODULES): Add socklen.
1417 * configure.in: Do not check for sys/socket.h, since socklen does that.
1418 * m4/socklen.m4: New automatically-generated file, from gnulib.
1419
d5cad867
PE
1420 fakemail: Remove dependency on ignore-value.
1421 * Makefile.in (GNULIB_MODULES): Add stdio.
1422 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
1423 imported from gnulib.
cbd350f1 1424 * .bzrignore: Add lib/stdio.h.
c9c49752 1425
34cb1cc6
GM
14262011-03-22 Glenn Morris <rgm@gnu.org>
1427
1428 * autogen/copy_autogen: Work from ./ or ../.
1429 Fix time-stamps.
1430 * autogen.sh: Doc fix.
1431
66b87493
GM
14322011-03-20 Glenn Morris <rgm@gnu.org>
1433
1434 * autogen/: New directory, to be excluded from releases.
1435 * autogen/copy_autogen, autogen/update_autogen: New scripts.
1436 * autogen/README: New file.
1437 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
1438 * autogen/Makefile.in: Add auto-updated generated files.
1439 * autogen.sh: No longer a no-op, now it tests for autotools
1440 and runs them as necessary.
cd1181db 1441 * configure.in: Default maintainer-mode to on.
66b87493
GM
1442 * aclocal.m4, configure, lib/Makefile.in: Remove files.
1443
1ef6de05
PE
14442011-03-13 Paul Eggert <eggert@cs.ucla.edu>
1445
1446 Update for gnulib.
1447 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
1448 includes <intprops.h> directly.
1449 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
1450 when building Emacs on Solaris 9 and running it on Solaris 10.
1451
0afb4571
J
14522011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1453
1454 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
1455
33383987
JB
14562011-03-07 Chong Yidong <cyd@stupidchicken.com>
1457
1458 * Version 23.3 released.
1459
870d9cf6
GM
14602011-03-06 Glenn Morris <rgm@gnu.org>
1461
1462 * configure.in (FREETYPE_LIBS): Actually set it to something.
1463
6c0dea8a
PE
14642011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1465
1466 Work around some portability problems with symlinks.
1467
1468 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
1469 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
1470 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
1471 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
1472 * m4/symlink.m4:
1473 New files, automatically generated from gnulib.
1474 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1475 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
1476
945d8b44
EZ
14772011-02-26 Eli Zaretskii <eliz@gnu.org>
1478
03382788
EZ
1479 * .bzrignore: Ignore new lib/*.in-h files.
1480
945d8b44
EZ
1481 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
1482 depfiles.bat even if lib/deps already exist.
1483
9411886d
PE
14842011-02-25 Paul Eggert <eggert@cs.ucla.edu>
1485
1486 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
1487 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
1488 recent changes to configure.in and to gnulib.
9411886d 1489
1e8dbdc6
GM
14902011-02-24 Glenn Morris <rgm@gnu.org>
1491
1492 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
1493 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
1494
f68c809d
PE
14952011-02-22 Paul Eggert <eggert@cs.ucla.edu>
1496
1497 Assume S_ISLNK etc. work, since gnulib supports this.
1498 * Makefile.in (GNULIB_MODULES): Add sys_stat.
1499 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
1500 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
1501 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
1502
ba01e9d7
PE
15032011-02-21 Paul Eggert <eggert@cs.ucla.edu>
1504
1505 * lib/min-max.h: New file, for "min" and "max".
1506
9f8370e6
CS
15072011-02-21 Christoph Scholtes <cschol2112@gmail.com>
1508
0a19a6f8 1509 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
9f8370e6
CS
1510 $(EMACS_ROOT)/nt/inc/stdint.h.
1511
25c51af3
EZ
15122011-02-21 Eli Zaretskii <eliz@gnu.org>
1513
1514 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
1515 src/makefile.w32-in and adapt. Depend on stamp_BLD.
1516 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
1517
5fa4ac76
PE
15182011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1519
1520 Import filemode module from gnulib.
1521 * .bzrignore: Add lib/sys/.
1522 * Makefile.in (GNULIB_MODULES): Add filemode.
1523 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
1524 * lib/filemode.c: Renamed from src/filemode.c and regenerated
1525 from gnulib. This adds support for some more file types, e.g.,
1526 Cray DMF migrated files.
1527 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
1528 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
1529 * m4/sys_stat_h.m4: New files, generated from gnulib.
1530 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1531 Regenerate.
1532
e1e6b4fb
EZ
15332011-02-20 Eli Zaretskii <eliz@gnu.org>
1534
1535 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
1536 $(EMACS_ROOT)/nt/inc/sys/stat.h.
1537
6cac9cb1
PE
15382011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1539
1540 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
1541 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
1542 is no longer needed, due to the recent SSDATA and related changes.
1543 Perhaps -Wno-pointer-sign should also be removed from
1544 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
1545 way to test this so I left it alone.
1546 * configure: Regenerate.
1547
0a19a6f8 15482011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
1549
1550 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
1551 src/makefile.w32-in.
1552
61353ac8 15532011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 1554
61353ac8 1555 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 1556 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
1557 Regenerate.
1558 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
1559 Import the new versions from gnulib; they assume a C99-style
1560 <stdint.h>, supplied by the stdint module.
1561 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
1562 imported from gnulib.
942f733f
PE
1563 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
1564 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
1565 special cases.
61353ac8 1566
9d9d12cd
EZ
15672011-02-19 Eli Zaretskii <eliz@gnu.org>
1568
152be435 1569 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 1570 Add lib/deps/.
152be435 1571
9d9d12cd 1572 * config.bat: Configure in `lib'.
219463da 1573 Generate *.Po files in lib/deps.
9d9d12cd 1574
7d315eb6
PE
15752011-02-18 Paul Eggert <eggert@cs.ucla.edu>
1576
1577 Import IRIX 6.5 getloadavg fixes from gnulib.
1578 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
1579
1f5d53eb
PE
15802011-02-16 Paul Eggert <eggert@cs.ucla.edu>
1581
1582 Import getloadavg module from gnulib.
1583 * .bzrignore: Add lib/stdlib.h.
1584 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1585 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
1586 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
1587 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
1588 Remove; gnulib does this now.
1589 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
1590 from gnulib. This adds support for several other systems, such
1591 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
1592 buffer overrun on Linux hosts under very high load, and on hosts
1593 that maintain a channel to the load average file it makes sure
1594 the file descriptor is close-on-exec (on hosts that support this)
1595 and is not stdin, stdout, or stderr.
1596 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
1597 from gnulib.
1598 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1599 * src/config.in: Regenerate.
1600
bb55f713
PE
16012011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1602
1603 Merge from gnulib.
1604
7127b760
PE
1605 * install-sh: Update to scriptversion 2011-01-19.21.
1606
bb55f713
PE
1607 2011-02-13 Bruno Haible <bruno@clisp.org>
1608
1609 Consistent macro naming for macros that use GCC __attribute__.
1610 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
1611 ATTRIBUTE_DEPRECATED.
1612
1613 2011-02-12 Bruno Haible <bruno@clisp.org>
1614
1615 setlocale: Prefer gnulib's override over libintl's override.
1616 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
1617 GNULIB_defined_setlocale is set.
1618
57e96f8e
GM
16192011-02-13 Glenn Morris <rgm@gnu.org>
1620
1621 * make-dist: Exclude generated file src/globals.h.
1622
988c07df
PE
16232011-02-10 Paul Eggert <eggert@cs.ucla.edu>
1624
1625 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
1626 Sync from gnulib, which has been patched to fix the problem
1627 with the license notices. Problem reported by Glenn Morris in
1628 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
1629
ccded26c
SM
16302011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * .bzrignore: Ignore globals.h and related stamp.
1633
6ffb2c0c
PE
16342011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1635
1636 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
1637 This merges the following fix from gnulib:
1638
1639 2011-02-08 Bruno Haible <bruno@clisp.org>
1640
1641 Split large sed scripts, for HP-UX sed.
1642
00b3c7ac
TT
16432011-02-08 Tom Tromey <tromey@redhat.com>
1644
1645 * configure: Rebuild.
1646 * configure.in (NS_OBJC_OBJ): New subst.
1647
91ccade4
PE
16482011-02-06 Paul Eggert <eggert@cs.ucla.edu>
1649
6ffb2c0c
PE
1650 gnulib: allow multiple gnulib generated replacements to coexist
1651 This defines a few preprocessor symbols that should not affect Emacs.
1652 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
1653 via "make sync-from-gnulib".
1654
e765a388
PE
1655 gnulib: undo previous change
1656 The upstream _HEADERS change was backed out of gnulib (see the
1657 same thread). Stay in sync with gnulib.
1658
91ccade4 1659 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
1660 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
1661 New empty macros, to accommodate recent changes to gnulib. See
1662 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
1663 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
1664 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
1665 * lib/time.in.h, lib/unistd.in.h:
1666 Regenerate.
91ccade4 1667
d67985d3
PE
16682011-02-05 Paul Eggert <eggert@cs.ucla.edu>
1669
1670 sync from gnulib to remove HAVE_STDBOOL_H
1671 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
1672 AC_HEADER_STDBOOL. All uses changed. Do not define
1673 HAVE_STDBOOL_H, as gnulib does not need this. This change is
1674 imported from the latest Autoconf git. It was motivated by Emacs,
1675 which uses gnulib but does not need HAVE_STDBOOL_H.
1676 * configure, src/config.in: Regenerate.
1677 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
1678
67342916
PE
16792011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1680
1681 allow C code to suppress warnings about ignored return values
1682 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
1683 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1684 * lib/ignore-value.h: New file.
67342916 1685
14beddf4 16862011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
1687
1688 * configure.in: Test existence of xaw3d library, not just the
1689 header (Bug#7642).
1690
6ffb2c0c
PE
16912011-01-31 Eli Zaretskii <eliz@gnu.org>
1692
1693 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
1694 $(BLD)/time_r.$(O).
1695 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
1696 $(EMACS_ROOT)/src/m/intel386.h.
1697 ($(BLD)/strftime.$(O)):
1698 ($(BLD)/time_r.$(O)): Define prerequisites.
1699
16fab143
PE
17002011-01-31 Paul Eggert <eggert@cs.ucla.edu>
1701
1702 src/emacs.c now gets version number from configure.in
1703 * configure.in (version): Set this from $PACKAGE_VERSION,
1704 which is set from AC_INIT, rather than scouting through src/emacs.c.
1705 * configure: Regenerate.
1706 * make-dist (version): Get it from configure.in, not src/emacs.c.
1707
16c3e636
PE
17082011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1709
1710 strftime: import from gnulib
1711 * Makefile.in (GNULIB_MODULES): Add strftime.
1712 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
1713 needed.
6ffb2c0c 1714 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 1715 Regenerate.
6ffb2c0c
PE
1716 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
1717 imported from gnulib.
16c3e636
PE
1718 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
1719 This incorporates many changes from gnulib, including simpler
1720 handling of multibyte formats, porting to mingw32 and other
1721 platforms, and support for higher-resolution time stamps.
1722 Emacs does not yet use the higher-resolution interface.
1723
3de84ad9
PE
17242011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1725
1726 gnulib: import mktime and move-if-change fixes from gnulib
1727
1728 * configure: Regenerate from the following.
1729
6ffb2c0c
PE
1730 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1731
1732 mktime: clarify long_int width checking
1733 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
1734 the top level, to make it clearer that the assumption about
1735 long_int width is being checked. See
1736 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
1737
3de84ad9
PE
1738 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
1739
1740 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 1741 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
1742 negative number, which the C Standard says has undefined behavior.
1743 In practice this is not a problem, but might as well do it by the book.
1744 Reported by Rich Felker and Eric Blake; see
1745 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
1746 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1747 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
1748
1749 mktime: #undef mktime before #defining it
1750 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
1751
1752 mktime: systematically normalize tm_isdst comparisons
1753 * lib/mktime.c (isdst_differ): New function.
1754 (__mktime_internal): Use it systematically for all isdst comparisons.
1755 This completes the fix for libc BZ #6723, and removes the need for
1756 normalizing tm_isdst. See
1757 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
1758 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
1759
1760 mktime: fix some integer overflow issues and sidestep the rest
1761
1762 This was prompted by a bug report by Benjamin Lindner for MinGW
1763 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
1764 His bug is due to signed integer overflow (0 - INT_MIN), and I
1765 I scanned through mktime.c looking for other integer overflow
1766 problems, fixing all the bugs I found.
1767
1768 Although the C Standard says the resulting code is still not safe
1769 in the presence of integer overflow, in practice it should be good
1770 enough for all real-world two's-complement implementations, except
1771 for debugging environments that deliberately trap on integer
1772 overflow (e.g., gcc -ftrapv).
1773
1774 * lib/mktime.c (WRAPV): New macro.
1775 (SHR): Also check that long_int and time_t shift right in the
1776 usual way, before using the fast-but-unportable method.
1777 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
1778 used. The code already assumed two's complement, so there's
1779 no need to test for alternatives. All uses removed.
1780 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
1781 the C standard. Problem reported by Rich Felker in
1782 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
1783 (twos_complement_arithmetic): Also check long_int and time_t.
1784 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
1785 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
1786 (__mktime_internal): Avoid integer overflow with unary subtraction
1787 in two instances where -1 - X is an adequate replacement for -X,
1788 since the calculations are approximate.
3de84ad9
PE
1789
1790 2011-01-29 Eric Blake <eblake@redhat.com>
1791
1792 mktime: avoid infinite loop
1793 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
1794 type; behavior is still undefined but portable to all known targets.
1795 Reported by Rich Felker.
1796
6ffb2c0c
PE
1797 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1798
1799 mktime: avoid problems on NetBSD 5 / i386
1800 * lib/mktime.c (long_int): New type. This works around a problem
1801 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
1802 but time_t is 64 bits, and where I expect the existing code is
1803 wrong in some cases.
1804 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
1805 (ydhms_diff): Bring back the compile-time check for wide-enough
1806 year and yday.
1807
1808 mktime: fix misspelling in comment
1809 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
1810 This merges all recent glibc changes of importance.
1811
3de84ad9
PE
1812 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1813
1814 move-if-change: cope with concurrent mv of identical file.
1815 * move-if-change (CMPPROG): Accept environment
1816 variable as an override for `cmp'.
1817 (usage): Document CMPPROG.
1818 Adjust comparison to drop stdout. Cope with failure of mv if
1819 the target file exists and is identical to the source, for
1820 parallel builds.
1821 Report from H.J. Lu against binutils in PR binutils/12283.
1822
6ffb2c0c
PE
18232011-01-29 Eli Zaretskii <eliz@gnu.org>
1824
1825 * lib/makefile.w32-in:
1826 * lib/getopt_.h: New files.
1827
c7e95b91
PE
18282011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1829
1830 improve fix for MS-DOS file name clash
1831 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
1832 for portability to POSIX make. Reported by Bruno Haible.
1833 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
1834 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
1835 files from accumulating as garbage. Also reported by Bruno Haible.
1836
125c3718
PE
18372011-01-27 Paul Eggert <eggert@cs.ucla.edu>
1838
1839 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
1840 * Makefile.in (DOS-gnulib-comp.m4): New macro.
1841 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
1842 problems with MS-DOS 8+3 file name restrictions.
1843 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
1844 it, it would also cause problems when extracting Emacs distribution
1845 tarballs on MS-DOS hosts.
1846 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 1847 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
1848 * config.guess, config.sub: Sync from gnulib.
1849 * m4/gnulib-cache.m4: Remove from repository.
1850 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
1851
4004ef46
GM
18522011-01-25 Glenn Morris <rgm@gnu.org>
1853
0b5c5d82
GM
1854 * README: Add a note about ranges in copyright years.
1855
4004ef46
GM
1856 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
1857
06d8ace5 18582011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
1859
1860 * configure.in: Add HP-UX on IA64 (Bug#6811).
1861
d6974efa
PE
18622011-01-24 Paul Eggert <eggert@cs.ucla.edu>
1863
1864 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
1865 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
1866 as it is no longer needed.
6ffb2c0c 1867 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
1868 * configure.in: Invoke the new gnulib macro
1869 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
1870 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
1871 * m4/getopt.m4: Sync from gnulib; this removes the need for
1872 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
1873 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
1874 New macro, synced from gnulib.
1875 * m4/warn-on-use.m4: Remove.
1876
e02ea74b
PE
18772011-01-22 Paul Eggert <eggert@cs.ucla.edu>
1878
1879 aclocal.m4: put this file back into repository
1880 This way, we don't have to assume that the maintainer has
1881 the automake package installed. See
1882 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
1883 * .bzrignore: Remove aclocal.m4, undoing the previous change.
1884 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
1885 undoing the previous change.
1886 * aclocal.m4: New file (actually, resurrected).
1887
48dcd482
MB
18882011-01-22 Miles Bader <miles@gnu.org>
1889
1890 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
1891 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
1892 Emacs directly uses fontconfig, and breaks building when using a
1893 strict linker).
1894
925e561d
PE
18952011-01-21 Paul Eggert <eggert@cs.ucla.edu>
1896
b06b1098
PE
1897 src/config.in: shrink slightly
1898 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
1899 This makes src/config.in a bit smaller, by removing identifiers
1900 like GNULIB_TEST_MKTIME that Emacs does not need.
1901 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
1902 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1903 Sync from gnulib. This removes a few more unnecessary symbols from
1904 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
1905 * configure, src/config.in: Regenerate.
1906
925e561d
PE
1907 aclocal.m4: tweaks to regenerate more conveniently
1908 This attempts to act better when the source is in a weird state. See
1909 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
1910 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
1911 * .bzrignore: Add aclocal.m4.
1912
942be821
PE
19132011-01-20 Paul Eggert <eggert@cs.ucla.edu>
1914
1915 aclocal.m4: omit auto-generated file from repository
1916 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
1917 the most recent change here.
1918 * aclocal.m4: Remove from bzr repository. This file is
1919 auto-generated and isn't needed to run 'configure'. See
1920 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
1921
0813c96e
PE
19222011-01-19 Paul Eggert <eggert@cs.ucla.edu>
1923
1924 Minor Makefile.in tweaks to build from gnulib better.
1925 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
1926 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
1927 (top_maintainer_clean): Don't remove aclocal.m4.
1928
7cae64b4
PE
19292011-01-18 Paul Eggert <eggert@cs.ucla.edu>
1930
53911e8f
PE
1931 Minor cleanups for 'bzr status'
1932 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
1933 the output of config.guess.
1934 * Makefile.in (top_distclean): Remove stamp-h1 too.
1935
7cae64b4
PE
1936 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
1937 defined if the compiler supports GCC-style __attribute__
1938 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
1939 this syntax.
1940
a3e44e79 19412011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 1942
3cbecb8f
PE
1943 Makefile.in: tidy up the building of lib
1944 * Makefile.in (am--refresh): Mark as .PHONY.
1945 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
1946 as they're not rebuilt unless you do a "make sync-from-gnulib"
1947 and the former is needed for "configure".
1948 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
1949 has already removed lib/Makefile.
1950
ecbfcc83
PE
1951 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
1952 This avoids building ftoastr and ldtoastr, which aren't needed. See
1953 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 1954
803059b9
PE
1955 * .bzrignore: Add .h files that are host-dependent.
1956 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
1957 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
1958 host-dependent and are built as part of an ordinary 'make', and
1959 should not be checked in.
1960
6ffb2c0c
PE
1961 * lib/Makefile.in: Regenerate.
1962 * lib/COPYING: New file, a copy of COPYING.
1963
2a78afcc 1964 * configure: Regenerate.
37564543
PE
1965 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
1966
e275c824 1967 Regenerate.
6ffb2c0c
PE
1968 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
1969 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
1970 New files, copied from gnulib by gnulib-tool.
1971 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
1972 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1973 Regenerate.
ecbfcc83 1974
84bbb1ad
PE
1975 Use gnulib's getopt-gnu module.
1976 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
1977 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
1978 representative of the dependencies.
1979 * configure.in: Do not configure getopt, as gnulib does that now.
1980 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
1981 getopt now, in lib.
ecbfcc83 1982
1fd182f0 1983 Regenerate.
6ffb2c0c
PE
1984 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
1985 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
1986 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
1987 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
1988 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
1989 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
1990 * m4/wchar_t.m4, warn-on-use.h:
1991 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 1992 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
1993 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1994 Regenerate.
1995
1e11dbe3
PE
1996 Use gnulib's mktime module.
1997 * Makefile.in (GNULIB_MODULES): Add mktime.
1998 * configure.in: Remove code no longer needed, as gnulib now does it.
1999 (AC_CHECK_FUNCS): Remove mktime.
2000 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
2001 (__restrict): Remove, as this now gets in the way of the C99
2002 support for 'restrict' pulled in by the gnulib mktime module.
2003 Code should now use 'restrict' and not '__restrict".
2004 (mktime): Remove.
2005 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
2006 and warn-on-use.h into the distribution.
1fd182f0
PE
2007
2008 Regenerate.
6ffb2c0c
PE
2009 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
2010 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 2011 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
2012 * lib/dummy.c: Remove.
2013 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
2014 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2015 Regenerate.
ecbfcc83 2016
1e11dbe3 2017 Use gnulib's ftoastr module.
fa2c4f56
PE
2018 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
2019
743c80a7 2020 Regenerate.
6ffb2c0c
PE
2021 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
2022 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
2023 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
2024 New files, generated automatically, with 'make sync-from-gnulib'
2025 followed by 'make'.
2026 * configure, lisp/dired.el, src/config.in: Regenerate.
2027
9a514d4a
PE
2028 Automate syncing from gnulib.
2029 * INSTALL, README: Document new subdirectory 'lib'.
2030 * Makefile.in (SUBDIR): Add lib.
2031 (SUBDIR_MAKEFILES): Add lib/Makefile.
2032 (lib-src, src, TAGS, tags): Depend on lib.
2033 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
2034 ($(gnulib_srcdir)): New rule.
2035 (sync-from-gnulib): New rule, which is .PHONY.
2036 (lib): New rule, which is like lib-src.
2037 (Makefile): Depend on lib/Makefile.in.
2038 (AUTOCONF_INPUTS): Depend on aclocal.m4.
2039 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
2040 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
2041 (am--refresh): New rule, to pacify Automake.
2042 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
2043 Clean lib, too.
2044 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
2045 droppings.
2046 (maintainer-clean, extraclean): Use it.
2047 * configure.in: Initialize for automake and gnulib, by invoking
2048 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
2049 lib/Makefile, too. Use automake to build gnulib, as gnulib works
2050 more conveniently with automake.
6ffb2c0c 2051 * lib/Makefile.am: New file.
9a514d4a
PE
2052 * make-dist: Also put into the distribution aclocal.m4,
2053 compile, depcomp, missing, and the files under lib/.
2054
dc3e3e7b
GM
20552011-01-15 Glenn Morris <rgm@gnu.org>
2056
2057 * Makefile.in (epaths-force): No more arch-tag to edit.
2058
dab73760
CY
20592011-01-15 Chong Yidong <cyd@stupidchicken.com>
2060
2061 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
2062
9f4b8b47
PE
20632011-01-14 Paul Eggert <eggert@cs.ucla.edu>
2064
2065 * make-dist: Distribute test/ files too.
2066 Distribute every file under test/ that is under version control,
2067 using patterns like *.el to capture files that are added later.
2068 Without this change, "configure" would fail, because it would
2069 attempt to build from a Makefile.in that was not distributed.
2070
d221e780
CO
20712011-01-13 Christian Ohler <ohler@gnu.org>
2072
2073 * Makefile.in (INFO_FILES): Add ERT.
2074
2075 * Makefile.in (check): Run tests in test/automated.
2076
2077 * Makefile.in:
2078 * configure.in: Add test/automated/Makefile.
2079
bc5585d1
PE
20802011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2081
2b3f5bc8
PE
2082 * install-sh, mkinstalldirs, move-if-change: Update from master
2083 source in gnulib.
2084
bc5585d1
PE
2085 * config.guess, config.sub: Updated from master source.
2086
2018939f
AS
20872011-01-05 Andreas Schwab <schwab@linux-m68k.org>
2088
2089 * configure.in: Check for __builtin_unwind_init.
2090
e5365138
GM
20912011-01-05 Glenn Morris <rgm@gnu.org>
2092
2093 * configure.in (HAVE_MAKEINFO): New output variable.
2094 (MAKEINFO): Reset to "makeinfo" if not found.
2095 * Makefile.in (install-arch-indep, info):
2096 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
2097
4fc5868a
UM
20982010-12-29 Ulrich Mueller <ulm@gentoo.org>
2099
2100 * configure.in: Make gameuser configurable (Bug#7717).
2101
68251e16
GM
21022010-12-15 Glenn Morris <rgm@gnu.org>
2103
2104 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
2105 long absent lib-src/fns-*.el.
2106
838db889
GM
21072010-12-11 Glenn Morris <rgm@gnu.org>
2108
2109 * make-dist: Exclude etc/*.pyc.
2110
fe646d2c
AS
21112010-12-10 Andreas Schwab <schwab@linux-m68k.org>
2112
2113 * configure.in: Don't double machfile in final message.
2114
d96c83fa
CY
21152010-12-04 Chong Yidong <cyd@stupidchicken.com>
2116
2117 * configure.in: Fix last change.
2118
d6a003a8
AS
21192010-12-04 Andreas Schwab <schwab@linux-m68k.org>
2120
2121 * configure.in: Remove reference to removed machine description
2122 files and allow $machine and $machfile to be empty. Substitute
2123 M_FILE/S_FILE instead of machfile/opsysfile.
2124
067d23c9
KY
21252010-12-03 Glenn Morris <rgm@gnu.org>
2126
2127 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
2128
21292010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2130
2131 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
2132 (EXTERNALLY_VISIBLE): New definition.
2133
21342010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2135
2136 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
2137
21382010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2139
2140 * configure.in: Do not check for unconditionally included headers.
2141
21422010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2143
2144 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
2145
21462010-11-09 Michael Albinus <michael.albinus@gmx.de>
2147
2148 * configure.in: Don't write a warning for D-Bus anymore.
2149
21502010-11-06 Andreas Schwab <schwab@linux-m68k.org>
2151
2152 * configure.in: Fix indentation.
2153
21542010-10-31 Ken Brown <kbrown@cornell.edu>
2155
2156 * configure.in (checking whether localtime caches TZ): Use
2157 unsetenv instead of modifying environment directly.
2158
21592010-10-25 Andreas Schwab <schwab@linux-m68k.org>
2160
2161 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
2162 to avoid warning.
2163
21642010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2165
e9fce1ac 2166 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
2167
21682010-10-22 Glenn Morris <rgm@gnu.org>
2169
2170 * make-dist: Avoid listing .el files twice. Don't try to run
2171 autoconf if --no-update.
2172
21732010-10-20 Glenn Morris <rgm@gnu.org>
2174
2175 * make-dist: No longer create lisp/MANIFEST.
2176
21772010-10-14 Glenn Morris <rgm@gnu.org>
2178
2179 * BUGS, INSTALL.BZR, README: Updates.
2180
21812010-10-13 Glenn Morris <rgm@gnu.org>
2182
2183 * make-dist: Remove --compress. Check for the appropriate
2184 gzip-like executable, and if not found, don't compress.
2185 Check version number in README, don't change it.
2186 Use find for nt/inc/*.h.
2187
21882010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2189
2190 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
2191 trailing / from directory names.
2192
21932010-10-12 Glenn Morris <rgm@gnu.org>
2194
2195 * make-dist: Update and simplify.
2196
21972010-10-12 Eli Zaretskii <eliz@gnu.org>
2198
2199 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
2200
22012010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2202
2203 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
2204
22052010-10-09 Glenn Morris <rgm@gnu.org>
2206
2207 * make-dist: No more doc/emacs/*.texi.in.
2208
2209 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
2210
22112010-10-09 Glenn Morris <rgm@gnu.org>
2212
2213 * configure.in: Combine some conditionals.
2214
2215 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
2216 * make-dist: Include doc/emacs/*.texi.in.
2217
2218 * INSTALL, make-dist: Remove references to b2m.
2219 * Makefile.in (MAN_PAGES): Remove b2m.1.
2220
22212010-10-05 Glenn Morris <rgm@gnu.org>
2222
2223 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
2224
22252010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2226
2227 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
2228
22292010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
2230
2231 * configure.in: Include stdlib.h and string.h unconditionally.
2232
22332010-09-29 Romain Francoise <romain@orebokech.com>
2234
2235 * configure.in: Don't enable ImageMagick unless HAVE_X11.
2236
22372010-09-28 Glenn Morris <rgm@gnu.org>
2238
2239 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
2240 happy.
2241
22422010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2243
2244 * configure.in: Enable imagemagick by default.
2245
22462010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2247
2248 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 2249 GnuTLS libraries.
067d23c9
KY
2250
22512010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
2252
2253 * configure.in: Set up GnuTLS.
2254
22552010-09-22 Chong Yidong <cyd@stupidchicken.com>
2256
2257 * configure.in: Announce whether libxml2 is linked to.
2258
22592010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2260
2261 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
2262
22632010-09-18 Eli Zaretskii <eliz@gnu.org>
2264
2265 * config.bat: Detect that libxml2 is installed and if so, build
2266 with it.
2267
22682010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2269
2270 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
2271 be used. This fixes a conf problem on Mac OS X.
2272
22732010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2274
2275 * configure.in: Check for libxml2.
2276
22772010-09-09 Glenn Morris <rgm@gnu.org>
2278
2279 * make-dist: No more TODO files under lisp/.
2280
22812010-09-04 Eli Zaretskii <eliz@gnu.org>
2282
2283 * config.bat: Produce lisp/gnus/_dir-locals.el from
2284 lisp/gnus/.dir-locals.el.
2285
22862010-08-23 Andreas Schwab <schwab@linux-m68k.org>
2287
2288 * configure.in: Fix check for librsvg, imagemagick and
2289 MagickExportImagePixels.
2290
22912010-08-18 Joakim Verona <joakim@verona.se>
2292
2293 * Makefile.in, configure.in: Checks for ImageMagick.
2294
22952010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
2296
2297 * configure.in (AC_PREREQ): Require autoconf 2.65.
2298
22992010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2300
2301 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
2302
23032010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2304
2305 * configure.in: Add AC_C_BIGENDIAN.
2306
23072010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2308
2309 * configure.in (ORDINARY_LINK): Use on hpux* too.
2310
23112010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2312
2313 * configure.in: Check for util.h.
2314 Use -Wimplicit-function-declaration if compiler supports it.
2315
23162010-08-05 Eli Zaretskii <eliz@gnu.org>
2317
2318 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
2319
23202010-08-04 Andreas Schwab <schwab@linux-m68k.org>
2321
2322 * configure.in: Restore accidentally removed use of
2323 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
2324
23252010-07-29 Chad Brown <yandros@mit.edu>
2326
2327 * configure.in: Check for dirent.h.
2328
23292010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2330
2331 * configure.in: Remove reference to usg5-4, unused.
2332
23332010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2334
2335 * configure.in: Check for __executable_start.
2336
23372010-07-24 Ken Brown <kbrown@cornell.edu>
2338
2339 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
2340
23412010-07-24 Juanma Barranquero <lekktu@gmail.com>
2342
2343 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
2344
23452010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
2346
2347 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
2348
23492010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2350
2351 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2352 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
2353 (C_OPTIMIZE_SWITCH): Remove.
2354 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
2355
23562010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2357
2358 * configure.in: Don't check for index and rindex, check for strchr
2359 and strrchr. Define strchr and strrchr as index and rindex,
2360 resp., in src/config.h if not available.
2361
23622010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2363
2364 * configure.in: Use -Wold-style-definition if available.
2365 This helps with the transition to standard C code, it can be
2366 removed when done.
2367
2368 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
2369
2370 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
2371 and MSWindows.
2372
23732010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2374
2375 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
2376 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
2377
23782010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2379
2380 * configure.in (getenv): Remove K&R declaration.
2381
23822010-07-02 Jan Djärv <jan.h.d@swipnet.se>
2383
2384 * configure.in: Remove define __P.
2385
23862010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2387
2388 * configure.in (--enable-use-lisp-union-type): New flag.
2389
23902010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2391
2392 Fix CFLAGS for non-GCC compilers.
2393 * configure.in (CFLAGS): Always use -g like it was done before the
2394 2010-03-30 change.
2395 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
2396 (Bug#6538)
2397
23982010-06-30 Glenn Morris <rgm@gnu.org>
2399
2400 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
2401 Set with AC_DEFINE rather than AH_BOTTOM.
2402
2403 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
2404 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
2405 Set with shell, not cpp.
2406 (LIBX): Remove, just use -lX11 in the one place this was used.
2407 (cannot_dump): Replace with CANNOT_DUMP.
2408
24092010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2410
0a19a6f8 2411 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
2412 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
2413 by minimum required Gtk+ 2.6). Add checks for functions introduced
2414 in Gtk+ 2.14 or newer (bug#6505).
2415
24162010-06-26 Eli Zaretskii <eliz@gnu.org>
2417
2418 * config.bat: Remove white space around "+" in COPY commands.
2419
24202010-06-23 Glenn Morris <rgm@gnu.org>
2421
2422 * info/dir: Start descriptions in column 32, per Texinfo convention.
2423
24242010-06-16 Chong Yidong <cyd@stupidchicken.com>
2425
2426 * INSTALL: Update font information (Bug#6389).
2427
24282010-06-16 Glenn Morris <rgm@gnu.org>
2429
2430 * INSTALL: General update.
2431
24322010-06-12 Glenn Morris <rgm@gnu.org>
2433
2434 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
2435
24362010-06-11 Glenn Morris <rgm@gnu.org>
2437
2438 * configure.in (--without-compress-info): New option.
2439 (GZIP_INFO): New output variable.
2440
2441 * Makefile.in (GZIP_INFO): New, set by configure.
2442 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
2443 Handle man pages in the same way.
2444
24452010-06-10 Glenn Morris <rgm@gnu.org>
2446
2447 * Makefile.in (install-arch-indep): Gzip the info files too.
2448
2449 * make-dist: Remove references to non-existent directories and files.
2450
24512010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2452
2453 * configure.in: Include <strings.h> and <string.h> instead of
2454 "strings.h" and "string.h".
2455
24562010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
2457
2458 * configure.in: Remove code dealing with BSTRING.
2459
24602010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2461
2462 * configure.in (AC_PREREQ): Require autoconf 2.65.
2463
2464 * configure.in (unxec): Do not define and substitute.
2465 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
2466
24672010-06-03 Glenn Morris <rgm@gnu.org>
2468
2469 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
2470
24712010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2472
2473 Fix alloca definition when using gcc on non-gnu systems.
2474 * configure.in: Use the code sequence indicated by "info autoconf"
2475 for alloca (bug#6170).
2476
24772010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2478
2479 * .bzrignore: Ignore new files from trunk, which appear if you use
2480 colocated branches (i.e. "bzr switch").
2481
24822010-05-28 Glenn Morris <rgm@gnu.org>
2483
2484 * configure.in: Simplify some of the $canonical tests.
2485
24862010-05-27 Glenn Morris <rgm@gnu.org>
2487
2488 * config.bat: Do not preprocess src/Makefile.in.
2489
2490 * configure.in: Do not preprocess src/Makefile.in.
2491 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
2492 (AC_EGREP_CPP): Test no longer needed.
2493
2494 * make-dist: No more Makefile.c files.
2495
24962010-05-26 Glenn Morris <rgm@gnu.org>
2497
2498 * configure.in (YMF_PASS_LDFLAGS): Remove.
2499 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
2500
2501 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
2502 Add $GNUSTEP_LOCAL_HEADERS.
2503 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
2504
2505 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
2506 (GNUSTEP_MAKEFILES): Remove.
2507 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
2508 stuff to here.
2509
25102010-05-25 Glenn Morris <rgm@gnu.org>
2511
2512 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
2513 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
2514
2515 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
2516 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
2517 here instead.
2518
25192010-05-24 Romain Francoise <romain@orebokech.com>
2520
2521 * make-dist: Look for version in src/emacs.c.
2522 Use lisp/subr.el rather than lisp/version.el for location check.
2523
25242010-05-21 Glenn Morris <rgm@gnu.org>
2525
2526 * configure.in (MKDEPDIR): Parallel build tweak.
2527
2528 * configure.in (ns_frag): New output file.
2529
2530 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
2531 (OLDXMENU_TARGET): Set to empty if USE_GTK.
2532
2533 * configure.in (cannot_dump): New output variable.
2534
25352010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2536
2537 * configure.in: On NetBSD, if terminfo is found, use it in
2538 preference to termcap. (Bug#6190)
2539
25402010-05-20 Glenn Morris <rgm@gnu.org>
2541
2542 * make-dist (src): Include *.mk.
2543 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
2544 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
2545 (deps_frag): New output file.
2546 (AUTO_DEPEND): Remove this definition.
2547
2548 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
2549
25502010-05-19 Glenn Morris <rgm@gnu.org>
2551
2552 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
2553 (ORDINARY_LINK): New AC_DEFINE.
2554 (LIB_GCC): No need to set if ORDINARY_LINK.
2555
25562010-05-18 Glenn Morris <rgm@gnu.org>
2557
2558 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
2559 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
2560
2561 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
2562 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
2563 (RALLOC_OBJ): New output variable.
2564
2565 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
2566 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
2567
25682010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2569
2570 * Makefile.in (src): Provide the name of the VCS file that witnesses
2571 a pull.
2572 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
2573
25742010-05-17 Glenn Morris <rgm@gnu.org>
2575
2576 * configure.in (OLDXMENU_DEPS): New output variable.
2577
25782010-05-16 Glenn Morris <rgm@gnu.org>
2579
2580 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
2581
2582 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
2583 * Makefile.in (install-arch-dep): Update for above change.
2584
2585 * Makefile.in (ns_appdir): Remove.
2586 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
2587
2588 * configure.in (TEMACS_LDFLAGS2): New output variable.
2589
2590 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
2591 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
2592 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
2593 nothing uses.
2594
25952010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2596
2597 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
2598 does not use them.
2599 (X11R5_INHIBIT_I18N): Remove, unused.
2600
26012010-05-15 Glenn Morris <rgm@gnu.org>
2602
2603 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
2604
2605 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
2606
26072010-05-15 Ken Raeburn <raeburn@raeburn.org>
2608
2609 * configure.in: Look for version string in its new location.
2610
26112010-05-15 Eli Zaretskii <eliz@gnu.org>
2612
2613 * config.bat: Remove support for DJGPP v1.x.
2614
26152010-05-15 Glenn Morris <rgm@gnu.org>
2616
2617 * configure.in (OLDXMENU_TARGET): New output variable.
2618
2619 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
2620
2621 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
2622 and other files that no longer exist.
2623
26242010-05-14 Glenn Morris <rgm@gnu.org>
2625
2626 * configure.in (cpp_undefs): Add mktime, register, X11.
2627
2628 * configure.in (GPM_MOUSE_SUPPORT): Remove.
2629 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
2630 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
2631
2632 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
2633 (GNUSTEP_MAKEFILES): Do not output.
2634
26352010-05-13 Glenn Morris <rgm@gnu.org>
2636
2637 * configure.in: Fix some paren typos.
2638
2639 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
2640
2641 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
2642
26432010-05-12 Glenn Morris <rgm@gnu.org>
2644
2645 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
2646
2647 * configure.in (LIB_GCC): New output variable.
2648
26492010-05-11 Glenn Morris <rgm@gnu.org>
2650
2651 * make-dist (msdos): No more mainmake.
2652
2653 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
2654 * config.bat: Do not run cpp on lib-src/Makefile.in.
2655
2656 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
2657
26582010-05-10 Glenn Morris <rgm@gnu.org>
2659
2660 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
2661
2662 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
2663 (BLESSMAIL_TARGET): New output variable.
2664
26652010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2666
2667 * INSTALL: Fix typos.
2668
26692010-05-08 Chong Yidong <cyd@stupidchicken.com>
2670
2671 * configure.in: Add check for buggy version of GCC (Bug#6031).
2672
26732010-05-08 Glenn Morris <rgm@gnu.org>
2674
2675 * configure.in (HAVE_LIBNCURSES): New local variable.
2676 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
2677 replacing cpp in src/s/*.h and src/Makefile.in.
2678
26792010-05-07 Chong Yidong <cyd@stupidchicken.com>
2680
2681 * Version 23.2 released.
2682
26832010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2684
2685 * configure.in: Add tests for `isnan' and `copysign'.
2686
26872010-05-07 Eli Zaretskii <eliz@gnu.org>
2688
2689 * config.bat: Allow for 2 leading `#'s in comments in
2690 src/Makefile.in.
2691
26922010-05-07 Glenn Morris <rgm@gnu.org>
2693
2694 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2695 Merges logic from src/s/* and src/Makefile.in.
2696 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2697
26982010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2699
2700 Define START_FILES and LIB_STANDARD using autoconf.
2701 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
2702 here from src/s/*.h.
2703 (HAVE_CRTIN): Remove, inline logic in the netbsd
2704 START_FILES/LIB_STANDARD computation.
2705
27062010-05-06 Glenn Morris <rgm@gnu.org>
2707
2708 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
2709
2710 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
2711 (LD_SWITCH_X_SITE): Remove unused variables.
2712
27132010-05-04 Glenn Morris <rgm@gnu.org>
2714
2715 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
2716 as well.
2717 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
2718
2719 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2720
2721 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
2722 variables, replacing c_switch_machine, c_switch_system.
2723 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
2724 @c_switch_system@.
2725
27262010-05-03 Glenn Morris <rgm@gnu.org>
2727
2728 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
2729
2730 * make-dist: There are no more src/m/*.inp files.
2731
27322010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2733
2734 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
2735 (ac_link): Do not use ld_switch_machine.
2736
27372010-05-01 Glenn Morris <rgm@gnu.org>
2738
2739 * configure.in (OTHER_OBJ): Remove.
2740 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
2741
27422010-04-30 Glenn Morris <rgm@gnu.org>
2743
2744 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
2745 Elsewhere, maybe include it.
2746
2747 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
2748 (OLDXMENU, LIBXMENU): New output variables.
2749
2750 * configure.in (OTHER_OBJ): New output variable.
2751
27522010-04-28 Glenn Morris <rgm@gnu.org>
2753
2754 * configure.in (CYGWIN_OBJ): New output variable.
2755
2756 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
2757
2758 * configure.in (FONT_OBJ): New output variable.
2759
2760 * configure.in (LIBXMU): New output variable.
2761
2762 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
2763
2764 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
2765 userland and maybe change values to i386 (move test from s/amdx86-64.h).
2766
27672010-04-27 Glenn Morris <rgm@gnu.org>
2768
2769 * configure.in (LIBXTR6): New output variable. Move unixware special
2770 case here from src/s/unixware.h.
2771
2772 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
2773 in Makefiles.
2774 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
2775
2776 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
2777 (LIBXP): No longer substitute in Makefiles.
2778 (MOTIF_LIBW): New output variable. Move system-specific settings here
2779 from src/s files.
2780
27812010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2782
2783 Reduce CPP usage.
2784 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
2785 (unexec): Define unconditionally, all platforms define
2786 UNEXEC. AC_SUBST it.
2787 (UNEXEC_SRC): Remove, unused.
2788 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
2789
27902010-04-27 Glenn Morris <rgm@gnu.org>
2791
2792 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
2793 replaced by LIBXP.
2794
2795 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
2796 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
2797 On hpux10-20, default to /lib.
2798
2799 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
2800
28012010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2802
2803 * configure.in (LIBS_MACHINE): Remove, unused.
2804
2805 * configure.in (LIB_MATH): New output variable. Set it for some systems.
2806
28072010-04-24 Glenn Morris <rgm@gnu.org>
2808
2809 * configure.in (CRT_DIR): New output variable.
2810 (--with-crt-dir): New option. (Bug#5655)
2811 (HAVE_LIB64_DIR): Remove.
2812
28132010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
2814
2815 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
2816
28172010-04-22 Miles Bader <miles@gnu.org>
2818
2819 * configure.in: Get rid of "unix" pre-defined macro when
2820 preprocessing Makefile. (Bug#5857)
2821
28222010-04-21 Andreas Schwab <schwab@linux-m68k.org>
2823
2824 Avoid non-portable shell command negation
2825 * configure.in: Revert last change.
2826
28272010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2828
2829 * configure.in: Change "if test ! -f" to "if ! test -f".
2830
28312010-04-21 Glenn Morris <rgm@gnu.org>
2832
2833 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
2834 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
2835
28362010-04-21 Karel Klíč <kklic@redhat.com>
2837
2838 * configure.in: New option: --with(out)-selinux, on by default.
2839 Set HAVE_LIBSELINUX if we find libselinux, and substitute
2840 LIBSELINUX_LIBS in Makefiles.
2841
28422010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2843
2844 * configure.in: Remove all references to LIBX11_SYSTEM.
2845
28462010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2847
2848 * configure.in: Remove all references to C_DEBUG_SWITCH.
2849
28502010-03-27 Eli Zaretskii <eliz@gnu.org>
2851
2852 * config.bat <lib-src>: Edit out lines that begin with several #
2853 characters.
2854
28552010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2856
2857 * configure.in: Remove support for old UNIX System V systems and
2858 for Unixware on non-x86 machines.
2859
2860 * configure.in: Remove support for Solaris on PPC and for old versions.
2861
2862 * configure.in: Remove non-working lynxos port.
2863
28642010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2865
2866 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
2867
28682010-03-19 Glenn Morris <rgm@gnu.org>
2869
2870 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
2871 happy.
2872
28732010-03-18 Jan Djärv <jan.h.d@swipnet.se>
2874
2875 * configure.in: Check for tputs and friends, abort if not
2876 found (bug#5735).
2877
28782010-03-18 Glenn Morris <rgm@gnu.org>
2879
2880 * configure.in (--with-x-toolkit): In the help text, say which options
2881 are synonyms.
2882
2883 * configure.in (--with-mmdf, --with-mail-unlink):
2884 New options, off by default.
2885 (--with-mailhost): New option to set default POP host.
2886 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
2887 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
2888 New variables, substituted in Makefiles.
2889 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
2890 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
2891 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
2892 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
2893 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
2894
28952010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2896
2897 * Makefile.in (uninstall): Handle the case where archlibdir does not
2898 exist. (Bug#5720)
2899
29002010-03-12 Eli Zaretskii <eliz@gnu.org>
2901
75f1671a 2902 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
2903 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
2904
2905 * configure: Regenerated.
2906
29072010-03-10 Chong Yidong <cyd@stupidchicken.com>
2908
2909 * Branch for 23.2.
2910
29112010-01-31 Juri Linkov <juri@jurta.org>
2912
2913 * .bzrignore: Add TAGS-LISP.
2914
29152010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2916
2917 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
2918 this header file).
2919
29202010-01-12 Juanma Barranquero <lekktu@gmail.com>
2921
2922 * .bzrignore: Ignore all .exe, instead of individual files.
2923
29242010-01-12 Chong Yidong <cyd@stupidchicken.com>
2925
2926 * configure.in: Explicitly check for and link to -lXrender.
2927
29282010-01-12 Glenn Morris <rgm@gnu.org>
2929
2930 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
2931 for bug reports for development versions.
2932
29332010-01-02 Eli Zaretskii <eliz@gnu.org>
2934
2935 * .bzrignore: Add more ignored patterns, including for the MS-DOS
2936 build.
2937
29382009-12-27 Karl Fogel <kfogel@red-bean>
2939
2940 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
2941 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
2942
29432009-12-17 Glenn Morris <rgm@gnu.org>
2944
2945 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
2946
29472009-12-15 Glenn Morris <rgm@gnu.org>
2948
2949 * info/dir: Add EDT entry.
2950 * Makefile.in (INFO_FILES): Add edt.
2951
29522009-12-10 Jan Djärv <jan.h.d@swipnet.se>
2953
1154d12e 2954 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
2955
29562009-12-09 Jan Djärv <jan.h.d@swipnet.se>
2957
2958 * configure.in: Don't check for RSVG or GConf unless X11 is used.
2959
29602009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
2961
2962 * configure.in: Allow compiling Emacs with GTK on Cygwin.
2963
29642009-12-01 Glenn Morris <rgm@gnu.org>
2965
2966 * make-dist: Add etc/images/mpc directory.
2967
29682009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2969
2970 * configure.in: Don't check for GConf unless X is used.
2971
29722009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2973
2974 * configure.in: Use -Wdeclaration-after-statement if available.
2975
29762009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2977
2978 * configure.in: New option: --with(out)-gconf.
2979 Set HAVE_GCONF if we find gconf.
2980
29812009-11-17 Glenn Morris <rgm@gnu.org>
2982
2983 * Makefile.in (INFO_FILES): Add semantic.
2984
29852009-11-16 Chong Yidong <cyd@stupidchicken.com>
2986
2987 * info/dir: Add Semantic.
2988
29892009-11-16 Glenn Morris <rgm@gnu.org>
2990
2991 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
2992 pattern, so as not to exclude makefile*.el. (Bug#4912)
2993
29942009-11-14 Jan Djärv <jan.h.d@swipnet.se>
2995
2996 * configure.in: --enable-autodepend is new. Check for GNU Make
2997 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
2998 gcc and GNU make to generate dependencies.
2999
30002009-10-27 Glenn Morris <rgm@gnu.org>
3001
3002 * make-dist: Make links to doc/lispintro/*.pdf.
3003
30042009-10-23 Jim Meyering <meyering@redhat.com>
3005
3006 * configure.in: Invoke $CPP with -P when creating Makefile and
3007 src/Makefile. Without this, gcc 4.4.2 converts each
3008 backslash-newline pair in the input to a bare newline, yielding
3009 invalid Makefiles.
3010
3011 * configure: Regenerate.
3012
30132009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3014
3015 * configure.in (vax-dec-vms): Remove, not supported anymore.
3016
30172009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3018
3019 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
3020 (*-apple-darwin*): Add x86_64 architecture.
3021
30222009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3023
3024 * config.guess, config.sub: Updated from master source.
3025
30262009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
3027
3028 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
3029
30302009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
3031
3032 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
3033
30342009-09-29 Glenn Morris <rgm@gnu.org>
3035
3036 * make-dist (check): Update for two new levels of subdirectory in lisp/.
3037
30382009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3039
3040 * config.guess, config.sub: Updated from master source.
3041
3042 * configure.in (OTHER_FILES): Define using autoconf not cpp.
3043
30442009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3045
3046 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
3047
30482009-09-13 Chong Yidong <cyd@stupidchicken.com>
3049
3050 * INSTALL: Update URL for GNU FreeFont.
3051
30522009-09-09 Glenn Morris <rgm@gnu.org>
3053
3054 * Makefile.in (install-arch-indep): Don't recursively change perms of
3055 site-lisp and infodir. There may be non-Emacs files in here, and the
3056 files supplied by Emacs are all handled explicitly already. (Bug#3800)
3057 (mkdir): Set umask to world-readable before creating directories.
3058 mkinstalldirs already checks if dirs exist, don't duplicate this test.
3059
30602009-08-29 Glenn Morris <rgm@gnu.org>
3061
3062 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
3063 (info): Don't give an error in the absence of makeinfo - let the doc
3064 Makefiles do that, if the info files need rebuilding. (Bug#3982)
3065
30662009-08-23 Ken Raeburn <raeburn@raeburn.org>
3067
3068 * Makefile.in (install-arch-indep): If the versioned DOC-####
3069 generated during loadup+dump isn't found, install the plain DOC
3070 file that always gets generated, in case CANNOT_DUMP is set.
3071
3072 * configure.in: Warn if package version specified here doesn't
3073 match the version in version.el.
3074 * configure: Regenerate.
3075
30762009-08-22 Michael Albinus <michael.albinus@gmx.de>
3077
3078 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
3079
3080 * configure: Regenerate.
3081
30822009-08-19 Glenn Morris <rgm@gnu.org>
3083
3084 * INSTALL: Remove reference to cvtmail.
3085
30862009-08-15 CHENG Gao <chenggao@gmail.com>
3087
3088 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
3089
30902009-08-02 Kevin Ryde <user42@zip.com.au>
3091
3092 * INSTALL: Fix free fonts URL.
3093
30942009-07-22 Glenn Morris <rgm@gnu.org>
3095
3096 * configure.in (AC_PREREQ): Require autoconf 2.62.
3097
30982009-07-04 Andreas Schwab <schwab@linux-m68k.org>
3099
3100 * configure.in (--enable-checking, --enable-profiling):
3101 Use AS_HELP_STRING.
3102
31032009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3104
3105 * configure.in (--enable-profiling): New option.
3106 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
3107
31082009-06-27 Glenn Morris <rgm@gnu.org>
3109
3110 * configure.in: Restore netbsd on mips, mipsel, mipseb.
3111
31122009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3113
3114 * configure.in (--enable-checking): New option.
3115
31162009-06-24 Glenn Morris <rgm@gnu.org>
3117
3118 * make-dist: Warn if subdir does not exist in source.
3119 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
3120 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
3121 No longer make links.
3122
31232009-06-24 Yavor Doganov <yavor@gnu.org>
3124
3125 * make-dist (tempdir): Don't create directories preferences.gorm
3126 and preferences.nib, they are no longer required.
3127
31282009-06-21 Chong Yidong <cyd@stupidchicken.com>
3129
3130 * Branch for 23.1.
3131
31322009-06-12 Chong Yidong <cyd@stupidchicken.com>
3133
3134 * configure.in: Delete mac-fix-env target, which has been
3135 removed (Bug#3531).
3136
31372009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3138
1154d12e 3139 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
3140
31412009-05-05 Per Starbäck <per@starback.se> (tiny change)
3142
3143 * BUGS: Use new binding of view-emacs-problems.
3144
c7015153 31452009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
3146
3147 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
3148 for Solaris compatibility.
3149
31502009-04-25 Chong Yidong <cyd@stupidchicken.com>
3151
3152 * configure: Regenerate.
3153
3154 * configure.in: Disable use of FreeType without libXft.
3155
31562009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3157
3158 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
3159 Check if it is declared in gtk.h.
3160
31612009-04-12 Andreas Schwab <schwab@linux-m68k.org>
3162
3163 * Makefile.in (install-arch-indep): Remove .gitignore files.
3164
31652009-04-03 Kenichi Handa <handa@m17n.org>
3166
3167 * INSTALL: Make the section "Complex Text Layout support
3168 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
3169
31702009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
3171
3172 * configure.in (rs6000-ibm-aix6*): Fix typo.
3173
31742009-03-04 Glenn Morris <rgm@gnu.org>
3175
3176 * Makefile.in (INFO_FILES): Add auth.
3177
31782009-03-03 Glenn Morris <rgm@gnu.org>
3179
3180 * info/dir: Add Auth-source.
3181
31822009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3183
3184 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
3185 the second.
3186
31872009-02-28 Eli Zaretskii <eliz@gnu.org>
3188
3189 * config.bat: Copy .dbxinit to _dbxinit.
3190
3191 * make-dist (Making links to `info'): Remove .gitignore.
3192
31932009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3194
3195 * Makefile.in (lib-src, lisp): Use simpler rule.
3196 (src): Be more specific to avoid recompiling all the .elc files just
3197 because the bootstrap-emacs is missing.
3198
31992009-02-26 Chong Yidong <cyd@stupidchicken.com>
3200
3201 * configure.in: Require librsvg >= 2.11.
3202
32032009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3204
3205 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
3206 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
3207
32082009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3209
3210 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
3211
32122009-02-03 Glenn Morris <rgm@gnu.org>
3213
3214 * make-dist: Add some missing files, remove some that are no longer
3215 present.
3216
32172009-02-02 Glenn Morris <rgm@gnu.org>
3218
3219 * make-dist: Add some missing nextstep/ files.
3220
32212009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
3222
3223 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
3224
32252009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3226
3227 * configure.in: Add support for m68k-*-netbsd.
3228
32292009-01-14 Juri Linkov <juri@jurta.org>
3230
3231 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
3232
3233 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
3234 and bug-reference-mode.
3235
32362009-01-11 Juri Linkov <juri@jurta.org>
3237
3238 * INSTALL.CVS: Move configuration explicitly to the first step.
3239
32402009-01-09 Glenn Morris <rgm@gnu.org>
3241
3242 * .dir-locals.el: Don't set indent-tabs-mode.
3243
32442008-12-30 Kenichi Handa <handa@m17n.org>
3245
3246 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
3247 the function OTF_get_variation_glyphs.
3248
32492008-12-30 Jan Djärv <jan.h.d@swipnet.se>
3250
3251 * Makefile.in (install-arch-dep): Remove old directories in
3252 ns_app* before moving new directories there.
3253
32542008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
3255
3256 * .dir-locals.el: Remove non-working entry for pmail.
3257 (fill-column): Fix typo.
3258 (change-log-mode): Add fill column.
3259
32602008-12-26 Eli Zaretskii <eliz@gnu.org>
3261
3262 * config.bat: Produce _dir-locals.el from .dir-locals.el.
3263
32642008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
3265
3266 * make-dist (tempdir): Distribute .dir-locals.el.
3267
3268 * .dir-locals.el: New file.
3269
32702008-12-19 Eli Zaretskii <eliz@gnu.org>
3271
3272 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
3273 for rationale.
3274
32752008-12-13 Glenn Morris <rgm@gnu.org>
3276
3277 * Makefile.in (install-arch-indep): Add new man-pages.
3278 (manext): Remove variable.
3279 (MAN_PAGES): New variable.
3280 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
3281 and remove.
3282 (uninstall): Remove desktop file and icons, game scores if empty.
3283
32842008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
3285
3286 * config.guess, config.sub: Updated from master source.
3287
32882008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3289
3290 * Makefile.in (install-arch-indep): Install ebrowse.1.
3291
32922008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3293
3294 * configure.in: Add Solaris on x86_64.
3295
32962008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3297
3298 * config.guess, config.sub: Updated from master source.
3299
33002008-12-08 Eli Zaretskii <eliz@gnu.org>
3301
3302 * info/dir: Fix last change.
3303
33042008-12-07 Eli Zaretskii <eliz@gnu.org>
3305
3306 * info/dir: Untabify.
3307
33082008-11-28 Ulrich Mueller <ulm@gentoo.org>
3309
3310 * configure.in: Fix last change.
3311
33122008-11-28 Richard M Stallman <rms@gnu.org>
3313
3314 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
3315 New configurations.
3316
33172008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
3318
3319 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
3320 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
3321
33222008-11-15 Eli Zaretskii <eliz@gnu.org>
3323
3324 * Makefile.in (INFO_FILES): Remove ns-emacs.
3325
3326 * info/dir (NS-Emacs): Remove entry.
3327
33282008-11-08 Eli Zaretskii <eliz@gnu.org>
3329
3330 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
3331
33322008-11-07 Glenn Morris <rgm@gnu.org>
3333
3334 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
3335
33362008-10-31 Eli Zaretskii <eliz@gnu.org>
3337
3338 * config.bat: Tell user to expect one "File not found" message
3339 while the `doc' directory is being configured.
3340
33412008-10-30 Chong Yidong <cyd@stupidchicken.com>
3342
3343 * update-subdirs: Put obsolete directory last.
3344
33452008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
3346
3347 * configure.in: Check fontconfig always.
3348
33492008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3350
3351 * configure (*-solaris2.[7-9]*): Fix typo.
3352
33532008-10-24 Glenn Morris <rgm@gnu.org>
3354
3355 * configure.in (--without-sync-input, --with-pkg-config-prog):
3356 Help strings start with lower case.
3357 (--with-gnustep-conf): New option.
3358 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
3359
33602008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
3361
3362 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
3363 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
3364 is not found. (Bug#1230)
3365
33662008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3367
3368 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
3369 Use sol2-6.h for Solaris 7-9.
3370
33712008-10-18 Ulrich Mueller <ulm@gentoo.org>
3372
3373 * configure.in: Add support for GNU/Linux on SuperH.
3374
33752008-10-12 Andreas Schwab <schwab@suse.de>
3376
3377 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
3378
1a71cb28 33792008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
3380
3381 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
3382 "X") to avoid confusion.
3383
3384 * configure: Regenerate.
3385
33862008-09-07 Romain Francoise <romain@orebokech.com>
3387
3388 * make-dist: Distribute doc/man/ChangeLog.
3389
33902008-08-28 Chong Yidong <cyd@stupidchicken.com>
3391
3392 * configure.in: Disable XFT and Freetype when without X.
3393
3394 * configure: Regenerate.
3395
33962008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
3397
3398 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
3399
34002008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
3401
3402 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
3403 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
3404
3405 * configure: Regenerate.
3406
34072008-08-20 Eli Zaretskii <eliz@gnu.org>
3408
3409 * configure.in: Move "#define subprocesses" before
3410 config_opsysfile is included.
3411
34122008-08-19 Kenichi Handa <handa@m17n.org>
3413
3414 * INSTALL (Extra fonts): Mention local fonts, don't mention
3415 mule-unicode.
3416
34172008-08-16 Chong Yidong <cyd@stupidchicken.com>
3418
3419 * make-dist: Omit info/.arch-inventory.
3420
34212008-08-16 Jason Rumney <jasonr@gnu.org>
3422
3423 * make-dist (tempdir/nt): Link emacsclient.rc.
3424
34252008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3426
3427 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
3428 AC_SUBST it.
3429 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
3430 AC_SUBST it.
3431 (OTHER_FILES): Always define for HAVE_NS.
3432 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
3433 * configure: Regenerate.
3434
34352008-08-07 Andreas Schwab <schwab@suse.de>
3436
3437 * configure.in: Correctly handle
3438 --enable-cocoa-experimental-ctrl-g=no and
3439 --enable-ns-self-contained=yes.
3440
34412008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3442
3443 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
3444 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
3445 bother undef'ing since won't have desired effect.
3446
34472008-08-06 Andreas Schwab <schwab@suse.de>
3448
3449 * configure.in: Fix quoting.
3450
34512008-08-06 Chong Yidong <cyd@stupidchicken.com>
3452
3453 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
3454
34552008-08-05 Ulrich Mueller <ulm@gentoo.org>
3456
3457 * configure.in: Add checks for krb5_error.text and
3458 krb5_error.e_text struct members.
3459
34602008-08-04 Chong Yidong <cyd@stupidchicken.com>
3461
3462 * configure.in: Test for existence of NSInteger.
3463 Suggested by Yavor Doganov.
3464
34652008-08-02 Romain Francoise <romain@orebokech.com>
3466
3467 * Makefile.in (INFO_FILES): Add mairix-el.
3468
34692008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3470
3471 * make-dist:
3472 * README: Remove VMS support.
3473 * vms: Remove directory.
3474
34752008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3476
3477 * configure.in (MULTI_KBOARD): Remove.
3478
34792008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3480
3481 * configure.in (DO_BLOCK_INPUT): Remove, unused.
3482
34832008-07-29 Chong Yidong <cyd@stupidchicken.com>
3484
3485 * info/dir (File): Add mairix-el.
3486
34872008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3488
3489 Remove support for Mac Carbon.
3490 * mac: Remove directory.
3491 * make-dist:
3492 * configure.in:
3493 * README:
3494 * Makefile.in:
3495 * INSTALL: Remove code for Carbon.
3496 * configure: Regenerate.
3497
34982008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3499
3500 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
3501
35022008-07-25 Chong Yidong <cyd@stupidchicken.com>
3503
3504 * configure.in: Check for getrlimit.
3505
3506 * configure: Regenerate.
3507
35082008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
3509
3510 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
3511 in src/Makefile.in.
3512 (static): Remove, autoconf would always comment it out anyway.
3513 (subprocesses): Define unconditionally.
3514
35152008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
3516
3517 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
3518 compilation under GNUstep.
3519
35202008-07-18 Kenichi Handa <handa@m17n.org>
3521
3522 * INSTALL (Complex Text Layout support libraries): Delete the
3523 paragraph about --enable-font-backend.
3524
35252008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
3526
3527 * configure.in: Print out some info to user for NeXTstep builds.
3528 (ns-app): Remove enable option.
3529 (ns-self-contained): Add enable option.
3530 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
3531 GNUstep, use to set install prefixes, and substitute in Makefiles.
3532 * configure: Regenerate.
3533 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
3534 NS app bundle.
3535
35362008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3537
3538 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
3539
35402008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
3541
3542 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
3543 NS_IMPL_COCOA.
3544
35452008-07-16 Glenn Morris <rgm@gnu.org>
3546
3547 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
3548 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
3549 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
3550 never unset.
3551
3552 * make-dist: Add nextstep/ directories.
3553 (src, lib-src): Add .m files.
3554
35552008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3556
3557 * configure.in (freebsd, kfreebsd): Undo part of previous change.
3558 (USER_FULL_NAME): Remove, not used anymore.
3559 * configure: Regenerate.
3560
35612008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3562
3563 Changes and additions for NeXTstep windowing system (Cocoa and
3564 GNUstep) support.
3565
3566 * configure.in: Add support for NS window system: --with-ns (default
3567 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
3568 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
3569 disable font backend if window system is "none", not if !HAVE_X11.
3570 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
3571 (install-arch-dep): Add commands to assemble NS .app package.
3572
35732008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
3574
3575 * configure.in: Use macppc for Darwin. Remove references to
3576 desupported systems.
3577 * configure: Regenerate.
3578
35792008-07-05 Glenn Morris <rgm@gnu.org>
3580
3581 * make-dist (EMACS): Doc fix.
3582 (lisp): There are no *.dat or image files here any more.
3583 (src): There are no *.s files here any more.
3584 (etc/images, etc/images/*): Link to most regular files.
3585
35862008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3587
3588 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
3589
35902008-07-01 Glenn Morris <rgm@gnu.org>
3591
3592 * configure.in (cpp_undefs): Rename from `undefs', update uses.
3593 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
3594 and explicitly export there. (Bug#507.)
3595
35962008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3597
3598 * configure.in:
3599 * configure: Remove references to obsolete systems.
3600
36012008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3602
3603 * Makefile.in (Makefile): Use it for its timestamp value as well, and
3604 make it depend on all other */.in files.
3605 (src/Makefile, src/config.stamp, lib-src/Makefile)
3606 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
3607 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
3608 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
3609 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
3610
3611 * configure.in: Don't create src/config.stamp any more.
3612
36132008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3614
3615 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
3616
36172008-06-22 Glenn Morris <rgm@gnu.org>
3618
3619 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
3620
36212008-06-21 Romain Francoise <romain@orebokech.com>
3622
3623 * Makefile.in (INFO_FILES): Add sasl.
3624
36252008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3626
3627 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
3628 (bootstrap-build): Remove.
3629 (top_bootclean): New var.
3630 (top_distclean, bootstrap-clean): Use it.
3631 (bootstrap): Don't recheck config. Make normally.
3632
36332008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3634
3635 * Makefile.in (SUBDIR): Include `lisp'.
3636 (lisp): Depend on `src'.
3637 (top_distclean): Don't remove config.status.
3638 (bootstrap-clean): New target.
3639 (maintainer-clean): Use it.
3640 (bootstrap): Use bootstrap-clean. Re-run config.status.
3641 (src/bootstrap-emacs${EXEEXT}): New target.
3642 (bootstrap-build): Use it. Don't use bootstrap-prepare because
3643 src/Makefile now takes care of it.
3644 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
3645
36462008-06-15 Glenn Morris <rgm@gnu.org>
3647
3648 * info/dir: Add sasl.
3649
36502008-06-09 Alan Mackenzie <acm@muc.de>
3651
3652 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
3653
36542008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
3655
3656 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
3657
36582008-06-07 Glenn Morris <rgm@gnu.org>
3659
3660 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
3661 serve no purpose.
3662
36632008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3664
3665 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
3666 * configure: Regenerate.
3667
36682008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3669
3670 * update-subdirs: Don't touch subdirs.el if it is unchanged.
3671
36722008-05-14 Kenichi Handa <handa@m17n.org>
3673
3674 * configure: Regenerate.
3675
3676 * configure.in: Don't handle --disable-font-backend. Don't print
3677 a message about a font backend.
3678
36792008-05-09 Glenn Morris <rgm@gnu.org>
3680
3681 * configure.in: Make absence of makeinfo a fatal error only if the info
3682 files don't exist.
3683 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
3684
36852008-05-07 Eli Zaretskii <eliz@gnu.org>
3686
3687 * config.bat: Fix last change: don't use < and > in "rem" lines,
3688 they are interpreted as redirection by DOS shells.
3689
36902008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3691
3692 * configure.in: Check availability of AvailabilityMacros.h
3693 if HAVE_CARBON.
3694
3695 * configure: Regenerate.
3696
36972008-05-03 Glenn Morris <rgm@gnu.org>
3698
3699 * configure.in (x_libraries): Remove standard 64-bit directories -
3700 experimental workaround for minor autoconf bug.
3701
3702 * configure.in (--without-makeinfo): New option. If set,
3703 absence of suitable makeinfo is not a fatal error.
3704 * Makefile.in (MAKEINFO): New, set by configure.
3705 (install-arch-indep): Without makeinfo, ignore any missing manuals.
3706 (info-real): New target.
3707 (info): Without makeinfo, do nothing, else call `info-real'.
3708
37092008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3710
3711 * configure.in: Remove hpux10.20 from the desupported list.
3712
37132008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3714
3715 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
3716
37172008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3718
3719 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
3720 rather than change CPPFLAGS.
3721 (HAVE_GTK): Rename to USE_GTK.
3722
37232008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
3724
3725 * configure.in: Replace the obsolete macros AC_AIX and
3726 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
3727
37282008-04-05 Andreas Schwab <schwab@suse.de>
3729
3730 * configure.in: No longer create admin/unidata/Makefile.
3731
37322008-03-28 Andreas Schwab <schwab@suse.de>
3733
3734 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
3735 (lisp/Makefile): New rule.
3736
37372008-03-13 Glenn Morris <rgm@gnu.org>
3738
3739 * configure.in (AC_INIT): Fix version number.
3740 (sync-input): Reword the option, since it's on by default.
3741
37422008-03-11 Jan Djärv <jan.h.d@swipnet.se>
3743
3744 * configure.in: Add --enable-sync-input, default yes.
3745
37462008-03-11 Glenn Morris <rgm@gnu.org>
3747
3748 * Makefile.in (install-etc, mkdir): Handle directory
3749 etc/images/icons/hicolor/*/mimetypes/.
3750
3751 * make-dist: Handle icons/hicolor/scalable directory.
3752
37532008-03-05 Glenn Morris <rgm@gnu.org>
3754
3755 * configure.in: Enable font-backend by default.
3756 (USE_FONT_BACKEND): Set to "no" in absence of X.
3757 (PKG_CONFIG): Don't set multiple times, once is enough.
3758 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
3759
37602008-03-03 Glenn Morris <rgm@gnu.org>
3761
3762 * Makefile.in (iconsrcdir): New variable.
3763 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
3764 directory.
3765
37662008-02-29 Glenn Morris <rgm@gnu.org>
3767
3768 * test/: New directory.
3769
37702008-02-27 Jan Djärv <jan.h.d@swipnet.se>
3771
3772 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
3773
37742008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
3775
3776 * configure.in: Print an error for systems that we think are obsolete
3777 and are proposed to be removed. Remove some more unused systems.
3778 Add support for powerpc-ibm-aix6*.
3779
37802008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3781
3782 * configure.in: Remove references to obsolete variables and systems.
3783
37842008-02-21 Glenn Morris <rgm@gnu.org>
3785
3786 * Makefile.in (set_installuser): New.
3787 (install-arch-indep): Use set_installuser to avoid duplicate code.
3788
3789 * README.unicode: Split into admin/notes/unicode,font-backend and
3790 remove.
3791
37922008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
3793
3794 * configure.in (arm*-*-freebsd*): Add.
3795
37962008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
3797
3798 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
3799 dealing with obsolete variables.
3800
38012008-02-08 Glenn Morris <rgm@gnu.org>
3802
3803 * Makefile.in (check-info-dir): New target.
3804
38052008-02-08 Michael Olson <mwolson@gnu.org>
3806
3807 * Makefile.in (INFO_FILES): Add epa.
3808
3809 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
3810 features" section.
3811
38122008-02-06 Glenn Morris <rgm@gnu.org>
3813
3814 * configure.in (--with-gcc): Give an error saying this option has
3815 been removed.
3816 (--with-gtk): Remove this option.
3817
38182008-02-06 Tom Tromey <tromey@redhat.com>
3819
3820 * configure.in (--with-gcc): Remove.
3821 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
3822
38232008-02-05 Ulrich Mueller <ulm@gentoo.org>
3824
3825 * INSTALL: Recommend giflib, not libungif.
3826
38272008-02-05 Tom Tromey <tromey@redhat.com>
3828
3829 * configure.in (--with-dbus): Default to enabled.
3830
38312008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
3832
3833 * INSTALL (Complex Text Layout support libraries): New section.
3834
38352008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
3836
3837 * make-dist: Remove references to files in mac/ that have been
3838 deleted.
3839
38402008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3841
3842 * configure.in: For libotf and m17n-flt checks, set shell vars
3843 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
3844 pkg_check_m17n_flt, respectively, for the sake of the summary output.
3845 Reported by Ulrich Mueller.
3846
38472008-02-02 Eli Zaretskii <eliz@gnu.org>
3848
3849 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
3850 admin/unidata/Makefile.in to Makefile.
3851
38522008-02-02 Glenn Morris <rgm@gnu.org>
3853
3854 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
3855 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
3856 (HAVE_XFT): Add "Does Emacs use..." messages at end.
3857
38582008-02-01 Miles Bader <miles@gnu.org>
3859
3860 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
3861 [libotf], and [m17n-flt] options.
3862
38632008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3864
3865 * configure.in: Add EMACS_ARG_N([libotf]...), and
3866 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
3867 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
3868 CFLAGS, and LIBS in checking of m17n-flt.
3869
38702008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3871
3872 * configure.in: Check the availability of m17n-flt library.
3873
38742008-02-01 Kenichi Handa <handa@m17n.org>
3875
3876 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
3877 not available.
3878
38792008-02-01 Kenichi Handa <handa@m17n.org>
3880
3881 * configure.in: New args --enable-font-backend, --with-xft,
3882 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
3883 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
3884 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
3885 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
3886
38872008-02-01 Kenichi Handa <handa@m17n.org>
3888
3889 * make-dist: Include etc/charsets in tarball.
3890
38912008-02-01 Kenichi Handa <handa@m17n.org>
3892
3893 * configure.in: While running cpp on junk.c, include
3894 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
3895 exists.
3896
38972008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3898
3899 * configure.in (xtensa): Match more configurations.
3900
39012008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
3902
3903 * configure.in: Update comment.
3904
39052008-01-26 Glenn Morris <rgm@gnu.org>
3906
3907 * configure.in (--without-gcc): By default, neither off nor on.
3908 (--with-carbon): Tone down rhetoric in help text.
3909
39102008-01-25 Glenn Morris <rgm@gnu.org>
3911
3912 * configure.in: Correct usage of OPTION_DEFAULT_ON,
3913 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
3914 Default `Carbon' to off (it's unsupported).
3915
39162008-01-24 Glenn Morris <rgm@gnu.org>
3917
3918 * configure.in: Standardize dbus-related messages.
3919
39202008-01-23 Michael Olson <mwolson@gnu.org>
3921
3922 * configure.in (pkg-config-prog): Remove initial whitespace.
3923
39242008-01-23 Tom Tromey <tromey@redhat.com>
3925
3926 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
3927 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
3928 Update all users.
3929
39302008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
3931
3932 * config.guess, config.sub: Updated from master source.
3933
39342008-01-17 Andreas Schwab <schwab@suse.de>
3935
3936 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
3937
39382008-01-17 Glenn Morris <rgm@gnu.org>
3939
3940 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
3941
39422008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
3943
3944 * configure.in: Remove more references to unsupported systems.
3945
39462008-01-16 Sven Joachim <svenjoac@gmx.de>
3947
3948 * make-dist: Add --lzma.
3949
39502008-01-16 Glenn Morris <rgm@gnu.org>
3951
3952 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
3953 configure checks for this.
3954
39552008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
3956
3957 * configure.in: Remove more references to unsupported systems.
3958
39592008-01-06 Romain Francoise <romain@orebokech.com>
3960
3961 * configure.in: Delete extra semicolons.
3962
39632008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3964
3965 * configure.in: Remove references to unsupported systems.
3966
39672008-01-05 Romain Francoise <romain@orebokech.com>
3968
3969 * make-dist: Add --bzip2. Update copyright.
3970
39712008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3972
3973 * configure.in: Remove support for Masscomp.
3974
39752008-01-05 Glenn Morris <rgm@gnu.org>
3976
3977 * Makefile.in (desktopdir, icondir): New variables.
3978 (install-arch-indep): Also depend on `install-etc'.
3979 (install-etc): New target.
3980 (mkdir): Also create the `applications' and `icons' directories.
3981
39822008-01-04 Glenn Morris <rgm@gnu.org>
3983
3984 * make-dist: Update for new etc/images/icons/hicolor directory.
3985
39862007-12-09 Andreas Schwab <schwab@suse.de>
3987
3988 * configure.in: D-Bus is not enabled by default.
3989
39902007-12-06 Jan Djärv <jan.h.d@swipnet.se>
3991
3992 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
3993 change.
3994
39952007-12-04 Jan Djärv <jan.h.d@swipnet.se>
3996
3997 * configure.in: Give package name and version to AC_INIT.
3998
39992007-12-03 Magnus Henoch <mange@freemail.hu>
4000
4001 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
4002
40032007-12-03 Michael Albinus <michael.albinus@gmx.de>
4004
4005 * configure.in: No need for DBUS_INFO anymore.
4006
4007 * Makefile.in (INFO_FILES): Use dbus unconditionally.
4008
40092007-12-02 Michael Albinus <michael.albinus@gmx.de>
4010
4011 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
4012
4013 * Makefile.in (INFO_FILES): Add dbus.
4014
40152007-12-02 Romain Francoise <romain@orebokech.com>
4016
4017 * make-dist: Fix last change.
4018
40192007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
4020
4021 * configure.in: Add support for gnu-kfreebsd.
4022
40232007-11-28 Glenn Morris <rgm@gnu.org>
4024
4025 * make-dist: Add etc/nxml.
4026
40272007-11-24 Romain Francoise <romain@orebokech.com>
4028
4029 * Makefile.in (INFO_FILES): Add nxml-mode.
4030
40312007-11-23 Romain Francoise <romain@orebokech.com>
4032
4033 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
4034 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
4035
40362007-11-20 Andreas Schwab <schwab@suse.de>
4037
4038 * configure.in: Always include <resolv.h> when checking for res_init.
4039
40402007-11-17 Andreas Schwab <schwab@suse.de>
4041
4042 * update-subdirs: Atomically update subdirs.el.
4043
40442007-11-17 Glenn Morris <rgm@gnu.org>
4045
4046 * Makefile.in (check-declare): New target.
4047
40482007-11-07 Glenn Morris <rgm@gnu.org>
4049
4050 * configure.in: Deprecate Mac Carbon port.
4051
40522007-11-01 Jan Djärv <jan.h.d@swipnet.se>
4053
4054 * configure.in: Remove HAVE_X11R5 check.
4055
40562007-10-31 Glenn Morris <rgm@gnu.org>
4057
4058 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
4059 when changing ownership of installed files.
4060
40612007-10-30 Glenn Morris <rgm@gnu.org>
4062
4063 * make-dist: Add new directory etc/gnus.
4064
40652007-10-30 Michael Olson <mwolson@gnu.org>
4066
4067 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
4068
40692007-10-29 Glenn Morris <rgm@gnu.org>
4070
4071 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
4072
40732007-10-23 Glenn Morris <rgm@gnu.org>
4074
4075 * MAINTAINERS: Move to admin/.
4076
40772007-10-17 Chong Yidong <cyd@stupidchicken.com>
4078
4079 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
4080 (HAVE_LIBRESOLV): Also define if we are using res_init().
4081
40822007-10-17 Glenn Morris <rgm@gnu.org>
4083
4084 * FTP: Remove file, since it's just a duplicate of one in etc/.
4085
40862007-10-05 Eli Zaretskii <eliz@gnu.org>
4087
4088 * config.bat: Fix configuring `doc' due to changes in the
4089 directory structure.
4090
40912007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
4092
4093 * configure.in: Don't use -lpthread on HP-UX.
4094
40952007-09-16 Glenn Morris <rgm@gnu.org>
4096
4097 * make-dist: File gfdl.1 has been removed.
4098
40992007-09-15 Glenn Morris <rgm@gnu.org>
4100
4101 * configure.in: Fix makeinfo version regexp.
4102
41032007-09-12 Glenn Morris <rgm@gnu.org>
4104
4105 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
4106 implementation of alloca is not found.
4107
4108 * Makefile.in (SOURCES, unlock, relock): Delete.
4109 (install-arch-indep): Do not exclude the etc/ Makefiles.
4110
41112007-09-09 Juri Linkov <juri@jurta.org>
4112
4113 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
4114
4115 * README: Add doc/ to documentation directories.
4116
41172007-09-08 Michael Olson <mwolson@gnu.org>
4118
4119 * MAINTAINERS: Add myself for ERC and tq.el.
4120 Update for new doc/ directory layout.
4121
41222007-09-06 Romain Francoise <romain@orebokech.com>
4123
4124 * make-dist: Update for new doc/ directory layout.
4125
41262007-09-06 Glenn Morris <rgm@gnu.org>
4127
4128 * Makefile.in (mansrcdir): New variable.
4129 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
4130 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
4131 update these targets for new doc/ directory layout.
4132 (doc/misc/Makefile): New target.
4133 (install-arch-indep): Use mansrcdir for new location of manpages.
4134 (mostlyclean, clean, distclean, maintainer-clean, unlock)
4135 (relock, info, dvi): Update targets for new doc/ directory layout.
4136
4137 * configure.in (AC_OUTPUT): Update names of generated Makefiles
4138 for new doc/ directory layout.
4139
41402007-09-02 Andreas Schwab <schwab@suse.de>
4141
4142 * configure.in: Use AS_HELP_STRING throughout.
4143 * configure: Regenerate.
4144
41452007-09-02 Jan Djärv <jan.h.d@swipnet.se>
4146
4147 * configure.in: Require Gtk/Glib 2.6.
4148
41492007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4150
4151 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
4152 Use them throughout in place of AC_ARG_WITH calls.
4153 * configure: Regenerate.
4154
41552007-09-01 Andreas Schwab <schwab@suse.de>
4156
4157 * configure.in: Put quotes around nested macro calls.
4158
41592007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4160
4161 * configure.in: Fix typo.
4162 * configure: Regenerate.
4163
41642007-08-30 Glenn Morris <rgm@gnu.org>
4165
4166 * configure.in (AH_BOTTOM): Copy some manual changes made to
4167 src/config.in here so they are not lost when it regenerates.
4168
4169 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
4170
41712007-08-29 Károly Lőrentey <karoly@lorentey.hu>
4172
4173 * README.multi-tty: New file.
4174
41752007-08-29 Glenn Morris <rgm@gnu.org>
4176
4177 * README: Increase version to 23.0.50.
4178
41792007-08-29 Jan Djärv <jan.h.d@swipnet.se>
4180
4181 * configure.in: New option: --without-xaw3d.
4182
41832007-08-24 Glenn Morris <rgm@gnu.org>
4184
4185 * configure.in: Check for a suitably recent makeinfo.
4186
41872007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4188
4189 * configure.in (Check for required libraries): Typo.
4190
41912007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4192
4193 * configure.in: Check librsvg2 also for Mac Carbon.
4194
41952007-08-22 Romain Francoise <romain@orebokech.com>
4196
4197 * make-dist: Follow reorganization of files in etc/.
4198
41992007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4200
4201 * configure.in: Add support for SVG images through librsvg2.
4202
42032007-07-28 Eli Zaretskii <eliz@gnu.org>
4204
4205 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
4206 to avoid an error message if there is no DOC there.
4207
42082007-07-25 Glenn Morris <rgm@gnu.org>
4209
4210 * Relicense all FSF files to GPLv3 or later.
4211
4212 * COPYING, info/COPYING: Switch to GPLv3.
4213
42142007-06-20 Jan Djärv <jan.h.d@swipnet.se>
4215
4216 * configure.in: Complain if X seems to be installed but no
4217 development files were found.
4218
42192007-06-20 Glenn Morris <rgm@gnu.org>
4220
4221 * configure.in: Prefer libgif over libungif.
4222
42232007-06-14 Jan Djärv <jan.h.d@swipnet.se>
4224
4225 * configure.in: Check for all image libraries before exiting.
4226
42272007-06-13 Jan Djärv <jan.h.d@swipnet.se>
4228
4229 * configure.in: Exit with error if image libraries aren't found.
4230
42312007-06-13 Chong Yidong <cyd@stupidchicken.com>
4232
4233 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
4234 when compiling without scrollbars.
4235
42362007-06-12 Glenn Morris <rgm@gnu.org>
4237
4238 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
4239
42402007-06-11 Jan Djärv <jan.h.d@swipnet.se>
4241
4242 * configure.in: Change wording about yes/gtk and lucid/athena
4243 being synonyms.
4244
42452007-06-08 Glenn Morris <rgm@gnu.org>
4246
4247 * configure.in: Make gtk the default toolkit.
4248
42492007-06-07 Glenn Morris <rgm@gnu.org>
4250
4251 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
4252 for a Sun C compiler.
4253
4254 * Makefile.in (install-arch-indep): Install only the DOC- file
4255 specific to the build, if possible, rather than DOC-*.
4256
42572007-06-02 Chong Yidong <cyd@stupidchicken.com>
4258
4259 * Version 22.1 released.
4260
42612007-05-25 Chong Yidong <cyd@stupidchicken.com>
4262
4263 * mkinstalldirs: Sync to version in automake CVS.
4264
42652007-05-22 Andreas Schwab <schwab@suse.de>
4266
4267 * configure.in: Prefer build_alias over host when host_alias is not set.
4268 * configure: Regenerate.
4269
42702007-05-20 Andreas Schwab <schwab@suse.de>
4271
4272 * configure.in: Remove empty AC_SUBST.
4273 * configure: Regenerate.
4274
42752007-05-20 Nick Roberts <nickrob@snap.net.nz>
4276
4277 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
4278 it like others.
4279 * configure: Regenerate.
4280
42812007-05-20 Nick Roberts <nickrob@snap.net.nz>
4282
4283 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
4284 (AC_CHECK_LIB): Add -lgpm.
4285 * configure: Regenerate.
4286
42872007-05-03 Glenn Morris <rgm@gnu.org>
4288
4289 * configure: Tweak message about the absence of shell functions.
4290
42912007-04-27 Andreas Schwab <schwab@suse.de>
4292
4293 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
4294
42952007-04-26 Glenn Morris <rgm@gnu.org>
4296
4297 * README: Increase version to 22.1.50.
4298
42992007-04-24 Juanma Barranquero <lekktu@gmail.com>
4300
4301 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
4302
43032007-04-19 Glenn Morris <rgm@gnu.org>
4304
4305 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
4306
43072007-04-18 Glenn Morris <rgm@gnu.org>
4308
4309 * INSTALL: Mention CPP.
4310
43112007-04-15 Glenn Morris <rgm@gnu.org>
4312
4313 * FTP: Replace with a pointer to the web version.
4314
43152007-04-13 Glenn Morris <rgm@gnu.org>
4316
4317 * INSTALL: In lib-src, timer, wakeup, yow are removed.
4318
43192007-04-04 Glenn Morris <rgm@gnu.org>
4320
4321 * configure.in (NON_GNU_CPP): Use associated preprocessor when
4322 compiling with Sun Studio on Solaris.
4323
43242007-03-23 Glenn Morris <rgm@gnu.org>
4325
4326 * configure.in: Restore support for hp800 (removed 2007-01-27)
4327 following clarification of legal status.
4328
43292007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
4330
4331 * configure.in: Add support for AIX4.3 on IBM RS6000.
4332
4333 * configure: Regenerate.
4334
43352007-03-20 Richard Stallman <rms@gnu.org>
4336
4337 * configure.in: Fix previous change.
4338
43392007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
4340
4341 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
4342 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
4343 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
4344
43452007-03-19 Chong Yidong <cyd@stupidchicken.com>
4346
4347 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
4348 user specifies "without".
4349
4350 * configure: Regenerate.
4351
43522007-03-18 Jan Djärv <jan.h.d@swipnet.se>
4353
4354 * configure.in: Warning for Gtk+ and Cygwin added.
4355 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
4356
43572007-02-27 Glenn Morris <rgm@gnu.org>
4358
4359 * make-dist (oldXMenu): Remove Imakefile.
4360 (etc/images): Add README.
4361
43622007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4363
4364 * configure.in (xtensa-*-linux-gnu*): New configuration.
4365
4366 * configure: Regenerate.
4367
43682007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
4369
4370 * config.guess, config.sub: Updated from master source.
4371
43722007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4373
4374 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
4375
43762007-01-29 Chong Yidong <cyd@stupidchicken.com>
4377
4378 * configure.in: Restore support for hp800's not running HP-UX.
4379
4380 * configure: Regenerate.
4381
43822007-01-27 Chong Yidong <cyd@stupidchicken.com>
4383
4384 * configure.in: Remove support for hp800 and sr2k machine types.
4385
4386 * configure: Regenerate.
4387
43882007-01-26 Jan Djärv <jan.h.d@swipnet.se>
4389
4390 * configure.in: Add check for libXft.
4391
43922007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4393
4394 * INSTALL: Info files moved to share/info.
4395
43962007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
4397
4398 * configure.in: Detect and use fink-installed in intel-based Mac
4399 builds; change Apple Darwin section to support both PowerPC and
4400 Intel-based Macs.
4401
44022006-12-26 Andreas Schwab <schwab@suse.de>
4403
4404 * Makefile.in (datarootdir): Define.
4405
44062006-12-24 Richard Stallman <rms@gnu.org>
4407
4408 * configure.in: Require Autoconf 2.61.
4409
44102006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
4411
4412 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
4413 Remove redundant entry for powerpc-apple-netbsd.
4414
4415 * configure: Regenerate.
4416
44172006-12-22 Chong Yidong <cyd@stupidchicken.com>
4418
4419 * configure: Regenerate with autoconf 2.61.
4420
44212006-12-20 Jan Djärv <jan.h.d@swipnet.se>
4422
4423 * configure.in: Detect alsa/asoundlib.h also.
4424 * configure: Regenerate.
4425
44262006-12-19 Jan Djärv <jan.h.d@swipnet.se>
4427
4428 * configure.in: Check if GTK+ compiles at all.
4429
44302006-12-10 Andreas Schwab <schwab@suse.de>
4431
4432 * configure.in: Remove check for struct timezone, its result is
4433 never used.
4434
44352006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
4436
4437 * configure.in: Add support for Solaris 10 on x86-64.
4438
44392006-12-08 Jan Djärv <jan.h.d@swipnet.se>
4440
4441 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
4442 of PKG_CONFIG_PATH.
4443
44442006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4445
4446 * configure.in (HAVE_SYNC): New test.
4447
44482006-12-03 Glenn Morris <rgm@gnu.org>
4449
4450 * Makefile.in: Fix Copyright format.
4451
4452 * configure.in (AH_TOP): Add missing Copyright year.
4453
4454 * update-subdirs: Add missing Copyright years.
4455
44562006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
4457
4458 * Makefile.in: Touch only the parts of the share/emacs directory
4459 specific to this version.
4460
44612006-11-26 Chong Yidong <cyd@stupidchicken.com>
4462
4463 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
4464
44652006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4466
4467 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
4468
44692006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4470
4471 * configure.in: Prefer X11 to Carbon only when some X-specific
4472 option is specified (Thanks to Jan Djärv and Andreas Schwab).
4473
44742006-11-04 Romain Francoise <romain@orebokech.com>
4475
4476 * Makefile.in (bootstrap-clean-before): Fix typo.
4477 Use new target `bootstrap-clean' in the leim subdirectory.
4478
44792006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4480
4481 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
4482
44832006-10-30 Chong Yidong <cyd@stupidchicken.com>
4484
4485 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
4486 directories.
4487
44882006-10-29 Jeramey Crawford <jeramey@jeramey.com>
4489
4490 * configure.in: Enable x86-64 OpenBSD compilation.
4491
44922006-10-28 Glenn Morris <rgm@gnu.org>
4493
4494 * AUTHORS: Add cal-html.el author.
4495
44962006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4497
4498 * make-dist: Make links to mac/make-package and
4499 mac/Emacs.app/Contents/Resources/Emacs.icns.
4500
45012006-10-27 Chong Yidong <cyd@stupidchicken.com>
4502
4503 * README: Bump version number to 22.0.90.
4504
45052006-10-23 Andreas Schwab <schwab@suse.de>
4506
4507 * configure.in: Make sure x_default_search_path is always set even
4508 when x_libraries is empty, and look in .../share as well for each
4509 library directory.
4510
45112006-09-28 Kenichi Handa <handa@m17n.org>
4512
4513 * configure.in (locallisppath): Don't include leim dir.
4514 (lisppath): Include leim dir.
4515
45162006-09-15 Jay Belanger <belanger@truman.edu>
4517
4518 * COPYING: Replace "Library Public License" by "Lesser Public
4519 License" throughout.
4520
45212006-09-11 Paul Eggert <eggert@cs.ucla.edu>
4522
4523 * make-dist (EMACS): Exit and fail if the EMACS environment
4524 variable is set to something other than an absolute file name.
4525
45262006-08-16 Andreas Schwab <schwab@suse.de>
4527
4528 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
4529 of hardcoding it.
4530
45312006-08-16 Richard Stallman <rms@gnu.org>
4532
4533 * INSTALL.CVS: Clean up wording.
4534
45352006-07-14 Eli Zaretskii <eliz@gnu.org>
4536
4537 * configure.in (PKG_CHECK_MODULES): Redirect the output of
4538 $PKG_CONFIG --exists "$2" to config.log.
4539 * configure: Regenerate.
4540
1a71cb28 45412006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
4542
4543 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
4544
45452006-07-09 Kim F. Storm <storm@cua.dk>
4546
4547 * CONTRIBUTE: Use outline format.
4548 Add section on copyright years (from admin/notes/years).
4549
45502006-07-08 Eli Zaretskii <eliz@gnu.org>
4551
4552 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
4553 to /dev/null, since we don't need the error message, just the
4554 exit status.
4555
45562006-07-07 Eli Zaretskii <eliz@gnu.org>
4557
4558 * CONTRIBUTE: Slight formatting changes and typo fixes.
4559 Add description of NEWS markings.
4560
45612006-07-07 Kim F. Storm <storm@cua.dk>
4562
4563 * CONTRIBUTE: Mention INSTALL.CVS.
4564
45652006-07-05 Romain Francoise <romain@orebokech.com>
4566
4567 * make-dist (top-level): Add CONTRIBUTE.
4568
45692006-07-04 Richard Stallman <rms@gnu.org>
4570
4571 * CONTRIBUTE: Much rewrite.
4572
45732006-07-04 Nick Roberts <nickrob@snap.net.nz>
4574
4575 * CONTRIBUTE: New file.
4576
45772006-06-24 Eli Zaretskii <eliz@gnu.org>
4578
4579 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
4580
45812006-05-18 Jan Djärv <jan.h.d@swipnet.se>
4582
4583 * configure.in: Add check for ALSA.
4584
45852006-05-06 Eli Zaretskii <eliz@gnu.org>
4586
4587 * Makefile.in (INFO_FILES): Remove emacs-xtra.
4588
4589 * info/dir: Remove the Emacs-Xtra entry.
4590
45912006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
4592
4593 Update copyright year(s) in many files.
4594
45952006-04-01 Eli Zaretskii <eliz@gnu.org>
4596
4597 * configure: Regenerated.
4598
45992006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4600
4601 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
4602 --without-toolkit-scroll-bars was specified.
4603
46042006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
4605
4606 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
4607 to CFLAGS. Update Copyright years written to src/config.in.
4608
46092006-03-18 Claudio Fontana <claudio@gnu.org>
4610
4611 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
4612 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
4613 to be installed/uninstalled.
4614 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
4615 to Info files installed by Emacs.
4616
46172006-03-03 Claudio Fontana <claudio@gnu.org>
4618
4619 * Makefile.in (install, uninstall): Add DESTDIR variable to
4620 support staged installations.
4621
46222006-02-14 Richard M. Stallman <rms@gnu.org>
4623
4624 * configure.in (s390x-*-linux-gnu*): New configuration.
4625
46262006-01-31 Jan Djärv <jan.h.d@swipnet.se>
4627
4628 * configure.in: Require GTK 2.4 or newer.
4629
46302006-01-29 Michael Olson <mwolson@gnu.org>
4631
4632 * Makefile.in (install-arch-indep, uninstall): Add ERC.
4633 * info/dir (ERC): New entry.
4634
46352006-01-29 Eli Zaretskii <eliz@gnu.org>
4636
4637 * info/dir: Fix last change.
4638
46392006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4640
4641 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
4642
46432006-01-27 Eli Zaretskii <eliz@gnu.org>
4644
4645 * info/dir: Untabify the whole file.
4646 (Rcirc): New entry.
4647
46482006-01-12 Andreas Schwab <schwab@suse.de>
4649
4650 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
4651 check.
4652
46532006-01-02 Chong Yidong <cyd@stupidchicken.com>
4654
4655 * configure.in: Use -Wno-pointer-sign if available.
4656
46572005-12-29 Andreas Schwab <schwab@suse.de>
4658
4659 * config.guess, config.sub: Updated from master source.
4660
46612005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4662
4663 * configure.in: Use amdx86-64 for freebsd on x86_64.
4664
46652005-11-22 Romain Francoise <romain@orebokech.com>
4666
4667 * make-dist: Add etc/images/icons.
4668
46692005-11-03 Andreas Schwab <schwab@suse.de>
4670
4671 * configure.in: Use GZIP_PROG instead of GZIP.
4672
4673 * Makefile.in (GZIP_PROG): Renamed from GZIP.
4674 (install-arch-indep): Adjust.
4675
46762005-11-01 Andreas Schwab <schwab@suse.de>
4677
4678 * Makefile.in (bootstrap): Fix dependencies for parallel build.
4679 (bootfast): Likewise.
4680
46812005-11-01 Romain Francoise <romain@orebokech.com>
4682
4683 * configure.in: Check for gzip.
4684
4685 * Makefile.in (install): Compress source files.
4686
46872005-10-24 Steven Tamm <steventamm@mac.com>
4688
4689 * configure.in: Fix darwin386 configuration issue.
4690
46912005-10-22 Eli Zaretskii <eliz@gnu.org>
4692
4693 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
4694
46952005-10-17 Bill Wohler <wohler@newt.com>
4696
4697 * make-dist: Create and populate etc/images/low-color.
4698
46992005-10-15 Bill Wohler <wohler@newt.com>
4700
4701 * make-dist: Create and populate etc/images/gud.
4702
47032005-10-08 Richard M. Stallman <rms@gnu.org>
4704
4705 * make-dist (tempparent): Don't check for 14-char file name limit.
4706
47072005-10-07 Romain Francoise <romain@orebokech.com>
4708
4709 * make-dist: Add etc/images/ezimage and etc/images/mail
4710 directories. Install images in etc/images.
4711
47122005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4713
4714 * configure.in: Prefer Carbon if --enable-carbon-app or
4715 --with-carbon is explicitly specified even when X11 is detected.
4716
47172005-09-15 Ulf Jasper <ulf.jasper@web.de>
4718
4719 * Makefile.in (install-arch-indep, uninstall):
4720 Handle newsticker manual.
4721 (info): Add - to commands.
4722
47232005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
4724
4725 Remove the MAXPATHLEN limitations:
4726
4727 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
4728
47292005-09-09 Eli Zaretskii <eliz@gnu.org>
4730
4731 * configure.in <lynxsos*>: Support for LynxOS on PPC.
4732 * configure: Regenerate.
4733
47342005-09-05 Paul Eggert <eggert@cs.ucla.edu>
4735
4736 * config.guess, config.sub: Updated from master source.
4737
47382005-08-03 Juanma Barranquero <lekktu@gmail.com>
4739
4740 * .cvsignore: Add `lock'.
4741
47422005-07-28 Juanma Barranquero <lekktu@gmail.com>
4743
4744 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
4745
47462005-07-26 Paul Eggert <eggert@cs.ucla.edu>
4747
4748 Merge gnulib getopt implementation into Emacs.
4749
4750 * Makefile.in (AUTOCONF_INPUTS): New macro.
4751 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
4752 so that these files also depend on m4/getopt.m4.
4753 * configure.in: Configure getopt by including m4/getopt.m4,
4754 and configuring a getopt replacement if necessary.
4755 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
4756 * m4/getopt.m4: New file.
4757
47582005-07-06 Lute Kamstra <lute@gnu.org>
4759
4760 * configure.in: Fix capitalization.
4761
47622005-07-04 Lute Kamstra <lute@gnu.org>
4763
4764 Update FSF's address in GPL notices.
4765
47662005-06-19 Jérôme Marant <jerome@marant.org>
4767
4768 * Makefile.in (epaths-force): Protect both lisppath and
4769 buildlisppath from whitespace.
4770
47712005-06-08 Steven Tamm <steventamm@mac.com>
4772
4773 * configure.in: Support Darwin/MacOSX on Intel
4774
47752005-06-06 Jan Djärv <jan.h.d@swipnet.se>
4776
4777 * configure.in (HAVE_CANCELMENUTRACKING): New test.
4778
1a71cb28 47792005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
4780
4781 * configure.in: Add --enable-locallisppath.
4782
47832005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4784
4785 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
4786 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
4787 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
4788
47892005-05-07 Jérôme Marant <jerome@marant.org>
4790
4791 * make-dist: Remove references to makefile.nt and makefile.def.
4792 Include widgets and images subdirectories of etc. Do not exclude
4793 ldefs-boot.el.
4794
47952005-04-23 Andreas Schwab <schwab@suse.de>
4796
4797 * configure.in: Remove duplicate match for powerpc configuration.
4798
47992005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
4800
4801 * configure.in: Check for <pwd.h>.
4802
48032005-04-14 Lute Kamstra <lute@gnu.org>
4804
4805 * make-dist: Distribute all ChangeLog files in lisp/.
4806 Don't distribute ldefs-boot.el.
4807 lisp/makefile.nt no longer exists.
4808
48092005-04-13 Lute Kamstra <lute@gnu.org>
4810
4811 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
4812 for "no-byte-compile: t" in the file instead.
4813
48142005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4815
4816 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
4817 shadow the main Lesstif/Motif-2.1 libs and includes.
4818
48192005-03-10 Jan Djärv <jan.h.d@swipnet.se>
4820
4821 * configure.in: Only add XASSERTS to cppflags.
4822
48232005-03-04 Jan Djärv <jan.h.d@swipnet.se>
4824
4825 * configure.in: Added --enable-asserts.
4826
48272005-02-09 Kim F. Storm <storm@cua.dk>
4828
4829 Change release version from 21.4 to 22.1 throughout.
4830 Change development version from 21.3.50 to 22.0.50.
4831
48322005-01-19 Steven Tamm <steventamm@mac.com>
4833
4834 * configure.in: Check for <sys/utsname.h>.
4835
48362004-12-11 Kim F. Storm <storm@cua.dk>
4837
4838 * Makefile.in (info): Undo 2004-12-05 change.
4839
48402004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4841
4842 * info/dir (File): Add URL and Org Mode manuals.
4843 * Makefile.in (install-arch-indep, uninstall): Add url and org
4844 manuals.
4845
48462004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4847
4848 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
4849 committed to src/config.in.
4850
48512004-12-07 Jan Djärv <jan.h.d@swipnet.se>
4852
4853 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
4854 pthreads and define HAVE_GTK_AND_PTHREAD.
4855
48562004-12-05 Richard M. Stallman <rms@gnu.org>
4857
4858 * Makefile.in (info): Ignore errors building info files.
4859
48602004-11-27 Eli Zaretskii <eliz@gnu.org>
4861
4862 * config.bat: If 8-byte alignment is not supported, define
4863 NO_DECL_ALIGN in src/config.h, instead of trivially defining
4864 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
4865 filter through Sed to remove the quotes.
4866
48672004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4868
4869 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
4870 not apply to files explicitly `cvs add'ed.
4871
48722004-11-12 Eli Zaretskii <eliz@gnu.org>
4873
4874 * config.bat: Don't require djecho.exe for the v1.x build.
4875 Add a test for DECL_ALIGN support, and add a trivial definition to
4876 src/config.h if 8-byte alignment is not supported.
4877
48782004-11-08 Kim F. Storm <storm@cua.dk>
4879
4880 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
4881 files before building.
4882 (bootfast, bootstrap-clean-before-fast): New targets, like
4883 bootstrap but don't remove .elc files.
4884
48852004-11-06 Lars Brinkhoff <lars@nocrew.org>
4886
4887 * configure.in: Add check for getrusage.
4888
48892004-11-02 Jan Djärv <jan.h.d@swipnet.se>
4890
4891 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
4892 New tests for new and old GTK file dialogs.
4893 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
4894 to no.
4895
48962004-10-20 Jan Djärv <jan.h.d@swipnet.se>
4897
4898 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
4899 can be set. Remove SETARCH test.
4900
49012004-10-08 Steven Tamm <steventamm@mac.com>
4902
4903 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
4904
49052004-10-06 Jan Djärv <jan.h.d@swipnet.se>
4906
4907 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
4908 AC_MSG_WARN. Move output of warning message to end of configure run.
4909
49102004-10-05 Jan Djärv <jan.h.d@swipnet.se>
4911
4912 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
4913 Run test to see if heap start address is random.
4914
49152004-09-29 Miles Bader <miles@gnu.org>
4916
4917 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
4918 if setarch is present.
4919
49202004-09-25 Jan Djärv <jan.h.d@swipnet.se>
4921
4922 * configure.in (HAVE_EXECSHIELD): Only define on x86.
4923
49242004-09-24 Jan Djärv <jan.h.d@swipnet.se>
4925
4926 * configure.in: Check for exec-shield.
4927
1a71cb28
GM
49282004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
4929
4930 * Makefile.in (install-arch-indep): Add pgg and sieve.
4931
4932 * info/.cvsignore: Added pgg and sieve.
4933
067d23c9
KY
49342004-08-06 Andreas Schwab <schwab@suse.de>
4935
4936 * Makefile.in (install-arch-indep, uninstall): Add flymake.
4937
49382004-07-31 Eli Zaretskii <eliz@gnu.org>
4939
4940 * config.bat: Update URLs in the comments.
4941
067d23c9
KY
49422004-07-05 Andreas Schwab <schwab@suse.de>
4943
4944 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
4945
49462004-06-21 Kenichi Handa <handa@m17n.org>
4947
4948 * make-dist: Link leim-ext.el into tempdir.
4949
49502004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4951
4952 * info/dir (File): Add emacs-xtra.
4953 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
4954
49552004-06-12 Juri Linkov <juri@jurta.org>
4956
4957 * info/dir: Move menu help lines from `* Menu:' to file header.
4958 Describe the purpose of a red *.
4959
49602004-05-04 Dave Love <fx@gnu.org>
4961
4962 * configure.in: Don't use `extrasub'.
4963
49642004-04-29 Dave Love <fx@gnu.org>
4965
4966 * configure.in: Don't forget to quote args to `test'.
4967
49682004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
4969
4970 * autogen.sh: Update filename in "please read" message.
4971
49722004-04-17 Richard M. Stallman <rms@gnu.org>
4973
4974 * INSTALL: Move the info about site-lisp dirs,
4975 and say uninstalled Emacs looks there too.
4976
49772004-04-04 Eli Zaretskii <eliz@gnu.org>
4978
4979 * config.bat (lib-src): Recognize comment lines in Makefile.in
4980 that have a TAB after the #, to avoid errors in preprocessing with
4981 GCC 3.3.3.
4982
49832004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4984
4985 * Makefile.in: Mention in comment that `make maintainer-clean'
4986 deletes .elc files.
4987
49882004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4989
4990 * update-subdirs: Add local variables to prevent byte-compiling.
4991
49922004-03-21 Dave Love <fx@gnu.org>
4993
4994 * configure.in: Fix previous change.
4995
49962004-03-18 Dave Love <fx@gnu.org>
4997
4998 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
4999
50002004-03-15 Luc Teirlinck <teirllm@auburn.edu>
5001
5002 * info/dir (File): Add SMTP and SES.
5003
50042004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5005
5006 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
5007 (bootstrap): Use the new bootstrap-prepare target in lisp.
5008
50092004-02-18 Kim F. Storm <storm@cua.dk>
5010
5011 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
5012
50132004-02-16 Eli Zaretskii <eliz@gnu.org>
5014
5015 * make-dist: Don't link index.*perm and permute-index into tempdir.
5016
50172004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5018
5019 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
5020 to match previous changes by Eli Zaretskii.
5021
50222004-02-09 Luc Teirlinck <teirllm@auburn.edu>
5023
5024 * Makefile.in: Set CDPATH to an empty string.
5025
50262004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5027
5028 * configure.in <darwin>: Use fink packages if available.
5029
50302004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
5031
5032 * make-dist (lispref): Do include lispref/index.texi.
5033
50342004-01-06 Eric Hanchrow <offby1@blarg.net>
5035
5036 * make-dist (tempdir): Include cursors in nt/icons.
5037
50382003-12-30 Eli Zaretskii <eliz@gnu.org>
5039
5040 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
5041 clashes with install-sh on 8+3 filesystems.
5042
1a71cb28 50432003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
5044
5045 * .cvsignore: Add .arch-inventory.
5046
50472003-12-24 Andreas Schwab <schwab@suse.de>
5048
5049 * configure.in: Check for <sys/socket.h>. Include it before
5050 including <net/if.h>. Move check for <net/if.h> before its use.
5051
50522003-12-24 Jan Djärv <jan.h.d@swipnet.se>
5053
5054 * Makefile.in (install-arch-dep): Don't let cd output go into
5055 pipe for carbon_appdir.
5056
50572003-12-24 Andreas Schwab <schwab@suse.de>
5058
5059 * configure.in (PKG_CHECK_MODULES): Fix quoting.
5060
50612003-12-01 Andreas Schwab <schwab@suse.de>
5062
5063 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
5064 hardcoding gcc.
5065
50662003-11-16 Jan Djärv <jan.h.d@swipnet.se>
5067
5068 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
5069 multiple displays.
5070 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
5071
50722003-09-23 Dave Love <fx@gnu.org>
5073
5074 * configure.in: Check members of struct ifreq.
5075
50762003-09-14 Kim F. Storm <storm@cua.dk>
5077
5078 * configure.in: Add checks for sys/ioctl.h and net/if.h.
5079
50802003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
5081
5082 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
5083
50842003-08-18 Lute Kamstra <lute@gnu.org>
5085
5086 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
5087 required anymore.
5088
50892003-08-07 Andrew Choi <akochoi@shaw.ca>
5090
5091 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
5092 option instead of -traditional-cpp for CPP.
5093
50942003-07-29 Richard M. Stallman <rms@gnu.org>
5095
5096 * configure.in (HAVE_XIM): Define if XIM is available.
5097
50982003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5099
5100 * configure.in: The function gtk_window_set_icon_from_file was
5101 introduced in GTK+ 2.2, so check for that release.
5102
51032003-07-23 Andreas Schwab <schwab@suse.de>
5104
5105 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
5106
5107 * Makefile.in (YACC): Remove, not used.
5108 (MAINT): Don't set.
5109 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
5110 disable dependency on ${srcdir}/configure.in when maintainer mode
5111 is disabled.
5112
51132003-07-22 Dave Love <fx@gnu.org>
5114
5115 * configure.in: Make XRegisterIMInstantiateCallback test depend on
5116 HAVE_X11, not with_xim.
5117 (HAVE_CRTIN): Provide template.
5118 <with_png>: Test for png.h and libpng/png.h.
5119
51202003-07-15 Andreas Schwab <schwab@suse.de>
5121
5122 * configure.in: Temporarily leave quoting for AC_DEFINE.
5123
51242003-07-13 Stefan Monnier <monnier@cs.yale.edu>
5125
5126 * configure.in: Check for posix_memalign.
5127
51282003-07-12 Richard M. Stallman <rms@gnu.org>
5129
5130 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
5131
51322003-07-09 Kim F. Storm <storm@cua.dk>
5133
5134 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
5135 functionality of --without-xim.
5136
51372003-06-29 Dave Love <fx@gnu.org>
5138
5139 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
5140
51412003-06-23 Dave Love <fx@gnu.org>
5142
5143 * configure.in: Check for sys/_mbstate_t.h.
5144 Test XRegisterIMInstantiateCallback prototype.
5145 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
5146
51472003-06-06 Dave Love <fx@gnu.org>
5148
5149 * configure.in: Check for locale.h.
5150
51512003-06-05 Dave Love <fx@gnu.org>
5152
5153 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
5154 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
5155 (NLIST_STRUCT): Don't define.
5156 (AH_BOTTOM): Define my_strftime.
5157
51582003-06-02 Richard M. Stallman <rms@gnu.org>
5159
5160 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
5161
51622003-05-24 Andreas Schwab <schwab@suse.de>
5163
5164 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
5165 bzero, and bcmp.
5166
51672003-05-22 Dave Love <fx@gnu.org>
5168
5169 * configure.in: Remove redundant test for term.h. Test for difftime.
5170
51712003-05-20 Dave Love <fx@gnu.org>
5172
5173 * configure.in: Append * to s390-*-linux-gnu case.
5174 (LIBMAIL) <lockfile>: Don't define.
5175
067d23c9
KY
51762003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5177
5178 * INSTALL (* GNU/Linux development packages): Mention Debian and
5179 RedHat package names.
5180
51812003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
5182
5183 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5184
51852003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5186
5187 * INSTALL (* GNU/Linux development packages): Tell people to
5188 install additional packages for compiling Emacs.
5189
1a71cb28
GM
51902003-04-30 Richard M. Stallman <rms@gnu.org>
5191
5192 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5193
51942003-04-28 Francesco Potortì <pot@gnu.org>
5195
5196 * configure.in: Undo last (RMS') change, as it is useless, per
5197 Dave Love.
5198
51992003-04-08 Richard M. Stallman <rms@gnu.org>
5200
5201 * configure.in: Put #include of jpeglib.h at start of line.
5202
067d23c9
KY
52032003-04-06 Francesco Potortì <pot@gnu.org>
5204
5205 * configure.in: Use the same configuration for all aix5, not just
5206 aix5.1.
5207
52082003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
5209
5210 * configure.in: Check for need for bigtoc support on IBM AIX for
5211 solving a linker table overflow problem.
5212
52132003-03-03 Rob Browning <rlb@defaultvalue.org>
5214
5215 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
5216 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
5217 over bzero, bcmp, and bcopy.
5218
52192003-02-23 Simon Josefsson <jas@extundo.com>
5220
5221 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
5222
52232003-02-21 Klaus Zeitler <kzeitler@lucent.com>
5224
5225 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
5226
52272003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
5228
5229 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
5230
52312003-02-08 Andreas Schwab <schwab@suse.de>
5232
5233 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
5234 instead of the substitution.
5235
52362003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5237
5238 * Makefile.in: Use @EXEEXT@ for Cygwin.
5239 Use USERNAME if LOGNAME is not set (for Cygwin).
5240
5241 * configure.in: Add opsys=cygwin.
5242
52432003-01-22 Andreas Schwab <schwab@suse.de>
5244
5245 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
5246 redefining it explicitly in src/config.in.
5247
52482003-01-22 Markus Rost <rost@math.ohio-state.edu>
5249
5250 * Makefile.in (bootstrap): Make bootstrap-after.
5251
52522003-01-20 Jan Djärv <jan.h.d@swipnet.se>
5253
5254 * configure.in: Fix --with-gtk.
5255
52562003-01-19 Jan Djärv <jan.h.d@swipnet.se>
5257
5258 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
5259
5260 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
5261
52622003-01-14 Francesco Potortì <pot@gnu.org>
5263
5264 * configure.in (m68k-motorola-sysv): Remove (obsolete).
5265
52662003-01-07 Steven Tamm <steventamm@mac.com>
5267
5268 * configure.in: New option, --enable-carbon-app, to specify
5269 that the application should be installed
5270 * Makefile.in (install-arch-dep): On Mac OS X, install the
5271 Emacs.app application if carbon-app is enabled
5272
52732003-01-06 Dave Love <fx@gnu.org>
5274
5275 * configure.in: Check for nl_langinfo.
5276 [!HAVE_SIZE_T]: Fix typedef.
5277
52782003-01-06 David Kastrup <dak@gnu.org>
5279
5280 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
5281
5282 * configure.in: Add tests for install-info.
5283
52842002-12-09 Markus Rost <rost@math.ohio-state.edu>
5285
5286 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
5287 use again sol2-6 instead of sol2-8.
5288
52892002-12-09 Dave Love <fx@gnu.org>
5290
5291 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
5292
52932002-12-08 Andreas Schwab <schwab@suse.de>
5294
5295 * Makefile.in (install-arch-indep): Revert last change.
5296
52972002-11-27 Dave Love <fx@gnu.org>
5298
5299 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
5300 Check for __sys_siglist too. Check for memset.
5301 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
5302
53032002-11-22 Juanma Barranquero <lektu@terra.es>
5304
5305 * config.guess, config.sub: Updated from master source.
5306
53072002-11-19 Karl Fogel <kfogel@red-bean.com>
5308
5309 * autogen.sh: New file.
5310
1a71cb28 53112002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
5312
5313 * configure.in: Tidy up various quoting issues throughout.
5314 Use AC_GNU_SOURCE.
5315 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
5316 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
5317 Maybe define bcopy, bzero, bcmp.
5318 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
5319 non-existent machine file).
5320 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
5321 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
5322 (nlist.h): Move test up.
5323
53242002-11-18 Markus Rost <rost@math.ohio-state.edu>
5325
5326 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
5327
53282002-11-14 Francesco Potortì <pot@gnu.org>
5329
5330 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
5331
53322002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5333
5334 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
5335
53362002-11-08 Dave Love <fx@gnu.org>
5337
5338 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
5339 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
5340
53412002-11-07 Miles Bader <miles@gnu.org>
5342
5343 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
5344 Handle separate-build-dir case.
5345
53462002-11-06 Richard M. Stallman <rms@gnu.org>
5347
5348 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
5349 bulletproof. $bar may be empty when there are no .elc files.
5350
53512002-10-30 Dave Love <fx@gnu.org>
5352
5353 * configure.in: Require autoconf 2.53. Test for pty.h,
5354 sys/mman.h, sys/param.h, mremap, memmove.
5355 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
5356 (AC_PROG_YACC): Delete.
5357 (size_t): Use AC_CHECK_TYPES.
5358 (AH_TOP): Up-date copyright.
5359
53602002-10-01 Juanma Barranquero <lektu@terra.es>
5361
5362 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
5363
53642002-09-19 Richard M. Stallman <rms@gnu.org>
5365
5366 * configure.in: Fix the LessTif-directory-finder for real.
5367
53682002-09-14 Richard M. Stallman <rms@gnu.org>
5369
5370 * Makefile.in (maybe_bootstrap): Test for complete absence
5371 of compiled Lisp files.
5372
53732002-09-11 Stefan Monnier <monnier@cs.yale.edu>
5374
5375 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
5376 (bootstrap-clean-after): Delete.
5377 (bootstrap): Make the sequencing explicit.
5378
53792002-09-10 Richard M. Stallman <rms@gnu.org>
5380
5381 * configure.in: Fix previous LessTif change.
5382
53832002-09-09 Richard M. Stallman <rms@gnu.org>
5384
5385 * configure.in (powerpcle-*-solaris2.5*): New configuration.
5386 (powerpcle-*-solaris*): Use version 2.6 as default.
5387 (*-sunos5.6*, *-solaris2.6*): New alternative.
5388 (*-sunos5*): Use version 2.6 as default.
5389
53902002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5391
5392 * configure.in: Fix typo.
5393
53942002-09-05 Richard M. Stallman <rms@gnu.org>
5395
5396 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
5397
5398 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
5399 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
5400
54012002-08-26 Kim F. Storm <storm@cua.dk>
5402
5403 * Makefile.in (install-arch-indep): Do not remove DOC file
5404 when it is the only DOC file installed; this is the case when
5405 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
5406
54072002-07-24 Markus Rost <rost@math.ohio-state.edu>
5408
5409 * configure.in: Fix typo.
5410
54112002-07-24 Richard M. Stallman <rms@gnu.org>
5412
5413 * configure.in: Don't print anything special about gamedir.
5414
5415 * configure.in: Delete nonstandard --with-game-user option.
5416
54172002-07-21 Richard M. Stallman <rms@gnu.org>
5418
5419 * Makefile.in (gamedir, localstatedir): New variables.
5420 (epaths-force): Insert value of gamedir into PATH_GAME.
5421
5422 * configure.in (gamedir): Handle it like lispdir.
5423 (--with-game-dir option): Delete.
5424
54252002-06-21 Pavel Janík <Pavel@Janik.cz>
5426
5427 * configure.in: Add support for mipseb-*-netbsd* machines.
5428
54292002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5430
5431 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
5432
54332002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5434
5435 * info/dir (File): Add an entry for Tramp.
5436
54372002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5438
5439 * INSTALL-CVS: New file.
5440
54412002-06-07 Andreas Schwab <schwab@suse.de>
5442
5443 * configure.in (x86_64-*-linux-gnu*): New system.
5444
54452002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
5446
5447 * config.bat: Handle the case when lispintro is truncated to lispintr.
5448
54492002-05-26 Paul Eggert <eggert@twinsun.com>
5450
5451 * config.guess, config.sub: Updated from master source.
5452
54532002-05-09 Richard M. Stallman <rms@gnu.org>
5454
5455 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
5456
54572002-05-04 Pavel Janík <Pavel@Janik.cz>
5458
5459 * make-dist: Do not distribute lock/ directory.
5460
54612002-04-30 Andrew Choi <akochoi@shaw.ca>
5462
5463 * configure.in: Provide documentation string when defining
5464 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
5465 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
5466
1a71cb28 54672002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
5468
5469 * configure.in: Delete configure check for access to the game user.
5470
54712002-04-29 Pavel Janík <Pavel@Janik.cz>
5472
5473 * make-dist: lwlib/Imakefile is removed.
5474
54752002-04-26 Andrew Choi <akochoi@shaw.ca>
5476
5477 * configure.in: Add support for powerpc-apple-darwin*.
5478 (HAVE_CARBON): Add.
5479
5480 * make-dist: Create directories in mac/Emacs.app.
5481
54822002-04-25 Pavel Janík <Pavel@Janik.cz>
5483
5484 * make-dist: lwlib-Xol* are removed.
5485
54862002-04-23 Andreas Schwab <schwab@suse.de>
5487
5488 * Makefile.in (MAINT): New variable.
5489 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
5490 instead of configure.in, to avoid running autoconf and autoheader
5491 unless explicitly requested.
5492
54932002-04-16 Eli Zaretskii <eliz@gnu.org>
5494
5495 * config.bat: Update for msdos/sed2v2.inp.
5496
54972002-04-15 Andreas Schwab <schwab@suse.de>
5498
5499 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
5500 * configure.in: Add config header templates to all AC_DEFINE and
5501 AC_DEFINE_UNQUOTED symbols.
5502 * make-dist: Run autoheader if necessary.
5503
55042002-04-10 Colin Walters <walters@verbum.org>
5505
5506 * configure.in: Add --game-dir, --game-user. Test to see if we
5507 can use them.
5508
55092002-04-08 Pavel Janík <Pavel@Janik.cz>
5510
5511 * configure.in: Add --with-sound.
5512
55132002-03-18 Kim F. Storm <storm@cua.dk>
5514
5515 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
5516 and getsockname functions. Test for sys/un.h include file.
5517
55182002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
5519
5520 * configure.in: Support AIX 5.1.
5521
55222002-03-10 Jan Djärv <jan.h.d@swipnet.se>
5523
5524 * configure.in: Added test for X Session Management (HAVE_X_SM).
5525
55262002-03-03 Richard M. Stallman <rms@gnu.org>
5527
5528 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
5529 Run chown $${LOGNAME} on files installed by tar xvf.
5530
55312002-03-03 Kim F. Storm <storm@cua.dk>
5532
5533 * configure.in: Test for getpeername.
5534
55352002-03-01 Richard M. Stallman <rms@gnu.org>
5536
5537 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
5538 (HAVE_GIF): Don't use old libungif versions that crash.
5539
55402002-02-26 Richard M. Stallman <rms@gnu.org>
5541
5542 * configure.in <making srcdir absolute>: Verify that PWD is correct,
5543 not just well-formed and valid.
5544 (mips-compaq-nonstopux*): New configuration.
5545
55462002-02-18 Paul Eggert <eggert@twinsun.com>
5547
5548 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
5549 "sed q" is a portable equivalent to plain "head -1".
5550
55512002-02-13 Richard M. Stallman <rms@gnu.org>
5552
5553 * Makefile.in (maybe_bootstrap): Do `exit 1'.
5554 (all): Don't depend on maybe_bootstrap here.
5555 (${SUBDIR}): Depend on it here instead.
5556
55572002-02-08 Richard M. Stallman <rms@gnu.org>
5558
5559 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
5560
55612002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5562
5563 * configure.in: Recognize BSD/OS 5.0.
5564
55652002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5566
5567 * make-dist: Make version checking in emacs.texi consistent with
5568 how we set it there.
5569
55702001-12-29 Kim F. Storm <storm@cua.dk>
5571
5572 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
5573
55742001-12-28 Richard M. Stallman <rms@gnu.org>
5575
5576 * configure.in: Test for mbsinit.
5577
55782001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5579
5580 These changes make Leim part of the standard distribution:
5581
5582 * README: Add info about the `leim' directory.
5583
5584 * INSTALL: Remove text that describes Leim as a separate package.
5585
5586 * noleim-Makefile.in: File removed.
5587
5588 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
5589 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
5590 Leim files out of the Emacs tree. Don't prepare a separate tarball
5591 for Leim.
5592
55932001-12-11 Richard M. Stallman <rms@gnu.org>
5594
5595 * configure.in (hppa*-*-linux-gnu*): New alternative.
5596
55972001-12-08 Pavel Janík <Pavel@Janik.cz>
5598
5599 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
5600 creating distribution.
5601
56022001-12-06 Paul Eggert <eggert@twinsun.com>
5603
5604 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
5605 (AC_FUNC_VFORK): Remove.
5606 (AC_FUNC_FORK): Add.
5607 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
5608 this is required by recent Autoconf versions.
5609
56102001-12-02 Pavel Janík <Pavel@Janik.cz>
5611
5612 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
5613 TODO, vms-pp.trans and others).
5614
56152001-11-29 Pavel Janík <Pavel@Janik.cz>
5616
5617 * make-dist: Use COPYING from the top-level directory.
5618
56192001-11-29 Gerd Moellmann <gerd@gnu.org>
5620
5621 * configure.in: Add support for FreeBSD/Alpha.
5622
56232001-11-29 Pavel Janík <Pavel@Janik.cz>
5624
5625 * make-dist: Add COPYING to the top-level directory of the
5626 distribution. Simplify the logic behind copying.
5627
5628 * Makefile.in (maybe_bootstrap): Fix previous change.
5629
56302001-11-28 Richard M. Stallman <rms@gnu.org>
5631
5632 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
5633
56342001-11-26 Richard M. Stallman <rms@gnu.org>
5635
5636 * Makefile.in: bootstrap should not delete dumped executables.
5637 (bootstrap-clean-before): New target.
5638 (bootstrap): Use bootstrap-clean-before instead of clean.
5639 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
5640
56412001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
5642
5643 These changes add the Emacs Lisp Introduction manual to the
5644 distribution:
5645
5646 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
5647
5648 * make-dist: Copy the files in lispintro directory.
5649
5650 * config.bat: Configure in the lispintro directory.
5651
5652 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
5653
5654 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
5655 (lispintro/Makefile): New target.
5656 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
5657 (unlock, relock, info, dvi): Ditto.
5658
56592001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5660
5661 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
5662
5663 * make-dist (etc): Don't distribute gfdl.1.
5664
56652001-11-22 Colin Walters <walters@debian.org>
5666
5667 * Makefile.in (install-arch-indep): Install the calc .info files.
5668 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
5669
56702001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5671
5672 * make-dist (lispref): Add *.txt, *.el, permute-index, and
5673 tindex.pl to the list of those being put into the distribution.
5674
56752001-11-16 Eli Zaretskii <eliz@gnu.org>
5676
5677 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
5678
56792001-11-15 Pavel Janík <Pavel@Janik.cz>
5680
5681 * Makefile.in (uninstall): Fix previous change.
5682
5683 * configure.in, Makefile.in: Add support for --program-prefix,
5684 --program-suffix and --program-transform-name options.
5685
56862001-11-13 Pavel Janík <Pavel@Janik.cz>
5687
5688 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
5689 (install-arch-indep): Install emacsclient manual page.
5690 (uninstall): Uninstall emacsclient manual page.
5691
56922001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
5693
5694 * make-dist: Add lispref/index.*perm files to the distribution.
5695 From Pavel Janík <Pavel@Janik.cz>.
5696
56972001-11-12 Pavel Janík <Pavel@Janik.cz>
5698
5699 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
5700
57012001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5702
5703 * configure.in: AC_OUTPUT lispref/Makefile.
5704
57052001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5706
5707 The following changes add the ELisp reference manual to the
5708 distribution.
5709
5710 * make-dist: Add the lispref directory to the distribution.
5711
5712 * Makefile.in (install-arch-indep): Add elisp* to the list of
5713 installed Info files.
5714 (SUBDIR_MAKEFILES): Add lispref/Makefile.
5715 (lispref/Makefile): New target.
5716 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
5717 Add commands for the lispref directory.
5718 (info, dvi): Ditto.
5719
5720 * config.bat: Configure in `lispref'.
5721
57222001-11-09 Richard M. Stallman <rms@gnu.org>
5723
5724 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
5725
57262001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
5727
5728 * make-dist (tempdir): Copy AUTHORS as well.
5729
57302001-11-06 Sam Steingold <sds@gnu.org>
5731
5732 * configure.in: Added a check for <nlist.h>.
5733
57342001-11-01 Pavel Janík <Pavel@Janik.cz>
5735
5736 * configure.in: Reindent --help output.
5737 From Per Starbäck (starback@ling.uu.se).
5738
57392001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
5740
5741 * configure.in: New entry for HP/UX-11.
5742
5743 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
5744 From Eric S. Raymond <esr@golux.thyrsus.com>.
5745
57462001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5747
5748 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
5749 <athornton@sinenomine.net>.
5750
57512001-10-25 Gerd Moellmann <gerd@gnu.org>
5752
5753 * Makefile.in (maybe_bootstrap): New target.
5754 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
5755
57562001-10-24 Ken Raeburn <raeburn@gnu.org>
5757
5758 * configure.in: If --with-hesiod is given, look for
5759 hes_getmailhost and res_send or __res_send; check hesiod and
5760 resolv libraries respectively if system libraries don't supply them.
5761
57622001-10-24 Gerd Moellmann <gerd@gnu.org>
5763
5764 * configure.in: Use $MAKE for `make' if set.
5765
57662001-10-22 Gerd Moellmann <gerd@gnu.org>
5767
5768 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
5769 to tar options.
5770
57712001-10-20 Gerd Moellmann <gerd@gnu.org>
5772
5773 * (Version 21.1 released).
5774
57752001-10-20 Miles Bader <miles@gnu.org>
5776
5777 * configure.in (configuration): Set from `host' if `host_alias'
5778 isn't defined.
5779
57802001-10-19 Andreas Schwab <schwab@suse.de>
5781
5782 * configure.in: Make ready for autoconf 2.5x.
5783 (AC_PREREQ): Require autoconf 2.50.
5784 * aclocal.m4: Removed.
5785 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
5786
57872001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5788
5789 * README: Bump Emacs version to 21.1.50.
5790
57912001-10-05 Gerd Moellmann <gerd@gnu.org>
5792
5793 * Branch for 21.1.
5794
57952001-09-05 Gerd Moellmann <gerd@gnu.org>
5796
5797 * configure.in: Avoid `$@' which is handled specially in
5798 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
5799
58002001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
5801
5802 * make-dist (nt): Add subdirs.el to the list of distributed files.
5803
58042001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
5805
5806 * configure.in (machine): Add an entry for
5807 hppa1.1-hitachi-hiuxwe2*.
5808
58092001-05-28 Gerd Moellmann <gerd@gnu.org>
5810
5811 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
5812 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
5813
58142001-05-14 Gerd Moellmann <gerd@gnu.org>
5815
5816 * make-dist: Copy texinfo.tex unconditionally.
5817
58182001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5819
5820 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
5821 that are installed.
5822
58232001-04-06 Gerd Moellmann <gerd@gnu.org>
5824
5825 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
5826 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
5827
5828 * make-dist: Handle leim/MISC-DIC. Only include
5829 `[a-zA-Z]*.{el,elc}' from leim/quail.
5830
58312001-04-05 Gerd Moellmann <gerd@gnu.org>
5832
5833 * Makefile.in (install-arch-indep): Remove .cvsignore files.
5834
58352001-03-30 Gerd Moellmann <gerd@gnu.org>
5836
5837 * Makefile.in (.PHONY): Add for bootstrap targets.
5838 (bootstrap-clean): New target.
5839 (bootstrap): Use it instead of `clean'.
5840
58412001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
5842
5843 * Makefile.in (SUBDIR): Remove leim.
5844 (all, .RECURSIVE, extraclean): Add leim explicitly.
5845 (leim): Provide separate rule which exports PARALLEL=0 into the
5846 environment.
5847
58482001-03-20 Gerd Moellmann <gerd@gnu.org>
5849
5850 * configure.in (HAVE_XPM): Don't print the result of the check for
5851 XpmReturnAllocPixels if we don't have an xpm.h.
5852
58532001-03-05 Gerd Moellmann <gerd@gnu.org>
5854
5855 * COPYING: New file.
5856
58572001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5858
5859 * config.bat: Update the copyright.
5860
58612001-02-23 Kenichi Handa <handa@etl.go.jp>
5862
5863 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
5864 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
5865 to `yes'. Later in AC_OUTPUT, check this variable.
5866
58672001-02-09 Dave Love <fx@gnu.org>
5868
5869 * AUTHORS: Updated.
5870
58712001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5872
5873 * info/dir (Ebrowse): Fix the entry (was missing a dot).
5874
58752001-02-02 Gerd Moellmann <gerd@gnu.org>
5876
5877 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
5878
5879 * Makefile.in (uninstall): Ignore exit code of `rm'.
5880
5881 * Makefile.in (uninstall): Remove more info files. Remove
5882 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
5883
58842001-01-31 Gerd Moellmann <gerd@gnu.org>
5885
5886 * noleim-Makefile.in (extraclean): Add.
5887
58882001-01-28 Gerd Moellmann <gerd@gnu.org>
5889
5890 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
5891 it quiet.
5892
58932001-01-24 Colin Walters <walters@cis.ohio-state.edu>
5894
5895 * Makefile.in (tags): Fix typo.
5896
58972001-01-13 Kenichi Handa <handa@etl.go.jp>
5898
5899 * configure.in: Fix typo in the code setting x_search_path.
5900
59012001-01-10 Dave Love <fx@gnu.org>
5902
5903 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
5904 -lXext.
5905 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
5906 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
5907 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
5908 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
5909 (now in $LIBS).
5910
59112001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5912
5913 * config.bat: Run the preprocessor with -traditional.
5914
59152001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
5916
5917 * INSTALL: Move copying conditions to end of file.
5918
59192000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5920
5921 * INSTALL: Add basic installation procedure which assumes
5922 `configure' does its job. Elaborate on image support libraries.
5923 Add a pointer to Xaw3d library. Add advice about solving
5924 configure-time problems by looking in config.log and setting
5925 variables in the environment.
5926
59272000-12-27 Gerd Moellmann <gerd@gnu.org>
5928
5929 * Makefile.in (install-arch-indep): If tar fails, exit with
5930 exit code 1.
5931
59322000-12-19 Gerd Moellmann <gerd@gnu.org>
5933
5934 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
5935 source file includes XKBlib.h. On some broken Solaris systems,
5936 there is an XKBlib.h, reportedly, but header files included by
5937 XKBlib.h are missing.
5938
59392000-12-14 Gerd Moellmann <gerd@gnu.org>
5940
5941 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
5942
59432000-12-11 Dave Love <fx@gnu.org>
5944
5945 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
5946
59472000-12-11 Paul Eggert <eggert@twinsun.com>
5948
5949 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
5950 Merge fixes from latest GNU tar version. These macros no longer
5951 futz with _XOPEN_SOURCE, as that was not portable in practice.
5952 (AC_FUNC_FSEEKO): New macro.
5953
5954 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
5955 ftello.
5956
59572000-12-05 Dave Love <fx@gnu.org>
5958
5959 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
5960
59612000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5962
5963 * info/dir: Change the category to "Emacs".
5964
59652000-12-01 Gerd Moellmann <gerd@gnu.org>
5966
5967 * make-dist (tempdir): Remove epaths.h from the distribution
5968 instead of paths.h.
5969
59702000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5971
5972 * config.bat: Check for existence of djecho.exe, and print an
5973 error message if it is not available.
5974
5975 * INSTALL: Describe possible problem with djecho.exe in old
5976 versions of DJGPP v2.x.
5977
59782000-11-23 Gerd Moellmann <gerd@gnu.org>
5979
5980 * configure.in: Initialize HAVE_LIBXP to no.
5981
59822000-11-22 Gerd Moellmann <gerd@gnu.org>
5983
5984 * configure.in: Use m/macppc.h instead of the non-existent
5985 m/powerpc.h.
5986
59872000-11-21 Gerd Moellmann <gerd@gnu.org>
5988
5989 * Makefile.in (install-arch-indep): Also install info/eshell*
5990 and info/speedbar*.
5991
5992 * configure.in (HAVE_PNG): Check for the presence of
5993 png_get_channels to rule out older PNG libs.
5994
5995 * configure.in (AC_OUTPUT): Arrange to emit definitions of
5996 GCC and NON_GNU_CPP into config.status.
5997
59982000-11-20 Dave Love <fx@gnu.org>
5999
6000 * configure.in: Fix last change.
6001
6002 * GETTING.GNU.SOFTWARE: Deleted.
6003 * FTP: New file to replace it.
6004 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
6005
60062000-11-20 Gerd Moellmann <gerd@gnu.org>
6007
6008 * configure.in: Use -traditional with GNU cpp.
6009
60102000-11-17 Gerd Moellmann <gerd@gnu.org>
6011
6012 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
6013 Distribute more files from the nt/ subdir. Distribute PBM
6014 image files from subdirs of lisp/. Distribute old change logs
6015 from subdirs of lisp/. Distribute play/5x5.el.
6016
60172000-11-11 Dave Love <fx@gnu.org>
6018
6019 * config.sub, config.guess: Updated from master source.
6020
60212000-11-07 Dave Love <fx@gnu.org>
6022
6023 * configure.in: Test for mkstemp.
6024
60252000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
6026
6027 * info/dir (Top): Rearrange menu items more logically, and put
6028 them into a single category. Add menu items for RefTeX and
6029 Widget.
6030
60312000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6032
6033 * Makefile.in (install-arch-indep): Use --info-dir instead of
6034 --dir-file, and a simple argument instead of --info-file, so that
6035 the Debian version of install-info also works.
6036
60372000-10-19 Eric M. Ludlam <zappo@ultranet.com>
6038
6039 * info/dir (Speedbar): Add entry.
6040
60412000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6042
6043 * INSTALL: Describe the new image-support options to the configure
6044 script. List URLs where image support libraries can be found.
6045
60462000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
6047
6048 * info/dir (Top): Add an entry for Eshell.
6049
60502000-10-02 Dave Love <fx@gnu.org>
6051
6052 * configure.in: Check for gai_strerror.
6053
60542000-10-01 Andreas Schwab <schwab@suse.de>
6055
6056 * Makefile.in (install-arch-indep): Update list of installed info files.
6057
60582000-09-30 Gerd Moellmann <gerd@gnu.org>
6059
6060 * configure.in: Support `sparc*-*-netbsd*'.
6061
60622000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
6063
6064 * info/dir (MIME): Add entry for emacs-mime.
6065
60662000-09-29 Dave Love <fx@gnu.org>
6067
6068 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
6069
60702000-09-26 Gerd Moellmann <gerd@gnu.org>
6071
6072 * make-dist: Adapt to the change of leim/Makefile which was
6073 necessary to ensure a reasonably working `make dist'.
6074
6075 * leim-Makefile.in: Moved to leim/Makefile.in..
6076
6077 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
6078
60792000-09-21 Kenichi Handa <handa@etl.go.jp>
6080
6081 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
6082 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
6083 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
6084 files to .elc.
6085 (${TIT}): Adjusted for the above change.
6086 (clean mostlyclean): Likewise.
6087 (.el.elc): New target.
6088
60892000-09-19 Gerd Moellmann <gerd@gnu.org>
6090
6091 * make-dist: Include XPM and XBM files in lisp/ and subdirs
6092 in the distribution.
6093
60942000-09-18 Gerd Moellmann <gerd@gnu.org>
6095
6096 * make-dist (skk): Rename to `ja-dic' because the leim directory
6097 was renamed.
6098
60992000-09-14 Dave Love <fx@gnu.org>
6100
6101 * configure.in: Fix spurion in last change.
6102
61032000-09-14 Gerd Moellmann <gerd@gnu.org>
6104
6105 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
6106 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
6107 to `no' if defined. Change result report.
6108
61092000-09-08 Dave Love <fx@gnu.org>
6110
6111 * configure.in: Remove spurious `@'s.
6112
6113 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
6114 autoconf.
6115
61162000-09-06 Gerd Moellmann <gerd@gnu.org>
6117
6118 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
6119 file and print informational message.
6120
6121 * configure.in (AC_FUNC_MMAP): Add.
6122
61232000-09-01 Gerd Moellmann <gerd@gnu.org>
6124
6125 * configure.in: Add ``checking'' messages for
6126 XpmReturnAllocPixels.
6127
61282000-08-28 Gerd Moellmann <gerd@gnu.org>
6129
6130 * configure.in: Check <strings.h>; check `index' and `rindex'
6131 functions.
6132
61332000-08-26 Kenichi Handa <handa@etl.go.jp>
6134
6135 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
6136 "case "${canonical}" in".
6137
61382000-08-25 Dave Love <fx@gnu.org>
6139
6140 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
6141
61422000-08-25 Kenichi Handa <handa@etl.go.jp>
6143
6144 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
6145
61462000-08-24 Gerd Moellmann <gerd@gnu.org>
6147
6148 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
6149 contains a relative path. Protect against unusable values of $PWD.
6150
61512000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6152
6153 * info/dir (WoMan): Add entry.
6154
6155 * config.bat (maindir): Update src/_gdbinit even if it does
6156 already exist.
6157
61582000-08-07 Gerd Moellmann <gerd@gnu.org>
6159
6160 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
6161
61622000-08-03 Gerd Moellmann <gerd@gnu.org>
6163
6164 * configure.in: Add support for ia64*-*-linux*.
6165
61662000-07-27 Gerd Moellmann <gerd@gnu.org>
6167
6168 * make-dist (aclocal.m4): Include in distribution.
6169
61702000-07-26 Dave Love <fx@gnu.org>
6171
6172 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
6173
61742000-07-24 Dave Love <fx@gnu.org>
6175
6176 * configure.in: Add AC_SIZE_T.
6177
61782000-07-18 Dave Love <fx@gnu.org>
6179
6180 * configure.in: Reorder so that most tests are done after CPPFLAGS
6181 is set from the C_SWITCH_... definitions.
6182
61832000-07-10 Gerd Moellmann <gerd@gnu.org>
6184
6185 * configure.in (HAVE_XPM): Undo previous change. Check for
6186 preprocessor define XpmReturnAllocPixels.
6187
61882000-07-06 Gerd Moellmann <gerd@gnu.org>
6189
6190 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
6191 instead of XpmReadFileToPixmap.
6192
61932000-07-05 Ken Raeburn <raeburn@gnu.org>
6194
6195 * configure.in: Check for <soundcard.h>. Look for ossaudio
6196 library, and set LIBSOUND accordingly.
6197
61982000-07-05 Dave Love <fx@gnu.org>
6199
6200 * configure.in: Use AC_HEADER_SYS_WAIT.
6201
62022000-07-05 Gerd Moellmann <gerd@gnu.org>
6203
6204 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
6205 lisp/Makefile. Distribute lisp/Makefile.in instead of
6206 lisp/Makefile.
6207
62082000-06-30 Ken Raeburn <raeburn@gnu.org>
6209
6210 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
6211 while searching for image-handling libraries.
6212
62132000-06-26 Gerd Moellmann <gerd@gnu.org>
6214
6215 * configure.in (--with-xim): New option.
6216
62172000-06-23 Dave Love <fx@gnu.org>
6218
6219 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
6220 for struct timezone and test how we can call gettimeofday.
6221 Check for OSF 5+. Check for term.h.
6222
6223 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
6224 version.
6225
62262000-06-23 Gerd Moellmann <gerd@gnu.org>
6227
6228 * configure.in (HAVE_LIBXP): Change test for libXp.
6229
62302000-06-21 Dave Love <fx@gnu.org>
6231
6232 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
6233 simple test for getloadavg and substitute GETLOADAVG_LIBS.
6234 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
6235
62362000-06-19 Dave Love <fx@gnu.org>
6237
6238 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
6239 _XOPEN_SOURCE is defined.
6240
62412000-06-16 Gerd Moellmann <gerd@gnu.org>
6242
6243 * Makefile.in (distclean): Also make distclean in lisp/.
6244
62452000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6246
6247 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
6248
62492000-06-15 Gerd Moellmann <gerd@gnu.org>
6250
6251 * make-dist: Add --help and --snapshot options.
6252
62532000-06-14 Gerd Moellmann <gerd@gnu.org>
6254
6255 * configure.in: Generate lisp/Makefile.
6256
6257 * configure.in: Add support for `*-lynxos*'.
6258 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
6259 recommended by <Karen.Dorhamer@compaq.com> to fix problems
6260 on Tru64 UNIX v5.0.
6261
62622000-06-13 Ken Raeburn <raeburn@gnu.org>
6263
6264 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
6265 it's on a continuation line.
6266
62672000-06-02 Dave Love <fx@gnu.org>
6268
6269 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
6270 files.
6271
6272 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
6273 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
6274 test.
6275
6276 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
6277 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
6278
62792000-05-26 Gerd Moellmann <gerd@gnu.org>
6280
6281 * configure.in: Add check for speed_t typedef.
6282
62832000-05-25 Ken Raeburn <raeburn@gnu.org>
6284
6285 * Makefile.in (install-arch-dep): Install fns-*.el only if it
6286 exists; it won't in the CANNOT_DUMP case.
6287
62882000-05-25 Gerd Moellmann <gerd@gnu.org>
6289
6290 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
6291 On FreeBSD, the exit status is 1 if CDPATH is not set.
6292 (install-arch-indep): Install ebrowse.info.
6293
62942000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
6295
6296 * configure.in: Check for grandpt and getpt.
6297
62982000-05-09 Dave Love <fx@gnu.org>
6299
6300 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
6301
63022000-05-05 Gerd Moellmann <gerd@gnu.org>
6303
6304 * make-dist: Make a link for lib-src/grep-changelog.
6305 Copy install-sh.
6306
63072000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
6308
6309 * config.bat: Identify the beginning of the cpp stuff in
6310 src/Makefile.in and lib-src/Makefile.in more accurately.
6311
63122000-04-27 Gerd Moellmann <gerd@gnu.org>
6313
6314 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
6315
63162000-04-19 Gerd Moellmann <gerd@gnu.org>
6317
6318 * configure.in: Add support for `powerpc-*-netbsd*'.
6319
63202000-04-19 Dave Love <fx@gnu.org>
6321
6322 * configure.in: Don't use AC_FUNC_GETLOADAVG.
6323
6324 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
6325
63262000-04-16 Dave Love <fx@gnu.org>
6327
6328 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
6329
63302000-04-14 Dave Love <fx@gnu.org>
6331
6332 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
6333
6334 * aclocal.m4 (AC_FUNC_MKTIME): New.
6335
63362000-03-28 Ken Raeburn <raeburn@gnu.org>
6337
6338 * configure.in: Line up "--help" output a little better.
6339
63402000-03-26 Gerd Moellmann <gerd@gnu.org>
6341
6342 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
6343 New targets.
6344 (bootstrap): Rewritten in terms of the new targets above. Make
6345 info files, too.
6346
63472000-03-12 Gerd Moellmann <gerd@gnu.org>
6348
6349 * config.guess, config.sub: Use the versions of the files from
6350 subversions.
6351
63522000-03-08 Dave Love <fx@gnu.org>
6353
6354 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
6355 AC_C_VOLATILE. Define POINTER_TYPE.
6356
6357 * aclocal.m4: New file.
6358
63592000-03-02 Gerd Moellmann <gerd@gnu.org>
6360
6361 * configure.in (machine): Add `mipsel-*-netbsd*' and
6362 `arm-*-netbsd*'.
6363
63642000-03-01 Gerd Moellmann <gerd@gnu.org>
6365
6366 * configure.in (machine): Add support for `*-auspex-sunos*'.
6367
63682000-02-29 Gerd Moellmann <gerd@gnu.org>
6369
6370 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
6371
63722000-02-18 Dave Love <fx@gnu.org>
6373
6374 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
6375
63762000-02-18 Andreas Schwab <schwab@suse.de>
6377
6378 * Makefile.in (install-arch-indep): Add eudc to list of installed
6379 info files.
6380
63812000-02-17 Ken Raeburn <raeburn@gnu.org>
6382
6383 * configure.in: Include -lz and -ljpeg (if it's available) when
6384 testing for the tiff library.
6385
63862000-02-17 Gerd Moellmann <gerd@gnu.org>
6387
6388 * configure.in: Remove LISP_FLOAT_TYPE.
6389
63902000-02-12 Dave Love <fx@gnu.org>
6391
6392 * configure.in: Use AC_FUNC_VFORK.
6393
63942000-02-01 Gerd Moellmann <gerd@gnu.org>
6395
6396 * make-dist: Various fixes for new development tree.
6397
6398 * leim-Makefile.in: New file.
6399
64002000-01-31 Gerd Moellmann <gerd@gnu.org>
6401
6402 * Makefile.in (dist): Call ./make-dist.
6403
64042000-01-24 Dave Love <fx@gnu.org>
6405
6406 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
6407
64082000-01-18 Gerd Moellmann <gerd@gnu.org>
6409
6410 * configure.in (HAVE_GIF): Check for DGifOpen instead of
6411 DGifOpenFileName.
6412
64132000-01-11 Andreas Schwab <schwab@suse.de>
6414
6415 * Makefile.in (install-arch-indep): Update list of info files to
6416 be installed.
6417
64182000-01-05 Dave Love <fx@gnu.org>
6419
6420 * configure.in: Check for jerror.h as well as libjpeg.
6421
64222000-01-03 Andreas Schwab <schwab@suse.de>
6423
6424 * Makefile.in (install-arch-indep): Install autotype*. Run
6425 install-info on autotype and emacs-faq.info.
6426
64271999-12-04 Dave Love <fx@gnu.org>
6428
6429 * Makefile.in (install-arch-indep): Depend on `info'.
6430 (install-strip): Use `install' as sub-make target.
6431
64321999-11-23 Ken Raeburn <raeburn@gnu.org>
6433
6434 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
6435 didn't need to be deleted. Check for the k5crypto library as well
6436 as the crypto library; MIT Kerberos 1.1 changed the name.
6437
64381999-11-18 Dave Love <fx@gnu.org>
6439
6440 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
6441
64421999-11-11 Erik Naggum <erik@naggum.no>
6443
6444 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
6445
64461999-11-08 Dave Love <fx@gnu.org>
6447
6448 * configure.in: Fix change for --with-pop default.
6449
64501999-11-04 Dave Love <fx@gnu.org>
6451
6452 * configure.in: Default to --with-pop. Change sense of with-gcc
6453 and with-toolkit-scroll-bars messages to reflect the defaults.
6454
64551999-11-01 Gerd Moellmann <gerd@gnu.org>
6456
6457 * INSTALL: Mention the Emacs Lisp Reference.
6458
64591999-10-27 Noah Friedman <friedman@splode.com>
6460
6461 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
6462
64631999-10-23 Gerd Moellmann <gerd@gnu.org>
6464
6465 * Makefile.in (bootstrap): New target.
6466
64671999-10-19 Paul Eggert <eggert@twinsun.com>
6468
6469 Add support for large files. Merge glibc 2.1.2.
6470
6471 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
6472 (HAVE_TM_GMTOFF): New symbol.
6473 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
6474 mbrlen, strsignal.
6475 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
6476
64771999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6478
6479 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
6480 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
6481
64821999-10-09 Richard M. Stallman <rms@gnu.org>
6483
6484 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
6485 Unset CDPATH to prevent cd from generating output.
6486
64871999-10-08 Stefan Monnier <monnier@cs.yale.edu>
6488
6489 * update-subdirs: Also ignore CVS subdirs.
6490
64911999-10-07 Gerd Moellmann <gerd@gnu.org>
6492
6493 * Makefile.in (install-arch-indep): Add ada-mode.
6494
64951999-10-06 Dave Love <fx@gnu.org>
6496
6497 * Makefile.in: Add rules for config.status, configure.
6498
64991999-09-07 Gerd Moellmann <gerd@gnu.org>
6500
6501 * configure.in (--with-sound): Removed.
6502
65031999-08-30 Gerd Moellmann <gerd@gnu.org>
6504
6505 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
6506 the test for Xaw3d.
6507 (HAVE_TIFF): Add -lm to library check.
6508
65091999-08-28 Richard Stallman <rms@gnu.org>
6510
6511 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
6512 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
6513 after the other X-related libraries.
6514
65151999-08-21 Dave Love <fx@gnu.org>
6516
6517 * configure.in: Don't check for jpeglib.h.
6518
65191999-08-20 Gerd Moellmann <gerd@gnu.org>
6520
6521 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
6522 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
6523
65241999-08-18 Dave Love <fx@gnu.org>
6525
6526 * configure.in: Check for termcap.h.
6527
65281999-08-15 Gerd Moellmann <gerd@gnu.org>
6529
6530 * configure.in: Add --with-toolkit-scroll-bars. If "no",
6531 use Emacs' scroll bars, even if configured for Motif or when
6532 Xaw3d is available.
6533
65341999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6535
6536 * configure.in: Check for getaddrinfo.
6537
65381999-08-04 Eli Zaretskii <eliz@gnu.org>
6539
6540 * config.bat: Make --no-debug work again by removing -gcoff.
6541
65421999-07-30 Dave Love <fx@gnu.org>
6543
6544 * configure.in: Check for stdlib.h.
6545
65461999-07-19 Dave Love <fx@gnu.org>
6547
6548 * configure.in: Grok sparc64-*-linux-gnu*.
6549
65501999-07-12 Richard Stallman <rms@gnu.org>
6551
6552 * Version 20.4 released.
6553
65541999-06-23 Karl Heuer <kwzh@gnu.org>
6555
6556 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
6557 Quote $EMACS, in case it's a program with args.
6558
65591999-06-15 Gerd Moellmann <gerd@gnu.org>
6560
6561 * configure.in (HAVE_GIF): Use libungif instead of libgif
6562 because the former doesn't contain patented compression code.
6563
65641999-05-29 Richard M. Stallman <rms@gnu.org>
6565
6566 * configure.in: Delete the Kerberos stuff.
6567
65681999-05-27 Greg Hudson <ghudson@mit.edu>
6569
6570 * configure.in: Prefer kerberos 5 names.
6571
65721999-04-26 Richard M. Stallman <rms@gnu.org>
6573
6574 * configure.in: Check for libXp.
6575
65761999-04-08 Richard Stallman <rms@gnu.org>
6577
6578 * make-dist: Include change logs in subdirs of `lisp'.
6579
65801999-04-05 Richard Stallman <rms@gnu.org>
6581
6582 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
6583 (install-arch-indep): Make ${datadir}/emacs world-readable.
6584
65851999-03-30 Eli Zaretskii <eliz@gnu.org>
6586
6587 * config.bat: Use epaths.* instead of paths.*.
6588
65891999-03-07 Eli Zaretskii <eliz@gnu.org>
6590
6591 * INSTALL: Add detailed instructions to unpack and install
6592 intlfonts on MS-DOS.
6593
65941999-02-26 Richard Stallman <rms@gnu.org>
6595
6596 * configure.in: Use epaths.h and epaths-force instead of paths...
6597
6598 * Makefile.in (epaths-force): Renamed from paths-force;
6599 operate on epaths.in and produce epaths.h.
6600
66011999-02-24 Richard Stallman <rms@gnu.org>
6602
6603 * make-dist: Fix nt/icons directory handling.
6604
66051999-02-22 Simon Josefsson <jas@pdc.kth.se>
6606
6607 * configure.in (f301-fujitsu-uxpv4.1): New target.
6608
66091999-02-20 Richard Stallman <rms@gnu.org>
6610
6611 * make-dist (tempparent): Fix command to update info files.
6612
66131999-02-09 Richard Stallman <rms@gnu.org>
6614
6615 * configure.in (powerpc-apple-netbsd*): New alternative.
6616
66171999-01-25 Geoff Voelker <voelker@cs.washington.edu>
6618
6619 * make-dist: Include the new directory nt/icons in distributions.
6620
66211999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6622
6623 * configure.in: Change message about HAVE_XFREE386.
6624
66251999-01-07 Eli Zaretskii <eliz@gnu.org>
6626
6627 * config.bat: Support configuring with leim.
6628
66291998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
6630
6631 * configure.in (mips-sgi-irix6.5): New target.
6632
66331998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6634
6635 * configure.in: Remove GSS-API support, since it has been removed
6636 from movemail.
6637
66381998-12-04 Markus Rost <rost@delysid.gnu.org>
6639
6640 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6641
66421998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
6643
6644 * Makefile.in: Don't install customize info file.
6645 Run install-info on viper info file.
6646
66471998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
6648
6649 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6650
66511998-11-16 Kenichi Handa <handa@etl.go.jp>
6652
6653 * configure.in (*-*-bsdi4*): New target.
6654
66551998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
6656
6657 * configure.in: Fix previous change.
6658
66591998-11-11 Richard Stallman <rms@gnu.org>
6660
6661 * configure.in (aviion-intel): New machine.
6662
66631998-11-04 Kenichi Handa <handa@etl.go.jp>
6664
6665 * configure.in (mips-nec-sysv4*): New target.
6666
66671998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
6668
6669 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
6670 from lisp.
6671
66721998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
6673
6674 * make-dist: Don't include fns*.el in dist.
6675
66761998-10-30 Dave Love <fx@gnu.org>
6677
6678 * configure.in: Don't mkdir cpp.
6679
66801998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
6681
6682 * Makefile.in (install-arch-dep): Install src/fns-*.el in
6683 ${archlibdir}.
6684
66851998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6686
6687 * Version 20.3 released.
6688
66891998-07-30 Paul Eggert <eggert@twinsun.com>
6690
6691 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
6692 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
6693 (lwlib/Makefile, leim/Makefile):
6694 Prepend $(srcdir)/ to rule dependencies outside this dir.
6695
66961998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6697
6698 * configure.in: Use unset CDPATH instead of making it empty.
6699
67001998-06-20 Karl Heuer <kwzh@gnu.org>
6701
6702 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
6703
67041998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
6705
6706 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
6707 and default.el. Sort the results.
6708
67091998-05-31 Karl Heuer <kwzh@gnu.org>
6710
6711 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
6712 writable.
6713
67141998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
6715
6716 * Makefile.in (install-arch-indep):
6717 Don't alter site-lisp/subdirs.el if it exists.
6718
67191998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
6720
6721 * Makefile.in (install-arch-indep): Put `-' on commands to create
6722 subdirs.el in site-lisp dirs.
6723
67241998-05-07 Richard Stallman <rms@psilocin.gnu.org>
6725
6726 * Makefile.in (install-arch-indep): Fix typo in previous change.
6727
67281998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6729
6730 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
6731
67321998-04-28 Richard Stallman <rms@psilocin.gnu.org>
6733
6734 * Makefile.in (mkdir): Create the site-lisp dirs.
6735 (install-arch-indep): Make site-lisp/subdirs files world-readable.
6736
67371998-04-26 Richard Stallman <rms@psilocin.gnu.org>
6738
6739 * Makefile.in (INSTALL_INFO): New variable.
6740 (install-arch-indep): Don't replace the dir file if it already exists.
6741 Use the install-info program, via INSTALL_INFO, to add entries.
6742 Make the `info' subdir and the Info files world-readable.
6743
67441998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
6745
6746 * config.bat: Make sure the environment is large enough to support
6747 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
6748
67491998-04-10 Karl Heuer <kwzh@gnu.org>
6750
6751 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
6752
67531998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6754
6755 * configure.in: Add --with-gssapi to specify GSS-API
6756 authentication support for movemail.
6757
67581998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
6759
6760 * Makefile.in (install-arch-indep): Fix previous change.
6761
67621998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6763
6764 * Makefile.in (info): Run man in build dir, not srcdir.
6765
67661998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
6767
6768 * Makefile.in (install-arch-indep): Fix previous change.
6769
67701998-03-23 Kenichi Handa <handa@etl.go.jp>
6771
6772 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
6773
67741998-03-22 Richard Stallman <rms@gnu.org>
6775
6776 * Makefile.in (install-arch-indep): Put special subdirs.el files
6777 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
6778
67791998-03-21 Richard Stallman <rms@psilocin.gnu.org>
6780
6781 * make-dist: Fix shell syntax in check for missing .el or .elc files.
6782
67831998-03-09 Richard Stallman <rms@psilocin.gnu.org>
6784
6785 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
6786 (m68*-hp-hpux*): Handle versions 1X like 10.
6787
67881998-03-07 Richard Stallman <rms@psilocin.gnu.org>
6789
6790 * make-dist: PROBLEMS is now in etc, not top level dir.
6791
6792 * Makefile.in (SOURCES): Delete PROBLEMS.
6793
67941998-02-25 Richard Stallman <rms@gnu.org>
6795
6796 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
6797
6798 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
6799
68001998-01-17 Richard Stallman <rms@gnu.org>
6801
6802 * Makefile.in (install-arch-indep): Add semicolon before `else'.
6803
68041998-01-02 Richard Stallman <rms@psilocin.gnu.org>
6805
6806 * make-dist (tempparent): New option --no-check.
6807
6808 * make-dist: Don't do anything with cpp directory.
6809
68101997-12-20 Richard Stallman <rms@psilocin.gnu.org>
6811
6812 * configure.in (sparc-fujitsu-sysv4*): New target.
6813
68141997-12-17 Andreas Schwab <schwab@gnu.org>
6815
6816 * configure.in: Cache more tests. Add missing quotes around
6817 message with embedded comma.
6818
68191997-12-04 Karl Heuer <kwzh@gnu.org>
6820
6821 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
6822
68231997-11-26 Joel N. Weber II <devnull@gnu.org>
6824
6825 * make-dist: Changed the comment about `umask 0' to say `Don't
6826 restrict access to any files.'; previously it said `Don't protect
6827 any files', which may have implied that we think fascism is good.
6828
68291997-11-24 Paul Eggert <eggert@twinsun.com>
6830
6831 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
6832 strftime needs the underlying host's strftime for locale dependent
6833 formats.
6834
68351997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
6836
6837 * configure.in (i586-dg-dguxR4.*): New name in case branch.
6838
68391997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
6840
6841 * config.bat: Configure the man subdirectory.
6842
68431997-11-07 Paul Eggert <eggert@twinsun.com>
6844
6845 * configure.in (AC_CHECK_LIB): Add -lintl.
6846
68471997-11-07 Karl Heuer <kwzh@gnu.org>
6848
6849 * make-dist (check for .elc files): Avoid bash-specific syntax.
6850 (check for overflow 14-char limit): Simplify.
6851
68521997-11-07 Richard Stallman <rms@gnu.org>
6853
6854 * Makefile.in (install): Move blessmail last.
6855
68561997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6857
6858 * configure.in (gettimeofday, one arg or two):
6859 Clarify messages by avoiding double negative.
6860
68611997-09-30 Karl Eichwalder <ke@suse.de>
6862
6863 * Makefile.in (install-arch-indep): Install the widget info file.
6864
68651997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6866
6867 * configure.in (with-pop, with-kerberos): Need to check Kerberos
6868 libraries in reverse order, so that libraries will appear in the
6869 correct dependency order on the link line (and so that the
6870 configure checks themselves will work properly when early
6871 libraries depend on later ones).
6872
68731997-09-21 Erik Naggum <erik@naggum.no>
6874
6875 * make-dist (making links to `src'): Keep timestamp on copied files.
6876
6877 * make-delta: New script to produce delta distributions.
6878
68791997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6880
6881 * Version 20.2 released.
6882
68831997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6884
6885 * Version 20.1 released.
6886
6887 * Makefile.in (install-leim): Depend on mkdir.
6888 (leim): Depend on src.
6889
68901997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6891
6892 * configure.in: Recognize alpha* instead of just alpha.
6893
68941997-09-12 Paul Eggert <eggert@twinsun.com>
6895
6896 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
6897
68981997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6899
6900 * update-subdirs: Use rm -f.
6901
69021997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6903
6904 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
6905 Ignore subdirs named Old.
6906
69071997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
6908
6909 * configure.in: Add OpenBSD clause to set $machine.
6910
69111997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6912
6913 * make-dist: Recompile everything after updating various Lisp files.
6914 Recompile in leim as well as lisp.
6915 Check in leim as well as lisp for mismatched files and too-long names.
6916
69171997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6918
6919 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
6920
69211997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6922
6923 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
6924 before trying to copy anything from it.
6925
69261997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6927
6928 * Makefile.in (man/Makefile): New target.
6929 (tags): Define env var EMACS and run Makefile from build dir.
6930
69311997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
6932
6933 * config.bat: If src/_gdbinit doesn't exist, try using
6934 src/.gdbinit to create it (for building on Windows 95).
6935
69361997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6937
6938 * Makefile.in (install-arch-indep):
6939 Discard extra data in tar | tar pipes.
6940
69411997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
6942
6943 * configure.in (x_default_search_path): Corrected
6944 '${x_library}' to '${x_library}/X11'.
6945
69461997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6947
6948 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
6949
69501997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6951
6952 * configure.in: Support auto-configuration of both Kerberos V4 and
6953 Kerberos V5 for movemail, including detection of V4 and V5 header
6954 files and libraries.
6955
69561997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
6957
6958 * configure.in: Compute x_default_search_path
6959 and substitute into makefiles.
6960
6961 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
6962
69631997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6964
6965 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
6966
69671997-08-07 Erik Naggum <erik@naggum.no>
6968
6969 * configure.in: Remove lockdir, it is no longer needed.
6970 * Makefile.in (mkdir): Don't create lockdir.
6971 (lockdir): Variable deleted.
6972 (paths-force): Don't operate on PATH_LOCK.
6973
69741997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6975
6976 * leim-Makefile.in (clean, distclean): New targets.
6977
6978 * make-dist: Include leim/ChangeLog in leim distribution.
6979
69801997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6981
6982 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
6983
69841997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6985
6986 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
6987
69881997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6989
6990 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
6991
69921997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6993
6994 * make-dist: Update leim/leim-list.el.
6995 Pass along value of $EMACS when updating lisp dir.
6996
69971997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6998
6999 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
7000 prerequisite to the use of Doug Lea's malloc.
7001
70021997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7003
7004 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
7005
7006 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
7007
70081997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7009
7010 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
7011
70121997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7013
7014 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
7015 to news-r6.h.
7016
70171997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7018
7019 * config.bat: Use `sed' instead of `cp', which might not be
7020 installed.
7021
70221997-07-09 Kenichi Handa <handa@etl.go.jp>
7023
7024 * Makefile.in (mostlyclean): Add cleaning leim directory.
7025 (clean, distclean, maintainer-clean): Likewise.
7026
70271997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7028
7029 * make-dist (bogosities): Check subdirs of `lisp' also.
7030
70311997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7032
7033 * make-dist (etc): Really avoid symlinks now.
7034 (lisp): Don't delete from subdirs the things we never copy.
7035
70361997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7037
7038 * Makefile.in (install-arch-indep): Correct the target name.
7039 The first letter `i' was dropped by the previous change of mine.
7040
70411997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7042
7043 * configure.in (leim/Makefile): Generate this.
7044 (*-sysv4.2uw*): Recognize new alternative.
7045
7046 * leim-Makefile.in: Renamed from leim-Makefile.
7047
7048 * make-dist: Set up real-leim subdirectory,
7049 with the real contents of leim; then move it to
7050 a separate top-level directory.
7051
7052 * make-dist: Don't mention site-lisp, site-init, site-start
7053 or default, when listing files hat are not compiled and should be.
7054
7055 * configure.in: Create src/config.stamp at the end.
7056
70571997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7058
7059 * Makefile.in (install-leim): Correct previous change.
7060
70611997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7062
7063 * Makefile.in (install-leim): New target.
7064 (install): Depend on install-leim.
7065
70661997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7067
7068 * Makefile.in (SUBDIR): Add leim.
7069 (SUBDIR_MAKEFILES): Add leim/Makefile.
7070 (leim/Makefile): New target.
7071
70721997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7073
7074 * leim-Makefile: New file.
7075 * make-dist: Initialize a `leim' subdirectory with that makefile.
7076
70771997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7078
7079 * configure.in (GNU_MALLOC_reason): Fix message text.
7080
70811997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7082
7083 * make-dist (lisp): Don't process subdirs that start with =.
7084 (etc): Copy symlinks, as in src.
7085
70861997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7087
7088 * configure.in (i*86-*-unixware*): New alternative.
7089
70901997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7091
7092 * Makefile.in (src/config.stamp): Target renamed from src/config.h
7093 and touch it explicitly.
7094
7095 * configure.in (mips-sony-newsos6*): New alternative.
7096 (mips-*-linux-gnu*): New alternative.
7097 (*-*-bsdi*): New alternative.
7098 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
7099
71001997-06-22 Dave Love <d.love@dl.ac.uk>
7101
7102 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
7103 (src/config.h): New target to re-configure if src/config.in is patched.
7104
71051997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7106
7107 * configure.in (shutdown): Check for `shutdown' function.
7108
71091997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7110
7111 * update-subdirs: Include the directory "language" in subdirs.
7112
71131997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7114
7115 * configure.in (m88k-dg-dgux4*): New alternative.
7116 (alpha-*-netbsd*): New alternative.
7117 (powerpcle-*-solaris2*): New alternative.
7118
71191997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7120
7121 * make-dist: Warn about .el files that are not compiled.
7122
71231997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7124
7125 * Makefile.in (dist): Don't run update-subdirs here,
7126 since make-dist now gets that done.
7127
7128 * make-dist: Use the new `updates' target in lisp/Makefile.
7129
7130 * make-dist: Use new non-file targets in lisp/Makefile.
7131
71321997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7133
7134 * make-dist: Handle all subdirs of `lisp' uniformly.
7135 Don't handle `term' and `language' specially.
7136 Clear out umask at the beginning.
7137
71381997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7139
7140 * make-dist: Use Make to update finder-inf.el and autoloads.
7141 Also update cus-load.el.
7142
71431997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7144
7145 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
7146 in case it is desirable to disable the GNU malloc features with glibc.
7147
71481997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7149
7150 * configure.in (DOUG_LEA_MALLOC):
7151 Define if malloc_{get,set}_state exist.
7152
71531997-03-05 Kenichi Handa <handa@etl.go.jp>
7154
7155 * make-dist: Make links for files under lisp/language.
7156
71571997-02-20 Kenichi Handa <handa@etl.go.jp>
7158
7159 * update-subdirs: Exclude the directory "language" from subdirs.
7160
71611997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
7162
7163 * configure.in: Check for rint and cbrt.
7164
71651997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7166
7167 * make-dist: Use $EMACS to say where to run Emacs.
7168 Add --no-update option.
7169
71701996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7171
7172 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
7173
71741996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7175
7176 * make-dist (copying src): Check thoroughly for symlinks
7177 and copy them in all cases. Regularize the linking of *.in
7178 and *.opt and ChangeLog files.
7179 (copying lib-src): Likewise.
7180 Don't rm getdate.c or y.tab.*--they don't exist any more.
7181
71821996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
7183
7184 * configure.in: Check for libmail, maillock.h and
7185 touchlock (for movemail).
7186
71871996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7188
7189 * configure.in (limits.h): Check for this file.
7190
71911996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7192
7193 * configure.in (rs6000-ibm-aix4.2): New alternative.
7194 (rs6000-ibm-aix4.0): New alternative.
7195 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
7196
71971996-11-22 Ben Harris <bjh21@cam.ac.uk>
7198
7199 * configure.in: Recognize vax-*-netbsd*.
7200
72011996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7202
7203 * configure.in (locallisppath): Add leim directory.
7204
72051996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7206
7207 * config.bat: Make sure `mv' supports forward slashes and -f.
7208
72091996-10-28 Christian Limpach <chris@nice.ch>
7210
7211 * configure.in (hppa*-next-nextstep*): * added after hppa
7212 to accept hppa1.0 and hppa1.1.
7213
72141996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
7215
7216 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
7217 * configure.in (ld_switch_machine): Fix typo.
7218
72191996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7220
7221 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
7222 from config.h and use them in $ac_link.
7223
72241996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
7225
7226 * configure.in: Create a subdir named `lisp'.
7227
72281996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7229
7230 * configure.in: Check for getcwd.
7231
72321996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7233
7234 * configure.in: Check for termios.h. Check for setpgid.
7235
72361996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7237
7238 * configure.in: Check for setrlimit.
7239
72401996-08-31 Paul Eggert <eggert@twinsun.com>
7241
7242 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
7243
72441996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7245
7246 * configure.in: Check for utimes.
7247
7248 * configure.in: Check for com_err library, but only
7249 if --with-kerberos was used. Check for krb and des
7250 only if --with-kerberos.
7251
72521996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7253
7254 * Makefile.in (INSTALL_STRIP): New variable.
7255 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
7256 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
7257
72581996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7259
7260 * configure.in: Check for krb and des libraries.
7261
72621996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7263
7264 * configure.in (*-sunos4.1.[3-9]*noshare):
7265 Use sunos413, not sunos4-1-3.
7266 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
7267 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
7268
72691996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7270
7271 * Makefile.in (src/paths.h): Target deleted.
7272 (paths-force): Delete all dependencies on this target
7273 but don't delete the target.
7274 (install): Depend on `all'.
7275 (paths-force): Don't print a message.
7276
7277 * configure.in: Generate src/paths.h here.
7278
72791996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7280
7281 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
7282 New variables that affect linking only.
7283 (alpha-dec-osf*): Use those instead of previous change.
7284
72851996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7286
7287 * Makefile.in (install-arch-indep): Install info/messages.
7288
72891996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7290
7291 * Version 19.33 released.
7292
72931996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
7294
7295 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7296 Fix previous change.
7297
72981996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7299
7300 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7301 New alternative.
7302
73031996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7304
7305 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
7306 and NON_GCC_TEST_OPTIONS.
7307
73081996-08-06 Paul Eggert <eggert@twinsun.com>
7309
7310 * configure.in (LOCALTIME_CACHE): Don't put a string literal
7311 "TZ=..." in environ.
7312
73131996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7314
7315 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
7316
73171996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7318
7319 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
7320 the more general *-sunos4.1.[3-9]* clause.
7321
73221996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7323
7324 * Version 19.32 released.
7325
7326 * configure.in (*-sco3.2v5*):
7327 Set OVERRIDE_CPPFLAG to a string of one space.
7328 Fix the code that uses OVERRIDE_CPPFLAG.
7329
73301996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
7331
7332 * configure.in: Undo previous change.
7333
73341996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7335
7336 * config.sub: Use `pc', not `unknown', when canonicalizing
7337 the vendor for ...86.
7338
73391996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
7340
7341 * configure.in: Check for termios.h header.
7342
73431996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
7344
7345 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
7346
73471996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
7348
7349 * configure.in: Split bsdos2 and bsdos2-1.
7350
73511996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7352
7353 * config.sub: If last two words are not a recognized
7354 KERNEL-OS pair, use just the last word as OS, as in 19.31.
7355 Make conversion of gnu/linux to linux-gnu really work.
7356
7357 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
7358
73591996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7360
7361 * configure.in (check for using Lucid widgets by default):
7362 Eliminate indentation that confuses some compilers.
7363
73641996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7365
7366 * config.sub: Convert linux and gnu/linux to linux-gnu.
7367
7368 * make-dist: Don't update getdate.c.
7369 Ignore =... files when checking for too-long Lisp file names.
7370
73711996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7372
7373 * configure.in (euidaccess): Check for that, not for eaccess.
7374
73751996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7376
7377 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
7378 before `noshare'.
7379 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
7380
73811996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7382
7383 * configure.in: Rename lignux to linux-gnu in configuration names.
7384 Use gnu-linux as the opsys value (s/ file name).
7385 Allow i686 just like i386, i486, i586.
7386
73871996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7388
7389 * configure.in (i*86-*-sco3.2v5): New alternative.
7390 (OVERRIDE_CPPFLAG): New variable.
7391 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
7392
7393 * configure.in: Specify vpath for .texi files.
7394
73951996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7396
7397 * configure.in: Always check for HAVE_X11R5.
7398 Separately decide whether to use a toolkit by default.
7399
74001996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
7401
7402 * configure.in: If X11R5 is missing the Xaw headers,
7403 default to --with-x-toolkit=no.
7404
74051996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7406
7407 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
7408
74091996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7410
7411 * Makefile.in (install-arch-indep): If cd etc makes output,
7412 don't treat that as part of the tar data.
7413 Check that ./lisp actually exists.
7414
74151996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
7416
7417 * make-dist: Check for long file names.
7418
74191996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7420
7421 * Version 19.31 released.
7422
74231996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7424
7425 * configure.in: Recognize sparc-*-lignux.
7426
74271996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7428
7429 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
7430 Don't include config.w95.
7431
74321996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7433
7434 * make-dist: Replace --no-clean-up and --no-tar options
7435 with --clean-up and --tar, so that the default is useful.
7436
74371996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
7438
7439 * config.bat: Make sure the GDB init file is called src/_gdbinit;
7440 if not, tell the user to rename it and abort.
7441
74421996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
7443
7444 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
7445 test program.
7446
74471996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7448
7449 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
7450
7451 * make-dist (MANIFEST): Fix previous change.
7452 (msdos): Put mainmake.v2 into the dist.
7453
74541996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7455
7456 * make-dist: Exit if autoconf fails.
7457
74581996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
7459
7460 * config.bat: Set djgpp-ver, and unset it at the end.
7461 Add a number of conditionals for DJGPP version 2.
7462 Rename label libsrc2 to libsrc3.
7463 Substitute for LDFLAGS in src/Makefile.
7464 Substitute for ALL_CFLAGS in lib-src/Makefile.
7465
74661996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7467
7468 * configure.in (ncurses): Check this after checking fns like strerror.
7469
74701996-04-08 Erik Naggum <erik@naggum.no>
7471
7472 * make-dist (MANIFEST): Don't include lines from =files.
7473
74741996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7475
7476 * make-dist: Don't put lisp/dired.todo in the dist.
7477
74781996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
7479
7480 * configure.in (HAVE_NCURSES): Look for library named ncurses.
7481
7482 * configure.in (setlocale): Check for it.
7483
7484 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
7485
74861996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7487
7488 * configure.in: Use lignux instead of linux as value of opsys.
7489
74901996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7491
7492 * Makefile.in (install-strip): Fix whitespace.
7493 Get rid of continuation.
7494
7495 * config.sub: Convert linux or gnu/linux to lignux.
7496
74971996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7498
7499 * configure.in: Accept lignux in configuration name.
7500
75011996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7502
7503 * Makefile.in (install-strip): New target.
7504
75051996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7506
7507 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
7508 -f failed to do the job on Suns.
7509
75101996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7511
7512 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
7513
7514 * configure.in (linux/version.h): Check for this header.
7515
75161996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7517
7518 * configure.in: Remove -fno-builtin hackery from -lm check.
7519
75201996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7521
7522 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
7523 just this test.
7524
7525 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
7526
75271996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7528
7529 * configure.in: Check for ncurses.
7530
75311996-02-28 Paul Eggert <eggert@twinsun.com>
7532
7533 * configure.in (LOCALTIME_CACHE):
7534 Also define if localtime mishandles unsetting TZ.
7535 This works around a localtime bug in mips-dec-ultrix.
7536
75371996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7538
7539 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
7540
7541 * configure.in: Improve messages about X versions.
7542
75431996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7544
7545 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
7546
75471996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7548
7549 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
7550 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
7551
7552 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
7553 (install): Put install-arch-indep before install-arch-dep.
7554
75551996-02-20 Dave Love <d.love@dl.ac.uk>
7556
7557 * INSTALL: Clarify info about MS-DOS path handling.
7558
75591996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7560
7561 * Makefile.in (install-arch-indep): Install info/ccmode*.
7562 In previous change, protect against /bin/pwd returning null string.
7563
75641996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7565
7566 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
7567 to lispdir.
7568
75691996-02-01 Paul Eggert <eggert@twinsun.com>
7570
7571 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
7572
75731996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7574
7575 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
7576
75771996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7578
7579 * Makefile.in (extraclean): Use ${top_distclean} to ensure
7580 we delete everything distclean deletes.
7581
75821996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
7583
7584 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
7585
75861996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7587
7588 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
7589 into LDFLAGS instead of into LIBS.
7590
75911996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7592
7593 * configure.in (HAVE_XMU): Fix typo in previous change.
7594
75951996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7596
7597 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
7598
75991996-01-10 Erik Naggum <erik@naggum.no>
7600
7601 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
7602
76031996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
7604
7605 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
7606
76071996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7608
7609 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
7610 and use -lXt to link it.
7611
76121996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7613
7614 * configure.in (locallisppath): Put version-specific dir first.
7615
76161996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7617
7618 * configure.in (hppa-*-nextstep*): New alternative.
7619 (USE_X_TOOLKIT): By default, set this to "maybe";
7620 and change that later to LUCID or "no" according to X11 version.
7621
7622 * make-dist: Recompile outdated .elc files and update all autoloads.
7623
76241996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7625
7626 * configure.in (locallisppath): Fix typo in last change: " -> '.
7627
76281996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7629
7630 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
7631
76321995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7633
7634 * Makefile.in (install-arch-indep): Give all files read permission.
7635
76361995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7637
7638 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
7639 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
7640
76411995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7642
7643 * configure.in: Determine HAVE_X11R6.
7644 (HAVE_MENUS): Renamed from HAVE_X_MENU.
7645
76461995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7647
7648 * configure.in: Just "solaris" now defaults to version 2.4.
7649 Add sunos4.1.n-noshare as alternative.
7650
76511995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7652
7653 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
7654
76551995-11-29 Erik Naggum <erik@naggum.no>
7656
7657 * Makefile.in (install-arch-indep): Add missing backslash.
7658
76591995-11-29 Karl Eichwalder <ke@ke.Central.DE>
7660
7661 * Makefile.in (install-arch-indep): Don't install
7662 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
7663
76641995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7665
7666 * Makefile.in (install-arch-indep): Fix previous change.
7667
7668 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
7669
76701995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7671
7672 * Version 19.30 released.
7673
7674 * make-dist (lisp): Exclude subdirs.el.
7675
76761995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7677
7678 * make-dist (etc): Delete *.orig and *.rej.
7679
76801995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7681
7682 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
7683
76841995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7685
7686 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
7687
76881995-11-14 Geoff Voelker <voelker@cs.washington.edu>
7689
7690 * make-dist (nt): Rename install, readme, and todo to
7691 INSTALL, README, and TODO.
7692
76931995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7694
7695 * make-dist (lisp): Don't distribute site-start.
7696
76971995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
7698
7699 * make-dist: Break the hard link on alloca.c.
7700
77011995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7702
7703 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
7704
77051995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7706
7707 * make-dist (src, lib-src): Don't distribute Makefile.c.
7708 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
7709
77101995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7711
7712 * Makefile.in (mkdir): Create man1dir, not mandir.
7713 (uninstall): Use man1dir, not mandir.
7714
77151995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7716
7717 * Makefile.in (man1dir): New variable.
7718 (install-arch-indep): Use man1dir.
7719
7720 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
7721
7722 * make-dist: Create lisp/MANIFEST.
7723
77241995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7725
7726 * configure.in (m68k-*-linux*): New alternative.
7727
77281995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7729
7730 * make-dist: Use new names config.in, paths.in, and
7731 {src,lib-src}/Makefile.in.
7732
77331995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7734
7735 * configure.in: Don't bother checking for drem.
7736
77371995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7738
7739 * Makefile.in (distclean): Delete line with just a tab in it.
7740 (install-arch-indep): Delete spaces that precede tabs.
7741 Delete spurious `fi' left from previous change.
7742 (install): Supply `true' as command, to avoid null command.
7743
77441995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7745
7746 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
7747
77481995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7749
7750 * configure.in (powerpc-*-solaris2): New alternative.x
7751
77521995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
7753
7754 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
7755 of paths.h.tmp$$, to avoid going beyond 14 characters.
7756
77571995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7758
7759 * configure.in: Improve error msg for invalid --with-x-toolkit value.
7760
77611995-09-06 Paul Eggert <eggert@twinsun.com>
7762
7763 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
7764 if localtime caches TZ. Check for tzset.
7765
77661995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7767
7768 * config.bat: Simplify using new names file names src/makefile.in,
7769 config.in, paths.in. Change Echo commands not to use `.
7770
77711995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7772
7773 * Makefile.in (install-arch-indep): Always install the new dir file;
7774 rename the previous dir file to dir.bak or dir.old.
7775
77761995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7777
7778 * configure.in (RANLIB): Substitute this into makefiles.
7779 Set it specially on solaris; set it by default on other systems.
7780
7781 * configure.in: Fix previous Alpha change.
7782
77831995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7784
7785 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
7786 NON_GCC_TEST_OPTIONS.
7787
77881995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7789
7790 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
7791 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
7792
7793 * configure.in (alpha-*-linux*): New configuration.
7794
77951995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7796
7797 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
7798 (m68k-next-nextstep*): New alias for that.
7799 (i*86-*-nextstep*): Use nextstep.h.
7800 (sparc-*-nextstep*): New configuration.
7801
78021995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7803
7804 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
7805 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
7806
78071995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7808
7809 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
7810 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
7811
78121995-07-18 Mike Long <mike.long@analog.com>
7813
7814 * make-dist: Fix update of finder-inf.el, and byte-compile it.
7815
78161995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7817
7818 * Makefile.in (src/paths.h, paths-force):
7819 Rename src/paths.h.in to src/paths.in.
7820 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
7821
7822 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
7823 Use Makefile.c for intermediate file.
7824 Rename src/config.h.in to src/config.in.
7825
78261995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
7827
7828 * configure.in (mips-dec-ultrix*): Assume version 4.3.
7829 (mips-dec-ultrix4.[12]): New alternative for old versions.
7830
78311995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7832
7833 * make-dist: Don't break intra-tree links.
7834
78351995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7836
7837 * configure.in: Put back archlibdir initialization. Require
7838 autoconf 2.4.1 or later.
7839
78401995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7841
7842 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
7843 (mips-mips-riscos5*): New alternative.
7844
78451995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7846
7847 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
7848
78491995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7850
7851 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
7852 (mandir, infodir, archlibdir): Initializations deleted.
7853
7854 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
7855 On hpux9shr, use hpux9shxr4.h.
7856
78571995-06-24 Morten Welinder <terra+@cs.cmu.edu>
7858
7859 * configure.in: Added target mips-dec-mach_bsd4.3.
7860 * config.guess: Guess mips-dec-mach_bsd4.3.
7861
78621995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7863
7864 * Makefile.in (mkdir): Use symbolic chmod.
7865
78661995-06-22 Paul Eggert <eggert@twinsun.com>
7867
7868 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
7869 SunOS 4.1.5 through 4.1.9, should they ever exist.)
7870
78711995-06-22 Paul Eggert <eggert@twinsun.com>
7872
7873 * Makefile.in (SUBDIR_MAKEFILES):
7874 Add man/Makefile, so `make distclean' removes it.
7875 (top_distclean): Add config.log to the list of files to be removed.
7876
78771995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7878
7879 * Version 19.29 released.
7880
78811995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7882
7883 * configure.in: Fix the previous change to verify that the -b
7884 option really solves the problem.
7885
7886 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
7887
78881995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7889
7890 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
7891
78921995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7893
7894 * configure.in: Report more clearly when there is no special
7895 dir to search for X includes or libraries.
7896
78971995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7898
7899 * configure.in: Check for -lpthreads, not -lpthread.
7900
79011995-06-09 Geoff Voelker <voelker@cs.washington.edu>
7902
7903 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
7904
79051995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7906
7907 * configure.in: Check for -lpthread.
7908
79091995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7910
7911 * Makefile.in (install-arch-indep): Install info files for mh-e.
7912 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
7913
79141995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7915
7916 * configure.in (*-solaris2.5): New configuration.
7917
7918 * make-dist: Copy new files config.nt and config.w95.
7919
79201995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7921
7922 * configure.in: Use x_includes, not x_libraries, for -I.
7923 Make bitmapdir a colon-separated list.
7924
79251995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
7926
7927 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
7928
7929 * configure.in: Allow x_libraries and x_includes to be paths.
7930
79311995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7932
7933 * configure.in: Fix typo.
7934
79351995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7936
7937 * INSTALL: Clarify use of site-init.el.
7938
79391995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
7940
7941 * configure.in: Pass arg to sqrt.
7942
79431995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7944
7945 * make-dist: Fix May 6 change.
7946
79471995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7948
7949 * vpath.sed: Delete reference to ymakefile.
7950
79511995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7952
7953 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
7954
79551995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7956
7957 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
7958
7959 * update-subdirs: Specify /bin/sh to run the script.
7960
79611995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7962
7963 * make-dist: Put src/makefile.nt in dist.
7964
7965 * configure.in (i[345]86-*-bsdi2*): New configuration.
7966 (vax-dec-bsd386*): Deleted.
7967
79681995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7969
7970 * configure.in: Make sure CDPATH doesn't mess up PWD check.
7971 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
7972 Use fmod instead of logb in -lm check.
7973
79741995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7975
7976 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
7977 Use bsd4-3. Don't set NON_GNU_CPP.
7978
7979 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
7980 In nt, copy various different things, but not *.cmd.
7981 Fix the ln commands for the subdirs of nt.
7982
79831995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7984
7985 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
7986
79871995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7988
7989 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
7990 since that's what the header file expects.
7991
79921995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
7993
7994 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
7995 and 68040 based machines when choosing options for gnucc.
7996
79971995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7998
7999 * Makefile.in (top_distclean): Delete config.cache.
8000
80011995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8002
8003 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
8004
8005 * configure.in: Use m/ncr386.h.
8006
80071995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8008
8009 * Makefile.in (install-arch-indep): Undo Sep 23 change.
8010
80111995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8012
8013 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
8014 (man): Don't copy texindex.c and getopt.c; they're deleted.
8015 (etc): Omit `e'; it's a subdirectory.
8016 (etc/e): Use `../..', not `..', to reference top level.
8017
80181995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
8019
8020 * Makefile.in (install-arch-indep, dist):
8021 Look for `update-subdir' in $(srcdir).
8022
80231995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8024
8025 * make-dist: Include mkinstalldirs in distribution.
8026
80271995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8028
8029 * make-dist: Add missing close backquote.
8030
80311995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8032
8033 * make-dist: Don't distribute shortnames directory.
8034
80351995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8036
8037 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
8038
80391995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8040
8041 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
8042
80431995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8044
8045 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
8046
80471995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8048
8049 * configure.in (mips-sgi-irix6): New configuration.
8050
80511995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8052
8053 * Makefile.in (maintainer-clean): Renamed from realclean.
8054
80551995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8056
8057 * configure.in: Create a .gdbinit that sources the real one,
8058 if using a different build directory.
8059
80601995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8061
8062 * configure.in: Check for sys/select.h.
8063
80641995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8065
8066 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
8067
80681994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8069
8070 * configure.in: Handle isc 4.1 operating system.
8071
80721994-12-10 Richard Stallman <rms@kepa>
8073
8074 * configure.in (rs6000-ibm-aix4.1*): New alternative.
8075 (rs6000-ibm-aix4*): New alternative.
8076
80771994-12-06 Richard Stallman <rms@kepa>
8078
8079 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
8080
80811994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8082
8083 * configure.in: Don't try to make directories that are guaranteed
8084 to already exist.
8085
80861994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8087
8088 * configure.in: Generate man/Makefile from man/Makefile.in.
8089 Create the man subdir.
8090
8091 * Makefile.in (dvi): Run Make in our man subdir.
8092
8093 * make-dist: Create subdir etc/e.
8094 Make links to it.
8095 Put man/Makefile.in in dist, instead of man/Makefile.
8096
80971994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
8098
8099 * configure.in: Add --with-pop, --with-kerberos, and
8100 --with-hesiod for movemail.
8101
81021994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8103
8104 * configure.in (m68*-apollo*): Use s/domain.h.
8105
81061994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8107
8108 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
8109
81101994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8111
8112 * configure.in: Don't add -I, -L, -R options for cc if their
8113 arguments would be empty.
8114
81151994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8116
8117 * configure.in (i860-intel-osf1*): New alternative.
8118 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
8119 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
8120
81211994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8122
8123 * configure.in: Make h_errno check not use nested functions.
8124
81251994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8126
8127 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
8128
81291994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8130
8131 * Makefile.in (install-arch-indep): Avoid continued comment
8132 swallowing target line.
8133
81341994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
8135
8136 * configure.in: Protect a character class with `changequote'.
8137
81381994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8139
8140 * configure.in: Accept `news' as a synonym for `newsos'.
8141
81421994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8143
8144 * Makefile.in: Don't rm files if cd fails.
8145
81461994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8147
8148 * make-dist: Put nt subdir and its subdirs in the dist.
8149 (lib-src): Put makefile.nt in the dist.
8150 (lisp): Put makefile.nt in the dist.
8151
81521994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8153
8154 * configure.in: Change a stray `[' to `test'.
8155
81561994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8157
8158 * configure.in: Adapt for Autoconf v2. Use the standard argument
8159 parser, host type canonicalizer, X11 finder, and message
8160 printing macros. Use the new macro names. Use `test' instead of `['.
8161
81621994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8163
8164 * configure.in: Check for getpagesize.
8165
81661994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8167
8168 * make-dist (msdos): Put sed* in the distribution.
8169
81701994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
8171
8172 * config.bat: New option, `--with-x', for configuring Emacs
8173 for use with the X11 system DesqView/X.
8174 New option, `--no-debug', for compiling Emacs without debug
8175 information thus saving disk space.
8176 (src/config.h, src/paths.h): Use `update' (which is like
8177 `move-if-changed') to change the file.
8178 (src/config.h): When configuring for X11 perform extra changes.
8179 (src/makefile): When configuring for X11 perform extra changes.
8180 (lib-src): Remove temporary files.
8181 (): Check that `sed', `rm', `mv', and `gcc' are available.
8182
81831994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8184
8185 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
8186
8187 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
8188
81891994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8190
8191 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
8192
8193 * configure.in (canonical): Substitute var into makefiles.
8194 (bitmapdir): Likewise.
8195
8196 * Makefile.in (bitmapdir): New variable.
8197 (src/paths.h, paths-force): Edit PATH_BITMAPS.
8198
81991994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8200
8201 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
8202
8203 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
8204 * update-subdirs: New shell script.
8205
82061994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8207
8208 * Makefile.in (top_distclean): Don't rm build-install.
8209 (SOURCES): Delete build-install.in.
8210
8211 * make-dist: Don't distribute build-ins.in.
8212 * build-ins.in: File deleted.
8213
82141994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
8215
8216 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
8217
82181994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8219
8220 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
8221
8222 * configure.in (libexecdir): Renamed from libdir. New default.
8223 (sharedstatedir): Renamed from statedir. New default.
8224 (datadir): New default.
8225
8226 * make-dist: Don't distribute subdirs.el.
8227
82281994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8229
8230 * configure.in (eaccess): Check for it.
8231
82321994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8233
8234 * configure.in (mktime): Check for it.
8235
82361994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
8237
8238 * configure.in (motif): Add support for usage and option checking.
8239
82401994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8241
8242 * configure.in (utimes): Check for it.
8243
82441994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8245
8246 * Makefile.in (install-arch-indep): Don't do mkdir here.
8247
82481994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8249
8250 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8251 riscix.h renamed to acorn.h.
8252
82531994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
8254
8255 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8256 New configurations.
8257
82581994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8259
8260 * configure.in: Remove trailing slashes from srcdir.
8261
82621994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8263
8264 * configure.in (i[345]86-sequent-ptx*): Handle
8265
82661994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8267
8268 * Makefile.in (paths-force): Depend on src/paths.h
8269
82701994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8271
8272 * configure.in (config_options): Save all arguments, not just some.
8273
82741994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8275
8276 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
8277
8278 * configure.in: Add AC_AIX.
8279 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
8280
82811994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8282
8283 * configure.in (parsing options): Simplify sed command to delete -'s.
8284
82851994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
8286
8287 * configure.in (config_options): New shell variable.
8288 Pass its value to C code in EMACS_CONFIG_OPTIONS.
8289
82901994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8291
8292 * configure.in (alpha-dec-osf*): New target.
8293
8294 * Makefile.in: Use just one FRC target.
8295
82961994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8297
8298 * Makefile.in (removenullpaths, paths-force):
8299 Use name paths.h.tmp$$, which depends on the pid.
8300
83011994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8302
8303 * Makefile.in (removenullpaths, paths-force):
8304 Put paths.h.tmp in top-level dir, not in src.
8305
83061994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8307
8308 * Version 19.27 released.
8309
83101994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8311
8312 * Version 19.26 released.
8313
83141994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8315
8316 * configure.in: Check for lrand48, not rand48.
8317
83181994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8319
8320 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
8321 (powerpc-ibm-aix*): New aliases.
8322
83231994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8324
8325 * make-dist (src/m, src/s): Put *.inp in distribution.
8326
83271994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8328
8329 * configure.in: Accept i586 and i486 along with i386.
8330
83311994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8332
8333 * configure.in: Do compute unexec, LIBX, system_malloc, etc
8334 even if CPP env var was set by the user.
8335
8336 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
8337
83381994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
8339
8340 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
8341
83421994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8343
8344 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
8345
83461994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8347
8348 * configure.in: Check more specifically for i*86-sun-sunos.
8349
83501994-08-03 Caveh Jalali (caveh@eng.sun.com)
8351
8352 * configure.in: Handle solaris 2.4.
8353
83541994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8355
8356 * configure.in (rand48): Check for it.
8357
83581994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8359
8360 * make-dist: Update the info files.
8361
83621994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8363
8364 * configure.in: Make "checking..." messages' style consistent.
8365 (HAVE_H_ERRNO): New test.
8366
83671994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8368
8369 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
8370
83711994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8372
8373 * configure.in (CFLAGS): If the envvar was specified, use that.
8374 And set REAL_CFLAGS from it too.
8375
83761994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8377
8378 * make-dist: Update finder-inf.el.
8379
83801994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8381
8382 * make-dist (msdos): Include sed4.inp in dist.
8383
8384 * Makefile.in (libsrc_libs): Var deleted.
8385
83861994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8387
8388 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
8389
83901994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8391
8392 * configure.in (mips-sony-newsos4*): New alias.
8393
83941994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8395
8396 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
8397 (*-convex-convexos*): Accept this as alias.
8398
83991994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8400
8401 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
8402 for two different uses.
8403
84041994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8405
8406 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
8407
84081994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8409
8410 * make-dist: Put ./BUGS into the distrib.
8411
84121994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8413
8414 * configure.in: Handle 386 running Solaris 2.
8415
84161994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8417
8418 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
8419
84201994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8421
8422 * configure.in (mips-sony-newsos*): Use news-risc.h.
8423
8424 * configure.in: Accept bsdi as opsys, like bsd386.
8425
84261994-06-01 Morten Welinder (terra@diku.dk)
8427
8428 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
8429
84301994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8431
8432 * Version 19.25 released.
8433
8434 * make-dist (shortversion): Don't assume another period follows.
8435
84361994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8437
8438 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
8439 (uninstall): Use /bin/pwd.
8440
8441 * Makefile.in (blessmail): Depend on src.
8442 (all): Don't depend on blessmail.
8443
8444 * Makefile.in (src/paths.h): Don't force recomputation.
8445 (paths-force): New target; force recomputation of paths.h.
8446 (all): Depend on paths-force.
8447 (src, lib-src): Depend on src/paths.h.
8448
8449 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
8450 NON_GCC_TEST_OPTIONS.
8451
84521994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8453
8454 * configure.in: Don't insist on subversions for irix.
8455
84561994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8457
8458 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
8459
8460 * configure.in (i[34]86-next-*): New alternative.
8461
84621994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8463
8464 * Version 19.24 released.
8465
8466 * configure.in: New config hppa*-hp-hpux9shr*.
8467
84681994-05-22 Morten Welinder (terra@tyr.diku.dk)
8469
8470 * config.bat: Doc fix.
8471
84721994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8473
8474 * Makefile.in (mostlyclean, clean, distclean, realclean)
8475 (extraclean): Don't act on man subdir if it doesn't exist.
8476
84771994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8478
8479 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
8480 Use them to set up CC.
8481 (*-sun-sunos4.1.3): Set them.
8482
84831994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8484
8485 * Makefile.in (lib-src): Don't depend on src/paths.h.
8486
84871994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8488
8489 * build-ins.in (copydests): Get rid of spurious `-'s.
8490
8491 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
8492
84931994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8494
8495 * Version 19.23 released.
8496
8497 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
8498 for the Xlib and Xt checks; then restore old CFLAGS.
8499
85001994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8501
8502 * configure.in (HAVE_X11XTR6): Add newline before #if.
8503 Add newline after #endif.
8504
85051994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8506
8507 * configure.in (HAVE_X11XTR6): Arrange to define it.
8508
85091994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8510
8511 * Makefile.in (install): Depend on blessmail.
8512
85131994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8514
8515 * configure.in (mips-siemens-sysv*): Put quotes around value
8516 containing blanks.
8517
85181994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8519
8520 * Makefile.in (TAGS): Use the makefile in src subdir.
8521
85221994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8523
8524 * configure.in (opsys): Recognize `gnu'.
8525
85261994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8527
8528 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
8529
85301994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8531
8532 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
8533 version > 1.8.
8534
85351994-05-08 Morten Welinder (terra@diku.dk)
8536
8537 * config.bat: Forcibly remove "# " style comments from makefiles.
8538
85391994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8540
8541 * Makefile.in (uninstall): When processing lispdir and etcdir,
8542 do nothing unless it exists and is a directory.
8543
85441994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8545
8546 * Makefile.in (install-arch-indep): Do install info/dired-x*.
8547 Merge code in from install-doc.
8548 (install-doc): Merge code back into install-arch-indep.
8549 (install-arch-dep): Don't depend on install-doc.
8550
8551 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
8552
85531994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8554
8555 * configure.in (making src/Makefile and lib-src/Makefile):
8556 Split off the autoconf substitutions and don't pass them thru cpp.
8557 (undefs): Use $canonical as well as $configuration.
8558
8559 * make-dist: Distribute lisp/Makefile.
8560
8561 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
8562 Use lower case names for the s files.
8563
85641994-05-03 Morten Welinder (terra@diku.dk)
8565
8566 * config.bat: Added possibility for different file name
8567 transcriptions in lib-src.
8568
85691994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8570
8571 * Makefile.in (lib-src): Undo previous change.
8572 (blessmail): New target to run maybe-blessmail in lib-src.
8573 (all): Depend on blessmail.
8574
8575 * Makefile.in (lib-src): Depend on src.
8576
85771994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
8578
8579 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
8580 (m88k-dg-dgux5.4R2): dgux5.4R2.
8581
85821994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8583
8584 * configure.in (window_system): Restore accidentally deleted code
8585 that uses AC_FIND_X.
8586
8587 * make-dist: Distribute config.bat.
8588
85891994-04-29 Morten Welinder (terra@diku.dk)
8590
8591 * config.bat: Corrected the configuration of lib-src
8592 to keep up with configure. Add note about dos version 3
8593 or better needed (djgpp needs that). Add note explaining
8594 that either install in c:/emacs or edit the script.
8595 Don't change to c:/emacs, but assume we're there (to minimize
8596 the number of places to change).
8597
8598 * config.bat: Build-in the first step towards X11 support with
8599 the X11 emulator that exists. At this time it won't work,
8600 and several files are missing.
8601
86021994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8603
8604 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
8605 Don't look for -lresolv.
8606
8607 * Makefile.in (lib-src): Depend on src/paths.h.
8608
86091994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8610
8611 * configure.in: Restore deleted AC_SUBST of `configuration'.
8612 Improve error message for bad --with-x-toolkit value.
8613
8614 * configure.in: Define CONFIGURATION in src/config.h
8615 rather than substituting in src/Makefile.in.
8616
86171994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8618
8619 * Makefile.in (install-doc): New target.
8620 (install-arch-dep): Depend on install-doc.
8621 (mkdir): Create docdir.
8622
86231994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8624
8625 * configure.in: Test for libresolv.a.
8626 Substitute machfile and opsysfile.
8627
86281994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8629
8630 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
8631 (install-arch-dep): Install under the name $(EMACS).
8632
86331994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8634
8635 * configure.in (version): Use entire value of emacs-version.
8636 (mips-siemens-sysv*): New alternative.
8637
86381994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8639
8640 * Makefile.in (install-arch-indep): Don't install dired-x*.
8641
86421994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8643
8644 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
8645 Fix definition of $undefs.
8646
86471994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8648
8649 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
8650
8651 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
8652
86531994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8654
8655 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
8656
86571994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8658
8659 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
8660 and run it thru cpp, as with src/Makefile.in.
8661
8662 * configure.in: Use AC_SET_MAKE.
8663
86641994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8665
8666 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
8667
86681994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8669
8670 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
8671
8672 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
8673 (printing the choices): Make the toolkit message unconditional.
8674 (USE_X_TOOLKIT): Use `none', not `no', if none.
8675 (include libsrc_libs): Include config.h, and specify -I for srcdir.
8676 Get rid of temp file foofoo1.
8677
86781994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8679
8680 * configure.in (CFLAGS): Use shell syntax, not Makefile.
8681
86821994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8683
8684 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
8685 (printing the choices): State choice of toolkit.
8686 (libsrc_libs): Recalculate after writing config.h;
8687 then update lib-src/Makefile.
8688
86891994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8690
8691 * configure.in: Add sunos4shr as alternative for suns.
8692 Conditionals testing for null $CC were backwards.
8693
86941994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8695
8696 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
8697
86981994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8699
8700 * configure.in: Handle -isc4.0*.
8701
87021994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8703
8704 * configure.in (esix5): Set NON_GNU_CPP.
8705
87061994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
8707
8708 * Makefile.in (thisdir): Nonsensical variable removed.
8709 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
8710 back to $thisdir, rather than the directory `this_dir'.
8711
87121994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8713
8714 * Makefile.in (install-arch-indep): Add missing backslash after a
8715 `then'.
8716
87171994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8718
8719 * Makefile.in (thisdir): New variable.
8720 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
8721
87221994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8723
8724 * configure.in: Add freebsd.
8725
87261994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8727
8728 * configure.in: Check for fpathconf.
8729
87301994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8731
8732 * configure.in (with_x_toolkit): Fix typo in previous change.
8733
87341994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8735
8736 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
8737
87381994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8739
8740 * configure.in (with_x_toolkit): Don't allow motif or open-look.
8741
87421994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8743
8744 * configure.in: Fix value of docdir.
8745 * Makefile.in (install-arch-indep): Install DOC* in docdir.
8746
87471994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8748
8749 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
8750
87511994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
8752
8753 * configure.in: New variable docdir to control where the docstring
8754 file goes.
8755 Makefile.in: Use it to initialize PATH_DOC in paths.h.
8756
87571994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8758
8759 * configure.in: When --run-in-place, don't inherit archlibdir.
8760
87611994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8762
8763 * Makefile.in (install-arch-dep, install-arch-indep):
8764 New targets split up former do-install rule.
8765 (do-install): Target deleted.
8766
87671994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8768
8769 * configure.in (mips-sony-newsos*): New configuration.
8770
87711994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
8772
8773 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
8774
87751994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8776
8777 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
8778
87791994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8780
8781 * configure.in: Don't initialize CC.
8782
87831994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8784
8785 * configure.in (creating src/Makefile): Also generate -U switches
8786 for symbols in the $configuration value.
8787
8788 * configure.in: Check for sys_siglist being declared in system header.
8789
87901994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8791
8792 * configure.in (creating src/Makefile): Delete blank lines
8793 along with lines of whitespace.
8794 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
8795
87961994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8797
8798 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
8799 like C_SWITCH_SYSTEM.
8800 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
8801
88021994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8803
8804 * configure.in (drem): Check for this function.
8805
88061994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8807
8808 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
8809 If CPP was inherited from environment, don't use NON_GNU_CPP.
8810 (NON_GNU_CC): Likewise.
8811 (handling with_gcc): Use explicit if in the `no' case.
8812 (cc_specified): New variable; if set, don't use NON_GNU_CC.
8813
88141994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8815
8816 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
8817
88181994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8819
8820 * configure.in: Check whether fmod exists.
8821
88221994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8823
8824 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
8825 {src,lisp}/OChangeLog.
8826
88271994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8828
8829 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
8830 necessary for proper operation. This code works with the current
8831 released version of Autoconf.
8832
88331994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8834
8835 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
8836 (USE_X_TOOLKIT): Define it for all values except `no'.
8837
8838 * configure.in: Undo first Jan 8 change and Jan 16 change.
8839
88401994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8841
8842 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
8843 Substitute USE_X_TOOLKIT as both C macro and Make variable.
8844
8845 * Makefile.in (lwlib/Makefile): New target.
8846 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
8847 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
8848 (unlock, relock): Handle lwlib subdir.
8849
8850 * Makefile.in: Add some .PHONY targets.
8851
8852 * make-dist: Handle lwlib subdir like oldXMenu subdir.
8853
8854 * lwlib: New subdirectory.
8855
88561994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8857
8858 * configure.in: If CPP has a value that is a directory,
8859 discard the value.
8860
88611994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8862
8863 * configure.in (srcdir_undefs): Add g flag to sed substitution to
8864 remove -U[0-9]*.
8865
88661994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8867
8868 * Makefile.in (do-install): Install the dired-x info files.
8869
8870 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
8871 (See src/s/sol2.h.)
8872
88731994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8874
8875 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
8876
88771994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8878
8879 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 8880 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
8881 gratuitously break this and not make a change log entry.
8882 Optimized sed processing of Makefile.in and cpp output; now
8883 preserves comments previously removed from the cpp input.
8884 Eliminated temp file for cpp output. Generate -U switches to
8885 undefine all identifiers that appear in the directory name
8886 ${srcdir}; pass these to cpp.
8887
8888 * configure.in (version): Fix sed regexp to match two-elt version
8889 number.
8890
8891 * configure.in: Check for strerror.
8892
88931994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8894
8895 * configure.in: Test for bcmp.
8896
88971994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8898
8899 * make-dist (tempdir): Put subdir msdos into the distribution.
8900
89011993-01-07 Morten Welinder (terra@diku.dk)
8902
8903 * config.bat: New file.
8904
89051994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8906
8907 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
8908
89091994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8910
8911 * configure.in (m68*-next-*): Don't care about which os is specified.
8912 (i[34]86-*-*): Check for *-nextstop*.
8913
89141993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8915
8916 * configure.in: Check for setsid.
8917
89181993-12-17 Richard Stallman (rms@srarc2)
8919
8920 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
8921
89221993-12-15 Richard Stallman (rms@srarc2)
8923
8924 * Makefile.in (mkdir): Make only the lockdir writable.
8925
8926 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
8927
89281993-12-11 Richard Stallman (rms@srarc2)
8929
8930 * Makefile.in (libdir): Use @libdir@.
8931
89321993-12-08 Richard Stallman (rms@srarc2)
8933
8934 * Makefile.in (install): Add empty command.
8935
89361993-12-04 Richard Stallman (rms@srarc2)
8937
8938 * make-dist: Put man/getopt.c in the dist.
8939
8940 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
8941
8942 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
8943
89441993-12-03 Richard Stallman (rms@srarc2)
8945
8946 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
8947 Set it for all solaris versions.
8948 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
8949 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
8950 Likewise for NON_GNU_CC and CC.
8951
89521993-12-01 Richard Stallman (rms@srarc2)
8953
8954 * configure.in (mips-mips-riscos4*): Assign variable CC.
8955 (checking ${with_gcc}): If "no", don't override CC if already set.
8956 (CC): Initialize it as empty.
8957
89581993-11-30 Richard Stallman (rms@srarc2)
8959
8960 * configure.in (Suns): Set CPP if *-solaris2.3*.
8961
89621993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8963
8964 * Version 19.22 released.
8965
8966 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
8967
89681993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8969
8970 * make-dist: When breaking links, use cp -p.
8971 Copy install.sh into distribution.
8972 Move the temp dir up into the parent dir;
8973 don't leave the staging dir make-dist.tmp... in existence.
8974 * install.sh: New file.
8975
89761993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8977
8978 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
8979
89801993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8981
8982 * configure.in (version): When --run-in-place, exclude
8983 ${datadir}/emacs/site-lisp from locallisppath.
8984
89851993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8986
8987 * configure.in: Delete jumk.c before writing it.
8988
89891993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8990
8991 * Version 19.21 released.
8992
8993 * Makefile.in (mkdir): Ignore error from chmod.
8994
89951993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8996
8997 * make-dist: Don't put lisp/forms.README in the distribution.
8998
89991993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9000
9001 * configure.in (creating src/Makefile): Before running cpp,
9002 discard all lines that start with `# Generated' or /**/#.
9003
90041993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9005
9006 * Version 19.20 released.
9007
9008 * make-dist: Use build-ins.in, not build-install.in.
9009 Don't bother updating TAGS since it's not included.
9010
9011 * build-ins.in: Renamed from build-install.in.
9012
90131993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9014
9015 * make-dist: Don't try to link *.texinfo--there are none now.
9016 When running make in lib-src, specify YACC var value.
9017
90181993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9019
9020 * configure.in (extrasub): Add vpath patterns for %.[yls].
9021
9022 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
9023 Instead just include the commands to make src/Makefile as the
9024 second arg to AC_OUTPUT.
9025
9026 * configure.in: Use : instead of dnl for comment inside
9027 $makefile_command.
9028
9029 * configure.in: No longer use vpath_sed. Instead, when we notice
9030 srcdir already configured, set extrasub to hack vpath in the
9031 makefiles.
9032
9033 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
9034 before moving it.
9035 * Makefile.in (VPATH): Define to @srcdir@.
9036
90371993-09-28 Brian J. Fox (bfox@cubit)
9038
9039 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
9040 doesn't exist. Just copy src/Makefile.in instead. Touch
9041 all of the Makefiles after editing config.status.
9042
9043 * INSTALL: Update documentation to match new configuration
9044 mechanism.
9045
90461993-09-27 Brian J. Fox (bfox@ai.mit.edu)
9047
9048 * configure.in: Allow any of the path or directory Makefile
9049 variables to be set with flags to configure. Create all Makefiles
9050 at configure time. Edit special commands into config.status after
9051 src/Makefile.in is built from src/Makefile.
9052
9053 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
9054 If these files are out of date, simply have config.status
9055 rebuild them; don't rebuild them explicitly.
9056
90571993-09-25 Brian J. Fox (bfox@ai.mit.edu)
9058
9059 * build-install.in: Change src/xemacs to src/emacs. We no longer
9060 create src/xemacs, so the file wouldn't be found.
9061
9062 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
9063
90641993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
9065
9066 * configure.in: Avoid forcing the search of /usr/include before
9067 fixed include files by resetting C_SWITCH_X_SITE if it is
9068 "-I/usr/include".
9069
90701993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9071
9072 * Makefile.in (@rip_paths@locallisppath):
9073 Delete ${datadir}/emacs/site-lisp.
9074
90751993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9076
9077 * configure.in:
9078 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
9079 Remove ${extra_output} from AC_OUTPUT call.
9080
90811993-09-17 Brian J. Fox (bfox@inferno)
9082
9083 * make-dist: Quote backquotes found in strings to be echoed.
9084
9085 * configure.in: Use "sh -c pwd" when we want to avoid having the
9086 shell fix up the value of $PWD.
9087
90881993-09-13 Brian J. Fox (bfox@inferno)
9089
9090 * Makefile.in (do-install): Don't abort if ln or chmod at the end
9091 of the installation fail. Suggested by Karl Berry.
9092
90931993-08-30 Brian J. Fox (bfox@inferno)
9094
9095 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
9096 was used. Set MAKEFLAGS from MFLAGS.
9097
90981993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9099
9100 * configure.in: Test for res_init in libc.
9101
91021993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9103
9104 * configure.in: In the file ${tempcname}, use configure___
9105 instead of @configure@.
9106
91071993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
9108
9109 * make-dist: Dist vpath.sed
9110
9111 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
9112 Depend on vpath.sed.
6e81c819 9113 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
9114
9115 * configure.in: Substitute variable `vpath_sed'.
9116 If not in $srcdir and $srcdir is configured,
9117 issue warning that GNU make is required,
9118 and set vpath_sed to use vpath.sed script.
9119
91201993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9121
9122 * configure.in: Remove check for $srcdir being configured. This
9123 pretty much works now.
9124 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
9125 Check for XFree86 (/usr/X386/include) independent of whether
9126 -lXbsd exists.
9127
9128 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
9129 realclean, unlock, relock): Use `$(MAKE)' in place of plain
9130 `make'.
9131
91321993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9133
9134 * Version 19.19 released.
9135
9136 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
9137
91381993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9139
9140 * configure.in: Check for XScreenNumberOfScreen.
9141
91421993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9143
9144 * configure.in: Add * to end of all configuration alternatives.
9145 (m68*-sony-newsos3*): New alternative.
9146
91471993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9148
9149 * make-dist: Include getdate.c in distribution.
9150
9151 * configure.in: For --help, use $PAGER if it is set.
9152 (LIB_X11_LIB): Default to -lX11.
9153 (mips-sgi-irix5.*): New alternative.
9154
9155 * Makefile.in (do-install): Install info/gnus* and info/sc*.
9156
9157 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
9158 Recognize *.B8.* as hpux version 8.
9159 (m68*-tektronix-bsd*): Fix typo in tek4300.
9160 (AC_HAVE_FUNCS): Add ftime.
9161
91621993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9163
9164 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
9165 Use tekxd88, not tekXD88.
9166
91671993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9168
9169 * configure.in: Check for -lm. Then can check for frexp and logb.
9170
91711993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9172
9173 * Version 19.18 released.
9174
9175 * make-dist (src): Don't put gnu-hp300 in dist.
9176 (src, lisp): Include OChangeLog in dist.
9177
91781993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9179
9180 * configure.in: Test for presence of logb and frexp functions.
9181
91821993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9183
9184 * configure.in (machine): Add i370-ibm-aix*.
9185
91861993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9187
9188 * configure.in (function checks): Test for mkdir and rmdir.
9189
9190 * configure.in (function checks): Don't test for random and bcopy
9191 only when we're building with X; look for them all the time.
9192
91931993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9194
9195 * configure.in: Test for availability of bcopy functions, searching
9196 the X libraries if we're using X.
9197
9198 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
9199 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
9200 versions of AIX, and needs to be passed to the loader.
9201
9202 * configure.in: Test for the availability of the
9203 XScreenResourceString function.
9204
92051993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
9206
9207 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
9208 LD_SWITCH_X_SITE and assume --with-x11.
9209 Only look for X11 files if we weren't told about a window system
9210 or if we were told to use X11 but not told where.
9211 Search the libraries from the s and/or m files when checking for
9212 functions.
9213
9214 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
9215
92161993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9217
9218 * make-dist: Include lisp/dired.todo in the distribution.
9219
92201993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9221
9222 * configure.in: Add code to set HAVE_INET_SOCKETS.
9223
92241993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9225
9226 * configure.in: If we do find x_includes and x_libraries
9227 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
9228
92291993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9230
9231 * make-dist: Include src/gnu-hp300 in the dist.
9232
9233 * configure.in (canonical): New variable holds the canonicalized
9234 configuration. Don't alter `configuration'. Use `configuration'
9235 for Makefile.in for file naming.
9236 (testing x_includes and x_libraries): Use =, not ==.
9237
92381993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9239
9240 * Version 19.17 released.
9241
9242 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
9243 directory's makefile. This allows the invocation of CPP which
9244 builds xmakefile to receive these switches. The SunSoft C
9245 preprocessor inserts spaces between tokens if it doesn't get the
9246 -Xs flag requested in src/s/sol2.h.
9247
92481993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
9249
9250 * configure.in (m68k-bull-sysv3): New config.
9251
92521993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9253
9254 * configure.in: Use the autoconf AC_FIND_X macro to try to find
9255 the X Windows libraries.
9256
92571993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9258
9259 * make-dist (tempdir): Don't create lisp/forms-mode directory in
9260 the distribution. Those files aren't kept in their own
9261 subdirectory any more.
9262
92631993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9264
9265 * Version 19.16 released.
9266
92671993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9268
9269 * configure.in: Add --verbose flag.
9270
92711993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9272
9273 * version 19.15 released.
9274
92751993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9276
9277 * Makefile.in (top_distclean): Use -f switch when cleaning out
9278 lock dir; it might be empty.
9279
9280 * configure.in: Only check for -lXbsd once.
9281
92821993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9283
9284 * Version 19.14 released.
9285
92861993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9287
9288 * make-dist: If using gzip, create distribution with '.gz' extension.
9289
9290 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
9291 (lisp/forms-mode): This doesn't exist anymore.
9292
9293 * configure.in: Look for the closedir function.
9294
92951993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9296
9297 * configure.in (CPP): Autoconf sets this to a shell variable
9298 reference, which doesn't work when it's edited into a makefile.
9299 Expand that variable reference.
9300
9301 * Makefile.in (CPP): New variable.
9302 (src/Makefile): Edit CPP into src/Makefile.
9303
9304 * Makefile.in (src/Makefile): Don't bother exiting single quotes
9305 and entering double quotes to get the values of LD_SWITCH_X_SITE
9306 and the other make variables; make substitutes them in anyway.
9307
9308 * Makefile.in (uninstall): Don't remove the lisp and etc
9309 directories if they're in the source tree.
9310
9311 Bring mumbleclean targets into conformance with GNU coding standards.
9312 * Makefile.in (mostlyclean, clean): Separate these two; just have
9313 them pass the request to the subdirectory makefiles.
9314 (distclean): Pass the request down, and then get rid of the
9315 files configure built, and get rid of the Makefiles.
9316 (realclean): Pass the request down, and then do the same things
9317 distclean does.
9318 (uninstall, info, dvi): New targets.
9319
9320 * configure.in: Move clause for PC-compatible i386 box to the end
9321 of the case statement, to avoid masking configurations below.
9322
9323 * configure.in: Add case for m88k-motorola-sysv4.
9324
9325 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
9326 the HP 68000 machines.
9327
9328 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
9329 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
9330 preprocessor won't fiddle with them.
9331
93321993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9333
9334 * Makefile.in (TAGS): cd to src to run etags.
9335
93361993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9337
9338 * configure.in (version): Check the X libraries for XrmSetDatabase
9339 and random, and see if we have -lXbsd.
9340
93411993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9342
9343 * configure.in: Pass "-Isrc" to the CPP we run to examine the
9344 s/*.h and m/*.h files. Martin Tomes
9345 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
9346
93471993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9348
9349 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
9350 above the general i386 alternative.
9351
93521993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9353
9354 * configure.in: Recognize configuration name for Data General
9355 AViiON machines.
9356
9357 * configure.in: Use AC_LONG_FILE_NAMES.
9358
93591993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9360
9361 * configure.in: Test for bison.
9362 * Makefile.in (YACC): New variable.
9363 (lib-src/Makefile.in): Edit YACC into the makefile.
9364
93651993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9366
9367 * Version 19.13 released.
9368
9369 * configure.in (CFLAGS): Don't set this according to the value of
9370 the GCC shell variable. Instead, consult the machine and system
9371 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
9372 test __GNUC__ while we're at it.
9373
9374 * configure.in: Remove extra ;; from hpux cases.
9375
93761993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9377
9378 * configure.in: Check to see if the system has -ldnet.
9379
93801993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9381
9382 * make-dist: Add clauses to distribute lisp/forms-mode.
9383
93841993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9385
9386 * configure.in (machine): Fix the versions in hpux version number test.
9387 Do not guess based on cpu type. Do check for explicit system version.
9388
93891993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9390
9391 * configure.in: Do NOT look for `unknown' as company name.
9392
93931993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9394
9395 * configure.in: Fix typo in message.
9396
93971993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9398
9399 * Version 19.12 released.
9400
9401 * Makefile.in (do-install): Correct previous etc-copying change.
9402 Partially rewrite using `if'.
9403 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
9404
9405 * Version 19.11 released.
9406
9407 * configure.in: Handle 386bsd.
9408
94091993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9410
9411 * make-dist: Update getdate.c.
9412
9413 * configure.in: Handle bsd386.
9414
9415 * Makefile.in (do-install): Use `-' in tar options.
9416
9417 * configure.in: Change ! "${...}" to x"${...}" = x.
9418
9419 * Makefile.in (do-install): Copy the DOC-* files from the build
9420 etc directory, as well as lots of things from ${srcdir}/etc.
9421
9422 * make-dist: Copy config.guess.
9423
9424 * configure.in: Handle AIX versions 1.2, 1.3.
9425
94261993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9427
9428 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
9429 the configuration name mips-mips-usg* to represent USG systems.
9430
9431 * configure.in: Fix logic to detect if srcdir is already configured.
9432
9433 * Makefile.in: Pass in LD_SWITCH_X_SITE.
9434
9435 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
9436 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
9437 of a directory; cd might fail, and have pwd print out the current
9438 directory.
9439
94401993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9441
9442 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
9443
94441993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9445
9446 * configure.in: Complain if srcdir points at an already-configured
9447 tree.
9448
94491993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9450
9451 * Version 19.10 released.
9452
94531993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9454
9455 * Makefile.in: Use Makefile comments, not C comments.
9456
9457 * configure.in: Add case for the Tektronix XD88.
9458
94591993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9460
9461 * configure.in: Handle sysv4.2 and sysvr4.2.
9462
94631993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9464
9465 * configure.in: Traverse the argument list without destroying it;
9466 don't use shift. It turns out that "set - ${saved_arguments}"
9467 doesn't work portably.
9468
9469 * configure.in: Add missing "fi".
9470
9471 * make-dist: Rebuild configure if configure.in is newer.
9472
9473 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
9474 targets to be executed even if make remembers that it has already
9475 satisfied FRC.
9476
94771993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9478
9479 * Makefile.in (do-install): Delete redundant code to copy etc twice.
9480
9481 * configure.in (romp): Handle various version numbers with aos and bsd.
9482
94831993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9484
9485 * configure.in: Fix message text.
9486
94871993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9488
9489 * make-dist: Make a `site-lisp' directory in the distribution,
9490 instead of a `local-lisp' directory, which hasn't been the
9491 appropriate name for a long time.
9492 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
9493 from the distribution first, then /usr/local/lib/emacs/site-lisp.
9494
9495 * Makefile.in (do-install): Correctly detect if ./etc and
9496 ${srcdir}/etc are the same.
9497
9498 * configure.in: Extract UNEXEC from the system configuration
9499 files, compute the name of the source file corresponding to the
9500 object file, and #define it as UNEXEC_SRC in config.h.
9501
9502 * configure.in: If srcdir is '.', then try using PWD to make it
9503 absolute.
9504
9505 * configure.in: Include ${srcdir} in the printed report, to help
9506 people notice if it's an automounter path.
9507
95081993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9509
9510 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
9511
95121993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9513
9514 * Makefile.in (do-install): Delete the dest dir, not the source dir,
9515 when they are different. Add `shift' command.
9516 (COPYDESTS, COPYDIR): Delete external-lisp dir.
9517 (externallispdir): Var deleted.
9518
9519 * configure.in: Delete spurious paren outputting short_usage.
9520
95211993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9522
9523 * Version 19.9 released.
9524
95251993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9526
9527 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
9528 subdirectory makes.
9529
9530 * make-dist: Check for .elc files with no corresponding .el file.
9531
9532 * Makefile.in (mkdir): Make all the directories in locallisppath.
9533
9534 * config.guess: New file.
9535 * configure.in: Use it, tentatively.
9536 * INSTALL: Mention its usage.
9537
9538 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
9539 the former gives you the operating system rev directly. Use
9540 s/hpux.h if we don't recognize what we got.
9541
9542 * Makefile.in (do-install): Don't remove a destination directory
9543 if it's the same as the source. If ${srcdir}/info == ${infodir},
9544 don't try to copy the info files.
9545
9546 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
9547 doesn't work if you're not using a separate source directory.
9548 (do-install): Copy the build tree's etc directory only after
9549 making sure it's not also the source tree's etc directory.
9550
95511993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9552
9553 * configure.in: Handle sunos4.1.3 specially.
9554
95551993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9556
9557 * Makefile.in (INSTALL): Add definition.
9558
9559 * configure.in: Fix some messages. Support -with-gnu-cc.
9560 At the end, use `set --', not `set -'.
9561 Delete spurious `.h' in hpux alternatives.
9562
95631993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9564
9565 * Version 19.8 released.
9566
95671993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9568
9569 * configure.in: When looking for source in the same directory as
9570 the configure script, make the path thus discovered absolute.
9571 If the user specifies the `--srcdir' switch, make that directory
9572 absolute too.
9573
9574 * Makefile.in (srcdir): Remove comment saying this doesn't work.
9575
9576 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
9577 too, as the value of the PATH_INFO macro.
9578
9579 * configure.in: Check to see if the source lives in the same
9580 directory as the configure script.
9581
95821993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9583
9584 * Makefile.in (install): Split this into `install' and
9585 `do-install', to give people more control over exactly what gets
9586 done.
9587 (do-install): New target, containing the guts of `install'. Don't
9588 remove and recreate the directories inside the copying loop - do
9589 it all before the copying loop. Pass more flags to the lib-src
9590 make.
9591 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
9592 avoid errors and warnings.
9593
9594 * configure.in: For generic IBM PC boxes, insist on "unknown" for
9595 the manufacturer - the more general case was blocking other i386
9596 configuration names below, and that's how the names are written in
9597 MACHINES anyway.
9598
9599 * make-dist: When breaking links, remove the link before moving
9600 the copy onto it, to avoid interactive behavior.
9601
9602 * Makefile.in: Doc fix.
9603
9604 * configure.in: Doc fix.
9605
9606 * INSTALL: Mention --exec-prefix option.
9607
9608 * configure.in: Add support for the `--exec-prefix' option.
9609 * Makefile.in: Accept that support.
9610
9611 * configure.in: Use the AC_PROG_INSTALL macro.
9612 * Makefile.in (INSTALL): Variable removed.
9613 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
9614
9615 * configure.in: Distinguish between hp800's and hp700's by calling
9616 "uname -m".
9617
96181993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9619
9620 * configure.in: Recognize configuration names for i860 boxes
9621 running SYSV.
9622
96231993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9624
9625 * configure.in: Distinguish between hp800's and hp700's by the
9626 version of HP/UX they run, since that's something people are more
9627 likely to know - hp700's run 8.0.
9628 Add HP 700 configuration.
9629
9630 * configure.in: Test for the presence of the `rename' function.
9631
9632 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
9633 configure.in.
9634 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
9635
9636 * make-dist: Break intra-tree links.
9637
9638 * configure.in: Explain that this is an autoconf script, and give
9639 instructions for rebuilding configure from it. Arrange to put
9640 comments in configure explaining this too.
9641
9642 * configure.in: Make the first line of the configure script be
9643 "#!/bin/sh". Leaving the first line blank didn't work.
9644
9645 * configure.in (long_usage): Removed; made short_usage describe
9646 the options briefly.
9647
9648 * configure.in: Implement the --prefix option.
9649 * Makefile.in (prefix): Add support for it here.
9650 * INSTALL: Document it here.
9651
9652 * Makefile.in (install): Don't assume that the files in the `info'
9653 subdirectory match *.info. They don't have that prefix.
9654
96551993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9656
9657 * configure.in: Add case for version 5 of Esix.
9658
96591993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9660
9661 * Version 19.7 released.
9662
9663 * make-dist: There aren't any *.com files in lib-src anymore.
9664
9665 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
9666 them; they're symlinks to other filesystems on the GNU machines.
9667
9668 * make-dist: Check that the manual reflects the same version of
9669 Emacs as stated in lisp/version.el. Edit that version number into
9670 the README file.
9671
96721993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9673
9674 * configure.in: Remove the hack of AC_DEFINE; use
9675 AC_DEFINE_UNQUOTED.
9676
96771993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9678
9679 * make-dist: Don't distribute precomp.com, compile.com, or
9680 link.com from ./src; they're in ./vms now.
9681
9682 Some time-handling patches from Paul Eggert:
9683 * configure.in: Add AC_TIMEZONE.
9684
96851993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9686
9687 * configure.in: Recognize Linux as a valid operating system for
9688 the i386.
9689
96901993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9691
9692 * make-dist: Distribute some VMS files we got from Richard Levitte.
9693
9694 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
9695 the source for the sed command, not oldXMenu/Makefile.
9696
96971993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9698
9699 * INSTALL: Don't claim the srcdir option doesn't work.
9700
97011993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9702
9703 * configure.in: Include remarks saying what order the autoconf
9704 tests should go in, and remind people to change config.h.in
9705 whenever they add autoconf tests which make #definitions.
9706
9707 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
9708
97091993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9710
9711 * Makefile.in (oldXMenu/Makefile): Make this depend on
9712 ${srcdir}/oldXMenu/Makefile.in, not itself.
9713
9714 * PROBLEMS: Some updates from David J. Mackenzie.
9715
9716 More changes from David J. Mackenzie.
9717 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
9718 removed; autoconf and config.h should specify all these
9719 differences.
9720 (buildlisppath): Make this path depend on ${srcdir}.
9721 (INSTALLFLAGS): Removed.
9722 (INSTALL): Include the -c flag.
9723 (install): Change the way we invoke install accordingly.
9724
9725 Install ${srcdir} changes from DJM.
9726 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
9727 list.
9728 (COPYDIR, COPYDESTS): Install files from both the etc directory in
9729 the source tree and the etc directory in the object tree.
9730 (${SUBDIR}): Pass the prefix variable down to submakes.
9731 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
9732 in /bin.
9733 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
9734 values for srcdir and VPATH.
9735 (install): Add `v' flag to tar command. Make sure that `dir'
9736 exists in ${srcdir}/info before copying it. Remember that the man
9737 pages come from the source tree, not the object tree.
9738 * configure.in: Remove remarks saying that the --srcdir option
9739 doesn't work.
9740 Create the etc directory in the object tree.
9741 Recognize configuration names of the form *-sun-solaris*.
9742 Recognize sunos5 and solaris as operating system names.
9743
9744 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
9745 lib-src/getdate.y and src/systime.h.
9746
97471993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9748
9749 * make-dist: Make links in info subdir.
9750
97511993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9752
9753 * configure.in: Call AC_STDC_HEADERS.
9754
97551993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9756
9757 * configure.in: Sidestep autoconf's quoting of the second argument
9758 of AC_DEFINE, so we can specify the value to put there. It would
9759 be nice if autoconf provided some way to specify computed values
9760 for macros.
9761
97621993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9763
9764 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
9765 this is always just -DHAVE_CONFIG_H.
9766
9767 The GNU coding standards specify that CFLAGS should be left for
9768 users to set.
9769 * Makefile.in (CFLAGS): Let configure determine the default value
9770 for this. Don't
9771 have it default to DEFS.
9772 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
9773 (lib-src/Makefile, src/Makefile): Edit the default value for
9774 CFLAGS into these files, not DEFS.
9775 * configure.in (CFLAGS): Choose a default value for this - "-g"
9776 normally, or "-g -O" if we're using GCC. Edit it into the
9777 top-level Makefile.
9778
9779 * configure.in: When scanning the machine and system description
9780 #include files, write their names to conftest.c properly.
9781
97821993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9783
9784 * configure.in: In configuration name case for Apallos running
9785 Domainios, set opsys, not opsysfile.
9786
9787 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
9788 src/config.h, instead of AC_OUTPUT; the latter overwrites
9789 src/config.h even when it hasn't changed, puts a makefile-style
9790 comment at the top even though it's C code, and produces a
9791 config.status script which doesn't do the job right.
9792
9793 * configure.in: Add AC_LN_S test, so we can tell whether or not we
9794 can use a symbolic link to get the X Menu library into src.
9795 * Makefile.in (LN_S): New variable.
9796 (src/Makefile): Edit the value of LN_S into this makefile.
9797
97981993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9799
9800 * configure.in: Support *-sco3.2v4* as opsystem.
9801
9802 * make-dist: Don't include calc directory.
9803 Exclude many files in the man directory; copy a few.
9804
98051993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9806
9807 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
9808 call AC_STRUCT_TM to see what's in time.h.
9809
9810 * configure.in: Employ quoting stupidity to get the value of CPP
9811 to expand properly.
9812
98131993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9814
9815 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
9816 variable to scan the machine and system description files.
9817
9818 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
9819 so that getdate.y builds correctly.
9820
98211993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9822
9823 * configure.in (tempcname): Change this to "conftest.c", so it will
9824 work properly on systems with short filenames; this is the name
9825 autoconf uses.
9826
9827 * configure.in: Also detect the availability of dup2 and
9828 gethostname.
9829
9830 * configure.in: Use the AC_ALLOCA test.
9831 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
9832 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
9833
98341993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9835
9836 * make-dist: Distribute configure, as well as configure.in.
9837 Oversight.
9838
98391993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9840
9841 * Makefile.in (install): Print out the name of the directory we're
9842 copying, so people can have some idea of whether we're making
9843 progress.
9844
9845 * Makefile.in (install.aix, install.xenix, install.sysv, install):
9846 Don't forget to re-create the COPYDESTS directories after we clear
9847 them out.
9848
98491993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9850
9851 * Makefile.in: Add autoconf cookies so that the configure
9852 script can comment out sections of path variable definitions to
9853 choose between the installable configuration and the run-in-place
9854 configuration.
9855 * configure.in: Add new option `--run-in-place', to select the
9856 run-in-place path definitions.
9857
9858 * configure.in: Add a clause to the big configuration name case
9859 for the NeXT machine.
9860
98611993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9862
9863 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9864 Make sure that each source directory exists, and is different from
9865 the destination directory; then, delete the destination before
9866 copying over the source.
9867
9868 * make-dist: Distribute configure.in, instead of configure.
9869
98701993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9871
9872 * configure.in: Don't set CC to "gcc -O" if the user specifies
9873 `--with-gcc'. Add -O to DEFS if GCC is set.
9874
98751993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9876
9877 * Makefile.in (clean mostlyclean): Missing right paren.
9878
9879 * configure.in: When checking for X windows, search for an X11
9880 subdirectory of ${x_includes}.
9881
9882 * configure.in: Check for gettimeofday function, for getdate.y.
9883
9884 Change `configure' to a mixture of custom code and autoconf stuff.
9885 autoconf can't derive all the information we need, but we'd really
9886 like to be able to take advantage of some of its tests, and its
9887 file-editing facilities.
9888 * configure.in: Renamed from configure.
9889 Quote the sections of shell script we want copied literally to
9890 the configure script.
9891 (compile): Initialize this to make the autoconf macros' code happy.
9892 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
9893 code to do their jobs.
9894 Use autoconf to produce Makefile and src/config.h.
9895 Remove the Makefile-style comment that autoconf places at the top
9896 of src/config.h.
9897 (config_h_opts): Removed - no longer necessary.
9898 * Makefile.in (configname): Renamed to configuration.
9899 (CONFIG_CFLAGS): Renamed to DEFS.
9900 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
9901 get values via autoload @cookies@.
9902 (libsrc_libs): Get this from autoconf. We used to do nothing
9903 about this.
9904 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
9905
9906 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
9907 echo the move-if-change command.
9908
99091993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
9910
9911 * make-dist: Distribute lib-src/rcs-checkin.
9912
9913 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
9914 Don't try to make links to the RCS or Old subdirectories.
9915 Use the appropriate extension for the compression type in use.
9916 Create the tar file in the shell's initial default directory, not
9917 in ${tempparent}.
9918 Erase the whole ${tempparent} tree, not just ${tempdir}.
9919
99201993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9921
9922 * Makefile.in (src/paths.h): Don't echo the huge sed command we
9923 use to build paths.h.
9924 (lib-src/Makefile, src/Makefile): Similarly.
9925
9926 * configure: Extend test for working `const' keyword to handle AIX
9927 3.2 cc.
9928
99291993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9930
9931 * make-dist: Distribute lisp/term/ChangeLog.
9932
9933 Arrange for C compilation throughout the tree to get
9934 C_SWITCH_SYSTEM from the configuration files.
9935 * configure: Extract C_SWITCH_SYSTEM from the machine and
9936 system-dependent files, and save it in the top-level Makefile.
9937 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
9938 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
9939
9940 * make-dist: Include the VMS support files in oldXMenu in the
9941 distribution.
9942
9943 * configure: Doc fix.
9944
9945 * configure: Fix corrupted config_h_opts.
9946
9947 * configure: Properly report option names in error messages.
9948
9949 * configure: Properly recognize --x-includes and --x-libraries
9950 options.
9951
9952 * configure: Fix syntax errors in code handling XFree386.
9953
99541993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9955
9956 * configure: Add special code to detect XFree386, and tell
9957 config.h about it.
9958
9959 * configure: Properly handle extracting values of LIBS_MACHINE and
9960 LIBS_SYSTEM that contain spaces.
9961
9962 * configure: Add `--x-includes' and `--x-libraries' options. I
9963 think these are dopey, but no less than three alpha testers, at
9964 large sites, have said they have their X files installed in odd
9965 places. Implement them by setting C_SWITCH_X_SITE and
9966 LD_SWITCH_X_SITE in src/config.h.
9967
99681993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9969
9970 * make-dist: Don't distribute etc/Old files.
9971
9972 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
9973 backups.
9974
99751993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9976
9977 * make-dist: Fix typo.
9978
99791993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9980
9981 * make-dist: Corrected typo, fixed it to discard = and TAGS files
9982 in some cases where it should but didn't seen to.
9983
9984 * Makefile.in: Added unlock and relock productions.
9985
99861993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9987
9988 * make-dist: Add a --compress option to force make-dist to use
9989 compress.
9990
9991 * make-dist: Use gzip, if we can find it.
9992
9993 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9994 make rs6000-ibm-aix default to -aix32.
9995
99961993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9997
9998 * Makefile.in: Added `Developer's configuration' section.
9999
100001993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10001
10002 * Makefile.in: Add commented-out variable settings for developer's
10003 configuration.
10004
100051993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10006
10007 * make-dist: Distribute `src/bitmaps' too.
10008
100091993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
10010
10011 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10012 make rs6000-ibm-aix default to -aix32.
10013
100141993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10015
10016 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
10017
10018 * Makefile.in (install.sysv): Add a second `$' in front of
10019 `${dest}', so that the shell will expand it, instead of Make.
10020
10021 * configure: When processing the name of the configure script,
10022 collapse `././' to `./', but leave a single `./' prefix alone.
10023
10024 * configure: Doc fix.
10025
100261993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10027
10028 * configure: Handle isc3.0 correctly.
10029
100301993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10031
10032 * make-dist: Don't try to copy the COPYING notice into
10033 external-lisp; we're not distributing that directory any more.
10034
100351993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10036
10037 * Makefile.in (install, install.aix, install.xenix, install.sysv):
10038 Remove CVS subdirectories from the installed directory trees, as
10039 well as RCS directories.
10040
100411993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10042
10043 * make-dist: Only copy gmalloc.c if we couldn't link it.
10044 Don't try to copy man/{README,Makefile} unless they actually exist.
10045
10046 * Makefile.in (lisppath): Don't include externallispdir in this.
10047 We're not sure whether we're even going to distribute the
10048 directory yet.
10049
100501993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10051
10052 * make-dist: Don't distribute the external-lisp directory anymore.
10053 * INSTALL: Remove all references to external-lisp.
10054
10055 * configure: Detect whether the compiler supports `const'
10056 properly, and edit src/config.h accordingly.
10057
10058 * configure: Tweak layout of final report.
10059
10060 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
10061 CFLAGS.
10062
10063 * Makefile.in (locallisppath): Make this default to
10064 ${datadir}/emacs/site-lisp, instead of
10065 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
10066 the same thing, and local-lisp causes completion conflicts with
10067 lock.
10068 (lisppath): Add ${externallispdir} to this.
10069 * INSTALL: Adjust installation directions.
10070
10071 * Makefile.in (externallispdir): New variable, to say where to
10072 install the externally-maintained lisp files.
10073 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
10074 the others.
10075 * INSTALL: Describe external-lisp and the new externallispdir
10076 variable.
10077
100781993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10079
10080 * configure (progname): New option `--with-gcc'. Make it clearer
10081 how we are trying to guess whether or not we have GCC.
10082 * INSTALL: Document the `--with-gcc' option, and improve
10083 description of `--with-x' options.
10084
100851993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10086
10087 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
10088 ${infodir} from these variables; we have written out explicit code
10089 to install the info files.
10090
100911993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10092
10093 * make-dist: Don't distributed the RCS files in the etc directory.
10094
100951993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10096
10097 * Makefile.in: Some makes can't handle comments in the middle of
10098 commands; move them to before the whole rule.
10099
101001993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10101
10102 * README: Mention what Emacs is.
10103
101041993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10105
10106 * make-dist: Include `./lisp/calc-2.02' in the distribution.
10107 Add `./cpp' and `./man' back into the distribution.
10108
101091993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10110
10111 * Makefile.in: Define MAKE, and use where appropriate.
10112
101131993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10114
10115 * make-dist: Remember that the authoritative COPYING notice is
10116 `etc/COPYING', not `../etc/COPYING'.
10117
101181992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10119
10120 * make-dist: Make sure that the COPYING notices in each directory
10121 are copies, not symlinks.
10122
101231992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10124
10125 * INSTALL: The build process produces an executable called `emacs'
10126 now. Change references.
10127 * Makefile.in: Adjust `install.mumble' targets to install
10128 `src/emacs', not `src/xemacs'.
10129
10130 * configure: Start with a blank line; this keeps some old CSH's
10131 from thinking it's a CSH script. Most systems will just use
10132 /bin/sh to run it, which is what we're expecting; the only other
10133 shells which might try to interpret it themselves are probably
10134 Bourne-compatible.
10135
101361992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10137
10138 * INSTALL: Improvements suggested by David Mackenzie.
10139
101401992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10141
10142 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10143 Don't try to copy the info files if there aren't any; the
10144 unexpanded globbing pattern disappoints `install'. Ignore the
10145 return status of that command.
10146
10147 * INSTALL: Updated for new configuration arrangement.
10148
10149 * configure: Don't make the top-level Makefile read-only - people
10150 may want to edit the values of the path variables.
10151
10152 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10153 Install the info files in ${infodir}. Install the executable
10154 under both `emacs' and `emacs-VERSION'.
10155
10156 * Makefile.in: Doc fix.
10157
10158 * Makefile.in (exec_prefix): New variable, as per latest version
10159 of coding standards.
10160 (bindir, libdir): Use it, instead of `prefix'.
10161 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
10162
10163 * Makefile.in (mandir): Make the default value for this depend on
10164 $(prefix).
10165
10166 * Makefile.in (datadir, statedir, libdir): Make these all default
10167 to ${prefix}/lib.
10168 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
10169 to compensate.
10170
10171 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10172 Install the etags and ctags man pages too.
10173
10174 * Makefile.in (distclean): Don't delete backup files; that's the
10175 job of extraclean.
10176 (extraclean): Like distclean, but deletes backup and autosave files.
10177
101781992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10179
10180 Make path specification conform to GNU coding standards.
10181 * configure (long_usage): Remove all traces of old arguments from
10182 usage messages, and document the options we do accept in more
10183 detail: -with-x... and --srcdir.
10184 (options, boolean_opts): Deleted; we don't have enough options to
10185 make this worthwhile.
10186 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
10187 along with the code which supported them; these should be set as
10188 arguments to the top-level make.
10189 (config_h_opts): Since this no longer doubles as a list of option
10190 names, make them upper case; this simplifies the code which uses
10191 them to build the sed command to edit src/config.h. Change the
10192 code which sets them.
10193 (cc, g, O): Don't allow the user to set these using options; they
10194 should be specified using `CC=' and `CFLAGS=' arguments to the
10195 top-level make. Just choose reasonable default values for them,
10196 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
10197 values.
10198 (gnu_malloc, rel_alloc): Don't allow the user to set these using
10199 options; use them whenever the configuration files say they're
10200 possible.
10201 Simplify the argument processing loop. Don't accept abbreviations
10202 for option names; these might conflict with other configuration
10203 options in the future.
10204 Add some support for the `--srcdir' option. Check for the sources
10205 in . and .. if `--srcdir' is omitted. If the directories we will
10206 compile in don't exist yet, create them under the current directory.
10207 Note that the rest of the build process doesn't really support
10208 this.
10209 Edit only the top Makefile. That should edit the others. Edit
10210 into the makefile: `version', from lisp/version.el, `configname'
10211 and `srcdir' from the configuration arguments, `CC' and
10212 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
10213 the user's path, and LOADLIBES as gleaned from the system
10214 description files.
10215 Simplify the report generated; it doesn't need to include any
10216 description of paths now.
10217 Make `config.status' exec configure instead of just calling it, so
10218 there's no harm in overwriting `config.status'.
10219 * Makefile.in (version, configname): New variables, used to choose
10220 the default values for datadir and libdir.
10221 Path variables rearranged into two clearer groups:
10222 - In the first group are the variables specified by the GNU coding
10223 standards (prefix, bindir, datadir, statedir, libdir, mandir,
10224 manext, infodir, and srcdir).
10225 - In the second are the variables actually used for Emacs's paths
10226 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
10227 archlibdir), which depend on the first category.
10228 datadir and libdir default to directories under
10229 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
10230 demand.
10231 etcdir and lispdir default to subdirectories of datadir.
10232 archlibdir defaults to libdir.
10233 The new installation tree is a bit deeper than it used to be, so
10234 use the new make-path program in lib-src to build them all.
10235 Always build a new src/paths.h.tmp and then move-if-change it to
10236 src/paths.h, to avoid unnecessary rebuilds while responding to the
10237 right changes.
10238 Remove all mention of arch-lib. Run utility commands from
10239 lib-src, and let the executables be copied into archlibdir when
10240 Emacs is installed.
10241 Add targets for src/Makefile, lib-src/Makefile, and
10242 oldXMenu/Makefile, editing the values of the path variables into
10243 them.
10244 Let lib-src do its own installation.
10245 (datadir): Default to putting data files under
10246 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
10247 (emacsdir): Variable deleted; it would only be confusing to use.
10248 (lispdir, etcdir): Default to ${datadir}/lisp.
10249 (mkdir): Use make-path for this.
10250 (lockdir): Do this in mkdir.
10251 (Makefile): New target.
10252
10253 * configure (usage_message): Rename to long_usage.
10254
10255 * make-dist: Don't bother creating an arch-lib directory; that's
10256 only for installation now.
10257
102581992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10259
10260 * configure: Use GCC-style configuration names, using config.sub.
10261 Change the usage and help messages.
10262
10263 * configure: Initialize window_system, not indow_system.
10264
10265 * configure: Report which window system, compiler, and signal
10266 handler return type we decide to use.
10267
10268 * make-dist: Explain what's going on if config.sub and gmalloc.c
10269 can't be linked. Place the code which copies them near the code
10270 which links the rest of the files around them.
10271
102721992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
10273
10274 * make-dist: Don't bother to distribute src/*.com, or
10275 src/vmsbuild; those have all been moved to `../vms'.
10276
102771992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10278
10279 * make-dist: Don't forget that the way to avoid filenames starting
10280 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
10281 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
10282 couldn't make hard links to, since we have two already, and
10283 perhaps more to come.
10284
102851992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10286
10287 * configure: When editing parameters into lib-src/Makefile, change
10288 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
10289 needs some other flags too.
10290
102911992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10292
10293 * configure: Remove spurious echo of the configuration name.
10294
10295 * make-dist: Don't distribute files in src/m and src/s whose names
10296 begin with `='.
10297
102981992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10299
10300 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
10301 Also LISP_FLOAT_TYPE.
10302
103031992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10304
10305 * make-dist: Copy config.sub, since it's a symbolic link to a file
10306 on another file system.
10307
103081992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10309
10310 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
10311 distribution.
10312
10313 * config.sub: New file, to help us recognize configuration names.
10314 * make-dist: Include it in the distribution.
10315
103161992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10317
10318 * configure: Convert `-' to `_' in specified option names.
10319 Accept options with --. Delete --highpri and --have-x-menu options.
10320 New options --with-x and --with-x10 replace -window-system.
10321 Don't mention options --gnu-malloc, --rel-alloc
10322 or --lisp-float-type in help message.
10323
103241992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10325
10326 * make-dist: Include the `vms' subdirectory in the distribution.
10327
103281992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10329
10330 * configure: Remove lines starting with "# DIST: " when building
10331 lib-src/Makefile and src/Makefile. This allows us to mark the
10332 "Makefile.in" files with explanatory comments which won't also get
10333 stuck in the Makefiles.
10334
103351992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10336
10337 * make-dist: Don't use the '+' operator in the sed regular
10338 expression that extracts the version number from lisp/version.el;
10339 Ultrix sed doesn't seem support the operator. Just double the
10340 operand and use *.
10341
103421992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10343
10344 * Makefile.in: Doc fix.
10345
103461992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10347
10348 * configure: Rewrite sed command to remove at most one ./ prefix;
10349 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
10350 group.
10351
103521992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10353
10354 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
10355
103561992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10357
10358 * make-dist: Go ahead and build a new TAGS file, unless the
10359 --newer option was specified. Don't try to delete a TAGS file
10360 from etc; it's not kept there, and shouldn't be deleted anyway.
10361
103621992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10363
10364 * make-dist: If the lisp directory contains a default.el, don't
10365 distribute it.
10366
10367 * configure: When searching signal.h for the type of a signal
10368 return handler, make a copy of it, not a symbolic link to it; that
10369 way, it will work on systems that don't have symbolic links.
10370
103711992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10372
10373 * make-dist: Taught it about vcdiff and rcs2log, added --newer
10374 option for generating incremental distributions. Stopped it from
10375 generating a TAGS file into the distribution; that sucker is
10376 *big*, and easily enough generated with the toplevel makefile.
10377
103781992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10379
10380 * configure: When writing config.status, don't prefix progname
10381 with a '.'; it might be absolute.
10382
103831992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10384
10385 * configure: Choose to use X11 if either /usr/lib/libX11.a or
10386 /usr/include/X11 exist, not only if both exist.
10387
103881992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10389
10390 * make-dist: Make the new external-lisp directory a duplicate of
10391 the external-lisp directory, not the lisp directory.
10392
103931992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10394
10395 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
10396 clean' in arch-lib; it doesn't even have a Makefile.
10397
10398 * Makefile.in (clean, mostlyclean): In the test which tries to
10399 distinguish between the build directory, which should be cleaned,
10400 and the installed directory, which shouldn't, cd to `${emacsdir}',
10401 not `${DESTDIR}${LIBDIR}'.
10402
104031992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10404
10405 * make-dist: Be sure to delete the .c and .h files that YACC and
10406 BISON create from getdate.y.
10407
10408 * external-lisp: New directory; see `external-lisp/README'.
10409 * make-dist: Added support for the external-lisp subdirectory.
10410
10411 * make-dist: Changed message which complains that make-dist wasn't
10412 invoked in the right directory to indicate which files it was
10413 looking for.
10414
104151992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10416
10417 * configure: Add comments explaining why we can't translate
10418 character ranges or control characters in `tr'.
10419
104201992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10421
10422 * configure: When generating the configuration message, we used to
10423 build the message from the start so that each line began with "# "
10424 so that it would be a comment in `config.status'. However, this
10425 causes trouble if any of the variables we use in the message
10426 expand to more than one line of text - as gnu_malloc_reason
10427 sometimes does. So instead, we build the message as it should be
10428 printed to the user (i.e. without the "# " prefixes), and stick on
10429 the "# "s when we write it to `config.status'.
10430
10431 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
10432 `lib-src' and `arch-lib'.
10433
10434 * configure: When generating report and `config.status' file, note
10435 that bindir only determines where `make install' and
10436 `build-install' will place the executables; this should make it
10437 clear that the ordinary build process will not try to install
10438 things.
10439
104401992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10441
10442 * make-dist: Change messages to say that we are 'making links to
10443 X', rather than 'copying X'. And put `' quotes around file names.
10444
10445 * make-dist: Include '.tmp' in the name of the staging directory.
10446
10447 * make-dist: Pass the `-f' option to rm when you're not sure that
10448 the files you're removing actually exist.
10449
10450 * make-dist: When setting up etc/COPYING, always nuke whatever is
10451 there, and then copy it in, to make sure we get a real file.
10452
10453 * make-dist: Don't try to distribute *.defns files any more. The
0105dc3e 10454 only such file was for simula.el, which has been superseded by a
067d23c9
KY
10455 version which doesn't have a separate .defns file.
10456
104571992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
10458
10459 * make-dist: Don't distribute configured versions of config.h.in,
10460 paths.h.in, Makefile.in in src.
10461
10462 * configure: Delete .tmp files before creating them; don't bother
cd1181db 10463 trying to make final targets writable first, since it won't
067d23c9
KY
10464 matter to move-if-change.
10465
104661992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10467
10468 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
10469 mkdir and chmod in the center of all the conditionals. GNU Make
10470 will strip these out, but other makes won't.
10471
104721992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10473
10474 * make-dist: Include move-if-change in list of files to distribute.
10475
104761992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10477
10478 * configure: Remove any "." elements from the program name.
10479
10480 * configure: Don't record the values of all the possible arguments
10481 in config.status; only record the options that the user specified.
10482
10483 * configure: Use move-if-change to move in the new src/config.h.
10484
104851992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
10486
10487 * move-if-change: New file, copied from gcc release.
10488 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
10489 a temp file, so we don't update paths.h if an error occurs or if
10490 it doesn't need changing.
10491
104921992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10493
10494 * Makefile.in (src/paths.h): Do not install a value for the
10495 PATH_SUPERLOCK value; that macro doesn't exist anymore.
10496 * build-install.in: Same thing.
10497
104981992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10499
10500 * make-dist: Check the flag called "make_tar", not "make_dir"; the
10501 latter, being a typo, is always false, resulting in a program
10502 whose default behavior is to painstakingly build a copy of the
10503 source tree, and then delete it. Rah.
10504
10505 * Makefile.in: Add dist target, and comment for it.
10506
10507 * configure: When scanning <signal.h> for a declaration for
10508 signal, create a symbolic link with a name ending in .c, so the
10509 compiler won't complain that it's only been given .h files.
10510
10511 * configure: Check whether there are any arguments available
10512 before shifting to get the value of a non-boolean parameter.
10513
10514 * make-dist: Doc fix.
10515
105161992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10517
10518 * configure: Instead of grepping /usr/include/signal.h for a
10519 signal declaration, run /usr/include/signal.h or
10520 /usr/include/sys/signal.h through cpp and grep for the
10521 declaration.
10522
10523 * configure: Redirect the output of grep to /dev/null instead of
10524 using grep -s - that flag means different things on other systems.
10525
10526 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
10527 since the former is recognizable even if you don't know what
10528 'dumping' is.
10529 * configure: Accommodate that change.
10530
10531 * configure: Accept options for all of the directories you can
10532 change in the Makefile.
10533
10534 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
10535
10536 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
10537 FOO before you can use them.
10538
10539 * build-install.in: Made the "Where To Install Things" section
10540 conform with the similar section from Makefile.in. Copied section
10541 which builds src/paths.h from src/paths.h.in from the Makefile.
10542
105431992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10544
10545 * configure: Write config.status to pass its command-line
10546 arguments on to configure, so that people can use it to recreate
10547 an old configuration, with minor changes.
10548
105491992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10550
10551 * configure: Don't rely on option variables being unset if their
10552 values are the empty string. In particular, when producing the
10553 English report, don't assume that highpri will be unset when no
10554 increased priority has been requested; -highpri='' should be the
10555 same as omitting -highpri altogether.
10556
10557 * configure: Fix dumb bug: when running the system and machine
10558 description files through cpp, mark those lines that we want to
10559 evaluate with the string '@configure@', and then only evaluate
10560 them. This way if the files include anything that actually
10561 generates text (type definitions or external declarations, say),
10562 we won't try to eval it.
10563
105641992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10565
10566 * make-dist: New shell script.
10567
10568 * configure: When creating foo from foo.in, make foo read-only to
10569 remind people to edit the .in file instead.
10570
10571 * INSTALL: Changed references to config.h-dist to config.h.in.
10572 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
10573 to build src/paths.h from src/paths.h.in; added a paragraph to do
10574 this.
10575 * configure, Makefile, build-install: Changed filenames like
10576 FOO-dist to FOO.in.
10577
105781992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10579
10580 * Makefile, build-install: Renamed to Makefile.in and
10581 build-install.in; the configure script will edit these to produce
10582 the usable Makefile and build-install.
10583 * configure: Changed to produce ./Makefile, ./build-install,
10584 lib-src/Makefile, and src/Makefile from their *.in counterparts,
10585 instead of editing them in place.
10586
105871992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10588
10589 * Makefile: Re-arranged so that the undumped Emacs will search
10590 ../lisp *after* the site's local elisp files.
10591 (locallisppath, dumplisppath): New variables.
10592 (lisppath): This variable's default value is now chosen based on
10593 $(locallisppath) and $(lispdir); while it used to be the
10594 customization point for adding site-local elisp directories to
10595 load-path, that job is now handled mostly by locallisppath.
10596 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
10597 Check the values being assigned to the *LOADSEARCH macros for null
10598 path elements (like '::' in 'foo::bar').
10599
10600 * configure: When checking if the machine- and system-dependent
10601 files define a particular macro or not, actually run them through
10602 CPP and test the macros with #ifs, instead of just grepping for
10603 the macros' names. In particular, check for SYSTEM_MALLOC in this
10604 way.
10605
106061992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10607
10608 * Makefile (install): Don't use -s in install. (Keep the symbols.)
10609
106101992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10611
10612 * configure: Make the config.status file an executable shell
10613 script which will recreate the same configuration. Include the
10614 verbal description of the current configuration as a comment in
10615 the script.
10616 * INSTALL: Doc fix.
10617
10618 * Makefile: Brought the Makefile up to the GNU coding
10619 standards, as described in standards.text:
10620 (TAGS): New name for the target which rebuilds the tags table.
10621 (check): New target; doesn't do anything yet.
10622 (mostlyclean): New target, synonymous with clean.
10623 (realclean): New target. Currently, this just calls the
10624 subdirectories's makefiles and then deletes config.status.
10625 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
10626 variables.
10627 Installation directory variables changed to conform.
10628 (install, install.sysv, install.xenix, install.aix): Changed the
10629 code which copies the directories into their installed location to
10630 allow the installed locations to be in several different
10631 directories; the old version assumed that they would all be in
10632 $(emacsdir).
10633 (mkdir, lockdir): Allow the installed locations to be in several
10634 different directories.
10635 * INSTALL: Doc fix.
10636
10637 * build-install: Use the same variable names as the Makefile.
10638 Allow the installed locations to be in several different
10639 directories.
10640
106411992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10642
10643 * Makefile (src/paths.h): Instead of using a single sed command to
10644 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
10645 separately, and don't forget to append "/!!!SuperLock!!!" to the
10646 value of the PATH_SUPERLOCK macro.
10647
10648 * config.emacs: Renamed to configure, for consistency with other
10649 GNU products. Internal references changed.
10650 INSTALL, Makefile: References changed.
10651
10652 * lock: New directory, which should always be empty. If this
10653 directory doesn't exist, Emacs won't complain; it just won't lock.
10654 Having this here means that people can just unpack Emacs, build
10655 it, and have locking work.
10656
10657 * share-lib: Re-renamed to etc, for the sake of tradition.
10658 * config.emacs: Changed default value for datadir to ../etc.
10659 * INSTALL, README: Adjusted.
10660
106611992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10662
10663 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
10664 by running CPP on the appropriate s/*.h and m/*.h files.
10665
106661992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10667
10668 * config.emacs: Make sure to set the "exit on error" flag once
10669 we've removed config.status; errors should abort the configuration.
10670
106711992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10672
10673 * config.emacs: Added -distribute option, so that the Makefile
10674 paths are in their proper form. I don't know why this matters.
10675
106761992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10677
10678 * local-lisp: New directory, empty in the distribution, for people
10679 to put local elisp code in.
10680 * config.emacs: Include it in the default load path.
10681 * README: Document it.
10682
106831992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10684
10685 * config.emacs: Guess the type of signal handling functions based
10686 on the contents of /usr/include/signal.h.
10687
10688 * config.emacs: Print out progress report messages.
10689
10690 * Makefile (src/paths.h): Don't generically replace
10691 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
10692 editing of the other entries, and each entry should be dealt with
10693 explicitly anyway.
10694
10695 * build-install: Converted from C-shell to Bourne shell.
10696 * config.emacs: Edit build-install properly.
10697
10698 * config.emacs: Doc fix.
10699
107001992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10701
10702 * Makefile (install): Remove `B' from tar xf command.
10703
107041992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10705
10706 * config.emacs: Removed support for the `maintain-environment'
10707 option; the only important difference between this and its absence
10708 has been removed.
10709 * INSTALL: Removed mention of `maintain-environment'.
10710
10711 * config.emacs: Fix arguments to sed when processing boolean
10712 arguments.
10713
107141991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10715
10716 * config.emacs: New file, to help automate the installation
10717 process.
10718
10719 * Makefile: Lots of changes to support the separation of etc into
10720 architecture-dependent and -independent files:
10721 (EMACSROOT): New variable, giving the directory under which all of
10722 Emacs's libraries should be installed. Changed rest of file to
10723 use it.
10724 (LIBDIR): Now denotes only architecture-dependent dir.
10725 (DATADIR): New variable, denoting architecture-independent dir.
10726 (LOCKDIR): New variable, for completeness.
10727 (SUBDIR): No more etc, new lib-src.
10728 (COPYDIR): No more etc, new arch-lib and share-lib.
10729 (src/paths.h): Set PATH_DATA and the LOCK macros too.
10730 (src): Now depends on lib-src, not etc.
10731 * build-install: Changes parallel to the above.
10732 * README: Describe the new arrangement.
10733
10734 * vms: New subdirectory for all the VMS stuff.
10735
107361991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10737
10738 * Makefile (LISPPATH): New variable.
10739 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
10740
107411990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
10742
10743 * Makefile (install, install.sysv, install.xenix):
10744 Install wakeup instead of loadst. No need for setuid or setgid.
10745
107461990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10747
10748 * Makefile (clean): Clean etc if that's not the installation dir.
10749
107501990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10751
10752 * Makefile (paths.h): Make sed alter each name in the path.
10753
107541988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10755
10756 * Makefile (install.sysv): Use cpio, not tar.
10757
107581988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10759
10760 * Makefile (lockdir): Rename `lock' target.
10761 Depend on it from install*, not from `all'.
10762
107631988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
10764
10765 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
10766 to match build-install and paths.h.
10767
10768;; Local Variables:
10769;; coding: utf-8
067d23c9
KY
10770;; End:
10771
1a71cb28 10772 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
067d23c9
KY
10773
10774 This file is part of GNU Emacs.
10775
10776 GNU Emacs is free software: you can redistribute it and/or modify
10777 it under the terms of the GNU General Public License as published by
10778 the Free Software Foundation, either version 3 of the License, or
10779 (at your option) any later version.
10780
10781 GNU Emacs is distributed in the hope that it will be useful,
10782 but WITHOUT ANY WARRANTY; without even the implied warranty of
10783 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10784 GNU General Public License for more details.
10785
10786 You should have received a copy of the GNU General Public License
10787 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.