Merge from gnulib.
[bpt/emacs.git] / ChangeLog
CommitLineData
05730648
PE
12012-06-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 Merge from gnulib.
4 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
5 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
6 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
7 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
8 Copy new versions from gnulib, incorporating the following changes:
9 2012-06-22 time_r: fix typo that always overrode localtime_r decl
10 2012-06-22 Write "Mac OS X" instead of "MacOS X".
11 2012-06-21 mktime: fix integer overflow in 'configure'-time test
12 2012-06-21 nonblocking: Avoid compilation error on mingw64.
13 2012-06-19 stat, fstat: Avoid warnings on mingw64.
14 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
15
646b5f55
AS
162012-06-13 Andreas Schwab <schwab@linux-m68k.org>
17
18 * configure.in: Rename --enable-use-lisp-union-type to
19 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
20 instead of USE_LISP_UNION_TYPE.
21
8a07a8c6
GM
222012-06-12 Glenn Morris <rgm@gnu.org>
23
b4492cba
GM
24 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
25 (opsysfile): Set specially for sol2-10.
26
8a07a8c6
GM
27 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
28 New AC_DEFINEs, for hpux11.
29 (opsysfile): Set specially for hpux11.
30
03043c1b
PE
312012-06-12 Paul Eggert <eggert@cs.ucla.edu>
32
33 * configure.in: Coalesce some function checking.
34 This makes 'configure' a bit smaller.
35 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
36
ed846e5f
GM
372012-06-12 Glenn Morris <rgm@gnu.org>
38
0d369729
GM
39 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
40
45fa9c0f
GM
41 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
42
ed846e5f
GM
43 * configure.in: Anticipate platforms with no src/s file.
44
0e25d334
CY
452012-06-12 Chong Yidong <cyd@gnu.org>
46
47 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
48
a9be7d2b
GM
492012-06-11 Glenn Morris <rgm@gnu.org>
50
51 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
52
e3a3e213
MA
532012-06-09 Michael Albinus <michael.albinus@gmx.de>
54
55 * configure.in (dbus_type_is_valid): Check for library function.
56
276d5f5d
GM
572012-06-06 Glenn Morris <rgm@gnu.org>
58
59 * INSTALL, make-dist: Remove vcdiff.
60
418cd726
GM
612012-06-03 Glenn Morris <rgm@gnu.org>
62
63 * INSTALL, make-dist: Remove rcs-checkin.
64
c71232db
UM
652012-06-03 Ulrich Müller <ulm@gentoo.org>
66
67 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
68
501390c5
PE
692012-06-01 Paul Eggert <eggert@cs.ucla.edu>
70
71 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
72 It is confusingly named and rarely useful. See, for example,
73 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
74 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
75 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
76 * configure.in: Remove --disable-maintainer-mode.
77 (USE_MAINTAINER_MODE, MAINT): Remove.
78
0e7a053e
PE
792012-05-28 Paul Eggert <eggert@cs.ucla.edu>
80
81 Make 'configure' a bit smaller and faster.
82 * configure.in (INSTALL_INFO): Set it with one call to
83 AC_PATH_PROG, not three.
84 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
85 so likely that it'll be needed.
86 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
87 (AC_PROG_MAKE_SET): Remove; Automake does this.
88 (sysinfo): Do not check for this function, as it's never used.
89 (tzset): Check for this function just once.
90 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
91 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
92
cd376509
EZ
932012-05-27 Eli Zaretskii <eliz@gnu.org>
94
42a53d84
EZ
95 * config.bat (lib): Create/update lib/stdalign.in-h and
96 lib/sys_types.in-h.
97
0e7a053e
PE
98 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
99 ($(BLD)/sha1.$(O)):
100 ($(BLD)/sha256.$(O)):
cd376509
EZ
101 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
102 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
103
104 * lib/getopt_.h: Regenerate.
105
50c4645e
PE
1062012-05-27 Paul Eggert <eggert@cs.ucla.edu>
107
108 Assume gnulib does largefile.
109 Gnulib does the largefile configuration anyway, so when configure.in
110 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
111 * configure.in (AC_SYS_LARGEFILE): Remove.
112 * lib/gnulib.mk: Autoupdate.
113
caf8a9b2
PE
1142012-05-26 Paul Eggert <eggert@cs.ucla.edu>
115
116 Merge from gnulib. (Bug#11527)
117
118 The build procedure now creates <stdalign.h> and <sys/types.h> for
119 older hosts that lack a working <stdalign.h> or whose
120 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t. New
121 symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
122 msdos and nt builds.
123
124 Here is a precis of gnulib changes that seem relevant; please see
125 the gnulib ChangeLog for details.
126
127 2012-05-18 crypto: fix bug in large buffer handling
128 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
129 2012-05-10 _Noreturn: port config.h to gcc -Wundef
130 2012-05-08 warnings.m4: give a means to specify the program to compile
131 2012-05-07 stdint: be more consistent with glibc, SunOS libc
132 2012-04-21 Large File Support for native Windows platforms.
133 2012-04-14 stat: Bypass buggy override in mingw64.
134 2012-03-29 stdio: don't assume gets any more
135 2012-03-24 Enable common subexpression optimization in GCC.
136 2012-02-09 maint: replace FSF snail-mail addresses with URLs
137 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
138 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
139 2012-01-21 stdint: Add support for Android.
140 2012-01-15 Improve support for MSVC 9.
141 2012-01-08 mktime: Avoid compilation error on Solaris 11.
142 2012-01-05 Use ', not `, for quoting output.
143 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
144 2012-01-05 strtoimax: Work around AIX 5.1 bug.
145 2012-01-05 inttypes: Modernize.
146 2011-12-13 inttypes, stdint: add C++11 support
147 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
148 2011-11-21 _Noreturn: Check that _MSC_VER is defined
149 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
150 2011-11-09 raise: fix mingw handling of SIGPIPE
151 2011-10-27 Add stdalign module and use it in other modules.
152
153 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
154 * m4/sys_types_h.m4:
155 New files.
156 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
157 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
158 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
159 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
160 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
161 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
162 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
163 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
164 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
165 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
166 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
167 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
168 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
169 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
170 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
171 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
172 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
173 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
174 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
175 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
176 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
177 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
178 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
179 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
180 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
181 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
182 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
183 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
184 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
185 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
186 Update from gnulib.
187
34374650
PE
1882012-05-22 Paul Eggert <eggert@cs.ucla.edu>
189
190 Remove src/m/*.
191 * configure.in: Remove all mention of src/m/*.
192 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
193 All uses removed.
194 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
195 (BITS_PER_LONG_LONG): Move to src/lisp.h.
196 * lib/makefile.w32-in: Remove dependencies on
197 $(EMACS_ROOT)/src/m/intel386.h.
198 * make-dist: Don't make links to src/m.
199
ec21c7f8
PE
2002012-05-22 Paul Eggert <eggert@cs.ucla.edu>
201
202 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
203 Without this further fix, aclocal was being invoked unnecessarily.
204
39078e4a
GM
2052012-05-22 Glenn Morris <rgm@gnu.org>
206
207 * Makefile.in (blessmail, install-arch-dep, uninstall):
208 Check cd lib-src works.
209 (install-arch-dep, uninstall): Remove unneeded subshells.
210
be17565b
GM
2112012-05-21 Glenn Morris <rgm@gnu.org>
212
ff0c3cfb
GM
213 * update-subdirs: Move to build-aux/.
214 * make-dist, Makefile.in (install-arch-indep): Update for this change.
215
d10cfddd
GM
216 * Makefile.in (leimdir): New, set by configure.
217 (COPYDIR, COPYDESTS): Add leim directories.
218 (install-leim): Remove.
219 (install-arch-indep): Handle leim installation directly.
220
be17565b
GM
221 * vpath.sed: Remove unused file.
222 * make-dist: No more vpath.sed.
223
9b4ee616
PE
2242012-05-21 Paul Eggert <eggert@cs.ucla.edu>
225
fb77d37e
PE
226 Use full name for m4/gnulib-comp.m4. (Bug#11529)
227 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
228 even though the file's name in gnulib is m4/gnulib-comp.m4.
229 This had a problem when merging from gnulib, as the code temporarily
230 renamed it to the full name, causing problems when interrupted.
231 Now the file has its full name, with the idea that we will find
232 a solution for MS-DOS that does not affect the rest of Emacs.
233 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
234
261cb4bb
PE
235 Assume C89 or later.
236 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
237 (POINTER_TYPE, PROTOTYPES): Remove.
238
9b4ee616
PE
239 Make merging from gnulib a script, not a makefile action.
240 Putting it in a makefile has some problems with reflection, as
241 merging from gnulib updates 'configure', which can update the makefile.
242 Putting it in a standalone script breaks this loop.
243 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
244 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
245 Remove, moving the actions to the script admin/merge-gnulib.
246
261cb4bb
PE
2472012-05-21 Glenn Morris <rgm@gnu.org>
248
249 * configure.in (LEIM_INSTALLDIR):
250 Rename to leimdir, treat like lispdir.
251
b847032c
GM
2522012-05-21 Glenn Morris <rgm@gnu.org>
253
254 * Makefile.in (install-arch-indep, install-doc, install-info)
255 (uninstall): Scrap superfluous subshells.
256
af006ad5
UM
2572012-05-19 Ulrich Mueller <ulm@gentoo.org>
258
259 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
260
003fdae2
PE
2612012-05-19 Paul Eggert <eggert@cs.ucla.edu>
262
9232a6d9
PE
263 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
264 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
265 getsockopt, setsockopt, mremap, mempcpy.
266
003fdae2
PE
267 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
268 is being removed.
269 (AC_CHECK_FUNCS): Remove ftime.
270
e7333757
GM
2712012-05-19 Glenn Morris <rgm@gnu.org>
272
e39b9806 273 * Makefile.in (install-arch-indep): Remove unneeded subshell.
e39b9806 274
42d5aa3e
GM
275 * Makefile.in (install-arch-indep): Remove unneeded chmod.
276 Set permissions of lisp/subdirs.el.
277
9192d37d
GM
278 * Makefile.in (SUBDIR): Add leim. Update users.
279
2e5d41e4
GM
280 * Makefile.in (lib, lib-src, lisp): Check cd return value.
281
e7333757
GM
282 * Makefile.in (leim): No need to set PARALLEL.
283
7606c360
GM
2842012-05-18 Glenn Morris <rgm@gnu.org>
285
6d1a623e
GM
286 * Makefile.in (install-arch-indep, install-info, install-man):
287 Simplify some one-sided ifs.
288
29473393
GM
289 * Makefile.in: Install only the relevant DOC file.
290 (install-arch-indep): Delete etc/DOC*.
291 (install-doc): No more need to delete etc/DOC.
292
660c8c1e
GM
293 * Makefile.in (install-arch-indep): Split into several rules.
294 (install-doc, innstall-info, install-man): New rules.
295
37f36bcb
GM
296 * configure.in (mandir): May as well include it in the NS app bundle.
297
0629a797
GM
298 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
299 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
300 (install-arch-indep): Don't install-etc for self-contained ns builds.
301
136c45ee
GM
302 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
303 No longer unconditonally add /sw directories. (Bug#2280)
304
ed0ba302
GM
305 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
306 (install-arch-indep): Depend on install-leim.
307 (install): Remove explicit install-leim dependence.
308
62061397
GM
309 * Makefile.in (install-arch-indep):
310 Move last element of mkdir rule here.
311 (mkdir): Remove rule.
312
37baa3c8
GM
313 * Makefile.in (install-arch-indep): Remove unneeded chmods.
314 INSTALL_DATA does this for us.
315
b533f05e
GM
316 * Makefile.in (install-arch-dep): Ensure bindir exists.
317 Drop mkdir dependency.
318 (install-arch-indep): Ensure docdir, infodir, mandir exist.
319 (install-leim): Drop mkdir dependency.
320 (mkdir): Remove most directories, now made in relevant rules.
321
7606c360
GM
322 * Makefile.in (install-arch-indep): Combine adjacent loops.
323
3a4155de
GM
3242012-05-17 Glenn Morris <rgm@gnu.org>
325
d9a1e2c2
GM
326 * Makefile.in (install-etc, mkdir):
327 Make relevant directories in install-etc rather than mkdir.
328
4c54abe1
GM
329 * Makefile.in (write_subdir): Create the directory if needed.
330 (install-arch-dep, mkdir): No need to make site-lisp directories.
331
9f1ea7dc 332 * Makefile.in (write_subdir): New.
05f3d308 333 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 334
40c117e7 335 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 336 For a self-contained ns build, set these to the appropriate values.
40c117e7 337 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 338
b4a36200
GM
339 * configure.in (ns_self_contained): New output variable.
340 * Makefile.in (ns_self_contained): New, set by configure.
341 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
342 don't bother installing binaries then immediately deleting them.
343
3a4155de
GM
344 * Makefile.in (ns_appbindir, ns_appresdir):
345 Move them before things that may refer to them.
346 (install-arch-dep): No need to relocate self-contained ns libexec.
347
348 * configure.in (archlibdir): Set it for self-contained ns builds.
349 (libexecdir): Don't expand it now (this is mainly cosmetic).
350
f04940ae
PE
3512012-05-16 Paul Eggert <eggert@cs.ucla.edu>
352
353 * configure.in: Simplify by removing CPP etc.
354 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
355 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
356 In particular we no longer need to fiddle with CPP, since we don't
357 use CPP specially any more.
358 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
359 adjusted compiler.
360 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
361 since gl_EARLY and/or Autoconf already does these.
362
27cb7be2
GM
3632012-05-16 Glenn Morris <rgm@gnu.org>
364
365 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
366 (CPP): Do not unconditionally set it on Darwin.
367 Instead, try to test if -no-cpp-precomp is accepted.
368 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
369
ec3ca9ec
GM
3702012-05-15 Glenn Morris <rgm@gnu.org>
371
4e7d487c 372 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 373
75a9f5f5
GM
374 * Makefile.in (install-arch-dep): Do not hard-code version number.
375
ec3ca9ec
GM
376 * Makefile.in (install-arch-dep): NS install no longer needs to
377 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
378
3fe7cdc8
GM
3792012-05-12 Glenn Morris <rgm@gnu.org>
380
9e6b06ed
GM
381 * configure.in (ns_appbindir): Remove trailing "/".
382
3fe7cdc8
GM
383 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
384 (MKDEPDIR): Use $MKDIR_P.
385 * Makefile.in (MKDIR_P): New, set by configure.
386 (mkdir): Use $MKDIR_P.
387
a873f274
GM
3882012-05-11 Glenn Morris <rgm@gnu.org>
389
390 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 391 Use INSTALL_DATA for the DOC file.
c8e32179 392 Remove dead code for ./lisp that never executes.
a873f274 393
ff57c2ec
GM
3942012-05-10 Glenn Morris <rgm@gnu.org>
395
396 * configure.in (LEIM_INSTALLDIR): New output variable.
397
49ed9c8e
SM
3982012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
401
5122804a
GM
4022012-05-08 Glenn Morris <rgm@gnu.org>
403
404 * make-dist: No more doc/lispref/*.el.
405
01319a4e
AS
4062012-05-05 Andreas Schwab <schwab@linux-m68k.org>
407
408 * configure.in: Fix quoting bugs.
409
8045b906
GM
4102012-05-04 Glenn Morris <rgm@gnu.org>
411
412 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
413
9fa0e416
GM
4142012-05-02 Glenn Morris <rgm@gnu.org>
415
3c30e766
GM
416 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
417 the choices made by FreeBSD and NetBSD. (Bug#10313)
418
9aa071df
GM
419 * Makefile.in (INFO_FILES): Remove variable.
420 (INFO_NONMISC): New variable.
421 (install-arch-indep, uninstall): Don't use $INFO_FILES.
422
cd3771a0
GM
423 * Makefile.in (uninstall): Remove useless-use-of-for; that for
424 some reason caused problems on an old Solaris.
425
a36e64d0
GM
426 * Makefile.in (install-arch-indep, uninstall):
427 Ensure that INSTALL-type commands are run from top-level.
428
9e7a4bcf
GM
429 * info/dir: Make some entries consistent with the source texi files.
430
9fa0e416
GM
431 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
432
7adecb99
GM
4332012-05-02 Glenn Morris <rgm@gnu.org>
434
435 * Makefile.in (install-arch-indep):
436 Combine adjacent install-data and install-info loops.
437
4737362e
GM
4382012-05-01 Glenn Morris <rgm@gnu.org>
439
ab1121bd
GM
440 * Makefile.in (MAN_PAGES): Remove.
441 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
442
a4a18b8b
GM
443 * configure.in: Try libtinfo for tputs.
444 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
445
3ba0a545
GM
446 * configure.in: Combine adjacent $opsys case blocks.
447
e3da5b19
GM
448 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
449
262f06da
GM
450 * configure.in: Invert the TERMINFO logic,
451 since "yes" is far more common than "no".
452
9311dcff
GM
453 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
454
4d5c6349
GM
455 * configure.in (LD_SWITCH_X_SITE_RPATH):
456 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
457
4737362e
GM
458 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
459
562e638f
GM
4602012-04-26 Glenn Morris <rgm@gnu.org>
461
462 * make-dist: No more doc/lispref/tindex.pl.
463
dcbf5805
MA
4642012-04-22 Michael Albinus <michael.albinus@gmx.de>
465
466 * configure.in (dbus_validate_bus_name, dbus_validate_path)
467 (dbus_validate_interface, dbus_validate_member): Check also for
e3a3e213 468 these library functions.
dcbf5805 469
4b5b5289
PE
4702012-04-22 Paul Eggert <eggert@cs.ucla.edu>
471
472 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
473 With glibc 2.14 or later, when compiled with GCC 4.7.0's
474 -Werror=deprecated-declarations flag, use of hooks like
475 __malloc_initialize_hook causes compilation to fail because these
476 hooks are deprecated. Modify 'configure' to check for these hooks too.
477 Simplify the 'configure' code to test for all the hooks at once.
478 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
479 (emacs_cv_var_doug_lea_malloc): ... this new var.
480
9ee7d8b9
PE
4812012-04-21 Paul Eggert <eggert@cs.ucla.edu>
482
483 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
484 dated 2011-10-07. Regenerating from current gnulib would be a
485 pervasive change, and currently the trunk isn't open to such changes.
486 * configure.in (WARN_CFLAGS): Remove; no longer needed now
487 that gnulib does it.
488 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
489
5e6ab4e6
AS
4902012-04-21 Andreas Schwab <schwab@linux-m68k.org>
491
492 * m4/gl-comp.m4: Update. (Bug#11285)
493
c07a4c0b 4942012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
495
496 * configure.in: Don't use the -R option (Bug#11251).
497
6c94c34f 4982012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 499
9f46df23 500 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
501 I have been using this change for many months in my private copy
502 of Emacs, and have used it to find several bugs. It's mature
503 enough to publish now.
504 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
505 * configure.in: Support --enable-gcc-warnings, in the style of
506 other GNU packages such as coreutils.
507 (C_WARNINGS_SWITCH): Remove, replacing with...
508 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
509 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
510 when including system files with GCC.
511 * etc/NEWS: Mention --enable-gcc-warnings.
67546201 512 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
513 * lib/Makefile.am (AM_CFLAGS): New macro.
514 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
515
316411f0
DA
5162012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
517
518 * configure.in (AC_CHECK_FUNCS):
519 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
520
9b9b2ef2
GM
5212012-04-16 Glenn Morris <rgm@gnu.org>
522
b1aa797c
GM
523 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
524
9b9b2ef2
GM
525 * configure.in: Remove X libs workaround for old autoconf.
526
badf86af
KB
5272012-04-12 Ken Brown <kbrown@cornell.edu>
528
529 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
530
2f097256
GM
5312012-04-11 Glenn Morris <rgm@gnu.org>
532
533 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
534
a9f72fc1
GM
5352012-04-10 Glenn Morris <rgm@gnu.org>
536
537 * configure.in: Conditionally generate admin/unidata/Makefile.
538
6b4f4a2d
TZ
5392012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
540
a9f72fc1 541 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 542
23df914b
GM
5432012-04-09 Glenn Morris <rgm@gnu.org>
544
fd9d85c2
GM
545 * Makefile.in (leim): Check cd return value. Pass fewer variables.
546 (install-leim): Check cd return value. Pass $MFLAGS.
547 (install-strip): Pass $MFLAGS.
548
23df914b
GM
549 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
550 Eg org.texi has been using 4.7 functions for some time.
551
bf6bba2b
PE
5522012-04-07 Paul Eggert <eggert@cs.ucla.edu>
553
554 Check pkg-config exit status when configuring (Bug#10626).
555 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
556 works; check its exit status. Problem reported by Jordi Gutiérrez
557 Hermoso in
558 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
559
f3774f20
GM
5602012-04-07 Glenn Morris <rgm@gnu.org>
561
562 * README, configure.in (AC_INIT): Bump version to 24.1.50.
563
d67a9a85
EZ
5642012-04-07 Eli Zaretskii <eliz@gnu.org>
565
566 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
567
f20f95c6
PE
5682012-03-04 Paul Eggert <eggert@cs.ucla.edu>
569
570 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
571 * configure.in (LIBS_TERMCAP): Default this to the result of
572 the tputs library search. Do a run-time test for the linkability
573 of tputs unless cross-compiling, as that's more reliable if the
574 link flags and libraries are messed up. Don't change LIBS as
575 a result of the test, as that may mess up later tests.
576
75197633
CS
5772012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
578
533183f3 579 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 580
75197633
CS
581 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
582 specific makefiles to support getopt_.h generation with MSVC.
583
7eb21b49
GM
5842012-02-04 Glenn Morris <rgm@gnu.org>
585
586 * Makefile.in (uninstall):
587 Handle compressed info files and man pages. (Bug#10718)
588
44f92739
GM
5892012-02-02 Glenn Morris <rgm@gnu.org>
590
591 * configure.in [HAVE_NS]:
592 Error if use --without-toolkit-scroll-bars. (Bug#10673)
593
6df37268
PE
5942012-02-01 Paul Eggert <eggert@cs.ucla.edu>
595
596 Port to older Solaris 10 versions (Bug#10677).
597 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
598 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
599 possibly this is because Sun fixed the 'stat' bug in my version.
600 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
601 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
602 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
603 These changes are based on gnulib version
604 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
605 because Emacs is in feature freeze and we do not want to merge any
606 more-recent changes from gnulib.
607
8d8939e8
GM
6082012-01-31 Glenn Morris <rgm@gnu.org>
609
e4070def
GM
610 * configure.in: Throw an explicit error if Motif toolkit was
611 requested but requirements could not be found.
612
8d8939e8
GM
613 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
614
5a26ec89
EZ
6152012-01-30 Eli Zaretskii <eliz@gnu.org>
616
617 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
618 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
619 with "make -j3".
620
1b0880d5
JB
6212012-01-16 Juanma Barranquero <lekktu@gmail.com>
622
623 * .bzrignore: Ignore etc/__pycache__.
624
adee8a65
PE
6252011-12-17 Paul Eggert <eggert@cs.ucla.edu>
626
627 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
628 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
629 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
630 by Nelson H. F. Beebe in
631 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
632
e152e577
JB
6332011-12-10 Juanma Barranquero <lekktu@gmail.com>
634
635 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
636
46d14be7
JD
6372011-12-10 Jan Djärv <jan.h.d@swipnet.se>
638
639 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
640 instead of LDFLAGS (Bug#10230).
641
6c269a38
PE
6422011-12-03 Paul Eggert <eggert@cs.ucla.edu>
643
4eec8d6f
PE
644 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
645
6c269a38 646 Propagate configure flags to sub-configures.
1350a3cc 647 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
648 New macros.
649 (config.status, bootstrap): Use them to propagate configure flags
650 to sub-configures.
651 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
652
63e94eb8
PE
6532011-12-03 Paul Eggert <eggert@cs.ucla.edu>
654
655 * .bzrignore: Add config.cache.
656
54e9e3bf
JD
6572011-11-27 Jan Djärv <jan.h.d@swipnet.se>
658
659 * configure.in: Check for gtk_window_set_has_resize_grip.
660
20db1522
JB
6612011-11-24 Juanma Barranquero <lekktu@gmail.com>
662
663 * configure.in (HAVE_XPM): Fix typo.
664
60bf278f
GM
6652011-11-22 Glenn Morris <rgm@gnu.org>
666
5f77c86c
GM
667 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
668 have confusing effects on the build. (Bug#6401)
669
60bf278f
GM
670 * Makefile.in (install-arch-dep): Tweak previous change.
671
816be9f6
YD
6722011-11-22 Yavor Doganov <yavor@gnu.org>
673
674 Do not install arch-dependent files in the app bundle if
675 --disable-ns-self-contained is requested. (Bug#1335)
676 * configure.in (exec_prefix, libexecdir): Define relative to
677 `ns_appbindir' only if configured for a self-contained app.
678 * Makefile.in (install-arch-dep): Test for the existence of
679 libexec in the Emacs.app bundle before executing commands.
680
d5ff9cd0
AS
6812011-11-20 Andreas Schwab <schwab@linux-m68k.org>
682
683 * configure.in: Remove reference to src/m/ibms390.h.
684
1c889bf6
GM
6852011-11-13 Glenn Morris <rgm@gnu.org>
686
687 * INSTALL: Tiny updates for disk space used during installation.
688
a6fc3b5c
EZ
6892011-11-05 Eli Zaretskii <eliz@gnu.org>
690
691 * lib/makefile.w32-in (FRC): New dummy target.
692 (TAGS): Depend on FRC.
693
9f77899d
GM
6942011-11-04 Glenn Morris <rgm@gnu.org>
695
696 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
697 Do not include GnuTLS version info in final summary message.
698
0bd3cb7b
EZ
6992011-10-31 Eli Zaretskii <eliz@gnu.org>
700
07f3add9
EZ
701 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
702 they exist there, else from autogen/.
703
704 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 705
d2eaf3e4
NT
7062011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
707
708 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
709
e782cfab
PE
7102011-10-24 Paul Eggert <eggert@cs.ucla.edu>
711
712 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
713 if the library is found. Otherwise, later configure-time tests,
714 such as the test for pthread_sigmask, generate the wrong results
715 on some platforms. Problem reported for FreeBSD by Nali Toja.
716
7da0b018
PE
7172011-10-20 Paul Eggert <eggert@cs.ucla.edu>
718
719 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
720 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
721 Remove; no longer needed, now that we defer to strftime for time
722 zone names.
723
0ffe1065
JD
7242011-10-18 Jan Djärv <jan.h.d@swipnet.se>
725
726 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
727
23769e49
CY
7282011-10-18 Chong Yidong <cyd@gnu.org>
729
730 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
731
fd8dea03
GM
7322011-10-13 Glenn Morris <rgm@gnu.org>
733
734 * configure.in: Also look for tputs in libcurses. (Bug#9736)
735
f4cc5b54
PE
7362011-10-12 Paul Eggert <eggert@cs.ucla.edu>
737
738 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 739 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
740 The check was helpful but not essential in Solaris 2.6 (1997),
741 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
742 obsolete -- Sun dropped support for it in 2006 -- and without
743 access to that Silurian platform we can't maintain the code anyway.
744
7c5ee88e
PE
7452011-10-07 Paul Eggert <eggert@cs.ucla.edu>
746
d47439a3
PE
747 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
748 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
749 * m4/gnulib-common.m4: Merge from gnulib.
750 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
751 command not found" on powerpc-apple-darwin9.8.0.
752
7c5ee88e
PE
753 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
754 This is now done by src/alloc.c.
755
423dbf9b
RS
7562011-10-02 Richard Stallman <rms@gnu.org>
757
758 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
759 and xlinux_second_failure to xgnu_linux_second_failure.
760
31bed486
EZ
7612011-09-29 Eli Zaretskii <eliz@gnu.org>
762
5f91c1e5
EZ
763 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
764 lib/signal.in-h.
31bed486 765
e785f2ec 766 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
767 Rename signal.in.h and alloca.in.h.
768
e1504b9b
EZ
7692011-09-28 Eli Zaretskii <eliz@gnu.org>
770
771 * INSTALL: Mention that m17n libraries and libotf are needed for
772 Arabic shaping.
773
316f8af0
PE
7742011-09-26 Paul Eggert <eggert@cs.ucla.edu>
775
776 Merge from gnulib, improving some licensing wording.
777 This clarifies and fixes some licensing issues raised by Glenn Morris
778 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
779 It also merges the latest version of texinfo.tex and has some
780 MSVC-related changes that don't affect Emacs.
781 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
782 pathmax, and raise, since these are needed only to address
783 MSVC-related issues that Emacs doesn't have.
784 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
785 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
786 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
787 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
788 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
789 * m4/unistd_h.m4: Merge from gnulib.
790
04d51ad4
AS
7912011-09-26 Andreas Schwab <schwab@linux-m68k.org>
792
793 * configure.in: Initialize HAVE_LIBXML2.
794
6e99ef20
GM
7952011-09-26 Glenn Morris <rgm@gnu.org>
796
797 * make-dist: Add lib/makefile.w32-in.
798
0538fab0
GM
7992011-09-24 Glenn Morris <rgm@gnu.org>
800
801 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
802
c5b01d8c
LMI
8032011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
804
805 * .dir-locals.el: Change the debbugs regexp to allow having the
806 bug number as the first thing on a line.
807
0cc87afb
GM
8082011-09-15 Glenn Morris <rgm@gnu.org>
809
810 * configure.in: Make configure work with recent GNUsteps.
811 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
812 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 813 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 814
3f44249e
PE
8152011-09-11 Paul Eggert <eggert@cs.ucla.edu>
816
817 Merge from gnulib, porting to Tru64.
818 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
819 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
820 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
821 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
822 doesn't affect Emacs.
823
c8199d0f
PE
8242011-09-06 Paul Eggert <eggert@cs.ucla.edu>
825
826 * configure.in (isnan): Remove now-unnecessary check.
827
e39b275c 8282011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 829
abec06ff 830 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
831 This is to fix the following problems:
832 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
833 configured not to use gtk or any other thread-using library,
834 signals aren't blocked correctly.
835 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
836 and IRIX's signal handling.
837 . On Cygwin 1.7.5 it works around an incompatibility with
838 the system pthread_sigmask.
839 . On MacOS X 10.5 (32-bit), files whose inode numbers
840 exceed 2**31 cannot be read or manipulated.
841 . pthread_sigmask: Actually use results of gl_THREADLIB.
842 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
843 . find 'ar' program that fits with --host argument.
844 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
845 * autogen/README: Update destination list.
846 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
847 The autogenerated files compile, config.guess,
848 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
849 * m4/largefile.m4: New file, so that Emacs does not mess up when
850 accessing files with large inode numbers in MacOS X 10.5 and later.
851 * m4/nocrash.m4: New file, to avoid triggering background debugger
852 and/or create core dumps during 'configure'.
853 * build-aux/move-if-change: Renamed from move-if-change.
854 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
855 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
856 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
857 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
858 * Makefile.in (epaths-force, sync-from-gnulib):
859 move-if-change is now in build-aux.
860 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
861 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
862 (mkdir): install-sh is now in build-aux.
863 * config.bat: c++defs.h is now in build-aux/snippets.
864 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
865 usual parameter).
866 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
867 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
868 to build-aux/snippet.
869 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
870 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
871 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
872 Solaris, enables MacOS extensions, and enables nocrash during
873 'configure'.
874 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
875
86633eab 8762011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
877
878 * configure.in (snprintf): New check.
879
015faae4
PE
8802011-08-30 Paul Eggert <eggert@cs.ucla.edu>
881
695a3dc5 882 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 883 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
884 Remove unreachable pattern hppa*-*-linux-gnu*.
885 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
886 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 887
52ec1feb
JD
8882011-08-26 Jan Djärv <jan.h.d@swipnet.se>
889
890 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
891
377538cb
JD
8922011-08-13 Jan Djärv <jan.h.d@swipnet.se>
893
894 * configure.in: Add header check: sys/socket.h (Bug#8477),
895 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
896 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
897
ae9e757a
JD
8982011-08-04 Jan Djärv <jan.h.d@swipnet.se>
899
900 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
901 (HAVE_GTK_AND_PTHREAD): Remove.
902
be8ec0b3
AA
9032011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
904
905 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
906 build, not just GNUstep (Bug#9177).
907
2573a837 9082011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
909
910 Assume freestanding C89 headers, string.h, stdlib.h.
911 Again, this simplifies the code, and all current platforms have these.
912 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
913 (AC_HEADER_STDC): Remove.
914 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
915 (strchr, strrchr): Remove fallback macros.
916
9cfdb3ec
PE
917 Assume support for memcmp, memcpy, memmove, memset.
918 This simplifies the code a bit. All current platforms have these,
919 as they are required for C89. If this turns into a problem we
920 can add the gnulib modules for these (a 1-line change to Makefile.in).
921 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
922
427c285b
PE
9232011-07-27 Paul Eggert <eggert@cs.ucla.edu>
924
925 * GNUmakefile: New file.
926 This is for convenience, so that one can run GNU make in an
927 unconfigured source tree, and get a default build.
928
2ad77c9d
JD
9292011-07-13 Jan Djärv <jan.h.d@swipnet.se>
930
931 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
932
c8618a06
YM
9332011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
934
935 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
936 so as to suppress address randomization (Bug#8395).
937
f6ce9b9a
PE
9382011-07-09 Paul Eggert <eggert@cs.ucla.edu>
939
3fcf7a1c
PE
940 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
941 This fixes a build problem on older Mac OS X hosts.
942
d9706d9f
PE
943 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
944 test, which runs afoul of Automake installations where, for example,
945 /usr/share/aclocal contains a copy of gl_THREADLIB.
946 Problem reported by Sven Joachim in
947 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
948 This is just a quick temporary fix, specific to Emacs; I'll work
949 with the other gnulib maintainers to get a more-permanent fix.
950
af66a2d7 951 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
952 * Makefile.in (GNULIB_MODULES): Add strtoimax.
953 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
954 automatically imported from gnulib.
955 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
956
1692ae2d 9572011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 958
8a6ebd58 959 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 960 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
961 * configure.in (AC_TYPE_UID_T): New dummy macro.
962 Configure gnulib after adjusting LIBS,
963 so that gnulib can assume the libraries in LIBS.
6db30f83 964 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 965 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 966 * lib/pthread_sigmask.c:
6db30f83
PE
967 New files, automatically imported from gnulib.
968 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
969 due to the above changes.
970 * .bzrignore: Add lib/signal.h.
971
4a621aae
PE
972 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
973
5e94cadb
AS
9742011-07-07 Andreas Schwab <schwab@linux-m68k.org>
975
976 * configure.in (maintainer-mode): Reflect default in help string.
977
76b397fb
DN
9782011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
979
980 * configure.in: Remove reference to iris4d.h.
981
869795d6
JD
9822011-07-05 Jan Djärv <jan.h.d@swipnet.se>
983
984 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
985
3279eb87
GM
9862011-07-01 Glenn Morris <rgm@gnu.org>
987
988 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
989
2e6e11eb
LMI
9902011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
991
992 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
993 which made ./configure infloop.
994
9851bfc5
JD
9952011-06-30 Jan Djärv <jan.h.d@swipnet.se>
996
997 * configure.in (gsettings): New option and check for GSettings.
998
adbc4ef4
GM
9992011-06-29 Glenn Morris <rgm@gnu.org>
1000
1001 * configure.in: Try to test for the required crt*.o files.
1002
1f773f32
BW
10032011-06-27 Bill Wohler <wohler@newt.com>
1004
1005 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
1006
7a7ef429
PE
10072011-06-25 Paul Eggert <eggert@cs.ucla.edu>
1008
1009 Use gnulib's dup2 module instead of rolling our own.
1010 * Makefile.in (GNULIB_MODULES): Add dup2.
1011 * configure.in: Do not check for dup2; gnulib does that now.
1012 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
1013
6dd7e400
PE
10142011-06-23 Paul Eggert <eggert@cs.ucla.edu>
1015
1016 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
1017
94a807ac 10182011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
1019
1020 Use gnulib's alloca-opt module.
1021 * .bzrignore: Add lib/alloca.h.
1022 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
1023 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
1024 as gnulib now does that for us. Put alloca check in config.h.
1025 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
1026 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1027 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
1028
3ce9d0d4
LL
10292011-06-21 Leo Liu <sdl.web@gmail.com>
1030
1031 * m4/sha256.m4:
1032 * m4/sha512.m4:
1033 * m4/gl-comp.m4:
1034 * lib/u64.h:
1035 * lib/sha256.c:
1036 * lib/sha256.h:
1037 * lib/sha512.c:
1038 * lib/sha512.h:
1039 * lib/makefile.w32-in (GNULIBOBJS):
1040 * lib/gnulib.mk:
1041 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
1042 crypto/sha512 modules from gnulib.
1043
add3f049
PE
10442011-06-19 Paul Eggert <eggert@cs.ucla.edu>
1045
1046 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
1047
3a4725e1
GM
10482011-06-17 Glenn Morris <rgm@gnu.org>
1049
1050 * configure.in: Restore the behavior of checking crt-dir only
1051 when the user specified it (not all platforms use it).
1052
bf4846e7
PE
10532011-06-16 Paul Eggert <eggert@cs.ucla.edu>
1054
1055 * m4/lstat.m4: Merge from gnulib (Bug#8878).
1056
4d61f28d 10572011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
1058
1059 * configure.in: Try to determine CRT_DIR automatically when
1060 using gcc.
1061
8c9b2106
PE
10622011-06-15 Paul Eggert <eggert@cs.ucla.edu>
1063
8aeb5be9
PE
1064 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
1065 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
1066 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
1067 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
1068 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
1069 Merge from gnulib.
8c9b2106 1070
c195f2de
JD
10712011-06-14 Jan Djärv <jan.h.d@swipnet.se>
1072
1073 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
1074
7e2aa385
PE
10752011-06-08 Paul Eggert <eggert@cs.ucla.edu>
1076
1077 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
1078
81eafe29
PE
10792011-06-07 Paul Eggert <eggert@cs.ucla.edu>
1080
1081 * configure.in: Add --with-wide-int.
1082 * INSTALL: Mention this.
1083
9afafefb
PE
10842011-06-06 Paul Eggert <eggert@cs.ucla.edu>
1085
1086 Merge from gnulib.
1087 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
1088
f797625a
PE
10892011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1090
1091 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
1092
90856fe0 10932011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
1094
1095 Use 'inline', not 'INLINE'.
eefc9486 1096 * configure.in (INLINE): Remove.
55d4c1b2 1097
6a3e57bb
PE
10982011-05-29 Paul Eggert <eggert@cs.ucla.edu>
1099
1100 Adjust to recent gnulib change for @GUARD_PREFIX@.
1101 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
1102 All uses of _GL_ for guard prefixes in lib/*.h replaced with
1103 _@GUARD_PREFIX@_.
1104
842b28a0
PE
11052011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1106
e61923c8 1107 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 1108
70716b1d
GM
11092011-05-24 Glenn Morris <rgm@gnu.org>
1110
a22d9d2c
GM
1111 * Makefile.in (check): Just give a message if no test/ directory.
1112
bdd556a2
GM
1113 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
1114
70716b1d
GM
1115 * configure.in (OPT_MAKEFILES_IN): Remove.
1116 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
1117 (SUBDIR_MAKEFILES_IN): New output variable.
1118 * Makefile.in (OPT_MAKEFILES_IN): Remove.
1119 (SUBDIR_MAKEFILES_IN): Let configure set it.
1120
13c3daa4
LL
11212011-05-24 Leo Liu <sdl.web@gmail.com>
1122
1123 * m4/sha1.m4:
1124 * m4/gl-comp.m4:
1125 * lib/sha1.h:
1126 * lib/sha1.c:
1127 * lib/makefile.w32-in (GNULIBOBJS):
1128 * lib/gnulib.mk:
1129 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
1130
e09e38a8
GM
11312011-05-24 Glenn Morris <rgm@gnu.org>
1132
4ba4c54a
GM
1133 * configure.in: Remove test for already configured source directory.
1134 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
1135
5a95c002
GM
1136 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
1137
fa5d79db
GM
11382011-05-24 Glenn Morris <rgm@gnu.org>
1139
6c7e099d
GM
1140 * make-dist: Don't distribute test/. (Bug#8107)
1141 * configure.in (OPT_MAKEFILES_IN): New output variable.
1142 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
1143 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
1144 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
1145 (check): Give an explicit error if test/ is not present.
1146
fa5d79db
GM
1147 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
1148 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
1149 (Makefile): Use $SUBDIR_MAKEFILES_IN.
1150
2df215b5
PE
11512011-05-23 Paul Eggert <eggert@cs.ucla.edu>
1152
1153 * lib/verify.h: Merge from gnulib.
1154
f518ae90
PE
11552011-05-22 Paul Eggert <eggert@cs.ucla.edu>
1156
1157 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
1158 Merge from gnulib.
1159
16b71f3a
AS
11602011-05-21 Andreas Schwab <schwab@linux-m68k.org>
1161
1162 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
1163
7285dc67
EZ
11642011-05-20 Eli Zaretskii <eliz@gnu.org>
1165
6a45b46f
EZ
1166 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
1167
7285dc67
EZ
1168 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
1169
b9704ad9
GM
11702011-05-20 Glenn Morris <rgm@gnu.org>
1171
1172 * configure.in (lisp_frag): New output file.
1173
4a720484
GM
11742011-05-19 Glenn Morris <rgm@gnu.org>
1175
1176 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
1177 (WINDOW_SUPPORT): Remove output variables that are no longer used.
1178
a3c92bc1
EZ
11792011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1180
8f906c40
EZ
1181 * lib/gnulib.mk:
1182 * lib/intprops.h:
1183 * lib/unistd.in.h:
1184 * m4/inttypes.m4:
1185 * m4/stdint.m4:
1186 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 1187
d681f183
GM
11882011-05-14 Glenn Morris <rgm@gnu.org>
1189
1190 * configure.in: Treat failure to find an X toolkit the same way we treat
1191 failure to find X and image support.
1192
4f8c52a9
GM
11932011-05-12 Glenn Morris <rgm@gnu.org>
1194
1195 * Makefile.in (src, install-arch-indep, bootstrap-clean)
1196 (check-declare): Shell portability fixes. (Bug#8642)
1197
5a7f0a30
TZ
11982011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1199
1200 * configure.in: Require GnuTLS 2.6.x or higher.
1201
b08a63cc 12022011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 1203
c378da0b
PE
1204 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
1205 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
1206 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
1207
19548d08
PE
1208 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
1209 This new gnulib-tool option saves 'configure' the trouble of
1210 checking for strtoull when strtoumax exists.
1211
d1a2ac5c
PE
1212 * configure.in (BITS_PER_LONG_LONG): New macro.
1213
773233f8
GM
12142011-05-05 Glenn Morris <rgm@gnu.org>
1215
1216 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
1217 (top_distclean): Delete config.log~.
1218
40697cd9
BK
12192011-04-27 Ben Key <bkey76@gmail.com>
1220
1221 * configure.in: Fixed a bug that caused configure with
1222 --enable-checking=stringoverrun to have no effect.
1223
671875da 12242011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
1225
1226 * configure.in: Suppress unnecessary checks for size_t.
1227 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
1228 (size_t): Do not check for this, and do not typedef. This code
1229 is never exercised now.
1230
a8a2bb29
PE
1231 * Makefile.in (GNULIB_MODULES): Add strtoumax.
1232 This is needed for the new integer-reading code in lread.c.
1233 It automatically pulls in the following gnulib files, which
1234 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
1235 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
1236 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
1237 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 1238 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 1239
33630d51
TZ
12402011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
1241
1242 * configure.in: Check for GnuTLS certificate verify callbacks.
1243
bfab7d85
SM
12442011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1245
1246 * Makefile.in (config.status): Don't erase in case of error.
1247 In case it disappeared, rebuild it with `configure'.
1248
fe0e7ad7
KB
12492011-04-20 Ken Brown <kbrown@cornell.edu>
1250
1251 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
1252
f5b06c35
GM
12532011-04-12 Glenn Morris <rgm@gnu.org>
1254
1255 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
1256
762f8d96 12572011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
1258
1259 * lib/allocator.c: New file, automatically generated by gnulib.
1260
5fac7083
GM
12612011-04-07 Glenn Morris <rgm@gnu.org>
1262
1263 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
1264
973f782d
EZ
12652011-04-06 Eli Zaretskii <eliz@gnu.org>
1266
1267 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
1268 Revert last change.
1269
f1f81baa
JB
12702011-04-06 Juanma Barranquero <lekktu@gmail.com>
1271
1272 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
1273 ($(BLD)/careadlinkat.$(O)): New target.
1274 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1275 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
1276 Update dependencies.
1277
b70d23ff 12782011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 1279
41cf7d1a
PE
1280 Fix more problems found by GCC 4.6.0's static checks.
1281
aa181334
PE
1282 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
1283
1f7196bf 1284 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
1285 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
1286 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
1287 * m4/ssize_t.m4: New files, automatically generated from gnulib.
1288
c0274801
GM
12892011-04-06 Glenn Morris <rgm@gnu.org>
1290
1291 * autogen/update_autogen: Handle loaddefs-like files as well.
1292 (usage): Add -l, -C.
1293 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
1294 With -l, check status of lisp/ as well.
1295 With -C, clean before building.
1296 (autoreconf): Only pass -f in the `clean' case.
1297 (commit): New function.
1298
42e85a8f
GM
12992011-03-28 Glenn Morris <rgm@gnu.org>
1300
39f31873
GM
1301 * autogen/update_autogen: Pass -f to autoreconf.
1302
42e85a8f
GM
1303 * autogen.sh (get_version): Discard "not found" lines.
1304 (check_version): Respect $AUTOCONF etc environment variables.
1305
9af30bdf
GM
13062011-03-27 Glenn Morris <rgm@gnu.org>
1307
1308 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
1309 (AH_BOTTOM): Do not define SIGTYPE.
1310
181855e6
GM
13112011-03-26 Glenn Morris <rgm@gnu.org>
1312
1313 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
1314 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
1315
9ee0d174
AS
13162011-03-25 Andreas Schwab <schwab@linux-m68k.org>
1317
1318 * autogen/update_autogen: Remove useless function keyword.
1319
07da4b3c
EZ
13202011-03-25 Eli Zaretskii <eliz@gnu.org>
1321
1322 * config.bat: Generate src/config.h and lib/Makefile from
1323 autogen/config.in and autogen/Makefile.in.
1324
f6ca84c0
GM
13252011-03-25 Glenn Morris <rgm@gnu.org>
1326
1327 * compile, config.guess, config.sub, depcomp, install-sh, missing:
1328 Remove; autoreconf can supply them.
1329 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
1330 config.guess, install-sh. Pass -i to autoreconf.
1331 * autogen/update_autogen (genfiles): Add compile, config.guess,
1332 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
1333 Discard non-error output from autoreconf in -q case.
1334 * autogen/compile, autogen/config.guess, autogen/config.sub:
1335 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
1336 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
1337 install-sh, missing.
1338
8cc1d519
GM
13392011-03-23 Glenn Morris <rgm@gnu.org>
1340
9bb73912 1341 * autogen/update_autogen: Fix typo.
904a432c 1342 (msg): Remove function; use `exec' instead.
9bb73912 1343
8cc1d519
GM
1344 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
1345 (sync-from-gnulib): Don't sync mkinstalldirs.
1346 * make-dist: Don't distribute mkinstalldirs.
1347
c9c49752 13482011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 1349
c9c49752 1350 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
1351 * Makefile.in (GNULIB_MODULES): Add socklen.
1352 * configure.in: Do not check for sys/socket.h, since socklen does that.
1353 * m4/socklen.m4: New automatically-generated file, from gnulib.
1354
d5cad867
PE
1355 fakemail: Remove dependency on ignore-value.
1356 * Makefile.in (GNULIB_MODULES): Add stdio.
1357 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
1358 imported from gnulib.
cbd350f1 1359 * .bzrignore: Add lib/stdio.h.
c9c49752 1360
34cb1cc6
GM
13612011-03-22 Glenn Morris <rgm@gnu.org>
1362
1363 * autogen/copy_autogen: Work from ./ or ../.
1364 Fix time-stamps.
1365 * autogen.sh: Doc fix.
1366
66b87493
GM
13672011-03-20 Glenn Morris <rgm@gnu.org>
1368
1369 * autogen/: New directory, to be excluded from releases.
1370 * autogen/copy_autogen, autogen/update_autogen: New scripts.
1371 * autogen/README: New file.
1372 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
1373 * autogen/Makefile.in: Add auto-updated generated files.
1374 * autogen.sh: No longer a no-op, now it tests for autotools
1375 and runs them as necessary.
cd1181db 1376 * configure.in: Default maintainer-mode to on.
66b87493
GM
1377 * aclocal.m4, configure, lib/Makefile.in: Remove files.
1378
1ef6de05
PE
13792011-03-13 Paul Eggert <eggert@cs.ucla.edu>
1380
1381 Update for gnulib.
1382 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
1383 includes <intprops.h> directly.
1384 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
1385 when building Emacs on Solaris 9 and running it on Solaris 10.
1386
0afb4571
J
13872011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1388
1389 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
1390
33383987
JB
13912011-03-07 Chong Yidong <cyd@stupidchicken.com>
1392
1393 * Version 23.3 released.
1394
870d9cf6
GM
13952011-03-06 Glenn Morris <rgm@gnu.org>
1396
1397 * configure.in (FREETYPE_LIBS): Actually set it to something.
1398
6c0dea8a
PE
13992011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1400
1401 Work around some portability problems with symlinks.
1402
1403 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
1404 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
1405 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
1406 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
1407 * m4/symlink.m4:
1408 New files, automatically generated from gnulib.
1409 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1410 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
1411
945d8b44
EZ
14122011-02-26 Eli Zaretskii <eliz@gnu.org>
1413
03382788
EZ
1414 * .bzrignore: Ignore new lib/*.in-h files.
1415
945d8b44
EZ
1416 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
1417 depfiles.bat even if lib/deps already exist.
1418
9411886d
PE
14192011-02-25 Paul Eggert <eggert@cs.ucla.edu>
1420
1421 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
1422 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
1423 recent changes to configure.in and to gnulib.
9411886d 1424
1e8dbdc6
GM
14252011-02-24 Glenn Morris <rgm@gnu.org>
1426
1427 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
1428 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
1429
f68c809d
PE
14302011-02-22 Paul Eggert <eggert@cs.ucla.edu>
1431
1432 Assume S_ISLNK etc. work, since gnulib supports this.
1433 * Makefile.in (GNULIB_MODULES): Add sys_stat.
1434 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
1435 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
1436 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
1437
ba01e9d7
PE
14382011-02-21 Paul Eggert <eggert@cs.ucla.edu>
1439
1440 * lib/min-max.h: New file, for "min" and "max".
1441
9f8370e6
CS
14422011-02-21 Christoph Scholtes <cschol2112@gmail.com>
1443
0a19a6f8 1444 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
9f8370e6
CS
1445 $(EMACS_ROOT)/nt/inc/stdint.h.
1446
25c51af3
EZ
14472011-02-21 Eli Zaretskii <eliz@gnu.org>
1448
1449 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
1450 src/makefile.w32-in and adapt. Depend on stamp_BLD.
1451 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
1452
5fa4ac76
PE
14532011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1454
1455 Import filemode module from gnulib.
1456 * .bzrignore: Add lib/sys/.
1457 * Makefile.in (GNULIB_MODULES): Add filemode.
1458 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
1459 * lib/filemode.c: Renamed from src/filemode.c and regenerated
1460 from gnulib. This adds support for some more file types, e.g.,
1461 Cray DMF migrated files.
1462 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
1463 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
1464 * m4/sys_stat_h.m4: New files, generated from gnulib.
1465 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1466 Regenerate.
1467
e1e6b4fb
EZ
14682011-02-20 Eli Zaretskii <eliz@gnu.org>
1469
1470 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
1471 $(EMACS_ROOT)/nt/inc/sys/stat.h.
1472
6cac9cb1
PE
14732011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1474
1475 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
1476 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
1477 is no longer needed, due to the recent SSDATA and related changes.
1478 Perhaps -Wno-pointer-sign should also be removed from
1479 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
1480 way to test this so I left it alone.
1481 * configure: Regenerate.
1482
0a19a6f8 14832011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
1484
1485 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
1486 src/makefile.w32-in.
1487
61353ac8 14882011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 1489
61353ac8 1490 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 1491 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
1492 Regenerate.
1493 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
1494 Import the new versions from gnulib; they assume a C99-style
1495 <stdint.h>, supplied by the stdint module.
1496 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
1497 imported from gnulib.
942f733f
PE
1498 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
1499 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
1500 special cases.
61353ac8 1501
9d9d12cd
EZ
15022011-02-19 Eli Zaretskii <eliz@gnu.org>
1503
152be435 1504 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 1505 Add lib/deps/.
152be435 1506
9d9d12cd 1507 * config.bat: Configure in `lib'.
219463da 1508 Generate *.Po files in lib/deps.
9d9d12cd 1509
7d315eb6
PE
15102011-02-18 Paul Eggert <eggert@cs.ucla.edu>
1511
1512 Import IRIX 6.5 getloadavg fixes from gnulib.
1513 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
1514
1f5d53eb
PE
15152011-02-16 Paul Eggert <eggert@cs.ucla.edu>
1516
1517 Import getloadavg module from gnulib.
1518 * .bzrignore: Add lib/stdlib.h.
1519 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1520 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
1521 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
1522 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
1523 Remove; gnulib does this now.
1524 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
1525 from gnulib. This adds support for several other systems, such
1526 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
1527 buffer overrun on Linux hosts under very high load, and on hosts
1528 that maintain a channel to the load average file it makes sure
1529 the file descriptor is close-on-exec (on hosts that support this)
1530 and is not stdin, stdout, or stderr.
1531 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
1532 from gnulib.
1533 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1534 * src/config.in: Regenerate.
1535
bb55f713
PE
15362011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1537
1538 Merge from gnulib.
1539
7127b760
PE
1540 * install-sh: Update to scriptversion 2011-01-19.21.
1541
bb55f713
PE
1542 2011-02-13 Bruno Haible <bruno@clisp.org>
1543
1544 Consistent macro naming for macros that use GCC __attribute__.
1545 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
1546 ATTRIBUTE_DEPRECATED.
1547
1548 2011-02-12 Bruno Haible <bruno@clisp.org>
1549
1550 setlocale: Prefer gnulib's override over libintl's override.
1551 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
1552 GNULIB_defined_setlocale is set.
1553
57e96f8e
GM
15542011-02-13 Glenn Morris <rgm@gnu.org>
1555
1556 * make-dist: Exclude generated file src/globals.h.
1557
988c07df
PE
15582011-02-10 Paul Eggert <eggert@cs.ucla.edu>
1559
1560 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
1561 Sync from gnulib, which has been patched to fix the problem
1562 with the license notices. Problem reported by Glenn Morris in
1563 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
1564
ccded26c
SM
15652011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1566
1567 * .bzrignore: Ignore globals.h and related stamp.
1568
6ffb2c0c
PE
15692011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1570
1571 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
1572 This merges the following fix from gnulib:
1573
1574 2011-02-08 Bruno Haible <bruno@clisp.org>
1575
1576 Split large sed scripts, for HP-UX sed.
1577
00b3c7ac
TT
15782011-02-08 Tom Tromey <tromey@redhat.com>
1579
1580 * configure: Rebuild.
1581 * configure.in (NS_OBJC_OBJ): New subst.
1582
91ccade4
PE
15832011-02-06 Paul Eggert <eggert@cs.ucla.edu>
1584
6ffb2c0c
PE
1585 gnulib: allow multiple gnulib generated replacements to coexist
1586 This defines a few preprocessor symbols that should not affect Emacs.
1587 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
1588 via "make sync-from-gnulib".
1589
e765a388
PE
1590 gnulib: undo previous change
1591 The upstream _HEADERS change was backed out of gnulib (see the
1592 same thread). Stay in sync with gnulib.
1593
91ccade4 1594 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
1595 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
1596 New empty macros, to accommodate recent changes to gnulib. See
1597 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
1598 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
1599 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
1600 * lib/time.in.h, lib/unistd.in.h:
1601 Regenerate.
91ccade4 1602
d67985d3
PE
16032011-02-05 Paul Eggert <eggert@cs.ucla.edu>
1604
1605 sync from gnulib to remove HAVE_STDBOOL_H
1606 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
1607 AC_HEADER_STDBOOL. All uses changed. Do not define
1608 HAVE_STDBOOL_H, as gnulib does not need this. This change is
1609 imported from the latest Autoconf git. It was motivated by Emacs,
1610 which uses gnulib but does not need HAVE_STDBOOL_H.
1611 * configure, src/config.in: Regenerate.
1612 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
1613
67342916
PE
16142011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1615
1616 allow C code to suppress warnings about ignored return values
1617 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
1618 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1619 * lib/ignore-value.h: New file.
67342916 1620
14beddf4 16212011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
1622
1623 * configure.in: Test existence of xaw3d library, not just the
1624 header (Bug#7642).
1625
6ffb2c0c
PE
16262011-01-31 Eli Zaretskii <eliz@gnu.org>
1627
1628 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
1629 $(BLD)/time_r.$(O).
1630 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
1631 $(EMACS_ROOT)/src/m/intel386.h.
1632 ($(BLD)/strftime.$(O)):
1633 ($(BLD)/time_r.$(O)): Define prerequisites.
1634
16fab143
PE
16352011-01-31 Paul Eggert <eggert@cs.ucla.edu>
1636
1637 src/emacs.c now gets version number from configure.in
1638 * configure.in (version): Set this from $PACKAGE_VERSION,
1639 which is set from AC_INIT, rather than scouting through src/emacs.c.
1640 * configure: Regenerate.
1641 * make-dist (version): Get it from configure.in, not src/emacs.c.
1642
16c3e636
PE
16432011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1644
1645 strftime: import from gnulib
1646 * Makefile.in (GNULIB_MODULES): Add strftime.
1647 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
1648 needed.
6ffb2c0c 1649 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 1650 Regenerate.
6ffb2c0c
PE
1651 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
1652 imported from gnulib.
16c3e636
PE
1653 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
1654 This incorporates many changes from gnulib, including simpler
1655 handling of multibyte formats, porting to mingw32 and other
1656 platforms, and support for higher-resolution time stamps.
1657 Emacs does not yet use the higher-resolution interface.
1658
3de84ad9
PE
16592011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1660
1661 gnulib: import mktime and move-if-change fixes from gnulib
1662
1663 * configure: Regenerate from the following.
1664
6ffb2c0c
PE
1665 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1666
1667 mktime: clarify long_int width checking
1668 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
1669 the top level, to make it clearer that the assumption about
1670 long_int width is being checked. See
1671 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
1672
3de84ad9
PE
1673 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
1674
1675 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 1676 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
1677 negative number, which the C Standard says has undefined behavior.
1678 In practice this is not a problem, but might as well do it by the book.
1679 Reported by Rich Felker and Eric Blake; see
1680 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
1681 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1682 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
1683
1684 mktime: #undef mktime before #defining it
1685 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
1686
1687 mktime: systematically normalize tm_isdst comparisons
1688 * lib/mktime.c (isdst_differ): New function.
1689 (__mktime_internal): Use it systematically for all isdst comparisons.
1690 This completes the fix for libc BZ #6723, and removes the need for
1691 normalizing tm_isdst. See
1692 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
1693 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
1694
1695 mktime: fix some integer overflow issues and sidestep the rest
1696
1697 This was prompted by a bug report by Benjamin Lindner for MinGW
1698 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
1699 His bug is due to signed integer overflow (0 - INT_MIN), and I
1700 I scanned through mktime.c looking for other integer overflow
1701 problems, fixing all the bugs I found.
1702
1703 Although the C Standard says the resulting code is still not safe
1704 in the presence of integer overflow, in practice it should be good
1705 enough for all real-world two's-complement implementations, except
1706 for debugging environments that deliberately trap on integer
1707 overflow (e.g., gcc -ftrapv).
1708
1709 * lib/mktime.c (WRAPV): New macro.
1710 (SHR): Also check that long_int and time_t shift right in the
1711 usual way, before using the fast-but-unportable method.
1712 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
1713 used. The code already assumed two's complement, so there's
1714 no need to test for alternatives. All uses removed.
1715 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
1716 the C standard. Problem reported by Rich Felker in
1717 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
1718 (twos_complement_arithmetic): Also check long_int and time_t.
1719 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
1720 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
1721 (__mktime_internal): Avoid integer overflow with unary subtraction
1722 in two instances where -1 - X is an adequate replacement for -X,
1723 since the calculations are approximate.
3de84ad9
PE
1724
1725 2011-01-29 Eric Blake <eblake@redhat.com>
1726
1727 mktime: avoid infinite loop
1728 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
1729 type; behavior is still undefined but portable to all known targets.
1730 Reported by Rich Felker.
1731
6ffb2c0c
PE
1732 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1733
1734 mktime: avoid problems on NetBSD 5 / i386
1735 * lib/mktime.c (long_int): New type. This works around a problem
1736 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
1737 but time_t is 64 bits, and where I expect the existing code is
1738 wrong in some cases.
1739 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
1740 (ydhms_diff): Bring back the compile-time check for wide-enough
1741 year and yday.
1742
1743 mktime: fix misspelling in comment
1744 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
1745 This merges all recent glibc changes of importance.
1746
3de84ad9
PE
1747 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1748
1749 move-if-change: cope with concurrent mv of identical file.
1750 * move-if-change (CMPPROG): Accept environment
1751 variable as an override for `cmp'.
1752 (usage): Document CMPPROG.
1753 Adjust comparison to drop stdout. Cope with failure of mv if
1754 the target file exists and is identical to the source, for
1755 parallel builds.
1756 Report from H.J. Lu against binutils in PR binutils/12283.
1757
6ffb2c0c
PE
17582011-01-29 Eli Zaretskii <eliz@gnu.org>
1759
1760 * lib/makefile.w32-in:
1761 * lib/getopt_.h: New files.
1762
c7e95b91
PE
17632011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1764
1765 improve fix for MS-DOS file name clash
1766 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
1767 for portability to POSIX make. Reported by Bruno Haible.
1768 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
1769 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
1770 files from accumulating as garbage. Also reported by Bruno Haible.
1771
125c3718
PE
17722011-01-27 Paul Eggert <eggert@cs.ucla.edu>
1773
1774 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
1775 * Makefile.in (DOS-gnulib-comp.m4): New macro.
1776 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
1777 problems with MS-DOS 8+3 file name restrictions.
1778 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
1779 it, it would also cause problems when extracting Emacs distribution
1780 tarballs on MS-DOS hosts.
1781 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 1782 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
1783 * config.guess, config.sub: Sync from gnulib.
1784 * m4/gnulib-cache.m4: Remove from repository.
1785 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
1786
4004ef46
GM
17872011-01-25 Glenn Morris <rgm@gnu.org>
1788
0b5c5d82
GM
1789 * README: Add a note about ranges in copyright years.
1790
4004ef46
GM
1791 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
1792
06d8ace5 17932011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
1794
1795 * configure.in: Add HP-UX on IA64 (Bug#6811).
1796
d6974efa
PE
17972011-01-24 Paul Eggert <eggert@cs.ucla.edu>
1798
1799 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
1800 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
1801 as it is no longer needed.
6ffb2c0c 1802 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
1803 * configure.in: Invoke the new gnulib macro
1804 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
1805 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
1806 * m4/getopt.m4: Sync from gnulib; this removes the need for
1807 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
1808 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
1809 New macro, synced from gnulib.
1810 * m4/warn-on-use.m4: Remove.
1811
e02ea74b
PE
18122011-01-22 Paul Eggert <eggert@cs.ucla.edu>
1813
1814 aclocal.m4: put this file back into repository
1815 This way, we don't have to assume that the maintainer has
1816 the automake package installed. See
1817 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
1818 * .bzrignore: Remove aclocal.m4, undoing the previous change.
1819 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
1820 undoing the previous change.
1821 * aclocal.m4: New file (actually, resurrected).
1822
48dcd482
MB
18232011-01-22 Miles Bader <miles@gnu.org>
1824
1825 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
1826 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
1827 Emacs directly uses fontconfig, and breaks building when using a
1828 strict linker).
1829
925e561d
PE
18302011-01-21 Paul Eggert <eggert@cs.ucla.edu>
1831
b06b1098
PE
1832 src/config.in: shrink slightly
1833 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
1834 This makes src/config.in a bit smaller, by removing identifiers
1835 like GNULIB_TEST_MKTIME that Emacs does not need.
1836 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
1837 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1838 Sync from gnulib. This removes a few more unnecessary symbols from
1839 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
1840 * configure, src/config.in: Regenerate.
1841
925e561d
PE
1842 aclocal.m4: tweaks to regenerate more conveniently
1843 This attempts to act better when the source is in a weird state. See
1844 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
1845 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
1846 * .bzrignore: Add aclocal.m4.
1847
942be821
PE
18482011-01-20 Paul Eggert <eggert@cs.ucla.edu>
1849
1850 aclocal.m4: omit auto-generated file from repository
1851 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
1852 the most recent change here.
1853 * aclocal.m4: Remove from bzr repository. This file is
1854 auto-generated and isn't needed to run 'configure'. See
1855 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
1856
0813c96e
PE
18572011-01-19 Paul Eggert <eggert@cs.ucla.edu>
1858
1859 Minor Makefile.in tweaks to build from gnulib better.
1860 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
1861 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
1862 (top_maintainer_clean): Don't remove aclocal.m4.
1863
7cae64b4
PE
18642011-01-18 Paul Eggert <eggert@cs.ucla.edu>
1865
53911e8f
PE
1866 Minor cleanups for 'bzr status'
1867 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
1868 the output of config.guess.
1869 * Makefile.in (top_distclean): Remove stamp-h1 too.
1870
7cae64b4
PE
1871 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
1872 defined if the compiler supports GCC-style __attribute__
1873 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
1874 this syntax.
1875
a3e44e79 18762011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 1877
3cbecb8f
PE
1878 Makefile.in: tidy up the building of lib
1879 * Makefile.in (am--refresh): Mark as .PHONY.
1880 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
1881 as they're not rebuilt unless you do a "make sync-from-gnulib"
1882 and the former is needed for "configure".
1883 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
1884 has already removed lib/Makefile.
1885
ecbfcc83
PE
1886 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
1887 This avoids building ftoastr and ldtoastr, which aren't needed. See
1888 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 1889
803059b9
PE
1890 * .bzrignore: Add .h files that are host-dependent.
1891 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
1892 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
1893 host-dependent and are built as part of an ordinary 'make', and
1894 should not be checked in.
1895
6ffb2c0c
PE
1896 * lib/Makefile.in: Regenerate.
1897 * lib/COPYING: New file, a copy of COPYING.
1898
2a78afcc 1899 * configure: Regenerate.
37564543
PE
1900 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
1901
e275c824 1902 Regenerate.
6ffb2c0c
PE
1903 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
1904 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
1905 New files, copied from gnulib by gnulib-tool.
1906 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
1907 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1908 Regenerate.
ecbfcc83 1909
84bbb1ad
PE
1910 Use gnulib's getopt-gnu module.
1911 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
1912 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
1913 representative of the dependencies.
1914 * configure.in: Do not configure getopt, as gnulib does that now.
1915 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
1916 getopt now, in lib.
ecbfcc83 1917
1fd182f0 1918 Regenerate.
6ffb2c0c
PE
1919 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
1920 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
1921 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
1922 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
1923 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
1924 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
1925 * m4/wchar_t.m4, warn-on-use.h:
1926 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 1927 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
1928 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1929 Regenerate.
1930
1e11dbe3
PE
1931 Use gnulib's mktime module.
1932 * Makefile.in (GNULIB_MODULES): Add mktime.
1933 * configure.in: Remove code no longer needed, as gnulib now does it.
1934 (AC_CHECK_FUNCS): Remove mktime.
1935 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
1936 (__restrict): Remove, as this now gets in the way of the C99
1937 support for 'restrict' pulled in by the gnulib mktime module.
1938 Code should now use 'restrict' and not '__restrict".
1939 (mktime): Remove.
1940 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
1941 and warn-on-use.h into the distribution.
1fd182f0
PE
1942
1943 Regenerate.
6ffb2c0c
PE
1944 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
1945 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 1946 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
1947 * lib/dummy.c: Remove.
1948 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
1949 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
1950 Regenerate.
ecbfcc83 1951
1e11dbe3 1952 Use gnulib's ftoastr module.
fa2c4f56
PE
1953 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
1954
743c80a7 1955 Regenerate.
6ffb2c0c
PE
1956 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
1957 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
1958 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
1959 New files, generated automatically, with 'make sync-from-gnulib'
1960 followed by 'make'.
1961 * configure, lisp/dired.el, src/config.in: Regenerate.
1962
9a514d4a
PE
1963 Automate syncing from gnulib.
1964 * INSTALL, README: Document new subdirectory 'lib'.
1965 * Makefile.in (SUBDIR): Add lib.
1966 (SUBDIR_MAKEFILES): Add lib/Makefile.
1967 (lib-src, src, TAGS, tags): Depend on lib.
1968 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
1969 ($(gnulib_srcdir)): New rule.
1970 (sync-from-gnulib): New rule, which is .PHONY.
1971 (lib): New rule, which is like lib-src.
1972 (Makefile): Depend on lib/Makefile.in.
1973 (AUTOCONF_INPUTS): Depend on aclocal.m4.
1974 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
1975 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
1976 (am--refresh): New rule, to pacify Automake.
1977 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
1978 Clean lib, too.
1979 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
1980 droppings.
1981 (maintainer-clean, extraclean): Use it.
1982 * configure.in: Initialize for automake and gnulib, by invoking
1983 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
1984 lib/Makefile, too. Use automake to build gnulib, as gnulib works
1985 more conveniently with automake.
6ffb2c0c 1986 * lib/Makefile.am: New file.
9a514d4a
PE
1987 * make-dist: Also put into the distribution aclocal.m4,
1988 compile, depcomp, missing, and the files under lib/.
1989
dc3e3e7b
GM
19902011-01-15 Glenn Morris <rgm@gnu.org>
1991
1992 * Makefile.in (epaths-force): No more arch-tag to edit.
1993
dab73760
CY
19942011-01-15 Chong Yidong <cyd@stupidchicken.com>
1995
1996 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
1997
9f4b8b47
PE
19982011-01-14 Paul Eggert <eggert@cs.ucla.edu>
1999
2000 * make-dist: Distribute test/ files too.
2001 Distribute every file under test/ that is under version control,
2002 using patterns like *.el to capture files that are added later.
2003 Without this change, "configure" would fail, because it would
2004 attempt to build from a Makefile.in that was not distributed.
2005
d221e780
CO
20062011-01-13 Christian Ohler <ohler@gnu.org>
2007
2008 * Makefile.in (INFO_FILES): Add ERT.
2009
2010 * Makefile.in (check): Run tests in test/automated.
2011
2012 * Makefile.in:
2013 * configure.in: Add test/automated/Makefile.
2014
bc5585d1
PE
20152011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2016
2b3f5bc8
PE
2017 * install-sh, mkinstalldirs, move-if-change: Update from master
2018 source in gnulib.
2019
bc5585d1
PE
2020 * config.guess, config.sub: Updated from master source.
2021
2018939f
AS
20222011-01-05 Andreas Schwab <schwab@linux-m68k.org>
2023
2024 * configure.in: Check for __builtin_unwind_init.
2025
e5365138
GM
20262011-01-05 Glenn Morris <rgm@gnu.org>
2027
2028 * configure.in (HAVE_MAKEINFO): New output variable.
2029 (MAKEINFO): Reset to "makeinfo" if not found.
2030 * Makefile.in (install-arch-indep, info):
2031 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
2032
4fc5868a
UM
20332010-12-29 Ulrich Mueller <ulm@gentoo.org>
2034
2035 * configure.in: Make gameuser configurable (Bug#7717).
2036
68251e16
GM
20372010-12-15 Glenn Morris <rgm@gnu.org>
2038
2039 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
2040 long absent lib-src/fns-*.el.
2041
838db889
GM
20422010-12-11 Glenn Morris <rgm@gnu.org>
2043
2044 * make-dist: Exclude etc/*.pyc.
2045
fe646d2c
AS
20462010-12-10 Andreas Schwab <schwab@linux-m68k.org>
2047
2048 * configure.in: Don't double machfile in final message.
2049
d96c83fa
CY
20502010-12-04 Chong Yidong <cyd@stupidchicken.com>
2051
2052 * configure.in: Fix last change.
2053
d6a003a8
AS
20542010-12-04 Andreas Schwab <schwab@linux-m68k.org>
2055
2056 * configure.in: Remove reference to removed machine description
2057 files and allow $machine and $machfile to be empty. Substitute
2058 M_FILE/S_FILE instead of machfile/opsysfile.
2059
067d23c9
KY
20602010-12-03 Glenn Morris <rgm@gnu.org>
2061
2062 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
2063
20642010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2065
2066 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
2067 (EXTERNALLY_VISIBLE): New definition.
2068
20692010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2070
2071 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
2072
20732010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2074
2075 * configure.in: Do not check for unconditionally included headers.
2076
20772010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2078
2079 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
2080
20812010-11-09 Michael Albinus <michael.albinus@gmx.de>
2082
2083 * configure.in: Don't write a warning for D-Bus anymore.
2084
20852010-11-06 Andreas Schwab <schwab@linux-m68k.org>
2086
2087 * configure.in: Fix indentation.
2088
20892010-10-31 Ken Brown <kbrown@cornell.edu>
2090
2091 * configure.in (checking whether localtime caches TZ): Use
2092 unsetenv instead of modifying environment directly.
2093
20942010-10-25 Andreas Schwab <schwab@linux-m68k.org>
2095
2096 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
2097 to avoid warning.
2098
20992010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2100
e9fce1ac 2101 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
2102
21032010-10-22 Glenn Morris <rgm@gnu.org>
2104
2105 * make-dist: Avoid listing .el files twice. Don't try to run
2106 autoconf if --no-update.
2107
21082010-10-20 Glenn Morris <rgm@gnu.org>
2109
2110 * make-dist: No longer create lisp/MANIFEST.
2111
21122010-10-14 Glenn Morris <rgm@gnu.org>
2113
2114 * BUGS, INSTALL.BZR, README: Updates.
2115
21162010-10-13 Glenn Morris <rgm@gnu.org>
2117
2118 * make-dist: Remove --compress. Check for the appropriate
2119 gzip-like executable, and if not found, don't compress.
2120 Check version number in README, don't change it.
2121 Use find for nt/inc/*.h.
2122
21232010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2124
2125 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
2126 trailing / from directory names.
2127
21282010-10-12 Glenn Morris <rgm@gnu.org>
2129
2130 * make-dist: Update and simplify.
2131
21322010-10-12 Eli Zaretskii <eliz@gnu.org>
2133
2134 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
2135
21362010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2137
2138 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
2139
21402010-10-09 Glenn Morris <rgm@gnu.org>
2141
2142 * make-dist: No more doc/emacs/*.texi.in.
2143
2144 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
2145
21462010-10-09 Glenn Morris <rgm@gnu.org>
2147
2148 * configure.in: Combine some conditionals.
2149
2150 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
2151 * make-dist: Include doc/emacs/*.texi.in.
2152
2153 * INSTALL, make-dist: Remove references to b2m.
2154 * Makefile.in (MAN_PAGES): Remove b2m.1.
2155
21562010-10-05 Glenn Morris <rgm@gnu.org>
2157
2158 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
2159
21602010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2161
2162 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
2163
21642010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
2165
2166 * configure.in: Include stdlib.h and string.h unconditionally.
2167
21682010-09-29 Romain Francoise <romain@orebokech.com>
2169
2170 * configure.in: Don't enable ImageMagick unless HAVE_X11.
2171
21722010-09-28 Glenn Morris <rgm@gnu.org>
2173
2174 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
2175 happy.
2176
21772010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2178
2179 * configure.in: Enable imagemagick by default.
2180
21812010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2182
2183 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 2184 GnuTLS libraries.
067d23c9
KY
2185
21862010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
2187
2188 * configure.in: Set up GnuTLS.
2189
21902010-09-22 Chong Yidong <cyd@stupidchicken.com>
2191
2192 * configure.in: Announce whether libxml2 is linked to.
2193
21942010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2195
2196 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
2197
21982010-09-18 Eli Zaretskii <eliz@gnu.org>
2199
2200 * config.bat: Detect that libxml2 is installed and if so, build
2201 with it.
2202
22032010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2204
2205 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
2206 be used. This fixes a conf problem on Mac OS X.
2207
22082010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2209
2210 * configure.in: Check for libxml2.
2211
22122010-09-09 Glenn Morris <rgm@gnu.org>
2213
2214 * make-dist: No more TODO files under lisp/.
2215
22162010-09-04 Eli Zaretskii <eliz@gnu.org>
2217
2218 * config.bat: Produce lisp/gnus/_dir-locals.el from
2219 lisp/gnus/.dir-locals.el.
2220
22212010-08-23 Andreas Schwab <schwab@linux-m68k.org>
2222
2223 * configure.in: Fix check for librsvg, imagemagick and
2224 MagickExportImagePixels.
2225
22262010-08-18 Joakim Verona <joakim@verona.se>
2227
2228 * Makefile.in, configure.in: Checks for ImageMagick.
2229
22302010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
2231
2232 * configure.in (AC_PREREQ): Require autoconf 2.65.
2233
22342010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2235
2236 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
2237
22382010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2239
2240 * configure.in: Add AC_C_BIGENDIAN.
2241
22422010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2243
2244 * configure.in (ORDINARY_LINK): Use on hpux* too.
2245
22462010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2247
2248 * configure.in: Check for util.h.
2249 Use -Wimplicit-function-declaration if compiler supports it.
2250
22512010-08-05 Eli Zaretskii <eliz@gnu.org>
2252
2253 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
2254
22552010-08-04 Andreas Schwab <schwab@linux-m68k.org>
2256
2257 * configure.in: Restore accidentally removed use of
2258 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
2259
22602010-07-29 Chad Brown <yandros@mit.edu>
2261
2262 * configure.in: Check for dirent.h.
2263
22642010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2265
2266 * configure.in: Remove reference to usg5-4, unused.
2267
22682010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2269
2270 * configure.in: Check for __executable_start.
2271
22722010-07-24 Ken Brown <kbrown@cornell.edu>
2273
2274 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
2275
22762010-07-24 Juanma Barranquero <lekktu@gmail.com>
2277
2278 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
2279
22802010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
2281
2282 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
2283
22842010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2285
2286 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2287 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
2288 (C_OPTIMIZE_SWITCH): Remove.
2289 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
2290
22912010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2292
2293 * configure.in: Don't check for index and rindex, check for strchr
2294 and strrchr. Define strchr and strrchr as index and rindex,
2295 resp., in src/config.h if not available.
2296
22972010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2298
2299 * configure.in: Use -Wold-style-definition if available.
2300 This helps with the transition to standard C code, it can be
2301 removed when done.
2302
2303 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
2304
2305 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
2306 and MSWindows.
2307
23082010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2309
2310 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
2311 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
2312
23132010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2314
2315 * configure.in (getenv): Remove K&R declaration.
2316
23172010-07-02 Jan Djärv <jan.h.d@swipnet.se>
2318
2319 * configure.in: Remove define __P.
2320
23212010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2322
2323 * configure.in (--enable-use-lisp-union-type): New flag.
2324
23252010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2326
2327 Fix CFLAGS for non-GCC compilers.
2328 * configure.in (CFLAGS): Always use -g like it was done before the
2329 2010-03-30 change.
2330 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
2331 (Bug#6538)
2332
23332010-06-30 Glenn Morris <rgm@gnu.org>
2334
2335 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
2336 Set with AC_DEFINE rather than AH_BOTTOM.
2337
2338 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
2339 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
2340 Set with shell, not cpp.
2341 (LIBX): Remove, just use -lX11 in the one place this was used.
2342 (cannot_dump): Replace with CANNOT_DUMP.
2343
23442010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2345
0a19a6f8 2346 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
2347 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
2348 by minimum required Gtk+ 2.6). Add checks for functions introduced
2349 in Gtk+ 2.14 or newer (bug#6505).
2350
23512010-06-26 Eli Zaretskii <eliz@gnu.org>
2352
2353 * config.bat: Remove white space around "+" in COPY commands.
2354
23552010-06-23 Glenn Morris <rgm@gnu.org>
2356
2357 * info/dir: Start descriptions in column 32, per Texinfo convention.
2358
23592010-06-16 Chong Yidong <cyd@stupidchicken.com>
2360
2361 * INSTALL: Update font information (Bug#6389).
2362
23632010-06-16 Glenn Morris <rgm@gnu.org>
2364
2365 * INSTALL: General update.
2366
23672010-06-12 Glenn Morris <rgm@gnu.org>
2368
2369 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
2370
23712010-06-11 Glenn Morris <rgm@gnu.org>
2372
2373 * configure.in (--without-compress-info): New option.
2374 (GZIP_INFO): New output variable.
2375
2376 * Makefile.in (GZIP_INFO): New, set by configure.
2377 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
2378 Handle man pages in the same way.
2379
23802010-06-10 Glenn Morris <rgm@gnu.org>
2381
2382 * Makefile.in (install-arch-indep): Gzip the info files too.
2383
2384 * make-dist: Remove references to non-existent directories and files.
2385
23862010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2387
2388 * configure.in: Include <strings.h> and <string.h> instead of
2389 "strings.h" and "string.h".
2390
23912010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
2392
2393 * configure.in: Remove code dealing with BSTRING.
2394
23952010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2396
2397 * configure.in (AC_PREREQ): Require autoconf 2.65.
2398
2399 * configure.in (unxec): Do not define and substitute.
2400 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
2401
24022010-06-03 Glenn Morris <rgm@gnu.org>
2403
2404 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
2405
24062010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2407
2408 Fix alloca definition when using gcc on non-gnu systems.
2409 * configure.in: Use the code sequence indicated by "info autoconf"
2410 for alloca (bug#6170).
2411
24122010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2413
2414 * .bzrignore: Ignore new files from trunk, which appear if you use
2415 colocated branches (i.e. "bzr switch").
2416
24172010-05-28 Glenn Morris <rgm@gnu.org>
2418
2419 * configure.in: Simplify some of the $canonical tests.
2420
24212010-05-27 Glenn Morris <rgm@gnu.org>
2422
2423 * config.bat: Do not preprocess src/Makefile.in.
2424
2425 * configure.in: Do not preprocess src/Makefile.in.
2426 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
2427 (AC_EGREP_CPP): Test no longer needed.
2428
2429 * make-dist: No more Makefile.c files.
2430
24312010-05-26 Glenn Morris <rgm@gnu.org>
2432
2433 * configure.in (YMF_PASS_LDFLAGS): Remove.
2434 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
2435
2436 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
2437 Add $GNUSTEP_LOCAL_HEADERS.
2438 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
2439
2440 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
2441 (GNUSTEP_MAKEFILES): Remove.
2442 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
2443 stuff to here.
2444
24452010-05-25 Glenn Morris <rgm@gnu.org>
2446
2447 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
2448 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
2449
2450 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
2451 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
2452 here instead.
2453
24542010-05-24 Romain Francoise <romain@orebokech.com>
2455
2456 * make-dist: Look for version in src/emacs.c.
2457 Use lisp/subr.el rather than lisp/version.el for location check.
2458
24592010-05-21 Glenn Morris <rgm@gnu.org>
2460
2461 * configure.in (MKDEPDIR): Parallel build tweak.
2462
2463 * configure.in (ns_frag): New output file.
2464
2465 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
2466 (OLDXMENU_TARGET): Set to empty if USE_GTK.
2467
2468 * configure.in (cannot_dump): New output variable.
2469
24702010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2471
2472 * configure.in: On NetBSD, if terminfo is found, use it in
2473 preference to termcap. (Bug#6190)
2474
24752010-05-20 Glenn Morris <rgm@gnu.org>
2476
2477 * make-dist (src): Include *.mk.
2478 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
2479 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
2480 (deps_frag): New output file.
2481 (AUTO_DEPEND): Remove this definition.
2482
2483 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
2484
24852010-05-19 Glenn Morris <rgm@gnu.org>
2486
2487 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
2488 (ORDINARY_LINK): New AC_DEFINE.
2489 (LIB_GCC): No need to set if ORDINARY_LINK.
2490
24912010-05-18 Glenn Morris <rgm@gnu.org>
2492
2493 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
2494 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
2495
2496 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
2497 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
2498 (RALLOC_OBJ): New output variable.
2499
2500 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
2501 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
2502
25032010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2504
2505 * Makefile.in (src): Provide the name of the VCS file that witnesses
2506 a pull.
2507 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
2508
25092010-05-17 Glenn Morris <rgm@gnu.org>
2510
2511 * configure.in (OLDXMENU_DEPS): New output variable.
2512
25132010-05-16 Glenn Morris <rgm@gnu.org>
2514
2515 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
2516
2517 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
2518 * Makefile.in (install-arch-dep): Update for above change.
2519
2520 * Makefile.in (ns_appdir): Remove.
2521 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
2522
2523 * configure.in (TEMACS_LDFLAGS2): New output variable.
2524
2525 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
2526 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
2527 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
2528 nothing uses.
2529
25302010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2531
2532 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
2533 does not use them.
2534 (X11R5_INHIBIT_I18N): Remove, unused.
2535
25362010-05-15 Glenn Morris <rgm@gnu.org>
2537
2538 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
2539
2540 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
2541
25422010-05-15 Ken Raeburn <raeburn@raeburn.org>
2543
2544 * configure.in: Look for version string in its new location.
2545
25462010-05-15 Eli Zaretskii <eliz@gnu.org>
2547
2548 * config.bat: Remove support for DJGPP v1.x.
2549
25502010-05-15 Glenn Morris <rgm@gnu.org>
2551
2552 * configure.in (OLDXMENU_TARGET): New output variable.
2553
2554 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
2555
2556 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
2557 and other files that no longer exist.
2558
25592010-05-14 Glenn Morris <rgm@gnu.org>
2560
2561 * configure.in (cpp_undefs): Add mktime, register, X11.
2562
2563 * configure.in (GPM_MOUSE_SUPPORT): Remove.
2564 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
2565 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
2566
2567 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
2568 (GNUSTEP_MAKEFILES): Do not output.
2569
25702010-05-13 Glenn Morris <rgm@gnu.org>
2571
2572 * configure.in: Fix some paren typos.
2573
2574 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
2575
2576 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
2577
25782010-05-12 Glenn Morris <rgm@gnu.org>
2579
2580 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
2581
2582 * configure.in (LIB_GCC): New output variable.
2583
25842010-05-11 Glenn Morris <rgm@gnu.org>
2585
2586 * make-dist (msdos): No more mainmake.
2587
2588 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
2589 * config.bat: Do not run cpp on lib-src/Makefile.in.
2590
2591 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
2592
25932010-05-10 Glenn Morris <rgm@gnu.org>
2594
2595 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
2596
2597 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
2598 (BLESSMAIL_TARGET): New output variable.
2599
26002010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2601
2602 * INSTALL: Fix typos.
2603
26042010-05-08 Chong Yidong <cyd@stupidchicken.com>
2605
2606 * configure.in: Add check for buggy version of GCC (Bug#6031).
2607
26082010-05-08 Glenn Morris <rgm@gnu.org>
2609
2610 * configure.in (HAVE_LIBNCURSES): New local variable.
2611 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
2612 replacing cpp in src/s/*.h and src/Makefile.in.
2613
26142010-05-07 Chong Yidong <cyd@stupidchicken.com>
2615
2616 * Version 23.2 released.
2617
26182010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2619
2620 * configure.in: Add tests for `isnan' and `copysign'.
2621
26222010-05-07 Eli Zaretskii <eliz@gnu.org>
2623
2624 * config.bat: Allow for 2 leading `#'s in comments in
2625 src/Makefile.in.
2626
26272010-05-07 Glenn Morris <rgm@gnu.org>
2628
2629 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2630 Merges logic from src/s/* and src/Makefile.in.
2631 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2632
26332010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2634
2635 Define START_FILES and LIB_STANDARD using autoconf.
2636 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
2637 here from src/s/*.h.
2638 (HAVE_CRTIN): Remove, inline logic in the netbsd
2639 START_FILES/LIB_STANDARD computation.
2640
26412010-05-06 Glenn Morris <rgm@gnu.org>
2642
2643 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
2644
2645 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
2646 (LD_SWITCH_X_SITE): Remove unused variables.
2647
26482010-05-04 Glenn Morris <rgm@gnu.org>
2649
2650 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
2651 as well.
2652 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
2653
2654 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2655
2656 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
2657 variables, replacing c_switch_machine, c_switch_system.
2658 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
2659 @c_switch_system@.
2660
26612010-05-03 Glenn Morris <rgm@gnu.org>
2662
2663 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
2664
2665 * make-dist: There are no more src/m/*.inp files.
2666
26672010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2668
2669 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
2670 (ac_link): Do not use ld_switch_machine.
2671
26722010-05-01 Glenn Morris <rgm@gnu.org>
2673
2674 * configure.in (OTHER_OBJ): Remove.
2675 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
2676
26772010-04-30 Glenn Morris <rgm@gnu.org>
2678
2679 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
2680 Elsewhere, maybe include it.
2681
2682 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
2683 (OLDXMENU, LIBXMENU): New output variables.
2684
2685 * configure.in (OTHER_OBJ): New output variable.
2686
26872010-04-28 Glenn Morris <rgm@gnu.org>
2688
2689 * configure.in (CYGWIN_OBJ): New output variable.
2690
2691 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
2692
2693 * configure.in (FONT_OBJ): New output variable.
2694
2695 * configure.in (LIBXMU): New output variable.
2696
2697 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
2698
2699 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
2700 userland and maybe change values to i386 (move test from s/amdx86-64.h).
2701
27022010-04-27 Glenn Morris <rgm@gnu.org>
2703
2704 * configure.in (LIBXTR6): New output variable. Move unixware special
2705 case here from src/s/unixware.h.
2706
2707 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
2708 in Makefiles.
2709 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
2710
2711 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
2712 (LIBXP): No longer substitute in Makefiles.
2713 (MOTIF_LIBW): New output variable. Move system-specific settings here
2714 from src/s files.
2715
27162010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2717
2718 Reduce CPP usage.
2719 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
2720 (unexec): Define unconditionally, all platforms define
2721 UNEXEC. AC_SUBST it.
2722 (UNEXEC_SRC): Remove, unused.
2723 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
2724
27252010-04-27 Glenn Morris <rgm@gnu.org>
2726
2727 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
2728 replaced by LIBXP.
2729
2730 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
2731 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
2732 On hpux10-20, default to /lib.
2733
2734 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
2735
27362010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2737
2738 * configure.in (LIBS_MACHINE): Remove, unused.
2739
2740 * configure.in (LIB_MATH): New output variable. Set it for some systems.
2741
27422010-04-24 Glenn Morris <rgm@gnu.org>
2743
2744 * configure.in (CRT_DIR): New output variable.
2745 (--with-crt-dir): New option. (Bug#5655)
2746 (HAVE_LIB64_DIR): Remove.
2747
27482010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
2749
2750 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
2751
27522010-04-22 Miles Bader <miles@gnu.org>
2753
2754 * configure.in: Get rid of "unix" pre-defined macro when
2755 preprocessing Makefile. (Bug#5857)
2756
27572010-04-21 Andreas Schwab <schwab@linux-m68k.org>
2758
2759 Avoid non-portable shell command negation
2760 * configure.in: Revert last change.
2761
27622010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2763
2764 * configure.in: Change "if test ! -f" to "if ! test -f".
2765
27662010-04-21 Glenn Morris <rgm@gnu.org>
2767
2768 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
2769 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
2770
27712010-04-21 Karel Klíč <kklic@redhat.com>
2772
2773 * configure.in: New option: --with(out)-selinux, on by default.
2774 Set HAVE_LIBSELINUX if we find libselinux, and substitute
2775 LIBSELINUX_LIBS in Makefiles.
2776
27772010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2778
2779 * configure.in: Remove all references to LIBX11_SYSTEM.
2780
27812010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2782
2783 * configure.in: Remove all references to C_DEBUG_SWITCH.
2784
27852010-03-27 Eli Zaretskii <eliz@gnu.org>
2786
2787 * config.bat <lib-src>: Edit out lines that begin with several #
2788 characters.
2789
27902010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2791
2792 * configure.in: Remove support for old UNIX System V systems and
2793 for Unixware on non-x86 machines.
2794
2795 * configure.in: Remove support for Solaris on PPC and for old versions.
2796
2797 * configure.in: Remove non-working lynxos port.
2798
27992010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2800
2801 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
2802
28032010-03-19 Glenn Morris <rgm@gnu.org>
2804
2805 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
2806 happy.
2807
28082010-03-18 Jan Djärv <jan.h.d@swipnet.se>
2809
2810 * configure.in: Check for tputs and friends, abort if not
2811 found (bug#5735).
2812
28132010-03-18 Glenn Morris <rgm@gnu.org>
2814
2815 * configure.in (--with-x-toolkit): In the help text, say which options
2816 are synonyms.
2817
2818 * configure.in (--with-mmdf, --with-mail-unlink):
2819 New options, off by default.
2820 (--with-mailhost): New option to set default POP host.
2821 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
2822 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
2823 New variables, substituted in Makefiles.
2824 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
2825 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
2826 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
2827 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
2828 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
2829
28302010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2831
2832 * Makefile.in (uninstall): Handle the case where archlibdir does not
2833 exist. (Bug#5720)
2834
28352010-03-12 Eli Zaretskii <eliz@gnu.org>
2836
75f1671a 2837 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
2838 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
2839
2840 * configure: Regenerated.
2841
28422010-03-10 Chong Yidong <cyd@stupidchicken.com>
2843
2844 * Branch for 23.2.
2845
28462010-01-31 Juri Linkov <juri@jurta.org>
2847
2848 * .bzrignore: Add TAGS-LISP.
2849
28502010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2851
2852 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
2853 this header file).
2854
28552010-01-12 Juanma Barranquero <lekktu@gmail.com>
2856
2857 * .bzrignore: Ignore all .exe, instead of individual files.
2858
28592010-01-12 Chong Yidong <cyd@stupidchicken.com>
2860
2861 * configure.in: Explicitly check for and link to -lXrender.
2862
28632010-01-12 Glenn Morris <rgm@gnu.org>
2864
2865 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
2866 for bug reports for development versions.
2867
28682010-01-02 Eli Zaretskii <eliz@gnu.org>
2869
2870 * .bzrignore: Add more ignored patterns, including for the MS-DOS
2871 build.
2872
28732009-12-27 Karl Fogel <kfogel@red-bean>
2874
2875 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
2876 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
2877
28782009-12-17 Glenn Morris <rgm@gnu.org>
2879
2880 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
2881
28822009-12-15 Glenn Morris <rgm@gnu.org>
2883
2884 * info/dir: Add EDT entry.
2885 * Makefile.in (INFO_FILES): Add edt.
2886
28872009-12-10 Jan Djärv <jan.h.d@swipnet.se>
2888
1154d12e 2889 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
2890
28912009-12-09 Jan Djärv <jan.h.d@swipnet.se>
2892
2893 * configure.in: Don't check for RSVG or GConf unless X11 is used.
2894
28952009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
2896
2897 * configure.in: Allow compiling Emacs with GTK on Cygwin.
2898
28992009-12-01 Glenn Morris <rgm@gnu.org>
2900
2901 * make-dist: Add etc/images/mpc directory.
2902
29032009-11-21 Jan Djärv <jan.h.d@swipnet.se>
2904
2905 * configure.in: Don't check for GConf unless X is used.
2906
29072009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2908
2909 * configure.in: Use -Wdeclaration-after-statement if available.
2910
29112009-11-17 Jan Djärv <jan.h.d@swipnet.se>
2912
2913 * configure.in: New option: --with(out)-gconf.
2914 Set HAVE_GCONF if we find gconf.
2915
29162009-11-17 Glenn Morris <rgm@gnu.org>
2917
2918 * Makefile.in (INFO_FILES): Add semantic.
2919
29202009-11-16 Chong Yidong <cyd@stupidchicken.com>
2921
2922 * info/dir: Add Semantic.
2923
29242009-11-16 Glenn Morris <rgm@gnu.org>
2925
2926 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
2927 pattern, so as not to exclude makefile*.el. (Bug#4912)
2928
29292009-11-14 Jan Djärv <jan.h.d@swipnet.se>
2930
2931 * configure.in: --enable-autodepend is new. Check for GNU Make
2932 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
2933 gcc and GNU make to generate dependencies.
2934
29352009-10-27 Glenn Morris <rgm@gnu.org>
2936
2937 * make-dist: Make links to doc/lispintro/*.pdf.
2938
29392009-10-23 Jim Meyering <meyering@redhat.com>
2940
2941 * configure.in: Invoke $CPP with -P when creating Makefile and
2942 src/Makefile. Without this, gcc 4.4.2 converts each
2943 backslash-newline pair in the input to a bare newline, yielding
2944 invalid Makefiles.
2945
2946 * configure: Regenerate.
2947
29482009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2949
2950 * configure.in (vax-dec-vms): Remove, not supported anymore.
2951
29522009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2953
2954 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
2955 (*-apple-darwin*): Add x86_64 architecture.
2956
29572009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
2958
2959 * config.guess, config.sub: Updated from master source.
2960
29612009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
2962
2963 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
2964
29652009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
2966
2967 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
2968
29692009-09-29 Glenn Morris <rgm@gnu.org>
2970
2971 * make-dist (check): Update for two new levels of subdirectory in lisp/.
2972
29732009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
2974
2975 * config.guess, config.sub: Updated from master source.
2976
2977 * configure.in (OTHER_FILES): Define using autoconf not cpp.
2978
29792009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
2980
2981 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
2982
29832009-09-13 Chong Yidong <cyd@stupidchicken.com>
2984
2985 * INSTALL: Update URL for GNU FreeFont.
2986
29872009-09-09 Glenn Morris <rgm@gnu.org>
2988
2989 * Makefile.in (install-arch-indep): Don't recursively change perms of
2990 site-lisp and infodir. There may be non-Emacs files in here, and the
2991 files supplied by Emacs are all handled explicitly already. (Bug#3800)
2992 (mkdir): Set umask to world-readable before creating directories.
2993 mkinstalldirs already checks if dirs exist, don't duplicate this test.
2994
29952009-08-29 Glenn Morris <rgm@gnu.org>
2996
2997 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
2998 (info): Don't give an error in the absence of makeinfo - let the doc
2999 Makefiles do that, if the info files need rebuilding. (Bug#3982)
3000
30012009-08-23 Ken Raeburn <raeburn@raeburn.org>
3002
3003 * Makefile.in (install-arch-indep): If the versioned DOC-####
3004 generated during loadup+dump isn't found, install the plain DOC
3005 file that always gets generated, in case CANNOT_DUMP is set.
3006
3007 * configure.in: Warn if package version specified here doesn't
3008 match the version in version.el.
3009 * configure: Regenerate.
3010
30112009-08-22 Michael Albinus <michael.albinus@gmx.de>
3012
3013 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
3014
3015 * configure: Regenerate.
3016
30172009-08-19 Glenn Morris <rgm@gnu.org>
3018
3019 * INSTALL: Remove reference to cvtmail.
3020
30212009-08-15 CHENG Gao <chenggao@gmail.com>
3022
3023 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
3024
30252009-08-02 Kevin Ryde <user42@zip.com.au>
3026
3027 * INSTALL: Fix free fonts URL.
3028
30292009-07-22 Glenn Morris <rgm@gnu.org>
3030
3031 * configure.in (AC_PREREQ): Require autoconf 2.62.
3032
30332009-07-04 Andreas Schwab <schwab@linux-m68k.org>
3034
3035 * configure.in (--enable-checking, --enable-profiling):
3036 Use AS_HELP_STRING.
3037
30382009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3039
3040 * configure.in (--enable-profiling): New option.
3041 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
3042
30432009-06-27 Glenn Morris <rgm@gnu.org>
3044
3045 * configure.in: Restore netbsd on mips, mipsel, mipseb.
3046
30472009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3048
3049 * configure.in (--enable-checking): New option.
3050
30512009-06-24 Glenn Morris <rgm@gnu.org>
3052
3053 * make-dist: Warn if subdir does not exist in source.
3054 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
3055 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
3056 No longer make links.
3057
30582009-06-24 Yavor Doganov <yavor@gnu.org>
3059
3060 * make-dist (tempdir): Don't create directories preferences.gorm
3061 and preferences.nib, they are no longer required.
3062
30632009-06-21 Chong Yidong <cyd@stupidchicken.com>
3064
3065 * Branch for 23.1.
3066
30672009-06-12 Chong Yidong <cyd@stupidchicken.com>
3068
3069 * configure.in: Delete mac-fix-env target, which has been
3070 removed (Bug#3531).
3071
30722009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3073
1154d12e 3074 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
3075
30762009-05-05 Per Starbäck <per@starback.se> (tiny change)
3077
3078 * BUGS: Use new binding of view-emacs-problems.
3079
c7015153 30802009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
3081
3082 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
3083 for Solaris compatibility.
3084
30852009-04-25 Chong Yidong <cyd@stupidchicken.com>
3086
3087 * configure: Regenerate.
3088
3089 * configure.in: Disable use of FreeType without libXft.
3090
30912009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3092
3093 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
3094 Check if it is declared in gtk.h.
3095
30962009-04-12 Andreas Schwab <schwab@linux-m68k.org>
3097
3098 * Makefile.in (install-arch-indep): Remove .gitignore files.
3099
31002009-04-03 Kenichi Handa <handa@m17n.org>
3101
3102 * INSTALL: Make the section "Complex Text Layout support
3103 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
3104
31052009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
3106
3107 * configure.in (rs6000-ibm-aix6*): Fix typo.
3108
31092009-03-04 Glenn Morris <rgm@gnu.org>
3110
3111 * Makefile.in (INFO_FILES): Add auth.
3112
31132009-03-03 Glenn Morris <rgm@gnu.org>
3114
3115 * info/dir: Add Auth-source.
3116
31172009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3118
3119 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
3120 the second.
3121
31222009-02-28 Eli Zaretskii <eliz@gnu.org>
3123
3124 * config.bat: Copy .dbxinit to _dbxinit.
3125
3126 * make-dist (Making links to `info'): Remove .gitignore.
3127
31282009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3129
3130 * Makefile.in (lib-src, lisp): Use simpler rule.
3131 (src): Be more specific to avoid recompiling all the .elc files just
3132 because the bootstrap-emacs is missing.
3133
31342009-02-26 Chong Yidong <cyd@stupidchicken.com>
3135
3136 * configure.in: Require librsvg >= 2.11.
3137
31382009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3139
3140 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
3141 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
3142
31432009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3144
3145 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
3146
31472009-02-03 Glenn Morris <rgm@gnu.org>
3148
3149 * make-dist: Add some missing files, remove some that are no longer
3150 present.
3151
31522009-02-02 Glenn Morris <rgm@gnu.org>
3153
3154 * make-dist: Add some missing nextstep/ files.
3155
31562009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
3157
3158 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
3159
31602009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3161
3162 * configure.in: Add support for m68k-*-netbsd.
3163
31642009-01-14 Juri Linkov <juri@jurta.org>
3165
3166 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
3167
3168 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
3169 and bug-reference-mode.
3170
31712009-01-11 Juri Linkov <juri@jurta.org>
3172
3173 * INSTALL.CVS: Move configuration explicitly to the first step.
3174
31752009-01-09 Glenn Morris <rgm@gnu.org>
3176
3177 * .dir-locals.el: Don't set indent-tabs-mode.
3178
31792008-12-30 Kenichi Handa <handa@m17n.org>
3180
3181 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
3182 the function OTF_get_variation_glyphs.
3183
31842008-12-30 Jan Djärv <jan.h.d@swipnet.se>
3185
3186 * Makefile.in (install-arch-dep): Remove old directories in
3187 ns_app* before moving new directories there.
3188
31892008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
3190
3191 * .dir-locals.el: Remove non-working entry for pmail.
3192 (fill-column): Fix typo.
3193 (change-log-mode): Add fill column.
3194
31952008-12-26 Eli Zaretskii <eliz@gnu.org>
3196
3197 * config.bat: Produce _dir-locals.el from .dir-locals.el.
3198
31992008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
3200
3201 * make-dist (tempdir): Distribute .dir-locals.el.
3202
3203 * .dir-locals.el: New file.
3204
32052008-12-19 Eli Zaretskii <eliz@gnu.org>
3206
3207 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
3208 for rationale.
3209
32102008-12-13 Glenn Morris <rgm@gnu.org>
3211
3212 * Makefile.in (install-arch-indep): Add new man-pages.
3213 (manext): Remove variable.
3214 (MAN_PAGES): New variable.
3215 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
3216 and remove.
3217 (uninstall): Remove desktop file and icons, game scores if empty.
3218
32192008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
3220
3221 * config.guess, config.sub: Updated from master source.
3222
32232008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3224
3225 * Makefile.in (install-arch-indep): Install ebrowse.1.
3226
32272008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3228
3229 * configure.in: Add Solaris on x86_64.
3230
32312008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3232
3233 * config.guess, config.sub: Updated from master source.
3234
32352008-12-08 Eli Zaretskii <eliz@gnu.org>
3236
3237 * info/dir: Fix last change.
3238
32392008-12-07 Eli Zaretskii <eliz@gnu.org>
3240
3241 * info/dir: Untabify.
3242
32432008-11-28 Ulrich Mueller <ulm@gentoo.org>
3244
3245 * configure.in: Fix last change.
3246
32472008-11-28 Richard M Stallman <rms@gnu.org>
3248
3249 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
3250 New configurations.
3251
32522008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
3253
3254 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
3255 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
3256
32572008-11-15 Eli Zaretskii <eliz@gnu.org>
3258
3259 * Makefile.in (INFO_FILES): Remove ns-emacs.
3260
3261 * info/dir (NS-Emacs): Remove entry.
3262
32632008-11-08 Eli Zaretskii <eliz@gnu.org>
3264
3265 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
3266
32672008-11-07 Glenn Morris <rgm@gnu.org>
3268
3269 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
3270
32712008-10-31 Eli Zaretskii <eliz@gnu.org>
3272
3273 * config.bat: Tell user to expect one "File not found" message
3274 while the `doc' directory is being configured.
3275
32762008-10-30 Chong Yidong <cyd@stupidchicken.com>
3277
3278 * update-subdirs: Put obsolete directory last.
3279
32802008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
3281
3282 * configure.in: Check fontconfig always.
3283
32842008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3285
3286 * configure (*-solaris2.[7-9]*): Fix typo.
3287
32882008-10-24 Glenn Morris <rgm@gnu.org>
3289
3290 * configure.in (--without-sync-input, --with-pkg-config-prog):
3291 Help strings start with lower case.
3292 (--with-gnustep-conf): New option.
3293 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
3294
32952008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
3296
3297 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
3298 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
3299 is not found. (Bug#1230)
3300
33012008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3302
3303 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
3304 Use sol2-6.h for Solaris 7-9.
3305
33062008-10-18 Ulrich Mueller <ulm@gentoo.org>
3307
3308 * configure.in: Add support for GNU/Linux on SuperH.
3309
33102008-10-12 Andreas Schwab <schwab@suse.de>
3311
3312 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
3313
1a71cb28 33142008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
3315
3316 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
3317 "X") to avoid confusion.
3318
3319 * configure: Regenerate.
3320
33212008-09-07 Romain Francoise <romain@orebokech.com>
3322
3323 * make-dist: Distribute doc/man/ChangeLog.
3324
33252008-08-28 Chong Yidong <cyd@stupidchicken.com>
3326
3327 * configure.in: Disable XFT and Freetype when without X.
3328
3329 * configure: Regenerate.
3330
33312008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
3332
3333 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
3334
33352008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
3336
3337 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
3338 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
3339
3340 * configure: Regenerate.
3341
33422008-08-20 Eli Zaretskii <eliz@gnu.org>
3343
3344 * configure.in: Move "#define subprocesses" before
3345 config_opsysfile is included.
3346
33472008-08-19 Kenichi Handa <handa@m17n.org>
3348
3349 * INSTALL (Extra fonts): Mention local fonts, don't mention
3350 mule-unicode.
3351
33522008-08-16 Chong Yidong <cyd@stupidchicken.com>
3353
3354 * make-dist: Omit info/.arch-inventory.
3355
33562008-08-16 Jason Rumney <jasonr@gnu.org>
3357
3358 * make-dist (tempdir/nt): Link emacsclient.rc.
3359
33602008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3361
3362 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
3363 AC_SUBST it.
3364 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
3365 AC_SUBST it.
3366 (OTHER_FILES): Always define for HAVE_NS.
3367 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
3368 * configure: Regenerate.
3369
33702008-08-07 Andreas Schwab <schwab@suse.de>
3371
3372 * configure.in: Correctly handle
3373 --enable-cocoa-experimental-ctrl-g=no and
3374 --enable-ns-self-contained=yes.
3375
33762008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3377
3378 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
3379 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
3380 bother undef'ing since won't have desired effect.
3381
33822008-08-06 Andreas Schwab <schwab@suse.de>
3383
3384 * configure.in: Fix quoting.
3385
33862008-08-06 Chong Yidong <cyd@stupidchicken.com>
3387
3388 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
3389
33902008-08-05 Ulrich Mueller <ulm@gentoo.org>
3391
3392 * configure.in: Add checks for krb5_error.text and
3393 krb5_error.e_text struct members.
3394
33952008-08-04 Chong Yidong <cyd@stupidchicken.com>
3396
3397 * configure.in: Test for existence of NSInteger.
3398 Suggested by Yavor Doganov.
3399
34002008-08-02 Romain Francoise <romain@orebokech.com>
3401
3402 * Makefile.in (INFO_FILES): Add mairix-el.
3403
34042008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3405
3406 * make-dist:
3407 * README: Remove VMS support.
3408 * vms: Remove directory.
3409
34102008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3411
3412 * configure.in (MULTI_KBOARD): Remove.
3413
34142008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3415
3416 * configure.in (DO_BLOCK_INPUT): Remove, unused.
3417
34182008-07-29 Chong Yidong <cyd@stupidchicken.com>
3419
3420 * info/dir (File): Add mairix-el.
3421
34222008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3423
3424 Remove support for Mac Carbon.
3425 * mac: Remove directory.
3426 * make-dist:
3427 * configure.in:
3428 * README:
3429 * Makefile.in:
3430 * INSTALL: Remove code for Carbon.
3431 * configure: Regenerate.
3432
34332008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3434
3435 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
3436
34372008-07-25 Chong Yidong <cyd@stupidchicken.com>
3438
3439 * configure.in: Check for getrlimit.
3440
3441 * configure: Regenerate.
3442
34432008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
3444
3445 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
3446 in src/Makefile.in.
3447 (static): Remove, autoconf would always comment it out anyway.
3448 (subprocesses): Define unconditionally.
3449
34502008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
3451
3452 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
3453 compilation under GNUstep.
3454
34552008-07-18 Kenichi Handa <handa@m17n.org>
3456
3457 * INSTALL (Complex Text Layout support libraries): Delete the
3458 paragraph about --enable-font-backend.
3459
34602008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
3461
3462 * configure.in: Print out some info to user for NeXTstep builds.
3463 (ns-app): Remove enable option.
3464 (ns-self-contained): Add enable option.
3465 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
3466 GNUstep, use to set install prefixes, and substitute in Makefiles.
3467 * configure: Regenerate.
3468 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
3469 NS app bundle.
3470
34712008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3472
3473 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
3474
34752008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
3476
3477 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
3478 NS_IMPL_COCOA.
3479
34802008-07-16 Glenn Morris <rgm@gnu.org>
3481
3482 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
3483 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
3484 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
3485 never unset.
3486
3487 * make-dist: Add nextstep/ directories.
3488 (src, lib-src): Add .m files.
3489
34902008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3491
3492 * configure.in (freebsd, kfreebsd): Undo part of previous change.
3493 (USER_FULL_NAME): Remove, not used anymore.
3494 * configure: Regenerate.
3495
34962008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3497
3498 Changes and additions for NeXTstep windowing system (Cocoa and
3499 GNUstep) support.
3500
3501 * configure.in: Add support for NS window system: --with-ns (default
3502 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
3503 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
3504 disable font backend if window system is "none", not if !HAVE_X11.
3505 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
3506 (install-arch-dep): Add commands to assemble NS .app package.
3507
35082008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
3509
3510 * configure.in: Use macppc for Darwin. Remove references to
3511 desupported systems.
3512 * configure: Regenerate.
3513
35142008-07-05 Glenn Morris <rgm@gnu.org>
3515
3516 * make-dist (EMACS): Doc fix.
3517 (lisp): There are no *.dat or image files here any more.
3518 (src): There are no *.s files here any more.
3519 (etc/images, etc/images/*): Link to most regular files.
3520
35212008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3522
3523 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
3524
35252008-07-01 Glenn Morris <rgm@gnu.org>
3526
3527 * configure.in (cpp_undefs): Rename from `undefs', update uses.
3528 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
3529 and explicitly export there. (Bug#507.)
3530
35312008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3532
3533 * configure.in:
3534 * configure: Remove references to obsolete systems.
3535
35362008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3537
3538 * Makefile.in (Makefile): Use it for its timestamp value as well, and
3539 make it depend on all other */.in files.
3540 (src/Makefile, src/config.stamp, lib-src/Makefile)
3541 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
3542 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
3543 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
3544 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
3545
3546 * configure.in: Don't create src/config.stamp any more.
3547
35482008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3549
3550 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
3551
35522008-06-22 Glenn Morris <rgm@gnu.org>
3553
3554 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
3555
35562008-06-21 Romain Francoise <romain@orebokech.com>
3557
3558 * Makefile.in (INFO_FILES): Add sasl.
3559
35602008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3561
3562 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
3563 (bootstrap-build): Remove.
3564 (top_bootclean): New var.
3565 (top_distclean, bootstrap-clean): Use it.
3566 (bootstrap): Don't recheck config. Make normally.
3567
35682008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3569
3570 * Makefile.in (SUBDIR): Include `lisp'.
3571 (lisp): Depend on `src'.
3572 (top_distclean): Don't remove config.status.
3573 (bootstrap-clean): New target.
3574 (maintainer-clean): Use it.
3575 (bootstrap): Use bootstrap-clean. Re-run config.status.
3576 (src/bootstrap-emacs${EXEEXT}): New target.
3577 (bootstrap-build): Use it. Don't use bootstrap-prepare because
3578 src/Makefile now takes care of it.
3579 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
3580
35812008-06-15 Glenn Morris <rgm@gnu.org>
3582
3583 * info/dir: Add sasl.
3584
35852008-06-09 Alan Mackenzie <acm@muc.de>
3586
3587 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
3588
35892008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
3590
3591 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
3592
35932008-06-07 Glenn Morris <rgm@gnu.org>
3594
3595 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
3596 serve no purpose.
3597
35982008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3599
3600 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
3601 * configure: Regenerate.
3602
36032008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 * update-subdirs: Don't touch subdirs.el if it is unchanged.
3606
36072008-05-14 Kenichi Handa <handa@m17n.org>
3608
3609 * configure: Regenerate.
3610
3611 * configure.in: Don't handle --disable-font-backend. Don't print
3612 a message about a font backend.
3613
36142008-05-09 Glenn Morris <rgm@gnu.org>
3615
3616 * configure.in: Make absence of makeinfo a fatal error only if the info
3617 files don't exist.
3618 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
3619
36202008-05-07 Eli Zaretskii <eliz@gnu.org>
3621
3622 * config.bat: Fix last change: don't use < and > in "rem" lines,
3623 they are interpreted as redirection by DOS shells.
3624
36252008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3626
3627 * configure.in: Check availability of AvailabilityMacros.h
3628 if HAVE_CARBON.
3629
3630 * configure: Regenerate.
3631
36322008-05-03 Glenn Morris <rgm@gnu.org>
3633
3634 * configure.in (x_libraries): Remove standard 64-bit directories -
3635 experimental workaround for minor autoconf bug.
3636
3637 * configure.in (--without-makeinfo): New option. If set,
3638 absence of suitable makeinfo is not a fatal error.
3639 * Makefile.in (MAKEINFO): New, set by configure.
3640 (install-arch-indep): Without makeinfo, ignore any missing manuals.
3641 (info-real): New target.
3642 (info): Without makeinfo, do nothing, else call `info-real'.
3643
36442008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3645
3646 * configure.in: Remove hpux10.20 from the desupported list.
3647
36482008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3649
3650 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
3651
36522008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3653
3654 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
3655 rather than change CPPFLAGS.
3656 (HAVE_GTK): Rename to USE_GTK.
3657
36582008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
3659
3660 * configure.in: Replace the obsolete macros AC_AIX and
3661 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
3662
36632008-04-05 Andreas Schwab <schwab@suse.de>
3664
3665 * configure.in: No longer create admin/unidata/Makefile.
3666
36672008-03-28 Andreas Schwab <schwab@suse.de>
3668
3669 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
3670 (lisp/Makefile): New rule.
3671
36722008-03-13 Glenn Morris <rgm@gnu.org>
3673
3674 * configure.in (AC_INIT): Fix version number.
3675 (sync-input): Reword the option, since it's on by default.
3676
36772008-03-11 Jan Djärv <jan.h.d@swipnet.se>
3678
3679 * configure.in: Add --enable-sync-input, default yes.
3680
36812008-03-11 Glenn Morris <rgm@gnu.org>
3682
3683 * Makefile.in (install-etc, mkdir): Handle directory
3684 etc/images/icons/hicolor/*/mimetypes/.
3685
3686 * make-dist: Handle icons/hicolor/scalable directory.
3687
36882008-03-05 Glenn Morris <rgm@gnu.org>
3689
3690 * configure.in: Enable font-backend by default.
3691 (USE_FONT_BACKEND): Set to "no" in absence of X.
3692 (PKG_CONFIG): Don't set multiple times, once is enough.
3693 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
3694
36952008-03-03 Glenn Morris <rgm@gnu.org>
3696
3697 * Makefile.in (iconsrcdir): New variable.
3698 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
3699 directory.
3700
37012008-02-29 Glenn Morris <rgm@gnu.org>
3702
3703 * test/: New directory.
3704
37052008-02-27 Jan Djärv <jan.h.d@swipnet.se>
3706
3707 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
3708
37092008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
3710
3711 * configure.in: Print an error for systems that we think are obsolete
3712 and are proposed to be removed. Remove some more unused systems.
3713 Add support for powerpc-ibm-aix6*.
3714
37152008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3716
3717 * configure.in: Remove references to obsolete variables and systems.
3718
37192008-02-21 Glenn Morris <rgm@gnu.org>
3720
3721 * Makefile.in (set_installuser): New.
3722 (install-arch-indep): Use set_installuser to avoid duplicate code.
3723
3724 * README.unicode: Split into admin/notes/unicode,font-backend and
3725 remove.
3726
37272008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
3728
3729 * configure.in (arm*-*-freebsd*): Add.
3730
37312008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
3732
3733 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
3734 dealing with obsolete variables.
3735
37362008-02-08 Glenn Morris <rgm@gnu.org>
3737
3738 * Makefile.in (check-info-dir): New target.
3739
37402008-02-08 Michael Olson <mwolson@gnu.org>
3741
3742 * Makefile.in (INFO_FILES): Add epa.
3743
3744 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
3745 features" section.
3746
37472008-02-06 Glenn Morris <rgm@gnu.org>
3748
3749 * configure.in (--with-gcc): Give an error saying this option has
3750 been removed.
3751 (--with-gtk): Remove this option.
3752
37532008-02-06 Tom Tromey <tromey@redhat.com>
3754
3755 * configure.in (--with-gcc): Remove.
3756 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
3757
37582008-02-05 Ulrich Mueller <ulm@gentoo.org>
3759
3760 * INSTALL: Recommend giflib, not libungif.
3761
37622008-02-05 Tom Tromey <tromey@redhat.com>
3763
3764 * configure.in (--with-dbus): Default to enabled.
3765
37662008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
3767
3768 * INSTALL (Complex Text Layout support libraries): New section.
3769
37702008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
3771
3772 * make-dist: Remove references to files in mac/ that have been
3773 deleted.
3774
37752008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3776
3777 * configure.in: For libotf and m17n-flt checks, set shell vars
3778 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
3779 pkg_check_m17n_flt, respectively, for the sake of the summary output.
3780 Reported by Ulrich Mueller.
3781
37822008-02-02 Eli Zaretskii <eliz@gnu.org>
3783
3784 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
3785 admin/unidata/Makefile.in to Makefile.
3786
37872008-02-02 Glenn Morris <rgm@gnu.org>
3788
3789 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
3790 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
3791 (HAVE_XFT): Add "Does Emacs use..." messages at end.
3792
37932008-02-01 Miles Bader <miles@gnu.org>
3794
3795 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
3796 [libotf], and [m17n-flt] options.
3797
37982008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3799
3800 * configure.in: Add EMACS_ARG_N([libotf]...), and
3801 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
3802 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
3803 CFLAGS, and LIBS in checking of m17n-flt.
3804
38052008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3806
3807 * configure.in: Check the availability of m17n-flt library.
3808
38092008-02-01 Kenichi Handa <handa@m17n.org>
3810
3811 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
3812 not available.
3813
38142008-02-01 Kenichi Handa <handa@m17n.org>
3815
3816 * configure.in: New args --enable-font-backend, --with-xft,
3817 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
3818 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
3819 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
3820 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
3821
38222008-02-01 Kenichi Handa <handa@m17n.org>
3823
3824 * make-dist: Include etc/charsets in tarball.
3825
38262008-02-01 Kenichi Handa <handa@m17n.org>
3827
3828 * configure.in: While running cpp on junk.c, include
3829 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
3830 exists.
3831
38322008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3833
3834 * configure.in (xtensa): Match more configurations.
3835
38362008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
3837
3838 * configure.in: Update comment.
3839
38402008-01-26 Glenn Morris <rgm@gnu.org>
3841
3842 * configure.in (--without-gcc): By default, neither off nor on.
3843 (--with-carbon): Tone down rhetoric in help text.
3844
38452008-01-25 Glenn Morris <rgm@gnu.org>
3846
3847 * configure.in: Correct usage of OPTION_DEFAULT_ON,
3848 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
3849 Default `Carbon' to off (it's unsupported).
3850
38512008-01-24 Glenn Morris <rgm@gnu.org>
3852
3853 * configure.in: Standardize dbus-related messages.
3854
38552008-01-23 Michael Olson <mwolson@gnu.org>
3856
3857 * configure.in (pkg-config-prog): Remove initial whitespace.
3858
38592008-01-23 Tom Tromey <tromey@redhat.com>
3860
3861 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
3862 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
3863 Update all users.
3864
38652008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
3866
3867 * config.guess, config.sub: Updated from master source.
3868
38692008-01-17 Andreas Schwab <schwab@suse.de>
3870
3871 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
3872
38732008-01-17 Glenn Morris <rgm@gnu.org>
3874
3875 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
3876
38772008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
3878
3879 * configure.in: Remove more references to unsupported systems.
3880
38812008-01-16 Sven Joachim <svenjoac@gmx.de>
3882
3883 * make-dist: Add --lzma.
3884
38852008-01-16 Glenn Morris <rgm@gnu.org>
3886
3887 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
3888 configure checks for this.
3889
38902008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
3891
3892 * configure.in: Remove more references to unsupported systems.
3893
38942008-01-06 Romain Francoise <romain@orebokech.com>
3895
3896 * configure.in: Delete extra semicolons.
3897
38982008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
3899
3900 * configure.in: Remove references to unsupported systems.
3901
39022008-01-05 Romain Francoise <romain@orebokech.com>
3903
3904 * make-dist: Add --bzip2. Update copyright.
3905
39062008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3907
3908 * configure.in: Remove support for Masscomp.
3909
39102008-01-05 Glenn Morris <rgm@gnu.org>
3911
3912 * Makefile.in (desktopdir, icondir): New variables.
3913 (install-arch-indep): Also depend on `install-etc'.
3914 (install-etc): New target.
3915 (mkdir): Also create the `applications' and `icons' directories.
3916
39172008-01-04 Glenn Morris <rgm@gnu.org>
3918
3919 * make-dist: Update for new etc/images/icons/hicolor directory.
3920
39212007-12-09 Andreas Schwab <schwab@suse.de>
3922
3923 * configure.in: D-Bus is not enabled by default.
3924
39252007-12-06 Jan Djärv <jan.h.d@swipnet.se>
3926
3927 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
3928 change.
3929
39302007-12-04 Jan Djärv <jan.h.d@swipnet.se>
3931
3932 * configure.in: Give package name and version to AC_INIT.
3933
39342007-12-03 Magnus Henoch <mange@freemail.hu>
3935
3936 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
3937
39382007-12-03 Michael Albinus <michael.albinus@gmx.de>
3939
3940 * configure.in: No need for DBUS_INFO anymore.
3941
3942 * Makefile.in (INFO_FILES): Use dbus unconditionally.
3943
39442007-12-02 Michael Albinus <michael.albinus@gmx.de>
3945
3946 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
3947
3948 * Makefile.in (INFO_FILES): Add dbus.
3949
39502007-12-02 Romain Francoise <romain@orebokech.com>
3951
3952 * make-dist: Fix last change.
3953
39542007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
3955
3956 * configure.in: Add support for gnu-kfreebsd.
3957
39582007-11-28 Glenn Morris <rgm@gnu.org>
3959
3960 * make-dist: Add etc/nxml.
3961
39622007-11-24 Romain Francoise <romain@orebokech.com>
3963
3964 * Makefile.in (INFO_FILES): Add nxml-mode.
3965
39662007-11-23 Romain Francoise <romain@orebokech.com>
3967
3968 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
3969 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
3970
39712007-11-20 Andreas Schwab <schwab@suse.de>
3972
3973 * configure.in: Always include <resolv.h> when checking for res_init.
3974
39752007-11-17 Andreas Schwab <schwab@suse.de>
3976
3977 * update-subdirs: Atomically update subdirs.el.
3978
39792007-11-17 Glenn Morris <rgm@gnu.org>
3980
3981 * Makefile.in (check-declare): New target.
3982
39832007-11-07 Glenn Morris <rgm@gnu.org>
3984
3985 * configure.in: Deprecate Mac Carbon port.
3986
39872007-11-01 Jan Djärv <jan.h.d@swipnet.se>
3988
3989 * configure.in: Remove HAVE_X11R5 check.
3990
39912007-10-31 Glenn Morris <rgm@gnu.org>
3992
3993 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
3994 when changing ownership of installed files.
3995
39962007-10-30 Glenn Morris <rgm@gnu.org>
3997
3998 * make-dist: Add new directory etc/gnus.
3999
40002007-10-30 Michael Olson <mwolson@gnu.org>
4001
4002 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
4003
40042007-10-29 Glenn Morris <rgm@gnu.org>
4005
4006 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
4007
40082007-10-23 Glenn Morris <rgm@gnu.org>
4009
4010 * MAINTAINERS: Move to admin/.
4011
40122007-10-17 Chong Yidong <cyd@stupidchicken.com>
4013
4014 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
4015 (HAVE_LIBRESOLV): Also define if we are using res_init().
4016
40172007-10-17 Glenn Morris <rgm@gnu.org>
4018
4019 * FTP: Remove file, since it's just a duplicate of one in etc/.
4020
40212007-10-05 Eli Zaretskii <eliz@gnu.org>
4022
4023 * config.bat: Fix configuring `doc' due to changes in the
4024 directory structure.
4025
40262007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
4027
4028 * configure.in: Don't use -lpthread on HP-UX.
4029
40302007-09-16 Glenn Morris <rgm@gnu.org>
4031
4032 * make-dist: File gfdl.1 has been removed.
4033
40342007-09-15 Glenn Morris <rgm@gnu.org>
4035
4036 * configure.in: Fix makeinfo version regexp.
4037
40382007-09-12 Glenn Morris <rgm@gnu.org>
4039
4040 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
4041 implementation of alloca is not found.
4042
4043 * Makefile.in (SOURCES, unlock, relock): Delete.
4044 (install-arch-indep): Do not exclude the etc/ Makefiles.
4045
40462007-09-09 Juri Linkov <juri@jurta.org>
4047
4048 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
4049
4050 * README: Add doc/ to documentation directories.
4051
40522007-09-08 Michael Olson <mwolson@gnu.org>
4053
4054 * MAINTAINERS: Add myself for ERC and tq.el.
4055 Update for new doc/ directory layout.
4056
40572007-09-06 Romain Francoise <romain@orebokech.com>
4058
4059 * make-dist: Update for new doc/ directory layout.
4060
40612007-09-06 Glenn Morris <rgm@gnu.org>
4062
4063 * Makefile.in (mansrcdir): New variable.
4064 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
4065 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
4066 update these targets for new doc/ directory layout.
4067 (doc/misc/Makefile): New target.
4068 (install-arch-indep): Use mansrcdir for new location of manpages.
4069 (mostlyclean, clean, distclean, maintainer-clean, unlock)
4070 (relock, info, dvi): Update targets for new doc/ directory layout.
4071
4072 * configure.in (AC_OUTPUT): Update names of generated Makefiles
4073 for new doc/ directory layout.
4074
40752007-09-02 Andreas Schwab <schwab@suse.de>
4076
4077 * configure.in: Use AS_HELP_STRING throughout.
4078 * configure: Regenerate.
4079
40802007-09-02 Jan Djärv <jan.h.d@swipnet.se>
4081
4082 * configure.in: Require Gtk/Glib 2.6.
4083
40842007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4085
4086 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
4087 Use them throughout in place of AC_ARG_WITH calls.
4088 * configure: Regenerate.
4089
40902007-09-01 Andreas Schwab <schwab@suse.de>
4091
4092 * configure.in: Put quotes around nested macro calls.
4093
40942007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4095
4096 * configure.in: Fix typo.
4097 * configure: Regenerate.
4098
40992007-08-30 Glenn Morris <rgm@gnu.org>
4100
4101 * configure.in (AH_BOTTOM): Copy some manual changes made to
4102 src/config.in here so they are not lost when it regenerates.
4103
4104 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
4105
41062007-08-29 Károly Lőrentey <karoly@lorentey.hu>
4107
4108 * README.multi-tty: New file.
4109
41102007-08-29 Glenn Morris <rgm@gnu.org>
4111
4112 * README: Increase version to 23.0.50.
4113
41142007-08-29 Jan Djärv <jan.h.d@swipnet.se>
4115
4116 * configure.in: New option: --without-xaw3d.
4117
41182007-08-24 Glenn Morris <rgm@gnu.org>
4119
4120 * configure.in: Check for a suitably recent makeinfo.
4121
41222007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4123
4124 * configure.in (Check for required libraries): Typo.
4125
41262007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4127
4128 * configure.in: Check librsvg2 also for Mac Carbon.
4129
41302007-08-22 Romain Francoise <romain@orebokech.com>
4131
4132 * make-dist: Follow reorganization of files in etc/.
4133
41342007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4135
4136 * configure.in: Add support for SVG images through librsvg2.
4137
41382007-07-28 Eli Zaretskii <eliz@gnu.org>
4139
4140 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
4141 to avoid an error message if there is no DOC there.
4142
41432007-07-25 Glenn Morris <rgm@gnu.org>
4144
4145 * Relicense all FSF files to GPLv3 or later.
4146
4147 * COPYING, info/COPYING: Switch to GPLv3.
4148
41492007-06-20 Jan Djärv <jan.h.d@swipnet.se>
4150
4151 * configure.in: Complain if X seems to be installed but no
4152 development files were found.
4153
41542007-06-20 Glenn Morris <rgm@gnu.org>
4155
4156 * configure.in: Prefer libgif over libungif.
4157
41582007-06-14 Jan Djärv <jan.h.d@swipnet.se>
4159
4160 * configure.in: Check for all image libraries before exiting.
4161
41622007-06-13 Jan Djärv <jan.h.d@swipnet.se>
4163
4164 * configure.in: Exit with error if image libraries aren't found.
4165
41662007-06-13 Chong Yidong <cyd@stupidchicken.com>
4167
4168 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
4169 when compiling without scrollbars.
4170
41712007-06-12 Glenn Morris <rgm@gnu.org>
4172
4173 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
4174
41752007-06-11 Jan Djärv <jan.h.d@swipnet.se>
4176
4177 * configure.in: Change wording about yes/gtk and lucid/athena
4178 being synonyms.
4179
41802007-06-08 Glenn Morris <rgm@gnu.org>
4181
4182 * configure.in: Make gtk the default toolkit.
4183
41842007-06-07 Glenn Morris <rgm@gnu.org>
4185
4186 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
4187 for a Sun C compiler.
4188
4189 * Makefile.in (install-arch-indep): Install only the DOC- file
4190 specific to the build, if possible, rather than DOC-*.
4191
41922007-06-02 Chong Yidong <cyd@stupidchicken.com>
4193
4194 * Version 22.1 released.
4195
41962007-05-25 Chong Yidong <cyd@stupidchicken.com>
4197
4198 * mkinstalldirs: Sync to version in automake CVS.
4199
42002007-05-22 Andreas Schwab <schwab@suse.de>
4201
4202 * configure.in: Prefer build_alias over host when host_alias is not set.
4203 * configure: Regenerate.
4204
42052007-05-20 Andreas Schwab <schwab@suse.de>
4206
4207 * configure.in: Remove empty AC_SUBST.
4208 * configure: Regenerate.
4209
42102007-05-20 Nick Roberts <nickrob@snap.net.nz>
4211
4212 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
4213 it like others.
4214 * configure: Regenerate.
4215
42162007-05-20 Nick Roberts <nickrob@snap.net.nz>
4217
4218 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
4219 (AC_CHECK_LIB): Add -lgpm.
4220 * configure: Regenerate.
4221
42222007-05-03 Glenn Morris <rgm@gnu.org>
4223
4224 * configure: Tweak message about the absence of shell functions.
4225
42262007-04-27 Andreas Schwab <schwab@suse.de>
4227
4228 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
4229
42302007-04-26 Glenn Morris <rgm@gnu.org>
4231
4232 * README: Increase version to 22.1.50.
4233
42342007-04-24 Juanma Barranquero <lekktu@gmail.com>
4235
4236 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
4237
42382007-04-19 Glenn Morris <rgm@gnu.org>
4239
4240 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
4241
42422007-04-18 Glenn Morris <rgm@gnu.org>
4243
4244 * INSTALL: Mention CPP.
4245
42462007-04-15 Glenn Morris <rgm@gnu.org>
4247
4248 * FTP: Replace with a pointer to the web version.
4249
42502007-04-13 Glenn Morris <rgm@gnu.org>
4251
4252 * INSTALL: In lib-src, timer, wakeup, yow are removed.
4253
42542007-04-04 Glenn Morris <rgm@gnu.org>
4255
4256 * configure.in (NON_GNU_CPP): Use associated preprocessor when
4257 compiling with Sun Studio on Solaris.
4258
42592007-03-23 Glenn Morris <rgm@gnu.org>
4260
4261 * configure.in: Restore support for hp800 (removed 2007-01-27)
4262 following clarification of legal status.
4263
42642007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
4265
4266 * configure.in: Add support for AIX4.3 on IBM RS6000.
4267
4268 * configure: Regenerate.
4269
42702007-03-20 Richard Stallman <rms@gnu.org>
4271
4272 * configure.in: Fix previous change.
4273
42742007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
4275
4276 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
4277 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
4278 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
4279
42802007-03-19 Chong Yidong <cyd@stupidchicken.com>
4281
4282 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
4283 user specifies "without".
4284
4285 * configure: Regenerate.
4286
42872007-03-18 Jan Djärv <jan.h.d@swipnet.se>
4288
4289 * configure.in: Warning for Gtk+ and Cygwin added.
4290 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
4291
42922007-02-27 Glenn Morris <rgm@gnu.org>
4293
4294 * make-dist (oldXMenu): Remove Imakefile.
4295 (etc/images): Add README.
4296
42972007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4298
4299 * configure.in (xtensa-*-linux-gnu*): New configuration.
4300
4301 * configure: Regenerate.
4302
43032007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
4304
4305 * config.guess, config.sub: Updated from master source.
4306
43072007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4308
4309 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
4310
43112007-01-29 Chong Yidong <cyd@stupidchicken.com>
4312
4313 * configure.in: Restore support for hp800's not running HP-UX.
4314
4315 * configure: Regenerate.
4316
43172007-01-27 Chong Yidong <cyd@stupidchicken.com>
4318
4319 * configure.in: Remove support for hp800 and sr2k machine types.
4320
4321 * configure: Regenerate.
4322
43232007-01-26 Jan Djärv <jan.h.d@swipnet.se>
4324
4325 * configure.in: Add check for libXft.
4326
43272007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4328
4329 * INSTALL: Info files moved to share/info.
4330
43312007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
4332
4333 * configure.in: Detect and use fink-installed in intel-based Mac
4334 builds; change Apple Darwin section to support both PowerPC and
4335 Intel-based Macs.
4336
43372006-12-26 Andreas Schwab <schwab@suse.de>
4338
4339 * Makefile.in (datarootdir): Define.
4340
43412006-12-24 Richard Stallman <rms@gnu.org>
4342
4343 * configure.in: Require Autoconf 2.61.
4344
43452006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
4346
4347 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
4348 Remove redundant entry for powerpc-apple-netbsd.
4349
4350 * configure: Regenerate.
4351
43522006-12-22 Chong Yidong <cyd@stupidchicken.com>
4353
4354 * configure: Regenerate with autoconf 2.61.
4355
43562006-12-20 Jan Djärv <jan.h.d@swipnet.se>
4357
4358 * configure.in: Detect alsa/asoundlib.h also.
4359 * configure: Regenerate.
4360
43612006-12-19 Jan Djärv <jan.h.d@swipnet.se>
4362
4363 * configure.in: Check if GTK+ compiles at all.
4364
43652006-12-10 Andreas Schwab <schwab@suse.de>
4366
4367 * configure.in: Remove check for struct timezone, its result is
4368 never used.
4369
43702006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
4371
4372 * configure.in: Add support for Solaris 10 on x86-64.
4373
43742006-12-08 Jan Djärv <jan.h.d@swipnet.se>
4375
4376 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
4377 of PKG_CONFIG_PATH.
4378
43792006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4380
4381 * configure.in (HAVE_SYNC): New test.
4382
43832006-12-03 Glenn Morris <rgm@gnu.org>
4384
4385 * Makefile.in: Fix Copyright format.
4386
4387 * configure.in (AH_TOP): Add missing Copyright year.
4388
4389 * update-subdirs: Add missing Copyright years.
4390
43912006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
4392
4393 * Makefile.in: Touch only the parts of the share/emacs directory
4394 specific to this version.
4395
43962006-11-26 Chong Yidong <cyd@stupidchicken.com>
4397
4398 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
4399
44002006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4401
4402 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
4403
44042006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4405
4406 * configure.in: Prefer X11 to Carbon only when some X-specific
4407 option is specified (Thanks to Jan Djärv and Andreas Schwab).
4408
44092006-11-04 Romain Francoise <romain@orebokech.com>
4410
4411 * Makefile.in (bootstrap-clean-before): Fix typo.
4412 Use new target `bootstrap-clean' in the leim subdirectory.
4413
44142006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4415
4416 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
4417
44182006-10-30 Chong Yidong <cyd@stupidchicken.com>
4419
4420 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
4421 directories.
4422
44232006-10-29 Jeramey Crawford <jeramey@jeramey.com>
4424
4425 * configure.in: Enable x86-64 OpenBSD compilation.
4426
44272006-10-28 Glenn Morris <rgm@gnu.org>
4428
4429 * AUTHORS: Add cal-html.el author.
4430
44312006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4432
4433 * make-dist: Make links to mac/make-package and
4434 mac/Emacs.app/Contents/Resources/Emacs.icns.
4435
44362006-10-27 Chong Yidong <cyd@stupidchicken.com>
4437
4438 * README: Bump version number to 22.0.90.
4439
44402006-10-23 Andreas Schwab <schwab@suse.de>
4441
4442 * configure.in: Make sure x_default_search_path is always set even
4443 when x_libraries is empty, and look in .../share as well for each
4444 library directory.
4445
44462006-09-28 Kenichi Handa <handa@m17n.org>
4447
4448 * configure.in (locallisppath): Don't include leim dir.
4449 (lisppath): Include leim dir.
4450
44512006-09-15 Jay Belanger <belanger@truman.edu>
4452
4453 * COPYING: Replace "Library Public License" by "Lesser Public
4454 License" throughout.
4455
44562006-09-11 Paul Eggert <eggert@cs.ucla.edu>
4457
4458 * make-dist (EMACS): Exit and fail if the EMACS environment
4459 variable is set to something other than an absolute file name.
4460
44612006-08-16 Andreas Schwab <schwab@suse.de>
4462
4463 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
4464 of hardcoding it.
4465
44662006-08-16 Richard Stallman <rms@gnu.org>
4467
4468 * INSTALL.CVS: Clean up wording.
4469
44702006-07-14 Eli Zaretskii <eliz@gnu.org>
4471
4472 * configure.in (PKG_CHECK_MODULES): Redirect the output of
4473 $PKG_CONFIG --exists "$2" to config.log.
4474 * configure: Regenerate.
4475
1a71cb28 44762006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
4477
4478 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
4479
44802006-07-09 Kim F. Storm <storm@cua.dk>
4481
4482 * CONTRIBUTE: Use outline format.
4483 Add section on copyright years (from admin/notes/years).
4484
44852006-07-08 Eli Zaretskii <eliz@gnu.org>
4486
4487 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
4488 to /dev/null, since we don't need the error message, just the
4489 exit status.
4490
44912006-07-07 Eli Zaretskii <eliz@gnu.org>
4492
4493 * CONTRIBUTE: Slight formatting changes and typo fixes.
4494 Add description of NEWS markings.
4495
44962006-07-07 Kim F. Storm <storm@cua.dk>
4497
4498 * CONTRIBUTE: Mention INSTALL.CVS.
4499
45002006-07-05 Romain Francoise <romain@orebokech.com>
4501
4502 * make-dist (top-level): Add CONTRIBUTE.
4503
45042006-07-04 Richard Stallman <rms@gnu.org>
4505
4506 * CONTRIBUTE: Much rewrite.
4507
45082006-07-04 Nick Roberts <nickrob@snap.net.nz>
4509
4510 * CONTRIBUTE: New file.
4511
45122006-06-24 Eli Zaretskii <eliz@gnu.org>
4513
4514 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
4515
45162006-05-18 Jan Djärv <jan.h.d@swipnet.se>
4517
4518 * configure.in: Add check for ALSA.
4519
45202006-05-06 Eli Zaretskii <eliz@gnu.org>
4521
4522 * Makefile.in (INFO_FILES): Remove emacs-xtra.
4523
4524 * info/dir: Remove the Emacs-Xtra entry.
4525
45262006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
4527
4528 Update copyright year(s) in many files.
4529
45302006-04-01 Eli Zaretskii <eliz@gnu.org>
4531
4532 * configure: Regenerated.
4533
45342006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4535
4536 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
4537 --without-toolkit-scroll-bars was specified.
4538
45392006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
4540
4541 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
4542 to CFLAGS. Update Copyright years written to src/config.in.
4543
45442006-03-18 Claudio Fontana <claudio@gnu.org>
4545
4546 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
4547 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
4548 to be installed/uninstalled.
4549 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
4550 to Info files installed by Emacs.
4551
45522006-03-03 Claudio Fontana <claudio@gnu.org>
4553
4554 * Makefile.in (install, uninstall): Add DESTDIR variable to
4555 support staged installations.
4556
45572006-02-14 Richard M. Stallman <rms@gnu.org>
4558
4559 * configure.in (s390x-*-linux-gnu*): New configuration.
4560
45612006-01-31 Jan Djärv <jan.h.d@swipnet.se>
4562
4563 * configure.in: Require GTK 2.4 or newer.
4564
45652006-01-29 Michael Olson <mwolson@gnu.org>
4566
4567 * Makefile.in (install-arch-indep, uninstall): Add ERC.
4568 * info/dir (ERC): New entry.
4569
45702006-01-29 Eli Zaretskii <eliz@gnu.org>
4571
4572 * info/dir: Fix last change.
4573
45742006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4575
4576 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
4577
45782006-01-27 Eli Zaretskii <eliz@gnu.org>
4579
4580 * info/dir: Untabify the whole file.
4581 (Rcirc): New entry.
4582
45832006-01-12 Andreas Schwab <schwab@suse.de>
4584
4585 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
4586 check.
4587
45882006-01-02 Chong Yidong <cyd@stupidchicken.com>
4589
4590 * configure.in: Use -Wno-pointer-sign if available.
4591
45922005-12-29 Andreas Schwab <schwab@suse.de>
4593
4594 * config.guess, config.sub: Updated from master source.
4595
45962005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4597
4598 * configure.in: Use amdx86-64 for freebsd on x86_64.
4599
46002005-11-22 Romain Francoise <romain@orebokech.com>
4601
4602 * make-dist: Add etc/images/icons.
4603
46042005-11-03 Andreas Schwab <schwab@suse.de>
4605
4606 * configure.in: Use GZIP_PROG instead of GZIP.
4607
4608 * Makefile.in (GZIP_PROG): Renamed from GZIP.
4609 (install-arch-indep): Adjust.
4610
46112005-11-01 Andreas Schwab <schwab@suse.de>
4612
4613 * Makefile.in (bootstrap): Fix dependencies for parallel build.
4614 (bootfast): Likewise.
4615
46162005-11-01 Romain Francoise <romain@orebokech.com>
4617
4618 * configure.in: Check for gzip.
4619
4620 * Makefile.in (install): Compress source files.
4621
46222005-10-24 Steven Tamm <steventamm@mac.com>
4623
4624 * configure.in: Fix darwin386 configuration issue.
4625
46262005-10-22 Eli Zaretskii <eliz@gnu.org>
4627
4628 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
4629
46302005-10-17 Bill Wohler <wohler@newt.com>
4631
4632 * make-dist: Create and populate etc/images/low-color.
4633
46342005-10-15 Bill Wohler <wohler@newt.com>
4635
4636 * make-dist: Create and populate etc/images/gud.
4637
46382005-10-08 Richard M. Stallman <rms@gnu.org>
4639
4640 * make-dist (tempparent): Don't check for 14-char file name limit.
4641
46422005-10-07 Romain Francoise <romain@orebokech.com>
4643
4644 * make-dist: Add etc/images/ezimage and etc/images/mail
4645 directories. Install images in etc/images.
4646
46472005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4648
4649 * configure.in: Prefer Carbon if --enable-carbon-app or
4650 --with-carbon is explicitly specified even when X11 is detected.
4651
46522005-09-15 Ulf Jasper <ulf.jasper@web.de>
4653
4654 * Makefile.in (install-arch-indep, uninstall):
4655 Handle newsticker manual.
4656 (info): Add - to commands.
4657
46582005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
4659
4660 Remove the MAXPATHLEN limitations:
4661
4662 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
4663
46642005-09-09 Eli Zaretskii <eliz@gnu.org>
4665
4666 * configure.in <lynxsos*>: Support for LynxOS on PPC.
4667 * configure: Regenerate.
4668
46692005-09-05 Paul Eggert <eggert@cs.ucla.edu>
4670
4671 * config.guess, config.sub: Updated from master source.
4672
46732005-08-03 Juanma Barranquero <lekktu@gmail.com>
4674
4675 * .cvsignore: Add `lock'.
4676
46772005-07-28 Juanma Barranquero <lekktu@gmail.com>
4678
4679 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
4680
46812005-07-26 Paul Eggert <eggert@cs.ucla.edu>
4682
4683 Merge gnulib getopt implementation into Emacs.
4684
4685 * Makefile.in (AUTOCONF_INPUTS): New macro.
4686 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
4687 so that these files also depend on m4/getopt.m4.
4688 * configure.in: Configure getopt by including m4/getopt.m4,
4689 and configuring a getopt replacement if necessary.
4690 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
4691 * m4/getopt.m4: New file.
4692
46932005-07-06 Lute Kamstra <lute@gnu.org>
4694
4695 * configure.in: Fix capitalization.
4696
46972005-07-04 Lute Kamstra <lute@gnu.org>
4698
4699 Update FSF's address in GPL notices.
4700
47012005-06-19 Jérôme Marant <jerome@marant.org>
4702
4703 * Makefile.in (epaths-force): Protect both lisppath and
4704 buildlisppath from whitespace.
4705
47062005-06-08 Steven Tamm <steventamm@mac.com>
4707
4708 * configure.in: Support Darwin/MacOSX on Intel
4709
47102005-06-06 Jan Djärv <jan.h.d@swipnet.se>
4711
4712 * configure.in (HAVE_CANCELMENUTRACKING): New test.
4713
1a71cb28 47142005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
4715
4716 * configure.in: Add --enable-locallisppath.
4717
47182005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4719
4720 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
4721 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
4722 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
4723
47242005-05-07 Jérôme Marant <jerome@marant.org>
4725
4726 * make-dist: Remove references to makefile.nt and makefile.def.
4727 Include widgets and images subdirectories of etc. Do not exclude
4728 ldefs-boot.el.
4729
47302005-04-23 Andreas Schwab <schwab@suse.de>
4731
4732 * configure.in: Remove duplicate match for powerpc configuration.
4733
47342005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
4735
4736 * configure.in: Check for <pwd.h>.
4737
47382005-04-14 Lute Kamstra <lute@gnu.org>
4739
4740 * make-dist: Distribute all ChangeLog files in lisp/.
4741 Don't distribute ldefs-boot.el.
4742 lisp/makefile.nt no longer exists.
4743
47442005-04-13 Lute Kamstra <lute@gnu.org>
4745
4746 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
4747 for "no-byte-compile: t" in the file instead.
4748
47492005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4750
4751 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
4752 shadow the main Lesstif/Motif-2.1 libs and includes.
4753
47542005-03-10 Jan Djärv <jan.h.d@swipnet.se>
4755
4756 * configure.in: Only add XASSERTS to cppflags.
4757
47582005-03-04 Jan Djärv <jan.h.d@swipnet.se>
4759
4760 * configure.in: Added --enable-asserts.
4761
47622005-02-09 Kim F. Storm <storm@cua.dk>
4763
4764 Change release version from 21.4 to 22.1 throughout.
4765 Change development version from 21.3.50 to 22.0.50.
4766
47672005-01-19 Steven Tamm <steventamm@mac.com>
4768
4769 * configure.in: Check for <sys/utsname.h>.
4770
47712004-12-11 Kim F. Storm <storm@cua.dk>
4772
4773 * Makefile.in (info): Undo 2004-12-05 change.
4774
47752004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4776
4777 * info/dir (File): Add URL and Org Mode manuals.
4778 * Makefile.in (install-arch-indep, uninstall): Add url and org
4779 manuals.
4780
47812004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4782
4783 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
4784 committed to src/config.in.
4785
47862004-12-07 Jan Djärv <jan.h.d@swipnet.se>
4787
4788 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
4789 pthreads and define HAVE_GTK_AND_PTHREAD.
4790
47912004-12-05 Richard M. Stallman <rms@gnu.org>
4792
4793 * Makefile.in (info): Ignore errors building info files.
4794
47952004-11-27 Eli Zaretskii <eliz@gnu.org>
4796
4797 * config.bat: If 8-byte alignment is not supported, define
4798 NO_DECL_ALIGN in src/config.h, instead of trivially defining
4799 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
4800 filter through Sed to remove the quotes.
4801
48022004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4803
4804 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
4805 not apply to files explicitly `cvs add'ed.
4806
48072004-11-12 Eli Zaretskii <eliz@gnu.org>
4808
4809 * config.bat: Don't require djecho.exe for the v1.x build.
4810 Add a test for DECL_ALIGN support, and add a trivial definition to
4811 src/config.h if 8-byte alignment is not supported.
4812
48132004-11-08 Kim F. Storm <storm@cua.dk>
4814
4815 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
4816 files before building.
4817 (bootfast, bootstrap-clean-before-fast): New targets, like
4818 bootstrap but don't remove .elc files.
4819
48202004-11-06 Lars Brinkhoff <lars@nocrew.org>
4821
4822 * configure.in: Add check for getrusage.
4823
48242004-11-02 Jan Djärv <jan.h.d@swipnet.se>
4825
4826 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
4827 New tests for new and old GTK file dialogs.
4828 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
4829 to no.
4830
48312004-10-20 Jan Djärv <jan.h.d@swipnet.se>
4832
4833 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
4834 can be set. Remove SETARCH test.
4835
48362004-10-08 Steven Tamm <steventamm@mac.com>
4837
4838 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
4839
48402004-10-06 Jan Djärv <jan.h.d@swipnet.se>
4841
4842 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
4843 AC_MSG_WARN. Move output of warning message to end of configure run.
4844
48452004-10-05 Jan Djärv <jan.h.d@swipnet.se>
4846
4847 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
4848 Run test to see if heap start address is random.
4849
48502004-09-29 Miles Bader <miles@gnu.org>
4851
4852 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
4853 if setarch is present.
4854
48552004-09-25 Jan Djärv <jan.h.d@swipnet.se>
4856
4857 * configure.in (HAVE_EXECSHIELD): Only define on x86.
4858
48592004-09-24 Jan Djärv <jan.h.d@swipnet.se>
4860
4861 * configure.in: Check for exec-shield.
4862
1a71cb28
GM
48632004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
4864
4865 * Makefile.in (install-arch-indep): Add pgg and sieve.
4866
4867 * info/.cvsignore: Added pgg and sieve.
4868
067d23c9
KY
48692004-08-06 Andreas Schwab <schwab@suse.de>
4870
4871 * Makefile.in (install-arch-indep, uninstall): Add flymake.
4872
48732004-07-31 Eli Zaretskii <eliz@gnu.org>
4874
4875 * config.bat: Update URLs in the comments.
4876
067d23c9
KY
48772004-07-05 Andreas Schwab <schwab@suse.de>
4878
4879 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
4880
48812004-06-21 Kenichi Handa <handa@m17n.org>
4882
4883 * make-dist: Link leim-ext.el into tempdir.
4884
48852004-06-15 Luc Teirlinck <teirllm@auburn.edu>
4886
4887 * info/dir (File): Add emacs-xtra.
4888 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
4889
48902004-06-12 Juri Linkov <juri@jurta.org>
4891
4892 * info/dir: Move menu help lines from `* Menu:' to file header.
4893 Describe the purpose of a red *.
4894
48952004-05-04 Dave Love <fx@gnu.org>
4896
4897 * configure.in: Don't use `extrasub'.
4898
48992004-04-29 Dave Love <fx@gnu.org>
4900
4901 * configure.in: Don't forget to quote args to `test'.
4902
49032004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
4904
4905 * autogen.sh: Update filename in "please read" message.
4906
49072004-04-17 Richard M. Stallman <rms@gnu.org>
4908
4909 * INSTALL: Move the info about site-lisp dirs,
4910 and say uninstalled Emacs looks there too.
4911
49122004-04-04 Eli Zaretskii <eliz@gnu.org>
4913
4914 * config.bat (lib-src): Recognize comment lines in Makefile.in
4915 that have a TAB after the #, to avoid errors in preprocessing with
4916 GCC 3.3.3.
4917
49182004-03-31 Luc Teirlinck <teirllm@auburn.edu>
4919
4920 * Makefile.in: Mention in comment that `make maintainer-clean'
4921 deletes .elc files.
4922
49232004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4924
4925 * update-subdirs: Add local variables to prevent byte-compiling.
4926
49272004-03-21 Dave Love <fx@gnu.org>
4928
4929 * configure.in: Fix previous change.
4930
49312004-03-18 Dave Love <fx@gnu.org>
4932
4933 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
4934
49352004-03-15 Luc Teirlinck <teirllm@auburn.edu>
4936
4937 * info/dir (File): Add SMTP and SES.
4938
49392004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
4942 (bootstrap): Use the new bootstrap-prepare target in lisp.
4943
49442004-02-18 Kim F. Storm <storm@cua.dk>
4945
4946 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
4947
49482004-02-16 Eli Zaretskii <eliz@gnu.org>
4949
4950 * make-dist: Don't link index.*perm and permute-index into tempdir.
4951
49522004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
4953
4954 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
4955 to match previous changes by Eli Zaretskii.
4956
49572004-02-09 Luc Teirlinck <teirllm@auburn.edu>
4958
4959 * Makefile.in: Set CDPATH to an empty string.
4960
49612004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
4962
4963 * configure.in <darwin>: Use fink packages if available.
4964
49652004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
4966
4967 * make-dist (lispref): Do include lispref/index.texi.
4968
49692004-01-06 Eric Hanchrow <offby1@blarg.net>
4970
4971 * make-dist (tempdir): Include cursors in nt/icons.
4972
49732003-12-30 Eli Zaretskii <eliz@gnu.org>
4974
4975 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
4976 clashes with install-sh on 8+3 filesystems.
4977
1a71cb28 49782003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
4979
4980 * .cvsignore: Add .arch-inventory.
4981
49822003-12-24 Andreas Schwab <schwab@suse.de>
4983
4984 * configure.in: Check for <sys/socket.h>. Include it before
4985 including <net/if.h>. Move check for <net/if.h> before its use.
4986
49872003-12-24 Jan Djärv <jan.h.d@swipnet.se>
4988
4989 * Makefile.in (install-arch-dep): Don't let cd output go into
4990 pipe for carbon_appdir.
4991
49922003-12-24 Andreas Schwab <schwab@suse.de>
4993
4994 * configure.in (PKG_CHECK_MODULES): Fix quoting.
4995
49962003-12-01 Andreas Schwab <schwab@suse.de>
4997
4998 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
4999 hardcoding gcc.
5000
50012003-11-16 Jan Djärv <jan.h.d@swipnet.se>
5002
5003 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
5004 multiple displays.
5005 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
5006
50072003-09-23 Dave Love <fx@gnu.org>
5008
5009 * configure.in: Check members of struct ifreq.
5010
50112003-09-14 Kim F. Storm <storm@cua.dk>
5012
5013 * configure.in: Add checks for sys/ioctl.h and net/if.h.
5014
50152003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
5016
5017 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
5018
50192003-08-18 Lute Kamstra <lute@gnu.org>
5020
5021 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
5022 required anymore.
5023
50242003-08-07 Andrew Choi <akochoi@shaw.ca>
5025
5026 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
5027 option instead of -traditional-cpp for CPP.
5028
50292003-07-29 Richard M. Stallman <rms@gnu.org>
5030
5031 * configure.in (HAVE_XIM): Define if XIM is available.
5032
50332003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5034
5035 * configure.in: The function gtk_window_set_icon_from_file was
5036 introduced in GTK+ 2.2, so check for that release.
5037
50382003-07-23 Andreas Schwab <schwab@suse.de>
5039
5040 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
5041
5042 * Makefile.in (YACC): Remove, not used.
5043 (MAINT): Don't set.
5044 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
5045 disable dependency on ${srcdir}/configure.in when maintainer mode
5046 is disabled.
5047
50482003-07-22 Dave Love <fx@gnu.org>
5049
5050 * configure.in: Make XRegisterIMInstantiateCallback test depend on
5051 HAVE_X11, not with_xim.
5052 (HAVE_CRTIN): Provide template.
5053 <with_png>: Test for png.h and libpng/png.h.
5054
50552003-07-15 Andreas Schwab <schwab@suse.de>
5056
5057 * configure.in: Temporarily leave quoting for AC_DEFINE.
5058
50592003-07-13 Stefan Monnier <monnier@cs.yale.edu>
5060
5061 * configure.in: Check for posix_memalign.
5062
50632003-07-12 Richard M. Stallman <rms@gnu.org>
5064
5065 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
5066
50672003-07-09 Kim F. Storm <storm@cua.dk>
5068
5069 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
5070 functionality of --without-xim.
5071
50722003-06-29 Dave Love <fx@gnu.org>
5073
5074 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
5075
50762003-06-23 Dave Love <fx@gnu.org>
5077
5078 * configure.in: Check for sys/_mbstate_t.h.
5079 Test XRegisterIMInstantiateCallback prototype.
5080 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
5081
50822003-06-06 Dave Love <fx@gnu.org>
5083
5084 * configure.in: Check for locale.h.
5085
50862003-06-05 Dave Love <fx@gnu.org>
5087
5088 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
5089 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
5090 (NLIST_STRUCT): Don't define.
5091 (AH_BOTTOM): Define my_strftime.
5092
50932003-06-02 Richard M. Stallman <rms@gnu.org>
5094
5095 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
5096
50972003-05-24 Andreas Schwab <schwab@suse.de>
5098
5099 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
5100 bzero, and bcmp.
5101
51022003-05-22 Dave Love <fx@gnu.org>
5103
5104 * configure.in: Remove redundant test for term.h. Test for difftime.
5105
51062003-05-20 Dave Love <fx@gnu.org>
5107
5108 * configure.in: Append * to s390-*-linux-gnu case.
5109 (LIBMAIL) <lockfile>: Don't define.
5110
067d23c9
KY
51112003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5112
5113 * INSTALL (* GNU/Linux development packages): Mention Debian and
5114 RedHat package names.
5115
51162003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
5117
5118 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5119
51202003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5121
5122 * INSTALL (* GNU/Linux development packages): Tell people to
5123 install additional packages for compiling Emacs.
5124
1a71cb28
GM
51252003-04-30 Richard M. Stallman <rms@gnu.org>
5126
5127 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5128
51292003-04-28 Francesco Potortì <pot@gnu.org>
5130
5131 * configure.in: Undo last (RMS') change, as it is useless, per
5132 Dave Love.
5133
51342003-04-08 Richard M. Stallman <rms@gnu.org>
5135
5136 * configure.in: Put #include of jpeglib.h at start of line.
5137
067d23c9
KY
51382003-04-06 Francesco Potortì <pot@gnu.org>
5139
5140 * configure.in: Use the same configuration for all aix5, not just
5141 aix5.1.
5142
51432003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
5144
5145 * configure.in: Check for need for bigtoc support on IBM AIX for
5146 solving a linker table overflow problem.
5147
51482003-03-03 Rob Browning <rlb@defaultvalue.org>
5149
5150 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
5151 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
5152 over bzero, bcmp, and bcopy.
5153
51542003-02-23 Simon Josefsson <jas@extundo.com>
5155
5156 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
5157
51582003-02-21 Klaus Zeitler <kzeitler@lucent.com>
5159
5160 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
5161
51622003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
5163
5164 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
5165
51662003-02-08 Andreas Schwab <schwab@suse.de>
5167
5168 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
5169 instead of the substitution.
5170
51712003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5172
5173 * Makefile.in: Use @EXEEXT@ for Cygwin.
5174 Use USERNAME if LOGNAME is not set (for Cygwin).
5175
5176 * configure.in: Add opsys=cygwin.
5177
51782003-01-22 Andreas Schwab <schwab@suse.de>
5179
5180 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
5181 redefining it explicitly in src/config.in.
5182
51832003-01-22 Markus Rost <rost@math.ohio-state.edu>
5184
5185 * Makefile.in (bootstrap): Make bootstrap-after.
5186
51872003-01-20 Jan Djärv <jan.h.d@swipnet.se>
5188
5189 * configure.in: Fix --with-gtk.
5190
51912003-01-19 Jan Djärv <jan.h.d@swipnet.se>
5192
5193 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
5194
5195 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
5196
51972003-01-14 Francesco Potortì <pot@gnu.org>
5198
5199 * configure.in (m68k-motorola-sysv): Remove (obsolete).
5200
52012003-01-07 Steven Tamm <steventamm@mac.com>
5202
5203 * configure.in: New option, --enable-carbon-app, to specify
5204 that the application should be installed
5205 * Makefile.in (install-arch-dep): On Mac OS X, install the
5206 Emacs.app application if carbon-app is enabled
5207
52082003-01-06 Dave Love <fx@gnu.org>
5209
5210 * configure.in: Check for nl_langinfo.
5211 [!HAVE_SIZE_T]: Fix typedef.
5212
52132003-01-06 David Kastrup <dak@gnu.org>
5214
5215 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
5216
5217 * configure.in: Add tests for install-info.
5218
52192002-12-09 Markus Rost <rost@math.ohio-state.edu>
5220
5221 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
5222 use again sol2-6 instead of sol2-8.
5223
52242002-12-09 Dave Love <fx@gnu.org>
5225
5226 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
5227
52282002-12-08 Andreas Schwab <schwab@suse.de>
5229
5230 * Makefile.in (install-arch-indep): Revert last change.
5231
52322002-11-27 Dave Love <fx@gnu.org>
5233
5234 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
5235 Check for __sys_siglist too. Check for memset.
5236 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
5237
52382002-11-22 Juanma Barranquero <lektu@terra.es>
5239
5240 * config.guess, config.sub: Updated from master source.
5241
52422002-11-19 Karl Fogel <kfogel@red-bean.com>
5243
5244 * autogen.sh: New file.
5245
1a71cb28 52462002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
5247
5248 * configure.in: Tidy up various quoting issues throughout.
5249 Use AC_GNU_SOURCE.
5250 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
5251 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
5252 Maybe define bcopy, bzero, bcmp.
5253 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
5254 non-existent machine file).
5255 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
5256 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
5257 (nlist.h): Move test up.
5258
52592002-11-18 Markus Rost <rost@math.ohio-state.edu>
5260
5261 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
5262
52632002-11-14 Francesco Potortì <pot@gnu.org>
5264
5265 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
5266
52672002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5268
5269 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
5270
52712002-11-08 Dave Love <fx@gnu.org>
5272
5273 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
5274 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
5275
52762002-11-07 Miles Bader <miles@gnu.org>
5277
5278 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
5279 Handle separate-build-dir case.
5280
52812002-11-06 Richard M. Stallman <rms@gnu.org>
5282
5283 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
5284 bulletproof. $bar may be empty when there are no .elc files.
5285
52862002-10-30 Dave Love <fx@gnu.org>
5287
5288 * configure.in: Require autoconf 2.53. Test for pty.h,
5289 sys/mman.h, sys/param.h, mremap, memmove.
5290 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
5291 (AC_PROG_YACC): Delete.
5292 (size_t): Use AC_CHECK_TYPES.
5293 (AH_TOP): Up-date copyright.
5294
52952002-10-01 Juanma Barranquero <lektu@terra.es>
5296
5297 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
5298
52992002-09-19 Richard M. Stallman <rms@gnu.org>
5300
5301 * configure.in: Fix the LessTif-directory-finder for real.
5302
53032002-09-14 Richard M. Stallman <rms@gnu.org>
5304
5305 * Makefile.in (maybe_bootstrap): Test for complete absence
5306 of compiled Lisp files.
5307
53082002-09-11 Stefan Monnier <monnier@cs.yale.edu>
5309
5310 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
5311 (bootstrap-clean-after): Delete.
5312 (bootstrap): Make the sequencing explicit.
5313
53142002-09-10 Richard M. Stallman <rms@gnu.org>
5315
5316 * configure.in: Fix previous LessTif change.
5317
53182002-09-09 Richard M. Stallman <rms@gnu.org>
5319
5320 * configure.in (powerpcle-*-solaris2.5*): New configuration.
5321 (powerpcle-*-solaris*): Use version 2.6 as default.
5322 (*-sunos5.6*, *-solaris2.6*): New alternative.
5323 (*-sunos5*): Use version 2.6 as default.
5324
53252002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5326
5327 * configure.in: Fix typo.
5328
53292002-09-05 Richard M. Stallman <rms@gnu.org>
5330
5331 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
5332
5333 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
5334 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
5335
53362002-08-26 Kim F. Storm <storm@cua.dk>
5337
5338 * Makefile.in (install-arch-indep): Do not remove DOC file
5339 when it is the only DOC file installed; this is the case when
5340 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
5341
53422002-07-24 Markus Rost <rost@math.ohio-state.edu>
5343
5344 * configure.in: Fix typo.
5345
53462002-07-24 Richard M. Stallman <rms@gnu.org>
5347
5348 * configure.in: Don't print anything special about gamedir.
5349
5350 * configure.in: Delete nonstandard --with-game-user option.
5351
53522002-07-21 Richard M. Stallman <rms@gnu.org>
5353
5354 * Makefile.in (gamedir, localstatedir): New variables.
5355 (epaths-force): Insert value of gamedir into PATH_GAME.
5356
5357 * configure.in (gamedir): Handle it like lispdir.
5358 (--with-game-dir option): Delete.
5359
53602002-06-21 Pavel Janík <Pavel@Janik.cz>
5361
5362 * configure.in: Add support for mipseb-*-netbsd* machines.
5363
53642002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5365
5366 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
5367
53682002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5369
5370 * info/dir (File): Add an entry for Tramp.
5371
53722002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5373
5374 * INSTALL-CVS: New file.
5375
53762002-06-07 Andreas Schwab <schwab@suse.de>
5377
5378 * configure.in (x86_64-*-linux-gnu*): New system.
5379
53802002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
5381
5382 * config.bat: Handle the case when lispintro is truncated to lispintr.
5383
53842002-05-26 Paul Eggert <eggert@twinsun.com>
5385
5386 * config.guess, config.sub: Updated from master source.
5387
53882002-05-09 Richard M. Stallman <rms@gnu.org>
5389
5390 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
5391
53922002-05-04 Pavel Janík <Pavel@Janik.cz>
5393
5394 * make-dist: Do not distribute lock/ directory.
5395
53962002-04-30 Andrew Choi <akochoi@shaw.ca>
5397
5398 * configure.in: Provide documentation string when defining
5399 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
5400 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
5401
1a71cb28 54022002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
5403
5404 * configure.in: Delete configure check for access to the game user.
5405
54062002-04-29 Pavel Janík <Pavel@Janik.cz>
5407
5408 * make-dist: lwlib/Imakefile is removed.
5409
54102002-04-26 Andrew Choi <akochoi@shaw.ca>
5411
5412 * configure.in: Add support for powerpc-apple-darwin*.
5413 (HAVE_CARBON): Add.
5414
5415 * make-dist: Create directories in mac/Emacs.app.
5416
54172002-04-25 Pavel Janík <Pavel@Janik.cz>
5418
5419 * make-dist: lwlib-Xol* are removed.
5420
54212002-04-23 Andreas Schwab <schwab@suse.de>
5422
5423 * Makefile.in (MAINT): New variable.
5424 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
5425 instead of configure.in, to avoid running autoconf and autoheader
5426 unless explicitly requested.
5427
54282002-04-16 Eli Zaretskii <eliz@gnu.org>
5429
5430 * config.bat: Update for msdos/sed2v2.inp.
5431
54322002-04-15 Andreas Schwab <schwab@suse.de>
5433
5434 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
5435 * configure.in: Add config header templates to all AC_DEFINE and
5436 AC_DEFINE_UNQUOTED symbols.
5437 * make-dist: Run autoheader if necessary.
5438
54392002-04-10 Colin Walters <walters@verbum.org>
5440
5441 * configure.in: Add --game-dir, --game-user. Test to see if we
5442 can use them.
5443
54442002-04-08 Pavel Janík <Pavel@Janik.cz>
5445
5446 * configure.in: Add --with-sound.
5447
54482002-03-18 Kim F. Storm <storm@cua.dk>
5449
5450 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
5451 and getsockname functions. Test for sys/un.h include file.
5452
54532002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
5454
5455 * configure.in: Support AIX 5.1.
5456
54572002-03-10 Jan Djärv <jan.h.d@swipnet.se>
5458
5459 * configure.in: Added test for X Session Management (HAVE_X_SM).
5460
54612002-03-03 Richard M. Stallman <rms@gnu.org>
5462
5463 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
5464 Run chown $${LOGNAME} on files installed by tar xvf.
5465
54662002-03-03 Kim F. Storm <storm@cua.dk>
5467
5468 * configure.in: Test for getpeername.
5469
54702002-03-01 Richard M. Stallman <rms@gnu.org>
5471
5472 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
5473 (HAVE_GIF): Don't use old libungif versions that crash.
5474
54752002-02-26 Richard M. Stallman <rms@gnu.org>
5476
5477 * configure.in <making srcdir absolute>: Verify that PWD is correct,
5478 not just well-formed and valid.
5479 (mips-compaq-nonstopux*): New configuration.
5480
54812002-02-18 Paul Eggert <eggert@twinsun.com>
5482
5483 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
5484 "sed q" is a portable equivalent to plain "head -1".
5485
54862002-02-13 Richard M. Stallman <rms@gnu.org>
5487
5488 * Makefile.in (maybe_bootstrap): Do `exit 1'.
5489 (all): Don't depend on maybe_bootstrap here.
5490 (${SUBDIR}): Depend on it here instead.
5491
54922002-02-08 Richard M. Stallman <rms@gnu.org>
5493
5494 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
5495
54962002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5497
5498 * configure.in: Recognize BSD/OS 5.0.
5499
55002002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5501
5502 * make-dist: Make version checking in emacs.texi consistent with
5503 how we set it there.
5504
55052001-12-29 Kim F. Storm <storm@cua.dk>
5506
5507 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
5508
55092001-12-28 Richard M. Stallman <rms@gnu.org>
5510
5511 * configure.in: Test for mbsinit.
5512
55132001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5514
5515 These changes make Leim part of the standard distribution:
5516
5517 * README: Add info about the `leim' directory.
5518
5519 * INSTALL: Remove text that describes Leim as a separate package.
5520
5521 * noleim-Makefile.in: File removed.
5522
5523 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
5524 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
5525 Leim files out of the Emacs tree. Don't prepare a separate tarball
5526 for Leim.
5527
55282001-12-11 Richard M. Stallman <rms@gnu.org>
5529
5530 * configure.in (hppa*-*-linux-gnu*): New alternative.
5531
55322001-12-08 Pavel Janík <Pavel@Janik.cz>
5533
5534 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
5535 creating distribution.
5536
55372001-12-06 Paul Eggert <eggert@twinsun.com>
5538
5539 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
5540 (AC_FUNC_VFORK): Remove.
5541 (AC_FUNC_FORK): Add.
5542 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
5543 this is required by recent Autoconf versions.
5544
55452001-12-02 Pavel Janík <Pavel@Janik.cz>
5546
5547 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
5548 TODO, vms-pp.trans and others).
5549
55502001-11-29 Pavel Janík <Pavel@Janik.cz>
5551
5552 * make-dist: Use COPYING from the top-level directory.
5553
55542001-11-29 Gerd Moellmann <gerd@gnu.org>
5555
5556 * configure.in: Add support for FreeBSD/Alpha.
5557
55582001-11-29 Pavel Janík <Pavel@Janik.cz>
5559
5560 * make-dist: Add COPYING to the top-level directory of the
5561 distribution. Simplify the logic behind copying.
5562
5563 * Makefile.in (maybe_bootstrap): Fix previous change.
5564
55652001-11-28 Richard M. Stallman <rms@gnu.org>
5566
5567 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
5568
55692001-11-26 Richard M. Stallman <rms@gnu.org>
5570
5571 * Makefile.in: bootstrap should not delete dumped executables.
5572 (bootstrap-clean-before): New target.
5573 (bootstrap): Use bootstrap-clean-before instead of clean.
5574 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
5575
55762001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
5577
5578 These changes add the Emacs Lisp Introduction manual to the
5579 distribution:
5580
5581 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
5582
5583 * make-dist: Copy the files in lispintro directory.
5584
5585 * config.bat: Configure in the lispintro directory.
5586
5587 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
5588
5589 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
5590 (lispintro/Makefile): New target.
5591 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
5592 (unlock, relock, info, dvi): Ditto.
5593
55942001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5595
5596 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
5597
5598 * make-dist (etc): Don't distribute gfdl.1.
5599
56002001-11-22 Colin Walters <walters@debian.org>
5601
5602 * Makefile.in (install-arch-indep): Install the calc .info files.
5603 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
5604
56052001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5606
5607 * make-dist (lispref): Add *.txt, *.el, permute-index, and
5608 tindex.pl to the list of those being put into the distribution.
5609
56102001-11-16 Eli Zaretskii <eliz@gnu.org>
5611
5612 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
5613
56142001-11-15 Pavel Janík <Pavel@Janik.cz>
5615
5616 * Makefile.in (uninstall): Fix previous change.
5617
5618 * configure.in, Makefile.in: Add support for --program-prefix,
5619 --program-suffix and --program-transform-name options.
5620
56212001-11-13 Pavel Janík <Pavel@Janik.cz>
5622
5623 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
5624 (install-arch-indep): Install emacsclient manual page.
5625 (uninstall): Uninstall emacsclient manual page.
5626
56272001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
5628
5629 * make-dist: Add lispref/index.*perm files to the distribution.
5630 From Pavel Janík <Pavel@Janik.cz>.
5631
56322001-11-12 Pavel Janík <Pavel@Janik.cz>
5633
5634 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
5635
56362001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5637
5638 * configure.in: AC_OUTPUT lispref/Makefile.
5639
56402001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5641
5642 The following changes add the ELisp reference manual to the
5643 distribution.
5644
5645 * make-dist: Add the lispref directory to the distribution.
5646
5647 * Makefile.in (install-arch-indep): Add elisp* to the list of
5648 installed Info files.
5649 (SUBDIR_MAKEFILES): Add lispref/Makefile.
5650 (lispref/Makefile): New target.
5651 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
5652 Add commands for the lispref directory.
5653 (info, dvi): Ditto.
5654
5655 * config.bat: Configure in `lispref'.
5656
56572001-11-09 Richard M. Stallman <rms@gnu.org>
5658
5659 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
5660
56612001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
5662
5663 * make-dist (tempdir): Copy AUTHORS as well.
5664
56652001-11-06 Sam Steingold <sds@gnu.org>
5666
5667 * configure.in: Added a check for <nlist.h>.
5668
56692001-11-01 Pavel Janík <Pavel@Janik.cz>
5670
5671 * configure.in: Reindent --help output.
5672 From Per Starbäck (starback@ling.uu.se).
5673
56742001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
5675
5676 * configure.in: New entry for HP/UX-11.
5677
5678 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
5679 From Eric S. Raymond <esr@golux.thyrsus.com>.
5680
56812001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5682
5683 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
5684 <athornton@sinenomine.net>.
5685
56862001-10-25 Gerd Moellmann <gerd@gnu.org>
5687
5688 * Makefile.in (maybe_bootstrap): New target.
5689 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
5690
56912001-10-24 Ken Raeburn <raeburn@gnu.org>
5692
5693 * configure.in: If --with-hesiod is given, look for
5694 hes_getmailhost and res_send or __res_send; check hesiod and
5695 resolv libraries respectively if system libraries don't supply them.
5696
56972001-10-24 Gerd Moellmann <gerd@gnu.org>
5698
5699 * configure.in: Use $MAKE for `make' if set.
5700
57012001-10-22 Gerd Moellmann <gerd@gnu.org>
5702
5703 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
5704 to tar options.
5705
57062001-10-20 Gerd Moellmann <gerd@gnu.org>
5707
5708 * (Version 21.1 released).
5709
57102001-10-20 Miles Bader <miles@gnu.org>
5711
5712 * configure.in (configuration): Set from `host' if `host_alias'
5713 isn't defined.
5714
57152001-10-19 Andreas Schwab <schwab@suse.de>
5716
5717 * configure.in: Make ready for autoconf 2.5x.
5718 (AC_PREREQ): Require autoconf 2.50.
5719 * aclocal.m4: Removed.
5720 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
5721
57222001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5723
5724 * README: Bump Emacs version to 21.1.50.
5725
57262001-10-05 Gerd Moellmann <gerd@gnu.org>
5727
5728 * Branch for 21.1.
5729
57302001-09-05 Gerd Moellmann <gerd@gnu.org>
5731
5732 * configure.in: Avoid `$@' which is handled specially in
5733 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
5734
57352001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
5736
5737 * make-dist (nt): Add subdirs.el to the list of distributed files.
5738
57392001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
5740
5741 * configure.in (machine): Add an entry for
5742 hppa1.1-hitachi-hiuxwe2*.
5743
57442001-05-28 Gerd Moellmann <gerd@gnu.org>
5745
5746 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
5747 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
5748
57492001-05-14 Gerd Moellmann <gerd@gnu.org>
5750
5751 * make-dist: Copy texinfo.tex unconditionally.
5752
57532001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5754
5755 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
5756 that are installed.
5757
57582001-04-06 Gerd Moellmann <gerd@gnu.org>
5759
5760 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
5761 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
5762
5763 * make-dist: Handle leim/MISC-DIC. Only include
5764 `[a-zA-Z]*.{el,elc}' from leim/quail.
5765
57662001-04-05 Gerd Moellmann <gerd@gnu.org>
5767
5768 * Makefile.in (install-arch-indep): Remove .cvsignore files.
5769
57702001-03-30 Gerd Moellmann <gerd@gnu.org>
5771
5772 * Makefile.in (.PHONY): Add for bootstrap targets.
5773 (bootstrap-clean): New target.
5774 (bootstrap): Use it instead of `clean'.
5775
57762001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
5777
5778 * Makefile.in (SUBDIR): Remove leim.
5779 (all, .RECURSIVE, extraclean): Add leim explicitly.
5780 (leim): Provide separate rule which exports PARALLEL=0 into the
5781 environment.
5782
57832001-03-20 Gerd Moellmann <gerd@gnu.org>
5784
5785 * configure.in (HAVE_XPM): Don't print the result of the check for
5786 XpmReturnAllocPixels if we don't have an xpm.h.
5787
57882001-03-05 Gerd Moellmann <gerd@gnu.org>
5789
5790 * COPYING: New file.
5791
57922001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5793
5794 * config.bat: Update the copyright.
5795
57962001-02-23 Kenichi Handa <handa@etl.go.jp>
5797
5798 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
5799 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
5800 to `yes'. Later in AC_OUTPUT, check this variable.
5801
58022001-02-09 Dave Love <fx@gnu.org>
5803
5804 * AUTHORS: Updated.
5805
58062001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5807
5808 * info/dir (Ebrowse): Fix the entry (was missing a dot).
5809
58102001-02-02 Gerd Moellmann <gerd@gnu.org>
5811
5812 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
5813
5814 * Makefile.in (uninstall): Ignore exit code of `rm'.
5815
5816 * Makefile.in (uninstall): Remove more info files. Remove
5817 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
5818
58192001-01-31 Gerd Moellmann <gerd@gnu.org>
5820
5821 * noleim-Makefile.in (extraclean): Add.
5822
58232001-01-28 Gerd Moellmann <gerd@gnu.org>
5824
5825 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
5826 it quiet.
5827
58282001-01-24 Colin Walters <walters@cis.ohio-state.edu>
5829
5830 * Makefile.in (tags): Fix typo.
5831
58322001-01-13 Kenichi Handa <handa@etl.go.jp>
5833
5834 * configure.in: Fix typo in the code setting x_search_path.
5835
58362001-01-10 Dave Love <fx@gnu.org>
5837
5838 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
5839 -lXext.
5840 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
5841 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
5842 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
5843 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
5844 (now in $LIBS).
5845
58462001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5847
5848 * config.bat: Run the preprocessor with -traditional.
5849
58502001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
5851
5852 * INSTALL: Move copying conditions to end of file.
5853
58542000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5855
5856 * INSTALL: Add basic installation procedure which assumes
5857 `configure' does its job. Elaborate on image support libraries.
5858 Add a pointer to Xaw3d library. Add advice about solving
5859 configure-time problems by looking in config.log and setting
5860 variables in the environment.
5861
58622000-12-27 Gerd Moellmann <gerd@gnu.org>
5863
5864 * Makefile.in (install-arch-indep): If tar fails, exit with
5865 exit code 1.
5866
58672000-12-19 Gerd Moellmann <gerd@gnu.org>
5868
5869 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
5870 source file includes XKBlib.h. On some broken Solaris systems,
5871 there is an XKBlib.h, reportedly, but header files included by
5872 XKBlib.h are missing.
5873
58742000-12-14 Gerd Moellmann <gerd@gnu.org>
5875
5876 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
5877
58782000-12-11 Dave Love <fx@gnu.org>
5879
5880 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
5881
58822000-12-11 Paul Eggert <eggert@twinsun.com>
5883
5884 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
5885 Merge fixes from latest GNU tar version. These macros no longer
5886 futz with _XOPEN_SOURCE, as that was not portable in practice.
5887 (AC_FUNC_FSEEKO): New macro.
5888
5889 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
5890 ftello.
5891
58922000-12-05 Dave Love <fx@gnu.org>
5893
5894 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
5895
58962000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5897
5898 * info/dir: Change the category to "Emacs".
5899
59002000-12-01 Gerd Moellmann <gerd@gnu.org>
5901
5902 * make-dist (tempdir): Remove epaths.h from the distribution
5903 instead of paths.h.
5904
59052000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5906
5907 * config.bat: Check for existence of djecho.exe, and print an
5908 error message if it is not available.
5909
5910 * INSTALL: Describe possible problem with djecho.exe in old
5911 versions of DJGPP v2.x.
5912
59132000-11-23 Gerd Moellmann <gerd@gnu.org>
5914
5915 * configure.in: Initialize HAVE_LIBXP to no.
5916
59172000-11-22 Gerd Moellmann <gerd@gnu.org>
5918
5919 * configure.in: Use m/macppc.h instead of the non-existent
5920 m/powerpc.h.
5921
59222000-11-21 Gerd Moellmann <gerd@gnu.org>
5923
5924 * Makefile.in (install-arch-indep): Also install info/eshell*
5925 and info/speedbar*.
5926
5927 * configure.in (HAVE_PNG): Check for the presence of
5928 png_get_channels to rule out older PNG libs.
5929
5930 * configure.in (AC_OUTPUT): Arrange to emit definitions of
5931 GCC and NON_GNU_CPP into config.status.
5932
59332000-11-20 Dave Love <fx@gnu.org>
5934
5935 * configure.in: Fix last change.
5936
5937 * GETTING.GNU.SOFTWARE: Deleted.
5938 * FTP: New file to replace it.
5939 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
5940
59412000-11-20 Gerd Moellmann <gerd@gnu.org>
5942
5943 * configure.in: Use -traditional with GNU cpp.
5944
59452000-11-17 Gerd Moellmann <gerd@gnu.org>
5946
5947 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
5948 Distribute more files from the nt/ subdir. Distribute PBM
5949 image files from subdirs of lisp/. Distribute old change logs
5950 from subdirs of lisp/. Distribute play/5x5.el.
5951
59522000-11-11 Dave Love <fx@gnu.org>
5953
5954 * config.sub, config.guess: Updated from master source.
5955
59562000-11-07 Dave Love <fx@gnu.org>
5957
5958 * configure.in: Test for mkstemp.
5959
59602000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
5961
5962 * info/dir (Top): Rearrange menu items more logically, and put
5963 them into a single category. Add menu items for RefTeX and
5964 Widget.
5965
59662000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5967
5968 * Makefile.in (install-arch-indep): Use --info-dir instead of
5969 --dir-file, and a simple argument instead of --info-file, so that
5970 the Debian version of install-info also works.
5971
59722000-10-19 Eric M. Ludlam <zappo@ultranet.com>
5973
5974 * info/dir (Speedbar): Add entry.
5975
59762000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5977
5978 * INSTALL: Describe the new image-support options to the configure
5979 script. List URLs where image support libraries can be found.
5980
59812000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5982
5983 * info/dir (Top): Add an entry for Eshell.
5984
59852000-10-02 Dave Love <fx@gnu.org>
5986
5987 * configure.in: Check for gai_strerror.
5988
59892000-10-01 Andreas Schwab <schwab@suse.de>
5990
5991 * Makefile.in (install-arch-indep): Update list of installed info files.
5992
59932000-09-30 Gerd Moellmann <gerd@gnu.org>
5994
5995 * configure.in: Support `sparc*-*-netbsd*'.
5996
59972000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
5998
5999 * info/dir (MIME): Add entry for emacs-mime.
6000
60012000-09-29 Dave Love <fx@gnu.org>
6002
6003 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
6004
60052000-09-26 Gerd Moellmann <gerd@gnu.org>
6006
6007 * make-dist: Adapt to the change of leim/Makefile which was
6008 necessary to ensure a reasonably working `make dist'.
6009
6010 * leim-Makefile.in: Moved to leim/Makefile.in..
6011
6012 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
6013
60142000-09-21 Kenichi Handa <handa@etl.go.jp>
6015
6016 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
6017 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
6018 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
6019 files to .elc.
6020 (${TIT}): Adjusted for the above change.
6021 (clean mostlyclean): Likewise.
6022 (.el.elc): New target.
6023
60242000-09-19 Gerd Moellmann <gerd@gnu.org>
6025
6026 * make-dist: Include XPM and XBM files in lisp/ and subdirs
6027 in the distribution.
6028
60292000-09-18 Gerd Moellmann <gerd@gnu.org>
6030
6031 * make-dist (skk): Rename to `ja-dic' because the leim directory
6032 was renamed.
6033
60342000-09-14 Dave Love <fx@gnu.org>
6035
6036 * configure.in: Fix spurion in last change.
6037
60382000-09-14 Gerd Moellmann <gerd@gnu.org>
6039
6040 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
6041 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
6042 to `no' if defined. Change result report.
6043
60442000-09-08 Dave Love <fx@gnu.org>
6045
6046 * configure.in: Remove spurious `@'s.
6047
6048 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
6049 autoconf.
6050
60512000-09-06 Gerd Moellmann <gerd@gnu.org>
6052
6053 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
6054 file and print informational message.
6055
6056 * configure.in (AC_FUNC_MMAP): Add.
6057
60582000-09-01 Gerd Moellmann <gerd@gnu.org>
6059
6060 * configure.in: Add ``checking'' messages for
6061 XpmReturnAllocPixels.
6062
60632000-08-28 Gerd Moellmann <gerd@gnu.org>
6064
6065 * configure.in: Check <strings.h>; check `index' and `rindex'
6066 functions.
6067
60682000-08-26 Kenichi Handa <handa@etl.go.jp>
6069
6070 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
6071 "case "${canonical}" in".
6072
60732000-08-25 Dave Love <fx@gnu.org>
6074
6075 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
6076
60772000-08-25 Kenichi Handa <handa@etl.go.jp>
6078
6079 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
6080
60812000-08-24 Gerd Moellmann <gerd@gnu.org>
6082
6083 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
6084 contains a relative path. Protect against unusable values of $PWD.
6085
60862000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6087
6088 * info/dir (WoMan): Add entry.
6089
6090 * config.bat (maindir): Update src/_gdbinit even if it does
6091 already exist.
6092
60932000-08-07 Gerd Moellmann <gerd@gnu.org>
6094
6095 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
6096
60972000-08-03 Gerd Moellmann <gerd@gnu.org>
6098
6099 * configure.in: Add support for ia64*-*-linux*.
6100
61012000-07-27 Gerd Moellmann <gerd@gnu.org>
6102
6103 * make-dist (aclocal.m4): Include in distribution.
6104
61052000-07-26 Dave Love <fx@gnu.org>
6106
6107 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
6108
61092000-07-24 Dave Love <fx@gnu.org>
6110
6111 * configure.in: Add AC_SIZE_T.
6112
61132000-07-18 Dave Love <fx@gnu.org>
6114
6115 * configure.in: Reorder so that most tests are done after CPPFLAGS
6116 is set from the C_SWITCH_... definitions.
6117
61182000-07-10 Gerd Moellmann <gerd@gnu.org>
6119
6120 * configure.in (HAVE_XPM): Undo previous change. Check for
6121 preprocessor define XpmReturnAllocPixels.
6122
61232000-07-06 Gerd Moellmann <gerd@gnu.org>
6124
6125 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
6126 instead of XpmReadFileToPixmap.
6127
61282000-07-05 Ken Raeburn <raeburn@gnu.org>
6129
6130 * configure.in: Check for <soundcard.h>. Look for ossaudio
6131 library, and set LIBSOUND accordingly.
6132
61332000-07-05 Dave Love <fx@gnu.org>
6134
6135 * configure.in: Use AC_HEADER_SYS_WAIT.
6136
61372000-07-05 Gerd Moellmann <gerd@gnu.org>
6138
6139 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
6140 lisp/Makefile. Distribute lisp/Makefile.in instead of
6141 lisp/Makefile.
6142
61432000-06-30 Ken Raeburn <raeburn@gnu.org>
6144
6145 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
6146 while searching for image-handling libraries.
6147
61482000-06-26 Gerd Moellmann <gerd@gnu.org>
6149
6150 * configure.in (--with-xim): New option.
6151
61522000-06-23 Dave Love <fx@gnu.org>
6153
6154 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
6155 for struct timezone and test how we can call gettimeofday.
6156 Check for OSF 5+. Check for term.h.
6157
6158 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
6159 version.
6160
61612000-06-23 Gerd Moellmann <gerd@gnu.org>
6162
6163 * configure.in (HAVE_LIBXP): Change test for libXp.
6164
61652000-06-21 Dave Love <fx@gnu.org>
6166
6167 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
6168 simple test for getloadavg and substitute GETLOADAVG_LIBS.
6169 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
6170
61712000-06-19 Dave Love <fx@gnu.org>
6172
6173 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
6174 _XOPEN_SOURCE is defined.
6175
61762000-06-16 Gerd Moellmann <gerd@gnu.org>
6177
6178 * Makefile.in (distclean): Also make distclean in lisp/.
6179
61802000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6181
6182 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
6183
61842000-06-15 Gerd Moellmann <gerd@gnu.org>
6185
6186 * make-dist: Add --help and --snapshot options.
6187
61882000-06-14 Gerd Moellmann <gerd@gnu.org>
6189
6190 * configure.in: Generate lisp/Makefile.
6191
6192 * configure.in: Add support for `*-lynxos*'.
6193 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
6194 recommended by <Karen.Dorhamer@compaq.com> to fix problems
6195 on Tru64 UNIX v5.0.
6196
61972000-06-13 Ken Raeburn <raeburn@gnu.org>
6198
6199 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
6200 it's on a continuation line.
6201
62022000-06-02 Dave Love <fx@gnu.org>
6203
6204 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
6205 files.
6206
6207 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
6208 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
6209 test.
6210
6211 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
6212 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
6213
62142000-05-26 Gerd Moellmann <gerd@gnu.org>
6215
6216 * configure.in: Add check for speed_t typedef.
6217
62182000-05-25 Ken Raeburn <raeburn@gnu.org>
6219
6220 * Makefile.in (install-arch-dep): Install fns-*.el only if it
6221 exists; it won't in the CANNOT_DUMP case.
6222
62232000-05-25 Gerd Moellmann <gerd@gnu.org>
6224
6225 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
6226 On FreeBSD, the exit status is 1 if CDPATH is not set.
6227 (install-arch-indep): Install ebrowse.info.
6228
62292000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
6230
6231 * configure.in: Check for grandpt and getpt.
6232
62332000-05-09 Dave Love <fx@gnu.org>
6234
6235 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
6236
62372000-05-05 Gerd Moellmann <gerd@gnu.org>
6238
6239 * make-dist: Make a link for lib-src/grep-changelog.
6240 Copy install-sh.
6241
62422000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
6243
6244 * config.bat: Identify the beginning of the cpp stuff in
6245 src/Makefile.in and lib-src/Makefile.in more accurately.
6246
62472000-04-27 Gerd Moellmann <gerd@gnu.org>
6248
6249 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
6250
62512000-04-19 Gerd Moellmann <gerd@gnu.org>
6252
6253 * configure.in: Add support for `powerpc-*-netbsd*'.
6254
62552000-04-19 Dave Love <fx@gnu.org>
6256
6257 * configure.in: Don't use AC_FUNC_GETLOADAVG.
6258
6259 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
6260
62612000-04-16 Dave Love <fx@gnu.org>
6262
6263 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
6264
62652000-04-14 Dave Love <fx@gnu.org>
6266
6267 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
6268
6269 * aclocal.m4 (AC_FUNC_MKTIME): New.
6270
62712000-03-28 Ken Raeburn <raeburn@gnu.org>
6272
6273 * configure.in: Line up "--help" output a little better.
6274
62752000-03-26 Gerd Moellmann <gerd@gnu.org>
6276
6277 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
6278 New targets.
6279 (bootstrap): Rewritten in terms of the new targets above. Make
6280 info files, too.
6281
62822000-03-12 Gerd Moellmann <gerd@gnu.org>
6283
6284 * config.guess, config.sub: Use the versions of the files from
6285 subversions.
6286
62872000-03-08 Dave Love <fx@gnu.org>
6288
6289 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
6290 AC_C_VOLATILE. Define POINTER_TYPE.
6291
6292 * aclocal.m4: New file.
6293
62942000-03-02 Gerd Moellmann <gerd@gnu.org>
6295
6296 * configure.in (machine): Add `mipsel-*-netbsd*' and
6297 `arm-*-netbsd*'.
6298
62992000-03-01 Gerd Moellmann <gerd@gnu.org>
6300
6301 * configure.in (machine): Add support for `*-auspex-sunos*'.
6302
63032000-02-29 Gerd Moellmann <gerd@gnu.org>
6304
6305 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
6306
63072000-02-18 Dave Love <fx@gnu.org>
6308
6309 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
6310
63112000-02-18 Andreas Schwab <schwab@suse.de>
6312
6313 * Makefile.in (install-arch-indep): Add eudc to list of installed
6314 info files.
6315
63162000-02-17 Ken Raeburn <raeburn@gnu.org>
6317
6318 * configure.in: Include -lz and -ljpeg (if it's available) when
6319 testing for the tiff library.
6320
63212000-02-17 Gerd Moellmann <gerd@gnu.org>
6322
6323 * configure.in: Remove LISP_FLOAT_TYPE.
6324
63252000-02-12 Dave Love <fx@gnu.org>
6326
6327 * configure.in: Use AC_FUNC_VFORK.
6328
63292000-02-01 Gerd Moellmann <gerd@gnu.org>
6330
6331 * make-dist: Various fixes for new development tree.
6332
6333 * leim-Makefile.in: New file.
6334
63352000-01-31 Gerd Moellmann <gerd@gnu.org>
6336
6337 * Makefile.in (dist): Call ./make-dist.
6338
63392000-01-24 Dave Love <fx@gnu.org>
6340
6341 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
6342
63432000-01-18 Gerd Moellmann <gerd@gnu.org>
6344
6345 * configure.in (HAVE_GIF): Check for DGifOpen instead of
6346 DGifOpenFileName.
6347
63482000-01-11 Andreas Schwab <schwab@suse.de>
6349
6350 * Makefile.in (install-arch-indep): Update list of info files to
6351 be installed.
6352
63532000-01-05 Dave Love <fx@gnu.org>
6354
6355 * configure.in: Check for jerror.h as well as libjpeg.
6356
63572000-01-03 Andreas Schwab <schwab@suse.de>
6358
6359 * Makefile.in (install-arch-indep): Install autotype*. Run
6360 install-info on autotype and emacs-faq.info.
6361
63621999-12-04 Dave Love <fx@gnu.org>
6363
6364 * Makefile.in (install-arch-indep): Depend on `info'.
6365 (install-strip): Use `install' as sub-make target.
6366
63671999-11-23 Ken Raeburn <raeburn@gnu.org>
6368
6369 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
6370 didn't need to be deleted. Check for the k5crypto library as well
6371 as the crypto library; MIT Kerberos 1.1 changed the name.
6372
63731999-11-18 Dave Love <fx@gnu.org>
6374
6375 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
6376
63771999-11-11 Erik Naggum <erik@naggum.no>
6378
6379 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
6380
63811999-11-08 Dave Love <fx@gnu.org>
6382
6383 * configure.in: Fix change for --with-pop default.
6384
63851999-11-04 Dave Love <fx@gnu.org>
6386
6387 * configure.in: Default to --with-pop. Change sense of with-gcc
6388 and with-toolkit-scroll-bars messages to reflect the defaults.
6389
63901999-11-01 Gerd Moellmann <gerd@gnu.org>
6391
6392 * INSTALL: Mention the Emacs Lisp Reference.
6393
63941999-10-27 Noah Friedman <friedman@splode.com>
6395
6396 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
6397
63981999-10-23 Gerd Moellmann <gerd@gnu.org>
6399
6400 * Makefile.in (bootstrap): New target.
6401
64021999-10-19 Paul Eggert <eggert@twinsun.com>
6403
6404 Add support for large files. Merge glibc 2.1.2.
6405
6406 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
6407 (HAVE_TM_GMTOFF): New symbol.
6408 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
6409 mbrlen, strsignal.
6410 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
6411
64121999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6413
6414 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
6415 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
6416
64171999-10-09 Richard M. Stallman <rms@gnu.org>
6418
6419 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
6420 Unset CDPATH to prevent cd from generating output.
6421
64221999-10-08 Stefan Monnier <monnier@cs.yale.edu>
6423
6424 * update-subdirs: Also ignore CVS subdirs.
6425
64261999-10-07 Gerd Moellmann <gerd@gnu.org>
6427
6428 * Makefile.in (install-arch-indep): Add ada-mode.
6429
64301999-10-06 Dave Love <fx@gnu.org>
6431
6432 * Makefile.in: Add rules for config.status, configure.
6433
64341999-09-07 Gerd Moellmann <gerd@gnu.org>
6435
6436 * configure.in (--with-sound): Removed.
6437
64381999-08-30 Gerd Moellmann <gerd@gnu.org>
6439
6440 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
6441 the test for Xaw3d.
6442 (HAVE_TIFF): Add -lm to library check.
6443
64441999-08-28 Richard Stallman <rms@gnu.org>
6445
6446 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
6447 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
6448 after the other X-related libraries.
6449
64501999-08-21 Dave Love <fx@gnu.org>
6451
6452 * configure.in: Don't check for jpeglib.h.
6453
64541999-08-20 Gerd Moellmann <gerd@gnu.org>
6455
6456 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
6457 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
6458
64591999-08-18 Dave Love <fx@gnu.org>
6460
6461 * configure.in: Check for termcap.h.
6462
64631999-08-15 Gerd Moellmann <gerd@gnu.org>
6464
6465 * configure.in: Add --with-toolkit-scroll-bars. If "no",
6466 use Emacs' scroll bars, even if configured for Motif or when
6467 Xaw3d is available.
6468
64691999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6470
6471 * configure.in: Check for getaddrinfo.
6472
64731999-08-04 Eli Zaretskii <eliz@gnu.org>
6474
6475 * config.bat: Make --no-debug work again by removing -gcoff.
6476
64771999-07-30 Dave Love <fx@gnu.org>
6478
6479 * configure.in: Check for stdlib.h.
6480
64811999-07-19 Dave Love <fx@gnu.org>
6482
6483 * configure.in: Grok sparc64-*-linux-gnu*.
6484
64851999-07-12 Richard Stallman <rms@gnu.org>
6486
6487 * Version 20.4 released.
6488
64891999-06-23 Karl Heuer <kwzh@gnu.org>
6490
6491 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
6492 Quote $EMACS, in case it's a program with args.
6493
64941999-06-15 Gerd Moellmann <gerd@gnu.org>
6495
6496 * configure.in (HAVE_GIF): Use libungif instead of libgif
6497 because the former doesn't contain patented compression code.
6498
64991999-05-29 Richard M. Stallman <rms@gnu.org>
6500
6501 * configure.in: Delete the Kerberos stuff.
6502
65031999-05-27 Greg Hudson <ghudson@mit.edu>
6504
6505 * configure.in: Prefer kerberos 5 names.
6506
65071999-04-26 Richard M. Stallman <rms@gnu.org>
6508
6509 * configure.in: Check for libXp.
6510
65111999-04-08 Richard Stallman <rms@gnu.org>
6512
6513 * make-dist: Include change logs in subdirs of `lisp'.
6514
65151999-04-05 Richard Stallman <rms@gnu.org>
6516
6517 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
6518 (install-arch-indep): Make ${datadir}/emacs world-readable.
6519
65201999-03-30 Eli Zaretskii <eliz@gnu.org>
6521
6522 * config.bat: Use epaths.* instead of paths.*.
6523
65241999-03-07 Eli Zaretskii <eliz@gnu.org>
6525
6526 * INSTALL: Add detailed instructions to unpack and install
6527 intlfonts on MS-DOS.
6528
65291999-02-26 Richard Stallman <rms@gnu.org>
6530
6531 * configure.in: Use epaths.h and epaths-force instead of paths...
6532
6533 * Makefile.in (epaths-force): Renamed from paths-force;
6534 operate on epaths.in and produce epaths.h.
6535
65361999-02-24 Richard Stallman <rms@gnu.org>
6537
6538 * make-dist: Fix nt/icons directory handling.
6539
65401999-02-22 Simon Josefsson <jas@pdc.kth.se>
6541
6542 * configure.in (f301-fujitsu-uxpv4.1): New target.
6543
65441999-02-20 Richard Stallman <rms@gnu.org>
6545
6546 * make-dist (tempparent): Fix command to update info files.
6547
65481999-02-09 Richard Stallman <rms@gnu.org>
6549
6550 * configure.in (powerpc-apple-netbsd*): New alternative.
6551
65521999-01-25 Geoff Voelker <voelker@cs.washington.edu>
6553
6554 * make-dist: Include the new directory nt/icons in distributions.
6555
65561999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6557
6558 * configure.in: Change message about HAVE_XFREE386.
6559
65601999-01-07 Eli Zaretskii <eliz@gnu.org>
6561
6562 * config.bat: Support configuring with leim.
6563
65641998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
6565
6566 * configure.in (mips-sgi-irix6.5): New target.
6567
65681998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6569
6570 * configure.in: Remove GSS-API support, since it has been removed
6571 from movemail.
6572
65731998-12-04 Markus Rost <rost@delysid.gnu.org>
6574
6575 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6576
65771998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
6578
6579 * Makefile.in: Don't install customize info file.
6580 Run install-info on viper info file.
6581
65821998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
6583
6584 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6585
65861998-11-16 Kenichi Handa <handa@etl.go.jp>
6587
6588 * configure.in (*-*-bsdi4*): New target.
6589
65901998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
6591
6592 * configure.in: Fix previous change.
6593
65941998-11-11 Richard Stallman <rms@gnu.org>
6595
6596 * configure.in (aviion-intel): New machine.
6597
65981998-11-04 Kenichi Handa <handa@etl.go.jp>
6599
6600 * configure.in (mips-nec-sysv4*): New target.
6601
66021998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
6603
6604 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
6605 from lisp.
6606
66071998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
6608
6609 * make-dist: Don't include fns*.el in dist.
6610
66111998-10-30 Dave Love <fx@gnu.org>
6612
6613 * configure.in: Don't mkdir cpp.
6614
66151998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
6616
6617 * Makefile.in (install-arch-dep): Install src/fns-*.el in
6618 ${archlibdir}.
6619
66201998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6621
6622 * Version 20.3 released.
6623
66241998-07-30 Paul Eggert <eggert@twinsun.com>
6625
6626 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
6627 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
6628 (lwlib/Makefile, leim/Makefile):
6629 Prepend $(srcdir)/ to rule dependencies outside this dir.
6630
66311998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6632
6633 * configure.in: Use unset CDPATH instead of making it empty.
6634
66351998-06-20 Karl Heuer <kwzh@gnu.org>
6636
6637 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
6638
66391998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
6640
6641 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
6642 and default.el. Sort the results.
6643
66441998-05-31 Karl Heuer <kwzh@gnu.org>
6645
6646 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
6647 writable.
6648
66491998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
6650
6651 * Makefile.in (install-arch-indep):
6652 Don't alter site-lisp/subdirs.el if it exists.
6653
66541998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
6655
6656 * Makefile.in (install-arch-indep): Put `-' on commands to create
6657 subdirs.el in site-lisp dirs.
6658
66591998-05-07 Richard Stallman <rms@psilocin.gnu.org>
6660
6661 * Makefile.in (install-arch-indep): Fix typo in previous change.
6662
66631998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6664
6665 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
6666
66671998-04-28 Richard Stallman <rms@psilocin.gnu.org>
6668
6669 * Makefile.in (mkdir): Create the site-lisp dirs.
6670 (install-arch-indep): Make site-lisp/subdirs files world-readable.
6671
66721998-04-26 Richard Stallman <rms@psilocin.gnu.org>
6673
6674 * Makefile.in (INSTALL_INFO): New variable.
6675 (install-arch-indep): Don't replace the dir file if it already exists.
6676 Use the install-info program, via INSTALL_INFO, to add entries.
6677 Make the `info' subdir and the Info files world-readable.
6678
66791998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
6680
6681 * config.bat: Make sure the environment is large enough to support
6682 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
6683
66841998-04-10 Karl Heuer <kwzh@gnu.org>
6685
6686 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
6687
66881998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6689
6690 * configure.in: Add --with-gssapi to specify GSS-API
6691 authentication support for movemail.
6692
66931998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
6694
6695 * Makefile.in (install-arch-indep): Fix previous change.
6696
66971998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6698
6699 * Makefile.in (info): Run man in build dir, not srcdir.
6700
67011998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
6702
6703 * Makefile.in (install-arch-indep): Fix previous change.
6704
67051998-03-23 Kenichi Handa <handa@etl.go.jp>
6706
6707 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
6708
67091998-03-22 Richard Stallman <rms@gnu.org>
6710
6711 * Makefile.in (install-arch-indep): Put special subdirs.el files
6712 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
6713
67141998-03-21 Richard Stallman <rms@psilocin.gnu.org>
6715
6716 * make-dist: Fix shell syntax in check for missing .el or .elc files.
6717
67181998-03-09 Richard Stallman <rms@psilocin.gnu.org>
6719
6720 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
6721 (m68*-hp-hpux*): Handle versions 1X like 10.
6722
67231998-03-07 Richard Stallman <rms@psilocin.gnu.org>
6724
6725 * make-dist: PROBLEMS is now in etc, not top level dir.
6726
6727 * Makefile.in (SOURCES): Delete PROBLEMS.
6728
67291998-02-25 Richard Stallman <rms@gnu.org>
6730
6731 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
6732
6733 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
6734
67351998-01-17 Richard Stallman <rms@gnu.org>
6736
6737 * Makefile.in (install-arch-indep): Add semicolon before `else'.
6738
67391998-01-02 Richard Stallman <rms@psilocin.gnu.org>
6740
6741 * make-dist (tempparent): New option --no-check.
6742
6743 * make-dist: Don't do anything with cpp directory.
6744
67451997-12-20 Richard Stallman <rms@psilocin.gnu.org>
6746
6747 * configure.in (sparc-fujitsu-sysv4*): New target.
6748
67491997-12-17 Andreas Schwab <schwab@gnu.org>
6750
6751 * configure.in: Cache more tests. Add missing quotes around
6752 message with embedded comma.
6753
67541997-12-04 Karl Heuer <kwzh@gnu.org>
6755
6756 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
6757
67581997-11-26 Joel N. Weber II <devnull@gnu.org>
6759
6760 * make-dist: Changed the comment about `umask 0' to say `Don't
6761 restrict access to any files.'; previously it said `Don't protect
6762 any files', which may have implied that we think fascism is good.
6763
67641997-11-24 Paul Eggert <eggert@twinsun.com>
6765
6766 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
6767 strftime needs the underlying host's strftime for locale dependent
6768 formats.
6769
67701997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
6771
6772 * configure.in (i586-dg-dguxR4.*): New name in case branch.
6773
67741997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
6775
6776 * config.bat: Configure the man subdirectory.
6777
67781997-11-07 Paul Eggert <eggert@twinsun.com>
6779
6780 * configure.in (AC_CHECK_LIB): Add -lintl.
6781
67821997-11-07 Karl Heuer <kwzh@gnu.org>
6783
6784 * make-dist (check for .elc files): Avoid bash-specific syntax.
6785 (check for overflow 14-char limit): Simplify.
6786
67871997-11-07 Richard Stallman <rms@gnu.org>
6788
6789 * Makefile.in (install): Move blessmail last.
6790
67911997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6792
6793 * configure.in (gettimeofday, one arg or two):
6794 Clarify messages by avoiding double negative.
6795
67961997-09-30 Karl Eichwalder <ke@suse.de>
6797
6798 * Makefile.in (install-arch-indep): Install the widget info file.
6799
68001997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6801
6802 * configure.in (with-pop, with-kerberos): Need to check Kerberos
6803 libraries in reverse order, so that libraries will appear in the
6804 correct dependency order on the link line (and so that the
6805 configure checks themselves will work properly when early
6806 libraries depend on later ones).
6807
68081997-09-21 Erik Naggum <erik@naggum.no>
6809
6810 * make-dist (making links to `src'): Keep timestamp on copied files.
6811
6812 * make-delta: New script to produce delta distributions.
6813
68141997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6815
6816 * Version 20.2 released.
6817
68181997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6819
6820 * Version 20.1 released.
6821
6822 * Makefile.in (install-leim): Depend on mkdir.
6823 (leim): Depend on src.
6824
68251997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6826
6827 * configure.in: Recognize alpha* instead of just alpha.
6828
68291997-09-12 Paul Eggert <eggert@twinsun.com>
6830
6831 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
6832
68331997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6834
6835 * update-subdirs: Use rm -f.
6836
68371997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6838
6839 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
6840 Ignore subdirs named Old.
6841
68421997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
6843
6844 * configure.in: Add OpenBSD clause to set $machine.
6845
68461997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6847
6848 * make-dist: Recompile everything after updating various Lisp files.
6849 Recompile in leim as well as lisp.
6850 Check in leim as well as lisp for mismatched files and too-long names.
6851
68521997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6853
6854 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
6855
68561997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6857
6858 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
6859 before trying to copy anything from it.
6860
68611997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6862
6863 * Makefile.in (man/Makefile): New target.
6864 (tags): Define env var EMACS and run Makefile from build dir.
6865
68661997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
6867
6868 * config.bat: If src/_gdbinit doesn't exist, try using
6869 src/.gdbinit to create it (for building on Windows 95).
6870
68711997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6872
6873 * Makefile.in (install-arch-indep):
6874 Discard extra data in tar | tar pipes.
6875
68761997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
6877
6878 * configure.in (x_default_search_path): Corrected
6879 '${x_library}' to '${x_library}/X11'.
6880
68811997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6882
6883 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
6884
68851997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6886
6887 * configure.in: Support auto-configuration of both Kerberos V4 and
6888 Kerberos V5 for movemail, including detection of V4 and V5 header
6889 files and libraries.
6890
68911997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
6892
6893 * configure.in: Compute x_default_search_path
6894 and substitute into makefiles.
6895
6896 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
6897
68981997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6899
6900 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
6901
69021997-08-07 Erik Naggum <erik@naggum.no>
6903
6904 * configure.in: Remove lockdir, it is no longer needed.
6905 * Makefile.in (mkdir): Don't create lockdir.
6906 (lockdir): Variable deleted.
6907 (paths-force): Don't operate on PATH_LOCK.
6908
69091997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6910
6911 * leim-Makefile.in (clean, distclean): New targets.
6912
6913 * make-dist: Include leim/ChangeLog in leim distribution.
6914
69151997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6916
6917 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
6918
69191997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6920
6921 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
6922
69231997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6924
6925 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
6926
69271997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6928
6929 * make-dist: Update leim/leim-list.el.
6930 Pass along value of $EMACS when updating lisp dir.
6931
69321997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
6933
6934 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
6935 prerequisite to the use of Doug Lea's malloc.
6936
69371997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6938
6939 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
6940
6941 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
6942
69431997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6944
6945 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
6946
69471997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6948
6949 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
6950 to news-r6.h.
6951
69521997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
6953
6954 * config.bat: Use `sed' instead of `cp', which might not be
6955 installed.
6956
69571997-07-09 Kenichi Handa <handa@etl.go.jp>
6958
6959 * Makefile.in (mostlyclean): Add cleaning leim directory.
6960 (clean, distclean, maintainer-clean): Likewise.
6961
69621997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6963
6964 * make-dist (bogosities): Check subdirs of `lisp' also.
6965
69661997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6967
6968 * make-dist (etc): Really avoid symlinks now.
6969 (lisp): Don't delete from subdirs the things we never copy.
6970
69711997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6972
6973 * Makefile.in (install-arch-indep): Correct the target name.
6974 The first letter `i' was dropped by the previous change of mine.
6975
69761997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6977
6978 * configure.in (leim/Makefile): Generate this.
6979 (*-sysv4.2uw*): Recognize new alternative.
6980
6981 * leim-Makefile.in: Renamed from leim-Makefile.
6982
6983 * make-dist: Set up real-leim subdirectory,
6984 with the real contents of leim; then move it to
6985 a separate top-level directory.
6986
6987 * make-dist: Don't mention site-lisp, site-init, site-start
6988 or default, when listing files hat are not compiled and should be.
6989
6990 * configure.in: Create src/config.stamp at the end.
6991
69921997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6993
6994 * Makefile.in (install-leim): Correct previous change.
6995
69961997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
6997
6998 * Makefile.in (install-leim): New target.
6999 (install): Depend on install-leim.
7000
70011997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7002
7003 * Makefile.in (SUBDIR): Add leim.
7004 (SUBDIR_MAKEFILES): Add leim/Makefile.
7005 (leim/Makefile): New target.
7006
70071997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7008
7009 * leim-Makefile: New file.
7010 * make-dist: Initialize a `leim' subdirectory with that makefile.
7011
70121997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7013
7014 * configure.in (GNU_MALLOC_reason): Fix message text.
7015
70161997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7017
7018 * make-dist (lisp): Don't process subdirs that start with =.
7019 (etc): Copy symlinks, as in src.
7020
70211997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7022
7023 * configure.in (i*86-*-unixware*): New alternative.
7024
70251997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7026
7027 * Makefile.in (src/config.stamp): Target renamed from src/config.h
7028 and touch it explicitly.
7029
7030 * configure.in (mips-sony-newsos6*): New alternative.
7031 (mips-*-linux-gnu*): New alternative.
7032 (*-*-bsdi*): New alternative.
7033 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
7034
70351997-06-22 Dave Love <d.love@dl.ac.uk>
7036
7037 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
7038 (src/config.h): New target to re-configure if src/config.in is patched.
7039
70401997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7041
7042 * configure.in (shutdown): Check for `shutdown' function.
7043
70441997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7045
7046 * update-subdirs: Include the directory "language" in subdirs.
7047
70481997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7049
7050 * configure.in (m88k-dg-dgux4*): New alternative.
7051 (alpha-*-netbsd*): New alternative.
7052 (powerpcle-*-solaris2*): New alternative.
7053
70541997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7055
7056 * make-dist: Warn about .el files that are not compiled.
7057
70581997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7059
7060 * Makefile.in (dist): Don't run update-subdirs here,
7061 since make-dist now gets that done.
7062
7063 * make-dist: Use the new `updates' target in lisp/Makefile.
7064
7065 * make-dist: Use new non-file targets in lisp/Makefile.
7066
70671997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7068
7069 * make-dist: Handle all subdirs of `lisp' uniformly.
7070 Don't handle `term' and `language' specially.
7071 Clear out umask at the beginning.
7072
70731997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7074
7075 * make-dist: Use Make to update finder-inf.el and autoloads.
7076 Also update cus-load.el.
7077
70781997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7079
7080 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
7081 in case it is desirable to disable the GNU malloc features with glibc.
7082
70831997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7084
7085 * configure.in (DOUG_LEA_MALLOC):
7086 Define if malloc_{get,set}_state exist.
7087
70881997-03-05 Kenichi Handa <handa@etl.go.jp>
7089
7090 * make-dist: Make links for files under lisp/language.
7091
70921997-02-20 Kenichi Handa <handa@etl.go.jp>
7093
7094 * update-subdirs: Exclude the directory "language" from subdirs.
7095
70961997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
7097
7098 * configure.in: Check for rint and cbrt.
7099
71001997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7101
7102 * make-dist: Use $EMACS to say where to run Emacs.
7103 Add --no-update option.
7104
71051996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7106
7107 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
7108
71091996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7110
7111 * make-dist (copying src): Check thoroughly for symlinks
7112 and copy them in all cases. Regularize the linking of *.in
7113 and *.opt and ChangeLog files.
7114 (copying lib-src): Likewise.
7115 Don't rm getdate.c or y.tab.*--they don't exist any more.
7116
71171996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
7118
7119 * configure.in: Check for libmail, maillock.h and
7120 touchlock (for movemail).
7121
71221996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7123
7124 * configure.in (limits.h): Check for this file.
7125
71261996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7127
7128 * configure.in (rs6000-ibm-aix4.2): New alternative.
7129 (rs6000-ibm-aix4.0): New alternative.
7130 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
7131
71321996-11-22 Ben Harris <bjh21@cam.ac.uk>
7133
7134 * configure.in: Recognize vax-*-netbsd*.
7135
71361996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7137
7138 * configure.in (locallisppath): Add leim directory.
7139
71401996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7141
7142 * config.bat: Make sure `mv' supports forward slashes and -f.
7143
71441996-10-28 Christian Limpach <chris@nice.ch>
7145
7146 * configure.in (hppa*-next-nextstep*): * added after hppa
7147 to accept hppa1.0 and hppa1.1.
7148
71491996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
7150
7151 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
7152 * configure.in (ld_switch_machine): Fix typo.
7153
71541996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7155
7156 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
7157 from config.h and use them in $ac_link.
7158
71591996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
7160
7161 * configure.in: Create a subdir named `lisp'.
7162
71631996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7164
7165 * configure.in: Check for getcwd.
7166
71671996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7168
7169 * configure.in: Check for termios.h. Check for setpgid.
7170
71711996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7172
7173 * configure.in: Check for setrlimit.
7174
71751996-08-31 Paul Eggert <eggert@twinsun.com>
7176
7177 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
7178
71791996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7180
7181 * configure.in: Check for utimes.
7182
7183 * configure.in: Check for com_err library, but only
7184 if --with-kerberos was used. Check for krb and des
7185 only if --with-kerberos.
7186
71871996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7188
7189 * Makefile.in (INSTALL_STRIP): New variable.
7190 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
7191 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
7192
71931996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7194
7195 * configure.in: Check for krb and des libraries.
7196
71971996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7198
7199 * configure.in (*-sunos4.1.[3-9]*noshare):
7200 Use sunos413, not sunos4-1-3.
7201 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
7202 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
7203
72041996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7205
7206 * Makefile.in (src/paths.h): Target deleted.
7207 (paths-force): Delete all dependencies on this target
7208 but don't delete the target.
7209 (install): Depend on `all'.
7210 (paths-force): Don't print a message.
7211
7212 * configure.in: Generate src/paths.h here.
7213
72141996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7215
7216 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
7217 New variables that affect linking only.
7218 (alpha-dec-osf*): Use those instead of previous change.
7219
72201996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7221
7222 * Makefile.in (install-arch-indep): Install info/messages.
7223
72241996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7225
7226 * Version 19.33 released.
7227
72281996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
7229
7230 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7231 Fix previous change.
7232
72331996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7234
7235 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7236 New alternative.
7237
72381996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7239
7240 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
7241 and NON_GCC_TEST_OPTIONS.
7242
72431996-08-06 Paul Eggert <eggert@twinsun.com>
7244
7245 * configure.in (LOCALTIME_CACHE): Don't put a string literal
7246 "TZ=..." in environ.
7247
72481996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7249
7250 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
7251
72521996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7253
7254 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
7255 the more general *-sunos4.1.[3-9]* clause.
7256
72571996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7258
7259 * Version 19.32 released.
7260
7261 * configure.in (*-sco3.2v5*):
7262 Set OVERRIDE_CPPFLAG to a string of one space.
7263 Fix the code that uses OVERRIDE_CPPFLAG.
7264
72651996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
7266
7267 * configure.in: Undo previous change.
7268
72691996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7270
7271 * config.sub: Use `pc', not `unknown', when canonicalizing
7272 the vendor for ...86.
7273
72741996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
7275
7276 * configure.in: Check for termios.h header.
7277
72781996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
7279
7280 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
7281
72821996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
7283
7284 * configure.in: Split bsdos2 and bsdos2-1.
7285
72861996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7287
7288 * config.sub: If last two words are not a recognized
7289 KERNEL-OS pair, use just the last word as OS, as in 19.31.
7290 Make conversion of gnu/linux to linux-gnu really work.
7291
7292 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
7293
72941996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7295
7296 * configure.in (check for using Lucid widgets by default):
7297 Eliminate indentation that confuses some compilers.
7298
72991996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7300
7301 * config.sub: Convert linux and gnu/linux to linux-gnu.
7302
7303 * make-dist: Don't update getdate.c.
7304 Ignore =... files when checking for too-long Lisp file names.
7305
73061996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7307
7308 * configure.in (euidaccess): Check for that, not for eaccess.
7309
73101996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7311
7312 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
7313 before `noshare'.
7314 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
7315
73161996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7317
7318 * configure.in: Rename lignux to linux-gnu in configuration names.
7319 Use gnu-linux as the opsys value (s/ file name).
7320 Allow i686 just like i386, i486, i586.
7321
73221996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7323
7324 * configure.in (i*86-*-sco3.2v5): New alternative.
7325 (OVERRIDE_CPPFLAG): New variable.
7326 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
7327
7328 * configure.in: Specify vpath for .texi files.
7329
73301996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7331
7332 * configure.in: Always check for HAVE_X11R5.
7333 Separately decide whether to use a toolkit by default.
7334
73351996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
7336
7337 * configure.in: If X11R5 is missing the Xaw headers,
7338 default to --with-x-toolkit=no.
7339
73401996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7341
7342 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
7343
73441996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7345
7346 * Makefile.in (install-arch-indep): If cd etc makes output,
7347 don't treat that as part of the tar data.
7348 Check that ./lisp actually exists.
7349
73501996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
7351
7352 * make-dist: Check for long file names.
7353
73541996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7355
7356 * Version 19.31 released.
7357
73581996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7359
7360 * configure.in: Recognize sparc-*-lignux.
7361
73621996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7363
7364 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
7365 Don't include config.w95.
7366
73671996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7368
7369 * make-dist: Replace --no-clean-up and --no-tar options
7370 with --clean-up and --tar, so that the default is useful.
7371
73721996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
7373
7374 * config.bat: Make sure the GDB init file is called src/_gdbinit;
7375 if not, tell the user to rename it and abort.
7376
73771996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
7378
7379 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
7380 test program.
7381
73821996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7383
7384 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
7385
7386 * make-dist (MANIFEST): Fix previous change.
7387 (msdos): Put mainmake.v2 into the dist.
7388
73891996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7390
7391 * make-dist: Exit if autoconf fails.
7392
73931996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
7394
7395 * config.bat: Set djgpp-ver, and unset it at the end.
7396 Add a number of conditionals for DJGPP version 2.
7397 Rename label libsrc2 to libsrc3.
7398 Substitute for LDFLAGS in src/Makefile.
7399 Substitute for ALL_CFLAGS in lib-src/Makefile.
7400
74011996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7402
7403 * configure.in (ncurses): Check this after checking fns like strerror.
7404
74051996-04-08 Erik Naggum <erik@naggum.no>
7406
7407 * make-dist (MANIFEST): Don't include lines from =files.
7408
74091996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7410
7411 * make-dist: Don't put lisp/dired.todo in the dist.
7412
74131996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
7414
7415 * configure.in (HAVE_NCURSES): Look for library named ncurses.
7416
7417 * configure.in (setlocale): Check for it.
7418
7419 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
7420
74211996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7422
7423 * configure.in: Use lignux instead of linux as value of opsys.
7424
74251996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7426
7427 * Makefile.in (install-strip): Fix whitespace.
7428 Get rid of continuation.
7429
7430 * config.sub: Convert linux or gnu/linux to lignux.
7431
74321996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7433
7434 * configure.in: Accept lignux in configuration name.
7435
74361996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7437
7438 * Makefile.in (install-strip): New target.
7439
74401996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7441
7442 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
7443 -f failed to do the job on Suns.
7444
74451996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7446
7447 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
7448
7449 * configure.in (linux/version.h): Check for this header.
7450
74511996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7452
7453 * configure.in: Remove -fno-builtin hackery from -lm check.
7454
74551996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7456
7457 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
7458 just this test.
7459
7460 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
7461
74621996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7463
7464 * configure.in: Check for ncurses.
7465
74661996-02-28 Paul Eggert <eggert@twinsun.com>
7467
7468 * configure.in (LOCALTIME_CACHE):
7469 Also define if localtime mishandles unsetting TZ.
7470 This works around a localtime bug in mips-dec-ultrix.
7471
74721996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7473
7474 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
7475
7476 * configure.in: Improve messages about X versions.
7477
74781996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7479
7480 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
7481
74821996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7483
7484 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
7485 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
7486
7487 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
7488 (install): Put install-arch-indep before install-arch-dep.
7489
74901996-02-20 Dave Love <d.love@dl.ac.uk>
7491
7492 * INSTALL: Clarify info about MS-DOS path handling.
7493
74941996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7495
7496 * Makefile.in (install-arch-indep): Install info/ccmode*.
7497 In previous change, protect against /bin/pwd returning null string.
7498
74991996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7500
7501 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
7502 to lispdir.
7503
75041996-02-01 Paul Eggert <eggert@twinsun.com>
7505
7506 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
7507
75081996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7509
7510 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
7511
75121996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7513
7514 * Makefile.in (extraclean): Use ${top_distclean} to ensure
7515 we delete everything distclean deletes.
7516
75171996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
7518
7519 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
7520
75211996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7522
7523 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
7524 into LDFLAGS instead of into LIBS.
7525
75261996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7527
7528 * configure.in (HAVE_XMU): Fix typo in previous change.
7529
75301996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7531
7532 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
7533
75341996-01-10 Erik Naggum <erik@naggum.no>
7535
7536 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
7537
75381996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
7539
7540 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
7541
75421996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7543
7544 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
7545 and use -lXt to link it.
7546
75471996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7548
7549 * configure.in (locallisppath): Put version-specific dir first.
7550
75511996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7552
7553 * configure.in (hppa-*-nextstep*): New alternative.
7554 (USE_X_TOOLKIT): By default, set this to "maybe";
7555 and change that later to LUCID or "no" according to X11 version.
7556
7557 * make-dist: Recompile outdated .elc files and update all autoloads.
7558
75591996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7560
7561 * configure.in (locallisppath): Fix typo in last change: " -> '.
7562
75631996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7564
7565 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
7566
75671995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7568
7569 * Makefile.in (install-arch-indep): Give all files read permission.
7570
75711995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7572
7573 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
7574 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
7575
75761995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7577
7578 * configure.in: Determine HAVE_X11R6.
7579 (HAVE_MENUS): Renamed from HAVE_X_MENU.
7580
75811995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7582
7583 * configure.in: Just "solaris" now defaults to version 2.4.
7584 Add sunos4.1.n-noshare as alternative.
7585
75861995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7587
7588 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
7589
75901995-11-29 Erik Naggum <erik@naggum.no>
7591
7592 * Makefile.in (install-arch-indep): Add missing backslash.
7593
75941995-11-29 Karl Eichwalder <ke@ke.Central.DE>
7595
7596 * Makefile.in (install-arch-indep): Don't install
7597 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
7598
75991995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7600
7601 * Makefile.in (install-arch-indep): Fix previous change.
7602
7603 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
7604
76051995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7606
7607 * Version 19.30 released.
7608
7609 * make-dist (lisp): Exclude subdirs.el.
7610
76111995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7612
7613 * make-dist (etc): Delete *.orig and *.rej.
7614
76151995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7616
7617 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
7618
76191995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7620
7621 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
7622
76231995-11-14 Geoff Voelker <voelker@cs.washington.edu>
7624
7625 * make-dist (nt): Rename install, readme, and todo to
7626 INSTALL, README, and TODO.
7627
76281995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7629
7630 * make-dist (lisp): Don't distribute site-start.
7631
76321995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
7633
7634 * make-dist: Break the hard link on alloca.c.
7635
76361995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7637
7638 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
7639
76401995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7641
7642 * make-dist (src, lib-src): Don't distribute Makefile.c.
7643 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
7644
76451995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7646
7647 * Makefile.in (mkdir): Create man1dir, not mandir.
7648 (uninstall): Use man1dir, not mandir.
7649
76501995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7651
7652 * Makefile.in (man1dir): New variable.
7653 (install-arch-indep): Use man1dir.
7654
7655 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
7656
7657 * make-dist: Create lisp/MANIFEST.
7658
76591995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7660
7661 * configure.in (m68k-*-linux*): New alternative.
7662
76631995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7664
7665 * make-dist: Use new names config.in, paths.in, and
7666 {src,lib-src}/Makefile.in.
7667
76681995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7669
7670 * configure.in: Don't bother checking for drem.
7671
76721995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7673
7674 * Makefile.in (distclean): Delete line with just a tab in it.
7675 (install-arch-indep): Delete spaces that precede tabs.
7676 Delete spurious `fi' left from previous change.
7677 (install): Supply `true' as command, to avoid null command.
7678
76791995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7680
7681 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
7682
76831995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7684
7685 * configure.in (powerpc-*-solaris2): New alternative.x
7686
76871995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
7688
7689 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
7690 of paths.h.tmp$$, to avoid going beyond 14 characters.
7691
76921995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7693
7694 * configure.in: Improve error msg for invalid --with-x-toolkit value.
7695
76961995-09-06 Paul Eggert <eggert@twinsun.com>
7697
7698 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
7699 if localtime caches TZ. Check for tzset.
7700
77011995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7702
7703 * config.bat: Simplify using new names file names src/makefile.in,
7704 config.in, paths.in. Change Echo commands not to use `.
7705
77061995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7707
7708 * Makefile.in (install-arch-indep): Always install the new dir file;
7709 rename the previous dir file to dir.bak or dir.old.
7710
77111995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7712
7713 * configure.in (RANLIB): Substitute this into makefiles.
7714 Set it specially on solaris; set it by default on other systems.
7715
7716 * configure.in: Fix previous Alpha change.
7717
77181995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7719
7720 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
7721 NON_GCC_TEST_OPTIONS.
7722
77231995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7724
7725 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
7726 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
7727
7728 * configure.in (alpha-*-linux*): New configuration.
7729
77301995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7731
7732 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
7733 (m68k-next-nextstep*): New alias for that.
7734 (i*86-*-nextstep*): Use nextstep.h.
7735 (sparc-*-nextstep*): New configuration.
7736
77371995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7738
7739 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
7740 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
7741
77421995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7743
7744 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
7745 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
7746
77471995-07-18 Mike Long <mike.long@analog.com>
7748
7749 * make-dist: Fix update of finder-inf.el, and byte-compile it.
7750
77511995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7752
7753 * Makefile.in (src/paths.h, paths-force):
7754 Rename src/paths.h.in to src/paths.in.
7755 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
7756
7757 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
7758 Use Makefile.c for intermediate file.
7759 Rename src/config.h.in to src/config.in.
7760
77611995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
7762
7763 * configure.in (mips-dec-ultrix*): Assume version 4.3.
7764 (mips-dec-ultrix4.[12]): New alternative for old versions.
7765
77661995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7767
7768 * make-dist: Don't break intra-tree links.
7769
77701995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7771
7772 * configure.in: Put back archlibdir initialization. Require
7773 autoconf 2.4.1 or later.
7774
77751995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7776
7777 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
7778 (mips-mips-riscos5*): New alternative.
7779
77801995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7781
7782 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
7783
77841995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7785
7786 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
7787 (mandir, infodir, archlibdir): Initializations deleted.
7788
7789 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
7790 On hpux9shr, use hpux9shxr4.h.
7791
77921995-06-24 Morten Welinder <terra+@cs.cmu.edu>
7793
7794 * configure.in: Added target mips-dec-mach_bsd4.3.
7795 * config.guess: Guess mips-dec-mach_bsd4.3.
7796
77971995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7798
7799 * Makefile.in (mkdir): Use symbolic chmod.
7800
78011995-06-22 Paul Eggert <eggert@twinsun.com>
7802
7803 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
7804 SunOS 4.1.5 through 4.1.9, should they ever exist.)
7805
78061995-06-22 Paul Eggert <eggert@twinsun.com>
7807
7808 * Makefile.in (SUBDIR_MAKEFILES):
7809 Add man/Makefile, so `make distclean' removes it.
7810 (top_distclean): Add config.log to the list of files to be removed.
7811
78121995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7813
7814 * Version 19.29 released.
7815
78161995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7817
7818 * configure.in: Fix the previous change to verify that the -b
7819 option really solves the problem.
7820
7821 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
7822
78231995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7824
7825 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
7826
78271995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7828
7829 * configure.in: Report more clearly when there is no special
7830 dir to search for X includes or libraries.
7831
78321995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7833
7834 * configure.in: Check for -lpthreads, not -lpthread.
7835
78361995-06-09 Geoff Voelker <voelker@cs.washington.edu>
7837
7838 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
7839
78401995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7841
7842 * configure.in: Check for -lpthread.
7843
78441995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7845
7846 * Makefile.in (install-arch-indep): Install info files for mh-e.
7847 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
7848
78491995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7850
7851 * configure.in (*-solaris2.5): New configuration.
7852
7853 * make-dist: Copy new files config.nt and config.w95.
7854
78551995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7856
7857 * configure.in: Use x_includes, not x_libraries, for -I.
7858 Make bitmapdir a colon-separated list.
7859
78601995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
7861
7862 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
7863
7864 * configure.in: Allow x_libraries and x_includes to be paths.
7865
78661995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7867
7868 * configure.in: Fix typo.
7869
78701995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7871
7872 * INSTALL: Clarify use of site-init.el.
7873
78741995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
7875
7876 * configure.in: Pass arg to sqrt.
7877
78781995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7879
7880 * make-dist: Fix May 6 change.
7881
78821995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7883
7884 * vpath.sed: Delete reference to ymakefile.
7885
78861995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7887
7888 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
7889
78901995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7891
7892 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
7893
7894 * update-subdirs: Specify /bin/sh to run the script.
7895
78961995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7897
7898 * make-dist: Put src/makefile.nt in dist.
7899
7900 * configure.in (i[345]86-*-bsdi2*): New configuration.
7901 (vax-dec-bsd386*): Deleted.
7902
79031995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7904
7905 * configure.in: Make sure CDPATH doesn't mess up PWD check.
7906 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
7907 Use fmod instead of logb in -lm check.
7908
79091995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7910
7911 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
7912 Use bsd4-3. Don't set NON_GNU_CPP.
7913
7914 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
7915 In nt, copy various different things, but not *.cmd.
7916 Fix the ln commands for the subdirs of nt.
7917
79181995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7919
7920 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
7921
79221995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7923
7924 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
7925 since that's what the header file expects.
7926
79271995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
7928
7929 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
7930 and 68040 based machines when choosing options for gnucc.
7931
79321995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7933
7934 * Makefile.in (top_distclean): Delete config.cache.
7935
79361995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7937
7938 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
7939
7940 * configure.in: Use m/ncr386.h.
7941
79421995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7943
7944 * Makefile.in (install-arch-indep): Undo Sep 23 change.
7945
79461995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7947
7948 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
7949 (man): Don't copy texindex.c and getopt.c; they're deleted.
7950 (etc): Omit `e'; it's a subdirectory.
7951 (etc/e): Use `../..', not `..', to reference top level.
7952
79531995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
7954
7955 * Makefile.in (install-arch-indep, dist):
7956 Look for `update-subdir' in $(srcdir).
7957
79581995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7959
7960 * make-dist: Include mkinstalldirs in distribution.
7961
79621995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7963
7964 * make-dist: Add missing close backquote.
7965
79661995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7967
7968 * make-dist: Don't distribute shortnames directory.
7969
79701995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7971
7972 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
7973
79741995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7975
7976 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
7977
79781995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7979
7980 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
7981
79821995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7983
7984 * configure.in (mips-sgi-irix6): New configuration.
7985
79861995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
7987
7988 * Makefile.in (maintainer-clean): Renamed from realclean.
7989
79901995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7991
7992 * configure.in: Create a .gdbinit that sources the real one,
7993 if using a different build directory.
7994
79951995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7996
7997 * configure.in: Check for sys/select.h.
7998
79991995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8000
8001 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
8002
80031994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8004
8005 * configure.in: Handle isc 4.1 operating system.
8006
80071994-12-10 Richard Stallman <rms@kepa>
8008
8009 * configure.in (rs6000-ibm-aix4.1*): New alternative.
8010 (rs6000-ibm-aix4*): New alternative.
8011
80121994-12-06 Richard Stallman <rms@kepa>
8013
8014 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
8015
80161994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8017
8018 * configure.in: Don't try to make directories that are guaranteed
8019 to already exist.
8020
80211994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8022
8023 * configure.in: Generate man/Makefile from man/Makefile.in.
8024 Create the man subdir.
8025
8026 * Makefile.in (dvi): Run Make in our man subdir.
8027
8028 * make-dist: Create subdir etc/e.
8029 Make links to it.
8030 Put man/Makefile.in in dist, instead of man/Makefile.
8031
80321994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
8033
8034 * configure.in: Add --with-pop, --with-kerberos, and
8035 --with-hesiod for movemail.
8036
80371994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8038
8039 * configure.in (m68*-apollo*): Use s/domain.h.
8040
80411994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8042
8043 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
8044
80451994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8046
8047 * configure.in: Don't add -I, -L, -R options for cc if their
8048 arguments would be empty.
8049
80501994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8051
8052 * configure.in (i860-intel-osf1*): New alternative.
8053 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
8054 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
8055
80561994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8057
8058 * configure.in: Make h_errno check not use nested functions.
8059
80601994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8061
8062 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
8063
80641994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8065
8066 * Makefile.in (install-arch-indep): Avoid continued comment
8067 swallowing target line.
8068
80691994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
8070
8071 * configure.in: Protect a character class with `changequote'.
8072
80731994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8074
8075 * configure.in: Accept `news' as a synonym for `newsos'.
8076
80771994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8078
8079 * Makefile.in: Don't rm files if cd fails.
8080
80811994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8082
8083 * make-dist: Put nt subdir and its subdirs in the dist.
8084 (lib-src): Put makefile.nt in the dist.
8085 (lisp): Put makefile.nt in the dist.
8086
80871994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8088
8089 * configure.in: Change a stray `[' to `test'.
8090
80911994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8092
8093 * configure.in: Adapt for Autoconf v2. Use the standard argument
8094 parser, host type canonicalizer, X11 finder, and message
8095 printing macros. Use the new macro names. Use `test' instead of `['.
8096
80971994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8098
8099 * configure.in: Check for getpagesize.
8100
81011994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8102
8103 * make-dist (msdos): Put sed* in the distribution.
8104
81051994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
8106
8107 * config.bat: New option, `--with-x', for configuring Emacs
8108 for use with the X11 system DesqView/X.
8109 New option, `--no-debug', for compiling Emacs without debug
8110 information thus saving disk space.
8111 (src/config.h, src/paths.h): Use `update' (which is like
8112 `move-if-changed') to change the file.
8113 (src/config.h): When configuring for X11 perform extra changes.
8114 (src/makefile): When configuring for X11 perform extra changes.
8115 (lib-src): Remove temporary files.
8116 (): Check that `sed', `rm', `mv', and `gcc' are available.
8117
81181994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8119
8120 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
8121
8122 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
8123
81241994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8125
8126 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
8127
8128 * configure.in (canonical): Substitute var into makefiles.
8129 (bitmapdir): Likewise.
8130
8131 * Makefile.in (bitmapdir): New variable.
8132 (src/paths.h, paths-force): Edit PATH_BITMAPS.
8133
81341994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8135
8136 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
8137
8138 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
8139 * update-subdirs: New shell script.
8140
81411994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8142
8143 * Makefile.in (top_distclean): Don't rm build-install.
8144 (SOURCES): Delete build-install.in.
8145
8146 * make-dist: Don't distribute build-ins.in.
8147 * build-ins.in: File deleted.
8148
81491994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
8150
8151 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
8152
81531994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8154
8155 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
8156
8157 * configure.in (libexecdir): Renamed from libdir. New default.
8158 (sharedstatedir): Renamed from statedir. New default.
8159 (datadir): New default.
8160
8161 * make-dist: Don't distribute subdirs.el.
8162
81631994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8164
8165 * configure.in (eaccess): Check for it.
8166
81671994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8168
8169 * configure.in (mktime): Check for it.
8170
81711994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
8172
8173 * configure.in (motif): Add support for usage and option checking.
8174
81751994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8176
8177 * configure.in (utimes): Check for it.
8178
81791994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8180
8181 * Makefile.in (install-arch-indep): Don't do mkdir here.
8182
81831994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8184
8185 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8186 riscix.h renamed to acorn.h.
8187
81881994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
8189
8190 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8191 New configurations.
8192
81931994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8194
8195 * configure.in: Remove trailing slashes from srcdir.
8196
81971994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8198
8199 * configure.in (i[345]86-sequent-ptx*): Handle
8200
82011994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8202
8203 * Makefile.in (paths-force): Depend on src/paths.h
8204
82051994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8206
8207 * configure.in (config_options): Save all arguments, not just some.
8208
82091994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8210
8211 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
8212
8213 * configure.in: Add AC_AIX.
8214 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
8215
82161994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8217
8218 * configure.in (parsing options): Simplify sed command to delete -'s.
8219
82201994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
8221
8222 * configure.in (config_options): New shell variable.
8223 Pass its value to C code in EMACS_CONFIG_OPTIONS.
8224
82251994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8226
8227 * configure.in (alpha-dec-osf*): New target.
8228
8229 * Makefile.in: Use just one FRC target.
8230
82311994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8232
8233 * Makefile.in (removenullpaths, paths-force):
8234 Use name paths.h.tmp$$, which depends on the pid.
8235
82361994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8237
8238 * Makefile.in (removenullpaths, paths-force):
8239 Put paths.h.tmp in top-level dir, not in src.
8240
82411994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8242
8243 * Version 19.27 released.
8244
82451994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8246
8247 * Version 19.26 released.
8248
82491994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8250
8251 * configure.in: Check for lrand48, not rand48.
8252
82531994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8254
8255 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
8256 (powerpc-ibm-aix*): New aliases.
8257
82581994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8259
8260 * make-dist (src/m, src/s): Put *.inp in distribution.
8261
82621994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8263
8264 * configure.in: Accept i586 and i486 along with i386.
8265
82661994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8267
8268 * configure.in: Do compute unexec, LIBX, system_malloc, etc
8269 even if CPP env var was set by the user.
8270
8271 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
8272
82731994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
8274
8275 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
8276
82771994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8278
8279 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
8280
82811994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8282
8283 * configure.in: Check more specifically for i*86-sun-sunos.
8284
82851994-08-03 Caveh Jalali (caveh@eng.sun.com)
8286
8287 * configure.in: Handle solaris 2.4.
8288
82891994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8290
8291 * configure.in (rand48): Check for it.
8292
82931994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8294
8295 * make-dist: Update the info files.
8296
82971994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8298
8299 * configure.in: Make "checking..." messages' style consistent.
8300 (HAVE_H_ERRNO): New test.
8301
83021994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8303
8304 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
8305
83061994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8307
8308 * configure.in (CFLAGS): If the envvar was specified, use that.
8309 And set REAL_CFLAGS from it too.
8310
83111994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8312
8313 * make-dist: Update finder-inf.el.
8314
83151994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8316
8317 * make-dist (msdos): Include sed4.inp in dist.
8318
8319 * Makefile.in (libsrc_libs): Var deleted.
8320
83211994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8322
8323 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
8324
83251994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8326
8327 * configure.in (mips-sony-newsos4*): New alias.
8328
83291994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8330
8331 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
8332 (*-convex-convexos*): Accept this as alias.
8333
83341994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8335
8336 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
8337 for two different uses.
8338
83391994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8340
8341 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
8342
83431994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8344
8345 * make-dist: Put ./BUGS into the distrib.
8346
83471994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8348
8349 * configure.in: Handle 386 running Solaris 2.
8350
83511994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8352
8353 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
8354
83551994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8356
8357 * configure.in (mips-sony-newsos*): Use news-risc.h.
8358
8359 * configure.in: Accept bsdi as opsys, like bsd386.
8360
83611994-06-01 Morten Welinder (terra@diku.dk)
8362
8363 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
8364
83651994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8366
8367 * Version 19.25 released.
8368
8369 * make-dist (shortversion): Don't assume another period follows.
8370
83711994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8372
8373 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
8374 (uninstall): Use /bin/pwd.
8375
8376 * Makefile.in (blessmail): Depend on src.
8377 (all): Don't depend on blessmail.
8378
8379 * Makefile.in (src/paths.h): Don't force recomputation.
8380 (paths-force): New target; force recomputation of paths.h.
8381 (all): Depend on paths-force.
8382 (src, lib-src): Depend on src/paths.h.
8383
8384 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
8385 NON_GCC_TEST_OPTIONS.
8386
83871994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8388
8389 * configure.in: Don't insist on subversions for irix.
8390
83911994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8392
8393 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
8394
8395 * configure.in (i[34]86-next-*): New alternative.
8396
83971994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8398
8399 * Version 19.24 released.
8400
8401 * configure.in: New config hppa*-hp-hpux9shr*.
8402
84031994-05-22 Morten Welinder (terra@tyr.diku.dk)
8404
8405 * config.bat: Doc fix.
8406
84071994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8408
8409 * Makefile.in (mostlyclean, clean, distclean, realclean)
8410 (extraclean): Don't act on man subdir if it doesn't exist.
8411
84121994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8413
8414 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
8415 Use them to set up CC.
8416 (*-sun-sunos4.1.3): Set them.
8417
84181994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8419
8420 * Makefile.in (lib-src): Don't depend on src/paths.h.
8421
84221994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8423
8424 * build-ins.in (copydests): Get rid of spurious `-'s.
8425
8426 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
8427
84281994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8429
8430 * Version 19.23 released.
8431
8432 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
8433 for the Xlib and Xt checks; then restore old CFLAGS.
8434
84351994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8436
8437 * configure.in (HAVE_X11XTR6): Add newline before #if.
8438 Add newline after #endif.
8439
84401994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8441
8442 * configure.in (HAVE_X11XTR6): Arrange to define it.
8443
84441994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8445
8446 * Makefile.in (install): Depend on blessmail.
8447
84481994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8449
8450 * configure.in (mips-siemens-sysv*): Put quotes around value
8451 containing blanks.
8452
84531994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8454
8455 * Makefile.in (TAGS): Use the makefile in src subdir.
8456
84571994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8458
8459 * configure.in (opsys): Recognize `gnu'.
8460
84611994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8462
8463 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
8464
84651994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8466
8467 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
8468 version > 1.8.
8469
84701994-05-08 Morten Welinder (terra@diku.dk)
8471
8472 * config.bat: Forcibly remove "# " style comments from makefiles.
8473
84741994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8475
8476 * Makefile.in (uninstall): When processing lispdir and etcdir,
8477 do nothing unless it exists and is a directory.
8478
84791994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8480
8481 * Makefile.in (install-arch-indep): Do install info/dired-x*.
8482 Merge code in from install-doc.
8483 (install-doc): Merge code back into install-arch-indep.
8484 (install-arch-dep): Don't depend on install-doc.
8485
8486 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
8487
84881994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8489
8490 * configure.in (making src/Makefile and lib-src/Makefile):
8491 Split off the autoconf substitutions and don't pass them thru cpp.
8492 (undefs): Use $canonical as well as $configuration.
8493
8494 * make-dist: Distribute lisp/Makefile.
8495
8496 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
8497 Use lower case names for the s files.
8498
84991994-05-03 Morten Welinder (terra@diku.dk)
8500
8501 * config.bat: Added possibility for different file name
8502 transcriptions in lib-src.
8503
85041994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8505
8506 * Makefile.in (lib-src): Undo previous change.
8507 (blessmail): New target to run maybe-blessmail in lib-src.
8508 (all): Depend on blessmail.
8509
8510 * Makefile.in (lib-src): Depend on src.
8511
85121994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
8513
8514 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
8515 (m88k-dg-dgux5.4R2): dgux5.4R2.
8516
85171994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8518
8519 * configure.in (window_system): Restore accidentally deleted code
8520 that uses AC_FIND_X.
8521
8522 * make-dist: Distribute config.bat.
8523
85241994-04-29 Morten Welinder (terra@diku.dk)
8525
8526 * config.bat: Corrected the configuration of lib-src
8527 to keep up with configure. Add note about dos version 3
8528 or better needed (djgpp needs that). Add note explaining
8529 that either install in c:/emacs or edit the script.
8530 Don't change to c:/emacs, but assume we're there (to minimize
8531 the number of places to change).
8532
8533 * config.bat: Build-in the first step towards X11 support with
8534 the X11 emulator that exists. At this time it won't work,
8535 and several files are missing.
8536
85371994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8538
8539 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
8540 Don't look for -lresolv.
8541
8542 * Makefile.in (lib-src): Depend on src/paths.h.
8543
85441994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8545
8546 * configure.in: Restore deleted AC_SUBST of `configuration'.
8547 Improve error message for bad --with-x-toolkit value.
8548
8549 * configure.in: Define CONFIGURATION in src/config.h
8550 rather than substituting in src/Makefile.in.
8551
85521994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8553
8554 * Makefile.in (install-doc): New target.
8555 (install-arch-dep): Depend on install-doc.
8556 (mkdir): Create docdir.
8557
85581994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8559
8560 * configure.in: Test for libresolv.a.
8561 Substitute machfile and opsysfile.
8562
85631994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8564
8565 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
8566 (install-arch-dep): Install under the name $(EMACS).
8567
85681994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8569
8570 * configure.in (version): Use entire value of emacs-version.
8571 (mips-siemens-sysv*): New alternative.
8572
85731994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8574
8575 * Makefile.in (install-arch-indep): Don't install dired-x*.
8576
85771994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8578
8579 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
8580 Fix definition of $undefs.
8581
85821994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8583
8584 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
8585
8586 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
8587
85881994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8589
8590 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
8591
85921994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8593
8594 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
8595 and run it thru cpp, as with src/Makefile.in.
8596
8597 * configure.in: Use AC_SET_MAKE.
8598
85991994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8600
8601 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
8602
86031994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8604
8605 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
8606
8607 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
8608 (printing the choices): Make the toolkit message unconditional.
8609 (USE_X_TOOLKIT): Use `none', not `no', if none.
8610 (include libsrc_libs): Include config.h, and specify -I for srcdir.
8611 Get rid of temp file foofoo1.
8612
86131994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8614
8615 * configure.in (CFLAGS): Use shell syntax, not Makefile.
8616
86171994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8618
8619 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
8620 (printing the choices): State choice of toolkit.
8621 (libsrc_libs): Recalculate after writing config.h;
8622 then update lib-src/Makefile.
8623
86241994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8625
8626 * configure.in: Add sunos4shr as alternative for suns.
8627 Conditionals testing for null $CC were backwards.
8628
86291994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8630
8631 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
8632
86331994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8634
8635 * configure.in: Handle -isc4.0*.
8636
86371994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8638
8639 * configure.in (esix5): Set NON_GNU_CPP.
8640
86411994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
8642
8643 * Makefile.in (thisdir): Nonsensical variable removed.
8644 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
8645 back to $thisdir, rather than the directory `this_dir'.
8646
86471994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8648
8649 * Makefile.in (install-arch-indep): Add missing backslash after a
8650 `then'.
8651
86521994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8653
8654 * Makefile.in (thisdir): New variable.
8655 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
8656
86571994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8658
8659 * configure.in: Add freebsd.
8660
86611994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8662
8663 * configure.in: Check for fpathconf.
8664
86651994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8666
8667 * configure.in (with_x_toolkit): Fix typo in previous change.
8668
86691994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8670
8671 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
8672
86731994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8674
8675 * configure.in (with_x_toolkit): Don't allow motif or open-look.
8676
86771994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8678
8679 * configure.in: Fix value of docdir.
8680 * Makefile.in (install-arch-indep): Install DOC* in docdir.
8681
86821994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8683
8684 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
8685
86861994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
8687
8688 * configure.in: New variable docdir to control where the docstring
8689 file goes.
8690 Makefile.in: Use it to initialize PATH_DOC in paths.h.
8691
86921994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8693
8694 * configure.in: When --run-in-place, don't inherit archlibdir.
8695
86961994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8697
8698 * Makefile.in (install-arch-dep, install-arch-indep):
8699 New targets split up former do-install rule.
8700 (do-install): Target deleted.
8701
87021994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8703
8704 * configure.in (mips-sony-newsos*): New configuration.
8705
87061994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
8707
8708 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
8709
87101994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8711
8712 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
8713
87141994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8715
8716 * configure.in: Don't initialize CC.
8717
87181994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8719
8720 * configure.in (creating src/Makefile): Also generate -U switches
8721 for symbols in the $configuration value.
8722
8723 * configure.in: Check for sys_siglist being declared in system header.
8724
87251994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8726
8727 * configure.in (creating src/Makefile): Delete blank lines
8728 along with lines of whitespace.
8729 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
8730
87311994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8732
8733 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
8734 like C_SWITCH_SYSTEM.
8735 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
8736
87371994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8738
8739 * configure.in (drem): Check for this function.
8740
87411994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8742
8743 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
8744 If CPP was inherited from environment, don't use NON_GNU_CPP.
8745 (NON_GNU_CC): Likewise.
8746 (handling with_gcc): Use explicit if in the `no' case.
8747 (cc_specified): New variable; if set, don't use NON_GNU_CC.
8748
87491994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8750
8751 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
8752
87531994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8754
8755 * configure.in: Check whether fmod exists.
8756
87571994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8758
8759 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
8760 {src,lisp}/OChangeLog.
8761
87621994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8763
8764 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
8765 necessary for proper operation. This code works with the current
8766 released version of Autoconf.
8767
87681994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8769
8770 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
8771 (USE_X_TOOLKIT): Define it for all values except `no'.
8772
8773 * configure.in: Undo first Jan 8 change and Jan 16 change.
8774
87751994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8776
8777 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
8778 Substitute USE_X_TOOLKIT as both C macro and Make variable.
8779
8780 * Makefile.in (lwlib/Makefile): New target.
8781 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
8782 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
8783 (unlock, relock): Handle lwlib subdir.
8784
8785 * Makefile.in: Add some .PHONY targets.
8786
8787 * make-dist: Handle lwlib subdir like oldXMenu subdir.
8788
8789 * lwlib: New subdirectory.
8790
87911994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8792
8793 * configure.in: If CPP has a value that is a directory,
8794 discard the value.
8795
87961994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8797
8798 * configure.in (srcdir_undefs): Add g flag to sed substitution to
8799 remove -U[0-9]*.
8800
88011994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8802
8803 * Makefile.in (do-install): Install the dired-x info files.
8804
8805 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
8806 (See src/s/sol2.h.)
8807
88081994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8809
8810 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
8811
88121994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8813
8814 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 8815 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
8816 gratuitously break this and not make a change log entry.
8817 Optimized sed processing of Makefile.in and cpp output; now
8818 preserves comments previously removed from the cpp input.
8819 Eliminated temp file for cpp output. Generate -U switches to
8820 undefine all identifiers that appear in the directory name
8821 ${srcdir}; pass these to cpp.
8822
8823 * configure.in (version): Fix sed regexp to match two-elt version
8824 number.
8825
8826 * configure.in: Check for strerror.
8827
88281994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8829
8830 * configure.in: Test for bcmp.
8831
88321994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8833
8834 * make-dist (tempdir): Put subdir msdos into the distribution.
8835
88361993-01-07 Morten Welinder (terra@diku.dk)
8837
8838 * config.bat: New file.
8839
88401994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8841
8842 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
8843
88441994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8845
8846 * configure.in (m68*-next-*): Don't care about which os is specified.
8847 (i[34]86-*-*): Check for *-nextstop*.
8848
88491993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8850
8851 * configure.in: Check for setsid.
8852
88531993-12-17 Richard Stallman (rms@srarc2)
8854
8855 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
8856
88571993-12-15 Richard Stallman (rms@srarc2)
8858
8859 * Makefile.in (mkdir): Make only the lockdir writable.
8860
8861 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
8862
88631993-12-11 Richard Stallman (rms@srarc2)
8864
8865 * Makefile.in (libdir): Use @libdir@.
8866
88671993-12-08 Richard Stallman (rms@srarc2)
8868
8869 * Makefile.in (install): Add empty command.
8870
88711993-12-04 Richard Stallman (rms@srarc2)
8872
8873 * make-dist: Put man/getopt.c in the dist.
8874
8875 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
8876
8877 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
8878
88791993-12-03 Richard Stallman (rms@srarc2)
8880
8881 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
8882 Set it for all solaris versions.
8883 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
8884 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
8885 Likewise for NON_GNU_CC and CC.
8886
88871993-12-01 Richard Stallman (rms@srarc2)
8888
8889 * configure.in (mips-mips-riscos4*): Assign variable CC.
8890 (checking ${with_gcc}): If "no", don't override CC if already set.
8891 (CC): Initialize it as empty.
8892
88931993-11-30 Richard Stallman (rms@srarc2)
8894
8895 * configure.in (Suns): Set CPP if *-solaris2.3*.
8896
88971993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8898
8899 * Version 19.22 released.
8900
8901 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
8902
89031993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8904
8905 * make-dist: When breaking links, use cp -p.
8906 Copy install.sh into distribution.
8907 Move the temp dir up into the parent dir;
8908 don't leave the staging dir make-dist.tmp... in existence.
8909 * install.sh: New file.
8910
89111993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8912
8913 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
8914
89151993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8916
8917 * configure.in (version): When --run-in-place, exclude
8918 ${datadir}/emacs/site-lisp from locallisppath.
8919
89201993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8921
8922 * configure.in: Delete jumk.c before writing it.
8923
89241993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8925
8926 * Version 19.21 released.
8927
8928 * Makefile.in (mkdir): Ignore error from chmod.
8929
89301993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8931
8932 * make-dist: Don't put lisp/forms.README in the distribution.
8933
89341993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8935
8936 * configure.in (creating src/Makefile): Before running cpp,
8937 discard all lines that start with `# Generated' or /**/#.
8938
89391993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8940
8941 * Version 19.20 released.
8942
8943 * make-dist: Use build-ins.in, not build-install.in.
8944 Don't bother updating TAGS since it's not included.
8945
8946 * build-ins.in: Renamed from build-install.in.
8947
89481993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8949
8950 * make-dist: Don't try to link *.texinfo--there are none now.
8951 When running make in lib-src, specify YACC var value.
8952
89531993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8954
8955 * configure.in (extrasub): Add vpath patterns for %.[yls].
8956
8957 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
8958 Instead just include the commands to make src/Makefile as the
8959 second arg to AC_OUTPUT.
8960
8961 * configure.in: Use : instead of dnl for comment inside
8962 $makefile_command.
8963
8964 * configure.in: No longer use vpath_sed. Instead, when we notice
8965 srcdir already configured, set extrasub to hack vpath in the
8966 makefiles.
8967
8968 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
8969 before moving it.
8970 * Makefile.in (VPATH): Define to @srcdir@.
8971
89721993-09-28 Brian J. Fox (bfox@cubit)
8973
8974 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
8975 doesn't exist. Just copy src/Makefile.in instead. Touch
8976 all of the Makefiles after editing config.status.
8977
8978 * INSTALL: Update documentation to match new configuration
8979 mechanism.
8980
89811993-09-27 Brian J. Fox (bfox@ai.mit.edu)
8982
8983 * configure.in: Allow any of the path or directory Makefile
8984 variables to be set with flags to configure. Create all Makefiles
8985 at configure time. Edit special commands into config.status after
8986 src/Makefile.in is built from src/Makefile.
8987
8988 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
8989 If these files are out of date, simply have config.status
8990 rebuild them; don't rebuild them explicitly.
8991
89921993-09-25 Brian J. Fox (bfox@ai.mit.edu)
8993
8994 * build-install.in: Change src/xemacs to src/emacs. We no longer
8995 create src/xemacs, so the file wouldn't be found.
8996
8997 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
8998
89991993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
9000
9001 * configure.in: Avoid forcing the search of /usr/include before
9002 fixed include files by resetting C_SWITCH_X_SITE if it is
9003 "-I/usr/include".
9004
90051993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9006
9007 * Makefile.in (@rip_paths@locallisppath):
9008 Delete ${datadir}/emacs/site-lisp.
9009
90101993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9011
9012 * configure.in:
9013 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
9014 Remove ${extra_output} from AC_OUTPUT call.
9015
90161993-09-17 Brian J. Fox (bfox@inferno)
9017
9018 * make-dist: Quote backquotes found in strings to be echoed.
9019
9020 * configure.in: Use "sh -c pwd" when we want to avoid having the
9021 shell fix up the value of $PWD.
9022
90231993-09-13 Brian J. Fox (bfox@inferno)
9024
9025 * Makefile.in (do-install): Don't abort if ln or chmod at the end
9026 of the installation fail. Suggested by Karl Berry.
9027
90281993-08-30 Brian J. Fox (bfox@inferno)
9029
9030 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
9031 was used. Set MAKEFLAGS from MFLAGS.
9032
90331993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9034
9035 * configure.in: Test for res_init in libc.
9036
90371993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9038
9039 * configure.in: In the file ${tempcname}, use configure___
9040 instead of @configure@.
9041
90421993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
9043
9044 * make-dist: Dist vpath.sed
9045
9046 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
9047 Depend on vpath.sed.
6e81c819 9048 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
9049
9050 * configure.in: Substitute variable `vpath_sed'.
9051 If not in $srcdir and $srcdir is configured,
9052 issue warning that GNU make is required,
9053 and set vpath_sed to use vpath.sed script.
9054
90551993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9056
9057 * configure.in: Remove check for $srcdir being configured. This
9058 pretty much works now.
9059 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
9060 Check for XFree86 (/usr/X386/include) independent of whether
9061 -lXbsd exists.
9062
9063 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
9064 realclean, unlock, relock): Use `$(MAKE)' in place of plain
9065 `make'.
9066
90671993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9068
9069 * Version 19.19 released.
9070
9071 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
9072
90731993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9074
9075 * configure.in: Check for XScreenNumberOfScreen.
9076
90771993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9078
9079 * configure.in: Add * to end of all configuration alternatives.
9080 (m68*-sony-newsos3*): New alternative.
9081
90821993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9083
9084 * make-dist: Include getdate.c in distribution.
9085
9086 * configure.in: For --help, use $PAGER if it is set.
9087 (LIB_X11_LIB): Default to -lX11.
9088 (mips-sgi-irix5.*): New alternative.
9089
9090 * Makefile.in (do-install): Install info/gnus* and info/sc*.
9091
9092 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
9093 Recognize *.B8.* as hpux version 8.
9094 (m68*-tektronix-bsd*): Fix typo in tek4300.
9095 (AC_HAVE_FUNCS): Add ftime.
9096
90971993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9098
9099 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
9100 Use tekxd88, not tekXD88.
9101
91021993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9103
9104 * configure.in: Check for -lm. Then can check for frexp and logb.
9105
91061993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9107
9108 * Version 19.18 released.
9109
9110 * make-dist (src): Don't put gnu-hp300 in dist.
9111 (src, lisp): Include OChangeLog in dist.
9112
91131993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9114
9115 * configure.in: Test for presence of logb and frexp functions.
9116
91171993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9118
9119 * configure.in (machine): Add i370-ibm-aix*.
9120
91211993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9122
9123 * configure.in (function checks): Test for mkdir and rmdir.
9124
9125 * configure.in (function checks): Don't test for random and bcopy
9126 only when we're building with X; look for them all the time.
9127
91281993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9129
9130 * configure.in: Test for availability of bcopy functions, searching
9131 the X libraries if we're using X.
9132
9133 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
9134 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
9135 versions of AIX, and needs to be passed to the loader.
9136
9137 * configure.in: Test for the availability of the
9138 XScreenResourceString function.
9139
91401993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
9141
9142 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
9143 LD_SWITCH_X_SITE and assume --with-x11.
9144 Only look for X11 files if we weren't told about a window system
9145 or if we were told to use X11 but not told where.
9146 Search the libraries from the s and/or m files when checking for
9147 functions.
9148
9149 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
9150
91511993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9152
9153 * make-dist: Include lisp/dired.todo in the distribution.
9154
91551993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9156
9157 * configure.in: Add code to set HAVE_INET_SOCKETS.
9158
91591993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9160
9161 * configure.in: If we do find x_includes and x_libraries
9162 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
9163
91641993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9165
9166 * make-dist: Include src/gnu-hp300 in the dist.
9167
9168 * configure.in (canonical): New variable holds the canonicalized
9169 configuration. Don't alter `configuration'. Use `configuration'
9170 for Makefile.in for file naming.
9171 (testing x_includes and x_libraries): Use =, not ==.
9172
91731993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9174
9175 * Version 19.17 released.
9176
9177 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
9178 directory's makefile. This allows the invocation of CPP which
9179 builds xmakefile to receive these switches. The SunSoft C
9180 preprocessor inserts spaces between tokens if it doesn't get the
9181 -Xs flag requested in src/s/sol2.h.
9182
91831993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
9184
9185 * configure.in (m68k-bull-sysv3): New config.
9186
91871993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9188
9189 * configure.in: Use the autoconf AC_FIND_X macro to try to find
9190 the X Windows libraries.
9191
91921993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9193
9194 * make-dist (tempdir): Don't create lisp/forms-mode directory in
9195 the distribution. Those files aren't kept in their own
9196 subdirectory any more.
9197
91981993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9199
9200 * Version 19.16 released.
9201
92021993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9203
9204 * configure.in: Add --verbose flag.
9205
92061993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9207
9208 * version 19.15 released.
9209
92101993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9211
9212 * Makefile.in (top_distclean): Use -f switch when cleaning out
9213 lock dir; it might be empty.
9214
9215 * configure.in: Only check for -lXbsd once.
9216
92171993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9218
9219 * Version 19.14 released.
9220
92211993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9222
9223 * make-dist: If using gzip, create distribution with '.gz' extension.
9224
9225 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
9226 (lisp/forms-mode): This doesn't exist anymore.
9227
9228 * configure.in: Look for the closedir function.
9229
92301993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9231
9232 * configure.in (CPP): Autoconf sets this to a shell variable
9233 reference, which doesn't work when it's edited into a makefile.
9234 Expand that variable reference.
9235
9236 * Makefile.in (CPP): New variable.
9237 (src/Makefile): Edit CPP into src/Makefile.
9238
9239 * Makefile.in (src/Makefile): Don't bother exiting single quotes
9240 and entering double quotes to get the values of LD_SWITCH_X_SITE
9241 and the other make variables; make substitutes them in anyway.
9242
9243 * Makefile.in (uninstall): Don't remove the lisp and etc
9244 directories if they're in the source tree.
9245
9246 Bring mumbleclean targets into conformance with GNU coding standards.
9247 * Makefile.in (mostlyclean, clean): Separate these two; just have
9248 them pass the request to the subdirectory makefiles.
9249 (distclean): Pass the request down, and then get rid of the
9250 files configure built, and get rid of the Makefiles.
9251 (realclean): Pass the request down, and then do the same things
9252 distclean does.
9253 (uninstall, info, dvi): New targets.
9254
9255 * configure.in: Move clause for PC-compatible i386 box to the end
9256 of the case statement, to avoid masking configurations below.
9257
9258 * configure.in: Add case for m88k-motorola-sysv4.
9259
9260 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
9261 the HP 68000 machines.
9262
9263 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
9264 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
9265 preprocessor won't fiddle with them.
9266
92671993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9268
9269 * Makefile.in (TAGS): cd to src to run etags.
9270
92711993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9272
9273 * configure.in (version): Check the X libraries for XrmSetDatabase
9274 and random, and see if we have -lXbsd.
9275
92761993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9277
9278 * configure.in: Pass "-Isrc" to the CPP we run to examine the
9279 s/*.h and m/*.h files. Martin Tomes
9280 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
9281
92821993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9283
9284 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
9285 above the general i386 alternative.
9286
92871993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9288
9289 * configure.in: Recognize configuration name for Data General
9290 AViiON machines.
9291
9292 * configure.in: Use AC_LONG_FILE_NAMES.
9293
92941993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9295
9296 * configure.in: Test for bison.
9297 * Makefile.in (YACC): New variable.
9298 (lib-src/Makefile.in): Edit YACC into the makefile.
9299
93001993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9301
9302 * Version 19.13 released.
9303
9304 * configure.in (CFLAGS): Don't set this according to the value of
9305 the GCC shell variable. Instead, consult the machine and system
9306 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
9307 test __GNUC__ while we're at it.
9308
9309 * configure.in: Remove extra ;; from hpux cases.
9310
93111993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9312
9313 * configure.in: Check to see if the system has -ldnet.
9314
93151993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9316
9317 * make-dist: Add clauses to distribute lisp/forms-mode.
9318
93191993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9320
9321 * configure.in (machine): Fix the versions in hpux version number test.
9322 Do not guess based on cpu type. Do check for explicit system version.
9323
93241993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9325
9326 * configure.in: Do NOT look for `unknown' as company name.
9327
93281993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9329
9330 * configure.in: Fix typo in message.
9331
93321993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9333
9334 * Version 19.12 released.
9335
9336 * Makefile.in (do-install): Correct previous etc-copying change.
9337 Partially rewrite using `if'.
9338 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
9339
9340 * Version 19.11 released.
9341
9342 * configure.in: Handle 386bsd.
9343
93441993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9345
9346 * make-dist: Update getdate.c.
9347
9348 * configure.in: Handle bsd386.
9349
9350 * Makefile.in (do-install): Use `-' in tar options.
9351
9352 * configure.in: Change ! "${...}" to x"${...}" = x.
9353
9354 * Makefile.in (do-install): Copy the DOC-* files from the build
9355 etc directory, as well as lots of things from ${srcdir}/etc.
9356
9357 * make-dist: Copy config.guess.
9358
9359 * configure.in: Handle AIX versions 1.2, 1.3.
9360
93611993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9362
9363 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
9364 the configuration name mips-mips-usg* to represent USG systems.
9365
9366 * configure.in: Fix logic to detect if srcdir is already configured.
9367
9368 * Makefile.in: Pass in LD_SWITCH_X_SITE.
9369
9370 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
9371 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
9372 of a directory; cd might fail, and have pwd print out the current
9373 directory.
9374
93751993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9376
9377 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
9378
93791993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9380
9381 * configure.in: Complain if srcdir points at an already-configured
9382 tree.
9383
93841993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9385
9386 * Version 19.10 released.
9387
93881993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9389
9390 * Makefile.in: Use Makefile comments, not C comments.
9391
9392 * configure.in: Add case for the Tektronix XD88.
9393
93941993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9395
9396 * configure.in: Handle sysv4.2 and sysvr4.2.
9397
93981993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9399
9400 * configure.in: Traverse the argument list without destroying it;
9401 don't use shift. It turns out that "set - ${saved_arguments}"
9402 doesn't work portably.
9403
9404 * configure.in: Add missing "fi".
9405
9406 * make-dist: Rebuild configure if configure.in is newer.
9407
9408 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
9409 targets to be executed even if make remembers that it has already
9410 satisfied FRC.
9411
94121993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9413
9414 * Makefile.in (do-install): Delete redundant code to copy etc twice.
9415
9416 * configure.in (romp): Handle various version numbers with aos and bsd.
9417
94181993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9419
9420 * configure.in: Fix message text.
9421
94221993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9423
9424 * make-dist: Make a `site-lisp' directory in the distribution,
9425 instead of a `local-lisp' directory, which hasn't been the
9426 appropriate name for a long time.
9427 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
9428 from the distribution first, then /usr/local/lib/emacs/site-lisp.
9429
9430 * Makefile.in (do-install): Correctly detect if ./etc and
9431 ${srcdir}/etc are the same.
9432
9433 * configure.in: Extract UNEXEC from the system configuration
9434 files, compute the name of the source file corresponding to the
9435 object file, and #define it as UNEXEC_SRC in config.h.
9436
9437 * configure.in: If srcdir is '.', then try using PWD to make it
9438 absolute.
9439
9440 * configure.in: Include ${srcdir} in the printed report, to help
9441 people notice if it's an automounter path.
9442
94431993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9444
9445 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
9446
94471993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9448
9449 * Makefile.in (do-install): Delete the dest dir, not the source dir,
9450 when they are different. Add `shift' command.
9451 (COPYDESTS, COPYDIR): Delete external-lisp dir.
9452 (externallispdir): Var deleted.
9453
9454 * configure.in: Delete spurious paren outputting short_usage.
9455
94561993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9457
9458 * Version 19.9 released.
9459
94601993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9461
9462 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
9463 subdirectory makes.
9464
9465 * make-dist: Check for .elc files with no corresponding .el file.
9466
9467 * Makefile.in (mkdir): Make all the directories in locallisppath.
9468
9469 * config.guess: New file.
9470 * configure.in: Use it, tentatively.
9471 * INSTALL: Mention its usage.
9472
9473 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
9474 the former gives you the operating system rev directly. Use
9475 s/hpux.h if we don't recognize what we got.
9476
9477 * Makefile.in (do-install): Don't remove a destination directory
9478 if it's the same as the source. If ${srcdir}/info == ${infodir},
9479 don't try to copy the info files.
9480
9481 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
9482 doesn't work if you're not using a separate source directory.
9483 (do-install): Copy the build tree's etc directory only after
9484 making sure it's not also the source tree's etc directory.
9485
94861993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9487
9488 * configure.in: Handle sunos4.1.3 specially.
9489
94901993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9491
9492 * Makefile.in (INSTALL): Add definition.
9493
9494 * configure.in: Fix some messages. Support -with-gnu-cc.
9495 At the end, use `set --', not `set -'.
9496 Delete spurious `.h' in hpux alternatives.
9497
94981993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9499
9500 * Version 19.8 released.
9501
95021993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9503
9504 * configure.in: When looking for source in the same directory as
9505 the configure script, make the path thus discovered absolute.
9506 If the user specifies the `--srcdir' switch, make that directory
9507 absolute too.
9508
9509 * Makefile.in (srcdir): Remove comment saying this doesn't work.
9510
9511 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
9512 too, as the value of the PATH_INFO macro.
9513
9514 * configure.in: Check to see if the source lives in the same
9515 directory as the configure script.
9516
95171993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9518
9519 * Makefile.in (install): Split this into `install' and
9520 `do-install', to give people more control over exactly what gets
9521 done.
9522 (do-install): New target, containing the guts of `install'. Don't
9523 remove and recreate the directories inside the copying loop - do
9524 it all before the copying loop. Pass more flags to the lib-src
9525 make.
9526 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
9527 avoid errors and warnings.
9528
9529 * configure.in: For generic IBM PC boxes, insist on "unknown" for
9530 the manufacturer - the more general case was blocking other i386
9531 configuration names below, and that's how the names are written in
9532 MACHINES anyway.
9533
9534 * make-dist: When breaking links, remove the link before moving
9535 the copy onto it, to avoid interactive behavior.
9536
9537 * Makefile.in: Doc fix.
9538
9539 * configure.in: Doc fix.
9540
9541 * INSTALL: Mention --exec-prefix option.
9542
9543 * configure.in: Add support for the `--exec-prefix' option.
9544 * Makefile.in: Accept that support.
9545
9546 * configure.in: Use the AC_PROG_INSTALL macro.
9547 * Makefile.in (INSTALL): Variable removed.
9548 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
9549
9550 * configure.in: Distinguish between hp800's and hp700's by calling
9551 "uname -m".
9552
95531993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9554
9555 * configure.in: Recognize configuration names for i860 boxes
9556 running SYSV.
9557
95581993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9559
9560 * configure.in: Distinguish between hp800's and hp700's by the
9561 version of HP/UX they run, since that's something people are more
9562 likely to know - hp700's run 8.0.
9563 Add HP 700 configuration.
9564
9565 * configure.in: Test for the presence of the `rename' function.
9566
9567 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
9568 configure.in.
9569 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
9570
9571 * make-dist: Break intra-tree links.
9572
9573 * configure.in: Explain that this is an autoconf script, and give
9574 instructions for rebuilding configure from it. Arrange to put
9575 comments in configure explaining this too.
9576
9577 * configure.in: Make the first line of the configure script be
9578 "#!/bin/sh". Leaving the first line blank didn't work.
9579
9580 * configure.in (long_usage): Removed; made short_usage describe
9581 the options briefly.
9582
9583 * configure.in: Implement the --prefix option.
9584 * Makefile.in (prefix): Add support for it here.
9585 * INSTALL: Document it here.
9586
9587 * Makefile.in (install): Don't assume that the files in the `info'
9588 subdirectory match *.info. They don't have that prefix.
9589
95901993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9591
9592 * configure.in: Add case for version 5 of Esix.
9593
95941993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9595
9596 * Version 19.7 released.
9597
9598 * make-dist: There aren't any *.com files in lib-src anymore.
9599
9600 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
9601 them; they're symlinks to other filesystems on the GNU machines.
9602
9603 * make-dist: Check that the manual reflects the same version of
9604 Emacs as stated in lisp/version.el. Edit that version number into
9605 the README file.
9606
96071993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9608
9609 * configure.in: Remove the hack of AC_DEFINE; use
9610 AC_DEFINE_UNQUOTED.
9611
96121993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9613
9614 * make-dist: Don't distribute precomp.com, compile.com, or
9615 link.com from ./src; they're in ./vms now.
9616
9617 Some time-handling patches from Paul Eggert:
9618 * configure.in: Add AC_TIMEZONE.
9619
96201993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9621
9622 * configure.in: Recognize Linux as a valid operating system for
9623 the i386.
9624
96251993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9626
9627 * make-dist: Distribute some VMS files we got from Richard Levitte.
9628
9629 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
9630 the source for the sed command, not oldXMenu/Makefile.
9631
96321993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9633
9634 * INSTALL: Don't claim the srcdir option doesn't work.
9635
96361993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9637
9638 * configure.in: Include remarks saying what order the autoconf
9639 tests should go in, and remind people to change config.h.in
9640 whenever they add autoconf tests which make #definitions.
9641
9642 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
9643
96441993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9645
9646 * Makefile.in (oldXMenu/Makefile): Make this depend on
9647 ${srcdir}/oldXMenu/Makefile.in, not itself.
9648
9649 * PROBLEMS: Some updates from David J. Mackenzie.
9650
9651 More changes from David J. Mackenzie.
9652 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
9653 removed; autoconf and config.h should specify all these
9654 differences.
9655 (buildlisppath): Make this path depend on ${srcdir}.
9656 (INSTALLFLAGS): Removed.
9657 (INSTALL): Include the -c flag.
9658 (install): Change the way we invoke install accordingly.
9659
9660 Install ${srcdir} changes from DJM.
9661 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
9662 list.
9663 (COPYDIR, COPYDESTS): Install files from both the etc directory in
9664 the source tree and the etc directory in the object tree.
9665 (${SUBDIR}): Pass the prefix variable down to submakes.
9666 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
9667 in /bin.
9668 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
9669 values for srcdir and VPATH.
9670 (install): Add `v' flag to tar command. Make sure that `dir'
9671 exists in ${srcdir}/info before copying it. Remember that the man
9672 pages come from the source tree, not the object tree.
9673 * configure.in: Remove remarks saying that the --srcdir option
9674 doesn't work.
9675 Create the etc directory in the object tree.
9676 Recognize configuration names of the form *-sun-solaris*.
9677 Recognize sunos5 and solaris as operating system names.
9678
9679 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
9680 lib-src/getdate.y and src/systime.h.
9681
96821993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9683
9684 * make-dist: Make links in info subdir.
9685
96861993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9687
9688 * configure.in: Call AC_STDC_HEADERS.
9689
96901993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9691
9692 * configure.in: Sidestep autoconf's quoting of the second argument
9693 of AC_DEFINE, so we can specify the value to put there. It would
9694 be nice if autoconf provided some way to specify computed values
9695 for macros.
9696
96971993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9698
9699 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
9700 this is always just -DHAVE_CONFIG_H.
9701
9702 The GNU coding standards specify that CFLAGS should be left for
9703 users to set.
9704 * Makefile.in (CFLAGS): Let configure determine the default value
9705 for this. Don't
9706 have it default to DEFS.
9707 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
9708 (lib-src/Makefile, src/Makefile): Edit the default value for
9709 CFLAGS into these files, not DEFS.
9710 * configure.in (CFLAGS): Choose a default value for this - "-g"
9711 normally, or "-g -O" if we're using GCC. Edit it into the
9712 top-level Makefile.
9713
9714 * configure.in: When scanning the machine and system description
9715 #include files, write their names to conftest.c properly.
9716
97171993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9718
9719 * configure.in: In configuration name case for Apallos running
9720 Domainios, set opsys, not opsysfile.
9721
9722 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
9723 src/config.h, instead of AC_OUTPUT; the latter overwrites
9724 src/config.h even when it hasn't changed, puts a makefile-style
9725 comment at the top even though it's C code, and produces a
9726 config.status script which doesn't do the job right.
9727
9728 * configure.in: Add AC_LN_S test, so we can tell whether or not we
9729 can use a symbolic link to get the X Menu library into src.
9730 * Makefile.in (LN_S): New variable.
9731 (src/Makefile): Edit the value of LN_S into this makefile.
9732
97331993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9734
9735 * configure.in: Support *-sco3.2v4* as opsystem.
9736
9737 * make-dist: Don't include calc directory.
9738 Exclude many files in the man directory; copy a few.
9739
97401993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9741
9742 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
9743 call AC_STRUCT_TM to see what's in time.h.
9744
9745 * configure.in: Employ quoting stupidity to get the value of CPP
9746 to expand properly.
9747
97481993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9749
9750 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
9751 variable to scan the machine and system description files.
9752
9753 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
9754 so that getdate.y builds correctly.
9755
97561993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9757
9758 * configure.in (tempcname): Change this to "conftest.c", so it will
9759 work properly on systems with short filenames; this is the name
9760 autoconf uses.
9761
9762 * configure.in: Also detect the availability of dup2 and
9763 gethostname.
9764
9765 * configure.in: Use the AC_ALLOCA test.
9766 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
9767 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
9768
97691993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9770
9771 * make-dist: Distribute configure, as well as configure.in.
9772 Oversight.
9773
97741993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9775
9776 * Makefile.in (install): Print out the name of the directory we're
9777 copying, so people can have some idea of whether we're making
9778 progress.
9779
9780 * Makefile.in (install.aix, install.xenix, install.sysv, install):
9781 Don't forget to re-create the COPYDESTS directories after we clear
9782 them out.
9783
97841993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9785
9786 * Makefile.in: Add autoconf cookies so that the configure
9787 script can comment out sections of path variable definitions to
9788 choose between the installable configuration and the run-in-place
9789 configuration.
9790 * configure.in: Add new option `--run-in-place', to select the
9791 run-in-place path definitions.
9792
9793 * configure.in: Add a clause to the big configuration name case
9794 for the NeXT machine.
9795
97961993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9797
9798 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9799 Make sure that each source directory exists, and is different from
9800 the destination directory; then, delete the destination before
9801 copying over the source.
9802
9803 * make-dist: Distribute configure.in, instead of configure.
9804
98051993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9806
9807 * configure.in: Don't set CC to "gcc -O" if the user specifies
9808 `--with-gcc'. Add -O to DEFS if GCC is set.
9809
98101993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9811
9812 * Makefile.in (clean mostlyclean): Missing right paren.
9813
9814 * configure.in: When checking for X windows, search for an X11
9815 subdirectory of ${x_includes}.
9816
9817 * configure.in: Check for gettimeofday function, for getdate.y.
9818
9819 Change `configure' to a mixture of custom code and autoconf stuff.
9820 autoconf can't derive all the information we need, but we'd really
9821 like to be able to take advantage of some of its tests, and its
9822 file-editing facilities.
9823 * configure.in: Renamed from configure.
9824 Quote the sections of shell script we want copied literally to
9825 the configure script.
9826 (compile): Initialize this to make the autoconf macros' code happy.
9827 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
9828 code to do their jobs.
9829 Use autoconf to produce Makefile and src/config.h.
9830 Remove the Makefile-style comment that autoconf places at the top
9831 of src/config.h.
9832 (config_h_opts): Removed - no longer necessary.
9833 * Makefile.in (configname): Renamed to configuration.
9834 (CONFIG_CFLAGS): Renamed to DEFS.
9835 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
9836 get values via autoload @cookies@.
9837 (libsrc_libs): Get this from autoconf. We used to do nothing
9838 about this.
9839 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
9840
9841 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
9842 echo the move-if-change command.
9843
98441993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
9845
9846 * make-dist: Distribute lib-src/rcs-checkin.
9847
9848 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
9849 Don't try to make links to the RCS or Old subdirectories.
9850 Use the appropriate extension for the compression type in use.
9851 Create the tar file in the shell's initial default directory, not
9852 in ${tempparent}.
9853 Erase the whole ${tempparent} tree, not just ${tempdir}.
9854
98551993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9856
9857 * Makefile.in (src/paths.h): Don't echo the huge sed command we
9858 use to build paths.h.
9859 (lib-src/Makefile, src/Makefile): Similarly.
9860
9861 * configure: Extend test for working `const' keyword to handle AIX
9862 3.2 cc.
9863
98641993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9865
9866 * make-dist: Distribute lisp/term/ChangeLog.
9867
9868 Arrange for C compilation throughout the tree to get
9869 C_SWITCH_SYSTEM from the configuration files.
9870 * configure: Extract C_SWITCH_SYSTEM from the machine and
9871 system-dependent files, and save it in the top-level Makefile.
9872 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
9873 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
9874
9875 * make-dist: Include the VMS support files in oldXMenu in the
9876 distribution.
9877
9878 * configure: Doc fix.
9879
9880 * configure: Fix corrupted config_h_opts.
9881
9882 * configure: Properly report option names in error messages.
9883
9884 * configure: Properly recognize --x-includes and --x-libraries
9885 options.
9886
9887 * configure: Fix syntax errors in code handling XFree386.
9888
98891993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9890
9891 * configure: Add special code to detect XFree386, and tell
9892 config.h about it.
9893
9894 * configure: Properly handle extracting values of LIBS_MACHINE and
9895 LIBS_SYSTEM that contain spaces.
9896
9897 * configure: Add `--x-includes' and `--x-libraries' options. I
9898 think these are dopey, but no less than three alpha testers, at
9899 large sites, have said they have their X files installed in odd
9900 places. Implement them by setting C_SWITCH_X_SITE and
9901 LD_SWITCH_X_SITE in src/config.h.
9902
99031993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9904
9905 * make-dist: Don't distribute etc/Old files.
9906
9907 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
9908 backups.
9909
99101993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9911
9912 * make-dist: Fix typo.
9913
99141993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9915
9916 * make-dist: Corrected typo, fixed it to discard = and TAGS files
9917 in some cases where it should but didn't seen to.
9918
9919 * Makefile.in: Added unlock and relock productions.
9920
99211993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9922
9923 * make-dist: Add a --compress option to force make-dist to use
9924 compress.
9925
9926 * make-dist: Use gzip, if we can find it.
9927
9928 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9929 make rs6000-ibm-aix default to -aix32.
9930
99311993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
9932
9933 * Makefile.in: Added `Developer's configuration' section.
9934
99351993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
9936
9937 * Makefile.in: Add commented-out variable settings for developer's
9938 configuration.
9939
99401993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9941
9942 * make-dist: Distribute `src/bitmaps' too.
9943
99441993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
9945
9946 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
9947 make rs6000-ibm-aix default to -aix32.
9948
99491993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9950
9951 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
9952
9953 * Makefile.in (install.sysv): Add a second `$' in front of
9954 `${dest}', so that the shell will expand it, instead of Make.
9955
9956 * configure: When processing the name of the configure script,
9957 collapse `././' to `./', but leave a single `./' prefix alone.
9958
9959 * configure: Doc fix.
9960
99611993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9962
9963 * configure: Handle isc3.0 correctly.
9964
99651993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9966
9967 * make-dist: Don't try to copy the COPYING notice into
9968 external-lisp; we're not distributing that directory any more.
9969
99701993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9971
9972 * Makefile.in (install, install.aix, install.xenix, install.sysv):
9973 Remove CVS subdirectories from the installed directory trees, as
9974 well as RCS directories.
9975
99761993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9977
9978 * make-dist: Only copy gmalloc.c if we couldn't link it.
9979 Don't try to copy man/{README,Makefile} unless they actually exist.
9980
9981 * Makefile.in (lisppath): Don't include externallispdir in this.
9982 We're not sure whether we're even going to distribute the
9983 directory yet.
9984
99851993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9986
9987 * make-dist: Don't distribute the external-lisp directory anymore.
9988 * INSTALL: Remove all references to external-lisp.
9989
9990 * configure: Detect whether the compiler supports `const'
9991 properly, and edit src/config.h accordingly.
9992
9993 * configure: Tweak layout of final report.
9994
9995 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
9996 CFLAGS.
9997
9998 * Makefile.in (locallisppath): Make this default to
9999 ${datadir}/emacs/site-lisp, instead of
10000 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
10001 the same thing, and local-lisp causes completion conflicts with
10002 lock.
10003 (lisppath): Add ${externallispdir} to this.
10004 * INSTALL: Adjust installation directions.
10005
10006 * Makefile.in (externallispdir): New variable, to say where to
10007 install the externally-maintained lisp files.
10008 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
10009 the others.
10010 * INSTALL: Describe external-lisp and the new externallispdir
10011 variable.
10012
100131993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10014
10015 * configure (progname): New option `--with-gcc'. Make it clearer
10016 how we are trying to guess whether or not we have GCC.
10017 * INSTALL: Document the `--with-gcc' option, and improve
10018 description of `--with-x' options.
10019
100201993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10021
10022 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
10023 ${infodir} from these variables; we have written out explicit code
10024 to install the info files.
10025
100261993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10027
10028 * make-dist: Don't distributed the RCS files in the etc directory.
10029
100301993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10031
10032 * Makefile.in: Some makes can't handle comments in the middle of
10033 commands; move them to before the whole rule.
10034
100351993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10036
10037 * README: Mention what Emacs is.
10038
100391993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10040
10041 * make-dist: Include `./lisp/calc-2.02' in the distribution.
10042 Add `./cpp' and `./man' back into the distribution.
10043
100441993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10045
10046 * Makefile.in: Define MAKE, and use where appropriate.
10047
100481993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10049
10050 * make-dist: Remember that the authoritative COPYING notice is
10051 `etc/COPYING', not `../etc/COPYING'.
10052
100531992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10054
10055 * make-dist: Make sure that the COPYING notices in each directory
10056 are copies, not symlinks.
10057
100581992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10059
10060 * INSTALL: The build process produces an executable called `emacs'
10061 now. Change references.
10062 * Makefile.in: Adjust `install.mumble' targets to install
10063 `src/emacs', not `src/xemacs'.
10064
10065 * configure: Start with a blank line; this keeps some old CSH's
10066 from thinking it's a CSH script. Most systems will just use
10067 /bin/sh to run it, which is what we're expecting; the only other
10068 shells which might try to interpret it themselves are probably
10069 Bourne-compatible.
10070
100711992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10072
10073 * INSTALL: Improvements suggested by David Mackenzie.
10074
100751992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10076
10077 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10078 Don't try to copy the info files if there aren't any; the
10079 unexpanded globbing pattern disappoints `install'. Ignore the
10080 return status of that command.
10081
10082 * INSTALL: Updated for new configuration arrangement.
10083
10084 * configure: Don't make the top-level Makefile read-only - people
10085 may want to edit the values of the path variables.
10086
10087 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10088 Install the info files in ${infodir}. Install the executable
10089 under both `emacs' and `emacs-VERSION'.
10090
10091 * Makefile.in: Doc fix.
10092
10093 * Makefile.in (exec_prefix): New variable, as per latest version
10094 of coding standards.
10095 (bindir, libdir): Use it, instead of `prefix'.
10096 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
10097
10098 * Makefile.in (mandir): Make the default value for this depend on
10099 $(prefix).
10100
10101 * Makefile.in (datadir, statedir, libdir): Make these all default
10102 to ${prefix}/lib.
10103 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
10104 to compensate.
10105
10106 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10107 Install the etags and ctags man pages too.
10108
10109 * Makefile.in (distclean): Don't delete backup files; that's the
10110 job of extraclean.
10111 (extraclean): Like distclean, but deletes backup and autosave files.
10112
101131992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10114
10115 Make path specification conform to GNU coding standards.
10116 * configure (long_usage): Remove all traces of old arguments from
10117 usage messages, and document the options we do accept in more
10118 detail: -with-x... and --srcdir.
10119 (options, boolean_opts): Deleted; we don't have enough options to
10120 make this worthwhile.
10121 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
10122 along with the code which supported them; these should be set as
10123 arguments to the top-level make.
10124 (config_h_opts): Since this no longer doubles as a list of option
10125 names, make them upper case; this simplifies the code which uses
10126 them to build the sed command to edit src/config.h. Change the
10127 code which sets them.
10128 (cc, g, O): Don't allow the user to set these using options; they
10129 should be specified using `CC=' and `CFLAGS=' arguments to the
10130 top-level make. Just choose reasonable default values for them,
10131 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
10132 values.
10133 (gnu_malloc, rel_alloc): Don't allow the user to set these using
10134 options; use them whenever the configuration files say they're
10135 possible.
10136 Simplify the argument processing loop. Don't accept abbreviations
10137 for option names; these might conflict with other configuration
10138 options in the future.
10139 Add some support for the `--srcdir' option. Check for the sources
10140 in . and .. if `--srcdir' is omitted. If the directories we will
10141 compile in don't exist yet, create them under the current directory.
10142 Note that the rest of the build process doesn't really support
10143 this.
10144 Edit only the top Makefile. That should edit the others. Edit
10145 into the makefile: `version', from lisp/version.el, `configname'
10146 and `srcdir' from the configuration arguments, `CC' and
10147 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
10148 the user's path, and LOADLIBES as gleaned from the system
10149 description files.
10150 Simplify the report generated; it doesn't need to include any
10151 description of paths now.
10152 Make `config.status' exec configure instead of just calling it, so
10153 there's no harm in overwriting `config.status'.
10154 * Makefile.in (version, configname): New variables, used to choose
10155 the default values for datadir and libdir.
10156 Path variables rearranged into two clearer groups:
10157 - In the first group are the variables specified by the GNU coding
10158 standards (prefix, bindir, datadir, statedir, libdir, mandir,
10159 manext, infodir, and srcdir).
10160 - In the second are the variables actually used for Emacs's paths
10161 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
10162 archlibdir), which depend on the first category.
10163 datadir and libdir default to directories under
10164 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
10165 demand.
10166 etcdir and lispdir default to subdirectories of datadir.
10167 archlibdir defaults to libdir.
10168 The new installation tree is a bit deeper than it used to be, so
10169 use the new make-path program in lib-src to build them all.
10170 Always build a new src/paths.h.tmp and then move-if-change it to
10171 src/paths.h, to avoid unnecessary rebuilds while responding to the
10172 right changes.
10173 Remove all mention of arch-lib. Run utility commands from
10174 lib-src, and let the executables be copied into archlibdir when
10175 Emacs is installed.
10176 Add targets for src/Makefile, lib-src/Makefile, and
10177 oldXMenu/Makefile, editing the values of the path variables into
10178 them.
10179 Let lib-src do its own installation.
10180 (datadir): Default to putting data files under
10181 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
10182 (emacsdir): Variable deleted; it would only be confusing to use.
10183 (lispdir, etcdir): Default to ${datadir}/lisp.
10184 (mkdir): Use make-path for this.
10185 (lockdir): Do this in mkdir.
10186 (Makefile): New target.
10187
10188 * configure (usage_message): Rename to long_usage.
10189
10190 * make-dist: Don't bother creating an arch-lib directory; that's
10191 only for installation now.
10192
101931992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10194
10195 * configure: Use GCC-style configuration names, using config.sub.
10196 Change the usage and help messages.
10197
10198 * configure: Initialize window_system, not indow_system.
10199
10200 * configure: Report which window system, compiler, and signal
10201 handler return type we decide to use.
10202
10203 * make-dist: Explain what's going on if config.sub and gmalloc.c
10204 can't be linked. Place the code which copies them near the code
10205 which links the rest of the files around them.
10206
102071992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
10208
10209 * make-dist: Don't bother to distribute src/*.com, or
10210 src/vmsbuild; those have all been moved to `../vms'.
10211
102121992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10213
10214 * make-dist: Don't forget that the way to avoid filenames starting
10215 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
10216 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
10217 couldn't make hard links to, since we have two already, and
10218 perhaps more to come.
10219
102201992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10221
10222 * configure: When editing parameters into lib-src/Makefile, change
10223 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
10224 needs some other flags too.
10225
102261992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10227
10228 * configure: Remove spurious echo of the configuration name.
10229
10230 * make-dist: Don't distribute files in src/m and src/s whose names
10231 begin with `='.
10232
102331992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10234
10235 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
10236 Also LISP_FLOAT_TYPE.
10237
102381992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10239
10240 * make-dist: Copy config.sub, since it's a symbolic link to a file
10241 on another file system.
10242
102431992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10244
10245 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
10246 distribution.
10247
10248 * config.sub: New file, to help us recognize configuration names.
10249 * make-dist: Include it in the distribution.
10250
102511992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10252
10253 * configure: Convert `-' to `_' in specified option names.
10254 Accept options with --. Delete --highpri and --have-x-menu options.
10255 New options --with-x and --with-x10 replace -window-system.
10256 Don't mention options --gnu-malloc, --rel-alloc
10257 or --lisp-float-type in help message.
10258
102591992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10260
10261 * make-dist: Include the `vms' subdirectory in the distribution.
10262
102631992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10264
10265 * configure: Remove lines starting with "# DIST: " when building
10266 lib-src/Makefile and src/Makefile. This allows us to mark the
10267 "Makefile.in" files with explanatory comments which won't also get
10268 stuck in the Makefiles.
10269
102701992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10271
10272 * make-dist: Don't use the '+' operator in the sed regular
10273 expression that extracts the version number from lisp/version.el;
10274 Ultrix sed doesn't seem support the operator. Just double the
10275 operand and use *.
10276
102771992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10278
10279 * Makefile.in: Doc fix.
10280
102811992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10282
10283 * configure: Rewrite sed command to remove at most one ./ prefix;
10284 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
10285 group.
10286
102871992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10288
10289 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
10290
102911992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10292
10293 * make-dist: Go ahead and build a new TAGS file, unless the
10294 --newer option was specified. Don't try to delete a TAGS file
10295 from etc; it's not kept there, and shouldn't be deleted anyway.
10296
102971992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10298
10299 * make-dist: If the lisp directory contains a default.el, don't
10300 distribute it.
10301
10302 * configure: When searching signal.h for the type of a signal
10303 return handler, make a copy of it, not a symbolic link to it; that
10304 way, it will work on systems that don't have symbolic links.
10305
103061992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10307
10308 * make-dist: Taught it about vcdiff and rcs2log, added --newer
10309 option for generating incremental distributions. Stopped it from
10310 generating a TAGS file into the distribution; that sucker is
10311 *big*, and easily enough generated with the toplevel makefile.
10312
103131992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10314
10315 * configure: When writing config.status, don't prefix progname
10316 with a '.'; it might be absolute.
10317
103181992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10319
10320 * configure: Choose to use X11 if either /usr/lib/libX11.a or
10321 /usr/include/X11 exist, not only if both exist.
10322
103231992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10324
10325 * make-dist: Make the new external-lisp directory a duplicate of
10326 the external-lisp directory, not the lisp directory.
10327
103281992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10329
10330 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
10331 clean' in arch-lib; it doesn't even have a Makefile.
10332
10333 * Makefile.in (clean, mostlyclean): In the test which tries to
10334 distinguish between the build directory, which should be cleaned,
10335 and the installed directory, which shouldn't, cd to `${emacsdir}',
10336 not `${DESTDIR}${LIBDIR}'.
10337
103381992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10339
10340 * make-dist: Be sure to delete the .c and .h files that YACC and
10341 BISON create from getdate.y.
10342
10343 * external-lisp: New directory; see `external-lisp/README'.
10344 * make-dist: Added support for the external-lisp subdirectory.
10345
10346 * make-dist: Changed message which complains that make-dist wasn't
10347 invoked in the right directory to indicate which files it was
10348 looking for.
10349
103501992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10351
10352 * configure: Add comments explaining why we can't translate
10353 character ranges or control characters in `tr'.
10354
103551992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10356
10357 * configure: When generating the configuration message, we used to
10358 build the message from the start so that each line began with "# "
10359 so that it would be a comment in `config.status'. However, this
10360 causes trouble if any of the variables we use in the message
10361 expand to more than one line of text - as gnu_malloc_reason
10362 sometimes does. So instead, we build the message as it should be
10363 printed to the user (i.e. without the "# " prefixes), and stick on
10364 the "# "s when we write it to `config.status'.
10365
10366 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
10367 `lib-src' and `arch-lib'.
10368
10369 * configure: When generating report and `config.status' file, note
10370 that bindir only determines where `make install' and
10371 `build-install' will place the executables; this should make it
10372 clear that the ordinary build process will not try to install
10373 things.
10374
103751992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10376
10377 * make-dist: Change messages to say that we are 'making links to
10378 X', rather than 'copying X'. And put `' quotes around file names.
10379
10380 * make-dist: Include '.tmp' in the name of the staging directory.
10381
10382 * make-dist: Pass the `-f' option to rm when you're not sure that
10383 the files you're removing actually exist.
10384
10385 * make-dist: When setting up etc/COPYING, always nuke whatever is
10386 there, and then copy it in, to make sure we get a real file.
10387
10388 * make-dist: Don't try to distribute *.defns files any more. The
0105dc3e 10389 only such file was for simula.el, which has been superseded by a
067d23c9
KY
10390 version which doesn't have a separate .defns file.
10391
103921992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
10393
10394 * make-dist: Don't distribute configured versions of config.h.in,
10395 paths.h.in, Makefile.in in src.
10396
10397 * configure: Delete .tmp files before creating them; don't bother
cd1181db 10398 trying to make final targets writable first, since it won't
067d23c9
KY
10399 matter to move-if-change.
10400
104011992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10402
10403 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
10404 mkdir and chmod in the center of all the conditionals. GNU Make
10405 will strip these out, but other makes won't.
10406
104071992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10408
10409 * make-dist: Include move-if-change in list of files to distribute.
10410
104111992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10412
10413 * configure: Remove any "." elements from the program name.
10414
10415 * configure: Don't record the values of all the possible arguments
10416 in config.status; only record the options that the user specified.
10417
10418 * configure: Use move-if-change to move in the new src/config.h.
10419
104201992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
10421
10422 * move-if-change: New file, copied from gcc release.
10423 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
10424 a temp file, so we don't update paths.h if an error occurs or if
10425 it doesn't need changing.
10426
104271992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10428
10429 * Makefile.in (src/paths.h): Do not install a value for the
10430 PATH_SUPERLOCK value; that macro doesn't exist anymore.
10431 * build-install.in: Same thing.
10432
104331992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10434
10435 * make-dist: Check the flag called "make_tar", not "make_dir"; the
10436 latter, being a typo, is always false, resulting in a program
10437 whose default behavior is to painstakingly build a copy of the
10438 source tree, and then delete it. Rah.
10439
10440 * Makefile.in: Add dist target, and comment for it.
10441
10442 * configure: When scanning <signal.h> for a declaration for
10443 signal, create a symbolic link with a name ending in .c, so the
10444 compiler won't complain that it's only been given .h files.
10445
10446 * configure: Check whether there are any arguments available
10447 before shifting to get the value of a non-boolean parameter.
10448
10449 * make-dist: Doc fix.
10450
104511992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10452
10453 * configure: Instead of grepping /usr/include/signal.h for a
10454 signal declaration, run /usr/include/signal.h or
10455 /usr/include/sys/signal.h through cpp and grep for the
10456 declaration.
10457
10458 * configure: Redirect the output of grep to /dev/null instead of
10459 using grep -s - that flag means different things on other systems.
10460
10461 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
10462 since the former is recognizable even if you don't know what
10463 'dumping' is.
10464 * configure: Accommodate that change.
10465
10466 * configure: Accept options for all of the directories you can
10467 change in the Makefile.
10468
10469 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
10470
10471 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
10472 FOO before you can use them.
10473
10474 * build-install.in: Made the "Where To Install Things" section
10475 conform with the similar section from Makefile.in. Copied section
10476 which builds src/paths.h from src/paths.h.in from the Makefile.
10477
104781992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10479
10480 * configure: Write config.status to pass its command-line
10481 arguments on to configure, so that people can use it to recreate
10482 an old configuration, with minor changes.
10483
104841992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10485
10486 * configure: Don't rely on option variables being unset if their
10487 values are the empty string. In particular, when producing the
10488 English report, don't assume that highpri will be unset when no
10489 increased priority has been requested; -highpri='' should be the
10490 same as omitting -highpri altogether.
10491
10492 * configure: Fix dumb bug: when running the system and machine
10493 description files through cpp, mark those lines that we want to
10494 evaluate with the string '@configure@', and then only evaluate
10495 them. This way if the files include anything that actually
10496 generates text (type definitions or external declarations, say),
10497 we won't try to eval it.
10498
104991992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10500
10501 * make-dist: New shell script.
10502
10503 * configure: When creating foo from foo.in, make foo read-only to
10504 remind people to edit the .in file instead.
10505
10506 * INSTALL: Changed references to config.h-dist to config.h.in.
10507 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
10508 to build src/paths.h from src/paths.h.in; added a paragraph to do
10509 this.
10510 * configure, Makefile, build-install: Changed filenames like
10511 FOO-dist to FOO.in.
10512
105131992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10514
10515 * Makefile, build-install: Renamed to Makefile.in and
10516 build-install.in; the configure script will edit these to produce
10517 the usable Makefile and build-install.
10518 * configure: Changed to produce ./Makefile, ./build-install,
10519 lib-src/Makefile, and src/Makefile from their *.in counterparts,
10520 instead of editing them in place.
10521
105221992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10523
10524 * Makefile: Re-arranged so that the undumped Emacs will search
10525 ../lisp *after* the site's local elisp files.
10526 (locallisppath, dumplisppath): New variables.
10527 (lisppath): This variable's default value is now chosen based on
10528 $(locallisppath) and $(lispdir); while it used to be the
10529 customization point for adding site-local elisp directories to
10530 load-path, that job is now handled mostly by locallisppath.
10531 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
10532 Check the values being assigned to the *LOADSEARCH macros for null
10533 path elements (like '::' in 'foo::bar').
10534
10535 * configure: When checking if the machine- and system-dependent
10536 files define a particular macro or not, actually run them through
10537 CPP and test the macros with #ifs, instead of just grepping for
10538 the macros' names. In particular, check for SYSTEM_MALLOC in this
10539 way.
10540
105411992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10542
10543 * Makefile (install): Don't use -s in install. (Keep the symbols.)
10544
105451992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10546
10547 * configure: Make the config.status file an executable shell
10548 script which will recreate the same configuration. Include the
10549 verbal description of the current configuration as a comment in
10550 the script.
10551 * INSTALL: Doc fix.
10552
10553 * Makefile: Brought the Makefile up to the GNU coding
10554 standards, as described in standards.text:
10555 (TAGS): New name for the target which rebuilds the tags table.
10556 (check): New target; doesn't do anything yet.
10557 (mostlyclean): New target, synonymous with clean.
10558 (realclean): New target. Currently, this just calls the
10559 subdirectories's makefiles and then deletes config.status.
10560 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
10561 variables.
10562 Installation directory variables changed to conform.
10563 (install, install.sysv, install.xenix, install.aix): Changed the
10564 code which copies the directories into their installed location to
10565 allow the installed locations to be in several different
10566 directories; the old version assumed that they would all be in
10567 $(emacsdir).
10568 (mkdir, lockdir): Allow the installed locations to be in several
10569 different directories.
10570 * INSTALL: Doc fix.
10571
10572 * build-install: Use the same variable names as the Makefile.
10573 Allow the installed locations to be in several different
10574 directories.
10575
105761992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10577
10578 * Makefile (src/paths.h): Instead of using a single sed command to
10579 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
10580 separately, and don't forget to append "/!!!SuperLock!!!" to the
10581 value of the PATH_SUPERLOCK macro.
10582
10583 * config.emacs: Renamed to configure, for consistency with other
10584 GNU products. Internal references changed.
10585 INSTALL, Makefile: References changed.
10586
10587 * lock: New directory, which should always be empty. If this
10588 directory doesn't exist, Emacs won't complain; it just won't lock.
10589 Having this here means that people can just unpack Emacs, build
10590 it, and have locking work.
10591
10592 * share-lib: Re-renamed to etc, for the sake of tradition.
10593 * config.emacs: Changed default value for datadir to ../etc.
10594 * INSTALL, README: Adjusted.
10595
105961992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10597
10598 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
10599 by running CPP on the appropriate s/*.h and m/*.h files.
10600
106011992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10602
10603 * config.emacs: Make sure to set the "exit on error" flag once
10604 we've removed config.status; errors should abort the configuration.
10605
106061992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10607
10608 * config.emacs: Added -distribute option, so that the Makefile
10609 paths are in their proper form. I don't know why this matters.
10610
106111992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10612
10613 * local-lisp: New directory, empty in the distribution, for people
10614 to put local elisp code in.
10615 * config.emacs: Include it in the default load path.
10616 * README: Document it.
10617
106181992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10619
10620 * config.emacs: Guess the type of signal handling functions based
10621 on the contents of /usr/include/signal.h.
10622
10623 * config.emacs: Print out progress report messages.
10624
10625 * Makefile (src/paths.h): Don't generically replace
10626 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
10627 editing of the other entries, and each entry should be dealt with
10628 explicitly anyway.
10629
10630 * build-install: Converted from C-shell to Bourne shell.
10631 * config.emacs: Edit build-install properly.
10632
10633 * config.emacs: Doc fix.
10634
106351992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10636
10637 * Makefile (install): Remove `B' from tar xf command.
10638
106391992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10640
10641 * config.emacs: Removed support for the `maintain-environment'
10642 option; the only important difference between this and its absence
10643 has been removed.
10644 * INSTALL: Removed mention of `maintain-environment'.
10645
10646 * config.emacs: Fix arguments to sed when processing boolean
10647 arguments.
10648
106491991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10650
10651 * config.emacs: New file, to help automate the installation
10652 process.
10653
10654 * Makefile: Lots of changes to support the separation of etc into
10655 architecture-dependent and -independent files:
10656 (EMACSROOT): New variable, giving the directory under which all of
10657 Emacs's libraries should be installed. Changed rest of file to
10658 use it.
10659 (LIBDIR): Now denotes only architecture-dependent dir.
10660 (DATADIR): New variable, denoting architecture-independent dir.
10661 (LOCKDIR): New variable, for completeness.
10662 (SUBDIR): No more etc, new lib-src.
10663 (COPYDIR): No more etc, new arch-lib and share-lib.
10664 (src/paths.h): Set PATH_DATA and the LOCK macros too.
10665 (src): Now depends on lib-src, not etc.
10666 * build-install: Changes parallel to the above.
10667 * README: Describe the new arrangement.
10668
10669 * vms: New subdirectory for all the VMS stuff.
10670
106711991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10672
10673 * Makefile (LISPPATH): New variable.
10674 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
10675
106761990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
10677
10678 * Makefile (install, install.sysv, install.xenix):
10679 Install wakeup instead of loadst. No need for setuid or setgid.
10680
106811990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10682
10683 * Makefile (clean): Clean etc if that's not the installation dir.
10684
106851990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10686
10687 * Makefile (paths.h): Make sed alter each name in the path.
10688
106891988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10690
10691 * Makefile (install.sysv): Use cpio, not tar.
10692
106931988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10694
10695 * Makefile (lockdir): Rename `lock' target.
10696 Depend on it from install*, not from `all'.
10697
106981988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
10699
10700 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
10701 to match build-install and paths.h.
10702
10703;; Local Variables:
10704;; coding: utf-8
067d23c9
KY
10705;; End:
10706
1a71cb28 10707 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
067d23c9
KY
10708
10709 This file is part of GNU Emacs.
10710
10711 GNU Emacs is free software: you can redistribute it and/or modify
10712 it under the terms of the GNU General Public License as published by
10713 the Free Software Foundation, either version 3 of the License, or
10714 (at your option) any later version.
10715
10716 GNU Emacs is distributed in the hope that it will be useful,
10717 but WITHOUT ANY WARRANTY; without even the implied warranty of
10718 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10719 GNU General Public License for more details.
10720
10721 You should have received a copy of the GNU General Public License
10722 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.