[ChangeLog]
[bpt/emacs.git] / ChangeLog
CommitLineData
ae0d7250
PE
12011-02-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 Work around some portability problems with symlinks.
4 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
5 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
6 * lib/lstat.c, lib/readlink.c, lib/stat.c, lib/symlink.c:
7 * m4/dos.m4, m4/lstat.m4, m4/readlink.m4, m4/stat.m4, m4/symlink.m4:
8 New files, automatically generated from gnulib.
9 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
10 * lib/stdlib.in.h, m4/gl-comp.m4, m4/stdlib_h.m4: Regenerate.
11
f68c809d
PE
122011-02-22 Paul Eggert <eggert@cs.ucla.edu>
13
14 Assume S_ISLNK etc. work, since gnulib supports this.
15 * Makefile.in (GNULIB_MODULES): Add sys_stat.
16 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
17 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
18 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
19
ba01e9d7
PE
202011-02-21 Paul Eggert <eggert@cs.ucla.edu>
21
22 * lib/min-max.h: New file, for "min" and "max".
23
9f8370e6
CS
242011-02-21 Christoph Scholtes <cschol2112@gmail.com>
25
26 * lib/makefile.w32-in: ($(BLD)/md5.$(O)): Added dependency on
27 $(EMACS_ROOT)/nt/inc/stdint.h.
28
25c51af3
EZ
292011-02-21 Eli Zaretskii <eliz@gnu.org>
30
31 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
32 src/makefile.w32-in and adapt. Depend on stamp_BLD.
33 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
34
5fa4ac76
PE
352011-02-20 Paul Eggert <eggert@cs.ucla.edu>
36
37 Import filemode module from gnulib.
38 * .bzrignore: Add lib/sys/.
39 * Makefile.in (GNULIB_MODULES): Add filemode.
40 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
41 * lib/filemode.c: Renamed from src/filemode.c and regenerated
42 from gnulib. This adds support for some more file types, e.g.,
43 Cray DMF migrated files.
44 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
45 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
46 * m4/sys_stat_h.m4: New files, generated from gnulib.
47 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
48 Regenerate.
49
e1e6b4fb
EZ
502011-02-20 Eli Zaretskii <eliz@gnu.org>
51
52 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
53 $(EMACS_ROOT)/nt/inc/sys/stat.h.
54
6cac9cb1
PE
552011-02-20 Paul Eggert <eggert@cs.ucla.edu>
56
57 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
58 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
59 is no longer needed, due to the recent SSDATA and related changes.
60 Perhaps -Wno-pointer-sign should also be removed from
61 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
62 way to test this so I left it alone.
63 * configure: Regenerate.
64
32159fc3
CS
652011-02-20 Christoph Scholtes <cschol2112@gmail.com>
66
67 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
68 src/makefile.w32-in.
69
61353ac8 702011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 71
61353ac8 72 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 73 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
74 Regenerate.
75 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
76 Import the new versions from gnulib; they assume a C99-style
77 <stdint.h>, supplied by the stdint module.
78 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
79 imported from gnulib.
942f733f
PE
80 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
81 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
82 special cases.
61353ac8 83
9d9d12cd
EZ
842011-02-19 Eli Zaretskii <eliz@gnu.org>
85
152be435 86 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 87 Add lib/deps/.
152be435 88
9d9d12cd 89 * config.bat: Configure in `lib'.
219463da 90 Generate *.Po files in lib/deps.
9d9d12cd 91
7d315eb6
PE
922011-02-18 Paul Eggert <eggert@cs.ucla.edu>
93
94 Import IRIX 6.5 getloadavg fixes from gnulib.
95 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
96
1f5d53eb
PE
972011-02-16 Paul Eggert <eggert@cs.ucla.edu>
98
99 Import getloadavg module from gnulib.
100 * .bzrignore: Add lib/stdlib.h.
101 * Makefile.in (GNULIB_MODULES): Add getloadavg.
102 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
103 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
104 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
105 Remove; gnulib does this now.
106 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
107 from gnulib. This adds support for several other systems, such
108 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
109 buffer overrun on Linux hosts under very high load, and on hosts
110 that maintain a channel to the load average file it makes sure
111 the file descriptor is close-on-exec (on hosts that support this)
112 and is not stdin, stdout, or stderr.
113 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
114 from gnulib.
115 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
116 * src/config.in: Regenerate.
117
bb55f713
PE
1182011-02-15 Paul Eggert <eggert@cs.ucla.edu>
119
120 Merge from gnulib.
121
7127b760
PE
122 * install-sh: Update to scriptversion 2011-01-19.21.
123
bb55f713
PE
124 2011-02-13 Bruno Haible <bruno@clisp.org>
125
126 Consistent macro naming for macros that use GCC __attribute__.
127 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
128 ATTRIBUTE_DEPRECATED.
129
130 2011-02-12 Bruno Haible <bruno@clisp.org>
131
132 setlocale: Prefer gnulib's override over libintl's override.
133 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
134 GNULIB_defined_setlocale is set.
135
57e96f8e
GM
1362011-02-13 Glenn Morris <rgm@gnu.org>
137
138 * make-dist: Exclude generated file src/globals.h.
139
988c07df
PE
1402011-02-10 Paul Eggert <eggert@cs.ucla.edu>
141
142 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
143 Sync from gnulib, which has been patched to fix the problem
144 with the license notices. Problem reported by Glenn Morris in
145 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
146
ccded26c
SM
1472011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
148
149 * .bzrignore: Ignore globals.h and related stamp.
150
6ffb2c0c
PE
1512011-02-09 Paul Eggert <eggert@cs.ucla.edu>
152
153 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
154 This merges the following fix from gnulib:
155
156 2011-02-08 Bruno Haible <bruno@clisp.org>
157
158 Split large sed scripts, for HP-UX sed.
159
00b3c7ac
TT
1602011-02-08 Tom Tromey <tromey@redhat.com>
161
162 * configure: Rebuild.
163 * configure.in (NS_OBJC_OBJ): New subst.
164
91ccade4
PE
1652011-02-06 Paul Eggert <eggert@cs.ucla.edu>
166
6ffb2c0c
PE
167 gnulib: allow multiple gnulib generated replacements to coexist
168 This defines a few preprocessor symbols that should not affect Emacs.
169 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
170 via "make sync-from-gnulib".
171
e765a388
PE
172 gnulib: undo previous change
173 The upstream _HEADERS change was backed out of gnulib (see the
174 same thread). Stay in sync with gnulib.
175
91ccade4 176 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
177 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
178 New empty macros, to accommodate recent changes to gnulib. See
179 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
180 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
181 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
182 * lib/time.in.h, lib/unistd.in.h:
183 Regenerate.
91ccade4 184
d67985d3
PE
1852011-02-05 Paul Eggert <eggert@cs.ucla.edu>
186
187 sync from gnulib to remove HAVE_STDBOOL_H
188 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
189 AC_HEADER_STDBOOL. All uses changed. Do not define
190 HAVE_STDBOOL_H, as gnulib does not need this. This change is
191 imported from the latest Autoconf git. It was motivated by Emacs,
192 which uses gnulib but does not need HAVE_STDBOOL_H.
193 * configure, src/config.in: Regenerate.
194 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
195
67342916
PE
1962011-02-03 Paul Eggert <eggert@cs.ucla.edu>
197
198 allow C code to suppress warnings about ignored return values
199 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
200 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
201 * lib/ignore-value.h: New file.
67342916 202
14beddf4 2032011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
204
205 * configure.in: Test existence of xaw3d library, not just the
206 header (Bug#7642).
207
6ffb2c0c
PE
2082011-01-31 Eli Zaretskii <eliz@gnu.org>
209
210 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
211 $(BLD)/time_r.$(O).
212 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
213 $(EMACS_ROOT)/src/m/intel386.h.
214 ($(BLD)/strftime.$(O)):
215 ($(BLD)/time_r.$(O)): Define prerequisites.
216
16fab143
PE
2172011-01-31 Paul Eggert <eggert@cs.ucla.edu>
218
219 src/emacs.c now gets version number from configure.in
220 * configure.in (version): Set this from $PACKAGE_VERSION,
221 which is set from AC_INIT, rather than scouting through src/emacs.c.
222 * configure: Regenerate.
223 * make-dist (version): Get it from configure.in, not src/emacs.c.
224
16c3e636
PE
2252011-01-30 Paul Eggert <eggert@cs.ucla.edu>
226
227 strftime: import from gnulib
228 * Makefile.in (GNULIB_MODULES): Add strftime.
229 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
230 needed.
6ffb2c0c 231 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 232 Regenerate.
6ffb2c0c
PE
233 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
234 imported from gnulib.
16c3e636
PE
235 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
236 This incorporates many changes from gnulib, including simpler
237 handling of multibyte formats, porting to mingw32 and other
238 platforms, and support for higher-resolution time stamps.
239 Emacs does not yet use the higher-resolution interface.
240
3de84ad9
PE
2412011-01-30 Paul Eggert <eggert@cs.ucla.edu>
242
243 gnulib: import mktime and move-if-change fixes from gnulib
244
245 * configure: Regenerate from the following.
246
6ffb2c0c
PE
247 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
248
249 mktime: clarify long_int width checking
250 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
251 the top level, to make it clearer that the assumption about
252 long_int width is being checked. See
253 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
254
3de84ad9
PE
255 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
256
257 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 258 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
259 negative number, which the C Standard says has undefined behavior.
260 In practice this is not a problem, but might as well do it by the book.
261 Reported by Rich Felker and Eric Blake; see
262 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
263 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
264 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
265
266 mktime: #undef mktime before #defining it
267 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
268
269 mktime: systematically normalize tm_isdst comparisons
270 * lib/mktime.c (isdst_differ): New function.
271 (__mktime_internal): Use it systematically for all isdst comparisons.
272 This completes the fix for libc BZ #6723, and removes the need for
273 normalizing tm_isdst. See
274 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
275 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
276
277 mktime: fix some integer overflow issues and sidestep the rest
278
279 This was prompted by a bug report by Benjamin Lindner for MinGW
280 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
281 His bug is due to signed integer overflow (0 - INT_MIN), and I
282 I scanned through mktime.c looking for other integer overflow
283 problems, fixing all the bugs I found.
284
285 Although the C Standard says the resulting code is still not safe
286 in the presence of integer overflow, in practice it should be good
287 enough for all real-world two's-complement implementations, except
288 for debugging environments that deliberately trap on integer
289 overflow (e.g., gcc -ftrapv).
290
291 * lib/mktime.c (WRAPV): New macro.
292 (SHR): Also check that long_int and time_t shift right in the
293 usual way, before using the fast-but-unportable method.
294 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
295 used. The code already assumed two's complement, so there's
296 no need to test for alternatives. All uses removed.
297 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
298 the C standard. Problem reported by Rich Felker in
299 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
300 (twos_complement_arithmetic): Also check long_int and time_t.
301 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
302 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
303 (__mktime_internal): Avoid integer overflow with unary subtraction
304 in two instances where -1 - X is an adequate replacement for -X,
305 since the calculations are approximate.
3de84ad9
PE
306
307 2011-01-29 Eric Blake <eblake@redhat.com>
308
309 mktime: avoid infinite loop
310 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
311 type; behavior is still undefined but portable to all known targets.
312 Reported by Rich Felker.
313
6ffb2c0c
PE
314 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
315
316 mktime: avoid problems on NetBSD 5 / i386
317 * lib/mktime.c (long_int): New type. This works around a problem
318 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
319 but time_t is 64 bits, and where I expect the existing code is
320 wrong in some cases.
321 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
322 (ydhms_diff): Bring back the compile-time check for wide-enough
323 year and yday.
324
325 mktime: fix misspelling in comment
326 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
327 This merges all recent glibc changes of importance.
328
3de84ad9
PE
329 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
330
331 move-if-change: cope with concurrent mv of identical file.
332 * move-if-change (CMPPROG): Accept environment
333 variable as an override for `cmp'.
334 (usage): Document CMPPROG.
335 Adjust comparison to drop stdout. Cope with failure of mv if
336 the target file exists and is identical to the source, for
337 parallel builds.
338 Report from H.J. Lu against binutils in PR binutils/12283.
339
6ffb2c0c
PE
3402011-01-29 Eli Zaretskii <eliz@gnu.org>
341
342 * lib/makefile.w32-in:
343 * lib/getopt_.h: New files.
344
c7e95b91
PE
3452011-01-28 Paul Eggert <eggert@cs.ucla.edu>
346
347 improve fix for MS-DOS file name clash
348 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
349 for portability to POSIX make. Reported by Bruno Haible.
350 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
351 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
352 files from accumulating as garbage. Also reported by Bruno Haible.
353
125c3718
PE
3542011-01-27 Paul Eggert <eggert@cs.ucla.edu>
355
356 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
357 * Makefile.in (DOS-gnulib-comp.m4): New macro.
358 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
359 problems with MS-DOS 8+3 file name restrictions.
360 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
361 it, it would also cause problems when extracting Emacs distribution
362 tarballs on MS-DOS hosts.
363 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 364 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
365 * config.guess, config.sub: Sync from gnulib.
366 * m4/gnulib-cache.m4: Remove from repository.
367 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
368
4004ef46
GM
3692011-01-25 Glenn Morris <rgm@gnu.org>
370
0b5c5d82
GM
371 * README: Add a note about ranges in copyright years.
372
4004ef46
GM
373 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
374
06d8ace5 3752011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
376
377 * configure.in: Add HP-UX on IA64 (Bug#6811).
378
d6974efa
PE
3792011-01-24 Paul Eggert <eggert@cs.ucla.edu>
380
381 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
382 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
383 as it is no longer needed.
6ffb2c0c 384 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
385 * configure.in: Invoke the new gnulib macro
386 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
387 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
388 * m4/getopt.m4: Sync from gnulib; this removes the need for
389 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
390 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
391 New macro, synced from gnulib.
392 * m4/warn-on-use.m4: Remove.
393
e02ea74b
PE
3942011-01-22 Paul Eggert <eggert@cs.ucla.edu>
395
396 aclocal.m4: put this file back into repository
397 This way, we don't have to assume that the maintainer has
398 the automake package installed. See
399 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
400 * .bzrignore: Remove aclocal.m4, undoing the previous change.
401 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
402 undoing the previous change.
403 * aclocal.m4: New file (actually, resurrected).
404
48dcd482
MB
4052011-01-22 Miles Bader <miles@gnu.org>
406
407 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
408 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
409 Emacs directly uses fontconfig, and breaks building when using a
410 strict linker).
411
925e561d
PE
4122011-01-21 Paul Eggert <eggert@cs.ucla.edu>
413
b06b1098
PE
414 src/config.in: shrink slightly
415 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
416 This makes src/config.in a bit smaller, by removing identifiers
417 like GNULIB_TEST_MKTIME that Emacs does not need.
418 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
419 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
420 Sync from gnulib. This removes a few more unnecessary symbols from
421 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
422 * configure, src/config.in: Regenerate.
423
925e561d
PE
424 aclocal.m4: tweaks to regenerate more conveniently
425 This attempts to act better when the source is in a weird state. See
426 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
427 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
428 * .bzrignore: Add aclocal.m4.
429
942be821
PE
4302011-01-20 Paul Eggert <eggert@cs.ucla.edu>
431
432 aclocal.m4: omit auto-generated file from repository
433 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
434 the most recent change here.
435 * aclocal.m4: Remove from bzr repository. This file is
436 auto-generated and isn't needed to run 'configure'. See
437 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
438
0813c96e
PE
4392011-01-19 Paul Eggert <eggert@cs.ucla.edu>
440
441 Minor Makefile.in tweaks to build from gnulib better.
442 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
443 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
444 (top_maintainer_clean): Don't remove aclocal.m4.
445
7cae64b4
PE
4462011-01-18 Paul Eggert <eggert@cs.ucla.edu>
447
53911e8f
PE
448 Minor cleanups for 'bzr status'
449 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
450 the output of config.guess.
451 * Makefile.in (top_distclean): Remove stamp-h1 too.
452
7cae64b4
PE
453 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
454 defined if the compiler supports GCC-style __attribute__
455 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
456 this syntax.
457
a3e44e79 4582011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 459
3cbecb8f
PE
460 Makefile.in: tidy up the building of lib
461 * Makefile.in (am--refresh): Mark as .PHONY.
462 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
463 as they're not rebuilt unless you do a "make sync-from-gnulib"
464 and the former is needed for "configure".
465 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
466 has already removed lib/Makefile.
467
ecbfcc83
PE
468 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
469 This avoids building ftoastr and ldtoastr, which aren't needed. See
470 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 471
803059b9
PE
472 * .bzrignore: Add .h files that are host-dependent.
473 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
474 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
475 host-dependent and are built as part of an ordinary 'make', and
476 should not be checked in.
477
6ffb2c0c
PE
478 * lib/Makefile.in: Regenerate.
479 * lib/COPYING: New file, a copy of COPYING.
480
2a78afcc 481 * configure: Regenerate.
37564543
PE
482 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
483
e275c824 484 Regenerate.
6ffb2c0c
PE
485 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
486 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
487 New files, copied from gnulib by gnulib-tool.
488 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
489 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
490 Regenerate.
ecbfcc83 491
84bbb1ad
PE
492 Use gnulib's getopt-gnu module.
493 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
494 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
495 representative of the dependencies.
496 * configure.in: Do not configure getopt, as gnulib does that now.
497 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
498 getopt now, in lib.
ecbfcc83 499
1fd182f0 500 Regenerate.
6ffb2c0c
PE
501 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
502 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
503 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
504 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
505 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
506 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
507 * m4/wchar_t.m4, warn-on-use.h:
508 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 509 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
510 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
511 Regenerate.
512
1e11dbe3
PE
513 Use gnulib's mktime module.
514 * Makefile.in (GNULIB_MODULES): Add mktime.
515 * configure.in: Remove code no longer needed, as gnulib now does it.
516 (AC_CHECK_FUNCS): Remove mktime.
517 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
518 (__restrict): Remove, as this now gets in the way of the C99
519 support for 'restrict' pulled in by the gnulib mktime module.
520 Code should now use 'restrict' and not '__restrict".
521 (mktime): Remove.
522 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
523 and warn-on-use.h into the distribution.
1fd182f0
PE
524
525 Regenerate.
6ffb2c0c
PE
526 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
527 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 528 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
529 * lib/dummy.c: Remove.
530 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
531 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
532 Regenerate.
ecbfcc83 533
1e11dbe3 534 Use gnulib's ftoastr module.
fa2c4f56
PE
535 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
536
743c80a7 537 Regenerate.
6ffb2c0c
PE
538 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
539 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
540 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
541 New files, generated automatically, with 'make sync-from-gnulib'
542 followed by 'make'.
543 * configure, lisp/dired.el, src/config.in: Regenerate.
544
9a514d4a
PE
545 Automate syncing from gnulib.
546 * INSTALL, README: Document new subdirectory 'lib'.
547 * Makefile.in (SUBDIR): Add lib.
548 (SUBDIR_MAKEFILES): Add lib/Makefile.
549 (lib-src, src, TAGS, tags): Depend on lib.
550 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
551 ($(gnulib_srcdir)): New rule.
552 (sync-from-gnulib): New rule, which is .PHONY.
553 (lib): New rule, which is like lib-src.
554 (Makefile): Depend on lib/Makefile.in.
555 (AUTOCONF_INPUTS): Depend on aclocal.m4.
556 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
557 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
558 (am--refresh): New rule, to pacify Automake.
559 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
560 Clean lib, too.
561 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
562 droppings.
563 (maintainer-clean, extraclean): Use it.
564 * configure.in: Initialize for automake and gnulib, by invoking
565 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
566 lib/Makefile, too. Use automake to build gnulib, as gnulib works
567 more conveniently with automake.
6ffb2c0c 568 * lib/Makefile.am: New file.
9a514d4a
PE
569 * make-dist: Also put into the distribution aclocal.m4,
570 compile, depcomp, missing, and the files under lib/.
571
dc3e3e7b
GM
5722011-01-15 Glenn Morris <rgm@gnu.org>
573
574 * Makefile.in (epaths-force): No more arch-tag to edit.
575
dab73760
CY
5762011-01-15 Chong Yidong <cyd@stupidchicken.com>
577
578 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
579
9f4b8b47
PE
5802011-01-14 Paul Eggert <eggert@cs.ucla.edu>
581
582 * make-dist: Distribute test/ files too.
583 Distribute every file under test/ that is under version control,
584 using patterns like *.el to capture files that are added later.
585 Without this change, "configure" would fail, because it would
586 attempt to build from a Makefile.in that was not distributed.
587
d221e780
CO
5882011-01-13 Christian Ohler <ohler@gnu.org>
589
590 * Makefile.in (INFO_FILES): Add ERT.
591
592 * Makefile.in (check): Run tests in test/automated.
593
594 * Makefile.in:
595 * configure.in: Add test/automated/Makefile.
596
bc5585d1
PE
5972011-01-07 Paul Eggert <eggert@cs.ucla.edu>
598
2b3f5bc8
PE
599 * install-sh, mkinstalldirs, move-if-change: Update from master
600 source in gnulib.
601
bc5585d1
PE
602 * config.guess, config.sub: Updated from master source.
603
2018939f
AS
6042011-01-05 Andreas Schwab <schwab@linux-m68k.org>
605
606 * configure.in: Check for __builtin_unwind_init.
607
e5365138
GM
6082011-01-05 Glenn Morris <rgm@gnu.org>
609
610 * configure.in (HAVE_MAKEINFO): New output variable.
611 (MAKEINFO): Reset to "makeinfo" if not found.
612 * Makefile.in (install-arch-indep, info):
613 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
614
4fc5868a
UM
6152010-12-29 Ulrich Mueller <ulm@gentoo.org>
616
617 * configure.in: Make gameuser configurable (Bug#7717).
618
68251e16
GM
6192010-12-15 Glenn Morris <rgm@gnu.org>
620
621 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
622 long absent lib-src/fns-*.el.
623
838db889
GM
6242010-12-11 Glenn Morris <rgm@gnu.org>
625
626 * make-dist: Exclude etc/*.pyc.
627
fe646d2c
AS
6282010-12-10 Andreas Schwab <schwab@linux-m68k.org>
629
630 * configure.in: Don't double machfile in final message.
631
d96c83fa
CY
6322010-12-04 Chong Yidong <cyd@stupidchicken.com>
633
634 * configure.in: Fix last change.
635
d6a003a8
AS
6362010-12-04 Andreas Schwab <schwab@linux-m68k.org>
637
638 * configure.in: Remove reference to removed machine description
639 files and allow $machine and $machfile to be empty. Substitute
640 M_FILE/S_FILE instead of machfile/opsysfile.
641
067d23c9
KY
6422010-12-03 Glenn Morris <rgm@gnu.org>
643
644 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
645
6462010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
647
648 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
649 (EXTERNALLY_VISIBLE): New definition.
650
6512010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
652
653 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
654
6552010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
656
657 * configure.in: Do not check for unconditionally included headers.
658
6592010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
660
661 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
662
6632010-11-09 Michael Albinus <michael.albinus@gmx.de>
664
665 * configure.in: Don't write a warning for D-Bus anymore.
666
6672010-11-06 Andreas Schwab <schwab@linux-m68k.org>
668
669 * configure.in: Fix indentation.
670
6712010-10-31 Ken Brown <kbrown@cornell.edu>
672
673 * configure.in (checking whether localtime caches TZ): Use
674 unsetenv instead of modifying environment directly.
675
6762010-10-25 Andreas Schwab <schwab@linux-m68k.org>
677
678 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
679 to avoid warning.
680
6812010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
682
683 * configure.in: Remove the BROKEN annotation from gnutls.
684
6852010-10-22 Glenn Morris <rgm@gnu.org>
686
687 * make-dist: Avoid listing .el files twice. Don't try to run
688 autoconf if --no-update.
689
6902010-10-20 Glenn Morris <rgm@gnu.org>
691
692 * make-dist: No longer create lisp/MANIFEST.
693
6942010-10-14 Glenn Morris <rgm@gnu.org>
695
696 * BUGS, INSTALL.BZR, README: Updates.
697
6982010-10-13 Glenn Morris <rgm@gnu.org>
699
700 * make-dist: Remove --compress. Check for the appropriate
701 gzip-like executable, and if not found, don't compress.
702 Check version number in README, don't change it.
703 Use find for nt/inc/*.h.
704
7052010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
706
707 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
708 trailing / from directory names.
709
7102010-10-12 Glenn Morris <rgm@gnu.org>
711
712 * make-dist: Update and simplify.
713
7142010-10-12 Eli Zaretskii <eliz@gnu.org>
715
716 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
717
7182010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
719
720 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
721
7222010-10-09 Glenn Morris <rgm@gnu.org>
723
724 * make-dist: No more doc/emacs/*.texi.in.
725
726 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
727
7282010-10-09 Glenn Morris <rgm@gnu.org>
729
730 * configure.in: Combine some conditionals.
731
732 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
733 * make-dist: Include doc/emacs/*.texi.in.
734
735 * INSTALL, make-dist: Remove references to b2m.
736 * Makefile.in (MAN_PAGES): Remove b2m.1.
737
7382010-10-05 Glenn Morris <rgm@gnu.org>
739
740 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
741
7422010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
743
744 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
745
7462010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
747
748 * configure.in: Include stdlib.h and string.h unconditionally.
749
7502010-09-29 Romain Francoise <romain@orebokech.com>
751
752 * configure.in: Don't enable ImageMagick unless HAVE_X11.
753
7542010-09-28 Glenn Morris <rgm@gnu.org>
755
756 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
757 happy.
758
7592010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
760
761 * configure.in: Enable imagemagick by default.
762
7632010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
764
765 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
766 gnutls libraries.
767
7682010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
769
770 * configure.in: Set up GnuTLS.
771
7722010-09-22 Chong Yidong <cyd@stupidchicken.com>
773
774 * configure.in: Announce whether libxml2 is linked to.
775
7762010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
777
778 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
779
7802010-09-18 Eli Zaretskii <eliz@gnu.org>
781
782 * config.bat: Detect that libxml2 is installed and if so, build
783 with it.
784
7852010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
786
787 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
788 be used. This fixes a conf problem on Mac OS X.
789
7902010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
791
792 * configure.in: Check for libxml2.
793
7942010-09-09 Glenn Morris <rgm@gnu.org>
795
796 * make-dist: No more TODO files under lisp/.
797
7982010-09-04 Eli Zaretskii <eliz@gnu.org>
799
800 * config.bat: Produce lisp/gnus/_dir-locals.el from
801 lisp/gnus/.dir-locals.el.
802
8032010-08-23 Andreas Schwab <schwab@linux-m68k.org>
804
805 * configure.in: Fix check for librsvg, imagemagick and
806 MagickExportImagePixels.
807
8082010-08-18 Joakim Verona <joakim@verona.se>
809
810 * Makefile.in, configure.in: Checks for ImageMagick.
811
8122010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
813
814 * configure.in (AC_PREREQ): Require autoconf 2.65.
815
8162010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
817
818 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
819
8202010-08-09 Andreas Schwab <schwab@linux-m68k.org>
821
822 * configure.in: Add AC_C_BIGENDIAN.
823
8242010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
825
826 * configure.in (ORDINARY_LINK): Use on hpux* too.
827
8282010-08-06 Jan Djärv <jan.h.d@swipnet.se>
829
830 * configure.in: Check for util.h.
831 Use -Wimplicit-function-declaration if compiler supports it.
832
8332010-08-05 Eli Zaretskii <eliz@gnu.org>
834
835 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
836
8372010-08-04 Andreas Schwab <schwab@linux-m68k.org>
838
839 * configure.in: Restore accidentally removed use of
840 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
841
8422010-07-29 Chad Brown <yandros@mit.edu>
843
844 * configure.in: Check for dirent.h.
845
8462010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
847
848 * configure.in: Remove reference to usg5-4, unused.
849
8502010-07-25 Andreas Schwab <schwab@linux-m68k.org>
851
852 * configure.in: Check for __executable_start.
853
8542010-07-24 Ken Brown <kbrown@cornell.edu>
855
856 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
857
8582010-07-24 Juanma Barranquero <lekktu@gmail.com>
859
860 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
861
8622010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
863
864 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
865
8662010-07-12 Andreas Schwab <schwab@linux-m68k.org>
867
868 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
869 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
870 (C_OPTIMIZE_SWITCH): Remove.
871 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
872
8732010-07-11 Andreas Schwab <schwab@linux-m68k.org>
874
875 * configure.in: Don't check for index and rindex, check for strchr
876 and strrchr. Define strchr and strrchr as index and rindex,
877 resp., in src/config.h if not available.
878
8792010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
880
881 * configure.in: Use -Wold-style-definition if available.
882 This helps with the transition to standard C code, it can be
883 removed when done.
884
885 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
886
887 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
888 and MSWindows.
889
8902010-07-07 Andreas Schwab <schwab@linux-m68k.org>
891
892 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
893 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
894
8952010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
896
897 * configure.in (getenv): Remove K&R declaration.
898
8992010-07-02 Jan Djärv <jan.h.d@swipnet.se>
900
901 * configure.in: Remove define __P.
902
9032010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
904
905 * configure.in (--enable-use-lisp-union-type): New flag.
906
9072010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
908
909 Fix CFLAGS for non-GCC compilers.
910 * configure.in (CFLAGS): Always use -g like it was done before the
911 2010-03-30 change.
912 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
913 (Bug#6538)
914
9152010-06-30 Glenn Morris <rgm@gnu.org>
916
917 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
918 Set with AC_DEFINE rather than AH_BOTTOM.
919
920 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
921 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
922 Set with shell, not cpp.
923 (LIBX): Remove, just use -lX11 in the one place this was used.
924 (cannot_dump): Replace with CANNOT_DUMP.
925
9262010-06-28 Jan Djärv <jan.h.d@swipnet.se>
927
928 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
929 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
930 by minimum required Gtk+ 2.6). Add checks for functions introduced
931 in Gtk+ 2.14 or newer (bug#6505).
932
9332010-06-26 Eli Zaretskii <eliz@gnu.org>
934
935 * config.bat: Remove white space around "+" in COPY commands.
936
9372010-06-23 Glenn Morris <rgm@gnu.org>
938
939 * info/dir: Start descriptions in column 32, per Texinfo convention.
940
9412010-06-16 Chong Yidong <cyd@stupidchicken.com>
942
943 * INSTALL: Update font information (Bug#6389).
944
9452010-06-16 Glenn Morris <rgm@gnu.org>
946
947 * INSTALL: General update.
948
9492010-06-12 Glenn Morris <rgm@gnu.org>
950
951 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
952
9532010-06-11 Glenn Morris <rgm@gnu.org>
954
955 * configure.in (--without-compress-info): New option.
956 (GZIP_INFO): New output variable.
957
958 * Makefile.in (GZIP_INFO): New, set by configure.
959 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
960 Handle man pages in the same way.
961
9622010-06-10 Glenn Morris <rgm@gnu.org>
963
964 * Makefile.in (install-arch-indep): Gzip the info files too.
965
966 * make-dist: Remove references to non-existent directories and files.
967
9682010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
969
970 * configure.in: Include <strings.h> and <string.h> instead of
971 "strings.h" and "string.h".
972
9732010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
974
975 * configure.in: Remove code dealing with BSTRING.
976
9772010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
978
979 * configure.in (AC_PREREQ): Require autoconf 2.65.
980
981 * configure.in (unxec): Do not define and substitute.
982 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
983
9842010-06-03 Glenn Morris <rgm@gnu.org>
985
986 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
987
9882010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
989
990 Fix alloca definition when using gcc on non-gnu systems.
991 * configure.in: Use the code sequence indicated by "info autoconf"
992 for alloca (bug#6170).
993
9942010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * .bzrignore: Ignore new files from trunk, which appear if you use
997 colocated branches (i.e. "bzr switch").
998
9992010-05-28 Glenn Morris <rgm@gnu.org>
1000
1001 * configure.in: Simplify some of the $canonical tests.
1002
10032010-05-27 Glenn Morris <rgm@gnu.org>
1004
1005 * config.bat: Do not preprocess src/Makefile.in.
1006
1007 * configure.in: Do not preprocess src/Makefile.in.
1008 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
1009 (AC_EGREP_CPP): Test no longer needed.
1010
1011 * make-dist: No more Makefile.c files.
1012
10132010-05-26 Glenn Morris <rgm@gnu.org>
1014
1015 * configure.in (YMF_PASS_LDFLAGS): Remove.
1016 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
1017
1018 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
1019 Add $GNUSTEP_LOCAL_HEADERS.
1020 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
1021
1022 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
1023 (GNUSTEP_MAKEFILES): Remove.
1024 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
1025 stuff to here.
1026
10272010-05-25 Glenn Morris <rgm@gnu.org>
1028
1029 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
1030 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
1031
1032 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
1033 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
1034 here instead.
1035
10362010-05-24 Romain Francoise <romain@orebokech.com>
1037
1038 * make-dist: Look for version in src/emacs.c.
1039 Use lisp/subr.el rather than lisp/version.el for location check.
1040
10412010-05-21 Glenn Morris <rgm@gnu.org>
1042
1043 * configure.in (MKDEPDIR): Parallel build tweak.
1044
1045 * configure.in (ns_frag): New output file.
1046
1047 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
1048 (OLDXMENU_TARGET): Set to empty if USE_GTK.
1049
1050 * configure.in (cannot_dump): New output variable.
1051
10522010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
1053
1054 * configure.in: On NetBSD, if terminfo is found, use it in
1055 preference to termcap. (Bug#6190)
1056
10572010-05-20 Glenn Morris <rgm@gnu.org>
1058
1059 * make-dist (src): Include *.mk.
1060 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
1061 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
1062 (deps_frag): New output file.
1063 (AUTO_DEPEND): Remove this definition.
1064
1065 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
1066
10672010-05-19 Glenn Morris <rgm@gnu.org>
1068
1069 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
1070 (ORDINARY_LINK): New AC_DEFINE.
1071 (LIB_GCC): No need to set if ORDINARY_LINK.
1072
10732010-05-18 Glenn Morris <rgm@gnu.org>
1074
1075 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
1076 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
1077
1078 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
1079 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
1080 (RALLOC_OBJ): New output variable.
1081
1082 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
1083 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
1084
10852010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * Makefile.in (src): Provide the name of the VCS file that witnesses
1088 a pull.
1089 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
1090
10912010-05-17 Glenn Morris <rgm@gnu.org>
1092
1093 * configure.in (OLDXMENU_DEPS): New output variable.
1094
10952010-05-16 Glenn Morris <rgm@gnu.org>
1096
1097 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
1098
1099 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
1100 * Makefile.in (install-arch-dep): Update for above change.
1101
1102 * Makefile.in (ns_appdir): Remove.
1103 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
1104
1105 * configure.in (TEMACS_LDFLAGS2): New output variable.
1106
1107 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
1108 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
1109 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
1110 nothing uses.
1111
11122010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
1113
1114 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
1115 does not use them.
1116 (X11R5_INHIBIT_I18N): Remove, unused.
1117
11182010-05-15 Glenn Morris <rgm@gnu.org>
1119
1120 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
1121
1122 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
1123
11242010-05-15 Ken Raeburn <raeburn@raeburn.org>
1125
1126 * configure.in: Look for version string in its new location.
1127
11282010-05-15 Eli Zaretskii <eliz@gnu.org>
1129
1130 * config.bat: Remove support for DJGPP v1.x.
1131
11322010-05-15 Glenn Morris <rgm@gnu.org>
1133
1134 * configure.in (OLDXMENU_TARGET): New output variable.
1135
1136 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
1137
1138 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
1139 and other files that no longer exist.
1140
11412010-05-14 Glenn Morris <rgm@gnu.org>
1142
1143 * configure.in (cpp_undefs): Add mktime, register, X11.
1144
1145 * configure.in (GPM_MOUSE_SUPPORT): Remove.
1146 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
1147 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
1148
1149 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
1150 (GNUSTEP_MAKEFILES): Do not output.
1151
11522010-05-13 Glenn Morris <rgm@gnu.org>
1153
1154 * configure.in: Fix some paren typos.
1155
1156 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
1157
1158 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
1159
11602010-05-12 Glenn Morris <rgm@gnu.org>
1161
1162 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
1163
1164 * configure.in (LIB_GCC): New output variable.
1165
11662010-05-11 Glenn Morris <rgm@gnu.org>
1167
1168 * make-dist (msdos): No more mainmake.
1169
1170 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
1171 * config.bat: Do not run cpp on lib-src/Makefile.in.
1172
1173 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
1174
11752010-05-10 Glenn Morris <rgm@gnu.org>
1176
1177 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
1178
1179 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
1180 (BLESSMAIL_TARGET): New output variable.
1181
11822010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
1183
1184 * INSTALL: Fix typos.
1185
11862010-05-08 Chong Yidong <cyd@stupidchicken.com>
1187
1188 * configure.in: Add check for buggy version of GCC (Bug#6031).
1189
11902010-05-08 Glenn Morris <rgm@gnu.org>
1191
1192 * configure.in (HAVE_LIBNCURSES): New local variable.
1193 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
1194 replacing cpp in src/s/*.h and src/Makefile.in.
1195
11962010-05-07 Chong Yidong <cyd@stupidchicken.com>
1197
1198 * Version 23.2 released.
1199
12002010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * configure.in: Add tests for `isnan' and `copysign'.
1203
12042010-05-07 Eli Zaretskii <eliz@gnu.org>
1205
1206 * config.bat: Allow for 2 leading `#'s in comments in
1207 src/Makefile.in.
1208
12092010-05-07 Glenn Morris <rgm@gnu.org>
1210
1211 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
1212 Merges logic from src/s/* and src/Makefile.in.
1213 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
1214
12152010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
1216
1217 Define START_FILES and LIB_STANDARD using autoconf.
1218 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
1219 here from src/s/*.h.
1220 (HAVE_CRTIN): Remove, inline logic in the netbsd
1221 START_FILES/LIB_STANDARD computation.
1222
12232010-05-06 Glenn Morris <rgm@gnu.org>
1224
1225 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
1226
1227 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
1228 (LD_SWITCH_X_SITE): Remove unused variables.
1229
12302010-05-04 Glenn Morris <rgm@gnu.org>
1231
1232 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
1233 as well.
1234 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
1235
1236 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
1237
1238 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
1239 variables, replacing c_switch_machine, c_switch_system.
1240 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
1241 @c_switch_system@.
1242
12432010-05-03 Glenn Morris <rgm@gnu.org>
1244
1245 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
1246
1247 * make-dist: There are no more src/m/*.inp files.
1248
12492010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
1250
1251 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
1252 (ac_link): Do not use ld_switch_machine.
1253
12542010-05-01 Glenn Morris <rgm@gnu.org>
1255
1256 * configure.in (OTHER_OBJ): Remove.
1257 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
1258
12592010-04-30 Glenn Morris <rgm@gnu.org>
1260
1261 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
1262 Elsewhere, maybe include it.
1263
1264 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
1265 (OLDXMENU, LIBXMENU): New output variables.
1266
1267 * configure.in (OTHER_OBJ): New output variable.
1268
12692010-04-28 Glenn Morris <rgm@gnu.org>
1270
1271 * configure.in (CYGWIN_OBJ): New output variable.
1272
1273 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
1274
1275 * configure.in (FONT_OBJ): New output variable.
1276
1277 * configure.in (LIBXMU): New output variable.
1278
1279 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
1280
1281 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
1282 userland and maybe change values to i386 (move test from s/amdx86-64.h).
1283
12842010-04-27 Glenn Morris <rgm@gnu.org>
1285
1286 * configure.in (LIBXTR6): New output variable. Move unixware special
1287 case here from src/s/unixware.h.
1288
1289 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
1290 in Makefiles.
1291 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
1292
1293 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
1294 (LIBXP): No longer substitute in Makefiles.
1295 (MOTIF_LIBW): New output variable. Move system-specific settings here
1296 from src/s files.
1297
12982010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
1299
1300 Reduce CPP usage.
1301 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
1302 (unexec): Define unconditionally, all platforms define
1303 UNEXEC. AC_SUBST it.
1304 (UNEXEC_SRC): Remove, unused.
1305 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
1306
13072010-04-27 Glenn Morris <rgm@gnu.org>
1308
1309 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
1310 replaced by LIBXP.
1311
1312 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
1313 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
1314 On hpux10-20, default to /lib.
1315
1316 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
1317
13182010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
1319
1320 * configure.in (LIBS_MACHINE): Remove, unused.
1321
1322 * configure.in (LIB_MATH): New output variable. Set it for some systems.
1323
13242010-04-24 Glenn Morris <rgm@gnu.org>
1325
1326 * configure.in (CRT_DIR): New output variable.
1327 (--with-crt-dir): New option. (Bug#5655)
1328 (HAVE_LIB64_DIR): Remove.
1329
13302010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
1331
1332 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
1333
13342010-04-22 Miles Bader <miles@gnu.org>
1335
1336 * configure.in: Get rid of "unix" pre-defined macro when
1337 preprocessing Makefile. (Bug#5857)
1338
13392010-04-21 Andreas Schwab <schwab@linux-m68k.org>
1340
1341 Avoid non-portable shell command negation
1342 * configure.in: Revert last change.
1343
13442010-04-21 Jan Djärv <jan.h.d@swipnet.se>
1345
1346 * configure.in: Change "if test ! -f" to "if ! test -f".
1347
13482010-04-21 Glenn Morris <rgm@gnu.org>
1349
1350 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
1351 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
1352
13532010-04-21 Karel Klíč <kklic@redhat.com>
1354
1355 * configure.in: New option: --with(out)-selinux, on by default.
1356 Set HAVE_LIBSELINUX if we find libselinux, and substitute
1357 LIBSELINUX_LIBS in Makefiles.
1358
13592010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
1360
1361 * configure.in: Remove all references to LIBX11_SYSTEM.
1362
13632010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
1364
1365 * configure.in: Remove all references to C_DEBUG_SWITCH.
1366
13672010-03-27 Eli Zaretskii <eliz@gnu.org>
1368
1369 * config.bat <lib-src>: Edit out lines that begin with several #
1370 characters.
1371
13722010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
1373
1374 * configure.in: Remove support for old UNIX System V systems and
1375 for Unixware on non-x86 machines.
1376
1377 * configure.in: Remove support for Solaris on PPC and for old versions.
1378
1379 * configure.in: Remove non-working lynxos port.
1380
13812010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
1382
1383 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
1384
13852010-03-19 Glenn Morris <rgm@gnu.org>
1386
1387 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
1388 happy.
1389
13902010-03-18 Jan Djärv <jan.h.d@swipnet.se>
1391
1392 * configure.in: Check for tputs and friends, abort if not
1393 found (bug#5735).
1394
13952010-03-18 Glenn Morris <rgm@gnu.org>
1396
1397 * configure.in (--with-x-toolkit): In the help text, say which options
1398 are synonyms.
1399
1400 * configure.in (--with-mmdf, --with-mail-unlink):
1401 New options, off by default.
1402 (--with-mailhost): New option to set default POP host.
1403 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
1404 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
1405 New variables, substituted in Makefiles.
1406 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
1407 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
1408 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
1409 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
1410 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
1411
14122010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1413
1414 * Makefile.in (uninstall): Handle the case where archlibdir does not
1415 exist. (Bug#5720)
1416
14172010-03-12 Eli Zaretskii <eliz@gnu.org>
1418
1419 These changes remove termcap.c from the build on Posix platforms.
1420 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
1421
1422 * configure: Regenerated.
1423
14242010-03-10 Chong Yidong <cyd@stupidchicken.com>
1425
1426 * Branch for 23.2.
1427
14282010-01-31 Juri Linkov <juri@jurta.org>
1429
1430 * .bzrignore: Add TAGS-LISP.
1431
14322010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1433
1434 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
1435 this header file).
1436
14372010-01-12 Juanma Barranquero <lekktu@gmail.com>
1438
1439 * .bzrignore: Ignore all .exe, instead of individual files.
1440
14412010-01-12 Chong Yidong <cyd@stupidchicken.com>
1442
1443 * configure.in: Explicitly check for and link to -lXrender.
1444
14452010-01-12 Glenn Morris <rgm@gnu.org>
1446
1447 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
1448 for bug reports for development versions.
1449
14502010-01-02 Eli Zaretskii <eliz@gnu.org>
1451
1452 * .bzrignore: Add more ignored patterns, including for the MS-DOS
1453 build.
1454
14552009-12-27 Karl Fogel <kfogel@red-bean>
1456
1457 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
1458 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
1459
14602009-12-17 Glenn Morris <rgm@gnu.org>
1461
1462 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
1463
14642009-12-15 Glenn Morris <rgm@gnu.org>
1465
1466 * info/dir: Add EDT entry.
1467 * Makefile.in (INFO_FILES): Add edt.
1468
14692009-12-10 Jan Djärv <jan.h.d@swipnet.se>
1470
1471 * configure.in: Check for RSVG if GNUStep is used.
1472
14732009-12-09 Jan Djärv <jan.h.d@swipnet.se>
1474
1475 * configure.in: Don't check for RSVG or GConf unless X11 is used.
1476
14772009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
1478
1479 * configure.in: Allow compiling Emacs with GTK on Cygwin.
1480
14812009-12-01 Glenn Morris <rgm@gnu.org>
1482
1483 * make-dist: Add etc/images/mpc directory.
1484
14852009-11-21 Jan Djärv <jan.h.d@swipnet.se>
1486
1487 * configure.in: Don't check for GConf unless X is used.
1488
14892009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1490
1491 * configure.in: Use -Wdeclaration-after-statement if available.
1492
14932009-11-17 Jan Djärv <jan.h.d@swipnet.se>
1494
1495 * configure.in: New option: --with(out)-gconf.
1496 Set HAVE_GCONF if we find gconf.
1497
14982009-11-17 Glenn Morris <rgm@gnu.org>
1499
1500 * Makefile.in (INFO_FILES): Add semantic.
1501
15022009-11-16 Chong Yidong <cyd@stupidchicken.com>
1503
1504 * info/dir: Add Semantic.
1505
15062009-11-16 Glenn Morris <rgm@gnu.org>
1507
1508 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
1509 pattern, so as not to exclude makefile*.el. (Bug#4912)
1510
15112009-11-14 Jan Djärv <jan.h.d@swipnet.se>
1512
1513 * configure.in: --enable-autodepend is new. Check for GNU Make
1514 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
1515 gcc and GNU make to generate dependencies.
1516
15172009-10-27 Glenn Morris <rgm@gnu.org>
1518
1519 * make-dist: Make links to doc/lispintro/*.pdf.
1520
15212009-10-23 Jim Meyering <meyering@redhat.com>
1522
1523 * configure.in: Invoke $CPP with -P when creating Makefile and
1524 src/Makefile. Without this, gcc 4.4.2 converts each
1525 backslash-newline pair in the input to a bare newline, yielding
1526 invalid Makefiles.
1527
1528 * configure: Regenerate.
1529
15302009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
1531
1532 * configure.in (vax-dec-vms): Remove, not supported anymore.
1533
15342009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1535
1536 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
1537 (*-apple-darwin*): Add x86_64 architecture.
1538
15392009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
1540
1541 * config.guess, config.sub: Updated from master source.
1542
15432009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
1544
1545 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
1546
15472009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
1548
1549 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
1550
15512009-09-29 Glenn Morris <rgm@gnu.org>
1552
1553 * make-dist (check): Update for two new levels of subdirectory in lisp/.
1554
15552009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1556
1557 * config.guess, config.sub: Updated from master source.
1558
1559 * configure.in (OTHER_FILES): Define using autoconf not cpp.
1560
15612009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
1562
1563 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
1564
15652009-09-13 Chong Yidong <cyd@stupidchicken.com>
1566
1567 * INSTALL: Update URL for GNU FreeFont.
1568
15692009-09-09 Glenn Morris <rgm@gnu.org>
1570
1571 * Makefile.in (install-arch-indep): Don't recursively change perms of
1572 site-lisp and infodir. There may be non-Emacs files in here, and the
1573 files supplied by Emacs are all handled explicitly already. (Bug#3800)
1574 (mkdir): Set umask to world-readable before creating directories.
1575 mkinstalldirs already checks if dirs exist, don't duplicate this test.
1576
15772009-08-29 Glenn Morris <rgm@gnu.org>
1578
1579 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
1580 (info): Don't give an error in the absence of makeinfo - let the doc
1581 Makefiles do that, if the info files need rebuilding. (Bug#3982)
1582
15832009-08-23 Ken Raeburn <raeburn@raeburn.org>
1584
1585 * Makefile.in (install-arch-indep): If the versioned DOC-####
1586 generated during loadup+dump isn't found, install the plain DOC
1587 file that always gets generated, in case CANNOT_DUMP is set.
1588
1589 * configure.in: Warn if package version specified here doesn't
1590 match the version in version.el.
1591 * configure: Regenerate.
1592
15932009-08-22 Michael Albinus <michael.albinus@gmx.de>
1594
1595 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
1596
1597 * configure: Regenerate.
1598
15992009-08-19 Glenn Morris <rgm@gnu.org>
1600
1601 * INSTALL: Remove reference to cvtmail.
1602
16032009-08-15 CHENG Gao <chenggao@gmail.com>
1604
1605 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
1606
16072009-08-02 Kevin Ryde <user42@zip.com.au>
1608
1609 * INSTALL: Fix free fonts URL.
1610
16112009-07-22 Glenn Morris <rgm@gnu.org>
1612
1613 * configure.in (AC_PREREQ): Require autoconf 2.62.
1614
16152009-07-04 Andreas Schwab <schwab@linux-m68k.org>
1616
1617 * configure.in (--enable-checking, --enable-profiling):
1618 Use AS_HELP_STRING.
1619
16202009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1621
1622 * configure.in (--enable-profiling): New option.
1623 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
1624
16252009-06-27 Glenn Morris <rgm@gnu.org>
1626
1627 * configure.in: Restore netbsd on mips, mipsel, mipseb.
1628
16292009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1630
1631 * configure.in (--enable-checking): New option.
1632
16332009-06-24 Glenn Morris <rgm@gnu.org>
1634
1635 * make-dist: Warn if subdir does not exist in source.
1636 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
1637 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
1638 No longer make links.
1639
16402009-06-24 Yavor Doganov <yavor@gnu.org>
1641
1642 * make-dist (tempdir): Don't create directories preferences.gorm
1643 and preferences.nib, they are no longer required.
1644
16452009-06-21 Chong Yidong <cyd@stupidchicken.com>
1646
1647 * Branch for 23.1.
1648
16492009-06-12 Chong Yidong <cyd@stupidchicken.com>
1650
1651 * configure.in: Delete mac-fix-env target, which has been
1652 removed (Bug#3531).
1653
16542009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
1655
1656 * configure.in: Don't define CANNOT_DUMP for GNUStep any more.
1657
16582009-05-05 Per Starbäck <per@starback.se> (tiny change)
1659
1660 * BUGS: Use new binding of view-emacs-problems.
1661
16622009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
1663
1664 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
1665 for Solaris compatibility.
1666
16672009-04-25 Chong Yidong <cyd@stupidchicken.com>
1668
1669 * configure: Regenerate.
1670
1671 * configure.in: Disable use of FreeType without libXft.
1672
16732009-04-19 Jan Djärv <jan.h.d@swipnet.se>
1674
1675 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
1676 Check if it is declared in gtk.h.
1677
16782009-04-12 Andreas Schwab <schwab@linux-m68k.org>
1679
1680 * Makefile.in (install-arch-indep): Remove .gitignore files.
1681
16822009-04-03 Kenichi Handa <handa@m17n.org>
1683
1684 * INSTALL: Make the section "Complex Text Layout support
1685 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
1686
16872009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
1688
1689 * configure.in (rs6000-ibm-aix6*): Fix typo.
1690
16912009-03-04 Glenn Morris <rgm@gnu.org>
1692
1693 * Makefile.in (INFO_FILES): Add auth.
1694
16952009-03-03 Glenn Morris <rgm@gnu.org>
1696
1697 * info/dir: Add Auth-source.
1698
16992009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1700
1701 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
1702 the second.
1703
17042009-02-28 Eli Zaretskii <eliz@gnu.org>
1705
1706 * config.bat: Copy .dbxinit to _dbxinit.
1707
1708 * make-dist (Making links to `info'): Remove .gitignore.
1709
17102009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1711
1712 * Makefile.in (lib-src, lisp): Use simpler rule.
1713 (src): Be more specific to avoid recompiling all the .elc files just
1714 because the bootstrap-emacs is missing.
1715
17162009-02-26 Chong Yidong <cyd@stupidchicken.com>
1717
1718 * configure.in: Require librsvg >= 2.11.
1719
17202009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1721
1722 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
1723 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
1724
17252009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
1726
1727 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
1728
17292009-02-03 Glenn Morris <rgm@gnu.org>
1730
1731 * make-dist: Add some missing files, remove some that are no longer
1732 present.
1733
17342009-02-02 Glenn Morris <rgm@gnu.org>
1735
1736 * make-dist: Add some missing nextstep/ files.
1737
17382009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
1739
1740 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
1741
17422009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1743
1744 * configure.in: Add support for m68k-*-netbsd.
1745
17462009-01-14 Juri Linkov <juri@jurta.org>
1747
1748 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
1749
1750 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
1751 and bug-reference-mode.
1752
17532009-01-11 Juri Linkov <juri@jurta.org>
1754
1755 * INSTALL.CVS: Move configuration explicitly to the first step.
1756
17572009-01-09 Glenn Morris <rgm@gnu.org>
1758
1759 * .dir-locals.el: Don't set indent-tabs-mode.
1760
17612008-12-30 Kenichi Handa <handa@m17n.org>
1762
1763 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
1764 the function OTF_get_variation_glyphs.
1765
17662008-12-30 Jan Djärv <jan.h.d@swipnet.se>
1767
1768 * Makefile.in (install-arch-dep): Remove old directories in
1769 ns_app* before moving new directories there.
1770
17712008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
1772
1773 * .dir-locals.el: Remove non-working entry for pmail.
1774 (fill-column): Fix typo.
1775 (change-log-mode): Add fill column.
1776
17772008-12-26 Eli Zaretskii <eliz@gnu.org>
1778
1779 * config.bat: Produce _dir-locals.el from .dir-locals.el.
1780
17812008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
1782
1783 * make-dist (tempdir): Distribute .dir-locals.el.
1784
1785 * .dir-locals.el: New file.
1786
17872008-12-19 Eli Zaretskii <eliz@gnu.org>
1788
1789 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
1790 for rationale.
1791
17922008-12-13 Glenn Morris <rgm@gnu.org>
1793
1794 * Makefile.in (install-arch-indep): Add new man-pages.
1795 (manext): Remove variable.
1796 (MAN_PAGES): New variable.
1797 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
1798 and remove.
1799 (uninstall): Remove desktop file and icons, game scores if empty.
1800
18012008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1802
1803 * config.guess, config.sub: Updated from master source.
1804
18052008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1806
1807 * Makefile.in (install-arch-indep): Install ebrowse.1.
1808
18092008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
1810
1811 * configure.in: Add Solaris on x86_64.
1812
18132008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1814
1815 * config.guess, config.sub: Updated from master source.
1816
18172008-12-08 Eli Zaretskii <eliz@gnu.org>
1818
1819 * info/dir: Fix last change.
1820
18212008-12-07 Eli Zaretskii <eliz@gnu.org>
1822
1823 * info/dir: Untabify.
1824
18252008-11-28 Ulrich Mueller <ulm@gentoo.org>
1826
1827 * configure.in: Fix last change.
1828
18292008-11-28 Richard M Stallman <rms@gnu.org>
1830
1831 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
1832 New configurations.
1833
18342008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
1835
1836 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
1837 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
1838
18392008-11-15 Eli Zaretskii <eliz@gnu.org>
1840
1841 * Makefile.in (INFO_FILES): Remove ns-emacs.
1842
1843 * info/dir (NS-Emacs): Remove entry.
1844
18452008-11-08 Eli Zaretskii <eliz@gnu.org>
1846
1847 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
1848
18492008-11-07 Glenn Morris <rgm@gnu.org>
1850
1851 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
1852
18532008-10-31 Eli Zaretskii <eliz@gnu.org>
1854
1855 * config.bat: Tell user to expect one "File not found" message
1856 while the `doc' directory is being configured.
1857
18582008-10-30 Chong Yidong <cyd@stupidchicken.com>
1859
1860 * update-subdirs: Put obsolete directory last.
1861
18622008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
1863
1864 * configure.in: Check fontconfig always.
1865
18662008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1867
1868 * configure (*-solaris2.[7-9]*): Fix typo.
1869
18702008-10-24 Glenn Morris <rgm@gnu.org>
1871
1872 * configure.in (--without-sync-input, --with-pkg-config-prog):
1873 Help strings start with lower case.
1874 (--with-gnustep-conf): New option.
1875 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
1876
18772008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
1878
1879 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
1880 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
1881 is not found. (Bug#1230)
1882
18832008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
1884
1885 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
1886 Use sol2-6.h for Solaris 7-9.
1887
18882008-10-18 Ulrich Mueller <ulm@gentoo.org>
1889
1890 * configure.in: Add support for GNU/Linux on SuperH.
1891
18922008-10-12 Andreas Schwab <schwab@suse.de>
1893
1894 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
1895
18962008-08-28 Adrian Robert <Adrian.B.Robert@gmail.com>
1897
1898 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
1899 "X") to avoid confusion.
1900
1901 * configure: Regenerate.
1902
19032008-09-07 Romain Francoise <romain@orebokech.com>
1904
1905 * make-dist: Distribute doc/man/ChangeLog.
1906
19072008-08-28 Chong Yidong <cyd@stupidchicken.com>
1908
1909 * configure.in: Disable XFT and Freetype when without X.
1910
1911 * configure: Regenerate.
1912
19132008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
1914
1915 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
1916
19172008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
1918
1919 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
1920 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
1921
1922 * configure: Regenerate.
1923
19242008-08-20 Eli Zaretskii <eliz@gnu.org>
1925
1926 * configure.in: Move "#define subprocesses" before
1927 config_opsysfile is included.
1928
19292008-08-19 Kenichi Handa <handa@m17n.org>
1930
1931 * INSTALL (Extra fonts): Mention local fonts, don't mention
1932 mule-unicode.
1933
19342008-08-16 Chong Yidong <cyd@stupidchicken.com>
1935
1936 * make-dist: Omit info/.arch-inventory.
1937
19382008-08-16 Jason Rumney <jasonr@gnu.org>
1939
1940 * make-dist (tempdir/nt): Link emacsclient.rc.
1941
19422008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1943
1944 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
1945 AC_SUBST it.
1946 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
1947 AC_SUBST it.
1948 (OTHER_FILES): Always define for HAVE_NS.
1949 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
1950 * configure: Regenerate.
1951
19522008-08-07 Andreas Schwab <schwab@suse.de>
1953
1954 * configure.in: Correctly handle
1955 --enable-cocoa-experimental-ctrl-g=no and
1956 --enable-ns-self-contained=yes.
1957
19582008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
1959
1960 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
1961 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
1962 bother undef'ing since won't have desired effect.
1963
19642008-08-06 Andreas Schwab <schwab@suse.de>
1965
1966 * configure.in: Fix quoting.
1967
19682008-08-06 Chong Yidong <cyd@stupidchicken.com>
1969
1970 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
1971
19722008-08-05 Ulrich Mueller <ulm@gentoo.org>
1973
1974 * configure.in: Add checks for krb5_error.text and
1975 krb5_error.e_text struct members.
1976
19772008-08-04 Chong Yidong <cyd@stupidchicken.com>
1978
1979 * configure.in: Test for existence of NSInteger.
1980 Suggested by Yavor Doganov.
1981
19822008-08-02 Romain Francoise <romain@orebokech.com>
1983
1984 * Makefile.in (INFO_FILES): Add mairix-el.
1985
19862008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1987
1988 * make-dist:
1989 * README: Remove VMS support.
1990 * vms: Remove directory.
1991
19922008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1993
1994 * configure.in (MULTI_KBOARD): Remove.
1995
19962008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1997
1998 * configure.in (DO_BLOCK_INPUT): Remove, unused.
1999
20002008-07-29 Chong Yidong <cyd@stupidchicken.com>
2001
2002 * info/dir (File): Add mairix-el.
2003
20042008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
2005
2006 Remove support for Mac Carbon.
2007 * mac: Remove directory.
2008 * make-dist:
2009 * configure.in:
2010 * README:
2011 * Makefile.in:
2012 * INSTALL: Remove code for Carbon.
2013 * configure: Regenerate.
2014
20152008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
2016
2017 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
2018
20192008-07-25 Chong Yidong <cyd@stupidchicken.com>
2020
2021 * configure.in: Check for getrlimit.
2022
2023 * configure: Regenerate.
2024
20252008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
2026
2027 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
2028 in src/Makefile.in.
2029 (static): Remove, autoconf would always comment it out anyway.
2030 (subprocesses): Define unconditionally.
2031
20322008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
2033
2034 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
2035 compilation under GNUstep.
2036
20372008-07-18 Kenichi Handa <handa@m17n.org>
2038
2039 * INSTALL (Complex Text Layout support libraries): Delete the
2040 paragraph about --enable-font-backend.
2041
20422008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
2043
2044 * configure.in: Print out some info to user for NeXTstep builds.
2045 (ns-app): Remove enable option.
2046 (ns-self-contained): Add enable option.
2047 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
2048 GNUstep, use to set install prefixes, and substitute in Makefiles.
2049 * configure: Regenerate.
2050 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
2051 NS app bundle.
2052
20532008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2054
2055 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
2056
20572008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
2058
2059 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
2060 NS_IMPL_COCOA.
2061
20622008-07-16 Glenn Morris <rgm@gnu.org>
2063
2064 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
2065 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
2066 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
2067 never unset.
2068
2069 * make-dist: Add nextstep/ directories.
2070 (src, lib-src): Add .m files.
2071
20722008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2073
2074 * configure.in (freebsd, kfreebsd): Undo part of previous change.
2075 (USER_FULL_NAME): Remove, not used anymore.
2076 * configure: Regenerate.
2077
20782008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2079
2080 Changes and additions for NeXTstep windowing system (Cocoa and
2081 GNUstep) support.
2082
2083 * configure.in: Add support for NS window system: --with-ns (default
2084 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
2085 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
2086 disable font backend if window system is "none", not if !HAVE_X11.
2087 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
2088 (install-arch-dep): Add commands to assemble NS .app package.
2089
20902008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
2091
2092 * configure.in: Use macppc for Darwin. Remove references to
2093 desupported systems.
2094 * configure: Regenerate.
2095
20962008-07-05 Glenn Morris <rgm@gnu.org>
2097
2098 * make-dist (EMACS): Doc fix.
2099 (lisp): There are no *.dat or image files here any more.
2100 (src): There are no *.s files here any more.
2101 (etc/images, etc/images/*): Link to most regular files.
2102
21032008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2104
2105 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
2106
21072008-07-01 Glenn Morris <rgm@gnu.org>
2108
2109 * configure.in (cpp_undefs): Rename from `undefs', update uses.
2110 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
2111 and explicitly export there. (Bug#507.)
2112
21132008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2114
2115 * configure.in:
2116 * configure: Remove references to obsolete systems.
2117
21182008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2119
2120 * Makefile.in (Makefile): Use it for its timestamp value as well, and
2121 make it depend on all other */.in files.
2122 (src/Makefile, src/config.stamp, lib-src/Makefile)
2123 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
2124 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
2125 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
2126 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
2127
2128 * configure.in: Don't create src/config.stamp any more.
2129
21302008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2131
2132 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
2133
21342008-06-22 Glenn Morris <rgm@gnu.org>
2135
2136 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
2137
21382008-06-21 Romain Francoise <romain@orebokech.com>
2139
2140 * Makefile.in (INFO_FILES): Add sasl.
2141
21422008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2143
2144 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
2145 (bootstrap-build): Remove.
2146 (top_bootclean): New var.
2147 (top_distclean, bootstrap-clean): Use it.
2148 (bootstrap): Don't recheck config. Make normally.
2149
21502008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2151
2152 * Makefile.in (SUBDIR): Include `lisp'.
2153 (lisp): Depend on `src'.
2154 (top_distclean): Don't remove config.status.
2155 (bootstrap-clean): New target.
2156 (maintainer-clean): Use it.
2157 (bootstrap): Use bootstrap-clean. Re-run config.status.
2158 (src/bootstrap-emacs${EXEEXT}): New target.
2159 (bootstrap-build): Use it. Don't use bootstrap-prepare because
2160 src/Makefile now takes care of it.
2161 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
2162
21632008-06-15 Glenn Morris <rgm@gnu.org>
2164
2165 * info/dir: Add sasl.
2166
21672008-06-09 Alan Mackenzie <acm@muc.de>
2168
2169 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
2170
21712008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
2172
2173 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
2174
21752008-06-07 Glenn Morris <rgm@gnu.org>
2176
2177 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
2178 serve no purpose.
2179
21802008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
2181
2182 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
2183 * configure: Regenerate.
2184
21852008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2186
2187 * update-subdirs: Don't touch subdirs.el if it is unchanged.
2188
21892008-05-14 Kenichi Handa <handa@m17n.org>
2190
2191 * configure: Regenerate.
2192
2193 * configure.in: Don't handle --disable-font-backend. Don't print
2194 a message about a font backend.
2195
21962008-05-09 Glenn Morris <rgm@gnu.org>
2197
2198 * configure.in: Make absence of makeinfo a fatal error only if the info
2199 files don't exist.
2200 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
2201
22022008-05-07 Eli Zaretskii <eliz@gnu.org>
2203
2204 * config.bat: Fix last change: don't use < and > in "rem" lines,
2205 they are interpreted as redirection by DOS shells.
2206
22072008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2208
2209 * configure.in: Check availability of AvailabilityMacros.h
2210 if HAVE_CARBON.
2211
2212 * configure: Regenerate.
2213
22142008-05-03 Glenn Morris <rgm@gnu.org>
2215
2216 * configure.in (x_libraries): Remove standard 64-bit directories -
2217 experimental workaround for minor autoconf bug.
2218
2219 * configure.in (--without-makeinfo): New option. If set,
2220 absence of suitable makeinfo is not a fatal error.
2221 * Makefile.in (MAKEINFO): New, set by configure.
2222 (install-arch-indep): Without makeinfo, ignore any missing manuals.
2223 (info-real): New target.
2224 (info): Without makeinfo, do nothing, else call `info-real'.
2225
22262008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2227
2228 * configure.in: Remove hpux10.20 from the desupported list.
2229
22302008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2231
2232 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
2233
22342008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2235
2236 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
2237 rather than change CPPFLAGS.
2238 (HAVE_GTK): Rename to USE_GTK.
2239
22402008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
2241
2242 * configure.in: Replace the obsolete macros AC_AIX and
2243 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
2244
22452008-04-05 Andreas Schwab <schwab@suse.de>
2246
2247 * configure.in: No longer create admin/unidata/Makefile.
2248
22492008-03-28 Andreas Schwab <schwab@suse.de>
2250
2251 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
2252 (lisp/Makefile): New rule.
2253
22542008-03-13 Glenn Morris <rgm@gnu.org>
2255
2256 * configure.in (AC_INIT): Fix version number.
2257 (sync-input): Reword the option, since it's on by default.
2258
22592008-03-11 Jan Djärv <jan.h.d@swipnet.se>
2260
2261 * configure.in: Add --enable-sync-input, default yes.
2262
22632008-03-11 Glenn Morris <rgm@gnu.org>
2264
2265 * Makefile.in (install-etc, mkdir): Handle directory
2266 etc/images/icons/hicolor/*/mimetypes/.
2267
2268 * make-dist: Handle icons/hicolor/scalable directory.
2269
22702008-03-05 Glenn Morris <rgm@gnu.org>
2271
2272 * configure.in: Enable font-backend by default.
2273 (USE_FONT_BACKEND): Set to "no" in absence of X.
2274 (PKG_CONFIG): Don't set multiple times, once is enough.
2275 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
2276
22772008-03-03 Glenn Morris <rgm@gnu.org>
2278
2279 * Makefile.in (iconsrcdir): New variable.
2280 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
2281 directory.
2282
22832008-02-29 Glenn Morris <rgm@gnu.org>
2284
2285 * test/: New directory.
2286
22872008-02-27 Jan Djärv <jan.h.d@swipnet.se>
2288
2289 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
2290
22912008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
2292
2293 * configure.in: Print an error for systems that we think are obsolete
2294 and are proposed to be removed. Remove some more unused systems.
2295 Add support for powerpc-ibm-aix6*.
2296
22972008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
2298
2299 * configure.in: Remove references to obsolete variables and systems.
2300
23012008-02-21 Glenn Morris <rgm@gnu.org>
2302
2303 * Makefile.in (set_installuser): New.
2304 (install-arch-indep): Use set_installuser to avoid duplicate code.
2305
2306 * README.unicode: Split into admin/notes/unicode,font-backend and
2307 remove.
2308
23092008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
2310
2311 * configure.in (arm*-*-freebsd*): Add.
2312
23132008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
2314
2315 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
2316 dealing with obsolete variables.
2317
23182008-02-08 Glenn Morris <rgm@gnu.org>
2319
2320 * Makefile.in (check-info-dir): New target.
2321
23222008-02-08 Michael Olson <mwolson@gnu.org>
2323
2324 * Makefile.in (INFO_FILES): Add epa.
2325
2326 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
2327 features" section.
2328
23292008-02-06 Glenn Morris <rgm@gnu.org>
2330
2331 * configure.in (--with-gcc): Give an error saying this option has
2332 been removed.
2333 (--with-gtk): Remove this option.
2334
23352008-02-06 Tom Tromey <tromey@redhat.com>
2336
2337 * configure.in (--with-gcc): Remove.
2338 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
2339
23402008-02-05 Ulrich Mueller <ulm@gentoo.org>
2341
2342 * INSTALL: Recommend giflib, not libungif.
2343
23442008-02-05 Tom Tromey <tromey@redhat.com>
2345
2346 * configure.in (--with-dbus): Default to enabled.
2347
23482008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
2349
2350 * INSTALL (Complex Text Layout support libraries): New section.
2351
23522008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
2353
2354 * make-dist: Remove references to files in mac/ that have been
2355 deleted.
2356
23572008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
2358
2359 * configure.in: For libotf and m17n-flt checks, set shell vars
2360 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
2361 pkg_check_m17n_flt, respectively, for the sake of the summary output.
2362 Reported by Ulrich Mueller.
2363
23642008-02-02 Eli Zaretskii <eliz@gnu.org>
2365
2366 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
2367 admin/unidata/Makefile.in to Makefile.
2368
23692008-02-02 Glenn Morris <rgm@gnu.org>
2370
2371 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
2372 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
2373 (HAVE_XFT): Add "Does Emacs use..." messages at end.
2374
23752008-02-01 Miles Bader <miles@gnu.org>
2376
2377 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
2378 [libotf], and [m17n-flt] options.
2379
23802008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2381
2382 * configure.in: Add EMACS_ARG_N([libotf]...), and
2383 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
2384 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
2385 CFLAGS, and LIBS in checking of m17n-flt.
2386
23872008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
2388
2389 * configure.in: Check the availability of m17n-flt library.
2390
23912008-02-01 Kenichi Handa <handa@m17n.org>
2392
2393 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
2394 not available.
2395
23962008-02-01 Kenichi Handa <handa@m17n.org>
2397
2398 * configure.in: New args --enable-font-backend, --with-xft,
2399 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
2400 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
2401 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
2402 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
2403
24042008-02-01 Kenichi Handa <handa@m17n.org>
2405
2406 * make-dist: Include etc/charsets in tarball.
2407
24082008-02-01 Kenichi Handa <handa@m17n.org>
2409
2410 * configure.in: While running cpp on junk.c, include
2411 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
2412 exists.
2413
24142008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
2415
2416 * configure.in (xtensa): Match more configurations.
2417
24182008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
2419
2420 * configure.in: Update comment.
2421
24222008-01-26 Glenn Morris <rgm@gnu.org>
2423
2424 * configure.in (--without-gcc): By default, neither off nor on.
2425 (--with-carbon): Tone down rhetoric in help text.
2426
24272008-01-25 Glenn Morris <rgm@gnu.org>
2428
2429 * configure.in: Correct usage of OPTION_DEFAULT_ON,
2430 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
2431 Default `Carbon' to off (it's unsupported).
2432
24332008-01-24 Glenn Morris <rgm@gnu.org>
2434
2435 * configure.in: Standardize dbus-related messages.
2436
24372008-01-23 Michael Olson <mwolson@gnu.org>
2438
2439 * configure.in (pkg-config-prog): Remove initial whitespace.
2440
24412008-01-23 Tom Tromey <tromey@redhat.com>
2442
2443 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
2444 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
2445 Update all users.
2446
24472008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
2448
2449 * config.guess, config.sub: Updated from master source.
2450
24512008-01-17 Andreas Schwab <schwab@suse.de>
2452
2453 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
2454
24552008-01-17 Glenn Morris <rgm@gnu.org>
2456
2457 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
2458
24592008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
2460
2461 * configure.in: Remove more references to unsupported systems.
2462
24632008-01-16 Sven Joachim <svenjoac@gmx.de>
2464
2465 * make-dist: Add --lzma.
2466
24672008-01-16 Glenn Morris <rgm@gnu.org>
2468
2469 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
2470 configure checks for this.
2471
24722008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
2473
2474 * configure.in: Remove more references to unsupported systems.
2475
24762008-01-06 Romain Francoise <romain@orebokech.com>
2477
2478 * configure.in: Delete extra semicolons.
2479
24802008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2481
2482 * configure.in: Remove references to unsupported systems.
2483
24842008-01-05 Romain Francoise <romain@orebokech.com>
2485
2486 * make-dist: Add --bzip2. Update copyright.
2487
24882008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2489
2490 * configure.in: Remove support for Masscomp.
2491
24922008-01-05 Glenn Morris <rgm@gnu.org>
2493
2494 * Makefile.in (desktopdir, icondir): New variables.
2495 (install-arch-indep): Also depend on `install-etc'.
2496 (install-etc): New target.
2497 (mkdir): Also create the `applications' and `icons' directories.
2498
24992008-01-04 Glenn Morris <rgm@gnu.org>
2500
2501 * make-dist: Update for new etc/images/icons/hicolor directory.
2502
25032007-12-09 Andreas Schwab <schwab@suse.de>
2504
2505 * configure.in: D-Bus is not enabled by default.
2506
25072007-12-06 Jan Djärv <jan.h.d@swipnet.se>
2508
2509 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
2510 change.
2511
25122007-12-04 Jan Djärv <jan.h.d@swipnet.se>
2513
2514 * configure.in: Give package name and version to AC_INIT.
2515
25162007-12-03 Magnus Henoch <mange@freemail.hu>
2517
2518 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
2519
25202007-12-03 Michael Albinus <michael.albinus@gmx.de>
2521
2522 * configure.in: No need for DBUS_INFO anymore.
2523
2524 * Makefile.in (INFO_FILES): Use dbus unconditionally.
2525
25262007-12-02 Michael Albinus <michael.albinus@gmx.de>
2527
2528 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
2529
2530 * Makefile.in (INFO_FILES): Add dbus.
2531
25322007-12-02 Romain Francoise <romain@orebokech.com>
2533
2534 * make-dist: Fix last change.
2535
25362007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
2537
2538 * configure.in: Add support for gnu-kfreebsd.
2539
25402007-11-28 Glenn Morris <rgm@gnu.org>
2541
2542 * make-dist: Add etc/nxml.
2543
25442007-11-24 Romain Francoise <romain@orebokech.com>
2545
2546 * Makefile.in (INFO_FILES): Add nxml-mode.
2547
25482007-11-23 Romain Francoise <romain@orebokech.com>
2549
2550 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
2551 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
2552
25532007-11-20 Andreas Schwab <schwab@suse.de>
2554
2555 * configure.in: Always include <resolv.h> when checking for res_init.
2556
25572007-11-17 Andreas Schwab <schwab@suse.de>
2558
2559 * update-subdirs: Atomically update subdirs.el.
2560
25612007-11-17 Glenn Morris <rgm@gnu.org>
2562
2563 * Makefile.in (check-declare): New target.
2564
25652007-11-07 Glenn Morris <rgm@gnu.org>
2566
2567 * configure.in: Deprecate Mac Carbon port.
2568
25692007-11-01 Jan Djärv <jan.h.d@swipnet.se>
2570
2571 * configure.in: Remove HAVE_X11R5 check.
2572
25732007-10-31 Glenn Morris <rgm@gnu.org>
2574
2575 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
2576 when changing ownership of installed files.
2577
25782007-10-30 Glenn Morris <rgm@gnu.org>
2579
2580 * make-dist: Add new directory etc/gnus.
2581
25822007-10-30 Michael Olson <mwolson@gnu.org>
2583
2584 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
2585
25862007-10-29 Glenn Morris <rgm@gnu.org>
2587
2588 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
2589
25902007-10-23 Glenn Morris <rgm@gnu.org>
2591
2592 * MAINTAINERS: Move to admin/.
2593
25942007-10-17 Chong Yidong <cyd@stupidchicken.com>
2595
2596 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
2597 (HAVE_LIBRESOLV): Also define if we are using res_init().
2598
25992007-10-17 Glenn Morris <rgm@gnu.org>
2600
2601 * FTP: Remove file, since it's just a duplicate of one in etc/.
2602
26032007-10-05 Eli Zaretskii <eliz@gnu.org>
2604
2605 * config.bat: Fix configuring `doc' due to changes in the
2606 directory structure.
2607
26082007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
2609
2610 * configure.in: Don't use -lpthread on HP-UX.
2611
26122007-09-16 Glenn Morris <rgm@gnu.org>
2613
2614 * make-dist: File gfdl.1 has been removed.
2615
26162007-09-15 Glenn Morris <rgm@gnu.org>
2617
2618 * configure.in: Fix makeinfo version regexp.
2619
26202007-09-12 Glenn Morris <rgm@gnu.org>
2621
2622 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
2623 implementation of alloca is not found.
2624
2625 * Makefile.in (SOURCES, unlock, relock): Delete.
2626 (install-arch-indep): Do not exclude the etc/ Makefiles.
2627
26282007-09-09 Juri Linkov <juri@jurta.org>
2629
2630 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
2631
2632 * README: Add doc/ to documentation directories.
2633
26342007-09-08 Michael Olson <mwolson@gnu.org>
2635
2636 * MAINTAINERS: Add myself for ERC and tq.el.
2637 Update for new doc/ directory layout.
2638
26392007-09-06 Romain Francoise <romain@orebokech.com>
2640
2641 * make-dist: Update for new doc/ directory layout.
2642
26432007-09-06 Glenn Morris <rgm@gnu.org>
2644
2645 * Makefile.in (mansrcdir): New variable.
2646 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
2647 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
2648 update these targets for new doc/ directory layout.
2649 (doc/misc/Makefile): New target.
2650 (install-arch-indep): Use mansrcdir for new location of manpages.
2651 (mostlyclean, clean, distclean, maintainer-clean, unlock)
2652 (relock, info, dvi): Update targets for new doc/ directory layout.
2653
2654 * configure.in (AC_OUTPUT): Update names of generated Makefiles
2655 for new doc/ directory layout.
2656
26572007-09-02 Andreas Schwab <schwab@suse.de>
2658
2659 * configure.in: Use AS_HELP_STRING throughout.
2660 * configure: Regenerate.
2661
26622007-09-02 Jan Djärv <jan.h.d@swipnet.se>
2663
2664 * configure.in: Require Gtk/Glib 2.6.
2665
26662007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
2667
2668 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
2669 Use them throughout in place of AC_ARG_WITH calls.
2670 * configure: Regenerate.
2671
26722007-09-01 Andreas Schwab <schwab@suse.de>
2673
2674 * configure.in: Put quotes around nested macro calls.
2675
26762007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
2677
2678 * configure.in: Fix typo.
2679 * configure: Regenerate.
2680
26812007-08-30 Glenn Morris <rgm@gnu.org>
2682
2683 * configure.in (AH_BOTTOM): Copy some manual changes made to
2684 src/config.in here so they are not lost when it regenerates.
2685
2686 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
2687
26882007-08-29 Károly Lőrentey <karoly@lorentey.hu>
2689
2690 * README.multi-tty: New file.
2691
26922007-08-29 Glenn Morris <rgm@gnu.org>
2693
2694 * README: Increase version to 23.0.50.
2695
26962007-08-29 Jan Djärv <jan.h.d@swipnet.se>
2697
2698 * configure.in: New option: --without-xaw3d.
2699
27002007-08-24 Glenn Morris <rgm@gnu.org>
2701
2702 * configure.in: Check for a suitably recent makeinfo.
2703
27042007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
2705
2706 * configure.in (Check for required libraries): Typo.
2707
27082007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2709
2710 * configure.in: Check librsvg2 also for Mac Carbon.
2711
27122007-08-22 Romain Francoise <romain@orebokech.com>
2713
2714 * make-dist: Follow reorganization of files in etc/.
2715
27162007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
2717
2718 * configure.in: Add support for SVG images through librsvg2.
2719
27202007-07-28 Eli Zaretskii <eliz@gnu.org>
2721
2722 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
2723 to avoid an error message if there is no DOC there.
2724
27252007-07-25 Glenn Morris <rgm@gnu.org>
2726
2727 * Relicense all FSF files to GPLv3 or later.
2728
2729 * COPYING, info/COPYING: Switch to GPLv3.
2730
27312007-06-20 Jan Djärv <jan.h.d@swipnet.se>
2732
2733 * configure.in: Complain if X seems to be installed but no
2734 development files were found.
2735
27362007-06-20 Glenn Morris <rgm@gnu.org>
2737
2738 * configure.in: Prefer libgif over libungif.
2739
27402007-06-14 Jan Djärv <jan.h.d@swipnet.se>
2741
2742 * configure.in: Check for all image libraries before exiting.
2743
27442007-06-13 Jan Djärv <jan.h.d@swipnet.se>
2745
2746 * configure.in: Exit with error if image libraries aren't found.
2747
27482007-06-13 Chong Yidong <cyd@stupidchicken.com>
2749
2750 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
2751 when compiling without scrollbars.
2752
27532007-06-12 Glenn Morris <rgm@gnu.org>
2754
2755 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
2756
27572007-06-11 Jan Djärv <jan.h.d@swipnet.se>
2758
2759 * configure.in: Change wording about yes/gtk and lucid/athena
2760 being synonyms.
2761
27622007-06-08 Glenn Morris <rgm@gnu.org>
2763
2764 * configure.in: Make gtk the default toolkit.
2765
27662007-06-07 Glenn Morris <rgm@gnu.org>
2767
2768 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
2769 for a Sun C compiler.
2770
2771 * Makefile.in (install-arch-indep): Install only the DOC- file
2772 specific to the build, if possible, rather than DOC-*.
2773
27742007-06-02 Chong Yidong <cyd@stupidchicken.com>
2775
2776 * Version 22.1 released.
2777
27782007-05-25 Chong Yidong <cyd@stupidchicken.com>
2779
2780 * mkinstalldirs: Sync to version in automake CVS.
2781
27822007-05-22 Andreas Schwab <schwab@suse.de>
2783
2784 * configure.in: Prefer build_alias over host when host_alias is not set.
2785 * configure: Regenerate.
2786
27872007-05-20 Andreas Schwab <schwab@suse.de>
2788
2789 * configure.in: Remove empty AC_SUBST.
2790 * configure: Regenerate.
2791
27922007-05-20 Nick Roberts <nickrob@snap.net.nz>
2793
2794 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
2795 it like others.
2796 * configure: Regenerate.
2797
27982007-05-20 Nick Roberts <nickrob@snap.net.nz>
2799
2800 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
2801 (AC_CHECK_LIB): Add -lgpm.
2802 * configure: Regenerate.
2803
28042007-05-03 Glenn Morris <rgm@gnu.org>
2805
2806 * configure: Tweak message about the absence of shell functions.
2807
28082007-04-27 Andreas Schwab <schwab@suse.de>
2809
2810 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
2811
28122007-04-26 Glenn Morris <rgm@gnu.org>
2813
2814 * README: Increase version to 22.1.50.
2815
28162007-04-24 Juanma Barranquero <lekktu@gmail.com>
2817
2818 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
2819
28202007-04-19 Glenn Morris <rgm@gnu.org>
2821
2822 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
2823
28242007-04-18 Glenn Morris <rgm@gnu.org>
2825
2826 * INSTALL: Mention CPP.
2827
28282007-04-15 Glenn Morris <rgm@gnu.org>
2829
2830 * FTP: Replace with a pointer to the web version.
2831
28322007-04-13 Glenn Morris <rgm@gnu.org>
2833
2834 * INSTALL: In lib-src, timer, wakeup, yow are removed.
2835
28362007-04-04 Glenn Morris <rgm@gnu.org>
2837
2838 * configure.in (NON_GNU_CPP): Use associated preprocessor when
2839 compiling with Sun Studio on Solaris.
2840
28412007-03-23 Glenn Morris <rgm@gnu.org>
2842
2843 * configure.in: Restore support for hp800 (removed 2007-01-27)
2844 following clarification of legal status.
2845
28462007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
2847
2848 * configure.in: Add support for AIX4.3 on IBM RS6000.
2849
2850 * configure: Regenerate.
2851
28522007-03-20 Richard Stallman <rms@gnu.org>
2853
2854 * configure.in: Fix previous change.
2855
28562007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
2857
2858 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
2859 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
2860 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
2861
28622007-03-19 Chong Yidong <cyd@stupidchicken.com>
2863
2864 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
2865 user specifies "without".
2866
2867 * configure: Regenerate.
2868
28692007-03-18 Jan Djärv <jan.h.d@swipnet.se>
2870
2871 * configure.in: Warning for Gtk+ and Cygwin added.
2872 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
2873
28742007-02-27 Glenn Morris <rgm@gnu.org>
2875
2876 * make-dist (oldXMenu): Remove Imakefile.
2877 (etc/images): Add README.
2878
28792007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
2880
2881 * configure.in (xtensa-*-linux-gnu*): New configuration.
2882
2883 * configure: Regenerate.
2884
28852007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
2886
2887 * config.guess, config.sub: Updated from master source.
2888
28892007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
2890
2891 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
2892
28932007-01-29 Chong Yidong <cyd@stupidchicken.com>
2894
2895 * configure.in: Restore support for hp800's not running HP-UX.
2896
2897 * configure: Regenerate.
2898
28992007-01-27 Chong Yidong <cyd@stupidchicken.com>
2900
2901 * configure.in: Remove support for hp800 and sr2k machine types.
2902
2903 * configure: Regenerate.
2904
29052007-01-26 Jan Djärv <jan.h.d@swipnet.se>
2906
2907 * configure.in: Add check for libXft.
2908
29092007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2910
2911 * INSTALL: Info files moved to share/info.
2912
29132007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
2914
2915 * configure.in: Detect and use fink-installed in intel-based Mac
2916 builds; change Apple Darwin section to support both PowerPC and
2917 Intel-based Macs.
2918
29192006-12-26 Andreas Schwab <schwab@suse.de>
2920
2921 * Makefile.in (datarootdir): Define.
2922
29232006-12-24 Richard Stallman <rms@gnu.org>
2924
2925 * configure.in: Require Autoconf 2.61.
2926
29272006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
2928
2929 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
2930 Remove redundant entry for powerpc-apple-netbsd.
2931
2932 * configure: Regenerate.
2933
29342006-12-22 Chong Yidong <cyd@stupidchicken.com>
2935
2936 * configure: Regenerate with autoconf 2.61.
2937
29382006-12-20 Jan Djärv <jan.h.d@swipnet.se>
2939
2940 * configure.in: Detect alsa/asoundlib.h also.
2941 * configure: Regenerate.
2942
29432006-12-19 Jan Djärv <jan.h.d@swipnet.se>
2944
2945 * configure.in: Check if GTK+ compiles at all.
2946
29472006-12-10 Andreas Schwab <schwab@suse.de>
2948
2949 * configure.in: Remove check for struct timezone, its result is
2950 never used.
2951
29522006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2953
2954 * configure.in: Add support for Solaris 10 on x86-64.
2955
29562006-12-08 Jan Djärv <jan.h.d@swipnet.se>
2957
2958 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
2959 of PKG_CONFIG_PATH.
2960
29612006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2962
2963 * configure.in (HAVE_SYNC): New test.
2964
29652006-12-03 Glenn Morris <rgm@gnu.org>
2966
2967 * Makefile.in: Fix Copyright format.
2968
2969 * configure.in (AH_TOP): Add missing Copyright year.
2970
2971 * update-subdirs: Add missing Copyright years.
2972
29732006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
2974
2975 * Makefile.in: Touch only the parts of the share/emacs directory
2976 specific to this version.
2977
29782006-11-26 Chong Yidong <cyd@stupidchicken.com>
2979
2980 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
2981
29822006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2983
2984 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
2985
29862006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2987
2988 * configure.in: Prefer X11 to Carbon only when some X-specific
2989 option is specified (Thanks to Jan Djärv and Andreas Schwab).
2990
29912006-11-04 Romain Francoise <romain@orebokech.com>
2992
2993 * Makefile.in (bootstrap-clean-before): Fix typo.
2994 Use new target `bootstrap-clean' in the leim subdirectory.
2995
29962006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2997
2998 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
2999
30002006-10-30 Chong Yidong <cyd@stupidchicken.com>
3001
3002 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
3003 directories.
3004
30052006-10-29 Jeramey Crawford <jeramey@jeramey.com>
3006
3007 * configure.in: Enable x86-64 OpenBSD compilation.
3008
30092006-10-28 Glenn Morris <rgm@gnu.org>
3010
3011 * AUTHORS: Add cal-html.el author.
3012
30132006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3014
3015 * make-dist: Make links to mac/make-package and
3016 mac/Emacs.app/Contents/Resources/Emacs.icns.
3017
30182006-10-27 Chong Yidong <cyd@stupidchicken.com>
3019
3020 * README: Bump version number to 22.0.90.
3021
30222006-10-23 Andreas Schwab <schwab@suse.de>
3023
3024 * configure.in: Make sure x_default_search_path is always set even
3025 when x_libraries is empty, and look in .../share as well for each
3026 library directory.
3027
30282006-09-28 Kenichi Handa <handa@m17n.org>
3029
3030 * configure.in (locallisppath): Don't include leim dir.
3031 (lisppath): Include leim dir.
3032
30332006-09-15 Jay Belanger <belanger@truman.edu>
3034
3035 * COPYING: Replace "Library Public License" by "Lesser Public
3036 License" throughout.
3037
30382006-09-11 Paul Eggert <eggert@cs.ucla.edu>
3039
3040 * make-dist (EMACS): Exit and fail if the EMACS environment
3041 variable is set to something other than an absolute file name.
3042
30432006-08-16 Andreas Schwab <schwab@suse.de>
3044
3045 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
3046 of hardcoding it.
3047
30482006-08-16 Richard Stallman <rms@gnu.org>
3049
3050 * INSTALL.CVS: Clean up wording.
3051
30522006-07-14 Eli Zaretskii <eliz@gnu.org>
3053
3054 * configure.in (PKG_CHECK_MODULES): Redirect the output of
3055 $PKG_CONFIG --exists "$2" to config.log.
3056 * configure: Regenerate.
3057
30582006-07-08 Richard Stallman <rms@gnu.org>
3059
3060 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
3061
30622006-07-09 Kim F. Storm <storm@cua.dk>
3063
3064 * CONTRIBUTE: Use outline format.
3065 Add section on copyright years (from admin/notes/years).
3066
30672006-07-08 Eli Zaretskii <eliz@gnu.org>
3068
3069 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
3070 to /dev/null, since we don't need the error message, just the
3071 exit status.
3072
30732006-07-07 Eli Zaretskii <eliz@gnu.org>
3074
3075 * CONTRIBUTE: Slight formatting changes and typo fixes.
3076 Add description of NEWS markings.
3077
30782006-07-07 Kim F. Storm <storm@cua.dk>
3079
3080 * CONTRIBUTE: Mention INSTALL.CVS.
3081
30822006-07-05 Romain Francoise <romain@orebokech.com>
3083
3084 * make-dist (top-level): Add CONTRIBUTE.
3085
30862006-07-04 Richard Stallman <rms@gnu.org>
3087
3088 * CONTRIBUTE: Much rewrite.
3089
30902006-07-04 Nick Roberts <nickrob@snap.net.nz>
3091
3092 * CONTRIBUTE: New file.
3093
30942006-06-24 Eli Zaretskii <eliz@gnu.org>
3095
3096 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
3097
30982006-05-18 Jan Djärv <jan.h.d@swipnet.se>
3099
3100 * configure.in: Add check for ALSA.
3101
31022006-05-06 Eli Zaretskii <eliz@gnu.org>
3103
3104 * Makefile.in (INFO_FILES): Remove emacs-xtra.
3105
3106 * info/dir: Remove the Emacs-Xtra entry.
3107
31082006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
3109
3110 Update copyright year(s) in many files.
3111
31122006-04-01 Eli Zaretskii <eliz@gnu.org>
3113
3114 * configure: Regenerated.
3115
31162006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3117
3118 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
3119 --without-toolkit-scroll-bars was specified.
3120
31212006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
3122
3123 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
3124 to CFLAGS. Update Copyright years written to src/config.in.
3125
31262006-03-18 Claudio Fontana <claudio@gnu.org>
3127
3128 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
3129 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
3130 to be installed/uninstalled.
3131 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
3132 to Info files installed by Emacs.
3133
31342006-03-03 Claudio Fontana <claudio@gnu.org>
3135
3136 * Makefile.in (install, uninstall): Add DESTDIR variable to
3137 support staged installations.
3138
31392006-02-14 Richard M. Stallman <rms@gnu.org>
3140
3141 * configure.in (s390x-*-linux-gnu*): New configuration.
3142
31432006-01-31 Jan Djärv <jan.h.d@swipnet.se>
3144
3145 * configure.in: Require GTK 2.4 or newer.
3146
31472006-01-29 Michael Olson <mwolson@gnu.org>
3148
3149 * Makefile.in (install-arch-indep, uninstall): Add ERC.
3150 * info/dir (ERC): New entry.
3151
31522006-01-29 Eli Zaretskii <eliz@gnu.org>
3153
3154 * info/dir: Fix last change.
3155
31562006-01-28 Luc Teirlinck <teirllm@auburn.edu>
3157
3158 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
3159
31602006-01-27 Eli Zaretskii <eliz@gnu.org>
3161
3162 * info/dir: Untabify the whole file.
3163 (Rcirc): New entry.
3164
31652006-01-12 Andreas Schwab <schwab@suse.de>
3166
3167 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
3168 check.
3169
31702006-01-02 Chong Yidong <cyd@stupidchicken.com>
3171
3172 * configure.in: Use -Wno-pointer-sign if available.
3173
31742005-12-29 Andreas Schwab <schwab@suse.de>
3175
3176 * config.guess, config.sub: Updated from master source.
3177
31782005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3179
3180 * configure.in: Use amdx86-64 for freebsd on x86_64.
3181
31822005-11-22 Romain Francoise <romain@orebokech.com>
3183
3184 * make-dist: Add etc/images/icons.
3185
31862005-11-03 Andreas Schwab <schwab@suse.de>
3187
3188 * configure.in: Use GZIP_PROG instead of GZIP.
3189
3190 * Makefile.in (GZIP_PROG): Renamed from GZIP.
3191 (install-arch-indep): Adjust.
3192
31932005-11-01 Andreas Schwab <schwab@suse.de>
3194
3195 * Makefile.in (bootstrap): Fix dependencies for parallel build.
3196 (bootfast): Likewise.
3197
31982005-11-01 Romain Francoise <romain@orebokech.com>
3199
3200 * configure.in: Check for gzip.
3201
3202 * Makefile.in (install): Compress source files.
3203
32042005-10-24 Steven Tamm <steventamm@mac.com>
3205
3206 * configure.in: Fix darwin386 configuration issue.
3207
32082005-10-22 Eli Zaretskii <eliz@gnu.org>
3209
3210 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
3211
32122005-10-17 Bill Wohler <wohler@newt.com>
3213
3214 * make-dist: Create and populate etc/images/low-color.
3215
32162005-10-15 Bill Wohler <wohler@newt.com>
3217
3218 * make-dist: Create and populate etc/images/gud.
3219
32202005-10-08 Richard M. Stallman <rms@gnu.org>
3221
3222 * make-dist (tempparent): Don't check for 14-char file name limit.
3223
32242005-10-07 Romain Francoise <romain@orebokech.com>
3225
3226 * make-dist: Add etc/images/ezimage and etc/images/mail
3227 directories. Install images in etc/images.
3228
32292005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3230
3231 * configure.in: Prefer Carbon if --enable-carbon-app or
3232 --with-carbon is explicitly specified even when X11 is detected.
3233
32342005-09-15 Ulf Jasper <ulf.jasper@web.de>
3235
3236 * Makefile.in (install-arch-indep, uninstall):
3237 Handle newsticker manual.
3238 (info): Add - to commands.
3239
32402005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
3241
3242 Remove the MAXPATHLEN limitations:
3243
3244 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
3245
32462005-09-09 Eli Zaretskii <eliz@gnu.org>
3247
3248 * configure.in <lynxsos*>: Support for LynxOS on PPC.
3249 * configure: Regenerate.
3250
32512005-09-05 Paul Eggert <eggert@cs.ucla.edu>
3252
3253 * config.guess, config.sub: Updated from master source.
3254
32552005-08-03 Juanma Barranquero <lekktu@gmail.com>
3256
3257 * .cvsignore: Add `lock'.
3258
32592005-07-28 Juanma Barranquero <lekktu@gmail.com>
3260
3261 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
3262
32632005-07-26 Paul Eggert <eggert@cs.ucla.edu>
3264
3265 Merge gnulib getopt implementation into Emacs.
3266
3267 * Makefile.in (AUTOCONF_INPUTS): New macro.
3268 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
3269 so that these files also depend on m4/getopt.m4.
3270 * configure.in: Configure getopt by including m4/getopt.m4,
3271 and configuring a getopt replacement if necessary.
3272 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
3273 * m4/getopt.m4: New file.
3274
32752005-07-06 Lute Kamstra <lute@gnu.org>
3276
3277 * configure.in: Fix capitalization.
3278
32792005-07-04 Lute Kamstra <lute@gnu.org>
3280
3281 Update FSF's address in GPL notices.
3282
32832005-06-19 Jérôme Marant <jerome@marant.org>
3284
3285 * Makefile.in (epaths-force): Protect both lisppath and
3286 buildlisppath from whitespace.
3287
32882005-06-08 Steven Tamm <steventamm@mac.com>
3289
3290 * configure.in: Support Darwin/MacOSX on Intel
3291
32922005-06-06 Jan Djärv <jan.h.d@swipnet.se>
3293
3294 * configure.in (HAVE_CANCELMENUTRACKING): New test.
3295
32962005-05-11 Jérôme Marant <jmarant@marant.org>
3297
3298 * configure.in: Add --enable-locallisppath.
3299
33002005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3301
3302 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
3303 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
3304 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
3305
33062005-05-07 Jérôme Marant <jerome@marant.org>
3307
3308 * make-dist: Remove references to makefile.nt and makefile.def.
3309 Include widgets and images subdirectories of etc. Do not exclude
3310 ldefs-boot.el.
3311
33122005-04-23 Andreas Schwab <schwab@suse.de>
3313
3314 * configure.in: Remove duplicate match for powerpc configuration.
3315
33162005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
3317
3318 * configure.in: Check for <pwd.h>.
3319
33202005-04-14 Lute Kamstra <lute@gnu.org>
3321
3322 * make-dist: Distribute all ChangeLog files in lisp/.
3323 Don't distribute ldefs-boot.el.
3324 lisp/makefile.nt no longer exists.
3325
33262005-04-13 Lute Kamstra <lute@gnu.org>
3327
3328 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
3329 for "no-byte-compile: t" in the file instead.
3330
33312005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
3332
3333 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
3334 shadow the main Lesstif/Motif-2.1 libs and includes.
3335
33362005-03-10 Jan Djärv <jan.h.d@swipnet.se>
3337
3338 * configure.in: Only add XASSERTS to cppflags.
3339
33402005-03-04 Jan Djärv <jan.h.d@swipnet.se>
3341
3342 * configure.in: Added --enable-asserts.
3343
33442005-02-09 Kim F. Storm <storm@cua.dk>
3345
3346 Change release version from 21.4 to 22.1 throughout.
3347 Change development version from 21.3.50 to 22.0.50.
3348
33492005-01-19 Steven Tamm <steventamm@mac.com>
3350
3351 * configure.in: Check for <sys/utsname.h>.
3352
33532004-12-11 Kim F. Storm <storm@cua.dk>
3354
3355 * Makefile.in (info): Undo 2004-12-05 change.
3356
33572004-12-08 Luc Teirlinck <teirllm@auburn.edu>
3358
3359 * info/dir (File): Add URL and Org Mode manuals.
3360 * Makefile.in (install-arch-indep, uninstall): Add url and org
3361 manuals.
3362
33632004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3364
3365 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
3366 committed to src/config.in.
3367
33682004-12-07 Jan Djärv <jan.h.d@swipnet.se>
3369
3370 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
3371 pthreads and define HAVE_GTK_AND_PTHREAD.
3372
33732004-12-05 Richard M. Stallman <rms@gnu.org>
3374
3375 * Makefile.in (info): Ignore errors building info files.
3376
33772004-11-27 Eli Zaretskii <eliz@gnu.org>
3378
3379 * config.bat: If 8-byte alignment is not supported, define
3380 NO_DECL_ALIGN in src/config.h, instead of trivially defining
3381 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
3382 filter through Sed to remove the quotes.
3383
33842004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3385
3386 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
3387 not apply to files explicitly `cvs add'ed.
3388
33892004-11-12 Eli Zaretskii <eliz@gnu.org>
3390
3391 * config.bat: Don't require djecho.exe for the v1.x build.
3392 Add a test for DECL_ALIGN support, and add a trivial definition to
3393 src/config.h if 8-byte alignment is not supported.
3394
33952004-11-08 Kim F. Storm <storm@cua.dk>
3396
3397 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
3398 files before building.
3399 (bootfast, bootstrap-clean-before-fast): New targets, like
3400 bootstrap but don't remove .elc files.
3401
34022004-11-06 Lars Brinkhoff <lars@nocrew.org>
3403
3404 * configure.in: Add check for getrusage.
3405
34062004-11-02 Jan Djärv <jan.h.d@swipnet.se>
3407
3408 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
3409 New tests for new and old GTK file dialogs.
3410 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
3411 to no.
3412
34132004-10-20 Jan Djärv <jan.h.d@swipnet.se>
3414
3415 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
3416 can be set. Remove SETARCH test.
3417
34182004-10-08 Steven Tamm <steventamm@mac.com>
3419
3420 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
3421
34222004-10-06 Jan Djärv <jan.h.d@swipnet.se>
3423
3424 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
3425 AC_MSG_WARN. Move output of warning message to end of configure run.
3426
34272004-10-05 Jan Djärv <jan.h.d@swipnet.se>
3428
3429 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
3430 Run test to see if heap start address is random.
3431
34322004-09-29 Miles Bader <miles@gnu.org>
3433
3434 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
3435 if setarch is present.
3436
34372004-09-25 Jan Djärv <jan.h.d@swipnet.se>
3438
3439 * configure.in (HAVE_EXECSHIELD): Only define on x86.
3440
34412004-09-24 Jan Djärv <jan.h.d@swipnet.se>
3442
3443 * configure.in: Check for exec-shield.
3444
34452004-08-06 Andreas Schwab <schwab@suse.de>
3446
3447 * Makefile.in (install-arch-indep, uninstall): Add flymake.
3448
34492004-07-31 Eli Zaretskii <eliz@gnu.org>
3450
3451 * config.bat: Update URLs in the comments.
3452
34532004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
3454
3455 * Makefile.in (install-arch-indep): Add pgg and sieve.
3456
3457 * info/.cvsignore: Added pgg and sieve.
3458
34592004-07-05 Andreas Schwab <schwab@suse.de>
3460
3461 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
3462
34632004-06-21 Kenichi Handa <handa@m17n.org>
3464
3465 * make-dist: Link leim-ext.el into tempdir.
3466
34672004-06-15 Luc Teirlinck <teirllm@auburn.edu>
3468
3469 * info/dir (File): Add emacs-xtra.
3470 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
3471
34722004-06-12 Juri Linkov <juri@jurta.org>
3473
3474 * info/dir: Move menu help lines from `* Menu:' to file header.
3475 Describe the purpose of a red *.
3476
34772004-05-04 Dave Love <fx@gnu.org>
3478
3479 * configure.in: Don't use `extrasub'.
3480
34812004-04-29 Dave Love <fx@gnu.org>
3482
3483 * configure.in: Don't forget to quote args to `test'.
3484
34852004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
3486
3487 * autogen.sh: Update filename in "please read" message.
3488
34892004-04-17 Richard M. Stallman <rms@gnu.org>
3490
3491 * INSTALL: Move the info about site-lisp dirs,
3492 and say uninstalled Emacs looks there too.
3493
34942004-04-04 Eli Zaretskii <eliz@gnu.org>
3495
3496 * config.bat (lib-src): Recognize comment lines in Makefile.in
3497 that have a TAB after the #, to avoid errors in preprocessing with
3498 GCC 3.3.3.
3499
35002004-03-31 Luc Teirlinck <teirllm@auburn.edu>
3501
3502 * Makefile.in: Mention in comment that `make maintainer-clean'
3503 deletes .elc files.
3504
35052004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
3506
3507 * update-subdirs: Add local variables to prevent byte-compiling.
3508
35092004-03-21 Dave Love <fx@gnu.org>
3510
3511 * configure.in: Fix previous change.
3512
35132004-03-18 Dave Love <fx@gnu.org>
3514
3515 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
3516
35172004-03-15 Luc Teirlinck <teirllm@auburn.edu>
3518
3519 * info/dir (File): Add SMTP and SES.
3520
35212004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
3522
3523 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
3524 (bootstrap): Use the new bootstrap-prepare target in lisp.
3525
35262004-02-18 Kim F. Storm <storm@cua.dk>
3527
3528 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
3529
35302004-02-16 Eli Zaretskii <eliz@gnu.org>
3531
3532 * make-dist: Don't link index.*perm and permute-index into tempdir.
3533
35342004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
3535
3536 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
3537 to match previous changes by Eli Zaretskii.
3538
35392004-02-09 Luc Teirlinck <teirllm@auburn.edu>
3540
3541 * Makefile.in: Set CDPATH to an empty string.
3542
35432004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
3544
3545 * configure.in <darwin>: Use fink packages if available.
3546
35472004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
3548
3549 * make-dist (lispref): Do include lispref/index.texi.
3550
35512004-01-06 Eric Hanchrow <offby1@blarg.net>
3552
3553 * make-dist (tempdir): Include cursors in nt/icons.
3554
35552003-12-30 Eli Zaretskii <eliz@gnu.org>
3556
3557 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
3558 clashes with install-sh on 8+3 filesystems.
3559
35602003-12-08 Miles Bader <miles@gnu.org>
3561
3562 * .cvsignore: Add .arch-inventory.
3563
35642003-12-24 Andreas Schwab <schwab@suse.de>
3565
3566 * configure.in: Check for <sys/socket.h>. Include it before
3567 including <net/if.h>. Move check for <net/if.h> before its use.
3568
35692003-12-24 Jan Djärv <jan.h.d@swipnet.se>
3570
3571 * Makefile.in (install-arch-dep): Don't let cd output go into
3572 pipe for carbon_appdir.
3573
35742003-12-24 Andreas Schwab <schwab@suse.de>
3575
3576 * configure.in (PKG_CHECK_MODULES): Fix quoting.
3577
35782003-12-01 Andreas Schwab <schwab@suse.de>
3579
3580 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
3581 hardcoding gcc.
3582
35832003-11-16 Jan Djärv <jan.h.d@swipnet.se>
3584
3585 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
3586 multiple displays.
3587 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
3588
35892003-09-23 Dave Love <fx@gnu.org>
3590
3591 * configure.in: Check members of struct ifreq.
3592
35932003-09-14 Kim F. Storm <storm@cua.dk>
3594
3595 * configure.in: Add checks for sys/ioctl.h and net/if.h.
3596
35972003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
3598
3599 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
3600
36012003-08-18 Lute Kamstra <lute@gnu.org>
3602
3603 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
3604 required anymore.
3605
36062003-08-07 Andrew Choi <akochoi@shaw.ca>
3607
3608 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
3609 option instead of -traditional-cpp for CPP.
3610
36112003-07-29 Richard M. Stallman <rms@gnu.org>
3612
3613 * configure.in (HAVE_XIM): Define if XIM is available.
3614
36152003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
3616
3617 * configure.in: The function gtk_window_set_icon_from_file was
3618 introduced in GTK+ 2.2, so check for that release.
3619
36202003-07-23 Andreas Schwab <schwab@suse.de>
3621
3622 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
3623
3624 * Makefile.in (YACC): Remove, not used.
3625 (MAINT): Don't set.
3626 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
3627 disable dependency on ${srcdir}/configure.in when maintainer mode
3628 is disabled.
3629
36302003-07-22 Dave Love <fx@gnu.org>
3631
3632 * configure.in: Make XRegisterIMInstantiateCallback test depend on
3633 HAVE_X11, not with_xim.
3634 (HAVE_CRTIN): Provide template.
3635 <with_png>: Test for png.h and libpng/png.h.
3636
36372003-07-15 Andreas Schwab <schwab@suse.de>
3638
3639 * configure.in: Temporarily leave quoting for AC_DEFINE.
3640
36412003-07-13 Stefan Monnier <monnier@cs.yale.edu>
3642
3643 * configure.in: Check for posix_memalign.
3644
36452003-07-12 Richard M. Stallman <rms@gnu.org>
3646
3647 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
3648
36492003-07-09 Kim F. Storm <storm@cua.dk>
3650
3651 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
3652 functionality of --without-xim.
3653
36542003-06-29 Dave Love <fx@gnu.org>
3655
3656 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
3657
36582003-06-23 Dave Love <fx@gnu.org>
3659
3660 * configure.in: Check for sys/_mbstate_t.h.
3661 Test XRegisterIMInstantiateCallback prototype.
3662 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
3663
36642003-06-06 Dave Love <fx@gnu.org>
3665
3666 * configure.in: Check for locale.h.
3667
36682003-06-05 Dave Love <fx@gnu.org>
3669
3670 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
3671 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
3672 (NLIST_STRUCT): Don't define.
3673 (AH_BOTTOM): Define my_strftime.
3674
36752003-06-02 Richard M. Stallman <rms@gnu.org>
3676
3677 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
3678
36792003-05-24 Andreas Schwab <schwab@suse.de>
3680
3681 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
3682 bzero, and bcmp.
3683
36842003-05-22 Dave Love <fx@gnu.org>
3685
3686 * configure.in: Remove redundant test for term.h. Test for difftime.
3687
36882003-05-20 Dave Love <fx@gnu.org>
3689
3690 * configure.in: Append * to s390-*-linux-gnu case.
3691 (LIBMAIL) <lockfile>: Don't define.
3692
36932003-04-30 Richard M. Stallman <rms@gnu.org>
3694
3695 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
3696
36972003-04-28 Francesco Potortì <pot@gnu.org>
3698
3699 * configure.in: Undo last (RMS') change, as it is useless, per
3700 Dave Love.
3701
37022003-04-08 Richard M. Stallman <rms@gnu.org>
3703
3704 * configure.in: Put #include of jpeglib.h at start of line.
3705
37062003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
3707
3708 * INSTALL (* GNU/Linux development packages): Mention Debian and
3709 RedHat package names.
3710
37112003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
3712
3713 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
3714
37152003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
3716
3717 * INSTALL (* GNU/Linux development packages): Tell people to
3718 install additional packages for compiling Emacs.
3719
37202003-04-06 Francesco Potortì <pot@gnu.org>
3721
3722 * configure.in: Use the same configuration for all aix5, not just
3723 aix5.1.
3724
37252003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
3726
3727 * configure.in: Check for need for bigtoc support on IBM AIX for
3728 solving a linker table overflow problem.
3729
37302003-03-03 Rob Browning <rlb@defaultvalue.org>
3731
3732 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
3733 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
3734 over bzero, bcmp, and bcopy.
3735
37362003-02-23 Simon Josefsson <jas@extundo.com>
3737
3738 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
3739
37402003-02-21 Klaus Zeitler <kzeitler@lucent.com>
3741
3742 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
3743
37442003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
3745
3746 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
3747
37482003-02-08 Andreas Schwab <schwab@suse.de>
3749
3750 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
3751 instead of the substitution.
3752
37532003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3754
3755 * Makefile.in: Use @EXEEXT@ for Cygwin.
3756 Use USERNAME if LOGNAME is not set (for Cygwin).
3757
3758 * configure.in: Add opsys=cygwin.
3759
37602003-01-22 Andreas Schwab <schwab@suse.de>
3761
3762 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
3763 redefining it explicitly in src/config.in.
3764
37652003-01-22 Markus Rost <rost@math.ohio-state.edu>
3766
3767 * Makefile.in (bootstrap): Make bootstrap-after.
3768
37692003-01-20 Jan Djärv <jan.h.d@swipnet.se>
3770
3771 * configure.in: Fix --with-gtk.
3772
37732003-01-19 Jan Djärv <jan.h.d@swipnet.se>
3774
3775 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
3776
3777 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
3778
37792003-01-14 Francesco Potortì <pot@gnu.org>
3780
3781 * configure.in (m68k-motorola-sysv): Remove (obsolete).
3782
37832003-01-07 Steven Tamm <steventamm@mac.com>
3784
3785 * configure.in: New option, --enable-carbon-app, to specify
3786 that the application should be installed
3787 * Makefile.in (install-arch-dep): On Mac OS X, install the
3788 Emacs.app application if carbon-app is enabled
3789
37902003-01-06 Dave Love <fx@gnu.org>
3791
3792 * configure.in: Check for nl_langinfo.
3793 [!HAVE_SIZE_T]: Fix typedef.
3794
37952003-01-06 David Kastrup <dak@gnu.org>
3796
3797 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
3798
3799 * configure.in: Add tests for install-info.
3800
38012002-12-09 Markus Rost <rost@math.ohio-state.edu>
3802
3803 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
3804 use again sol2-6 instead of sol2-8.
3805
38062002-12-09 Dave Love <fx@gnu.org>
3807
3808 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
3809
38102002-12-08 Andreas Schwab <schwab@suse.de>
3811
3812 * Makefile.in (install-arch-indep): Revert last change.
3813
38142002-11-27 Dave Love <fx@gnu.org>
3815
3816 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
3817 Check for __sys_siglist too. Check for memset.
3818 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
3819
38202002-11-22 Juanma Barranquero <lektu@terra.es>
3821
3822 * config.guess, config.sub: Updated from master source.
3823
38242002-11-19 Karl Fogel <kfogel@red-bean.com>
3825
3826 * autogen.sh: New file.
3827
38282002-11-15 Dave Love <fx@gnu.org>
3829
3830 * configure.in: Tidy up various quoting issues throughout.
3831 Use AC_GNU_SOURCE.
3832 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
3833 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
3834 Maybe define bcopy, bzero, bcmp.
3835 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
3836 non-existent machine file).
3837 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
3838 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
3839 (nlist.h): Move test up.
3840
38412002-11-18 Markus Rost <rost@math.ohio-state.edu>
3842
3843 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
3844
38452002-11-14 Francesco Potortì <pot@gnu.org>
3846
3847 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
3848
38492002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
3850
3851 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
3852
38532002-11-08 Dave Love <fx@gnu.org>
3854
3855 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
3856 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
3857
38582002-11-07 Miles Bader <miles@gnu.org>
3859
3860 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
3861 Handle separate-build-dir case.
3862
38632002-11-06 Richard M. Stallman <rms@gnu.org>
3864
3865 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
3866 bulletproof. $bar may be empty when there are no .elc files.
3867
38682002-10-30 Dave Love <fx@gnu.org>
3869
3870 * configure.in: Require autoconf 2.53. Test for pty.h,
3871 sys/mman.h, sys/param.h, mremap, memmove.
3872 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
3873 (AC_PROG_YACC): Delete.
3874 (size_t): Use AC_CHECK_TYPES.
3875 (AH_TOP): Up-date copyright.
3876
38772002-10-01 Juanma Barranquero <lektu@terra.es>
3878
3879 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
3880
38812002-09-19 Richard M. Stallman <rms@gnu.org>
3882
3883 * configure.in: Fix the LessTif-directory-finder for real.
3884
38852002-09-14 Richard M. Stallman <rms@gnu.org>
3886
3887 * Makefile.in (maybe_bootstrap): Test for complete absence
3888 of compiled Lisp files.
3889
38902002-09-11 Stefan Monnier <monnier@cs.yale.edu>
3891
3892 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
3893 (bootstrap-clean-after): Delete.
3894 (bootstrap): Make the sequencing explicit.
3895
38962002-09-10 Richard M. Stallman <rms@gnu.org>
3897
3898 * configure.in: Fix previous LessTif change.
3899
39002002-09-09 Richard M. Stallman <rms@gnu.org>
3901
3902 * configure.in (powerpcle-*-solaris2.5*): New configuration.
3903 (powerpcle-*-solaris*): Use version 2.6 as default.
3904 (*-sunos5.6*, *-solaris2.6*): New alternative.
3905 (*-sunos5*): Use version 2.6 as default.
3906
39072002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3908
3909 * configure.in: Fix typo.
3910
39112002-09-05 Richard M. Stallman <rms@gnu.org>
3912
3913 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
3914
3915 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
3916 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
3917
39182002-08-26 Kim F. Storm <storm@cua.dk>
3919
3920 * Makefile.in (install-arch-indep): Do not remove DOC file
3921 when it is the only DOC file installed; this is the case when
3922 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
3923
39242002-07-24 Markus Rost <rost@math.ohio-state.edu>
3925
3926 * configure.in: Fix typo.
3927
39282002-07-24 Richard M. Stallman <rms@gnu.org>
3929
3930 * configure.in: Don't print anything special about gamedir.
3931
3932 * configure.in: Delete nonstandard --with-game-user option.
3933
39342002-07-21 Richard M. Stallman <rms@gnu.org>
3935
3936 * Makefile.in (gamedir, localstatedir): New variables.
3937 (epaths-force): Insert value of gamedir into PATH_GAME.
3938
3939 * configure.in (gamedir): Handle it like lispdir.
3940 (--with-game-dir option): Delete.
3941
39422002-06-21 Pavel Janík <Pavel@Janik.cz>
3943
3944 * configure.in: Add support for mipseb-*-netbsd* machines.
3945
39462002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3947
3948 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
3949
39502002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3951
3952 * info/dir (File): Add an entry for Tramp.
3953
39542002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
3955
3956 * INSTALL-CVS: New file.
3957
39582002-06-07 Andreas Schwab <schwab@suse.de>
3959
3960 * configure.in (x86_64-*-linux-gnu*): New system.
3961
39622002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
3963
3964 * config.bat: Handle the case when lispintro is truncated to lispintr.
3965
39662002-05-26 Paul Eggert <eggert@twinsun.com>
3967
3968 * config.guess, config.sub: Updated from master source.
3969
39702002-05-09 Richard M. Stallman <rms@gnu.org>
3971
3972 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
3973
39742002-05-04 Pavel Janík <Pavel@Janik.cz>
3975
3976 * make-dist: Do not distribute lock/ directory.
3977
39782002-04-30 Andrew Choi <akochoi@shaw.ca>
3979
3980 * configure.in: Provide documentation string when defining
3981 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
3982 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
3983
39842002-04-28 Colin Walters <walters@verbum.org>
3985
3986 * configure.in: Delete configure check for access to the game user.
3987
39882002-04-29 Pavel Janík <Pavel@Janik.cz>
3989
3990 * make-dist: lwlib/Imakefile is removed.
3991
39922002-04-26 Andrew Choi <akochoi@shaw.ca>
3993
3994 * configure.in: Add support for powerpc-apple-darwin*.
3995 (HAVE_CARBON): Add.
3996
3997 * make-dist: Create directories in mac/Emacs.app.
3998
39992002-04-25 Pavel Janík <Pavel@Janik.cz>
4000
4001 * make-dist: lwlib-Xol* are removed.
4002
40032002-04-23 Andreas Schwab <schwab@suse.de>
4004
4005 * Makefile.in (MAINT): New variable.
4006 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
4007 instead of configure.in, to avoid running autoconf and autoheader
4008 unless explicitly requested.
4009
40102002-04-16 Eli Zaretskii <eliz@gnu.org>
4011
4012 * config.bat: Update for msdos/sed2v2.inp.
4013
40142002-04-15 Andreas Schwab <schwab@suse.de>
4015
4016 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
4017 * configure.in: Add config header templates to all AC_DEFINE and
4018 AC_DEFINE_UNQUOTED symbols.
4019 * make-dist: Run autoheader if necessary.
4020
40212002-04-10 Colin Walters <walters@verbum.org>
4022
4023 * configure.in: Add --game-dir, --game-user. Test to see if we
4024 can use them.
4025
40262002-04-08 Pavel Janík <Pavel@Janik.cz>
4027
4028 * configure.in: Add --with-sound.
4029
40302002-03-18 Kim F. Storm <storm@cua.dk>
4031
4032 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
4033 and getsockname functions. Test for sys/un.h include file.
4034
40352002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
4036
4037 * configure.in: Support AIX 5.1.
4038
40392002-03-10 Jan Djärv <jan.h.d@swipnet.se>
4040
4041 * configure.in: Added test for X Session Management (HAVE_X_SM).
4042
40432002-03-03 Richard M. Stallman <rms@gnu.org>
4044
4045 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
4046 Run chown $${LOGNAME} on files installed by tar xvf.
4047
40482002-03-03 Kim F. Storm <storm@cua.dk>
4049
4050 * configure.in: Test for getpeername.
4051
40522002-03-01 Richard M. Stallman <rms@gnu.org>
4053
4054 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
4055 (HAVE_GIF): Don't use old libungif versions that crash.
4056
40572002-02-26 Richard M. Stallman <rms@gnu.org>
4058
4059 * configure.in <making srcdir absolute>: Verify that PWD is correct,
4060 not just well-formed and valid.
4061 (mips-compaq-nonstopux*): New configuration.
4062
40632002-02-18 Paul Eggert <eggert@twinsun.com>
4064
4065 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
4066 "sed q" is a portable equivalent to plain "head -1".
4067
40682002-02-13 Richard M. Stallman <rms@gnu.org>
4069
4070 * Makefile.in (maybe_bootstrap): Do `exit 1'.
4071 (all): Don't depend on maybe_bootstrap here.
4072 (${SUBDIR}): Depend on it here instead.
4073
40742002-02-08 Richard M. Stallman <rms@gnu.org>
4075
4076 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
4077
40782002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4079
4080 * configure.in: Recognize BSD/OS 5.0.
4081
40822002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
4083
4084 * make-dist: Make version checking in emacs.texi consistent with
4085 how we set it there.
4086
40872001-12-29 Kim F. Storm <storm@cua.dk>
4088
4089 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
4090
40912001-12-28 Richard M. Stallman <rms@gnu.org>
4092
4093 * configure.in: Test for mbsinit.
4094
40952001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
4096
4097 These changes make Leim part of the standard distribution:
4098
4099 * README: Add info about the `leim' directory.
4100
4101 * INSTALL: Remove text that describes Leim as a separate package.
4102
4103 * noleim-Makefile.in: File removed.
4104
4105 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
4106 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
4107 Leim files out of the Emacs tree. Don't prepare a separate tarball
4108 for Leim.
4109
41102001-12-11 Richard M. Stallman <rms@gnu.org>
4111
4112 * configure.in (hppa*-*-linux-gnu*): New alternative.
4113
41142001-12-08 Pavel Janík <Pavel@Janik.cz>
4115
4116 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
4117 creating distribution.
4118
41192001-12-06 Paul Eggert <eggert@twinsun.com>
4120
4121 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
4122 (AC_FUNC_VFORK): Remove.
4123 (AC_FUNC_FORK): Add.
4124 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
4125 this is required by recent Autoconf versions.
4126
41272001-12-02 Pavel Janík <Pavel@Janik.cz>
4128
4129 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
4130 TODO, vms-pp.trans and others).
4131
41322001-11-29 Pavel Janík <Pavel@Janik.cz>
4133
4134 * make-dist: Use COPYING from the top-level directory.
4135
41362001-11-29 Gerd Moellmann <gerd@gnu.org>
4137
4138 * configure.in: Add support for FreeBSD/Alpha.
4139
41402001-11-29 Pavel Janík <Pavel@Janik.cz>
4141
4142 * make-dist: Add COPYING to the top-level directory of the
4143 distribution. Simplify the logic behind copying.
4144
4145 * Makefile.in (maybe_bootstrap): Fix previous change.
4146
41472001-11-28 Richard M. Stallman <rms@gnu.org>
4148
4149 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
4150
41512001-11-26 Richard M. Stallman <rms@gnu.org>
4152
4153 * Makefile.in: bootstrap should not delete dumped executables.
4154 (bootstrap-clean-before): New target.
4155 (bootstrap): Use bootstrap-clean-before instead of clean.
4156 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
4157
41582001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
4159
4160 These changes add the Emacs Lisp Introduction manual to the
4161 distribution:
4162
4163 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
4164
4165 * make-dist: Copy the files in lispintro directory.
4166
4167 * config.bat: Configure in the lispintro directory.
4168
4169 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
4170
4171 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
4172 (lispintro/Makefile): New target.
4173 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
4174 (unlock, relock, info, dvi): Ditto.
4175
41762001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4177
4178 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
4179
4180 * make-dist (etc): Don't distribute gfdl.1.
4181
41822001-11-22 Colin Walters <walters@debian.org>
4183
4184 * Makefile.in (install-arch-indep): Install the calc .info files.
4185 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
4186
41872001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
4188
4189 * make-dist (lispref): Add *.txt, *.el, permute-index, and
4190 tindex.pl to the list of those being put into the distribution.
4191
41922001-11-16 Eli Zaretskii <eliz@gnu.org>
4193
4194 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
4195
41962001-11-15 Pavel Janík <Pavel@Janik.cz>
4197
4198 * Makefile.in (uninstall): Fix previous change.
4199
4200 * configure.in, Makefile.in: Add support for --program-prefix,
4201 --program-suffix and --program-transform-name options.
4202
42032001-11-13 Pavel Janík <Pavel@Janik.cz>
4204
4205 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
4206 (install-arch-indep): Install emacsclient manual page.
4207 (uninstall): Uninstall emacsclient manual page.
4208
42092001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
4210
4211 * make-dist: Add lispref/index.*perm files to the distribution.
4212 From Pavel Janík <Pavel@Janik.cz>.
4213
42142001-11-12 Pavel Janík <Pavel@Janik.cz>
4215
4216 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
4217
42182001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
4219
4220 * configure.in: AC_OUTPUT lispref/Makefile.
4221
42222001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
4223
4224 The following changes add the ELisp reference manual to the
4225 distribution.
4226
4227 * make-dist: Add the lispref directory to the distribution.
4228
4229 * Makefile.in (install-arch-indep): Add elisp* to the list of
4230 installed Info files.
4231 (SUBDIR_MAKEFILES): Add lispref/Makefile.
4232 (lispref/Makefile): New target.
4233 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
4234 Add commands for the lispref directory.
4235 (info, dvi): Ditto.
4236
4237 * config.bat: Configure in `lispref'.
4238
42392001-11-09 Richard M. Stallman <rms@gnu.org>
4240
4241 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
4242
42432001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
4244
4245 * make-dist (tempdir): Copy AUTHORS as well.
4246
42472001-11-06 Sam Steingold <sds@gnu.org>
4248
4249 * configure.in: Added a check for <nlist.h>.
4250
42512001-11-01 Pavel Janík <Pavel@Janik.cz>
4252
4253 * configure.in: Reindent --help output.
4254 From Per Starbäck (starback@ling.uu.se).
4255
42562001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
4257
4258 * configure.in: New entry for HP/UX-11.
4259
4260 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
4261 From Eric S. Raymond <esr@golux.thyrsus.com>.
4262
42632001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4264
4265 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
4266 <athornton@sinenomine.net>.
4267
42682001-10-25 Gerd Moellmann <gerd@gnu.org>
4269
4270 * Makefile.in (maybe_bootstrap): New target.
4271 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
4272
42732001-10-24 Ken Raeburn <raeburn@gnu.org>
4274
4275 * configure.in: If --with-hesiod is given, look for
4276 hes_getmailhost and res_send or __res_send; check hesiod and
4277 resolv libraries respectively if system libraries don't supply them.
4278
42792001-10-24 Gerd Moellmann <gerd@gnu.org>
4280
4281 * configure.in: Use $MAKE for `make' if set.
4282
42832001-10-22 Gerd Moellmann <gerd@gnu.org>
4284
4285 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
4286 to tar options.
4287
42882001-10-20 Gerd Moellmann <gerd@gnu.org>
4289
4290 * (Version 21.1 released).
4291
42922001-10-20 Miles Bader <miles@gnu.org>
4293
4294 * configure.in (configuration): Set from `host' if `host_alias'
4295 isn't defined.
4296
42972001-10-19 Andreas Schwab <schwab@suse.de>
4298
4299 * configure.in: Make ready for autoconf 2.5x.
4300 (AC_PREREQ): Require autoconf 2.50.
4301 * aclocal.m4: Removed.
4302 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
4303
43042001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4305
4306 * README: Bump Emacs version to 21.1.50.
4307
43082001-10-05 Gerd Moellmann <gerd@gnu.org>
4309
4310 * Branch for 21.1.
4311
43122001-09-05 Gerd Moellmann <gerd@gnu.org>
4313
4314 * configure.in: Avoid `$@' which is handled specially in
4315 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
4316
43172001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
4318
4319 * make-dist (nt): Add subdirs.el to the list of distributed files.
4320
43212001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
4322
4323 * configure.in (machine): Add an entry for
4324 hppa1.1-hitachi-hiuxwe2*.
4325
43262001-05-28 Gerd Moellmann <gerd@gnu.org>
4327
4328 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
4329 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
4330
43312001-05-14 Gerd Moellmann <gerd@gnu.org>
4332
4333 * make-dist: Copy texinfo.tex unconditionally.
4334
43352001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
4336
4337 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
4338 that are installed.
4339
43402001-04-06 Gerd Moellmann <gerd@gnu.org>
4341
4342 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
4343 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
4344
4345 * make-dist: Handle leim/MISC-DIC. Only include
4346 `[a-zA-Z]*.{el,elc}' from leim/quail.
4347
43482001-04-05 Gerd Moellmann <gerd@gnu.org>
4349
4350 * Makefile.in (install-arch-indep): Remove .cvsignore files.
4351
43522001-03-30 Gerd Moellmann <gerd@gnu.org>
4353
4354 * Makefile.in (.PHONY): Add for bootstrap targets.
4355 (bootstrap-clean): New target.
4356 (bootstrap): Use it instead of `clean'.
4357
43582001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
4359
4360 * Makefile.in (SUBDIR): Remove leim.
4361 (all, .RECURSIVE, extraclean): Add leim explicitly.
4362 (leim): Provide separate rule which exports PARALLEL=0 into the
4363 environment.
4364
43652001-03-20 Gerd Moellmann <gerd@gnu.org>
4366
4367 * configure.in (HAVE_XPM): Don't print the result of the check for
4368 XpmReturnAllocPixels if we don't have an xpm.h.
4369
43702001-03-05 Gerd Moellmann <gerd@gnu.org>
4371
4372 * COPYING: New file.
4373
43742001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4375
4376 * config.bat: Update the copyright.
4377
43782001-02-23 Kenichi Handa <handa@etl.go.jp>
4379
4380 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
4381 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
4382 to `yes'. Later in AC_OUTPUT, check this variable.
4383
43842001-02-09 Dave Love <fx@gnu.org>
4385
4386 * AUTHORS: Updated.
4387
43882001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4389
4390 * info/dir (Ebrowse): Fix the entry (was missing a dot).
4391
43922001-02-02 Gerd Moellmann <gerd@gnu.org>
4393
4394 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
4395
4396 * Makefile.in (uninstall): Ignore exit code of `rm'.
4397
4398 * Makefile.in (uninstall): Remove more info files. Remove
4399 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
4400
44012001-01-31 Gerd Moellmann <gerd@gnu.org>
4402
4403 * noleim-Makefile.in (extraclean): Add.
4404
44052001-01-28 Gerd Moellmann <gerd@gnu.org>
4406
4407 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
4408 it quiet.
4409
44102001-01-24 Colin Walters <walters@cis.ohio-state.edu>
4411
4412 * Makefile.in (tags): Fix typo.
4413
44142001-01-13 Kenichi Handa <handa@etl.go.jp>
4415
4416 * configure.in: Fix typo in the code setting x_search_path.
4417
44182001-01-10 Dave Love <fx@gnu.org>
4419
4420 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
4421 -lXext.
4422 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
4423 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
4424 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
4425 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
4426 (now in $LIBS).
4427
44282001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4429
4430 * config.bat: Run the preprocessor with -traditional.
4431
44322001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
4433
4434 * INSTALL: Move copying conditions to end of file.
4435
44362000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4437
4438 * INSTALL: Add basic installation procedure which assumes
4439 `configure' does its job. Elaborate on image support libraries.
4440 Add a pointer to Xaw3d library. Add advice about solving
4441 configure-time problems by looking in config.log and setting
4442 variables in the environment.
4443
44442000-12-27 Gerd Moellmann <gerd@gnu.org>
4445
4446 * Makefile.in (install-arch-indep): If tar fails, exit with
4447 exit code 1.
4448
44492000-12-19 Gerd Moellmann <gerd@gnu.org>
4450
4451 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
4452 source file includes XKBlib.h. On some broken Solaris systems,
4453 there is an XKBlib.h, reportedly, but header files included by
4454 XKBlib.h are missing.
4455
44562000-12-14 Gerd Moellmann <gerd@gnu.org>
4457
4458 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
4459
44602000-12-11 Dave Love <fx@gnu.org>
4461
4462 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
4463
44642000-12-11 Paul Eggert <eggert@twinsun.com>
4465
4466 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
4467 Merge fixes from latest GNU tar version. These macros no longer
4468 futz with _XOPEN_SOURCE, as that was not portable in practice.
4469 (AC_FUNC_FSEEKO): New macro.
4470
4471 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
4472 ftello.
4473
44742000-12-05 Dave Love <fx@gnu.org>
4475
4476 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
4477
44782000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4479
4480 * info/dir: Change the category to "Emacs".
4481
44822000-12-01 Gerd Moellmann <gerd@gnu.org>
4483
4484 * make-dist (tempdir): Remove epaths.h from the distribution
4485 instead of paths.h.
4486
44872000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
4488
4489 * config.bat: Check for existence of djecho.exe, and print an
4490 error message if it is not available.
4491
4492 * INSTALL: Describe possible problem with djecho.exe in old
4493 versions of DJGPP v2.x.
4494
44952000-11-23 Gerd Moellmann <gerd@gnu.org>
4496
4497 * configure.in: Initialize HAVE_LIBXP to no.
4498
44992000-11-22 Gerd Moellmann <gerd@gnu.org>
4500
4501 * configure.in: Use m/macppc.h instead of the non-existent
4502 m/powerpc.h.
4503
45042000-11-21 Gerd Moellmann <gerd@gnu.org>
4505
4506 * Makefile.in (install-arch-indep): Also install info/eshell*
4507 and info/speedbar*.
4508
4509 * configure.in (HAVE_PNG): Check for the presence of
4510 png_get_channels to rule out older PNG libs.
4511
4512 * configure.in (AC_OUTPUT): Arrange to emit definitions of
4513 GCC and NON_GNU_CPP into config.status.
4514
45152000-11-20 Dave Love <fx@gnu.org>
4516
4517 * configure.in: Fix last change.
4518
4519 * GETTING.GNU.SOFTWARE: Deleted.
4520 * FTP: New file to replace it.
4521 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
4522
45232000-11-20 Gerd Moellmann <gerd@gnu.org>
4524
4525 * configure.in: Use -traditional with GNU cpp.
4526
45272000-11-17 Gerd Moellmann <gerd@gnu.org>
4528
4529 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
4530 Distribute more files from the nt/ subdir. Distribute PBM
4531 image files from subdirs of lisp/. Distribute old change logs
4532 from subdirs of lisp/. Distribute play/5x5.el.
4533
45342000-11-11 Dave Love <fx@gnu.org>
4535
4536 * config.sub, config.guess: Updated from master source.
4537
45382000-11-07 Dave Love <fx@gnu.org>
4539
4540 * configure.in: Test for mkstemp.
4541
45422000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
4543
4544 * info/dir (Top): Rearrange menu items more logically, and put
4545 them into a single category. Add menu items for RefTeX and
4546 Widget.
4547
45482000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4549
4550 * Makefile.in (install-arch-indep): Use --info-dir instead of
4551 --dir-file, and a simple argument instead of --info-file, so that
4552 the Debian version of install-info also works.
4553
45542000-10-19 Eric M. Ludlam <zappo@ultranet.com>
4555
4556 * info/dir (Speedbar): Add entry.
4557
45582000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4559
4560 * INSTALL: Describe the new image-support options to the configure
4561 script. List URLs where image support libraries can be found.
4562
45632000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
4564
4565 * info/dir (Top): Add an entry for Eshell.
4566
45672000-10-02 Dave Love <fx@gnu.org>
4568
4569 * configure.in: Check for gai_strerror.
4570
45712000-10-01 Andreas Schwab <schwab@suse.de>
4572
4573 * Makefile.in (install-arch-indep): Update list of installed info files.
4574
45752000-09-30 Gerd Moellmann <gerd@gnu.org>
4576
4577 * configure.in: Support `sparc*-*-netbsd*'.
4578
45792000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
4580
4581 * info/dir (MIME): Add entry for emacs-mime.
4582
45832000-09-29 Dave Love <fx@gnu.org>
4584
4585 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
4586
45872000-09-26 Gerd Moellmann <gerd@gnu.org>
4588
4589 * make-dist: Adapt to the change of leim/Makefile which was
4590 necessary to ensure a reasonably working `make dist'.
4591
4592 * leim-Makefile.in: Moved to leim/Makefile.in..
4593
4594 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
4595
45962000-09-21 Kenichi Handa <handa@etl.go.jp>
4597
4598 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
4599 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
4600 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
4601 files to .elc.
4602 (${TIT}): Adjusted for the above change.
4603 (clean mostlyclean): Likewise.
4604 (.el.elc): New target.
4605
46062000-09-19 Gerd Moellmann <gerd@gnu.org>
4607
4608 * make-dist: Include XPM and XBM files in lisp/ and subdirs
4609 in the distribution.
4610
46112000-09-18 Gerd Moellmann <gerd@gnu.org>
4612
4613 * make-dist (skk): Rename to `ja-dic' because the leim directory
4614 was renamed.
4615
46162000-09-14 Dave Love <fx@gnu.org>
4617
4618 * configure.in: Fix spurion in last change.
4619
46202000-09-14 Gerd Moellmann <gerd@gnu.org>
4621
4622 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
4623 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
4624 to `no' if defined. Change result report.
4625
46262000-09-08 Dave Love <fx@gnu.org>
4627
4628 * configure.in: Remove spurious `@'s.
4629
4630 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
4631 autoconf.
4632
46332000-09-06 Gerd Moellmann <gerd@gnu.org>
4634
4635 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
4636 file and print informational message.
4637
4638 * configure.in (AC_FUNC_MMAP): Add.
4639
46402000-09-01 Gerd Moellmann <gerd@gnu.org>
4641
4642 * configure.in: Add ``checking'' messages for
4643 XpmReturnAllocPixels.
4644
46452000-08-28 Gerd Moellmann <gerd@gnu.org>
4646
4647 * configure.in: Check <strings.h>; check `index' and `rindex'
4648 functions.
4649
46502000-08-26 Kenichi Handa <handa@etl.go.jp>
4651
4652 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
4653 "case "${canonical}" in".
4654
46552000-08-25 Dave Love <fx@gnu.org>
4656
4657 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
4658
46592000-08-25 Kenichi Handa <handa@etl.go.jp>
4660
4661 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
4662
46632000-08-24 Gerd Moellmann <gerd@gnu.org>
4664
4665 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
4666 contains a relative path. Protect against unusable values of $PWD.
4667
46682000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4669
4670 * info/dir (WoMan): Add entry.
4671
4672 * config.bat (maindir): Update src/_gdbinit even if it does
4673 already exist.
4674
46752000-08-07 Gerd Moellmann <gerd@gnu.org>
4676
4677 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
4678
46792000-08-03 Gerd Moellmann <gerd@gnu.org>
4680
4681 * configure.in: Add support for ia64*-*-linux*.
4682
46832000-07-27 Gerd Moellmann <gerd@gnu.org>
4684
4685 * make-dist (aclocal.m4): Include in distribution.
4686
46872000-07-26 Dave Love <fx@gnu.org>
4688
4689 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
4690
46912000-07-24 Dave Love <fx@gnu.org>
4692
4693 * configure.in: Add AC_SIZE_T.
4694
46952000-07-18 Dave Love <fx@gnu.org>
4696
4697 * configure.in: Reorder so that most tests are done after CPPFLAGS
4698 is set from the C_SWITCH_... definitions.
4699
47002000-07-10 Gerd Moellmann <gerd@gnu.org>
4701
4702 * configure.in (HAVE_XPM): Undo previous change. Check for
4703 preprocessor define XpmReturnAllocPixels.
4704
47052000-07-06 Gerd Moellmann <gerd@gnu.org>
4706
4707 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
4708 instead of XpmReadFileToPixmap.
4709
47102000-07-05 Ken Raeburn <raeburn@gnu.org>
4711
4712 * configure.in: Check for <soundcard.h>. Look for ossaudio
4713 library, and set LIBSOUND accordingly.
4714
47152000-07-05 Dave Love <fx@gnu.org>
4716
4717 * configure.in: Use AC_HEADER_SYS_WAIT.
4718
47192000-07-05 Gerd Moellmann <gerd@gnu.org>
4720
4721 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
4722 lisp/Makefile. Distribute lisp/Makefile.in instead of
4723 lisp/Makefile.
4724
47252000-06-30 Ken Raeburn <raeburn@gnu.org>
4726
4727 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
4728 while searching for image-handling libraries.
4729
47302000-06-26 Gerd Moellmann <gerd@gnu.org>
4731
4732 * configure.in (--with-xim): New option.
4733
47342000-06-23 Dave Love <fx@gnu.org>
4735
4736 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
4737 for struct timezone and test how we can call gettimeofday.
4738 Check for OSF 5+. Check for term.h.
4739
4740 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
4741 version.
4742
47432000-06-23 Gerd Moellmann <gerd@gnu.org>
4744
4745 * configure.in (HAVE_LIBXP): Change test for libXp.
4746
47472000-06-21 Dave Love <fx@gnu.org>
4748
4749 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
4750 simple test for getloadavg and substitute GETLOADAVG_LIBS.
4751 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
4752
47532000-06-19 Dave Love <fx@gnu.org>
4754
4755 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
4756 _XOPEN_SOURCE is defined.
4757
47582000-06-16 Gerd Moellmann <gerd@gnu.org>
4759
4760 * Makefile.in (distclean): Also make distclean in lisp/.
4761
47622000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4763
4764 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
4765
47662000-06-15 Gerd Moellmann <gerd@gnu.org>
4767
4768 * make-dist: Add --help and --snapshot options.
4769
47702000-06-14 Gerd Moellmann <gerd@gnu.org>
4771
4772 * configure.in: Generate lisp/Makefile.
4773
4774 * configure.in: Add support for `*-lynxos*'.
4775 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
4776 recommended by <Karen.Dorhamer@compaq.com> to fix problems
4777 on Tru64 UNIX v5.0.
4778
47792000-06-13 Ken Raeburn <raeburn@gnu.org>
4780
4781 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
4782 it's on a continuation line.
4783
47842000-06-02 Dave Love <fx@gnu.org>
4785
4786 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
4787 files.
4788
4789 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
4790 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
4791 test.
4792
4793 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
4794 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
4795
47962000-05-26 Gerd Moellmann <gerd@gnu.org>
4797
4798 * configure.in: Add check for speed_t typedef.
4799
48002000-05-25 Ken Raeburn <raeburn@gnu.org>
4801
4802 * Makefile.in (install-arch-dep): Install fns-*.el only if it
4803 exists; it won't in the CANNOT_DUMP case.
4804
48052000-05-25 Gerd Moellmann <gerd@gnu.org>
4806
4807 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
4808 On FreeBSD, the exit status is 1 if CDPATH is not set.
4809 (install-arch-indep): Install ebrowse.info.
4810
48112000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
4812
4813 * configure.in: Check for grandpt and getpt.
4814
48152000-05-09 Dave Love <fx@gnu.org>
4816
4817 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
4818
48192000-05-05 Gerd Moellmann <gerd@gnu.org>
4820
4821 * make-dist: Make a link for lib-src/grep-changelog.
4822 Copy install-sh.
4823
48242000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
4825
4826 * config.bat: Identify the beginning of the cpp stuff in
4827 src/Makefile.in and lib-src/Makefile.in more accurately.
4828
48292000-04-27 Gerd Moellmann <gerd@gnu.org>
4830
4831 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
4832
48332000-04-19 Gerd Moellmann <gerd@gnu.org>
4834
4835 * configure.in: Add support for `powerpc-*-netbsd*'.
4836
48372000-04-19 Dave Love <fx@gnu.org>
4838
4839 * configure.in: Don't use AC_FUNC_GETLOADAVG.
4840
4841 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
4842
48432000-04-16 Dave Love <fx@gnu.org>
4844
4845 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
4846
48472000-04-14 Dave Love <fx@gnu.org>
4848
4849 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
4850
4851 * aclocal.m4 (AC_FUNC_MKTIME): New.
4852
48532000-03-28 Ken Raeburn <raeburn@gnu.org>
4854
4855 * configure.in: Line up "--help" output a little better.
4856
48572000-03-26 Gerd Moellmann <gerd@gnu.org>
4858
4859 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
4860 New targets.
4861 (bootstrap): Rewritten in terms of the new targets above. Make
4862 info files, too.
4863
48642000-03-12 Gerd Moellmann <gerd@gnu.org>
4865
4866 * config.guess, config.sub: Use the versions of the files from
4867 subversions.
4868
48692000-03-08 Dave Love <fx@gnu.org>
4870
4871 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
4872 AC_C_VOLATILE. Define POINTER_TYPE.
4873
4874 * aclocal.m4: New file.
4875
48762000-03-02 Gerd Moellmann <gerd@gnu.org>
4877
4878 * configure.in (machine): Add `mipsel-*-netbsd*' and
4879 `arm-*-netbsd*'.
4880
48812000-03-01 Gerd Moellmann <gerd@gnu.org>
4882
4883 * configure.in (machine): Add support for `*-auspex-sunos*'.
4884
48852000-02-29 Gerd Moellmann <gerd@gnu.org>
4886
4887 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
4888
48892000-02-18 Dave Love <fx@gnu.org>
4890
4891 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
4892
48932000-02-18 Andreas Schwab <schwab@suse.de>
4894
4895 * Makefile.in (install-arch-indep): Add eudc to list of installed
4896 info files.
4897
48982000-02-17 Ken Raeburn <raeburn@gnu.org>
4899
4900 * configure.in: Include -lz and -ljpeg (if it's available) when
4901 testing for the tiff library.
4902
49032000-02-17 Gerd Moellmann <gerd@gnu.org>
4904
4905 * configure.in: Remove LISP_FLOAT_TYPE.
4906
49072000-02-12 Dave Love <fx@gnu.org>
4908
4909 * configure.in: Use AC_FUNC_VFORK.
4910
49112000-02-01 Gerd Moellmann <gerd@gnu.org>
4912
4913 * make-dist: Various fixes for new development tree.
4914
4915 * leim-Makefile.in: New file.
4916
49172000-01-31 Gerd Moellmann <gerd@gnu.org>
4918
4919 * Makefile.in (dist): Call ./make-dist.
4920
49212000-01-24 Dave Love <fx@gnu.org>
4922
4923 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
4924
49252000-01-18 Gerd Moellmann <gerd@gnu.org>
4926
4927 * configure.in (HAVE_GIF): Check for DGifOpen instead of
4928 DGifOpenFileName.
4929
49302000-01-11 Andreas Schwab <schwab@suse.de>
4931
4932 * Makefile.in (install-arch-indep): Update list of info files to
4933 be installed.
4934
49352000-01-05 Dave Love <fx@gnu.org>
4936
4937 * configure.in: Check for jerror.h as well as libjpeg.
4938
49392000-01-03 Andreas Schwab <schwab@suse.de>
4940
4941 * Makefile.in (install-arch-indep): Install autotype*. Run
4942 install-info on autotype and emacs-faq.info.
4943
49441999-12-04 Dave Love <fx@gnu.org>
4945
4946 * Makefile.in (install-arch-indep): Depend on `info'.
4947 (install-strip): Use `install' as sub-make target.
4948
49491999-11-23 Ken Raeburn <raeburn@gnu.org>
4950
4951 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
4952 didn't need to be deleted. Check for the k5crypto library as well
4953 as the crypto library; MIT Kerberos 1.1 changed the name.
4954
49551999-11-18 Dave Love <fx@gnu.org>
4956
4957 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
4958
49591999-11-11 Erik Naggum <erik@naggum.no>
4960
4961 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
4962
49631999-11-08 Dave Love <fx@gnu.org>
4964
4965 * configure.in: Fix change for --with-pop default.
4966
49671999-11-04 Dave Love <fx@gnu.org>
4968
4969 * configure.in: Default to --with-pop. Change sense of with-gcc
4970 and with-toolkit-scroll-bars messages to reflect the defaults.
4971
49721999-11-01 Gerd Moellmann <gerd@gnu.org>
4973
4974 * INSTALL: Mention the Emacs Lisp Reference.
4975
49761999-10-27 Noah Friedman <friedman@splode.com>
4977
4978 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
4979
49801999-10-23 Gerd Moellmann <gerd@gnu.org>
4981
4982 * Makefile.in (bootstrap): New target.
4983
49841999-10-19 Paul Eggert <eggert@twinsun.com>
4985
4986 Add support for large files. Merge glibc 2.1.2.
4987
4988 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
4989 (HAVE_TM_GMTOFF): New symbol.
4990 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
4991 mbrlen, strsignal.
4992 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
4993
49941999-10-09 Stefan Monnier <monnier@cs.yale.edu>
4995
4996 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
4997 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
4998
49991999-10-09 Richard M. Stallman <rms@gnu.org>
5000
5001 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
5002 Unset CDPATH to prevent cd from generating output.
5003
50041999-10-08 Stefan Monnier <monnier@cs.yale.edu>
5005
5006 * update-subdirs: Also ignore CVS subdirs.
5007
50081999-10-07 Gerd Moellmann <gerd@gnu.org>
5009
5010 * Makefile.in (install-arch-indep): Add ada-mode.
5011
50121999-10-06 Dave Love <fx@gnu.org>
5013
5014 * Makefile.in: Add rules for config.status, configure.
5015
50161999-09-07 Gerd Moellmann <gerd@gnu.org>
5017
5018 * configure.in (--with-sound): Removed.
5019
50201999-08-30 Gerd Moellmann <gerd@gnu.org>
5021
5022 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
5023 the test for Xaw3d.
5024 (HAVE_TIFF): Add -lm to library check.
5025
50261999-08-28 Richard Stallman <rms@gnu.org>
5027
5028 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
5029 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
5030 after the other X-related libraries.
5031
50321999-08-21 Dave Love <fx@gnu.org>
5033
5034 * configure.in: Don't check for jpeglib.h.
5035
50361999-08-20 Gerd Moellmann <gerd@gnu.org>
5037
5038 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
5039 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
5040
50411999-08-18 Dave Love <fx@gnu.org>
5042
5043 * configure.in: Check for termcap.h.
5044
50451999-08-15 Gerd Moellmann <gerd@gnu.org>
5046
5047 * configure.in: Add --with-toolkit-scroll-bars. If "no",
5048 use Emacs' scroll bars, even if configured for Motif or when
5049 Xaw3d is available.
5050
50511999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
5052
5053 * configure.in: Check for getaddrinfo.
5054
50551999-08-04 Eli Zaretskii <eliz@gnu.org>
5056
5057 * config.bat: Make --no-debug work again by removing -gcoff.
5058
50591999-07-30 Dave Love <fx@gnu.org>
5060
5061 * configure.in: Check for stdlib.h.
5062
50631999-07-19 Dave Love <fx@gnu.org>
5064
5065 * configure.in: Grok sparc64-*-linux-gnu*.
5066
50671999-07-12 Richard Stallman <rms@gnu.org>
5068
5069 * Version 20.4 released.
5070
50711999-06-23 Karl Heuer <kwzh@gnu.org>
5072
5073 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
5074 Quote $EMACS, in case it's a program with args.
5075
50761999-06-15 Gerd Moellmann <gerd@gnu.org>
5077
5078 * configure.in (HAVE_GIF): Use libungif instead of libgif
5079 because the former doesn't contain patented compression code.
5080
50811999-05-29 Richard M. Stallman <rms@gnu.org>
5082
5083 * configure.in: Delete the Kerberos stuff.
5084
50851999-05-27 Greg Hudson <ghudson@mit.edu>
5086
5087 * configure.in: Prefer kerberos 5 names.
5088
50891999-04-26 Richard M. Stallman <rms@gnu.org>
5090
5091 * configure.in: Check for libXp.
5092
50931999-04-08 Richard Stallman <rms@gnu.org>
5094
5095 * make-dist: Include change logs in subdirs of `lisp'.
5096
50971999-04-05 Richard Stallman <rms@gnu.org>
5098
5099 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
5100 (install-arch-indep): Make ${datadir}/emacs world-readable.
5101
51021999-03-30 Eli Zaretskii <eliz@gnu.org>
5103
5104 * config.bat: Use epaths.* instead of paths.*.
5105
51061999-03-07 Eli Zaretskii <eliz@gnu.org>
5107
5108 * INSTALL: Add detailed instructions to unpack and install
5109 intlfonts on MS-DOS.
5110
51111999-02-26 Richard Stallman <rms@gnu.org>
5112
5113 * configure.in: Use epaths.h and epaths-force instead of paths...
5114
5115 * Makefile.in (epaths-force): Renamed from paths-force;
5116 operate on epaths.in and produce epaths.h.
5117
51181999-02-24 Richard Stallman <rms@gnu.org>
5119
5120 * make-dist: Fix nt/icons directory handling.
5121
51221999-02-22 Simon Josefsson <jas@pdc.kth.se>
5123
5124 * configure.in (f301-fujitsu-uxpv4.1): New target.
5125
51261999-02-20 Richard Stallman <rms@gnu.org>
5127
5128 * make-dist (tempparent): Fix command to update info files.
5129
51301999-02-09 Richard Stallman <rms@gnu.org>
5131
5132 * configure.in (powerpc-apple-netbsd*): New alternative.
5133
51341999-01-25 Geoff Voelker <voelker@cs.washington.edu>
5135
5136 * make-dist: Include the new directory nt/icons in distributions.
5137
51381999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5139
5140 * configure.in: Change message about HAVE_XFREE386.
5141
51421999-01-07 Eli Zaretskii <eliz@gnu.org>
5143
5144 * config.bat: Support configuring with leim.
5145
51461998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
5147
5148 * configure.in (mips-sgi-irix6.5): New target.
5149
51501998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5151
5152 * configure.in: Remove GSS-API support, since it has been removed
5153 from movemail.
5154
51551998-12-04 Markus Rost <rost@delysid.gnu.org>
5156
5157 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
5158
51591998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
5160
5161 * Makefile.in: Don't install customize info file.
5162 Run install-info on viper info file.
5163
51641998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
5165
5166 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
5167
51681998-11-16 Kenichi Handa <handa@etl.go.jp>
5169
5170 * configure.in (*-*-bsdi4*): New target.
5171
51721998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
5173
5174 * configure.in: Fix previous change.
5175
51761998-11-11 Richard Stallman <rms@gnu.org>
5177
5178 * configure.in (aviion-intel): New machine.
5179
51801998-11-04 Kenichi Handa <handa@etl.go.jp>
5181
5182 * configure.in (mips-nec-sysv4*): New target.
5183
51841998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
5185
5186 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
5187 from lisp.
5188
51891998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
5190
5191 * make-dist: Don't include fns*.el in dist.
5192
51931998-10-30 Dave Love <fx@gnu.org>
5194
5195 * configure.in: Don't mkdir cpp.
5196
51971998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
5198
5199 * Makefile.in (install-arch-dep): Install src/fns-*.el in
5200 ${archlibdir}.
5201
52021998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
5203
5204 * Version 20.3 released.
5205
52061998-07-30 Paul Eggert <eggert@twinsun.com>
5207
5208 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
5209 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
5210 (lwlib/Makefile, leim/Makefile):
5211 Prepend $(srcdir)/ to rule dependencies outside this dir.
5212
52131998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
5214
5215 * configure.in: Use unset CDPATH instead of making it empty.
5216
52171998-06-20 Karl Heuer <kwzh@gnu.org>
5218
5219 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
5220
52211998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
5222
5223 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
5224 and default.el. Sort the results.
5225
52261998-05-31 Karl Heuer <kwzh@gnu.org>
5227
5228 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
5229 writable.
5230
52311998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
5232
5233 * Makefile.in (install-arch-indep):
5234 Don't alter site-lisp/subdirs.el if it exists.
5235
52361998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
5237
5238 * Makefile.in (install-arch-indep): Put `-' on commands to create
5239 subdirs.el in site-lisp dirs.
5240
52411998-05-07 Richard Stallman <rms@psilocin.gnu.org>
5242
5243 * Makefile.in (install-arch-indep): Fix typo in previous change.
5244
52451998-05-06 Richard Stallman <rms@psilocin.gnu.org>
5246
5247 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
5248
52491998-04-28 Richard Stallman <rms@psilocin.gnu.org>
5250
5251 * Makefile.in (mkdir): Create the site-lisp dirs.
5252 (install-arch-indep): Make site-lisp/subdirs files world-readable.
5253
52541998-04-26 Richard Stallman <rms@psilocin.gnu.org>
5255
5256 * Makefile.in (INSTALL_INFO): New variable.
5257 (install-arch-indep): Don't replace the dir file if it already exists.
5258 Use the install-info program, via INSTALL_INFO, to add entries.
5259 Make the `info' subdir and the Info files world-readable.
5260
52611998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
5262
5263 * config.bat: Make sure the environment is large enough to support
5264 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
5265
52661998-04-10 Karl Heuer <kwzh@gnu.org>
5267
5268 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
5269
52701998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5271
5272 * configure.in: Add --with-gssapi to specify GSS-API
5273 authentication support for movemail.
5274
52751998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
5276
5277 * Makefile.in (install-arch-indep): Fix previous change.
5278
52791998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
5280
5281 * Makefile.in (info): Run man in build dir, not srcdir.
5282
52831998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
5284
5285 * Makefile.in (install-arch-indep): Fix previous change.
5286
52871998-03-23 Kenichi Handa <handa@etl.go.jp>
5288
5289 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
5290
52911998-03-22 Richard Stallman <rms@gnu.org>
5292
5293 * Makefile.in (install-arch-indep): Put special subdirs.el files
5294 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
5295
52961998-03-21 Richard Stallman <rms@psilocin.gnu.org>
5297
5298 * make-dist: Fix shell syntax in check for missing .el or .elc files.
5299
53001998-03-09 Richard Stallman <rms@psilocin.gnu.org>
5301
5302 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
5303 (m68*-hp-hpux*): Handle versions 1X like 10.
5304
53051998-03-07 Richard Stallman <rms@psilocin.gnu.org>
5306
5307 * make-dist: PROBLEMS is now in etc, not top level dir.
5308
5309 * Makefile.in (SOURCES): Delete PROBLEMS.
5310
53111998-02-25 Richard Stallman <rms@gnu.org>
5312
5313 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
5314
5315 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
5316
53171998-01-17 Richard Stallman <rms@gnu.org>
5318
5319 * Makefile.in (install-arch-indep): Add semicolon before `else'.
5320
53211998-01-02 Richard Stallman <rms@psilocin.gnu.org>
5322
5323 * make-dist (tempparent): New option --no-check.
5324
5325 * make-dist: Don't do anything with cpp directory.
5326
53271997-12-20 Richard Stallman <rms@psilocin.gnu.org>
5328
5329 * configure.in (sparc-fujitsu-sysv4*): New target.
5330
53311997-12-17 Andreas Schwab <schwab@gnu.org>
5332
5333 * configure.in: Cache more tests. Add missing quotes around
5334 message with embedded comma.
5335
53361997-12-04 Karl Heuer <kwzh@gnu.org>
5337
5338 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
5339
53401997-11-26 Joel N. Weber II <devnull@gnu.org>
5341
5342 * make-dist: Changed the comment about `umask 0' to say `Don't
5343 restrict access to any files.'; previously it said `Don't protect
5344 any files', which may have implied that we think fascism is good.
5345
53461997-11-24 Paul Eggert <eggert@twinsun.com>
5347
5348 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
5349 strftime needs the underlying host's strftime for locale dependent
5350 formats.
5351
53521997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
5353
5354 * configure.in (i586-dg-dguxR4.*): New name in case branch.
5355
53561997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
5357
5358 * config.bat: Configure the man subdirectory.
5359
53601997-11-07 Paul Eggert <eggert@twinsun.com>
5361
5362 * configure.in (AC_CHECK_LIB): Add -lintl.
5363
53641997-11-07 Karl Heuer <kwzh@gnu.org>
5365
5366 * make-dist (check for .elc files): Avoid bash-specific syntax.
5367 (check for overflow 14-char limit): Simplify.
5368
53691997-11-07 Richard Stallman <rms@gnu.org>
5370
5371 * Makefile.in (install): Move blessmail last.
5372
53731997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5374
5375 * configure.in (gettimeofday, one arg or two):
5376 Clarify messages by avoiding double negative.
5377
53781997-09-30 Karl Eichwalder <ke@suse.de>
5379
5380 * Makefile.in (install-arch-indep): Install the widget info file.
5381
53821997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5383
5384 * configure.in (with-pop, with-kerberos): Need to check Kerberos
5385 libraries in reverse order, so that libraries will appear in the
5386 correct dependency order on the link line (and so that the
5387 configure checks themselves will work properly when early
5388 libraries depend on later ones).
5389
53901997-09-21 Erik Naggum <erik@naggum.no>
5391
5392 * make-dist (making links to `src'): Keep timestamp on copied files.
5393
5394 * make-delta: New script to produce delta distributions.
5395
53961997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5397
5398 * Version 20.2 released.
5399
54001997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5401
5402 * Version 20.1 released.
5403
5404 * Makefile.in (install-leim): Depend on mkdir.
5405 (leim): Depend on src.
5406
54071997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5408
5409 * configure.in: Recognize alpha* instead of just alpha.
5410
54111997-09-12 Paul Eggert <eggert@twinsun.com>
5412
5413 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
5414
54151997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5416
5417 * update-subdirs: Use rm -f.
5418
54191997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5420
5421 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
5422 Ignore subdirs named Old.
5423
54241997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
5425
5426 * configure.in: Add OpenBSD clause to set $machine.
5427
54281997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5429
5430 * make-dist: Recompile everything after updating various Lisp files.
5431 Recompile in leim as well as lisp.
5432 Check in leim as well as lisp for mismatched files and too-long names.
5433
54341997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5435
5436 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
5437
54381997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5439
5440 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
5441 before trying to copy anything from it.
5442
54431997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5444
5445 * Makefile.in (man/Makefile): New target.
5446 (tags): Define env var EMACS and run Makefile from build dir.
5447
54481997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
5449
5450 * config.bat: If src/_gdbinit doesn't exist, try using
5451 src/.gdbinit to create it (for building on Windows 95).
5452
54531997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5454
5455 * Makefile.in (install-arch-indep):
5456 Discard extra data in tar | tar pipes.
5457
54581997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
5459
5460 * configure.in (x_default_search_path): Corrected
5461 '${x_library}' to '${x_library}/X11'.
5462
54631997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5464
5465 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
5466
54671997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
5468
5469 * configure.in: Support auto-configuration of both Kerberos V4 and
5470 Kerberos V5 for movemail, including detection of V4 and V5 header
5471 files and libraries.
5472
54731997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
5474
5475 * configure.in: Compute x_default_search_path
5476 and substitute into makefiles.
5477
5478 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
5479
54801997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5481
5482 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
5483
54841997-08-07 Erik Naggum <erik@naggum.no>
5485
5486 * configure.in: Remove lockdir, it is no longer needed.
5487 * Makefile.in (mkdir): Don't create lockdir.
5488 (lockdir): Variable deleted.
5489 (paths-force): Don't operate on PATH_LOCK.
5490
54911997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5492
5493 * leim-Makefile.in (clean, distclean): New targets.
5494
5495 * make-dist: Include leim/ChangeLog in leim distribution.
5496
54971997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5498
5499 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
5500
55011997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5502
5503 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
5504
55051997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5506
5507 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
5508
55091997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5510
5511 * make-dist: Update leim/leim-list.el.
5512 Pass along value of $EMACS when updating lisp dir.
5513
55141997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
5515
5516 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
5517 prerequisite to the use of Doug Lea's malloc.
5518
55191997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5520
5521 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
5522
5523 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
5524
55251997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5526
5527 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
5528
55291997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5530
5531 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
5532 to news-r6.h.
5533
55341997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
5535
5536 * config.bat: Use `sed' instead of `cp', which might not be
5537 installed.
5538
55391997-07-09 Kenichi Handa <handa@etl.go.jp>
5540
5541 * Makefile.in (mostlyclean): Add cleaning leim directory.
5542 (clean, distclean, maintainer-clean): Likewise.
5543
55441997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5545
5546 * make-dist (bogosities): Check subdirs of `lisp' also.
5547
55481997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5549
5550 * make-dist (etc): Really avoid symlinks now.
5551 (lisp): Don't delete from subdirs the things we never copy.
5552
55531997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5554
5555 * Makefile.in (install-arch-indep): Correct the target name.
5556 The first letter `i' was dropped by the previous change of mine.
5557
55581997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5559
5560 * configure.in (leim/Makefile): Generate this.
5561 (*-sysv4.2uw*): Recognize new alternative.
5562
5563 * leim-Makefile.in: Renamed from leim-Makefile.
5564
5565 * make-dist: Set up real-leim subdirectory,
5566 with the real contents of leim; then move it to
5567 a separate top-level directory.
5568
5569 * make-dist: Don't mention site-lisp, site-init, site-start
5570 or default, when listing files hat are not compiled and should be.
5571
5572 * configure.in: Create src/config.stamp at the end.
5573
55741997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5575
5576 * Makefile.in (install-leim): Correct previous change.
5577
55781997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5579
5580 * Makefile.in (install-leim): New target.
5581 (install): Depend on install-leim.
5582
55831997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5584
5585 * Makefile.in (SUBDIR): Add leim.
5586 (SUBDIR_MAKEFILES): Add leim/Makefile.
5587 (leim/Makefile): New target.
5588
55891997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5590
5591 * leim-Makefile: New file.
5592 * make-dist: Initialize a `leim' subdirectory with that makefile.
5593
55941997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5595
5596 * configure.in (GNU_MALLOC_reason): Fix message text.
5597
55981997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5599
5600 * make-dist (lisp): Don't process subdirs that start with =.
5601 (etc): Copy symlinks, as in src.
5602
56031997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5604
5605 * configure.in (i*86-*-unixware*): New alternative.
5606
56071997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5608
5609 * Makefile.in (src/config.stamp): Target renamed from src/config.h
5610 and touch it explicitly.
5611
5612 * configure.in (mips-sony-newsos6*): New alternative.
5613 (mips-*-linux-gnu*): New alternative.
5614 (*-*-bsdi*): New alternative.
5615 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
5616
56171997-06-22 Dave Love <d.love@dl.ac.uk>
5618
5619 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
5620 (src/config.h): New target to re-configure if src/config.in is patched.
5621
56221997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5623
5624 * configure.in (shutdown): Check for `shutdown' function.
5625
56261997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
5627
5628 * update-subdirs: Include the directory "language" in subdirs.
5629
56301997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5631
5632 * configure.in (m88k-dg-dgux4*): New alternative.
5633 (alpha-*-netbsd*): New alternative.
5634 (powerpcle-*-solaris2*): New alternative.
5635
56361997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5637
5638 * make-dist: Warn about .el files that are not compiled.
5639
56401997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5641
5642 * Makefile.in (dist): Don't run update-subdirs here,
5643 since make-dist now gets that done.
5644
5645 * make-dist: Use the new `updates' target in lisp/Makefile.
5646
5647 * make-dist: Use new non-file targets in lisp/Makefile.
5648
56491997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5650
5651 * make-dist: Handle all subdirs of `lisp' uniformly.
5652 Don't handle `term' and `language' specially.
5653 Clear out umask at the beginning.
5654
56551997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5656
5657 * make-dist: Use Make to update finder-inf.el and autoloads.
5658 Also update cus-load.el.
5659
56601997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
5661
5662 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
5663 in case it is desirable to disable the GNU malloc features with glibc.
5664
56651997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
5666
5667 * configure.in (DOUG_LEA_MALLOC):
5668 Define if malloc_{get,set}_state exist.
5669
56701997-03-05 Kenichi Handa <handa@etl.go.jp>
5671
5672 * make-dist: Make links for files under lisp/language.
5673
56741997-02-20 Kenichi Handa <handa@etl.go.jp>
5675
5676 * update-subdirs: Exclude the directory "language" from subdirs.
5677
56781997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
5679
5680 * configure.in: Check for rint and cbrt.
5681
56821997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5683
5684 * make-dist: Use $EMACS to say where to run Emacs.
5685 Add --no-update option.
5686
56871996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5688
5689 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
5690
56911996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5692
5693 * make-dist (copying src): Check thoroughly for symlinks
5694 and copy them in all cases. Regularize the linking of *.in
5695 and *.opt and ChangeLog files.
5696 (copying lib-src): Likewise.
5697 Don't rm getdate.c or y.tab.*--they don't exist any more.
5698
56991996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
5700
5701 * configure.in: Check for libmail, maillock.h and
5702 touchlock (for movemail).
5703
57041996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5705
5706 * configure.in (limits.h): Check for this file.
5707
57081996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5709
5710 * configure.in (rs6000-ibm-aix4.2): New alternative.
5711 (rs6000-ibm-aix4.0): New alternative.
5712 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
5713
57141996-11-22 Ben Harris <bjh21@cam.ac.uk>
5715
5716 * configure.in: Recognize vax-*-netbsd*.
5717
57181996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5719
5720 * configure.in (locallisppath): Add leim directory.
5721
57221996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
5723
5724 * config.bat: Make sure `mv' supports forward slashes and -f.
5725
57261996-10-28 Christian Limpach <chris@nice.ch>
5727
5728 * configure.in (hppa*-next-nextstep*): * added after hppa
5729 to accept hppa1.0 and hppa1.1.
5730
57311996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
5732
5733 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
5734 * configure.in (ld_switch_machine): Fix typo.
5735
57361996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5737
5738 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
5739 from config.h and use them in $ac_link.
5740
57411996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
5742
5743 * configure.in: Create a subdir named `lisp'.
5744
57451996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5746
5747 * configure.in: Check for getcwd.
5748
57491996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5750
5751 * configure.in: Check for termios.h. Check for setpgid.
5752
57531996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5754
5755 * configure.in: Check for setrlimit.
5756
57571996-08-31 Paul Eggert <eggert@twinsun.com>
5758
5759 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
5760
57611996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5762
5763 * configure.in: Check for utimes.
5764
5765 * configure.in: Check for com_err library, but only
5766 if --with-kerberos was used. Check for krb and des
5767 only if --with-kerberos.
5768
57691996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5770
5771 * Makefile.in (INSTALL_STRIP): New variable.
5772 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
5773 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
5774
57751996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5776
5777 * configure.in: Check for krb and des libraries.
5778
57791996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
5780
5781 * configure.in (*-sunos4.1.[3-9]*noshare):
5782 Use sunos413, not sunos4-1-3.
5783 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
5784 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
5785
57861996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5787
5788 * Makefile.in (src/paths.h): Target deleted.
5789 (paths-force): Delete all dependencies on this target
5790 but don't delete the target.
5791 (install): Depend on `all'.
5792 (paths-force): Don't print a message.
5793
5794 * configure.in: Generate src/paths.h here.
5795
57961996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5797
5798 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
5799 New variables that affect linking only.
5800 (alpha-dec-osf*): Use those instead of previous change.
5801
58021996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5803
5804 * Makefile.in (install-arch-indep): Install info/messages.
5805
58061996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5807
5808 * Version 19.33 released.
5809
58101996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
5811
5812 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
5813 Fix previous change.
5814
58151996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5816
5817 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
5818 New alternative.
5819
58201996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5821
5822 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
5823 and NON_GCC_TEST_OPTIONS.
5824
58251996-08-06 Paul Eggert <eggert@twinsun.com>
5826
5827 * configure.in (LOCALTIME_CACHE): Don't put a string literal
5828 "TZ=..." in environ.
5829
58301996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5831
5832 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
5833
58341996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5835
5836 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
5837 the more general *-sunos4.1.[3-9]* clause.
5838
58391996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5840
5841 * Version 19.32 released.
5842
5843 * configure.in (*-sco3.2v5*):
5844 Set OVERRIDE_CPPFLAG to a string of one space.
5845 Fix the code that uses OVERRIDE_CPPFLAG.
5846
58471996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
5848
5849 * configure.in: Undo previous change.
5850
58511996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5852
5853 * config.sub: Use `pc', not `unknown', when canonicalizing
5854 the vendor for ...86.
5855
58561996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
5857
5858 * configure.in: Check for termios.h header.
5859
58601996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
5861
5862 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
5863
58641996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
5865
5866 * configure.in: Split bsdos2 and bsdos2-1.
5867
58681996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5869
5870 * config.sub: If last two words are not a recognized
5871 KERNEL-OS pair, use just the last word as OS, as in 19.31.
5872 Make conversion of gnu/linux to linux-gnu really work.
5873
5874 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
5875
58761996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5877
5878 * configure.in (check for using Lucid widgets by default):
5879 Eliminate indentation that confuses some compilers.
5880
58811996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5882
5883 * config.sub: Convert linux and gnu/linux to linux-gnu.
5884
5885 * make-dist: Don't update getdate.c.
5886 Ignore =... files when checking for too-long Lisp file names.
5887
58881996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5889
5890 * configure.in (euidaccess): Check for that, not for eaccess.
5891
58921996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5893
5894 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
5895 before `noshare'.
5896 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
5897
58981996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5899
5900 * configure.in: Rename lignux to linux-gnu in configuration names.
5901 Use gnu-linux as the opsys value (s/ file name).
5902 Allow i686 just like i386, i486, i586.
5903
59041996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5905
5906 * configure.in (i*86-*-sco3.2v5): New alternative.
5907 (OVERRIDE_CPPFLAG): New variable.
5908 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
5909
5910 * configure.in: Specify vpath for .texi files.
5911
59121996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5913
5914 * configure.in: Always check for HAVE_X11R5.
5915 Separately decide whether to use a toolkit by default.
5916
59171996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
5918
5919 * configure.in: If X11R5 is missing the Xaw headers,
5920 default to --with-x-toolkit=no.
5921
59221996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5923
5924 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
5925
59261996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5927
5928 * Makefile.in (install-arch-indep): If cd etc makes output,
5929 don't treat that as part of the tar data.
5930 Check that ./lisp actually exists.
5931
59321996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
5933
5934 * make-dist: Check for long file names.
5935
59361996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5937
5938 * Version 19.31 released.
5939
59401996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5941
5942 * configure.in: Recognize sparc-*-lignux.
5943
59441996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
5945
5946 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
5947 Don't include config.w95.
5948
59491996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
5950
5951 * make-dist: Replace --no-clean-up and --no-tar options
5952 with --clean-up and --tar, so that the default is useful.
5953
59541996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5955
5956 * config.bat: Make sure the GDB init file is called src/_gdbinit;
5957 if not, tell the user to rename it and abort.
5958
59591996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5960
5961 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
5962 test program.
5963
59641996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5965
5966 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
5967
5968 * make-dist (MANIFEST): Fix previous change.
5969 (msdos): Put mainmake.v2 into the dist.
5970
59711996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5972
5973 * make-dist: Exit if autoconf fails.
5974
59751996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
5976
5977 * config.bat: Set djgpp-ver, and unset it at the end.
5978 Add a number of conditionals for DJGPP version 2.
5979 Rename label libsrc2 to libsrc3.
5980 Substitute for LDFLAGS in src/Makefile.
5981 Substitute for ALL_CFLAGS in lib-src/Makefile.
5982
59831996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5984
5985 * configure.in (ncurses): Check this after checking fns like strerror.
5986
59871996-04-08 Erik Naggum <erik@naggum.no>
5988
5989 * make-dist (MANIFEST): Don't include lines from =files.
5990
59911996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5992
5993 * make-dist: Don't put lisp/dired.todo in the dist.
5994
59951996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
5996
5997 * configure.in (HAVE_NCURSES): Look for library named ncurses.
5998
5999 * configure.in (setlocale): Check for it.
6000
6001 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
6002
60031996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6004
6005 * configure.in: Use lignux instead of linux as value of opsys.
6006
60071996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6008
6009 * Makefile.in (install-strip): Fix whitespace.
6010 Get rid of continuation.
6011
6012 * config.sub: Convert linux or gnu/linux to lignux.
6013
60141996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6015
6016 * configure.in: Accept lignux in configuration name.
6017
60181996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6019
6020 * Makefile.in (install-strip): New target.
6021
60221996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6023
6024 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
6025 -f failed to do the job on Suns.
6026
60271996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6028
6029 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
6030
6031 * configure.in (linux/version.h): Check for this header.
6032
60331996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
6034
6035 * configure.in: Remove -fno-builtin hackery from -lm check.
6036
60371996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
6038
6039 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
6040 just this test.
6041
6042 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
6043
60441996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6045
6046 * configure.in: Check for ncurses.
6047
60481996-02-28 Paul Eggert <eggert@twinsun.com>
6049
6050 * configure.in (LOCALTIME_CACHE):
6051 Also define if localtime mishandles unsetting TZ.
6052 This works around a localtime bug in mips-dec-ultrix.
6053
60541996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6055
6056 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
6057
6058 * configure.in: Improve messages about X versions.
6059
60601996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6061
6062 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
6063
60641996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6065
6066 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
6067 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
6068
6069 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
6070 (install): Put install-arch-indep before install-arch-dep.
6071
60721996-02-20 Dave Love <d.love@dl.ac.uk>
6073
6074 * INSTALL: Clarify info about MS-DOS path handling.
6075
60761996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6077
6078 * Makefile.in (install-arch-indep): Install info/ccmode*.
6079 In previous change, protect against /bin/pwd returning null string.
6080
60811996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6082
6083 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
6084 to lispdir.
6085
60861996-02-01 Paul Eggert <eggert@twinsun.com>
6087
6088 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
6089
60901996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6091
6092 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
6093
60941996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6095
6096 * Makefile.in (extraclean): Use ${top_distclean} to ensure
6097 we delete everything distclean deletes.
6098
60991996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
6100
6101 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
6102
61031996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6104
6105 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
6106 into LDFLAGS instead of into LIBS.
6107
61081996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6109
6110 * configure.in (HAVE_XMU): Fix typo in previous change.
6111
61121996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6113
6114 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
6115
61161996-01-10 Erik Naggum <erik@naggum.no>
6117
6118 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
6119
61201996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
6121
6122 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
6123
61241996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6125
6126 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
6127 and use -lXt to link it.
6128
61291996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6130
6131 * configure.in (locallisppath): Put version-specific dir first.
6132
61331996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6134
6135 * configure.in (hppa-*-nextstep*): New alternative.
6136 (USE_X_TOOLKIT): By default, set this to "maybe";
6137 and change that later to LUCID or "no" according to X11 version.
6138
6139 * make-dist: Recompile outdated .elc files and update all autoloads.
6140
61411996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6142
6143 * configure.in (locallisppath): Fix typo in last change: " -> '.
6144
61451996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6146
6147 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
6148
61491995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6150
6151 * Makefile.in (install-arch-indep): Give all files read permission.
6152
61531995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6154
6155 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
6156 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
6157
61581995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6159
6160 * configure.in: Determine HAVE_X11R6.
6161 (HAVE_MENUS): Renamed from HAVE_X_MENU.
6162
61631995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6164
6165 * configure.in: Just "solaris" now defaults to version 2.4.
6166 Add sunos4.1.n-noshare as alternative.
6167
61681995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6169
6170 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
6171
61721995-11-29 Erik Naggum <erik@naggum.no>
6173
6174 * Makefile.in (install-arch-indep): Add missing backslash.
6175
61761995-11-29 Karl Eichwalder <ke@ke.Central.DE>
6177
6178 * Makefile.in (install-arch-indep): Don't install
6179 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
6180
61811995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6182
6183 * Makefile.in (install-arch-indep): Fix previous change.
6184
6185 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
6186
61871995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6188
6189 * Version 19.30 released.
6190
6191 * make-dist (lisp): Exclude subdirs.el.
6192
61931995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6194
6195 * make-dist (etc): Delete *.orig and *.rej.
6196
61971995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6198
6199 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
6200
62011995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6202
6203 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
6204
62051995-11-14 Geoff Voelker <voelker@cs.washington.edu>
6206
6207 * make-dist (nt): Rename install, readme, and todo to
6208 INSTALL, README, and TODO.
6209
62101995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6211
6212 * make-dist (lisp): Don't distribute site-start.
6213
62141995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
6215
6216 * make-dist: Break the hard link on alloca.c.
6217
62181995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6219
6220 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
6221
62221995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6223
6224 * make-dist (src, lib-src): Don't distribute Makefile.c.
6225 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
6226
62271995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6228
6229 * Makefile.in (mkdir): Create man1dir, not mandir.
6230 (uninstall): Use man1dir, not mandir.
6231
62321995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6233
6234 * Makefile.in (man1dir): New variable.
6235 (install-arch-indep): Use man1dir.
6236
6237 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
6238
6239 * make-dist: Create lisp/MANIFEST.
6240
62411995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6242
6243 * configure.in (m68k-*-linux*): New alternative.
6244
62451995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6246
6247 * make-dist: Use new names config.in, paths.in, and
6248 {src,lib-src}/Makefile.in.
6249
62501995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6251
6252 * configure.in: Don't bother checking for drem.
6253
62541995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6255
6256 * Makefile.in (distclean): Delete line with just a tab in it.
6257 (install-arch-indep): Delete spaces that precede tabs.
6258 Delete spurious `fi' left from previous change.
6259 (install): Supply `true' as command, to avoid null command.
6260
62611995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6262
6263 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
6264
62651995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6266
6267 * configure.in (powerpc-*-solaris2): New alternative.x
6268
62691995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
6270
6271 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
6272 of paths.h.tmp$$, to avoid going beyond 14 characters.
6273
62741995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6275
6276 * configure.in: Improve error msg for invalid --with-x-toolkit value.
6277
62781995-09-06 Paul Eggert <eggert@twinsun.com>
6279
6280 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
6281 if localtime caches TZ. Check for tzset.
6282
62831995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6284
6285 * config.bat: Simplify using new names file names src/makefile.in,
6286 config.in, paths.in. Change Echo commands not to use `.
6287
62881995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6289
6290 * Makefile.in (install-arch-indep): Always install the new dir file;
6291 rename the previous dir file to dir.bak or dir.old.
6292
62931995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6294
6295 * configure.in (RANLIB): Substitute this into makefiles.
6296 Set it specially on solaris; set it by default on other systems.
6297
6298 * configure.in: Fix previous Alpha change.
6299
63001995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6301
6302 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
6303 NON_GCC_TEST_OPTIONS.
6304
63051995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6306
6307 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
6308 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
6309
6310 * configure.in (alpha-*-linux*): New configuration.
6311
63121995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6313
6314 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
6315 (m68k-next-nextstep*): New alias for that.
6316 (i*86-*-nextstep*): Use nextstep.h.
6317 (sparc-*-nextstep*): New configuration.
6318
63191995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6320
6321 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
6322 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
6323
63241995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6325
6326 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
6327 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
6328
63291995-07-18 Mike Long <mike.long@analog.com>
6330
6331 * make-dist: Fix update of finder-inf.el, and byte-compile it.
6332
63331995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6334
6335 * Makefile.in (src/paths.h, paths-force):
6336 Rename src/paths.h.in to src/paths.in.
6337 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
6338
6339 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
6340 Use Makefile.c for intermediate file.
6341 Rename src/config.h.in to src/config.in.
6342
63431995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
6344
6345 * configure.in (mips-dec-ultrix*): Assume version 4.3.
6346 (mips-dec-ultrix4.[12]): New alternative for old versions.
6347
63481995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6349
6350 * make-dist: Don't break intra-tree links.
6351
63521995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6353
6354 * configure.in: Put back archlibdir initialization. Require
6355 autoconf 2.4.1 or later.
6356
63571995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6358
6359 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
6360 (mips-mips-riscos5*): New alternative.
6361
63621995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6363
6364 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
6365
63661995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6367
6368 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
6369 (mandir, infodir, archlibdir): Initializations deleted.
6370
6371 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
6372 On hpux9shr, use hpux9shxr4.h.
6373
63741995-06-24 Morten Welinder <terra+@cs.cmu.edu>
6375
6376 * configure.in: Added target mips-dec-mach_bsd4.3.
6377 * config.guess: Guess mips-dec-mach_bsd4.3.
6378
63791995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6380
6381 * Makefile.in (mkdir): Use symbolic chmod.
6382
63831995-06-22 Paul Eggert <eggert@twinsun.com>
6384
6385 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
6386 SunOS 4.1.5 through 4.1.9, should they ever exist.)
6387
63881995-06-22 Paul Eggert <eggert@twinsun.com>
6389
6390 * Makefile.in (SUBDIR_MAKEFILES):
6391 Add man/Makefile, so `make distclean' removes it.
6392 (top_distclean): Add config.log to the list of files to be removed.
6393
63941995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6395
6396 * Version 19.29 released.
6397
63981995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6399
6400 * configure.in: Fix the previous change to verify that the -b
6401 option really solves the problem.
6402
6403 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
6404
64051995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6406
6407 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
6408
64091995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6410
6411 * configure.in: Report more clearly when there is no special
6412 dir to search for X includes or libraries.
6413
64141995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6415
6416 * configure.in: Check for -lpthreads, not -lpthread.
6417
64181995-06-09 Geoff Voelker <voelker@cs.washington.edu>
6419
6420 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
6421
64221995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6423
6424 * configure.in: Check for -lpthread.
6425
64261995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6427
6428 * Makefile.in (install-arch-indep): Install info files for mh-e.
6429 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
6430
64311995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6432
6433 * configure.in (*-solaris2.5): New configuration.
6434
6435 * make-dist: Copy new files config.nt and config.w95.
6436
64371995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6438
6439 * configure.in: Use x_includes, not x_libraries, for -I.
6440 Make bitmapdir a colon-separated list.
6441
64421995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
6443
6444 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
6445
6446 * configure.in: Allow x_libraries and x_includes to be paths.
6447
64481995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6449
6450 * configure.in: Fix typo.
6451
64521995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6453
6454 * INSTALL: Clarify use of site-init.el.
6455
64561995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
6457
6458 * configure.in: Pass arg to sqrt.
6459
64601995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6461
6462 * make-dist: Fix May 6 change.
6463
64641995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6465
6466 * vpath.sed: Delete reference to ymakefile.
6467
64681995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6469
6470 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
6471
64721995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6473
6474 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
6475
6476 * update-subdirs: Specify /bin/sh to run the script.
6477
64781995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6479
6480 * make-dist: Put src/makefile.nt in dist.
6481
6482 * configure.in (i[345]86-*-bsdi2*): New configuration.
6483 (vax-dec-bsd386*): Deleted.
6484
64851995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6486
6487 * configure.in: Make sure CDPATH doesn't mess up PWD check.
6488 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
6489 Use fmod instead of logb in -lm check.
6490
64911995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6492
6493 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
6494 Use bsd4-3. Don't set NON_GNU_CPP.
6495
6496 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
6497 In nt, copy various different things, but not *.cmd.
6498 Fix the ln commands for the subdirs of nt.
6499
65001995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6501
6502 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
6503
65041995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6505
6506 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
6507 since that's what the header file expects.
6508
65091995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
6510
6511 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
6512 and 68040 based machines when choosing options for gnucc.
6513
65141995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6515
6516 * Makefile.in (top_distclean): Delete config.cache.
6517
65181995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6519
6520 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
6521
6522 * configure.in: Use m/ncr386.h.
6523
65241995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6525
6526 * Makefile.in (install-arch-indep): Undo Sep 23 change.
6527
65281995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6529
6530 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
6531 (man): Don't copy texindex.c and getopt.c; they're deleted.
6532 (etc): Omit `e'; it's a subdirectory.
6533 (etc/e): Use `../..', not `..', to reference top level.
6534
65351995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
6536
6537 * Makefile.in (install-arch-indep, dist):
6538 Look for `update-subdir' in $(srcdir).
6539
65401995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6541
6542 * make-dist: Include mkinstalldirs in distribution.
6543
65441995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6545
6546 * make-dist: Add missing close backquote.
6547
65481995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6549
6550 * make-dist: Don't distribute shortnames directory.
6551
65521995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6553
6554 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
6555
65561995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6557
6558 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
6559
65601995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6561
6562 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
6563
65641995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6565
6566 * configure.in (mips-sgi-irix6): New configuration.
6567
65681995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6569
6570 * Makefile.in (maintainer-clean): Renamed from realclean.
6571
65721995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6573
6574 * configure.in: Create a .gdbinit that sources the real one,
6575 if using a different build directory.
6576
65771995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6578
6579 * configure.in: Check for sys/select.h.
6580
65811995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6582
6583 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
6584
65851994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6586
6587 * configure.in: Handle isc 4.1 operating system.
6588
65891994-12-10 Richard Stallman <rms@kepa>
6590
6591 * configure.in (rs6000-ibm-aix4.1*): New alternative.
6592 (rs6000-ibm-aix4*): New alternative.
6593
65941994-12-06 Richard Stallman <rms@kepa>
6595
6596 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
6597
65981994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6599
6600 * configure.in: Don't try to make directories that are guaranteed
6601 to already exist.
6602
66031994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6604
6605 * configure.in: Generate man/Makefile from man/Makefile.in.
6606 Create the man subdir.
6607
6608 * Makefile.in (dvi): Run Make in our man subdir.
6609
6610 * make-dist: Create subdir etc/e.
6611 Make links to it.
6612 Put man/Makefile.in in dist, instead of man/Makefile.
6613
66141994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
6615
6616 * configure.in: Add --with-pop, --with-kerberos, and
6617 --with-hesiod for movemail.
6618
66191994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6620
6621 * configure.in (m68*-apollo*): Use s/domain.h.
6622
66231994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6624
6625 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
6626
66271994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6628
6629 * configure.in: Don't add -I, -L, -R options for cc if their
6630 arguments would be empty.
6631
66321994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6633
6634 * configure.in (i860-intel-osf1*): New alternative.
6635 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
6636 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
6637
66381994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6639
6640 * configure.in: Make h_errno check not use nested functions.
6641
66421994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
6643
6644 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
6645
66461994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
6647
6648 * Makefile.in (install-arch-indep): Avoid continued comment
6649 swallowing target line.
6650
66511994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
6652
6653 * configure.in: Protect a character class with `changequote'.
6654
66551994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
6656
6657 * configure.in: Accept `news' as a synonym for `newsos'.
6658
66591994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6660
6661 * Makefile.in: Don't rm files if cd fails.
6662
66631994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6664
6665 * make-dist: Put nt subdir and its subdirs in the dist.
6666 (lib-src): Put makefile.nt in the dist.
6667 (lisp): Put makefile.nt in the dist.
6668
66691994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6670
6671 * configure.in: Change a stray `[' to `test'.
6672
66731994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
6674
6675 * configure.in: Adapt for Autoconf v2. Use the standard argument
6676 parser, host type canonicalizer, X11 finder, and message
6677 printing macros. Use the new macro names. Use `test' instead of `['.
6678
66791994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6680
6681 * configure.in: Check for getpagesize.
6682
66831994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6684
6685 * make-dist (msdos): Put sed* in the distribution.
6686
66871994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
6688
6689 * config.bat: New option, `--with-x', for configuring Emacs
6690 for use with the X11 system DesqView/X.
6691 New option, `--no-debug', for compiling Emacs without debug
6692 information thus saving disk space.
6693 (src/config.h, src/paths.h): Use `update' (which is like
6694 `move-if-changed') to change the file.
6695 (src/config.h): When configuring for X11 perform extra changes.
6696 (src/makefile): When configuring for X11 perform extra changes.
6697 (lib-src): Remove temporary files.
6698 (): Check that `sed', `rm', `mv', and `gcc' are available.
6699
67001994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6701
6702 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
6703
6704 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
6705
67061994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6707
6708 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
6709
6710 * configure.in (canonical): Substitute var into makefiles.
6711 (bitmapdir): Likewise.
6712
6713 * Makefile.in (bitmapdir): New variable.
6714 (src/paths.h, paths-force): Edit PATH_BITMAPS.
6715
67161994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6717
6718 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
6719
6720 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
6721 * update-subdirs: New shell script.
6722
67231994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6724
6725 * Makefile.in (top_distclean): Don't rm build-install.
6726 (SOURCES): Delete build-install.in.
6727
6728 * make-dist: Don't distribute build-ins.in.
6729 * build-ins.in: File deleted.
6730
67311994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
6732
6733 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
6734
67351994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6736
6737 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
6738
6739 * configure.in (libexecdir): Renamed from libdir. New default.
6740 (sharedstatedir): Renamed from statedir. New default.
6741 (datadir): New default.
6742
6743 * make-dist: Don't distribute subdirs.el.
6744
67451994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6746
6747 * configure.in (eaccess): Check for it.
6748
67491994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6750
6751 * configure.in (mktime): Check for it.
6752
67531994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
6754
6755 * configure.in (motif): Add support for usage and option checking.
6756
67571994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
6758
6759 * configure.in (utimes): Check for it.
6760
67611994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
6762
6763 * Makefile.in (install-arch-indep): Don't do mkdir here.
6764
67651994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6766
6767 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
6768 riscix.h renamed to acorn.h.
6769
67701994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
6771
6772 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
6773 New configurations.
6774
67751994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
6776
6777 * configure.in: Remove trailing slashes from srcdir.
6778
67791994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6780
6781 * configure.in (i[345]86-sequent-ptx*): Handle
6782
67831994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6784
6785 * Makefile.in (paths-force): Depend on src/paths.h
6786
67871994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6788
6789 * configure.in (config_options): Save all arguments, not just some.
6790
67911994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
6792
6793 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
6794
6795 * configure.in: Add AC_AIX.
6796 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
6797
67981994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6799
6800 * configure.in (parsing options): Simplify sed command to delete -'s.
6801
68021994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
6803
6804 * configure.in (config_options): New shell variable.
6805 Pass its value to C code in EMACS_CONFIG_OPTIONS.
6806
68071994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6808
6809 * configure.in (alpha-dec-osf*): New target.
6810
6811 * Makefile.in: Use just one FRC target.
6812
68131994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6814
6815 * Makefile.in (removenullpaths, paths-force):
6816 Use name paths.h.tmp$$, which depends on the pid.
6817
68181994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6819
6820 * Makefile.in (removenullpaths, paths-force):
6821 Put paths.h.tmp in top-level dir, not in src.
6822
68231994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6824
6825 * Version 19.27 released.
6826
68271994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6828
6829 * Version 19.26 released.
6830
68311994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6832
6833 * configure.in: Check for lrand48, not rand48.
6834
68351994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6836
6837 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
6838 (powerpc-ibm-aix*): New aliases.
6839
68401994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6841
6842 * make-dist (src/m, src/s): Put *.inp in distribution.
6843
68441994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6845
6846 * configure.in: Accept i586 and i486 along with i386.
6847
68481994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6849
6850 * configure.in: Do compute unexec, LIBX, system_malloc, etc
6851 even if CPP env var was set by the user.
6852
6853 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
6854
68551994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
6856
6857 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
6858
68591994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6860
6861 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
6862
68631994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6864
6865 * configure.in: Check more specifically for i*86-sun-sunos.
6866
68671994-08-03 Caveh Jalali (caveh@eng.sun.com)
6868
6869 * configure.in: Handle solaris 2.4.
6870
68711994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6872
6873 * configure.in (rand48): Check for it.
6874
68751994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6876
6877 * make-dist: Update the info files.
6878
68791994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6880
6881 * configure.in: Make "checking..." messages' style consistent.
6882 (HAVE_H_ERRNO): New test.
6883
68841994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6885
6886 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
6887
68881994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6889
6890 * configure.in (CFLAGS): If the envvar was specified, use that.
6891 And set REAL_CFLAGS from it too.
6892
68931994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6894
6895 * make-dist: Update finder-inf.el.
6896
68971994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6898
6899 * make-dist (msdos): Include sed4.inp in dist.
6900
6901 * Makefile.in (libsrc_libs): Var deleted.
6902
69031994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6904
6905 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
6906
69071994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6908
6909 * configure.in (mips-sony-newsos4*): New alias.
6910
69111994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6912
6913 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
6914 (*-convex-convexos*): Accept this as alias.
6915
69161994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6917
6918 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
6919 for two different uses.
6920
69211994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6922
6923 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
6924
69251994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6926
6927 * make-dist: Put ./BUGS into the distrib.
6928
69291994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6930
6931 * configure.in: Handle 386 running Solaris 2.
6932
69331994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6934
6935 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
6936
69371994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6938
6939 * configure.in (mips-sony-newsos*): Use news-risc.h.
6940
6941 * configure.in: Accept bsdi as opsys, like bsd386.
6942
69431994-06-01 Morten Welinder (terra@diku.dk)
6944
6945 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
6946
69471994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6948
6949 * Version 19.25 released.
6950
6951 * make-dist (shortversion): Don't assume another period follows.
6952
69531994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6954
6955 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
6956 (uninstall): Use /bin/pwd.
6957
6958 * Makefile.in (blessmail): Depend on src.
6959 (all): Don't depend on blessmail.
6960
6961 * Makefile.in (src/paths.h): Don't force recomputation.
6962 (paths-force): New target; force recomputation of paths.h.
6963 (all): Depend on paths-force.
6964 (src, lib-src): Depend on src/paths.h.
6965
6966 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
6967 NON_GCC_TEST_OPTIONS.
6968
69691994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6970
6971 * configure.in: Don't insist on subversions for irix.
6972
69731994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6974
6975 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
6976
6977 * configure.in (i[34]86-next-*): New alternative.
6978
69791994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6980
6981 * Version 19.24 released.
6982
6983 * configure.in: New config hppa*-hp-hpux9shr*.
6984
69851994-05-22 Morten Welinder (terra@tyr.diku.dk)
6986
6987 * config.bat: Doc fix.
6988
69891994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6990
6991 * Makefile.in (mostlyclean, clean, distclean, realclean)
6992 (extraclean): Don't act on man subdir if it doesn't exist.
6993
69941994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6995
6996 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
6997 Use them to set up CC.
6998 (*-sun-sunos4.1.3): Set them.
6999
70001994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7001
7002 * Makefile.in (lib-src): Don't depend on src/paths.h.
7003
70041994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7005
7006 * build-ins.in (copydests): Get rid of spurious `-'s.
7007
7008 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
7009
70101994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7011
7012 * Version 19.23 released.
7013
7014 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
7015 for the Xlib and Xt checks; then restore old CFLAGS.
7016
70171994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7018
7019 * configure.in (HAVE_X11XTR6): Add newline before #if.
7020 Add newline after #endif.
7021
70221994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7023
7024 * configure.in (HAVE_X11XTR6): Arrange to define it.
7025
70261994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7027
7028 * Makefile.in (install): Depend on blessmail.
7029
70301994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
7031
7032 * configure.in (mips-siemens-sysv*): Put quotes around value
7033 containing blanks.
7034
70351994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7036
7037 * Makefile.in (TAGS): Use the makefile in src subdir.
7038
70391994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7040
7041 * configure.in (opsys): Recognize `gnu'.
7042
70431994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7044
7045 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
7046
70471994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
7048
7049 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
7050 version > 1.8.
7051
70521994-05-08 Morten Welinder (terra@diku.dk)
7053
7054 * config.bat: Forcibly remove "# " style comments from makefiles.
7055
70561994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7057
7058 * Makefile.in (uninstall): When processing lispdir and etcdir,
7059 do nothing unless it exists and is a directory.
7060
70611994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7062
7063 * Makefile.in (install-arch-indep): Do install info/dired-x*.
7064 Merge code in from install-doc.
7065 (install-doc): Merge code back into install-arch-indep.
7066 (install-arch-dep): Don't depend on install-doc.
7067
7068 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
7069
70701994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7071
7072 * configure.in (making src/Makefile and lib-src/Makefile):
7073 Split off the autoconf substitutions and don't pass them thru cpp.
7074 (undefs): Use $canonical as well as $configuration.
7075
7076 * make-dist: Distribute lisp/Makefile.
7077
7078 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
7079 Use lower case names for the s files.
7080
70811994-05-03 Morten Welinder (terra@diku.dk)
7082
7083 * config.bat: Added possibility for different file name
7084 transcriptions in lib-src.
7085
70861994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7087
7088 * Makefile.in (lib-src): Undo previous change.
7089 (blessmail): New target to run maybe-blessmail in lib-src.
7090 (all): Depend on blessmail.
7091
7092 * Makefile.in (lib-src): Depend on src.
7093
70941994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
7095
7096 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
7097 (m88k-dg-dgux5.4R2): dgux5.4R2.
7098
70991994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7100
7101 * configure.in (window_system): Restore accidentally deleted code
7102 that uses AC_FIND_X.
7103
7104 * make-dist: Distribute config.bat.
7105
71061994-04-29 Morten Welinder (terra@diku.dk)
7107
7108 * config.bat: Corrected the configuration of lib-src
7109 to keep up with configure. Add note about dos version 3
7110 or better needed (djgpp needs that). Add note explaining
7111 that either install in c:/emacs or edit the script.
7112 Don't change to c:/emacs, but assume we're there (to minimize
7113 the number of places to change).
7114
7115 * config.bat: Build-in the first step towards X11 support with
7116 the X11 emulator that exists. At this time it won't work,
7117 and several files are missing.
7118
71191994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7120
7121 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
7122 Don't look for -lresolv.
7123
7124 * Makefile.in (lib-src): Depend on src/paths.h.
7125
71261994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7127
7128 * configure.in: Restore deleted AC_SUBST of `configuration'.
7129 Improve error message for bad --with-x-toolkit value.
7130
7131 * configure.in: Define CONFIGURATION in src/config.h
7132 rather than substituting in src/Makefile.in.
7133
71341994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7135
7136 * Makefile.in (install-doc): New target.
7137 (install-arch-dep): Depend on install-doc.
7138 (mkdir): Create docdir.
7139
71401994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7141
7142 * configure.in: Test for libresolv.a.
7143 Substitute machfile and opsysfile.
7144
71451994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7146
7147 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
7148 (install-arch-dep): Install under the name $(EMACS).
7149
71501994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7151
7152 * configure.in (version): Use entire value of emacs-version.
7153 (mips-siemens-sysv*): New alternative.
7154
71551994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7156
7157 * Makefile.in (install-arch-indep): Don't install dired-x*.
7158
71591994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7160
7161 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
7162 Fix definition of $undefs.
7163
71641994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7165
7166 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
7167
7168 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
7169
71701994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
7171
7172 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
7173
71741994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7175
7176 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
7177 and run it thru cpp, as with src/Makefile.in.
7178
7179 * configure.in: Use AC_SET_MAKE.
7180
71811994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7182
7183 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
7184
71851994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7186
7187 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
7188
7189 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
7190 (printing the choices): Make the toolkit message unconditional.
7191 (USE_X_TOOLKIT): Use `none', not `no', if none.
7192 (include libsrc_libs): Include config.h, and specify -I for srcdir.
7193 Get rid of temp file foofoo1.
7194
71951994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7196
7197 * configure.in (CFLAGS): Use shell syntax, not Makefile.
7198
71991994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7200
7201 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
7202 (printing the choices): State choice of toolkit.
7203 (libsrc_libs): Recalculate after writing config.h;
7204 then update lib-src/Makefile.
7205
72061994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7207
7208 * configure.in: Add sunos4shr as alternative for suns.
7209 Conditionals testing for null $CC were backwards.
7210
72111994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7212
7213 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
7214
72151994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7216
7217 * configure.in: Handle -isc4.0*.
7218
72191994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7220
7221 * configure.in (esix5): Set NON_GNU_CPP.
7222
72231994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
7224
7225 * Makefile.in (thisdir): Nonsensical variable removed.
7226 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
7227 back to $thisdir, rather than the directory `this_dir'.
7228
72291994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7230
7231 * Makefile.in (install-arch-indep): Add missing backslash after a
7232 `then'.
7233
72341994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7235
7236 * Makefile.in (thisdir): New variable.
7237 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
7238
72391994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7240
7241 * configure.in: Add freebsd.
7242
72431994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7244
7245 * configure.in: Check for fpathconf.
7246
72471994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7248
7249 * configure.in (with_x_toolkit): Fix typo in previous change.
7250
72511994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7252
7253 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
7254
72551994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7256
7257 * configure.in (with_x_toolkit): Don't allow motif or open-look.
7258
72591994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
7260
7261 * configure.in: Fix value of docdir.
7262 * Makefile.in (install-arch-indep): Install DOC* in docdir.
7263
72641994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7265
7266 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
7267
72681994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
7269
7270 * configure.in: New variable docdir to control where the docstring
7271 file goes.
7272 Makefile.in: Use it to initialize PATH_DOC in paths.h.
7273
72741994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
7275
7276 * configure.in: When --run-in-place, don't inherit archlibdir.
7277
72781994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7279
7280 * Makefile.in (install-arch-dep, install-arch-indep):
7281 New targets split up former do-install rule.
7282 (do-install): Target deleted.
7283
72841994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7285
7286 * configure.in (mips-sony-newsos*): New configuration.
7287
72881994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
7289
7290 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
7291
72921994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
7293
7294 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
7295
72961994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7297
7298 * configure.in: Don't initialize CC.
7299
73001994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7301
7302 * configure.in (creating src/Makefile): Also generate -U switches
7303 for symbols in the $configuration value.
7304
7305 * configure.in: Check for sys_siglist being declared in system header.
7306
73071994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7308
7309 * configure.in (creating src/Makefile): Delete blank lines
7310 along with lines of whitespace.
7311 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
7312
73131994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7314
7315 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
7316 like C_SWITCH_SYSTEM.
7317 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
7318
73191994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
7320
7321 * configure.in (drem): Check for this function.
7322
73231994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7324
7325 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
7326 If CPP was inherited from environment, don't use NON_GNU_CPP.
7327 (NON_GNU_CC): Likewise.
7328 (handling with_gcc): Use explicit if in the `no' case.
7329 (cc_specified): New variable; if set, don't use NON_GNU_CC.
7330
73311994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7332
7333 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
7334
73351994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
7336
7337 * configure.in: Check whether fmod exists.
7338
73391994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7340
7341 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
7342 {src,lisp}/OChangeLog.
7343
73441994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7345
7346 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
7347 necessary for proper operation. This code works with the current
7348 released version of Autoconf.
7349
73501994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7351
7352 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
7353 (USE_X_TOOLKIT): Define it for all values except `no'.
7354
7355 * configure.in: Undo first Jan 8 change and Jan 16 change.
7356
73571994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7358
7359 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
7360 Substitute USE_X_TOOLKIT as both C macro and Make variable.
7361
7362 * Makefile.in (lwlib/Makefile): New target.
7363 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
7364 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
7365 (unlock, relock): Handle lwlib subdir.
7366
7367 * Makefile.in: Add some .PHONY targets.
7368
7369 * make-dist: Handle lwlib subdir like oldXMenu subdir.
7370
7371 * lwlib: New subdirectory.
7372
73731994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7374
7375 * configure.in: If CPP has a value that is a directory,
7376 discard the value.
7377
73781994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7379
7380 * configure.in (srcdir_undefs): Add g flag to sed substitution to
7381 remove -U[0-9]*.
7382
73831994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7384
7385 * Makefile.in (do-install): Install the dired-x info files.
7386
7387 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
7388 (See src/s/sol2.h.)
7389
73901994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7391
7392 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
7393
73941994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7395
7396 * configure.in (creating src/Makefile): Put code inside 2nd arg to
7397 AC_OUTPUT as it should be; hopefully noone will again see fit to
7398 gratuitously break this and not make a change log entry.
7399 Optimized sed processing of Makefile.in and cpp output; now
7400 preserves comments previously removed from the cpp input.
7401 Eliminated temp file for cpp output. Generate -U switches to
7402 undefine all identifiers that appear in the directory name
7403 ${srcdir}; pass these to cpp.
7404
7405 * configure.in (version): Fix sed regexp to match two-elt version
7406 number.
7407
7408 * configure.in: Check for strerror.
7409
74101994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7411
7412 * configure.in: Test for bcmp.
7413
74141994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7415
7416 * make-dist (tempdir): Put subdir msdos into the distribution.
7417
74181993-01-07 Morten Welinder (terra@diku.dk)
7419
7420 * config.bat: New file.
7421
74221994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7423
7424 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
7425
74261994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7427
7428 * configure.in (m68*-next-*): Don't care about which os is specified.
7429 (i[34]86-*-*): Check for *-nextstop*.
7430
74311993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7432
7433 * configure.in: Check for setsid.
7434
74351993-12-17 Richard Stallman (rms@srarc2)
7436
7437 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
7438
74391993-12-15 Richard Stallman (rms@srarc2)
7440
7441 * Makefile.in (mkdir): Make only the lockdir writable.
7442
7443 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
7444
74451993-12-11 Richard Stallman (rms@srarc2)
7446
7447 * Makefile.in (libdir): Use @libdir@.
7448
74491993-12-08 Richard Stallman (rms@srarc2)
7450
7451 * Makefile.in (install): Add empty command.
7452
74531993-12-04 Richard Stallman (rms@srarc2)
7454
7455 * make-dist: Put man/getopt.c in the dist.
7456
7457 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
7458
7459 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
7460
74611993-12-03 Richard Stallman (rms@srarc2)
7462
7463 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
7464 Set it for all solaris versions.
7465 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
7466 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
7467 Likewise for NON_GNU_CC and CC.
7468
74691993-12-01 Richard Stallman (rms@srarc2)
7470
7471 * configure.in (mips-mips-riscos4*): Assign variable CC.
7472 (checking ${with_gcc}): If "no", don't override CC if already set.
7473 (CC): Initialize it as empty.
7474
74751993-11-30 Richard Stallman (rms@srarc2)
7476
7477 * configure.in (Suns): Set CPP if *-solaris2.3*.
7478
74791993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7480
7481 * Version 19.22 released.
7482
7483 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
7484
74851993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7486
7487 * make-dist: When breaking links, use cp -p.
7488 Copy install.sh into distribution.
7489 Move the temp dir up into the parent dir;
7490 don't leave the staging dir make-dist.tmp... in existence.
7491 * install.sh: New file.
7492
74931993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7494
7495 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
7496
74971993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7498
7499 * configure.in (version): When --run-in-place, exclude
7500 ${datadir}/emacs/site-lisp from locallisppath.
7501
75021993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7503
7504 * configure.in: Delete jumk.c before writing it.
7505
75061993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7507
7508 * Version 19.21 released.
7509
7510 * Makefile.in (mkdir): Ignore error from chmod.
7511
75121993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7513
7514 * make-dist: Don't put lisp/forms.README in the distribution.
7515
75161993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7517
7518 * configure.in (creating src/Makefile): Before running cpp,
7519 discard all lines that start with `# Generated' or /**/#.
7520
75211993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7522
7523 * Version 19.20 released.
7524
7525 * make-dist: Use build-ins.in, not build-install.in.
7526 Don't bother updating TAGS since it's not included.
7527
7528 * build-ins.in: Renamed from build-install.in.
7529
75301993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7531
7532 * make-dist: Don't try to link *.texinfo--there are none now.
7533 When running make in lib-src, specify YACC var value.
7534
75351993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7536
7537 * configure.in (extrasub): Add vpath patterns for %.[yls].
7538
7539 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
7540 Instead just include the commands to make src/Makefile as the
7541 second arg to AC_OUTPUT.
7542
7543 * configure.in: Use : instead of dnl for comment inside
7544 $makefile_command.
7545
7546 * configure.in: No longer use vpath_sed. Instead, when we notice
7547 srcdir already configured, set extrasub to hack vpath in the
7548 makefiles.
7549
7550 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
7551 before moving it.
7552 * Makefile.in (VPATH): Define to @srcdir@.
7553
75541993-09-28 Brian J. Fox (bfox@cubit)
7555
7556 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
7557 doesn't exist. Just copy src/Makefile.in instead. Touch
7558 all of the Makefiles after editing config.status.
7559
7560 * INSTALL: Update documentation to match new configuration
7561 mechanism.
7562
75631993-09-27 Brian J. Fox (bfox@ai.mit.edu)
7564
7565 * configure.in: Allow any of the path or directory Makefile
7566 variables to be set with flags to configure. Create all Makefiles
7567 at configure time. Edit special commands into config.status after
7568 src/Makefile.in is built from src/Makefile.
7569
7570 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
7571 If these files are out of date, simply have config.status
7572 rebuild them; don't rebuild them explicitly.
7573
75741993-09-25 Brian J. Fox (bfox@ai.mit.edu)
7575
7576 * build-install.in: Change src/xemacs to src/emacs. We no longer
7577 create src/xemacs, so the file wouldn't be found.
7578
7579 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
7580
75811993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
7582
7583 * configure.in: Avoid forcing the search of /usr/include before
7584 fixed include files by resetting C_SWITCH_X_SITE if it is
7585 "-I/usr/include".
7586
75871993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7588
7589 * Makefile.in (@rip_paths@locallisppath):
7590 Delete ${datadir}/emacs/site-lisp.
7591
75921993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7593
7594 * configure.in:
7595 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
7596 Remove ${extra_output} from AC_OUTPUT call.
7597
75981993-09-17 Brian J. Fox (bfox@inferno)
7599
7600 * make-dist: Quote backquotes found in strings to be echoed.
7601
7602 * configure.in: Use "sh -c pwd" when we want to avoid having the
7603 shell fix up the value of $PWD.
7604
76051993-09-13 Brian J. Fox (bfox@inferno)
7606
7607 * Makefile.in (do-install): Don't abort if ln or chmod at the end
7608 of the installation fail. Suggested by Karl Berry.
7609
76101993-08-30 Brian J. Fox (bfox@inferno)
7611
7612 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
7613 was used. Set MAKEFLAGS from MFLAGS.
7614
76151993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7616
7617 * configure.in: Test for res_init in libc.
7618
76191993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7620
7621 * configure.in: In the file ${tempcname}, use configure___
7622 instead of @configure@.
7623
76241993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
7625
7626 * make-dist: Dist vpath.sed
7627
7628 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
7629 Depend on vpath.sed.
7630 Replace sed comand for VPATH with @vpath_sed@.
7631
7632 * configure.in: Substitute variable `vpath_sed'.
7633 If not in $srcdir and $srcdir is configured,
7634 issue warning that GNU make is required,
7635 and set vpath_sed to use vpath.sed script.
7636
76371993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7638
7639 * configure.in: Remove check for $srcdir being configured. This
7640 pretty much works now.
7641 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
7642 Check for XFree86 (/usr/X386/include) independent of whether
7643 -lXbsd exists.
7644
7645 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
7646 realclean, unlock, relock): Use `$(MAKE)' in place of plain
7647 `make'.
7648
76491993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7650
7651 * Version 19.19 released.
7652
7653 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
7654
76551993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7656
7657 * configure.in: Check for XScreenNumberOfScreen.
7658
76591993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7660
7661 * configure.in: Add * to end of all configuration alternatives.
7662 (m68*-sony-newsos3*): New alternative.
7663
76641993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7665
7666 * make-dist: Include getdate.c in distribution.
7667
7668 * configure.in: For --help, use $PAGER if it is set.
7669 (LIB_X11_LIB): Default to -lX11.
7670 (mips-sgi-irix5.*): New alternative.
7671
7672 * Makefile.in (do-install): Install info/gnus* and info/sc*.
7673
7674 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
7675 Recognize *.B8.* as hpux version 8.
7676 (m68*-tektronix-bsd*): Fix typo in tek4300.
7677 (AC_HAVE_FUNCS): Add ftime.
7678
76791993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7680
7681 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
7682 Use tekxd88, not tekXD88.
7683
76841993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7685
7686 * configure.in: Check for -lm. Then can check for frexp and logb.
7687
76881993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7689
7690 * Version 19.18 released.
7691
7692 * make-dist (src): Don't put gnu-hp300 in dist.
7693 (src, lisp): Include OChangeLog in dist.
7694
76951993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7696
7697 * configure.in: Test for presence of logb and frexp functions.
7698
76991993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7700
7701 * configure.in (machine): Add i370-ibm-aix*.
7702
77031993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7704
7705 * configure.in (function checks): Test for mkdir and rmdir.
7706
7707 * configure.in (function checks): Don't test for random and bcopy
7708 only when we're building with X; look for them all the time.
7709
77101993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7711
7712 * configure.in: Test for availability of bcopy functions, searching
7713 the X libraries if we're using X.
7714
7715 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
7716 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
7717 versions of AIX, and needs to be passed to the loader.
7718
7719 * configure.in: Test for the availability of the
7720 XScreenResourceString function.
7721
77221993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
7723
7724 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
7725 LD_SWITCH_X_SITE and assume --with-x11.
7726 Only look for X11 files if we weren't told about a window system
7727 or if we were told to use X11 but not told where.
7728 Search the libraries from the s and/or m files when checking for
7729 functions.
7730
7731 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
7732
77331993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7734
7735 * make-dist: Include lisp/dired.todo in the distribution.
7736
77371993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7738
7739 * configure.in: Add code to set HAVE_INET_SOCKETS.
7740
77411993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7742
7743 * configure.in: If we do find x_includes and x_libraries
7744 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
7745
77461993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7747
7748 * make-dist: Include src/gnu-hp300 in the dist.
7749
7750 * configure.in (canonical): New variable holds the canonicalized
7751 configuration. Don't alter `configuration'. Use `configuration'
7752 for Makefile.in for file naming.
7753 (testing x_includes and x_libraries): Use =, not ==.
7754
77551993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7756
7757 * Version 19.17 released.
7758
7759 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
7760 directory's makefile. This allows the invocation of CPP which
7761 builds xmakefile to receive these switches. The SunSoft C
7762 preprocessor inserts spaces between tokens if it doesn't get the
7763 -Xs flag requested in src/s/sol2.h.
7764
77651993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
7766
7767 * configure.in (m68k-bull-sysv3): New config.
7768
77691993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7770
7771 * configure.in: Use the autoconf AC_FIND_X macro to try to find
7772 the X Windows libraries.
7773
77741993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7775
7776 * make-dist (tempdir): Don't create lisp/forms-mode directory in
7777 the distribution. Those files aren't kept in their own
7778 subdirectory any more.
7779
77801993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7781
7782 * Version 19.16 released.
7783
77841993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7785
7786 * configure.in: Add --verbose flag.
7787
77881993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7789
7790 * version 19.15 released.
7791
77921993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7793
7794 * Makefile.in (top_distclean): Use -f switch when cleaning out
7795 lock dir; it might be empty.
7796
7797 * configure.in: Only check for -lXbsd once.
7798
77991993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7800
7801 * Version 19.14 released.
7802
78031993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7804
7805 * make-dist: If using gzip, create distribution with '.gz' extension.
7806
7807 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
7808 (lisp/forms-mode): This doesn't exist anymore.
7809
7810 * configure.in: Look for the closedir function.
7811
78121993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7813
7814 * configure.in (CPP): Autoconf sets this to a shell variable
7815 reference, which doesn't work when it's edited into a makefile.
7816 Expand that variable reference.
7817
7818 * Makefile.in (CPP): New variable.
7819 (src/Makefile): Edit CPP into src/Makefile.
7820
7821 * Makefile.in (src/Makefile): Don't bother exiting single quotes
7822 and entering double quotes to get the values of LD_SWITCH_X_SITE
7823 and the other make variables; make substitutes them in anyway.
7824
7825 * Makefile.in (uninstall): Don't remove the lisp and etc
7826 directories if they're in the source tree.
7827
7828 Bring mumbleclean targets into conformance with GNU coding standards.
7829 * Makefile.in (mostlyclean, clean): Separate these two; just have
7830 them pass the request to the subdirectory makefiles.
7831 (distclean): Pass the request down, and then get rid of the
7832 files configure built, and get rid of the Makefiles.
7833 (realclean): Pass the request down, and then do the same things
7834 distclean does.
7835 (uninstall, info, dvi): New targets.
7836
7837 * configure.in: Move clause for PC-compatible i386 box to the end
7838 of the case statement, to avoid masking configurations below.
7839
7840 * configure.in: Add case for m88k-motorola-sysv4.
7841
7842 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
7843 the HP 68000 machines.
7844
7845 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
7846 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
7847 preprocessor won't fiddle with them.
7848
78491993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7850
7851 * Makefile.in (TAGS): cd to src to run etags.
7852
78531993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7854
7855 * configure.in (version): Check the X libraries for XrmSetDatabase
7856 and random, and see if we have -lXbsd.
7857
78581993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7859
7860 * configure.in: Pass "-Isrc" to the CPP we run to examine the
7861 s/*.h and m/*.h files. Martin Tomes
7862 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
7863
78641993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7865
7866 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
7867 above the general i386 alternative.
7868
78691993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7870
7871 * configure.in: Recognize configuration name for Data General
7872 AViiON machines.
7873
7874 * configure.in: Use AC_LONG_FILE_NAMES.
7875
78761993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7877
7878 * configure.in: Test for bison.
7879 * Makefile.in (YACC): New variable.
7880 (lib-src/Makefile.in): Edit YACC into the makefile.
7881
78821993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7883
7884 * Version 19.13 released.
7885
7886 * configure.in (CFLAGS): Don't set this according to the value of
7887 the GCC shell variable. Instead, consult the machine and system
7888 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
7889 test __GNUC__ while we're at it.
7890
7891 * configure.in: Remove extra ;; from hpux cases.
7892
78931993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7894
7895 * configure.in: Check to see if the system has -ldnet.
7896
78971993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7898
7899 * make-dist: Add clauses to distribute lisp/forms-mode.
7900
79011993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7902
7903 * configure.in (machine): Fix the versions in hpux version number test.
7904 Do not guess based on cpu type. Do check for explicit system version.
7905
79061993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7907
7908 * configure.in: Do NOT look for `unknown' as company name.
7909
79101993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7911
7912 * configure.in: Fix typo in message.
7913
79141993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7915
7916 * Version 19.12 released.
7917
7918 * Makefile.in (do-install): Correct previous etc-copying change.
7919 Partially rewrite using `if'.
7920 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
7921
7922 * Version 19.11 released.
7923
7924 * configure.in: Handle 386bsd.
7925
79261993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7927
7928 * make-dist: Update getdate.c.
7929
7930 * configure.in: Handle bsd386.
7931
7932 * Makefile.in (do-install): Use `-' in tar options.
7933
7934 * configure.in: Change ! "${...}" to x"${...}" = x.
7935
7936 * Makefile.in (do-install): Copy the DOC-* files from the build
7937 etc directory, as well as lots of things from ${srcdir}/etc.
7938
7939 * make-dist: Copy config.guess.
7940
7941 * configure.in: Handle AIX versions 1.2, 1.3.
7942
79431993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7944
7945 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
7946 the configuration name mips-mips-usg* to represent USG systems.
7947
7948 * configure.in: Fix logic to detect if srcdir is already configured.
7949
7950 * Makefile.in: Pass in LD_SWITCH_X_SITE.
7951
7952 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
7953 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
7954 of a directory; cd might fail, and have pwd print out the current
7955 directory.
7956
79571993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7958
7959 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
7960
79611993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7962
7963 * configure.in: Complain if srcdir points at an already-configured
7964 tree.
7965
79661993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7967
7968 * Version 19.10 released.
7969
79701993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7971
7972 * Makefile.in: Use Makefile comments, not C comments.
7973
7974 * configure.in: Add case for the Tektronix XD88.
7975
79761993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7977
7978 * configure.in: Handle sysv4.2 and sysvr4.2.
7979
79801993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7981
7982 * configure.in: Traverse the argument list without destroying it;
7983 don't use shift. It turns out that "set - ${saved_arguments}"
7984 doesn't work portably.
7985
7986 * configure.in: Add missing "fi".
7987
7988 * make-dist: Rebuild configure if configure.in is newer.
7989
7990 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
7991 targets to be executed even if make remembers that it has already
7992 satisfied FRC.
7993
79941993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7995
7996 * Makefile.in (do-install): Delete redundant code to copy etc twice.
7997
7998 * configure.in (romp): Handle various version numbers with aos and bsd.
7999
80001993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8001
8002 * configure.in: Fix message text.
8003
80041993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8005
8006 * make-dist: Make a `site-lisp' directory in the distribution,
8007 instead of a `local-lisp' directory, which hasn't been the
8008 appropriate name for a long time.
8009 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
8010 from the distribution first, then /usr/local/lib/emacs/site-lisp.
8011
8012 * Makefile.in (do-install): Correctly detect if ./etc and
8013 ${srcdir}/etc are the same.
8014
8015 * configure.in: Extract UNEXEC from the system configuration
8016 files, compute the name of the source file corresponding to the
8017 object file, and #define it as UNEXEC_SRC in config.h.
8018
8019 * configure.in: If srcdir is '.', then try using PWD to make it
8020 absolute.
8021
8022 * configure.in: Include ${srcdir} in the printed report, to help
8023 people notice if it's an automounter path.
8024
80251993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8026
8027 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
8028
80291993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8030
8031 * Makefile.in (do-install): Delete the dest dir, not the source dir,
8032 when they are different. Add `shift' command.
8033 (COPYDESTS, COPYDIR): Delete external-lisp dir.
8034 (externallispdir): Var deleted.
8035
8036 * configure.in: Delete spurious paren outputting short_usage.
8037
80381993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8039
8040 * Version 19.9 released.
8041
80421993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8043
8044 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
8045 subdirectory makes.
8046
8047 * make-dist: Check for .elc files with no corresponding .el file.
8048
8049 * Makefile.in (mkdir): Make all the directories in locallisppath.
8050
8051 * config.guess: New file.
8052 * configure.in: Use it, tentatively.
8053 * INSTALL: Mention its usage.
8054
8055 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
8056 the former gives you the operating system rev directly. Use
8057 s/hpux.h if we don't recognize what we got.
8058
8059 * Makefile.in (do-install): Don't remove a destination directory
8060 if it's the same as the source. If ${srcdir}/info == ${infodir},
8061 don't try to copy the info files.
8062
8063 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
8064 doesn't work if you're not using a separate source directory.
8065 (do-install): Copy the build tree's etc directory only after
8066 making sure it's not also the source tree's etc directory.
8067
80681993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8069
8070 * configure.in: Handle sunos4.1.3 specially.
8071
80721993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8073
8074 * Makefile.in (INSTALL): Add definition.
8075
8076 * configure.in: Fix some messages. Support -with-gnu-cc.
8077 At the end, use `set --', not `set -'.
8078 Delete spurious `.h' in hpux alternatives.
8079
80801993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8081
8082 * Version 19.8 released.
8083
80841993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8085
8086 * configure.in: When looking for source in the same directory as
8087 the configure script, make the path thus discovered absolute.
8088 If the user specifies the `--srcdir' switch, make that directory
8089 absolute too.
8090
8091 * Makefile.in (srcdir): Remove comment saying this doesn't work.
8092
8093 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
8094 too, as the value of the PATH_INFO macro.
8095
8096 * configure.in: Check to see if the source lives in the same
8097 directory as the configure script.
8098
80991993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8100
8101 * Makefile.in (install): Split this into `install' and
8102 `do-install', to give people more control over exactly what gets
8103 done.
8104 (do-install): New target, containing the guts of `install'. Don't
8105 remove and recreate the directories inside the copying loop - do
8106 it all before the copying loop. Pass more flags to the lib-src
8107 make.
8108 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
8109 avoid errors and warnings.
8110
8111 * configure.in: For generic IBM PC boxes, insist on "unknown" for
8112 the manufacturer - the more general case was blocking other i386
8113 configuration names below, and that's how the names are written in
8114 MACHINES anyway.
8115
8116 * make-dist: When breaking links, remove the link before moving
8117 the copy onto it, to avoid interactive behavior.
8118
8119 * Makefile.in: Doc fix.
8120
8121 * configure.in: Doc fix.
8122
8123 * INSTALL: Mention --exec-prefix option.
8124
8125 * configure.in: Add support for the `--exec-prefix' option.
8126 * Makefile.in: Accept that support.
8127
8128 * configure.in: Use the AC_PROG_INSTALL macro.
8129 * Makefile.in (INSTALL): Variable removed.
8130 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
8131
8132 * configure.in: Distinguish between hp800's and hp700's by calling
8133 "uname -m".
8134
81351993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8136
8137 * configure.in: Recognize configuration names for i860 boxes
8138 running SYSV.
8139
81401993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8141
8142 * configure.in: Distinguish between hp800's and hp700's by the
8143 version of HP/UX they run, since that's something people are more
8144 likely to know - hp700's run 8.0.
8145 Add HP 700 configuration.
8146
8147 * configure.in: Test for the presence of the `rename' function.
8148
8149 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
8150 configure.in.
8151 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
8152
8153 * make-dist: Break intra-tree links.
8154
8155 * configure.in: Explain that this is an autoconf script, and give
8156 instructions for rebuilding configure from it. Arrange to put
8157 comments in configure explaining this too.
8158
8159 * configure.in: Make the first line of the configure script be
8160 "#!/bin/sh". Leaving the first line blank didn't work.
8161
8162 * configure.in (long_usage): Removed; made short_usage describe
8163 the options briefly.
8164
8165 * configure.in: Implement the --prefix option.
8166 * Makefile.in (prefix): Add support for it here.
8167 * INSTALL: Document it here.
8168
8169 * Makefile.in (install): Don't assume that the files in the `info'
8170 subdirectory match *.info. They don't have that prefix.
8171
81721993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8173
8174 * configure.in: Add case for version 5 of Esix.
8175
81761993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8177
8178 * Version 19.7 released.
8179
8180 * make-dist: There aren't any *.com files in lib-src anymore.
8181
8182 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
8183 them; they're symlinks to other filesystems on the GNU machines.
8184
8185 * make-dist: Check that the manual reflects the same version of
8186 Emacs as stated in lisp/version.el. Edit that version number into
8187 the README file.
8188
81891993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8190
8191 * configure.in: Remove the hack of AC_DEFINE; use
8192 AC_DEFINE_UNQUOTED.
8193
81941993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8195
8196 * make-dist: Don't distribute precomp.com, compile.com, or
8197 link.com from ./src; they're in ./vms now.
8198
8199 Some time-handling patches from Paul Eggert:
8200 * configure.in: Add AC_TIMEZONE.
8201
82021993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8203
8204 * configure.in: Recognize Linux as a valid operating system for
8205 the i386.
8206
82071993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8208
8209 * make-dist: Distribute some VMS files we got from Richard Levitte.
8210
8211 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
8212 the source for the sed command, not oldXMenu/Makefile.
8213
82141993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8215
8216 * INSTALL: Don't claim the srcdir option doesn't work.
8217
82181993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8219
8220 * configure.in: Include remarks saying what order the autoconf
8221 tests should go in, and remind people to change config.h.in
8222 whenever they add autoconf tests which make #definitions.
8223
8224 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
8225
82261993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8227
8228 * Makefile.in (oldXMenu/Makefile): Make this depend on
8229 ${srcdir}/oldXMenu/Makefile.in, not itself.
8230
8231 * PROBLEMS: Some updates from David J. Mackenzie.
8232
8233 More changes from David J. Mackenzie.
8234 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
8235 removed; autoconf and config.h should specify all these
8236 differences.
8237 (buildlisppath): Make this path depend on ${srcdir}.
8238 (INSTALLFLAGS): Removed.
8239 (INSTALL): Include the -c flag.
8240 (install): Change the way we invoke install accordingly.
8241
8242 Install ${srcdir} changes from DJM.
8243 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
8244 list.
8245 (COPYDIR, COPYDESTS): Install files from both the etc directory in
8246 the source tree and the etc directory in the object tree.
8247 (${SUBDIR}): Pass the prefix variable down to submakes.
8248 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
8249 in /bin.
8250 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
8251 values for srcdir and VPATH.
8252 (install): Add `v' flag to tar command. Make sure that `dir'
8253 exists in ${srcdir}/info before copying it. Remember that the man
8254 pages come from the source tree, not the object tree.
8255 * configure.in: Remove remarks saying that the --srcdir option
8256 doesn't work.
8257 Create the etc directory in the object tree.
8258 Recognize configuration names of the form *-sun-solaris*.
8259 Recognize sunos5 and solaris as operating system names.
8260
8261 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
8262 lib-src/getdate.y and src/systime.h.
8263
82641993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8265
8266 * make-dist: Make links in info subdir.
8267
82681993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8269
8270 * configure.in: Call AC_STDC_HEADERS.
8271
82721993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8273
8274 * configure.in: Sidestep autoconf's quoting of the second argument
8275 of AC_DEFINE, so we can specify the value to put there. It would
8276 be nice if autoconf provided some way to specify computed values
8277 for macros.
8278
82791993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8280
8281 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
8282 this is always just -DHAVE_CONFIG_H.
8283
8284 The GNU coding standards specify that CFLAGS should be left for
8285 users to set.
8286 * Makefile.in (CFLAGS): Let configure determine the default value
8287 for this. Don't
8288 have it default to DEFS.
8289 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
8290 (lib-src/Makefile, src/Makefile): Edit the default value for
8291 CFLAGS into these files, not DEFS.
8292 * configure.in (CFLAGS): Choose a default value for this - "-g"
8293 normally, or "-g -O" if we're using GCC. Edit it into the
8294 top-level Makefile.
8295
8296 * configure.in: When scanning the machine and system description
8297 #include files, write their names to conftest.c properly.
8298
82991993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8300
8301 * configure.in: In configuration name case for Apallos running
8302 Domainios, set opsys, not opsysfile.
8303
8304 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
8305 src/config.h, instead of AC_OUTPUT; the latter overwrites
8306 src/config.h even when it hasn't changed, puts a makefile-style
8307 comment at the top even though it's C code, and produces a
8308 config.status script which doesn't do the job right.
8309
8310 * configure.in: Add AC_LN_S test, so we can tell whether or not we
8311 can use a symbolic link to get the X Menu library into src.
8312 * Makefile.in (LN_S): New variable.
8313 (src/Makefile): Edit the value of LN_S into this makefile.
8314
83151993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8316
8317 * configure.in: Support *-sco3.2v4* as opsystem.
8318
8319 * make-dist: Don't include calc directory.
8320 Exclude many files in the man directory; copy a few.
8321
83221993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8323
8324 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
8325 call AC_STRUCT_TM to see what's in time.h.
8326
8327 * configure.in: Employ quoting stupidity to get the value of CPP
8328 to expand properly.
8329
83301993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8331
8332 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
8333 variable to scan the machine and system description files.
8334
8335 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
8336 so that getdate.y builds correctly.
8337
83381993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8339
8340 * configure.in (tempcname): Change this to "conftest.c", so it will
8341 work properly on systems with short filenames; this is the name
8342 autoconf uses.
8343
8344 * configure.in: Also detect the availability of dup2 and
8345 gethostname.
8346
8347 * configure.in: Use the AC_ALLOCA test.
8348 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
8349 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
8350
83511993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8352
8353 * make-dist: Distribute configure, as well as configure.in.
8354 Oversight.
8355
83561993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8357
8358 * Makefile.in (install): Print out the name of the directory we're
8359 copying, so people can have some idea of whether we're making
8360 progress.
8361
8362 * Makefile.in (install.aix, install.xenix, install.sysv, install):
8363 Don't forget to re-create the COPYDESTS directories after we clear
8364 them out.
8365
83661993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8367
8368 * Makefile.in: Add autoconf cookies so that the configure
8369 script can comment out sections of path variable definitions to
8370 choose between the installable configuration and the run-in-place
8371 configuration.
8372 * configure.in: Add new option `--run-in-place', to select the
8373 run-in-place path definitions.
8374
8375 * configure.in: Add a clause to the big configuration name case
8376 for the NeXT machine.
8377
83781993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8379
8380 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8381 Make sure that each source directory exists, and is different from
8382 the destination directory; then, delete the destination before
8383 copying over the source.
8384
8385 * make-dist: Distribute configure.in, instead of configure.
8386
83871993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8388
8389 * configure.in: Don't set CC to "gcc -O" if the user specifies
8390 `--with-gcc'. Add -O to DEFS if GCC is set.
8391
83921993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8393
8394 * Makefile.in (clean mostlyclean): Missing right paren.
8395
8396 * configure.in: When checking for X windows, search for an X11
8397 subdirectory of ${x_includes}.
8398
8399 * configure.in: Check for gettimeofday function, for getdate.y.
8400
8401 Change `configure' to a mixture of custom code and autoconf stuff.
8402 autoconf can't derive all the information we need, but we'd really
8403 like to be able to take advantage of some of its tests, and its
8404 file-editing facilities.
8405 * configure.in: Renamed from configure.
8406 Quote the sections of shell script we want copied literally to
8407 the configure script.
8408 (compile): Initialize this to make the autoconf macros' code happy.
8409 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
8410 code to do their jobs.
8411 Use autoconf to produce Makefile and src/config.h.
8412 Remove the Makefile-style comment that autoconf places at the top
8413 of src/config.h.
8414 (config_h_opts): Removed - no longer necessary.
8415 * Makefile.in (configname): Renamed to configuration.
8416 (CONFIG_CFLAGS): Renamed to DEFS.
8417 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
8418 get values via autoload @cookies@.
8419 (libsrc_libs): Get this from autoconf. We used to do nothing
8420 about this.
8421 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
8422
8423 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
8424 echo the move-if-change command.
8425
84261993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
8427
8428 * make-dist: Distribute lib-src/rcs-checkin.
8429
8430 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
8431 Don't try to make links to the RCS or Old subdirectories.
8432 Use the appropriate extension for the compression type in use.
8433 Create the tar file in the shell's initial default directory, not
8434 in ${tempparent}.
8435 Erase the whole ${tempparent} tree, not just ${tempdir}.
8436
84371993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8438
8439 * Makefile.in (src/paths.h): Don't echo the huge sed command we
8440 use to build paths.h.
8441 (lib-src/Makefile, src/Makefile): Similarly.
8442
8443 * configure: Extend test for working `const' keyword to handle AIX
8444 3.2 cc.
8445
84461993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8447
8448 * make-dist: Distribute lisp/term/ChangeLog.
8449
8450 Arrange for C compilation throughout the tree to get
8451 C_SWITCH_SYSTEM from the configuration files.
8452 * configure: Extract C_SWITCH_SYSTEM from the machine and
8453 system-dependent files, and save it in the top-level Makefile.
8454 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
8455 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
8456
8457 * make-dist: Include the VMS support files in oldXMenu in the
8458 distribution.
8459
8460 * configure: Doc fix.
8461
8462 * configure: Fix corrupted config_h_opts.
8463
8464 * configure: Properly report option names in error messages.
8465
8466 * configure: Properly recognize --x-includes and --x-libraries
8467 options.
8468
8469 * configure: Fix syntax errors in code handling XFree386.
8470
84711993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8472
8473 * configure: Add special code to detect XFree386, and tell
8474 config.h about it.
8475
8476 * configure: Properly handle extracting values of LIBS_MACHINE and
8477 LIBS_SYSTEM that contain spaces.
8478
8479 * configure: Add `--x-includes' and `--x-libraries' options. I
8480 think these are dopey, but no less than three alpha testers, at
8481 large sites, have said they have their X files installed in odd
8482 places. Implement them by setting C_SWITCH_X_SITE and
8483 LD_SWITCH_X_SITE in src/config.h.
8484
84851993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8486
8487 * make-dist: Don't distribute etc/Old files.
8488
8489 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
8490 backups.
8491
84921993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8493
8494 * make-dist: Fix typo.
8495
84961993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8497
8498 * make-dist: Corrected typo, fixed it to discard = and TAGS files
8499 in some cases where it should but didn't seen to.
8500
8501 * Makefile.in: Added unlock and relock productions.
8502
85031993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8504
8505 * make-dist: Add a --compress option to force make-dist to use
8506 compress.
8507
8508 * make-dist: Use gzip, if we can find it.
8509
8510 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
8511 make rs6000-ibm-aix default to -aix32.
8512
85131993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
8514
8515 * Makefile.in: Added `Developer's configuration' section.
8516
85171993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8518
8519 * Makefile.in: Add commented-out variable settings for developer's
8520 configuration.
8521
85221993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8523
8524 * make-dist: Distribute `src/bitmaps' too.
8525
85261993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
8527
8528 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
8529 make rs6000-ibm-aix default to -aix32.
8530
85311993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8532
8533 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
8534
8535 * Makefile.in (install.sysv): Add a second `$' in front of
8536 `${dest}', so that the shell will expand it, instead of Make.
8537
8538 * configure: When processing the name of the configure script,
8539 collapse `././' to `./', but leave a single `./' prefix alone.
8540
8541 * configure: Doc fix.
8542
85431993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8544
8545 * configure: Handle isc3.0 correctly.
8546
85471993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8548
8549 * make-dist: Don't try to copy the COPYING notice into
8550 external-lisp; we're not distributing that directory any more.
8551
85521993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8553
8554 * Makefile.in (install, install.aix, install.xenix, install.sysv):
8555 Remove CVS subdirectories from the installed directory trees, as
8556 well as RCS directories.
8557
85581993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8559
8560 * make-dist: Only copy gmalloc.c if we couldn't link it.
8561 Don't try to copy man/{README,Makefile} unless they actually exist.
8562
8563 * Makefile.in (lisppath): Don't include externallispdir in this.
8564 We're not sure whether we're even going to distribute the
8565 directory yet.
8566
85671993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8568
8569 * make-dist: Don't distribute the external-lisp directory anymore.
8570 * INSTALL: Remove all references to external-lisp.
8571
8572 * configure: Detect whether the compiler supports `const'
8573 properly, and edit src/config.h accordingly.
8574
8575 * configure: Tweak layout of final report.
8576
8577 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
8578 CFLAGS.
8579
8580 * Makefile.in (locallisppath): Make this default to
8581 ${datadir}/emacs/site-lisp, instead of
8582 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
8583 the same thing, and local-lisp causes completion conflicts with
8584 lock.
8585 (lisppath): Add ${externallispdir} to this.
8586 * INSTALL: Adjust installation directions.
8587
8588 * Makefile.in (externallispdir): New variable, to say where to
8589 install the externally-maintained lisp files.
8590 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
8591 the others.
8592 * INSTALL: Describe external-lisp and the new externallispdir
8593 variable.
8594
85951993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8596
8597 * configure (progname): New option `--with-gcc'. Make it clearer
8598 how we are trying to guess whether or not we have GCC.
8599 * INSTALL: Document the `--with-gcc' option, and improve
8600 description of `--with-x' options.
8601
86021993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8603
8604 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
8605 ${infodir} from these variables; we have written out explicit code
8606 to install the info files.
8607
86081993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
8609
8610 * make-dist: Don't distributed the RCS files in the etc directory.
8611
86121993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8613
8614 * Makefile.in: Some makes can't handle comments in the middle of
8615 commands; move them to before the whole rule.
8616
86171993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8618
8619 * README: Mention what Emacs is.
8620
86211993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8622
8623 * make-dist: Include `./lisp/calc-2.02' in the distribution.
8624 Add `./cpp' and `./man' back into the distribution.
8625
86261993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8627
8628 * Makefile.in: Define MAKE, and use where appropriate.
8629
86301993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8631
8632 * make-dist: Remember that the authoritative COPYING notice is
8633 `etc/COPYING', not `../etc/COPYING'.
8634
86351992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8636
8637 * make-dist: Make sure that the COPYING notices in each directory
8638 are copies, not symlinks.
8639
86401992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8641
8642 * INSTALL: The build process produces an executable called `emacs'
8643 now. Change references.
8644 * Makefile.in: Adjust `install.mumble' targets to install
8645 `src/emacs', not `src/xemacs'.
8646
8647 * configure: Start with a blank line; this keeps some old CSH's
8648 from thinking it's a CSH script. Most systems will just use
8649 /bin/sh to run it, which is what we're expecting; the only other
8650 shells which might try to interpret it themselves are probably
8651 Bourne-compatible.
8652
86531992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8654
8655 * INSTALL: Improvements suggested by David Mackenzie.
8656
86571992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8658
8659 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8660 Don't try to copy the info files if there aren't any; the
8661 unexpanded globbing pattern disappoints `install'. Ignore the
8662 return status of that command.
8663
8664 * INSTALL: Updated for new configuration arrangement.
8665
8666 * configure: Don't make the top-level Makefile read-only - people
8667 may want to edit the values of the path variables.
8668
8669 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8670 Install the info files in ${infodir}. Install the executable
8671 under both `emacs' and `emacs-VERSION'.
8672
8673 * Makefile.in: Doc fix.
8674
8675 * Makefile.in (exec_prefix): New variable, as per latest version
8676 of coding standards.
8677 (bindir, libdir): Use it, instead of `prefix'.
8678 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
8679
8680 * Makefile.in (mandir): Make the default value for this depend on
8681 $(prefix).
8682
8683 * Makefile.in (datadir, statedir, libdir): Make these all default
8684 to ${prefix}/lib.
8685 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
8686 to compensate.
8687
8688 * Makefile.in (install, install.sysv, install.xenix, install.aix):
8689 Install the etags and ctags man pages too.
8690
8691 * Makefile.in (distclean): Don't delete backup files; that's the
8692 job of extraclean.
8693 (extraclean): Like distclean, but deletes backup and autosave files.
8694
86951992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8696
8697 Make path specification conform to GNU coding standards.
8698 * configure (long_usage): Remove all traces of old arguments from
8699 usage messages, and document the options we do accept in more
8700 detail: -with-x... and --srcdir.
8701 (options, boolean_opts): Deleted; we don't have enough options to
8702 make this worthwhile.
8703 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
8704 along with the code which supported them; these should be set as
8705 arguments to the top-level make.
8706 (config_h_opts): Since this no longer doubles as a list of option
8707 names, make them upper case; this simplifies the code which uses
8708 them to build the sed command to edit src/config.h. Change the
8709 code which sets them.
8710 (cc, g, O): Don't allow the user to set these using options; they
8711 should be specified using `CC=' and `CFLAGS=' arguments to the
8712 top-level make. Just choose reasonable default values for them,
8713 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
8714 values.
8715 (gnu_malloc, rel_alloc): Don't allow the user to set these using
8716 options; use them whenever the configuration files say they're
8717 possible.
8718 Simplify the argument processing loop. Don't accept abbreviations
8719 for option names; these might conflict with other configuration
8720 options in the future.
8721 Add some support for the `--srcdir' option. Check for the sources
8722 in . and .. if `--srcdir' is omitted. If the directories we will
8723 compile in don't exist yet, create them under the current directory.
8724 Note that the rest of the build process doesn't really support
8725 this.
8726 Edit only the top Makefile. That should edit the others. Edit
8727 into the makefile: `version', from lisp/version.el, `configname'
8728 and `srcdir' from the configuration arguments, `CC' and
8729 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
8730 the user's path, and LOADLIBES as gleaned from the system
8731 description files.
8732 Simplify the report generated; it doesn't need to include any
8733 description of paths now.
8734 Make `config.status' exec configure instead of just calling it, so
8735 there's no harm in overwriting `config.status'.
8736 * Makefile.in (version, configname): New variables, used to choose
8737 the default values for datadir and libdir.
8738 Path variables rearranged into two clearer groups:
8739 - In the first group are the variables specified by the GNU coding
8740 standards (prefix, bindir, datadir, statedir, libdir, mandir,
8741 manext, infodir, and srcdir).
8742 - In the second are the variables actually used for Emacs's paths
8743 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
8744 archlibdir), which depend on the first category.
8745 datadir and libdir default to directories under
8746 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
8747 demand.
8748 etcdir and lispdir default to subdirectories of datadir.
8749 archlibdir defaults to libdir.
8750 The new installation tree is a bit deeper than it used to be, so
8751 use the new make-path program in lib-src to build them all.
8752 Always build a new src/paths.h.tmp and then move-if-change it to
8753 src/paths.h, to avoid unnecessary rebuilds while responding to the
8754 right changes.
8755 Remove all mention of arch-lib. Run utility commands from
8756 lib-src, and let the executables be copied into archlibdir when
8757 Emacs is installed.
8758 Add targets for src/Makefile, lib-src/Makefile, and
8759 oldXMenu/Makefile, editing the values of the path variables into
8760 them.
8761 Let lib-src do its own installation.
8762 (datadir): Default to putting data files under
8763 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
8764 (emacsdir): Variable deleted; it would only be confusing to use.
8765 (lispdir, etcdir): Default to ${datadir}/lisp.
8766 (mkdir): Use make-path for this.
8767 (lockdir): Do this in mkdir.
8768 (Makefile): New target.
8769
8770 * configure (usage_message): Rename to long_usage.
8771
8772 * make-dist: Don't bother creating an arch-lib directory; that's
8773 only for installation now.
8774
87751992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8776
8777 * configure: Use GCC-style configuration names, using config.sub.
8778 Change the usage and help messages.
8779
8780 * configure: Initialize window_system, not indow_system.
8781
8782 * configure: Report which window system, compiler, and signal
8783 handler return type we decide to use.
8784
8785 * make-dist: Explain what's going on if config.sub and gmalloc.c
8786 can't be linked. Place the code which copies them near the code
8787 which links the rest of the files around them.
8788
87891992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
8790
8791 * make-dist: Don't bother to distribute src/*.com, or
8792 src/vmsbuild; those have all been moved to `../vms'.
8793
87941992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8795
8796 * make-dist: Don't forget that the way to avoid filenames starting
8797 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
8798 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
8799 couldn't make hard links to, since we have two already, and
8800 perhaps more to come.
8801
88021992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8803
8804 * configure: When editing parameters into lib-src/Makefile, change
8805 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
8806 needs some other flags too.
8807
88081992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8809
8810 * configure: Remove spurious echo of the configuration name.
8811
8812 * make-dist: Don't distribute files in src/m and src/s whose names
8813 begin with `='.
8814
88151992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8816
8817 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
8818 Also LISP_FLOAT_TYPE.
8819
88201992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8821
8822 * make-dist: Copy config.sub, since it's a symbolic link to a file
8823 on another file system.
8824
88251992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8826
8827 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
8828 distribution.
8829
8830 * config.sub: New file, to help us recognize configuration names.
8831 * make-dist: Include it in the distribution.
8832
88331992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8834
8835 * configure: Convert `-' to `_' in specified option names.
8836 Accept options with --. Delete --highpri and --have-x-menu options.
8837 New options --with-x and --with-x10 replace -window-system.
8838 Don't mention options --gnu-malloc, --rel-alloc
8839 or --lisp-float-type in help message.
8840
88411992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8842
8843 * make-dist: Include the `vms' subdirectory in the distribution.
8844
88451992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8846
8847 * configure: Remove lines starting with "# DIST: " when building
8848 lib-src/Makefile and src/Makefile. This allows us to mark the
8849 "Makefile.in" files with explanatory comments which won't also get
8850 stuck in the Makefiles.
8851
88521992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8853
8854 * make-dist: Don't use the '+' operator in the sed regular
8855 expression that extracts the version number from lisp/version.el;
8856 Ultrix sed doesn't seem support the operator. Just double the
8857 operand and use *.
8858
88591992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8860
8861 * Makefile.in: Doc fix.
8862
88631992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8864
8865 * configure: Rewrite sed command to remove at most one ./ prefix;
8866 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
8867 group.
8868
88691992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8870
8871 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
8872
88731992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8874
8875 * make-dist: Go ahead and build a new TAGS file, unless the
8876 --newer option was specified. Don't try to delete a TAGS file
8877 from etc; it's not kept there, and shouldn't be deleted anyway.
8878
88791992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8880
8881 * make-dist: If the lisp directory contains a default.el, don't
8882 distribute it.
8883
8884 * configure: When searching signal.h for the type of a signal
8885 return handler, make a copy of it, not a symbolic link to it; that
8886 way, it will work on systems that don't have symbolic links.
8887
88881992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8889
8890 * make-dist: Taught it about vcdiff and rcs2log, added --newer
8891 option for generating incremental distributions. Stopped it from
8892 generating a TAGS file into the distribution; that sucker is
8893 *big*, and easily enough generated with the toplevel makefile.
8894
88951992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8896
8897 * configure: When writing config.status, don't prefix progname
8898 with a '.'; it might be absolute.
8899
89001992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8901
8902 * configure: Choose to use X11 if either /usr/lib/libX11.a or
8903 /usr/include/X11 exist, not only if both exist.
8904
89051992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8906
8907 * make-dist: Make the new external-lisp directory a duplicate of
8908 the external-lisp directory, not the lisp directory.
8909
89101992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8911
8912 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
8913 clean' in arch-lib; it doesn't even have a Makefile.
8914
8915 * Makefile.in (clean, mostlyclean): In the test which tries to
8916 distinguish between the build directory, which should be cleaned,
8917 and the installed directory, which shouldn't, cd to `${emacsdir}',
8918 not `${DESTDIR}${LIBDIR}'.
8919
89201992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8921
8922 * make-dist: Be sure to delete the .c and .h files that YACC and
8923 BISON create from getdate.y.
8924
8925 * external-lisp: New directory; see `external-lisp/README'.
8926 * make-dist: Added support for the external-lisp subdirectory.
8927
8928 * make-dist: Changed message which complains that make-dist wasn't
8929 invoked in the right directory to indicate which files it was
8930 looking for.
8931
89321992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8933
8934 * configure: Add comments explaining why we can't translate
8935 character ranges or control characters in `tr'.
8936
89371992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8938
8939 * configure: When generating the configuration message, we used to
8940 build the message from the start so that each line began with "# "
8941 so that it would be a comment in `config.status'. However, this
8942 causes trouble if any of the variables we use in the message
8943 expand to more than one line of text - as gnu_malloc_reason
8944 sometimes does. So instead, we build the message as it should be
8945 printed to the user (i.e. without the "# " prefixes), and stick on
8946 the "# "s when we write it to `config.status'.
8947
8948 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
8949 `lib-src' and `arch-lib'.
8950
8951 * configure: When generating report and `config.status' file, note
8952 that bindir only determines where `make install' and
8953 `build-install' will place the executables; this should make it
8954 clear that the ordinary build process will not try to install
8955 things.
8956
89571992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8958
8959 * make-dist: Change messages to say that we are 'making links to
8960 X', rather than 'copying X'. And put `' quotes around file names.
8961
8962 * make-dist: Include '.tmp' in the name of the staging directory.
8963
8964 * make-dist: Pass the `-f' option to rm when you're not sure that
8965 the files you're removing actually exist.
8966
8967 * make-dist: When setting up etc/COPYING, always nuke whatever is
8968 there, and then copy it in, to make sure we get a real file.
8969
8970 * make-dist: Don't try to distribute *.defns files any more. The
8971 only such file was for simula.el, which has been superceded by a
8972 version which doesn't have a separate .defns file.
8973
89741992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
8975
8976 * make-dist: Don't distribute configured versions of config.h.in,
8977 paths.h.in, Makefile.in in src.
8978
8979 * configure: Delete .tmp files before creating them; don't bother
8980 trying to make final targets writeable first, since it won't
8981 matter to move-if-change.
8982
89831992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8984
8985 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
8986 mkdir and chmod in the center of all the conditionals. GNU Make
8987 will strip these out, but other makes won't.
8988
89891992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8990
8991 * make-dist: Include move-if-change in list of files to distribute.
8992
89931992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8994
8995 * configure: Remove any "." elements from the program name.
8996
8997 * configure: Don't record the values of all the possible arguments
8998 in config.status; only record the options that the user specified.
8999
9000 * configure: Use move-if-change to move in the new src/config.h.
9001
90021992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
9003
9004 * move-if-change: New file, copied from gcc release.
9005 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
9006 a temp file, so we don't update paths.h if an error occurs or if
9007 it doesn't need changing.
9008
90091992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9010
9011 * Makefile.in (src/paths.h): Do not install a value for the
9012 PATH_SUPERLOCK value; that macro doesn't exist anymore.
9013 * build-install.in: Same thing.
9014
90151992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9016
9017 * make-dist: Check the flag called "make_tar", not "make_dir"; the
9018 latter, being a typo, is always false, resulting in a program
9019 whose default behavior is to painstakingly build a copy of the
9020 source tree, and then delete it. Rah.
9021
9022 * Makefile.in: Add dist target, and comment for it.
9023
9024 * configure: When scanning <signal.h> for a declaration for
9025 signal, create a symbolic link with a name ending in .c, so the
9026 compiler won't complain that it's only been given .h files.
9027
9028 * configure: Check whether there are any arguments available
9029 before shifting to get the value of a non-boolean parameter.
9030
9031 * make-dist: Doc fix.
9032
90331992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9034
9035 * configure: Instead of grepping /usr/include/signal.h for a
9036 signal declaration, run /usr/include/signal.h or
9037 /usr/include/sys/signal.h through cpp and grep for the
9038 declaration.
9039
9040 * configure: Redirect the output of grep to /dev/null instead of
9041 using grep -s - that flag means different things on other systems.
9042
9043 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
9044 since the former is recognizable even if you don't know what
9045 'dumping' is.
9046 * configure: Accommodate that change.
9047
9048 * configure: Accept options for all of the directories you can
9049 change in the Makefile.
9050
9051 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
9052
9053 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
9054 FOO before you can use them.
9055
9056 * build-install.in: Made the "Where To Install Things" section
9057 conform with the similar section from Makefile.in. Copied section
9058 which builds src/paths.h from src/paths.h.in from the Makefile.
9059
90601992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9061
9062 * configure: Write config.status to pass its command-line
9063 arguments on to configure, so that people can use it to recreate
9064 an old configuration, with minor changes.
9065
90661992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9067
9068 * configure: Don't rely on option variables being unset if their
9069 values are the empty string. In particular, when producing the
9070 English report, don't assume that highpri will be unset when no
9071 increased priority has been requested; -highpri='' should be the
9072 same as omitting -highpri altogether.
9073
9074 * configure: Fix dumb bug: when running the system and machine
9075 description files through cpp, mark those lines that we want to
9076 evaluate with the string '@configure@', and then only evaluate
9077 them. This way if the files include anything that actually
9078 generates text (type definitions or external declarations, say),
9079 we won't try to eval it.
9080
90811992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9082
9083 * make-dist: New shell script.
9084
9085 * configure: When creating foo from foo.in, make foo read-only to
9086 remind people to edit the .in file instead.
9087
9088 * INSTALL: Changed references to config.h-dist to config.h.in.
9089 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
9090 to build src/paths.h from src/paths.h.in; added a paragraph to do
9091 this.
9092 * configure, Makefile, build-install: Changed filenames like
9093 FOO-dist to FOO.in.
9094
90951992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9096
9097 * Makefile, build-install: Renamed to Makefile.in and
9098 build-install.in; the configure script will edit these to produce
9099 the usable Makefile and build-install.
9100 * configure: Changed to produce ./Makefile, ./build-install,
9101 lib-src/Makefile, and src/Makefile from their *.in counterparts,
9102 instead of editing them in place.
9103
91041992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9105
9106 * Makefile: Re-arranged so that the undumped Emacs will search
9107 ../lisp *after* the site's local elisp files.
9108 (locallisppath, dumplisppath): New variables.
9109 (lisppath): This variable's default value is now chosen based on
9110 $(locallisppath) and $(lispdir); while it used to be the
9111 customization point for adding site-local elisp directories to
9112 load-path, that job is now handled mostly by locallisppath.
9113 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
9114 Check the values being assigned to the *LOADSEARCH macros for null
9115 path elements (like '::' in 'foo::bar').
9116
9117 * configure: When checking if the machine- and system-dependent
9118 files define a particular macro or not, actually run them through
9119 CPP and test the macros with #ifs, instead of just grepping for
9120 the macros' names. In particular, check for SYSTEM_MALLOC in this
9121 way.
9122
91231992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9124
9125 * Makefile (install): Don't use -s in install. (Keep the symbols.)
9126
91271992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9128
9129 * configure: Make the config.status file an executable shell
9130 script which will recreate the same configuration. Include the
9131 verbal description of the current configuration as a comment in
9132 the script.
9133 * INSTALL: Doc fix.
9134
9135 * Makefile: Brought the Makefile up to the GNU coding
9136 standards, as described in standards.text:
9137 (TAGS): New name for the target which rebuilds the tags table.
9138 (check): New target; doesn't do anything yet.
9139 (mostlyclean): New target, synonymous with clean.
9140 (realclean): New target. Currently, this just calls the
9141 subdirectories's makefiles and then deletes config.status.
9142 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
9143 variables.
9144 Installation directory variables changed to conform.
9145 (install, install.sysv, install.xenix, install.aix): Changed the
9146 code which copies the directories into their installed location to
9147 allow the installed locations to be in several different
9148 directories; the old version assumed that they would all be in
9149 $(emacsdir).
9150 (mkdir, lockdir): Allow the installed locations to be in several
9151 different directories.
9152 * INSTALL: Doc fix.
9153
9154 * build-install: Use the same variable names as the Makefile.
9155 Allow the installed locations to be in several different
9156 directories.
9157
91581992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9159
9160 * Makefile (src/paths.h): Instead of using a single sed command to
9161 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
9162 separately, and don't forget to append "/!!!SuperLock!!!" to the
9163 value of the PATH_SUPERLOCK macro.
9164
9165 * config.emacs: Renamed to configure, for consistency with other
9166 GNU products. Internal references changed.
9167 INSTALL, Makefile: References changed.
9168
9169 * lock: New directory, which should always be empty. If this
9170 directory doesn't exist, Emacs won't complain; it just won't lock.
9171 Having this here means that people can just unpack Emacs, build
9172 it, and have locking work.
9173
9174 * share-lib: Re-renamed to etc, for the sake of tradition.
9175 * config.emacs: Changed default value for datadir to ../etc.
9176 * INSTALL, README: Adjusted.
9177
91781992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9179
9180 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
9181 by running CPP on the appropriate s/*.h and m/*.h files.
9182
91831992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9184
9185 * config.emacs: Make sure to set the "exit on error" flag once
9186 we've removed config.status; errors should abort the configuration.
9187
91881992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9189
9190 * config.emacs: Added -distribute option, so that the Makefile
9191 paths are in their proper form. I don't know why this matters.
9192
91931992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9194
9195 * local-lisp: New directory, empty in the distribution, for people
9196 to put local elisp code in.
9197 * config.emacs: Include it in the default load path.
9198 * README: Document it.
9199
92001992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9201
9202 * config.emacs: Guess the type of signal handling functions based
9203 on the contents of /usr/include/signal.h.
9204
9205 * config.emacs: Print out progress report messages.
9206
9207 * Makefile (src/paths.h): Don't generically replace
9208 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
9209 editing of the other entries, and each entry should be dealt with
9210 explicitly anyway.
9211
9212 * build-install: Converted from C-shell to Bourne shell.
9213 * config.emacs: Edit build-install properly.
9214
9215 * config.emacs: Doc fix.
9216
92171992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9218
9219 * Makefile (install): Remove `B' from tar xf command.
9220
92211992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
9222
9223 * config.emacs: Removed support for the `maintain-environment'
9224 option; the only important difference between this and its absence
9225 has been removed.
9226 * INSTALL: Removed mention of `maintain-environment'.
9227
9228 * config.emacs: Fix arguments to sed when processing boolean
9229 arguments.
9230
92311991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
9232
9233 * config.emacs: New file, to help automate the installation
9234 process.
9235
9236 * Makefile: Lots of changes to support the separation of etc into
9237 architecture-dependent and -independent files:
9238 (EMACSROOT): New variable, giving the directory under which all of
9239 Emacs's libraries should be installed. Changed rest of file to
9240 use it.
9241 (LIBDIR): Now denotes only architecture-dependent dir.
9242 (DATADIR): New variable, denoting architecture-independent dir.
9243 (LOCKDIR): New variable, for completeness.
9244 (SUBDIR): No more etc, new lib-src.
9245 (COPYDIR): No more etc, new arch-lib and share-lib.
9246 (src/paths.h): Set PATH_DATA and the LOCK macros too.
9247 (src): Now depends on lib-src, not etc.
9248 * build-install: Changes parallel to the above.
9249 * README: Describe the new arrangement.
9250
9251 * vms: New subdirectory for all the VMS stuff.
9252
92531991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
9254
9255 * Makefile (LISPPATH): New variable.
9256 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
9257
92581990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
9259
9260 * Makefile (install, install.sysv, install.xenix):
9261 Install wakeup instead of loadst. No need for setuid or setgid.
9262
92631990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9264
9265 * Makefile (clean): Clean etc if that's not the installation dir.
9266
92671990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9268
9269 * Makefile (paths.h): Make sed alter each name in the path.
9270
92711988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9272
9273 * Makefile (install.sysv): Use cpio, not tar.
9274
92751988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
9276
9277 * Makefile (lockdir): Rename `lock' target.
9278 Depend on it from install*, not from `all'.
9279
92801988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
9281
9282 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
9283 to match build-install and paths.h.
9284
9285;; Local Variables:
9286;; coding: utf-8
067d23c9
KY
9287;; End:
9288
95df8112 9289 Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc.
067d23c9
KY
9290
9291 This file is part of GNU Emacs.
9292
9293 GNU Emacs is free software: you can redistribute it and/or modify
9294 it under the terms of the GNU General Public License as published by
9295 the Free Software Foundation, either version 3 of the License, or
9296 (at your option) any later version.
9297
9298 GNU Emacs is distributed in the hope that it will be useful,
9299 but WITHOUT ANY WARRANTY; without even the implied warranty of
9300 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9301 GNU General Public License for more details.
9302
9303 You should have received a copy of the GNU General Public License
9304 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.