* buffer.c (unchain_overlay): Simplify. Add comment.
[bpt/emacs.git] / ChangeLog
CommitLineData
7dca65a4
PE
12012-07-06 Paul Eggert <eggert@cs.ucla.edu>
2
3 Merge from gnulib. This is for OpenBSD 5.1 amd64.
4 * m4/sys_time_h.m4: New version from gnulib, incorporating:
5 2012-07-05 sys_time: allow too-wide tv_sec
6
013aabf1
PE
72012-07-04 Paul Eggert <eggert@cs.ucla.edu>
8
9 Merge from gnulib.
10 * lib/alloca.in.h: New version from gnulib, incorporating:
11 2012-07-03 alloca: add support for HP NonStop TNS/E native
12
8ce70ed2
DA
132012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
14
15 * configure.in: If --enable-gcc-warnings, disable
16 -Wunsafe-loop-optimizations for -O1 optimization level.
17
ca26824c
GM
182012-06-30 Glenn Morris <rgm@gnu.org>
19
20 * configure.in (standardlisppath): New output variable.
21 (lisppath): Use standardlisppath.
22 * Makefile.in (standardlisppath): New, set by configure.
23 (epaths-force): Use standardlisppath and locallisppath rather than
24 lisppath.
25
94eb8e0a
DA
262012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
27
28 * configure.in: Fix previous change. Remove --enable-asserts.
29 (CPPFLAGS): Remove conditional -DXASSERTS=1.
30 Add --enable-link-time-optimization.
31 * INSTALL: Mention this.
32
e509cfa6
DA
332012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
34
35 * configure.in: Add glyphs category to --enable-checking option.
36 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
37
a54e2c05
DA
382012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
39
40 * configure.in (ENABLE_CHECKING): Update comment.
41
059e4fb5
PE
422012-06-28 Paul Eggert <eggert@cs.ucla.edu>
43
15458df4
PE
44 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
45 Emacs proper no longer uses these headers, and can rely on Gnulib
46 for these checks.
47
059e4fb5
PE
48 Merge from gnulib.
49 * m4/getopt.m4: Copy new version from gnulib, incorporating:
50 getopt-posix: No longer guarantee that option processing is resettable.
51
1ba6038a
GM
522012-06-27 Glenn Morris <rgm@gnu.org>
53
0b6b25d5
GM
54 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
55
1ba6038a
GM
56 * INSTALL: Remove references to paths.el.
57
cc06e7e7
EZ
582012-06-26 Eli Zaretskii <eliz@gnu.org>
59
60 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD. This
61 replaces separate dependency for each object file, which required
62 the same object file to be mentioned twice, causing failures in
63 parallel builds.
64
cf38a720
PE
652012-06-26 Paul Eggert <eggert@cs.ucla.edu>
66
67 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
68 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
69
3511c784
DA
702012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
71
72 * configure.in (AC_CHECK_FUNCS): Detect library functions
73 strcasecmp and strncasecmp.
74
845ca893
PE
752012-06-24 Paul Eggert <eggert@cs.ucla.edu>
76
77 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
78 We might as well use the spelling standardized by C11,
79 as in the long run that should simplify maintenance.
80 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
81
696056c2
EZ
822012-06-24 Eli Zaretskii <eliz@gnu.org>
83
84 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
85 ($(BLD)/timespec-add.$(O)):
86 ($(BLD)/timespec-sub.$(O)): Don't depend on
87 $(EMACS_ROOT)/nt/inc/sys/time.h.
88
89 * lib/stat-time.h:
90 * lib/timespec.h:
91 * lib/utimens.h: Revert last change.
92
47d0c011
PE
932012-06-23 Paul Eggert <eggert@cs.ucla.edu>
94
95 Merge from gnulib.
96 * m4/getopt.m4: Copy new version from gnulib, incorporating:
97 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
98
388cdec0
EZ
992012-06-23 Eli Zaretskii <eliz@gnu.org>
100
101 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
102 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
103 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
104 $(BLD)/timespec-sub.$(O).
105 ($(BLD)/dtotimespec.$(O)):
106 ($(BLD)/gettime.$(O)):
107 ($(BLD)/timespec-add.$(O)):
108 ($(BLD)/timespec-sub.$(O)): New dependencies.
109
110 * lib/stat-time.h:
111 * lib/timespec.h:
112 * lib/utimens.h: Include sys/time.h
113
54e8a418
AS
1142012-06-23 Andreas Schwab <schwab@linux-m68k.org>
115
116 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
117 the correct CFLAGS and LIBS.
118
d35af63c
PE
1192012-06-22 Paul Eggert <eggert@cs.ucla.edu>
120
121 Support higher-resolution time stamps (Bug#9000).
122 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
123 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
124 that the new clock stuff doesn't clash with RSVG_LIBS.
125 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
126 as gnulib does that for us now.
127 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
128 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
129 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
130 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
131 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
132 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
133 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
134 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
135 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
136 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
137 New files, copied automatically from gnulib.
138 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
139
05730648
PE
1402012-06-22 Paul Eggert <eggert@cs.ucla.edu>
141
142 Merge from gnulib.
143 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
144 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
145 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
146 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
147 Copy new versions from gnulib, incorporating the following changes:
148 2012-06-22 time_r: fix typo that always overrode localtime_r decl
149 2012-06-22 Write "Mac OS X" instead of "MacOS X".
150 2012-06-21 mktime: fix integer overflow in 'configure'-time test
151 2012-06-21 nonblocking: Avoid compilation error on mingw64.
152 2012-06-19 stat, fstat: Avoid warnings on mingw64.
153 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
154
646b5f55
AS
1552012-06-13 Andreas Schwab <schwab@linux-m68k.org>
156
157 * configure.in: Rename --enable-use-lisp-union-type to
158 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
159 instead of USE_LISP_UNION_TYPE.
160
8a07a8c6
GM
1612012-06-12 Glenn Morris <rgm@gnu.org>
162
b4492cba
GM
163 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
164 (opsysfile): Set specially for sol2-10.
165
8a07a8c6
GM
166 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
167 New AC_DEFINEs, for hpux11.
168 (opsysfile): Set specially for hpux11.
169
03043c1b
PE
1702012-06-12 Paul Eggert <eggert@cs.ucla.edu>
171
172 * configure.in: Coalesce some function checking.
173 This makes 'configure' a bit smaller.
174 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
175
ed846e5f
GM
1762012-06-12 Glenn Morris <rgm@gnu.org>
177
0d369729
GM
178 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
179
45fa9c0f
GM
180 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
181
ed846e5f
GM
182 * configure.in: Anticipate platforms with no src/s file.
183
0e25d334
CY
1842012-06-12 Chong Yidong <cyd@gnu.org>
185
186 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
187
a9be7d2b
GM
1882012-06-11 Glenn Morris <rgm@gnu.org>
189
190 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
191
e3a3e213
MA
1922012-06-09 Michael Albinus <michael.albinus@gmx.de>
193
194 * configure.in (dbus_type_is_valid): Check for library function.
195
276d5f5d
GM
1962012-06-06 Glenn Morris <rgm@gnu.org>
197
198 * INSTALL, make-dist: Remove vcdiff.
199
418cd726
GM
2002012-06-03 Glenn Morris <rgm@gnu.org>
201
202 * INSTALL, make-dist: Remove rcs-checkin.
203
c71232db
UM
2042012-06-03 Ulrich Müller <ulm@gentoo.org>
205
206 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
207
501390c5
PE
2082012-06-01 Paul Eggert <eggert@cs.ucla.edu>
209
210 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
211 It is confusingly named and rarely useful. See, for example,
212 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
213 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
214 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
215 * configure.in: Remove --disable-maintainer-mode.
216 (USE_MAINTAINER_MODE, MAINT): Remove.
217
0e7a053e
PE
2182012-05-28 Paul Eggert <eggert@cs.ucla.edu>
219
220 Make 'configure' a bit smaller and faster.
221 * configure.in (INSTALL_INFO): Set it with one call to
222 AC_PATH_PROG, not three.
223 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
224 so likely that it'll be needed.
225 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
226 (AC_PROG_MAKE_SET): Remove; Automake does this.
227 (sysinfo): Do not check for this function, as it's never used.
228 (tzset): Check for this function just once.
229 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
230 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
231
cd376509
EZ
2322012-05-27 Eli Zaretskii <eliz@gnu.org>
233
42a53d84
EZ
234 * config.bat (lib): Create/update lib/stdalign.in-h and
235 lib/sys_types.in-h.
236
0e7a053e
PE
237 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
238 ($(BLD)/sha1.$(O)):
239 ($(BLD)/sha256.$(O)):
cd376509
EZ
240 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
241 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
242
243 * lib/getopt_.h: Regenerate.
244
50c4645e
PE
2452012-05-27 Paul Eggert <eggert@cs.ucla.edu>
246
247 Assume gnulib does largefile.
248 Gnulib does the largefile configuration anyway, so when configure.in
249 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
250 * configure.in (AC_SYS_LARGEFILE): Remove.
251 * lib/gnulib.mk: Autoupdate.
252
caf8a9b2
PE
2532012-05-26 Paul Eggert <eggert@cs.ucla.edu>
254
255 Merge from gnulib. (Bug#11527)
256
257 The build procedure now creates <stdalign.h> and <sys/types.h> for
258 older hosts that lack a working <stdalign.h> or whose
259 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t. New
260 symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
261 msdos and nt builds.
262
263 Here is a precis of gnulib changes that seem relevant; please see
264 the gnulib ChangeLog for details.
265
266 2012-05-18 crypto: fix bug in large buffer handling
267 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
268 2012-05-10 _Noreturn: port config.h to gcc -Wundef
269 2012-05-08 warnings.m4: give a means to specify the program to compile
270 2012-05-07 stdint: be more consistent with glibc, SunOS libc
271 2012-04-21 Large File Support for native Windows platforms.
272 2012-04-14 stat: Bypass buggy override in mingw64.
273 2012-03-29 stdio: don't assume gets any more
274 2012-03-24 Enable common subexpression optimization in GCC.
275 2012-02-09 maint: replace FSF snail-mail addresses with URLs
276 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
277 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
278 2012-01-21 stdint: Add support for Android.
279 2012-01-15 Improve support for MSVC 9.
280 2012-01-08 mktime: Avoid compilation error on Solaris 11.
281 2012-01-05 Use ', not `, for quoting output.
282 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
283 2012-01-05 strtoimax: Work around AIX 5.1 bug.
284 2012-01-05 inttypes: Modernize.
285 2011-12-13 inttypes, stdint: add C++11 support
286 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
287 2011-11-21 _Noreturn: Check that _MSC_VER is defined
288 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
289 2011-11-09 raise: fix mingw handling of SIGPIPE
290 2011-10-27 Add stdalign module and use it in other modules.
291
292 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
293 * m4/sys_types_h.m4:
294 New files.
295 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
296 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
297 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
298 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
299 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
300 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
301 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
302 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
303 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
304 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
305 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
306 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
307 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
308 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
309 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
310 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
311 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
312 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
313 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
314 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
315 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
316 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
317 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
318 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
319 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
320 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
321 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
322 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
323 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
324 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
325 Update from gnulib.
326
34374650
PE
3272012-05-22 Paul Eggert <eggert@cs.ucla.edu>
328
329 Remove src/m/*.
330 * configure.in: Remove all mention of src/m/*.
331 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
332 All uses removed.
333 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
334 (BITS_PER_LONG_LONG): Move to src/lisp.h.
335 * lib/makefile.w32-in: Remove dependencies on
336 $(EMACS_ROOT)/src/m/intel386.h.
337 * make-dist: Don't make links to src/m.
338
ec21c7f8
PE
3392012-05-22 Paul Eggert <eggert@cs.ucla.edu>
340
341 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
342 Without this further fix, aclocal was being invoked unnecessarily.
343
39078e4a
GM
3442012-05-22 Glenn Morris <rgm@gnu.org>
345
346 * Makefile.in (blessmail, install-arch-dep, uninstall):
347 Check cd lib-src works.
348 (install-arch-dep, uninstall): Remove unneeded subshells.
349
be17565b
GM
3502012-05-21 Glenn Morris <rgm@gnu.org>
351
ff0c3cfb
GM
352 * update-subdirs: Move to build-aux/.
353 * make-dist, Makefile.in (install-arch-indep): Update for this change.
354
d10cfddd
GM
355 * Makefile.in (leimdir): New, set by configure.
356 (COPYDIR, COPYDESTS): Add leim directories.
357 (install-leim): Remove.
358 (install-arch-indep): Handle leim installation directly.
359
be17565b
GM
360 * vpath.sed: Remove unused file.
361 * make-dist: No more vpath.sed.
362
9b4ee616
PE
3632012-05-21 Paul Eggert <eggert@cs.ucla.edu>
364
fb77d37e
PE
365 Use full name for m4/gnulib-comp.m4. (Bug#11529)
366 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
367 even though the file's name in gnulib is m4/gnulib-comp.m4.
368 This had a problem when merging from gnulib, as the code temporarily
369 renamed it to the full name, causing problems when interrupted.
370 Now the file has its full name, with the idea that we will find
371 a solution for MS-DOS that does not affect the rest of Emacs.
372 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
373
261cb4bb
PE
374 Assume C89 or later.
375 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
376 (POINTER_TYPE, PROTOTYPES): Remove.
377
9b4ee616
PE
378 Make merging from gnulib a script, not a makefile action.
379 Putting it in a makefile has some problems with reflection, as
380 merging from gnulib updates 'configure', which can update the makefile.
381 Putting it in a standalone script breaks this loop.
382 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
383 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
384 Remove, moving the actions to the script admin/merge-gnulib.
385
261cb4bb
PE
3862012-05-21 Glenn Morris <rgm@gnu.org>
387
388 * configure.in (LEIM_INSTALLDIR):
389 Rename to leimdir, treat like lispdir.
390
b847032c
GM
3912012-05-21 Glenn Morris <rgm@gnu.org>
392
393 * Makefile.in (install-arch-indep, install-doc, install-info)
394 (uninstall): Scrap superfluous subshells.
395
af006ad5
UM
3962012-05-19 Ulrich Mueller <ulm@gentoo.org>
397
398 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
399
003fdae2
PE
4002012-05-19 Paul Eggert <eggert@cs.ucla.edu>
401
9232a6d9
PE
402 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
403 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
404 getsockopt, setsockopt, mremap, mempcpy.
405
003fdae2
PE
406 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
407 is being removed.
408 (AC_CHECK_FUNCS): Remove ftime.
409
e7333757
GM
4102012-05-19 Glenn Morris <rgm@gnu.org>
411
e39b9806 412 * Makefile.in (install-arch-indep): Remove unneeded subshell.
e39b9806 413
42d5aa3e
GM
414 * Makefile.in (install-arch-indep): Remove unneeded chmod.
415 Set permissions of lisp/subdirs.el.
416
9192d37d
GM
417 * Makefile.in (SUBDIR): Add leim. Update users.
418
2e5d41e4
GM
419 * Makefile.in (lib, lib-src, lisp): Check cd return value.
420
e7333757
GM
421 * Makefile.in (leim): No need to set PARALLEL.
422
7606c360
GM
4232012-05-18 Glenn Morris <rgm@gnu.org>
424
6d1a623e
GM
425 * Makefile.in (install-arch-indep, install-info, install-man):
426 Simplify some one-sided ifs.
427
29473393
GM
428 * Makefile.in: Install only the relevant DOC file.
429 (install-arch-indep): Delete etc/DOC*.
430 (install-doc): No more need to delete etc/DOC.
431
660c8c1e
GM
432 * Makefile.in (install-arch-indep): Split into several rules.
433 (install-doc, innstall-info, install-man): New rules.
434
37f36bcb
GM
435 * configure.in (mandir): May as well include it in the NS app bundle.
436
0629a797
GM
437 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
438 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
439 (install-arch-indep): Don't install-etc for self-contained ns builds.
440
136c45ee
GM
441 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
442 No longer unconditonally add /sw directories. (Bug#2280)
443
ed0ba302
GM
444 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
445 (install-arch-indep): Depend on install-leim.
446 (install): Remove explicit install-leim dependence.
447
62061397
GM
448 * Makefile.in (install-arch-indep):
449 Move last element of mkdir rule here.
450 (mkdir): Remove rule.
451
37baa3c8
GM
452 * Makefile.in (install-arch-indep): Remove unneeded chmods.
453 INSTALL_DATA does this for us.
454
b533f05e
GM
455 * Makefile.in (install-arch-dep): Ensure bindir exists.
456 Drop mkdir dependency.
457 (install-arch-indep): Ensure docdir, infodir, mandir exist.
458 (install-leim): Drop mkdir dependency.
459 (mkdir): Remove most directories, now made in relevant rules.
460
7606c360
GM
461 * Makefile.in (install-arch-indep): Combine adjacent loops.
462
3a4155de
GM
4632012-05-17 Glenn Morris <rgm@gnu.org>
464
d9a1e2c2
GM
465 * Makefile.in (install-etc, mkdir):
466 Make relevant directories in install-etc rather than mkdir.
467
4c54abe1
GM
468 * Makefile.in (write_subdir): Create the directory if needed.
469 (install-arch-dep, mkdir): No need to make site-lisp directories.
470
9f1ea7dc 471 * Makefile.in (write_subdir): New.
05f3d308 472 (install-arch-indep, install-arch-dep): Use $write_subdir.
9f1ea7dc 473
40c117e7 474 * configure.in (docdir, etcdir, infodir, lispdir):
b42c720d 475 For a self-contained ns build, set these to the appropriate values.
40c117e7 476 * Makefile.in (install-arch-dep): No need to move info/ any more.
b42c720d 477
b4a36200
GM
478 * configure.in (ns_self_contained): New output variable.
479 * Makefile.in (ns_self_contained): New, set by configure.
480 (install-arch-dep): For a self-contained ns build,
96182ae6
GM
481 don't bother installing binaries then immediately deleting them.
482
3a4155de
GM
483 * Makefile.in (ns_appbindir, ns_appresdir):
484 Move them before things that may refer to them.
485 (install-arch-dep): No need to relocate self-contained ns libexec.
486
487 * configure.in (archlibdir): Set it for self-contained ns builds.
488 (libexecdir): Don't expand it now (this is mainly cosmetic).
489
f04940ae
PE
4902012-05-16 Paul Eggert <eggert@cs.ucla.edu>
491
492 * configure.in: Simplify by removing CPP etc.
493 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
494 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
495 In particular we no longer need to fiddle with CPP, since we don't
496 use CPP specially any more.
497 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
498 adjusted compiler.
499 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
500 since gl_EARLY and/or Autoconf already does these.
501
27cb7be2
GM
5022012-05-16 Glenn Morris <rgm@gnu.org>
503
504 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
505 (CPP): Do not unconditionally set it on Darwin.
506 Instead, try to test if -no-cpp-precomp is accepted.
507 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
508
ec3ca9ec
GM
5092012-05-15 Glenn Morris <rgm@gnu.org>
510
4e7d487c 511 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
a3f7efb8 512
75a9f5f5
GM
513 * Makefile.in (install-arch-dep): Do not hard-code version number.
514
ec3ca9ec
GM
515 * Makefile.in (install-arch-dep): NS install no longer needs to
516 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
517
3fe7cdc8
GM
5182012-05-12 Glenn Morris <rgm@gnu.org>
519
9e6b06ed
GM
520 * configure.in (ns_appbindir): Remove trailing "/".
521
3fe7cdc8
GM
522 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
523 (MKDEPDIR): Use $MKDIR_P.
524 * Makefile.in (MKDIR_P): New, set by configure.
525 (mkdir): Use $MKDIR_P.
526
a873f274
GM
5272012-05-11 Glenn Morris <rgm@gnu.org>
528
529 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
e6124927 530 Use INSTALL_DATA for the DOC file.
c8e32179 531 Remove dead code for ./lisp that never executes.
a873f274 532
ff57c2ec
GM
5332012-05-10 Glenn Morris <rgm@gnu.org>
534
535 * configure.in (LEIM_INSTALLDIR): New output variable.
536
49ed9c8e
SM
5372012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
540
5122804a
GM
5412012-05-08 Glenn Morris <rgm@gnu.org>
542
543 * make-dist: No more doc/lispref/*.el.
544
01319a4e
AS
5452012-05-05 Andreas Schwab <schwab@linux-m68k.org>
546
547 * configure.in: Fix quoting bugs.
548
8045b906
GM
5492012-05-04 Glenn Morris <rgm@gnu.org>
550
551 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
552
9fa0e416
GM
5532012-05-02 Glenn Morris <rgm@gnu.org>
554
3c30e766
GM
555 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
556 the choices made by FreeBSD and NetBSD. (Bug#10313)
557
9aa071df
GM
558 * Makefile.in (INFO_FILES): Remove variable.
559 (INFO_NONMISC): New variable.
560 (install-arch-indep, uninstall): Don't use $INFO_FILES.
561
cd3771a0
GM
562 * Makefile.in (uninstall): Remove useless-use-of-for; that for
563 some reason caused problems on an old Solaris.
564
a36e64d0
GM
565 * Makefile.in (install-arch-indep, uninstall):
566 Ensure that INSTALL-type commands are run from top-level.
567
9e7a4bcf
GM
568 * info/dir: Make some entries consistent with the source texi files.
569
9fa0e416
GM
570 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
571
7adecb99
GM
5722012-05-02 Glenn Morris <rgm@gnu.org>
573
574 * Makefile.in (install-arch-indep):
575 Combine adjacent install-data and install-info loops.
576
4737362e
GM
5772012-05-01 Glenn Morris <rgm@gnu.org>
578
ab1121bd
GM
579 * Makefile.in (MAN_PAGES): Remove.
580 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
581
a4a18b8b
GM
582 * configure.in: Try libtinfo for tputs.
583 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
584
3ba0a545
GM
585 * configure.in: Combine adjacent $opsys case blocks.
586
e3da5b19
GM
587 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
588
262f06da
GM
589 * configure.in: Invert the TERMINFO logic,
590 since "yes" is far more common than "no".
591
9311dcff
GM
592 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
593
4d5c6349
GM
594 * configure.in (LD_SWITCH_X_SITE_RPATH):
595 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
596
4737362e
GM
597 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
598
562e638f
GM
5992012-04-26 Glenn Morris <rgm@gnu.org>
600
601 * make-dist: No more doc/lispref/tindex.pl.
602
dcbf5805
MA
6032012-04-22 Michael Albinus <michael.albinus@gmx.de>
604
605 * configure.in (dbus_validate_bus_name, dbus_validate_path)
606 (dbus_validate_interface, dbus_validate_member): Check also for
e3a3e213 607 these library functions.
dcbf5805 608
4b5b5289
PE
6092012-04-22 Paul Eggert <eggert@cs.ucla.edu>
610
611 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
612 With glibc 2.14 or later, when compiled with GCC 4.7.0's
613 -Werror=deprecated-declarations flag, use of hooks like
614 __malloc_initialize_hook causes compilation to fail because these
615 hooks are deprecated. Modify 'configure' to check for these hooks too.
616 Simplify the 'configure' code to test for all the hooks at once.
617 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
618 (emacs_cv_var_doug_lea_malloc): ... this new var.
619
9ee7d8b9
PE
6202012-04-21 Paul Eggert <eggert@cs.ucla.edu>
621
622 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
623 dated 2011-10-07. Regenerating from current gnulib would be a
624 pervasive change, and currently the trunk isn't open to such changes.
625 * configure.in (WARN_CFLAGS): Remove; no longer needed now
626 that gnulib does it.
627 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
628
5e6ab4e6
AS
6292012-04-21 Andreas Schwab <schwab@linux-m68k.org>
630
631 * m4/gl-comp.m4: Update. (Bug#11285)
632
c07a4c0b 6332012-04-20 Ludovic Courtès <ludo@gnu.org>
d666446d
LC
634
635 * configure.in: Don't use the -R option (Bug#11251).
636
6c94c34f 6372012-04-18 Paul Eggert <eggert@cs.ucla.edu>
b8df54ff 638
9f46df23 639 configure: new option --enable-gcc-warnings (Bug#11207)
b8df54ff
PE
640 I have been using this change for many months in my private copy
641 of Emacs, and have used it to find several bugs. It's mature
642 enough to publish now.
643 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
644 * configure.in: Support --enable-gcc-warnings, in the style of
645 other GNU packages such as coreutils.
646 (C_WARNINGS_SWITCH): Remove, replacing with...
647 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
648 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
649 when including system files with GCC.
650 * etc/NEWS: Mention --enable-gcc-warnings.
67546201 651 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
b8df54ff
PE
652 * lib/Makefile.am (AM_CFLAGS): New macro.
653 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
654
316411f0
DA
6552012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
656
657 * configure.in (AC_CHECK_FUNCS):
658 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
659
9b9b2ef2
GM
6602012-04-16 Glenn Morris <rgm@gnu.org>
661
b1aa797c
GM
662 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
663
9b9b2ef2
GM
664 * configure.in: Remove X libs workaround for old autoconf.
665
badf86af
KB
6662012-04-12 Ken Brown <kbrown@cornell.edu>
667
668 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
669
2f097256
GM
6702012-04-11 Glenn Morris <rgm@gnu.org>
671
672 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
673
a9f72fc1
GM
6742012-04-10 Glenn Morris <rgm@gnu.org>
675
676 * configure.in: Conditionally generate admin/unidata/Makefile.
677
6b4f4a2d
TZ
6782012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
679
a9f72fc1 680 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
6b4f4a2d 681
23df914b
GM
6822012-04-09 Glenn Morris <rgm@gnu.org>
683
fd9d85c2
GM
684 * Makefile.in (leim): Check cd return value. Pass fewer variables.
685 (install-leim): Check cd return value. Pass $MFLAGS.
686 (install-strip): Pass $MFLAGS.
687
23df914b
GM
688 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
689 Eg org.texi has been using 4.7 functions for some time.
690
bf6bba2b
PE
6912012-04-07 Paul Eggert <eggert@cs.ucla.edu>
692
693 Check pkg-config exit status when configuring (Bug#10626).
694 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
695 works; check its exit status. Problem reported by Jordi Gutiérrez
696 Hermoso in
697 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
698
f3774f20
GM
6992012-04-07 Glenn Morris <rgm@gnu.org>
700
701 * README, configure.in (AC_INIT): Bump version to 24.1.50.
702
d67a9a85
EZ
7032012-04-07 Eli Zaretskii <eliz@gnu.org>
704
705 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
706
f20f95c6
PE
7072012-03-04 Paul Eggert <eggert@cs.ucla.edu>
708
709 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
710 * configure.in (LIBS_TERMCAP): Default this to the result of
711 the tputs library search. Do a run-time test for the linkability
712 of tputs unless cross-compiling, as that's more reliable if the
713 link flags and libraries are messed up. Don't change LIBS as
714 a result of the test, as that may mess up later tests.
715
75197633
CS
7162012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
717
533183f3 718 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
3e44c782 719
75197633
CS
720 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
721 specific makefiles to support getopt_.h generation with MSVC.
722
7eb21b49
GM
7232012-02-04 Glenn Morris <rgm@gnu.org>
724
725 * Makefile.in (uninstall):
726 Handle compressed info files and man pages. (Bug#10718)
727
44f92739
GM
7282012-02-02 Glenn Morris <rgm@gnu.org>
729
730 * configure.in [HAVE_NS]:
731 Error if use --without-toolkit-scroll-bars. (Bug#10673)
732
6df37268
PE
7332012-02-01 Paul Eggert <eggert@cs.ucla.edu>
734
735 Port to older Solaris 10 versions (Bug#10677).
736 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
737 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
738 possibly this is because Sun fixed the 'stat' bug in my version.
739 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
740 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
741 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
742 These changes are based on gnulib version
743 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
744 because Emacs is in feature freeze and we do not want to merge any
745 more-recent changes from gnulib.
746
8d8939e8
GM
7472012-01-31 Glenn Morris <rgm@gnu.org>
748
e4070def
GM
749 * configure.in: Throw an explicit error if Motif toolkit was
750 requested but requirements could not be found.
751
8d8939e8
GM
752 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
753
5a26ec89
EZ
7542012-01-30 Eli Zaretskii <eliz@gnu.org>
755
756 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
757 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
758 with "make -j3".
759
1b0880d5
JB
7602012-01-16 Juanma Barranquero <lekktu@gmail.com>
761
762 * .bzrignore: Ignore etc/__pycache__.
763
adee8a65
PE
7642011-12-17 Paul Eggert <eggert@cs.ucla.edu>
765
766 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
767 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
768 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
769 by Nelson H. F. Beebe in
770 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
771
e152e577
JB
7722011-12-10 Juanma Barranquero <lekktu@gmail.com>
773
774 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
775
46d14be7
JD
7762011-12-10 Jan Djärv <jan.h.d@swipnet.se>
777
778 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
779 instead of LDFLAGS (Bug#10230).
780
6c269a38
PE
7812011-12-03 Paul Eggert <eggert@cs.ucla.edu>
782
4eec8d6f
PE
783 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
784
6c269a38 785 Propagate configure flags to sub-configures.
1350a3cc 786 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
6c269a38
PE
787 New macros.
788 (config.status, bootstrap): Use them to propagate configure flags
789 to sub-configures.
790 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
791
63e94eb8
PE
7922011-12-03 Paul Eggert <eggert@cs.ucla.edu>
793
794 * .bzrignore: Add config.cache.
795
54e9e3bf
JD
7962011-11-27 Jan Djärv <jan.h.d@swipnet.se>
797
798 * configure.in: Check for gtk_window_set_has_resize_grip.
799
20db1522
JB
8002011-11-24 Juanma Barranquero <lekktu@gmail.com>
801
802 * configure.in (HAVE_XPM): Fix typo.
803
60bf278f
GM
8042011-11-22 Glenn Morris <rgm@gnu.org>
805
5f77c86c
GM
806 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
807 have confusing effects on the build. (Bug#6401)
808
60bf278f
GM
809 * Makefile.in (install-arch-dep): Tweak previous change.
810
816be9f6
YD
8112011-11-22 Yavor Doganov <yavor@gnu.org>
812
813 Do not install arch-dependent files in the app bundle if
814 --disable-ns-self-contained is requested. (Bug#1335)
815 * configure.in (exec_prefix, libexecdir): Define relative to
816 `ns_appbindir' only if configured for a self-contained app.
817 * Makefile.in (install-arch-dep): Test for the existence of
818 libexec in the Emacs.app bundle before executing commands.
819
d5ff9cd0
AS
8202011-11-20 Andreas Schwab <schwab@linux-m68k.org>
821
822 * configure.in: Remove reference to src/m/ibms390.h.
823
1c889bf6
GM
8242011-11-13 Glenn Morris <rgm@gnu.org>
825
826 * INSTALL: Tiny updates for disk space used during installation.
827
a6fc3b5c
EZ
8282011-11-05 Eli Zaretskii <eliz@gnu.org>
829
830 * lib/makefile.w32-in (FRC): New dummy target.
831 (TAGS): Depend on FRC.
832
9f77899d
GM
8332011-11-04 Glenn Morris <rgm@gnu.org>
834
835 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
836 Do not include GnuTLS version info in final summary message.
837
0bd3cb7b
EZ
8382011-10-31 Eli Zaretskii <eliz@gnu.org>
839
07f3add9
EZ
840 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
841 they exist there, else from autogen/.
842
843 * make-dist (msdos): Add depfiles.bat and inttypes.h.
0bd3cb7b 844
d2eaf3e4
NT
8452011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
846
847 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
848
e782cfab
PE
8492011-10-24 Paul Eggert <eggert@cs.ucla.edu>
850
851 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
852 if the library is found. Otherwise, later configure-time tests,
853 such as the test for pthread_sigmask, generate the wrong results
854 on some platforms. Problem reported for FreeBSD by Nali Toja.
855
7da0b018
PE
8562011-10-20 Paul Eggert <eggert@cs.ucla.edu>
857
858 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
859 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
860 Remove; no longer needed, now that we defer to strftime for time
861 zone names.
862
0ffe1065
JD
8632011-10-18 Jan Djärv <jan.h.d@swipnet.se>
864
865 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
866
23769e49
CY
8672011-10-18 Chong Yidong <cyd@gnu.org>
868
869 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
870
fd8dea03
GM
8712011-10-13 Glenn Morris <rgm@gnu.org>
872
873 * configure.in: Also look for tputs in libcurses. (Bug#9736)
874
f4cc5b54
PE
8752011-10-12 Paul Eggert <eggert@cs.ucla.edu>
876
877 * configure.in: Remove check for -lintl (Bug#9713).
f1bfb0db 878 The check could break 'configure' on GNU/Linux with a (broken) libintl.
f4cc5b54
PE
879 The check was helpful but not essential in Solaris 2.6 (1997),
880 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
881 obsolete -- Sun dropped support for it in 2006 -- and without
882 access to that Silurian platform we can't maintain the code anyway.
883
7c5ee88e
PE
8842011-10-07 Paul Eggert <eggert@cs.ucla.edu>
885
d47439a3
PE
886 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
887 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
888 * m4/gnulib-common.m4: Merge from gnulib.
889 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
890 command not found" on powerpc-apple-darwin9.8.0.
891
7c5ee88e
PE
892 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
893 This is now done by src/alloc.c.
894
423dbf9b
RS
8952011-10-02 Richard Stallman <rms@gnu.org>
896
897 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
898 and xlinux_second_failure to xgnu_linux_second_failure.
899
31bed486
EZ
9002011-09-29 Eli Zaretskii <eliz@gnu.org>
901
5f91c1e5
EZ
902 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
903 lib/signal.in-h.
31bed486 904
e785f2ec 905 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
31bed486
EZ
906 Rename signal.in.h and alloca.in.h.
907
e1504b9b
EZ
9082011-09-28 Eli Zaretskii <eliz@gnu.org>
909
910 * INSTALL: Mention that m17n libraries and libotf are needed for
911 Arabic shaping.
912
316f8af0
PE
9132011-09-26 Paul Eggert <eggert@cs.ucla.edu>
914
915 Merge from gnulib, improving some licensing wording.
916 This clarifies and fixes some licensing issues raised by Glenn Morris
917 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
918 It also merges the latest version of texinfo.tex and has some
919 MSVC-related changes that don't affect Emacs.
920 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
921 pathmax, and raise, since these are needed only to address
922 MSVC-related issues that Emacs doesn't have.
923 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
924 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
925 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
926 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
927 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
928 * m4/unistd_h.m4: Merge from gnulib.
929
04d51ad4
AS
9302011-09-26 Andreas Schwab <schwab@linux-m68k.org>
931
932 * configure.in: Initialize HAVE_LIBXML2.
933
6e99ef20
GM
9342011-09-26 Glenn Morris <rgm@gnu.org>
935
936 * make-dist: Add lib/makefile.w32-in.
937
0538fab0
GM
9382011-09-24 Glenn Morris <rgm@gnu.org>
939
940 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
941
c5b01d8c
LMI
9422011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
943
944 * .dir-locals.el: Change the debbugs regexp to allow having the
945 bug number as the first thing on a line.
946
0cc87afb
GM
9472011-09-15 Glenn Morris <rgm@gnu.org>
948
949 * configure.in: Make configure work with recent GNUsteps.
950 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
951 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
088f329c 952 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
0cc87afb 953
3f44249e
PE
9542011-09-11 Paul Eggert <eggert@cs.ucla.edu>
955
956 Merge from gnulib, porting to Tru64.
957 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
958 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
959 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
960 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
961 doesn't affect Emacs.
962
c8199d0f
PE
9632011-09-06 Paul Eggert <eggert@cs.ucla.edu>
964
965 * configure.in (isnan): Remove now-unnecessary check.
966
e39b275c 9672011-09-06 Paul Eggert <eggert@cs.ucla.edu>
24e0f6b1 968
abec06ff 969 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
e39b275c
PE
970 This is to fix the following problems:
971 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
972 configured not to use gtk or any other thread-using library,
973 signals aren't blocked correctly.
974 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
975 and IRIX's signal handling.
976 . On Cygwin 1.7.5 it works around an incompatibility with
977 the system pthread_sigmask.
978 . On MacOS X 10.5 (32-bit), files whose inode numbers
979 exceed 2**31 cannot be read or manipulated.
980 . pthread_sigmask: Actually use results of gl_THREADLIB.
981 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
982 . find 'ar' program that fits with --host argument.
983 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
74b880cb
PE
984 * autogen/README: Update destination list.
985 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
986 The autogenerated files compile, config.guess,
987 config.sub, depcomp, install-sh, and missing are now in build-aux.
24e0f6b1
PE
988 * m4/largefile.m4: New file, so that Emacs does not mess up when
989 accessing files with large inode numbers in MacOS X 10.5 and later.
990 * m4/nocrash.m4: New file, to avoid triggering background debugger
991 and/or create core dumps during 'configure'.
992 * build-aux/move-if-change: Renamed from move-if-change.
993 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
994 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
995 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
996 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
24e0f6b1
PE
997 * Makefile.in (epaths-force, sync-from-gnulib):
998 move-if-change is now in build-aux.
999 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
1000 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
1001 (mkdir): install-sh is now in build-aux.
1002 * config.bat: c++defs.h is now in build-aux/snippets.
1003 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
1004 usual parameter).
1005 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1006 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
1007 to build-aux/snippet.
1008 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
1009 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
1010 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
1011 Solaris, enables MacOS extensions, and enables nocrash during
1012 'configure'.
1013 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
1014
86633eab 10152011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
1016
1017 * configure.in (snprintf): New check.
1018
015faae4
PE
10192011-08-30 Paul Eggert <eggert@cs.ucla.edu>
1020
695a3dc5 1021 * configure.in (opsys): Change pattern to *-*-linux*
015faae4 1022 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1f87634f
PE
1023 Remove unreachable pattern hppa*-*-linux-gnu*.
1024 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
1025 and that can't possibly work now that src/m/hp800.h no longer exists.
015faae4 1026
52ec1feb
JD
10272011-08-26 Jan Djärv <jan.h.d@swipnet.se>
1028
1029 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
1030
377538cb
JD
10312011-08-13 Jan Djärv <jan.h.d@swipnet.se>
1032
1033 * configure.in: Add header check: sys/socket.h (Bug#8477),
1034 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
1035 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
1036
ae9e757a
JD
10372011-08-04 Jan Djärv <jan.h.d@swipnet.se>
1038
1039 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
1040 (HAVE_GTK_AND_PTHREAD): Remove.
1041
be8ec0b3
AA
10422011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
1043
1044 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
1045 build, not just GNUstep (Bug#9177).
1046
2573a837 10472011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
1048
1049 Assume freestanding C89 headers, string.h, stdlib.h.
1050 Again, this simplifies the code, and all current platforms have these.
1051 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
1052 (AC_HEADER_STDC): Remove.
1053 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
1054 (strchr, strrchr): Remove fallback macros.
1055
9cfdb3ec
PE
1056 Assume support for memcmp, memcpy, memmove, memset.
1057 This simplifies the code a bit. All current platforms have these,
1058 as they are required for C89. If this turns into a problem we
1059 can add the gnulib modules for these (a 1-line change to Makefile.in).
1060 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
1061
427c285b
PE
10622011-07-27 Paul Eggert <eggert@cs.ucla.edu>
1063
1064 * GNUmakefile: New file.
1065 This is for convenience, so that one can run GNU make in an
1066 unconfigured source tree, and get a default build.
1067
2ad77c9d
JD
10682011-07-13 Jan Djärv <jan.h.d@swipnet.se>
1069
1070 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
1071
c8618a06
YM
10722011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1073
1074 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
1075 so as to suppress address randomization (Bug#8395).
1076
f6ce9b9a
PE
10772011-07-09 Paul Eggert <eggert@cs.ucla.edu>
1078
3fcf7a1c
PE
1079 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
1080 This fixes a build problem on older Mac OS X hosts.
1081
d9706d9f
PE
1082 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
1083 test, which runs afoul of Automake installations where, for example,
1084 /usr/share/aclocal contains a copy of gl_THREADLIB.
1085 Problem reported by Sven Joachim in
1086 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
1087 This is just a quick temporary fix, specific to Emacs; I'll work
1088 with the other gnulib maintainers to get a more-permanent fix.
1089
af66a2d7 1090 Add gnulib's strtoimax module, needed on Solaris 8.
f6ce9b9a
PE
1091 * Makefile.in (GNULIB_MODULES): Add strtoimax.
1092 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
1093 automatically imported from gnulib.
1094 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1095
1692ae2d 10962011-07-08 Paul Eggert <eggert@cs.ucla.edu>
6db30f83 1097
8a6ebd58 1098 Add gnulib support for pthread_sigmask (Bug#9010).
6db30f83 1099 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
2a84b02d
PE
1100 * configure.in (AC_TYPE_UID_T): New dummy macro.
1101 Configure gnulib after adjusting LIBS,
1102 so that gnulib can assume the libraries in LIBS.
6db30f83 1103 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
2a84b02d 1104 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
b29e7c21 1105 * lib/pthread_sigmask.c:
6db30f83
PE
1106 New files, automatically imported from gnulib.
1107 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
1108 due to the above changes.
1109 * .bzrignore: Add lib/signal.h.
1110
4a621aae
PE
1111 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
1112
5e94cadb
AS
11132011-07-07 Andreas Schwab <schwab@linux-m68k.org>
1114
1115 * configure.in (maintainer-mode): Reflect default in help string.
1116
76b397fb
DN
11172011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1118
1119 * configure.in: Remove reference to iris4d.h.
1120
869795d6
JD
11212011-07-05 Jan Djärv <jan.h.d@swipnet.se>
1122
1123 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
1124
3279eb87
GM
11252011-07-01 Glenn Morris <rgm@gnu.org>
1126
1127 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
1128
2e6e11eb
LMI
11292011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1130
1131 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
1132 which made ./configure infloop.
1133
9851bfc5
JD
11342011-06-30 Jan Djärv <jan.h.d@swipnet.se>
1135
1136 * configure.in (gsettings): New option and check for GSettings.
1137
adbc4ef4
GM
11382011-06-29 Glenn Morris <rgm@gnu.org>
1139
1140 * configure.in: Try to test for the required crt*.o files.
1141
1f773f32
BW
11422011-06-27 Bill Wohler <wohler@newt.com>
1143
1144 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
1145
7a7ef429
PE
11462011-06-25 Paul Eggert <eggert@cs.ucla.edu>
1147
1148 Use gnulib's dup2 module instead of rolling our own.
1149 * Makefile.in (GNULIB_MODULES): Add dup2.
1150 * configure.in: Do not check for dup2; gnulib does that now.
1151 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
1152
6dd7e400
PE
11532011-06-23 Paul Eggert <eggert@cs.ucla.edu>
1154
1155 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
1156
94a807ac 11572011-06-22 Paul Eggert <eggert@cs.ucla.edu>
fa23e171
PE
1158
1159 Use gnulib's alloca-opt module.
1160 * .bzrignore: Add lib/alloca.h.
1161 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
1162 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
e92b6c88
PE
1163 as gnulib now does that for us. Put alloca check in config.h.
1164 Include <alloca.h> before any other include file, for AIX 3.
fa23e171
PE
1165 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1166 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
1167
3ce9d0d4
LL
11682011-06-21 Leo Liu <sdl.web@gmail.com>
1169
1170 * m4/sha256.m4:
1171 * m4/sha512.m4:
1172 * m4/gl-comp.m4:
1173 * lib/u64.h:
1174 * lib/sha256.c:
1175 * lib/sha256.h:
1176 * lib/sha512.c:
1177 * lib/sha512.h:
1178 * lib/makefile.w32-in (GNULIBOBJS):
1179 * lib/gnulib.mk:
1180 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
1181 crypto/sha512 modules from gnulib.
1182
add3f049
PE
11832011-06-19 Paul Eggert <eggert@cs.ucla.edu>
1184
1185 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
1186
3a4725e1
GM
11872011-06-17 Glenn Morris <rgm@gnu.org>
1188
1189 * configure.in: Restore the behavior of checking crt-dir only
1190 when the user specified it (not all platforms use it).
1191
bf4846e7
PE
11922011-06-16 Paul Eggert <eggert@cs.ucla.edu>
1193
1194 * m4/lstat.m4: Merge from gnulib (Bug#8878).
1195
4d61f28d 11962011-06-16 Miles Bader <miles@gnu.org>
0cca0a78
MB
1197
1198 * configure.in: Try to determine CRT_DIR automatically when
1199 using gcc.
1200
8c9b2106
PE
12012011-06-15 Paul Eggert <eggert@cs.ucla.edu>
1202
8aeb5be9
PE
1203 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
1204 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
1205 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
1206 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
1207 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
1208 Merge from gnulib.
8c9b2106 1209
c195f2de
JD
12102011-06-14 Jan Djärv <jan.h.d@swipnet.se>
1211
1212 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
1213
7e2aa385
PE
12142011-06-08 Paul Eggert <eggert@cs.ucla.edu>
1215
1216 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
1217
81eafe29
PE
12182011-06-07 Paul Eggert <eggert@cs.ucla.edu>
1219
1220 * configure.in: Add --with-wide-int.
1221 * INSTALL: Mention this.
1222
9afafefb
PE
12232011-06-06 Paul Eggert <eggert@cs.ucla.edu>
1224
1225 Merge from gnulib.
1226 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
1227
f797625a
PE
12282011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1229
1230 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
1231
90856fe0 12322011-05-30 Paul Eggert <eggert@cs.ucla.edu>
55d4c1b2
PE
1233
1234 Use 'inline', not 'INLINE'.
eefc9486 1235 * configure.in (INLINE): Remove.
55d4c1b2 1236
6a3e57bb
PE
12372011-05-29 Paul Eggert <eggert@cs.ucla.edu>
1238
1239 Adjust to recent gnulib change for @GUARD_PREFIX@.
1240 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
1241 All uses of _GL_ for guard prefixes in lib/*.h replaced with
1242 _@GUARD_PREFIX@_.
1243
842b28a0
PE
12442011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1245
e61923c8 1246 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
842b28a0 1247
70716b1d
GM
12482011-05-24 Glenn Morris <rgm@gnu.org>
1249
a22d9d2c
GM
1250 * Makefile.in (check): Just give a message if no test/ directory.
1251
bdd556a2
GM
1252 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
1253
70716b1d
GM
1254 * configure.in (OPT_MAKEFILES_IN): Remove.
1255 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
1256 (SUBDIR_MAKEFILES_IN): New output variable.
1257 * Makefile.in (OPT_MAKEFILES_IN): Remove.
1258 (SUBDIR_MAKEFILES_IN): Let configure set it.
1259
13c3daa4
LL
12602011-05-24 Leo Liu <sdl.web@gmail.com>
1261
1262 * m4/sha1.m4:
1263 * m4/gl-comp.m4:
1264 * lib/sha1.h:
1265 * lib/sha1.c:
1266 * lib/makefile.w32-in (GNULIBOBJS):
1267 * lib/gnulib.mk:
1268 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
1269
e09e38a8
GM
12702011-05-24 Glenn Morris <rgm@gnu.org>
1271
4ba4c54a
GM
1272 * configure.in: Remove test for already configured source directory.
1273 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
1274
5a95c002
GM
1275 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
1276
fa5d79db
GM
12772011-05-24 Glenn Morris <rgm@gnu.org>
1278
6c7e099d
GM
1279 * make-dist: Don't distribute test/. (Bug#8107)
1280 * configure.in (OPT_MAKEFILES_IN): New output variable.
1281 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
1282 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
1283 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
1284 (check): Give an explicit error if test/ is not present.
1285
fa5d79db
GM
1286 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
1287 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
1288 (Makefile): Use $SUBDIR_MAKEFILES_IN.
1289
2df215b5
PE
12902011-05-23 Paul Eggert <eggert@cs.ucla.edu>
1291
1292 * lib/verify.h: Merge from gnulib.
1293
f518ae90
PE
12942011-05-22 Paul Eggert <eggert@cs.ucla.edu>
1295
1296 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
1297 Merge from gnulib.
1298
16b71f3a
AS
12992011-05-21 Andreas Schwab <schwab@linux-m68k.org>
1300
1301 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
1302
7285dc67
EZ
13032011-05-20 Eli Zaretskii <eliz@gnu.org>
1304
6a45b46f
EZ
1305 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
1306
7285dc67
EZ
1307 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
1308
b9704ad9
GM
13092011-05-20 Glenn Morris <rgm@gnu.org>
1310
1311 * configure.in (lisp_frag): New output file.
1312
4a720484
GM
13132011-05-19 Glenn Morris <rgm@gnu.org>
1314
1315 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
1316 (WINDOW_SUPPORT): Remove output variables that are no longer used.
1317
a3c92bc1
EZ
13182011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1319
8f906c40
EZ
1320 * lib/gnulib.mk:
1321 * lib/intprops.h:
1322 * lib/unistd.in.h:
1323 * m4/inttypes.m4:
1324 * m4/stdint.m4:
1325 * m4/unistd_h.m4: Sync from gnulib.
a3c92bc1 1326
d681f183
GM
13272011-05-14 Glenn Morris <rgm@gnu.org>
1328
1329 * configure.in: Treat failure to find an X toolkit the same way we treat
1330 failure to find X and image support.
1331
4f8c52a9
GM
13322011-05-12 Glenn Morris <rgm@gnu.org>
1333
1334 * Makefile.in (src, install-arch-indep, bootstrap-clean)
1335 (check-declare): Shell portability fixes. (Bug#8642)
1336
5a7f0a30
TZ
13372011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1338
1339 * configure.in: Require GnuTLS 2.6.x or higher.
1340
b08a63cc 13412011-05-06 Paul Eggert <eggert@cs.ucla.edu>
19548d08 1342
c378da0b
PE
1343 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
1344 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
1345 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
1346
19548d08
PE
1347 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
1348 This new gnulib-tool option saves 'configure' the trouble of
1349 checking for strtoull when strtoumax exists.
1350
d1a2ac5c
PE
1351 * configure.in (BITS_PER_LONG_LONG): New macro.
1352
773233f8
GM
13532011-05-05 Glenn Morris <rgm@gnu.org>
1354
1355 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
1356 (top_distclean): Delete config.log~.
1357
40697cd9
BK
13582011-04-27 Ben Key <bkey76@gmail.com>
1359
1360 * configure.in: Fixed a bug that caused configure with
1361 --enable-checking=stringoverrun to have no effect.
1362
671875da 13632011-04-26 Paul Eggert <eggert@cs.ucla.edu>
c1e127f9
PE
1364
1365 * configure.in: Suppress unnecessary checks for size_t.
1366 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
1367 (size_t): Do not check for this, and do not typedef. This code
1368 is never exercised now.
1369
a8a2bb29
PE
1370 * Makefile.in (GNULIB_MODULES): Add strtoumax.
1371 This is needed for the new integer-reading code in lread.c.
1372 It automatically pulls in the following gnulib files, which
1373 are used on old-fashioned platforms that don't have strtoumax:
aaa93559
PE
1374 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
1375 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
1376 m4/strtoull.m4, m4/strtoumax.m4.
ce1b6817 1377 * .bzrignore: Add lib/inttypes.h.
a8a2bb29 1378
33630d51
TZ
13792011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
1380
1381 * configure.in: Check for GnuTLS certificate verify callbacks.
1382
bfab7d85
SM
13832011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1384
1385 * Makefile.in (config.status): Don't erase in case of error.
1386 In case it disappeared, rebuild it with `configure'.
1387
fe0e7ad7
KB
13882011-04-20 Ken Brown <kbrown@cornell.edu>
1389
1390 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
1391
f5b06c35
GM
13922011-04-12 Glenn Morris <rgm@gnu.org>
1393
1394 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
1395
762f8d96 13962011-04-09 Paul Eggert <eggert@cs.ucla.edu>
7ec98caf
PE
1397
1398 * lib/allocator.c: New file, automatically generated by gnulib.
1399
5fac7083
GM
14002011-04-07 Glenn Morris <rgm@gnu.org>
1401
1402 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
1403
973f782d
EZ
14042011-04-06 Eli Zaretskii <eliz@gnu.org>
1405
1406 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
1407 Revert last change.
1408
f1f81baa
JB
14092011-04-06 Juanma Barranquero <lekktu@gmail.com>
1410
1411 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
1412 ($(BLD)/careadlinkat.$(O)): New target.
1413 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1414 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
1415 Update dependencies.
1416
b70d23ff 14172011-04-06 Paul Eggert <eggert@cs.ucla.edu>
aa181334 1418
41cf7d1a
PE
1419 Fix more problems found by GCC 4.6.0's static checks.
1420
aa181334
PE
1421 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
1422
1f7196bf 1423 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
d1fdcab7
PE
1424 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
1425 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
1426 * m4/ssize_t.m4: New files, automatically generated from gnulib.
1427
c0274801
GM
14282011-04-06 Glenn Morris <rgm@gnu.org>
1429
1430 * autogen/update_autogen: Handle loaddefs-like files as well.
1431 (usage): Add -l, -C.
1432 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
1433 With -l, check status of lisp/ as well.
1434 With -C, clean before building.
1435 (autoreconf): Only pass -f in the `clean' case.
1436 (commit): New function.
1437
42e85a8f
GM
14382011-03-28 Glenn Morris <rgm@gnu.org>
1439
39f31873
GM
1440 * autogen/update_autogen: Pass -f to autoreconf.
1441
42e85a8f
GM
1442 * autogen.sh (get_version): Discard "not found" lines.
1443 (check_version): Respect $AUTOCONF etc environment variables.
1444
9af30bdf
GM
14452011-03-27 Glenn Morris <rgm@gnu.org>
1446
1447 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
1448 (AH_BOTTOM): Do not define SIGTYPE.
1449
181855e6
GM
14502011-03-26 Glenn Morris <rgm@gnu.org>
1451
1452 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
1453 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
1454
9ee0d174
AS
14552011-03-25 Andreas Schwab <schwab@linux-m68k.org>
1456
1457 * autogen/update_autogen: Remove useless function keyword.
1458
07da4b3c
EZ
14592011-03-25 Eli Zaretskii <eliz@gnu.org>
1460
1461 * config.bat: Generate src/config.h and lib/Makefile from
1462 autogen/config.in and autogen/Makefile.in.
1463
f6ca84c0
GM
14642011-03-25 Glenn Morris <rgm@gnu.org>
1465
1466 * compile, config.guess, config.sub, depcomp, install-sh, missing:
1467 Remove; autoreconf can supply them.
1468 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
1469 config.guess, install-sh. Pass -i to autoreconf.
1470 * autogen/update_autogen (genfiles): Add compile, config.guess,
1471 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
1472 Discard non-error output from autoreconf in -q case.
1473 * autogen/compile, autogen/config.guess, autogen/config.sub:
1474 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
1475 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
1476 install-sh, missing.
1477
8cc1d519
GM
14782011-03-23 Glenn Morris <rgm@gnu.org>
1479
9bb73912 1480 * autogen/update_autogen: Fix typo.
904a432c 1481 (msg): Remove function; use `exec' instead.
9bb73912 1482
8cc1d519
GM
1483 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
1484 (sync-from-gnulib): Don't sync mkinstalldirs.
1485 * make-dist: Don't distribute mkinstalldirs.
1486
c9c49752 14872011-03-23 Paul Eggert <eggert@cs.ucla.edu>
401bf9b4 1488
c9c49752 1489 Fix more problems found by GCC 4.5.2's static checks.
401bf9b4
PE
1490 * Makefile.in (GNULIB_MODULES): Add socklen.
1491 * configure.in: Do not check for sys/socket.h, since socklen does that.
1492 * m4/socklen.m4: New automatically-generated file, from gnulib.
1493
d5cad867
PE
1494 fakemail: Remove dependency on ignore-value.
1495 * Makefile.in (GNULIB_MODULES): Add stdio.
1496 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
1497 imported from gnulib.
cbd350f1 1498 * .bzrignore: Add lib/stdio.h.
c9c49752 1499
34cb1cc6
GM
15002011-03-22 Glenn Morris <rgm@gnu.org>
1501
1502 * autogen/copy_autogen: Work from ./ or ../.
1503 Fix time-stamps.
1504 * autogen.sh: Doc fix.
1505
66b87493
GM
15062011-03-20 Glenn Morris <rgm@gnu.org>
1507
1508 * autogen/: New directory, to be excluded from releases.
1509 * autogen/copy_autogen, autogen/update_autogen: New scripts.
1510 * autogen/README: New file.
1511 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
1512 * autogen/Makefile.in: Add auto-updated generated files.
1513 * autogen.sh: No longer a no-op, now it tests for autotools
1514 and runs them as necessary.
cd1181db 1515 * configure.in: Default maintainer-mode to on.
66b87493
GM
1516 * aclocal.m4, configure, lib/Makefile.in: Remove files.
1517
1ef6de05
PE
15182011-03-13 Paul Eggert <eggert@cs.ucla.edu>
1519
1520 Update for gnulib.
1521 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
1522 includes <intprops.h> directly.
1523 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
1524 when building Emacs on Solaris 9 and running it on Solaris 10.
1525
0afb4571
J
15262011-03-08 Jan Djärv <jan.h.d@swipnet.se>
1527
1528 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
1529
33383987
JB
15302011-03-07 Chong Yidong <cyd@stupidchicken.com>
1531
1532 * Version 23.3 released.
1533
870d9cf6
GM
15342011-03-06 Glenn Morris <rgm@gnu.org>
1535
1536 * configure.in (FREETYPE_LIBS): Actually set it to something.
1537
6c0dea8a
PE
15382011-03-02 Paul Eggert <eggert@cs.ucla.edu>
1539
1540 Work around some portability problems with symlinks.
1541
1542 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
1543 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
1544 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
1545 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
1546 * m4/symlink.m4:
1547 New files, automatically generated from gnulib.
1548 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1549 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
1550
945d8b44
EZ
15512011-02-26 Eli Zaretskii <eliz@gnu.org>
1552
03382788
EZ
1553 * .bzrignore: Ignore new lib/*.in-h files.
1554
945d8b44
EZ
1555 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
1556 depfiles.bat even if lib/deps already exist.
1557
9411886d
PE
15582011-02-25 Paul Eggert <eggert@cs.ucla.edu>
1559
1560 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
d3af8a57
PE
1561 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
1562 recent changes to configure.in and to gnulib.
9411886d 1563
1e8dbdc6
GM
15642011-02-24 Glenn Morris <rgm@gnu.org>
1565
1566 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
1567 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
1568
f68c809d
PE
15692011-02-22 Paul Eggert <eggert@cs.ucla.edu>
1570
1571 Assume S_ISLNK etc. work, since gnulib supports this.
1572 * Makefile.in (GNULIB_MODULES): Add sys_stat.
1573 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
1574 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
1575 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
1576
ba01e9d7
PE
15772011-02-21 Paul Eggert <eggert@cs.ucla.edu>
1578
1579 * lib/min-max.h: New file, for "min" and "max".
1580
9f8370e6
CS
15812011-02-21 Christoph Scholtes <cschol2112@gmail.com>
1582
0a19a6f8 1583 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
9f8370e6
CS
1584 $(EMACS_ROOT)/nt/inc/stdint.h.
1585
25c51af3
EZ
15862011-02-21 Eli Zaretskii <eliz@gnu.org>
1587
1588 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
1589 src/makefile.w32-in and adapt. Depend on stamp_BLD.
1590 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
1591
5fa4ac76
PE
15922011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1593
1594 Import filemode module from gnulib.
1595 * .bzrignore: Add lib/sys/.
1596 * Makefile.in (GNULIB_MODULES): Add filemode.
1597 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
1598 * lib/filemode.c: Renamed from src/filemode.c and regenerated
1599 from gnulib. This adds support for some more file types, e.g.,
1600 Cray DMF migrated files.
1601 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
1602 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
1603 * m4/sys_stat_h.m4: New files, generated from gnulib.
1604 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1605 Regenerate.
1606
e1e6b4fb
EZ
16072011-02-20 Eli Zaretskii <eliz@gnu.org>
1608
1609 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
1610 $(EMACS_ROOT)/nt/inc/sys/stat.h.
1611
6cac9cb1
PE
16122011-02-20 Paul Eggert <eggert@cs.ucla.edu>
1613
1614 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
1615 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
1616 is no longer needed, due to the recent SSDATA and related changes.
1617 Perhaps -Wno-pointer-sign should also be removed from
1618 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
1619 way to test this so I left it alone.
1620 * configure: Regenerate.
1621
0a19a6f8 16222011-02-20 Christoph Scholtes <cschol2112@gmail.com>
32159fc3
CS
1623
1624 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
1625 src/makefile.w32-in.
1626
61353ac8 16272011-02-20 Paul Eggert <eggert@cs.ucla.edu>
5f90be1b 1628
61353ac8 1629 Import crypto/md5 and stdint modules from gnulib.
5f90be1b 1630 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
61353ac8
PE
1631 Regenerate.
1632 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
1633 Import the new versions from gnulib; they assume a C99-style
1634 <stdint.h>, supplied by the stdint module.
1635 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
1636 imported from gnulib.
942f733f
PE
1637 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
1638 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
1639 special cases.
61353ac8 1640
9d9d12cd
EZ
16412011-02-19 Eli Zaretskii <eliz@gnu.org>
1642
152be435 1643 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
219463da 1644 Add lib/deps/.
152be435 1645
9d9d12cd 1646 * config.bat: Configure in `lib'.
219463da 1647 Generate *.Po files in lib/deps.
9d9d12cd 1648
7d315eb6
PE
16492011-02-18 Paul Eggert <eggert@cs.ucla.edu>
1650
1651 Import IRIX 6.5 getloadavg fixes from gnulib.
1652 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
1653
1f5d53eb
PE
16542011-02-16 Paul Eggert <eggert@cs.ucla.edu>
1655
1656 Import getloadavg module from gnulib.
1657 * .bzrignore: Add lib/stdlib.h.
1658 * Makefile.in (GNULIB_MODULES): Add getloadavg.
1659 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
1660 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
1661 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
1662 Remove; gnulib does this now.
1663 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
1664 from gnulib. This adds support for several other systems, such
1665 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
1666 buffer overrun on Linux hosts under very high load, and on hosts
1667 that maintain a channel to the load average file it makes sure
1668 the file descriptor is close-on-exec (on hosts that support this)
1669 and is not stdin, stdout, or stderr.
1670 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
1671 from gnulib.
1672 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
1673 * src/config.in: Regenerate.
1674
bb55f713
PE
16752011-02-15 Paul Eggert <eggert@cs.ucla.edu>
1676
1677 Merge from gnulib.
1678
7127b760
PE
1679 * install-sh: Update to scriptversion 2011-01-19.21.
1680
bb55f713
PE
1681 2011-02-13 Bruno Haible <bruno@clisp.org>
1682
1683 Consistent macro naming for macros that use GCC __attribute__.
1684 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
1685 ATTRIBUTE_DEPRECATED.
1686
1687 2011-02-12 Bruno Haible <bruno@clisp.org>
1688
1689 setlocale: Prefer gnulib's override over libintl's override.
1690 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
1691 GNULIB_defined_setlocale is set.
1692
57e96f8e
GM
16932011-02-13 Glenn Morris <rgm@gnu.org>
1694
1695 * make-dist: Exclude generated file src/globals.h.
1696
988c07df
PE
16972011-02-10 Paul Eggert <eggert@cs.ucla.edu>
1698
1699 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
1700 Sync from gnulib, which has been patched to fix the problem
1701 with the license notices. Problem reported by Glenn Morris in
1702 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
1703
ccded26c
SM
17042011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1705
1706 * .bzrignore: Ignore globals.h and related stamp.
1707
6ffb2c0c
PE
17082011-02-09 Paul Eggert <eggert@cs.ucla.edu>
1709
1710 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
1711 This merges the following fix from gnulib:
1712
1713 2011-02-08 Bruno Haible <bruno@clisp.org>
1714
1715 Split large sed scripts, for HP-UX sed.
1716
00b3c7ac
TT
17172011-02-08 Tom Tromey <tromey@redhat.com>
1718
1719 * configure: Rebuild.
1720 * configure.in (NS_OBJC_OBJ): New subst.
1721
91ccade4
PE
17222011-02-06 Paul Eggert <eggert@cs.ucla.edu>
1723
6ffb2c0c
PE
1724 gnulib: allow multiple gnulib generated replacements to coexist
1725 This defines a few preprocessor symbols that should not affect Emacs.
1726 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
1727 via "make sync-from-gnulib".
1728
e765a388
PE
1729 gnulib: undo previous change
1730 The upstream _HEADERS change was backed out of gnulib (see the
1731 same thread). Stay in sync with gnulib.
1732
91ccade4 1733 gnulib: adjust to upstream _HEADERS change
6ffb2c0c
PE
1734 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
1735 New empty macros, to accommodate recent changes to gnulib. See
1736 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
1737 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
1738 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
1739 * lib/time.in.h, lib/unistd.in.h:
1740 Regenerate.
91ccade4 1741
d67985d3
PE
17422011-02-05 Paul Eggert <eggert@cs.ucla.edu>
1743
1744 sync from gnulib to remove HAVE_STDBOOL_H
1745 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
1746 AC_HEADER_STDBOOL. All uses changed. Do not define
1747 HAVE_STDBOOL_H, as gnulib does not need this. This change is
1748 imported from the latest Autoconf git. It was motivated by Emacs,
1749 which uses gnulib but does not need HAVE_STDBOOL_H.
1750 * configure, src/config.in: Regenerate.
1751 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
1752
67342916
PE
17532011-02-03 Paul Eggert <eggert@cs.ucla.edu>
1754
1755 allow C code to suppress warnings about ignored return values
1756 * Makefile.in (GNULIB_MODULES): Add ignore-value.
6ffb2c0c
PE
1757 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1758 * lib/ignore-value.h: New file.
67342916 1759
14beddf4 17602011-01-31 Chong Yidong <cyd@stupidchicken.com>
37f7b784
CY
1761
1762 * configure.in: Test existence of xaw3d library, not just the
1763 header (Bug#7642).
1764
6ffb2c0c
PE
17652011-01-31 Eli Zaretskii <eliz@gnu.org>
1766
1767 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
1768 $(BLD)/time_r.$(O).
1769 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
1770 $(EMACS_ROOT)/src/m/intel386.h.
1771 ($(BLD)/strftime.$(O)):
1772 ($(BLD)/time_r.$(O)): Define prerequisites.
1773
16fab143
PE
17742011-01-31 Paul Eggert <eggert@cs.ucla.edu>
1775
1776 src/emacs.c now gets version number from configure.in
1777 * configure.in (version): Set this from $PACKAGE_VERSION,
1778 which is set from AC_INIT, rather than scouting through src/emacs.c.
1779 * configure: Regenerate.
1780 * make-dist (version): Get it from configure.in, not src/emacs.c.
1781
16c3e636
PE
17822011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1783
1784 strftime: import from gnulib
1785 * Makefile.in (GNULIB_MODULES): Add strftime.
1786 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
1787 needed.
6ffb2c0c 1788 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
16c3e636 1789 Regenerate.
6ffb2c0c
PE
1790 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
1791 imported from gnulib.
16c3e636
PE
1792 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
1793 This incorporates many changes from gnulib, including simpler
1794 handling of multibyte formats, porting to mingw32 and other
1795 platforms, and support for higher-resolution time stamps.
1796 Emacs does not yet use the higher-resolution interface.
1797
3de84ad9
PE
17982011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1799
1800 gnulib: import mktime and move-if-change fixes from gnulib
1801
1802 * configure: Regenerate from the following.
1803
6ffb2c0c
PE
1804 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
1805
1806 mktime: clarify long_int width checking
1807 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
1808 the top level, to make it clearer that the assumption about
1809 long_int width is being checked. See
1810 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
1811
3de84ad9
PE
1812 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
1813
1814 TYPE_MAXIMUM: avoid theoretically undefined behavior
6ffb2c0c 1815 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
3de84ad9
PE
1816 negative number, which the C Standard says has undefined behavior.
1817 In practice this is not a problem, but might as well do it by the book.
1818 Reported by Rich Felker and Eric Blake; see
1819 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
6ffb2c0c
PE
1820 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
1821 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
1822
1823 mktime: #undef mktime before #defining it
1824 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
1825
1826 mktime: systematically normalize tm_isdst comparisons
1827 * lib/mktime.c (isdst_differ): New function.
1828 (__mktime_internal): Use it systematically for all isdst comparisons.
1829 This completes the fix for libc BZ #6723, and removes the need for
1830 normalizing tm_isdst. See
1831 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
1832 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
1833
1834 mktime: fix some integer overflow issues and sidestep the rest
1835
1836 This was prompted by a bug report by Benjamin Lindner for MinGW
1837 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
1838 His bug is due to signed integer overflow (0 - INT_MIN), and I
1839 I scanned through mktime.c looking for other integer overflow
1840 problems, fixing all the bugs I found.
1841
1842 Although the C Standard says the resulting code is still not safe
1843 in the presence of integer overflow, in practice it should be good
1844 enough for all real-world two's-complement implementations, except
1845 for debugging environments that deliberately trap on integer
1846 overflow (e.g., gcc -ftrapv).
1847
1848 * lib/mktime.c (WRAPV): New macro.
1849 (SHR): Also check that long_int and time_t shift right in the
1850 usual way, before using the fast-but-unportable method.
1851 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
1852 used. The code already assumed two's complement, so there's
1853 no need to test for alternatives. All uses removed.
1854 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
1855 the C standard. Problem reported by Rich Felker in
1856 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
1857 (twos_complement_arithmetic): Also check long_int and time_t.
1858 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
1859 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
1860 (__mktime_internal): Avoid integer overflow with unary subtraction
1861 in two instances where -1 - X is an adequate replacement for -X,
1862 since the calculations are approximate.
3de84ad9
PE
1863
1864 2011-01-29 Eric Blake <eblake@redhat.com>
1865
1866 mktime: avoid infinite loop
1867 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
1868 type; behavior is still undefined but portable to all known targets.
1869 Reported by Rich Felker.
1870
6ffb2c0c
PE
1871 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1872
1873 mktime: avoid problems on NetBSD 5 / i386
1874 * lib/mktime.c (long_int): New type. This works around a problem
1875 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
1876 but time_t is 64 bits, and where I expect the existing code is
1877 wrong in some cases.
1878 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
1879 (ydhms_diff): Bring back the compile-time check for wide-enough
1880 year and yday.
1881
1882 mktime: fix misspelling in comment
1883 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
1884 This merges all recent glibc changes of importance.
1885
3de84ad9
PE
1886 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1887
1888 move-if-change: cope with concurrent mv of identical file.
1889 * move-if-change (CMPPROG): Accept environment
1890 variable as an override for `cmp'.
1891 (usage): Document CMPPROG.
1892 Adjust comparison to drop stdout. Cope with failure of mv if
1893 the target file exists and is identical to the source, for
1894 parallel builds.
1895 Report from H.J. Lu against binutils in PR binutils/12283.
1896
6ffb2c0c
PE
18972011-01-29 Eli Zaretskii <eliz@gnu.org>
1898
1899 * lib/makefile.w32-in:
1900 * lib/getopt_.h: New files.
1901
c7e95b91
PE
19022011-01-28 Paul Eggert <eggert@cs.ucla.edu>
1903
1904 improve fix for MS-DOS file name clash
1905 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
1906 for portability to POSIX make. Reported by Bruno Haible.
1907 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
1908 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
1909 files from accumulating as garbage. Also reported by Bruno Haible.
1910
125c3718
PE
19112011-01-27 Paul Eggert <eggert@cs.ucla.edu>
1912
1913 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
1914 * Makefile.in (DOS-gnulib-comp.m4): New macro.
1915 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
1916 problems with MS-DOS 8+3 file name restrictions.
1917 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
1918 it, it would also cause problems when extracting Emacs distribution
1919 tarballs on MS-DOS hosts.
1920 (ACLOCAL_INPUTS): Adjust to file renaming.
6ffb2c0c 1921 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
125c3718
PE
1922 * config.guess, config.sub: Sync from gnulib.
1923 * m4/gnulib-cache.m4: Remove from repository.
1924 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
1925
4004ef46
GM
19262011-01-25 Glenn Morris <rgm@gnu.org>
1927
0b5c5d82
GM
1928 * README: Add a note about ranges in copyright years.
1929
4004ef46
GM
1930 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
1931
06d8ace5 19322011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
6de1218f
PG
1933
1934 * configure.in: Add HP-UX on IA64 (Bug#6811).
1935
d6974efa
PE
19362011-01-24 Paul Eggert <eggert@cs.ucla.edu>
1937
1938 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
1939 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
1940 as it is no longer needed.
6ffb2c0c 1941 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
d6974efa
PE
1942 * configure.in: Invoke the new gnulib macro
1943 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
1944 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
1945 * m4/getopt.m4: Sync from gnulib; this removes the need for
1946 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
1947 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
1948 New macro, synced from gnulib.
1949 * m4/warn-on-use.m4: Remove.
1950
e02ea74b
PE
19512011-01-22 Paul Eggert <eggert@cs.ucla.edu>
1952
1953 aclocal.m4: put this file back into repository
1954 This way, we don't have to assume that the maintainer has
1955 the automake package installed. See
1956 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
1957 * .bzrignore: Remove aclocal.m4, undoing the previous change.
1958 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
1959 undoing the previous change.
1960 * aclocal.m4: New file (actually, resurrected).
1961
48dcd482
MB
19622011-01-22 Miles Bader <miles@gnu.org>
1963
1964 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
1965 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
1966 Emacs directly uses fontconfig, and breaks building when using a
1967 strict linker).
1968
925e561d
PE
19692011-01-21 Paul Eggert <eggert@cs.ucla.edu>
1970
b06b1098
PE
1971 src/config.in: shrink slightly
1972 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
1973 This makes src/config.in a bit smaller, by removing identifiers
1974 like GNULIB_TEST_MKTIME that Emacs does not need.
1975 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
1976 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1977 Sync from gnulib. This removes a few more unnecessary symbols from
1978 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
1979 * configure, src/config.in: Regenerate.
1980
925e561d
PE
1981 aclocal.m4: tweaks to regenerate more conveniently
1982 This attempts to act better when the source is in a weird state. See
1983 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
1984 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
1985 * .bzrignore: Add aclocal.m4.
1986
942be821
PE
19872011-01-20 Paul Eggert <eggert@cs.ucla.edu>
1988
1989 aclocal.m4: omit auto-generated file from repository
1990 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
1991 the most recent change here.
1992 * aclocal.m4: Remove from bzr repository. This file is
1993 auto-generated and isn't needed to run 'configure'. See
1994 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
1995
0813c96e
PE
19962011-01-19 Paul Eggert <eggert@cs.ucla.edu>
1997
1998 Minor Makefile.in tweaks to build from gnulib better.
1999 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
2000 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
2001 (top_maintainer_clean): Don't remove aclocal.m4.
2002
7cae64b4
PE
20032011-01-18 Paul Eggert <eggert@cs.ucla.edu>
2004
53911e8f
PE
2005 Minor cleanups for 'bzr status'
2006 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
2007 the output of config.guess.
2008 * Makefile.in (top_distclean): Remove stamp-h1 too.
2009
7cae64b4
PE
2010 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
2011 defined if the compiler supports GCC-style __attribute__
2012 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
2013 this syntax.
2014
a3e44e79 20152011-01-17 Paul Eggert <eggert@cs.ucla.edu>
ecbfcc83 2016
3cbecb8f
PE
2017 Makefile.in: tidy up the building of lib
2018 * Makefile.in (am--refresh): Mark as .PHONY.
2019 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
2020 as they're not rebuilt unless you do a "make sync-from-gnulib"
2021 and the former is needed for "configure".
2022 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
2023 has already removed lib/Makefile.
2024
ecbfcc83
PE
2025 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
2026 This avoids building ftoastr and ldtoastr, which aren't needed. See
2027 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
fa2c4f56 2028
803059b9
PE
2029 * .bzrignore: Add .h files that are host-dependent.
2030 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
2031 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
2032 host-dependent and are built as part of an ordinary 'make', and
2033 should not be checked in.
2034
6ffb2c0c
PE
2035 * lib/Makefile.in: Regenerate.
2036 * lib/COPYING: New file, a copy of COPYING.
2037
2a78afcc 2038 * configure: Regenerate.
37564543
PE
2039 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
2040
e275c824 2041 Regenerate.
6ffb2c0c
PE
2042 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2043 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
2044 New files, copied from gnulib by gnulib-tool.
2045 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
e275c824
PE
2046 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2047 Regenerate.
ecbfcc83 2048
84bbb1ad
PE
2049 Use gnulib's getopt-gnu module.
2050 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
2051 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
2052 representative of the dependencies.
2053 * configure.in: Do not configure getopt, as gnulib does that now.
2054 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
2055 getopt now, in lib.
ecbfcc83 2056
1fd182f0 2057 Regenerate.
6ffb2c0c
PE
2058 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
2059 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
1fd182f0
PE
2060 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
2061 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
2062 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
2063 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
2064 * m4/wchar_t.m4, warn-on-use.h:
2065 New files, copied from gnulib by gnulib-tool.
6ffb2c0c 2066 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
2067 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2068 Regenerate.
2069
1e11dbe3
PE
2070 Use gnulib's mktime module.
2071 * Makefile.in (GNULIB_MODULES): Add mktime.
2072 * configure.in: Remove code no longer needed, as gnulib now does it.
2073 (AC_CHECK_FUNCS): Remove mktime.
2074 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
2075 (__restrict): Remove, as this now gets in the way of the C99
2076 support for 'restrict' pulled in by the gnulib mktime module.
2077 Code should now use 'restrict' and not '__restrict".
2078 (mktime): Remove.
2079 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
2080 and warn-on-use.h into the distribution.
1fd182f0
PE
2081
2082 Regenerate.
6ffb2c0c
PE
2083 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
2084 * lib/ldtoastr.c, m4/c-strtod.m4:
1fd182f0 2085 New files, copied from gnulib by gnulib-tool.
6ffb2c0c
PE
2086 * lib/dummy.c: Remove.
2087 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
1fd182f0
PE
2088 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2089 Regenerate.
ecbfcc83 2090
1e11dbe3 2091 Use gnulib's ftoastr module.
fa2c4f56
PE
2092 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
2093
743c80a7 2094 Regenerate.
6ffb2c0c
PE
2095 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
2096 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
743c80a7
PE
2097 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
2098 New files, generated automatically, with 'make sync-from-gnulib'
2099 followed by 'make'.
2100 * configure, lisp/dired.el, src/config.in: Regenerate.
2101
9a514d4a
PE
2102 Automate syncing from gnulib.
2103 * INSTALL, README: Document new subdirectory 'lib'.
2104 * Makefile.in (SUBDIR): Add lib.
2105 (SUBDIR_MAKEFILES): Add lib/Makefile.
2106 (lib-src, src, TAGS, tags): Depend on lib.
2107 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
2108 ($(gnulib_srcdir)): New rule.
2109 (sync-from-gnulib): New rule, which is .PHONY.
2110 (lib): New rule, which is like lib-src.
2111 (Makefile): Depend on lib/Makefile.in.
2112 (AUTOCONF_INPUTS): Depend on aclocal.m4.
2113 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
2114 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
2115 (am--refresh): New rule, to pacify Automake.
2116 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
2117 Clean lib, too.
2118 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
2119 droppings.
2120 (maintainer-clean, extraclean): Use it.
2121 * configure.in: Initialize for automake and gnulib, by invoking
2122 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
2123 lib/Makefile, too. Use automake to build gnulib, as gnulib works
2124 more conveniently with automake.
6ffb2c0c 2125 * lib/Makefile.am: New file.
9a514d4a
PE
2126 * make-dist: Also put into the distribution aclocal.m4,
2127 compile, depcomp, missing, and the files under lib/.
2128
dc3e3e7b
GM
21292011-01-15 Glenn Morris <rgm@gnu.org>
2130
2131 * Makefile.in (epaths-force): No more arch-tag to edit.
2132
dab73760
CY
21332011-01-15 Chong Yidong <cyd@stupidchicken.com>
2134
2135 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
2136
9f4b8b47
PE
21372011-01-14 Paul Eggert <eggert@cs.ucla.edu>
2138
2139 * make-dist: Distribute test/ files too.
2140 Distribute every file under test/ that is under version control,
2141 using patterns like *.el to capture files that are added later.
2142 Without this change, "configure" would fail, because it would
2143 attempt to build from a Makefile.in that was not distributed.
2144
d221e780
CO
21452011-01-13 Christian Ohler <ohler@gnu.org>
2146
2147 * Makefile.in (INFO_FILES): Add ERT.
2148
2149 * Makefile.in (check): Run tests in test/automated.
2150
2151 * Makefile.in:
2152 * configure.in: Add test/automated/Makefile.
2153
bc5585d1
PE
21542011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2155
2b3f5bc8
PE
2156 * install-sh, mkinstalldirs, move-if-change: Update from master
2157 source in gnulib.
2158
bc5585d1
PE
2159 * config.guess, config.sub: Updated from master source.
2160
2018939f
AS
21612011-01-05 Andreas Schwab <schwab@linux-m68k.org>
2162
2163 * configure.in: Check for __builtin_unwind_init.
2164
e5365138
GM
21652011-01-05 Glenn Morris <rgm@gnu.org>
2166
2167 * configure.in (HAVE_MAKEINFO): New output variable.
2168 (MAKEINFO): Reset to "makeinfo" if not found.
2169 * Makefile.in (install-arch-indep, info):
2170 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
2171
4fc5868a
UM
21722010-12-29 Ulrich Mueller <ulm@gentoo.org>
2173
2174 * configure.in: Make gameuser configurable (Bug#7717).
2175
68251e16
GM
21762010-12-15 Glenn Morris <rgm@gnu.org>
2177
2178 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
2179 long absent lib-src/fns-*.el.
2180
838db889
GM
21812010-12-11 Glenn Morris <rgm@gnu.org>
2182
2183 * make-dist: Exclude etc/*.pyc.
2184
fe646d2c
AS
21852010-12-10 Andreas Schwab <schwab@linux-m68k.org>
2186
2187 * configure.in: Don't double machfile in final message.
2188
d96c83fa
CY
21892010-12-04 Chong Yidong <cyd@stupidchicken.com>
2190
2191 * configure.in: Fix last change.
2192
d6a003a8
AS
21932010-12-04 Andreas Schwab <schwab@linux-m68k.org>
2194
2195 * configure.in: Remove reference to removed machine description
2196 files and allow $machine and $machfile to be empty. Substitute
2197 M_FILE/S_FILE instead of machfile/opsysfile.
2198
067d23c9
KY
21992010-12-03 Glenn Morris <rgm@gnu.org>
2200
2201 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
2202
22032010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2204
2205 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
2206 (EXTERNALLY_VISIBLE): New definition.
2207
22082010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2209
2210 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
2211
22122010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2213
2214 * configure.in: Do not check for unconditionally included headers.
2215
22162010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2217
2218 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
2219
22202010-11-09 Michael Albinus <michael.albinus@gmx.de>
2221
2222 * configure.in: Don't write a warning for D-Bus anymore.
2223
22242010-11-06 Andreas Schwab <schwab@linux-m68k.org>
2225
2226 * configure.in: Fix indentation.
2227
22282010-10-31 Ken Brown <kbrown@cornell.edu>
2229
2230 * configure.in (checking whether localtime caches TZ): Use
2231 unsetenv instead of modifying environment directly.
2232
22332010-10-25 Andreas Schwab <schwab@linux-m68k.org>
2234
2235 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
2236 to avoid warning.
2237
22382010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2239
e9fce1ac 2240 * configure.in: Remove the BROKEN annotation from GnuTLS.
067d23c9
KY
2241
22422010-10-22 Glenn Morris <rgm@gnu.org>
2243
2244 * make-dist: Avoid listing .el files twice. Don't try to run
2245 autoconf if --no-update.
2246
22472010-10-20 Glenn Morris <rgm@gnu.org>
2248
2249 * make-dist: No longer create lisp/MANIFEST.
2250
22512010-10-14 Glenn Morris <rgm@gnu.org>
2252
2253 * BUGS, INSTALL.BZR, README: Updates.
2254
22552010-10-13 Glenn Morris <rgm@gnu.org>
2256
2257 * make-dist: Remove --compress. Check for the appropriate
2258 gzip-like executable, and if not found, don't compress.
2259 Check version number in README, don't change it.
2260 Use find for nt/inc/*.h.
2261
22622010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2263
2264 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
2265 trailing / from directory names.
2266
22672010-10-12 Glenn Morris <rgm@gnu.org>
2268
2269 * make-dist: Update and simplify.
2270
22712010-10-12 Eli Zaretskii <eliz@gnu.org>
2272
2273 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
2274
22752010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2276
2277 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
2278
22792010-10-09 Glenn Morris <rgm@gnu.org>
2280
2281 * make-dist: No more doc/emacs/*.texi.in.
2282
2283 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
2284
22852010-10-09 Glenn Morris <rgm@gnu.org>
2286
2287 * configure.in: Combine some conditionals.
2288
2289 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
2290 * make-dist: Include doc/emacs/*.texi.in.
2291
2292 * INSTALL, make-dist: Remove references to b2m.
2293 * Makefile.in (MAN_PAGES): Remove b2m.1.
2294
22952010-10-05 Glenn Morris <rgm@gnu.org>
2296
2297 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
2298
22992010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2300
2301 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
2302
23032010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
2304
2305 * configure.in: Include stdlib.h and string.h unconditionally.
2306
23072010-09-29 Romain Francoise <romain@orebokech.com>
2308
2309 * configure.in: Don't enable ImageMagick unless HAVE_X11.
2310
23112010-09-28 Glenn Morris <rgm@gnu.org>
2312
2313 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
2314 happy.
2315
23162010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2317
2318 * configure.in: Enable imagemagick by default.
2319
23202010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2321
2322 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
e9fce1ac 2323 GnuTLS libraries.
067d23c9
KY
2324
23252010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
2326
2327 * configure.in: Set up GnuTLS.
2328
23292010-09-22 Chong Yidong <cyd@stupidchicken.com>
2330
2331 * configure.in: Announce whether libxml2 is linked to.
2332
23332010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2334
2335 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
2336
23372010-09-18 Eli Zaretskii <eliz@gnu.org>
2338
2339 * config.bat: Detect that libxml2 is installed and if so, build
2340 with it.
2341
23422010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2343
2344 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
2345 be used. This fixes a conf problem on Mac OS X.
2346
23472010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2348
2349 * configure.in: Check for libxml2.
2350
23512010-09-09 Glenn Morris <rgm@gnu.org>
2352
2353 * make-dist: No more TODO files under lisp/.
2354
23552010-09-04 Eli Zaretskii <eliz@gnu.org>
2356
2357 * config.bat: Produce lisp/gnus/_dir-locals.el from
2358 lisp/gnus/.dir-locals.el.
2359
23602010-08-23 Andreas Schwab <schwab@linux-m68k.org>
2361
2362 * configure.in: Fix check for librsvg, imagemagick and
2363 MagickExportImagePixels.
2364
23652010-08-18 Joakim Verona <joakim@verona.se>
2366
2367 * Makefile.in, configure.in: Checks for ImageMagick.
2368
23692010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
2370
2371 * configure.in (AC_PREREQ): Require autoconf 2.65.
2372
23732010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2374
2375 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
2376
23772010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2378
2379 * configure.in: Add AC_C_BIGENDIAN.
2380
23812010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2382
2383 * configure.in (ORDINARY_LINK): Use on hpux* too.
2384
23852010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2386
2387 * configure.in: Check for util.h.
2388 Use -Wimplicit-function-declaration if compiler supports it.
2389
23902010-08-05 Eli Zaretskii <eliz@gnu.org>
2391
2392 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
2393
23942010-08-04 Andreas Schwab <schwab@linux-m68k.org>
2395
2396 * configure.in: Restore accidentally removed use of
2397 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
2398
23992010-07-29 Chad Brown <yandros@mit.edu>
2400
2401 * configure.in: Check for dirent.h.
2402
24032010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2404
2405 * configure.in: Remove reference to usg5-4, unused.
2406
24072010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2408
2409 * configure.in: Check for __executable_start.
2410
24112010-07-24 Ken Brown <kbrown@cornell.edu>
2412
2413 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
2414
24152010-07-24 Juanma Barranquero <lekktu@gmail.com>
2416
2417 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
2418
24192010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
2420
2421 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
2422
24232010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2424
2425 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2426 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
2427 (C_OPTIMIZE_SWITCH): Remove.
2428 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
2429
24302010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2431
2432 * configure.in: Don't check for index and rindex, check for strchr
2433 and strrchr. Define strchr and strrchr as index and rindex,
2434 resp., in src/config.h if not available.
2435
24362010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2437
2438 * configure.in: Use -Wold-style-definition if available.
2439 This helps with the transition to standard C code, it can be
2440 removed when done.
2441
2442 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
2443
2444 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
2445 and MSWindows.
2446
24472010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2448
2449 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
2450 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
2451
24522010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2453
2454 * configure.in (getenv): Remove K&R declaration.
2455
24562010-07-02 Jan Djärv <jan.h.d@swipnet.se>
2457
2458 * configure.in: Remove define __P.
2459
24602010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2461
2462 * configure.in (--enable-use-lisp-union-type): New flag.
2463
24642010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2465
2466 Fix CFLAGS for non-GCC compilers.
2467 * configure.in (CFLAGS): Always use -g like it was done before the
2468 2010-03-30 change.
2469 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
2470 (Bug#6538)
2471
24722010-06-30 Glenn Morris <rgm@gnu.org>
2473
2474 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
2475 Set with AC_DEFINE rather than AH_BOTTOM.
2476
2477 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
2478 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
2479 Set with shell, not cpp.
2480 (LIBX): Remove, just use -lX11 in the one place this was used.
2481 (cannot_dump): Replace with CANNOT_DUMP.
2482
24832010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2484
0a19a6f8 2485 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
067d23c9
KY
2486 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
2487 by minimum required Gtk+ 2.6). Add checks for functions introduced
2488 in Gtk+ 2.14 or newer (bug#6505).
2489
24902010-06-26 Eli Zaretskii <eliz@gnu.org>
2491
2492 * config.bat: Remove white space around "+" in COPY commands.
2493
24942010-06-23 Glenn Morris <rgm@gnu.org>
2495
2496 * info/dir: Start descriptions in column 32, per Texinfo convention.
2497
24982010-06-16 Chong Yidong <cyd@stupidchicken.com>
2499
2500 * INSTALL: Update font information (Bug#6389).
2501
25022010-06-16 Glenn Morris <rgm@gnu.org>
2503
2504 * INSTALL: General update.
2505
25062010-06-12 Glenn Morris <rgm@gnu.org>
2507
2508 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
2509
25102010-06-11 Glenn Morris <rgm@gnu.org>
2511
2512 * configure.in (--without-compress-info): New option.
2513 (GZIP_INFO): New output variable.
2514
2515 * Makefile.in (GZIP_INFO): New, set by configure.
2516 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
2517 Handle man pages in the same way.
2518
25192010-06-10 Glenn Morris <rgm@gnu.org>
2520
2521 * Makefile.in (install-arch-indep): Gzip the info files too.
2522
2523 * make-dist: Remove references to non-existent directories and files.
2524
25252010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
2526
2527 * configure.in: Include <strings.h> and <string.h> instead of
2528 "strings.h" and "string.h".
2529
25302010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
2531
2532 * configure.in: Remove code dealing with BSTRING.
2533
25342010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2535
2536 * configure.in (AC_PREREQ): Require autoconf 2.65.
2537
2538 * configure.in (unxec): Do not define and substitute.
2539 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
2540
25412010-06-03 Glenn Morris <rgm@gnu.org>
2542
2543 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
2544
25452010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2546
2547 Fix alloca definition when using gcc on non-gnu systems.
2548 * configure.in: Use the code sequence indicated by "info autoconf"
2549 for alloca (bug#6170).
2550
25512010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * .bzrignore: Ignore new files from trunk, which appear if you use
2554 colocated branches (i.e. "bzr switch").
2555
25562010-05-28 Glenn Morris <rgm@gnu.org>
2557
2558 * configure.in: Simplify some of the $canonical tests.
2559
25602010-05-27 Glenn Morris <rgm@gnu.org>
2561
2562 * config.bat: Do not preprocess src/Makefile.in.
2563
2564 * configure.in: Do not preprocess src/Makefile.in.
2565 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
2566 (AC_EGREP_CPP): Test no longer needed.
2567
2568 * make-dist: No more Makefile.c files.
2569
25702010-05-26 Glenn Morris <rgm@gnu.org>
2571
2572 * configure.in (YMF_PASS_LDFLAGS): Remove.
2573 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
2574
2575 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
2576 Add $GNUSTEP_LOCAL_HEADERS.
2577 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
2578
2579 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
2580 (GNUSTEP_MAKEFILES): Remove.
2581 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
2582 stuff to here.
2583
25842010-05-25 Glenn Morris <rgm@gnu.org>
2585
2586 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
2587 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
2588
2589 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
2590 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
2591 here instead.
2592
25932010-05-24 Romain Francoise <romain@orebokech.com>
2594
2595 * make-dist: Look for version in src/emacs.c.
2596 Use lisp/subr.el rather than lisp/version.el for location check.
2597
25982010-05-21 Glenn Morris <rgm@gnu.org>
2599
2600 * configure.in (MKDEPDIR): Parallel build tweak.
2601
2602 * configure.in (ns_frag): New output file.
2603
2604 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
2605 (OLDXMENU_TARGET): Set to empty if USE_GTK.
2606
2607 * configure.in (cannot_dump): New output variable.
2608
26092010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
2610
2611 * configure.in: On NetBSD, if terminfo is found, use it in
2612 preference to termcap. (Bug#6190)
2613
26142010-05-20 Glenn Morris <rgm@gnu.org>
2615
2616 * make-dist (src): Include *.mk.
2617 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
2618 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
2619 (deps_frag): New output file.
2620 (AUTO_DEPEND): Remove this definition.
2621
2622 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
2623
26242010-05-19 Glenn Morris <rgm@gnu.org>
2625
2626 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
2627 (ORDINARY_LINK): New AC_DEFINE.
2628 (LIB_GCC): No need to set if ORDINARY_LINK.
2629
26302010-05-18 Glenn Morris <rgm@gnu.org>
2631
2632 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
2633 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
2634
2635 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
2636 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
2637 (RALLOC_OBJ): New output variable.
2638
2639 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
2640 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
2641
26422010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2643
2644 * Makefile.in (src): Provide the name of the VCS file that witnesses
2645 a pull.
2646 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
2647
26482010-05-17 Glenn Morris <rgm@gnu.org>
2649
2650 * configure.in (OLDXMENU_DEPS): New output variable.
2651
26522010-05-16 Glenn Morris <rgm@gnu.org>
2653
2654 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
2655
2656 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
2657 * Makefile.in (install-arch-dep): Update for above change.
2658
2659 * Makefile.in (ns_appdir): Remove.
2660 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
2661
2662 * configure.in (TEMACS_LDFLAGS2): New output variable.
2663
2664 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
2665 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
2666 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
2667 nothing uses.
2668
26692010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
2670
2671 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
2672 does not use them.
2673 (X11R5_INHIBIT_I18N): Remove, unused.
2674
26752010-05-15 Glenn Morris <rgm@gnu.org>
2676
2677 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
2678
2679 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
2680
26812010-05-15 Ken Raeburn <raeburn@raeburn.org>
2682
2683 * configure.in: Look for version string in its new location.
2684
26852010-05-15 Eli Zaretskii <eliz@gnu.org>
2686
2687 * config.bat: Remove support for DJGPP v1.x.
2688
26892010-05-15 Glenn Morris <rgm@gnu.org>
2690
2691 * configure.in (OLDXMENU_TARGET): New output variable.
2692
2693 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
2694
2695 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
2696 and other files that no longer exist.
2697
26982010-05-14 Glenn Morris <rgm@gnu.org>
2699
2700 * configure.in (cpp_undefs): Add mktime, register, X11.
2701
2702 * configure.in (GPM_MOUSE_SUPPORT): Remove.
2703 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
2704 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
2705
2706 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
2707 (GNUSTEP_MAKEFILES): Do not output.
2708
27092010-05-13 Glenn Morris <rgm@gnu.org>
2710
2711 * configure.in: Fix some paren typos.
2712
2713 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
2714
2715 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
2716
27172010-05-12 Glenn Morris <rgm@gnu.org>
2718
2719 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
2720
2721 * configure.in (LIB_GCC): New output variable.
2722
27232010-05-11 Glenn Morris <rgm@gnu.org>
2724
2725 * make-dist (msdos): No more mainmake.
2726
2727 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
2728 * config.bat: Do not run cpp on lib-src/Makefile.in.
2729
2730 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
2731
27322010-05-10 Glenn Morris <rgm@gnu.org>
2733
2734 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
2735
2736 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
2737 (BLESSMAIL_TARGET): New output variable.
2738
27392010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
2740
2741 * INSTALL: Fix typos.
2742
27432010-05-08 Chong Yidong <cyd@stupidchicken.com>
2744
2745 * configure.in: Add check for buggy version of GCC (Bug#6031).
2746
27472010-05-08 Glenn Morris <rgm@gnu.org>
2748
2749 * configure.in (HAVE_LIBNCURSES): New local variable.
2750 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
2751 replacing cpp in src/s/*.h and src/Makefile.in.
2752
27532010-05-07 Chong Yidong <cyd@stupidchicken.com>
2754
2755 * Version 23.2 released.
2756
27572010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2758
2759 * configure.in: Add tests for `isnan' and `copysign'.
2760
27612010-05-07 Eli Zaretskii <eliz@gnu.org>
2762
2763 * config.bat: Allow for 2 leading `#'s in comments in
2764 src/Makefile.in.
2765
27662010-05-07 Glenn Morris <rgm@gnu.org>
2767
2768 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
2769 Merges logic from src/s/* and src/Makefile.in.
2770 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2771
27722010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2773
2774 Define START_FILES and LIB_STANDARD using autoconf.
2775 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
2776 here from src/s/*.h.
2777 (HAVE_CRTIN): Remove, inline logic in the netbsd
2778 START_FILES/LIB_STANDARD computation.
2779
27802010-05-06 Glenn Morris <rgm@gnu.org>
2781
2782 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
2783
2784 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
2785 (LD_SWITCH_X_SITE): Remove unused variables.
2786
27872010-05-04 Glenn Morris <rgm@gnu.org>
2788
2789 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
2790 as well.
2791 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
2792
2793 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
2794
2795 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
2796 variables, replacing c_switch_machine, c_switch_system.
2797 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
2798 @c_switch_system@.
2799
28002010-05-03 Glenn Morris <rgm@gnu.org>
2801
2802 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
2803
2804 * make-dist: There are no more src/m/*.inp files.
2805
28062010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2807
2808 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
2809 (ac_link): Do not use ld_switch_machine.
2810
28112010-05-01 Glenn Morris <rgm@gnu.org>
2812
2813 * configure.in (OTHER_OBJ): Remove.
2814 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
2815
28162010-04-30 Glenn Morris <rgm@gnu.org>
2817
2818 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
2819 Elsewhere, maybe include it.
2820
2821 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
2822 (OLDXMENU, LIBXMENU): New output variables.
2823
2824 * configure.in (OTHER_OBJ): New output variable.
2825
28262010-04-28 Glenn Morris <rgm@gnu.org>
2827
2828 * configure.in (CYGWIN_OBJ): New output variable.
2829
2830 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
2831
2832 * configure.in (FONT_OBJ): New output variable.
2833
2834 * configure.in (LIBXMU): New output variable.
2835
2836 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
2837
2838 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
2839 userland and maybe change values to i386 (move test from s/amdx86-64.h).
2840
28412010-04-27 Glenn Morris <rgm@gnu.org>
2842
2843 * configure.in (LIBXTR6): New output variable. Move unixware special
2844 case here from src/s/unixware.h.
2845
2846 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
2847 in Makefiles.
2848 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
2849
2850 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
2851 (LIBXP): No longer substitute in Makefiles.
2852 (MOTIF_LIBW): New output variable. Move system-specific settings here
2853 from src/s files.
2854
28552010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
2856
2857 Reduce CPP usage.
2858 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
2859 (unexec): Define unconditionally, all platforms define
2860 UNEXEC. AC_SUBST it.
2861 (UNEXEC_SRC): Remove, unused.
2862 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
2863
28642010-04-27 Glenn Morris <rgm@gnu.org>
2865
2866 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
2867 replaced by LIBXP.
2868
2869 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
2870 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
2871 On hpux10-20, default to /lib.
2872
2873 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
2874
28752010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
2876
2877 * configure.in (LIBS_MACHINE): Remove, unused.
2878
2879 * configure.in (LIB_MATH): New output variable. Set it for some systems.
2880
28812010-04-24 Glenn Morris <rgm@gnu.org>
2882
2883 * configure.in (CRT_DIR): New output variable.
2884 (--with-crt-dir): New option. (Bug#5655)
2885 (HAVE_LIB64_DIR): Remove.
2886
28872010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
2888
2889 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
2890
28912010-04-22 Miles Bader <miles@gnu.org>
2892
2893 * configure.in: Get rid of "unix" pre-defined macro when
2894 preprocessing Makefile. (Bug#5857)
2895
28962010-04-21 Andreas Schwab <schwab@linux-m68k.org>
2897
2898 Avoid non-portable shell command negation
2899 * configure.in: Revert last change.
2900
29012010-04-21 Jan Djärv <jan.h.d@swipnet.se>
2902
2903 * configure.in: Change "if test ! -f" to "if ! test -f".
2904
29052010-04-21 Glenn Morris <rgm@gnu.org>
2906
2907 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
2908 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
2909
29102010-04-21 Karel Klíč <kklic@redhat.com>
2911
2912 * configure.in: New option: --with(out)-selinux, on by default.
2913 Set HAVE_LIBSELINUX if we find libselinux, and substitute
2914 LIBSELINUX_LIBS in Makefiles.
2915
29162010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
2917
2918 * configure.in: Remove all references to LIBX11_SYSTEM.
2919
29202010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
2921
2922 * configure.in: Remove all references to C_DEBUG_SWITCH.
2923
29242010-03-27 Eli Zaretskii <eliz@gnu.org>
2925
2926 * config.bat <lib-src>: Edit out lines that begin with several #
2927 characters.
2928
29292010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
2930
2931 * configure.in: Remove support for old UNIX System V systems and
2932 for Unixware on non-x86 machines.
2933
2934 * configure.in: Remove support for Solaris on PPC and for old versions.
2935
2936 * configure.in: Remove non-working lynxos port.
2937
29382010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
2939
2940 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
2941
29422010-03-19 Glenn Morris <rgm@gnu.org>
2943
2944 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
2945 happy.
2946
29472010-03-18 Jan Djärv <jan.h.d@swipnet.se>
2948
2949 * configure.in: Check for tputs and friends, abort if not
2950 found (bug#5735).
2951
29522010-03-18 Glenn Morris <rgm@gnu.org>
2953
2954 * configure.in (--with-x-toolkit): In the help text, say which options
2955 are synonyms.
2956
2957 * configure.in (--with-mmdf, --with-mail-unlink):
2958 New options, off by default.
2959 (--with-mailhost): New option to set default POP host.
2960 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
2961 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
2962 New variables, substituted in Makefiles.
2963 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
2964 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
2965 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
2966 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
2967 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
2968
29692010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2970
2971 * Makefile.in (uninstall): Handle the case where archlibdir does not
2972 exist. (Bug#5720)
2973
29742010-03-12 Eli Zaretskii <eliz@gnu.org>
2975
75f1671a 2976 These changes remove termcap.c from the build on POSIX platforms.
067d23c9
KY
2977 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
2978
2979 * configure: Regenerated.
2980
29812010-03-10 Chong Yidong <cyd@stupidchicken.com>
2982
2983 * Branch for 23.2.
2984
29852010-01-31 Juri Linkov <juri@jurta.org>
2986
2987 * .bzrignore: Add TAGS-LISP.
2988
29892010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2990
2991 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
2992 this header file).
2993
29942010-01-12 Juanma Barranquero <lekktu@gmail.com>
2995
2996 * .bzrignore: Ignore all .exe, instead of individual files.
2997
29982010-01-12 Chong Yidong <cyd@stupidchicken.com>
2999
3000 * configure.in: Explicitly check for and link to -lXrender.
3001
30022010-01-12 Glenn Morris <rgm@gnu.org>
3003
3004 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
3005 for bug reports for development versions.
3006
30072010-01-02 Eli Zaretskii <eliz@gnu.org>
3008
3009 * .bzrignore: Add more ignored patterns, including for the MS-DOS
3010 build.
3011
30122009-12-27 Karl Fogel <kfogel@red-bean>
3013
3014 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
3015 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
3016
30172009-12-17 Glenn Morris <rgm@gnu.org>
3018
3019 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
3020
30212009-12-15 Glenn Morris <rgm@gnu.org>
3022
3023 * info/dir: Add EDT entry.
3024 * Makefile.in (INFO_FILES): Add edt.
3025
30262009-12-10 Jan Djärv <jan.h.d@swipnet.se>
3027
1154d12e 3028 * configure.in: Check for RSVG if GNUstep is used.
067d23c9
KY
3029
30302009-12-09 Jan Djärv <jan.h.d@swipnet.se>
3031
3032 * configure.in: Don't check for RSVG or GConf unless X11 is used.
3033
30342009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3035
3036 * configure.in: Allow compiling Emacs with GTK on Cygwin.
3037
30382009-12-01 Glenn Morris <rgm@gnu.org>
3039
3040 * make-dist: Add etc/images/mpc directory.
3041
30422009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3043
3044 * configure.in: Don't check for GConf unless X is used.
3045
30462009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3047
3048 * configure.in: Use -Wdeclaration-after-statement if available.
3049
30502009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3051
3052 * configure.in: New option: --with(out)-gconf.
3053 Set HAVE_GCONF if we find gconf.
3054
30552009-11-17 Glenn Morris <rgm@gnu.org>
3056
3057 * Makefile.in (INFO_FILES): Add semantic.
3058
30592009-11-16 Chong Yidong <cyd@stupidchicken.com>
3060
3061 * info/dir: Add Semantic.
3062
30632009-11-16 Glenn Morris <rgm@gnu.org>
3064
3065 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
3066 pattern, so as not to exclude makefile*.el. (Bug#4912)
3067
30682009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3069
3070 * configure.in: --enable-autodepend is new. Check for GNU Make
3071 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
3072 gcc and GNU make to generate dependencies.
3073
30742009-10-27 Glenn Morris <rgm@gnu.org>
3075
3076 * make-dist: Make links to doc/lispintro/*.pdf.
3077
30782009-10-23 Jim Meyering <meyering@redhat.com>
3079
3080 * configure.in: Invoke $CPP with -P when creating Makefile and
3081 src/Makefile. Without this, gcc 4.4.2 converts each
3082 backslash-newline pair in the input to a bare newline, yielding
3083 invalid Makefiles.
3084
3085 * configure: Regenerate.
3086
30872009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3088
3089 * configure.in (vax-dec-vms): Remove, not supported anymore.
3090
30912009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3092
3093 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
3094 (*-apple-darwin*): Add x86_64 architecture.
3095
30962009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3097
3098 * config.guess, config.sub: Updated from master source.
3099
31002009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
3101
3102 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
3103
31042009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
3105
3106 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
3107
31082009-09-29 Glenn Morris <rgm@gnu.org>
3109
3110 * make-dist (check): Update for two new levels of subdirectory in lisp/.
3111
31122009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3113
3114 * config.guess, config.sub: Updated from master source.
3115
3116 * configure.in (OTHER_FILES): Define using autoconf not cpp.
3117
31182009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3119
3120 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
3121
31222009-09-13 Chong Yidong <cyd@stupidchicken.com>
3123
3124 * INSTALL: Update URL for GNU FreeFont.
3125
31262009-09-09 Glenn Morris <rgm@gnu.org>
3127
3128 * Makefile.in (install-arch-indep): Don't recursively change perms of
3129 site-lisp and infodir. There may be non-Emacs files in here, and the
3130 files supplied by Emacs are all handled explicitly already. (Bug#3800)
3131 (mkdir): Set umask to world-readable before creating directories.
3132 mkinstalldirs already checks if dirs exist, don't duplicate this test.
3133
31342009-08-29 Glenn Morris <rgm@gnu.org>
3135
3136 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
3137 (info): Don't give an error in the absence of makeinfo - let the doc
3138 Makefiles do that, if the info files need rebuilding. (Bug#3982)
3139
31402009-08-23 Ken Raeburn <raeburn@raeburn.org>
3141
3142 * Makefile.in (install-arch-indep): If the versioned DOC-####
3143 generated during loadup+dump isn't found, install the plain DOC
3144 file that always gets generated, in case CANNOT_DUMP is set.
3145
3146 * configure.in: Warn if package version specified here doesn't
3147 match the version in version.el.
3148 * configure: Regenerate.
3149
31502009-08-22 Michael Albinus <michael.albinus@gmx.de>
3151
3152 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
3153
3154 * configure: Regenerate.
3155
31562009-08-19 Glenn Morris <rgm@gnu.org>
3157
3158 * INSTALL: Remove reference to cvtmail.
3159
31602009-08-15 CHENG Gao <chenggao@gmail.com>
3161
3162 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
3163
31642009-08-02 Kevin Ryde <user42@zip.com.au>
3165
3166 * INSTALL: Fix free fonts URL.
3167
31682009-07-22 Glenn Morris <rgm@gnu.org>
3169
3170 * configure.in (AC_PREREQ): Require autoconf 2.62.
3171
31722009-07-04 Andreas Schwab <schwab@linux-m68k.org>
3173
3174 * configure.in (--enable-checking, --enable-profiling):
3175 Use AS_HELP_STRING.
3176
31772009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3178
3179 * configure.in (--enable-profiling): New option.
3180 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
3181
31822009-06-27 Glenn Morris <rgm@gnu.org>
3183
3184 * configure.in: Restore netbsd on mips, mipsel, mipseb.
3185
31862009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3187
3188 * configure.in (--enable-checking): New option.
3189
31902009-06-24 Glenn Morris <rgm@gnu.org>
3191
3192 * make-dist: Warn if subdir does not exist in source.
3193 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
3194 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
3195 No longer make links.
3196
31972009-06-24 Yavor Doganov <yavor@gnu.org>
3198
3199 * make-dist (tempdir): Don't create directories preferences.gorm
3200 and preferences.nib, they are no longer required.
3201
32022009-06-21 Chong Yidong <cyd@stupidchicken.com>
3203
3204 * Branch for 23.1.
3205
32062009-06-12 Chong Yidong <cyd@stupidchicken.com>
3207
3208 * configure.in: Delete mac-fix-env target, which has been
3209 removed (Bug#3531).
3210
32112009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3212
1154d12e 3213 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
067d23c9
KY
3214
32152009-05-05 Per Starbäck <per@starback.se> (tiny change)
3216
3217 * BUGS: Use new binding of view-emacs-problems.
3218
c7015153 32192009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
067d23c9
KY
3220
3221 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
3222 for Solaris compatibility.
3223
32242009-04-25 Chong Yidong <cyd@stupidchicken.com>
3225
3226 * configure: Regenerate.
3227
3228 * configure.in: Disable use of FreeType without libXft.
3229
32302009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3231
3232 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
3233 Check if it is declared in gtk.h.
3234
32352009-04-12 Andreas Schwab <schwab@linux-m68k.org>
3236
3237 * Makefile.in (install-arch-indep): Remove .gitignore files.
3238
32392009-04-03 Kenichi Handa <handa@m17n.org>
3240
3241 * INSTALL: Make the section "Complex Text Layout support
3242 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
3243
32442009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
3245
3246 * configure.in (rs6000-ibm-aix6*): Fix typo.
3247
32482009-03-04 Glenn Morris <rgm@gnu.org>
3249
3250 * Makefile.in (INFO_FILES): Add auth.
3251
32522009-03-03 Glenn Morris <rgm@gnu.org>
3253
3254 * info/dir: Add Auth-source.
3255
32562009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3257
3258 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
3259 the second.
3260
32612009-02-28 Eli Zaretskii <eliz@gnu.org>
3262
3263 * config.bat: Copy .dbxinit to _dbxinit.
3264
3265 * make-dist (Making links to `info'): Remove .gitignore.
3266
32672009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3268
3269 * Makefile.in (lib-src, lisp): Use simpler rule.
3270 (src): Be more specific to avoid recompiling all the .elc files just
3271 because the bootstrap-emacs is missing.
3272
32732009-02-26 Chong Yidong <cyd@stupidchicken.com>
3274
3275 * configure.in: Require librsvg >= 2.11.
3276
32772009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3278
3279 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
3280 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
3281
32822009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3283
3284 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
3285
32862009-02-03 Glenn Morris <rgm@gnu.org>
3287
3288 * make-dist: Add some missing files, remove some that are no longer
3289 present.
3290
32912009-02-02 Glenn Morris <rgm@gnu.org>
3292
3293 * make-dist: Add some missing nextstep/ files.
3294
32952009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
3296
3297 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
3298
32992009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3300
3301 * configure.in: Add support for m68k-*-netbsd.
3302
33032009-01-14 Juri Linkov <juri@jurta.org>
3304
3305 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
3306
3307 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
3308 and bug-reference-mode.
3309
33102009-01-11 Juri Linkov <juri@jurta.org>
3311
3312 * INSTALL.CVS: Move configuration explicitly to the first step.
3313
33142009-01-09 Glenn Morris <rgm@gnu.org>
3315
3316 * .dir-locals.el: Don't set indent-tabs-mode.
3317
33182008-12-30 Kenichi Handa <handa@m17n.org>
3319
3320 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
3321 the function OTF_get_variation_glyphs.
3322
33232008-12-30 Jan Djärv <jan.h.d@swipnet.se>
3324
3325 * Makefile.in (install-arch-dep): Remove old directories in
3326 ns_app* before moving new directories there.
3327
33282008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
3329
3330 * .dir-locals.el: Remove non-working entry for pmail.
3331 (fill-column): Fix typo.
3332 (change-log-mode): Add fill column.
3333
33342008-12-26 Eli Zaretskii <eliz@gnu.org>
3335
3336 * config.bat: Produce _dir-locals.el from .dir-locals.el.
3337
33382008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
3339
3340 * make-dist (tempdir): Distribute .dir-locals.el.
3341
3342 * .dir-locals.el: New file.
3343
33442008-12-19 Eli Zaretskii <eliz@gnu.org>
3345
3346 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
3347 for rationale.
3348
33492008-12-13 Glenn Morris <rgm@gnu.org>
3350
3351 * Makefile.in (install-arch-indep): Add new man-pages.
3352 (manext): Remove variable.
3353 (MAN_PAGES): New variable.
3354 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
3355 and remove.
3356 (uninstall): Remove desktop file and icons, game scores if empty.
3357
33582008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
3359
3360 * config.guess, config.sub: Updated from master source.
3361
33622008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3363
3364 * Makefile.in (install-arch-indep): Install ebrowse.1.
3365
33662008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3367
3368 * configure.in: Add Solaris on x86_64.
3369
33702008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3371
3372 * config.guess, config.sub: Updated from master source.
3373
33742008-12-08 Eli Zaretskii <eliz@gnu.org>
3375
3376 * info/dir: Fix last change.
3377
33782008-12-07 Eli Zaretskii <eliz@gnu.org>
3379
3380 * info/dir: Untabify.
3381
33822008-11-28 Ulrich Mueller <ulm@gentoo.org>
3383
3384 * configure.in: Fix last change.
3385
33862008-11-28 Richard M Stallman <rms@gnu.org>
3387
3388 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
3389 New configurations.
3390
33912008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
3392
3393 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
3394 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
3395
33962008-11-15 Eli Zaretskii <eliz@gnu.org>
3397
3398 * Makefile.in (INFO_FILES): Remove ns-emacs.
3399
3400 * info/dir (NS-Emacs): Remove entry.
3401
34022008-11-08 Eli Zaretskii <eliz@gnu.org>
3403
3404 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
3405
34062008-11-07 Glenn Morris <rgm@gnu.org>
3407
3408 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
3409
34102008-10-31 Eli Zaretskii <eliz@gnu.org>
3411
3412 * config.bat: Tell user to expect one "File not found" message
3413 while the `doc' directory is being configured.
3414
34152008-10-30 Chong Yidong <cyd@stupidchicken.com>
3416
3417 * update-subdirs: Put obsolete directory last.
3418
34192008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
3420
3421 * configure.in: Check fontconfig always.
3422
34232008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3424
3425 * configure (*-solaris2.[7-9]*): Fix typo.
3426
34272008-10-24 Glenn Morris <rgm@gnu.org>
3428
3429 * configure.in (--without-sync-input, --with-pkg-config-prog):
3430 Help strings start with lower case.
3431 (--with-gnustep-conf): New option.
3432 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
3433
34342008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
3435
3436 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
3437 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
3438 is not found. (Bug#1230)
3439
34402008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3441
3442 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
3443 Use sol2-6.h for Solaris 7-9.
3444
34452008-10-18 Ulrich Mueller <ulm@gentoo.org>
3446
3447 * configure.in: Add support for GNU/Linux on SuperH.
3448
34492008-10-12 Andreas Schwab <schwab@suse.de>
3450
3451 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
3452
1a71cb28 34532008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
067d23c9
KY
3454
3455 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
3456 "X") to avoid confusion.
3457
3458 * configure: Regenerate.
3459
34602008-09-07 Romain Francoise <romain@orebokech.com>
3461
3462 * make-dist: Distribute doc/man/ChangeLog.
3463
34642008-08-28 Chong Yidong <cyd@stupidchicken.com>
3465
3466 * configure.in: Disable XFT and Freetype when without X.
3467
3468 * configure: Regenerate.
3469
34702008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
3471
3472 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
3473
34742008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
3475
3476 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
3477 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
3478
3479 * configure: Regenerate.
3480
34812008-08-20 Eli Zaretskii <eliz@gnu.org>
3482
3483 * configure.in: Move "#define subprocesses" before
3484 config_opsysfile is included.
3485
34862008-08-19 Kenichi Handa <handa@m17n.org>
3487
3488 * INSTALL (Extra fonts): Mention local fonts, don't mention
3489 mule-unicode.
3490
34912008-08-16 Chong Yidong <cyd@stupidchicken.com>
3492
3493 * make-dist: Omit info/.arch-inventory.
3494
34952008-08-16 Jason Rumney <jasonr@gnu.org>
3496
3497 * make-dist (tempdir/nt): Link emacsclient.rc.
3498
34992008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
3500
3501 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
3502 AC_SUBST it.
3503 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
3504 AC_SUBST it.
3505 (OTHER_FILES): Always define for HAVE_NS.
3506 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
3507 * configure: Regenerate.
3508
35092008-08-07 Andreas Schwab <schwab@suse.de>
3510
3511 * configure.in: Correctly handle
3512 --enable-cocoa-experimental-ctrl-g=no and
3513 --enable-ns-self-contained=yes.
3514
35152008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
3516
3517 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
3518 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
3519 bother undef'ing since won't have desired effect.
3520
35212008-08-06 Andreas Schwab <schwab@suse.de>
3522
3523 * configure.in: Fix quoting.
3524
35252008-08-06 Chong Yidong <cyd@stupidchicken.com>
3526
3527 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
3528
35292008-08-05 Ulrich Mueller <ulm@gentoo.org>
3530
3531 * configure.in: Add checks for krb5_error.text and
3532 krb5_error.e_text struct members.
3533
35342008-08-04 Chong Yidong <cyd@stupidchicken.com>
3535
3536 * configure.in: Test for existence of NSInteger.
3537 Suggested by Yavor Doganov.
3538
35392008-08-02 Romain Francoise <romain@orebokech.com>
3540
3541 * Makefile.in (INFO_FILES): Add mairix-el.
3542
35432008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3544
3545 * make-dist:
3546 * README: Remove VMS support.
3547 * vms: Remove directory.
3548
35492008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
3550
3551 * configure.in (MULTI_KBOARD): Remove.
3552
35532008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
3554
3555 * configure.in (DO_BLOCK_INPUT): Remove, unused.
3556
35572008-07-29 Chong Yidong <cyd@stupidchicken.com>
3558
3559 * info/dir (File): Add mairix-el.
3560
35612008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
3562
3563 Remove support for Mac Carbon.
3564 * mac: Remove directory.
3565 * make-dist:
3566 * configure.in:
3567 * README:
3568 * Makefile.in:
3569 * INSTALL: Remove code for Carbon.
3570 * configure: Regenerate.
3571
35722008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
3573
3574 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
3575
35762008-07-25 Chong Yidong <cyd@stupidchicken.com>
3577
3578 * configure.in: Check for getrlimit.
3579
3580 * configure: Regenerate.
3581
35822008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
3583
3584 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
3585 in src/Makefile.in.
3586 (static): Remove, autoconf would always comment it out anyway.
3587 (subprocesses): Define unconditionally.
3588
35892008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
3590
3591 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
3592 compilation under GNUstep.
3593
35942008-07-18 Kenichi Handa <handa@m17n.org>
3595
3596 * INSTALL (Complex Text Layout support libraries): Delete the
3597 paragraph about --enable-font-backend.
3598
35992008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
3600
3601 * configure.in: Print out some info to user for NeXTstep builds.
3602 (ns-app): Remove enable option.
3603 (ns-self-contained): Add enable option.
3604 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
3605 GNUstep, use to set install prefixes, and substitute in Makefiles.
3606 * configure: Regenerate.
3607 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
3608 NS app bundle.
3609
36102008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
3611
3612 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
3613
36142008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
3615
3616 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
3617 NS_IMPL_COCOA.
3618
36192008-07-16 Glenn Morris <rgm@gnu.org>
3620
3621 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
3622 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
3623 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
3624 never unset.
3625
3626 * make-dist: Add nextstep/ directories.
3627 (src, lib-src): Add .m files.
3628
36292008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
3630
3631 * configure.in (freebsd, kfreebsd): Undo part of previous change.
3632 (USER_FULL_NAME): Remove, not used anymore.
3633 * configure: Regenerate.
3634
36352008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3636
3637 Changes and additions for NeXTstep windowing system (Cocoa and
3638 GNUstep) support.
3639
3640 * configure.in: Add support for NS window system: --with-ns (default
3641 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
3642 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
3643 disable font backend if window system is "none", not if !HAVE_X11.
3644 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
3645 (install-arch-dep): Add commands to assemble NS .app package.
3646
36472008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
3648
3649 * configure.in: Use macppc for Darwin. Remove references to
3650 desupported systems.
3651 * configure: Regenerate.
3652
36532008-07-05 Glenn Morris <rgm@gnu.org>
3654
3655 * make-dist (EMACS): Doc fix.
3656 (lisp): There are no *.dat or image files here any more.
3657 (src): There are no *.s files here any more.
3658 (etc/images, etc/images/*): Link to most regular files.
3659
36602008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3661
3662 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
3663
36642008-07-01 Glenn Morris <rgm@gnu.org>
3665
3666 * configure.in (cpp_undefs): Rename from `undefs', update uses.
3667 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
3668 and explicitly export there. (Bug#507.)
3669
36702008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3671
3672 * configure.in:
3673 * configure: Remove references to obsolete systems.
3674
36752008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3676
3677 * Makefile.in (Makefile): Use it for its timestamp value as well, and
3678 make it depend on all other */.in files.
3679 (src/Makefile, src/config.stamp, lib-src/Makefile)
3680 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
3681 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
3682 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
3683 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
3684
3685 * configure.in: Don't create src/config.stamp any more.
3686
36872008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
3688
3689 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
3690
36912008-06-22 Glenn Morris <rgm@gnu.org>
3692
3693 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
3694
36952008-06-21 Romain Francoise <romain@orebokech.com>
3696
3697 * Makefile.in (INFO_FILES): Add sasl.
3698
36992008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3700
3701 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
3702 (bootstrap-build): Remove.
3703 (top_bootclean): New var.
3704 (top_distclean, bootstrap-clean): Use it.
3705 (bootstrap): Don't recheck config. Make normally.
3706
37072008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3708
3709 * Makefile.in (SUBDIR): Include `lisp'.
3710 (lisp): Depend on `src'.
3711 (top_distclean): Don't remove config.status.
3712 (bootstrap-clean): New target.
3713 (maintainer-clean): Use it.
3714 (bootstrap): Use bootstrap-clean. Re-run config.status.
3715 (src/bootstrap-emacs${EXEEXT}): New target.
3716 (bootstrap-build): Use it. Don't use bootstrap-prepare because
3717 src/Makefile now takes care of it.
3718 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
3719
37202008-06-15 Glenn Morris <rgm@gnu.org>
3721
3722 * info/dir: Add sasl.
3723
37242008-06-09 Alan Mackenzie <acm@muc.de>
3725
3726 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
3727
37282008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
3729
3730 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
3731
37322008-06-07 Glenn Morris <rgm@gnu.org>
3733
3734 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
3735 serve no purpose.
3736
37372008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
3738
3739 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
3740 * configure: Regenerate.
3741
37422008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3743
3744 * update-subdirs: Don't touch subdirs.el if it is unchanged.
3745
37462008-05-14 Kenichi Handa <handa@m17n.org>
3747
3748 * configure: Regenerate.
3749
3750 * configure.in: Don't handle --disable-font-backend. Don't print
3751 a message about a font backend.
3752
37532008-05-09 Glenn Morris <rgm@gnu.org>
3754
3755 * configure.in: Make absence of makeinfo a fatal error only if the info
3756 files don't exist.
3757 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
3758
37592008-05-07 Eli Zaretskii <eliz@gnu.org>
3760
3761 * config.bat: Fix last change: don't use < and > in "rem" lines,
3762 they are interpreted as redirection by DOS shells.
3763
37642008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3765
3766 * configure.in: Check availability of AvailabilityMacros.h
3767 if HAVE_CARBON.
3768
3769 * configure: Regenerate.
3770
37712008-05-03 Glenn Morris <rgm@gnu.org>
3772
3773 * configure.in (x_libraries): Remove standard 64-bit directories -
3774 experimental workaround for minor autoconf bug.
3775
3776 * configure.in (--without-makeinfo): New option. If set,
3777 absence of suitable makeinfo is not a fatal error.
3778 * Makefile.in (MAKEINFO): New, set by configure.
3779 (install-arch-indep): Without makeinfo, ignore any missing manuals.
3780 (info-real): New target.
3781 (info): Without makeinfo, do nothing, else call `info-real'.
3782
37832008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3784
3785 * configure.in: Remove hpux10.20 from the desupported list.
3786
37872008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3788
3789 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
3790
37912008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3792
3793 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
3794 rather than change CPPFLAGS.
3795 (HAVE_GTK): Rename to USE_GTK.
3796
37972008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
3798
3799 * configure.in: Replace the obsolete macros AC_AIX and
3800 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
3801
38022008-04-05 Andreas Schwab <schwab@suse.de>
3803
3804 * configure.in: No longer create admin/unidata/Makefile.
3805
38062008-03-28 Andreas Schwab <schwab@suse.de>
3807
3808 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
3809 (lisp/Makefile): New rule.
3810
38112008-03-13 Glenn Morris <rgm@gnu.org>
3812
3813 * configure.in (AC_INIT): Fix version number.
3814 (sync-input): Reword the option, since it's on by default.
3815
38162008-03-11 Jan Djärv <jan.h.d@swipnet.se>
3817
3818 * configure.in: Add --enable-sync-input, default yes.
3819
38202008-03-11 Glenn Morris <rgm@gnu.org>
3821
3822 * Makefile.in (install-etc, mkdir): Handle directory
3823 etc/images/icons/hicolor/*/mimetypes/.
3824
3825 * make-dist: Handle icons/hicolor/scalable directory.
3826
38272008-03-05 Glenn Morris <rgm@gnu.org>
3828
3829 * configure.in: Enable font-backend by default.
3830 (USE_FONT_BACKEND): Set to "no" in absence of X.
3831 (PKG_CONFIG): Don't set multiple times, once is enough.
3832 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
3833
38342008-03-03 Glenn Morris <rgm@gnu.org>
3835
3836 * Makefile.in (iconsrcdir): New variable.
3837 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
3838 directory.
3839
38402008-02-29 Glenn Morris <rgm@gnu.org>
3841
3842 * test/: New directory.
3843
38442008-02-27 Jan Djärv <jan.h.d@swipnet.se>
3845
3846 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
3847
38482008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
3849
3850 * configure.in: Print an error for systems that we think are obsolete
3851 and are proposed to be removed. Remove some more unused systems.
3852 Add support for powerpc-ibm-aix6*.
3853
38542008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
3855
3856 * configure.in: Remove references to obsolete variables and systems.
3857
38582008-02-21 Glenn Morris <rgm@gnu.org>
3859
3860 * Makefile.in (set_installuser): New.
3861 (install-arch-indep): Use set_installuser to avoid duplicate code.
3862
3863 * README.unicode: Split into admin/notes/unicode,font-backend and
3864 remove.
3865
38662008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
3867
3868 * configure.in (arm*-*-freebsd*): Add.
3869
38702008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
3871
3872 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
3873 dealing with obsolete variables.
3874
38752008-02-08 Glenn Morris <rgm@gnu.org>
3876
3877 * Makefile.in (check-info-dir): New target.
3878
38792008-02-08 Michael Olson <mwolson@gnu.org>
3880
3881 * Makefile.in (INFO_FILES): Add epa.
3882
3883 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
3884 features" section.
3885
38862008-02-06 Glenn Morris <rgm@gnu.org>
3887
3888 * configure.in (--with-gcc): Give an error saying this option has
3889 been removed.
3890 (--with-gtk): Remove this option.
3891
38922008-02-06 Tom Tromey <tromey@redhat.com>
3893
3894 * configure.in (--with-gcc): Remove.
3895 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
3896
38972008-02-05 Ulrich Mueller <ulm@gentoo.org>
3898
3899 * INSTALL: Recommend giflib, not libungif.
3900
39012008-02-05 Tom Tromey <tromey@redhat.com>
3902
3903 * configure.in (--with-dbus): Default to enabled.
3904
39052008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
3906
3907 * INSTALL (Complex Text Layout support libraries): New section.
3908
39092008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
3910
3911 * make-dist: Remove references to files in mac/ that have been
3912 deleted.
3913
39142008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
3915
3916 * configure.in: For libotf and m17n-flt checks, set shell vars
3917 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
3918 pkg_check_m17n_flt, respectively, for the sake of the summary output.
3919 Reported by Ulrich Mueller.
3920
39212008-02-02 Eli Zaretskii <eliz@gnu.org>
3922
3923 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
3924 admin/unidata/Makefile.in to Makefile.
3925
39262008-02-02 Glenn Morris <rgm@gnu.org>
3927
3928 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
3929 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
3930 (HAVE_XFT): Add "Does Emacs use..." messages at end.
3931
39322008-02-01 Miles Bader <miles@gnu.org>
3933
3934 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
3935 [libotf], and [m17n-flt] options.
3936
39372008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3938
3939 * configure.in: Add EMACS_ARG_N([libotf]...), and
3940 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
3941 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
3942 CFLAGS, and LIBS in checking of m17n-flt.
3943
39442008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
3945
3946 * configure.in: Check the availability of m17n-flt library.
3947
39482008-02-01 Kenichi Handa <handa@m17n.org>
3949
3950 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
3951 not available.
3952
39532008-02-01 Kenichi Handa <handa@m17n.org>
3954
3955 * configure.in: New args --enable-font-backend, --with-xft,
3956 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
3957 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
3958 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
3959 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
3960
39612008-02-01 Kenichi Handa <handa@m17n.org>
3962
3963 * make-dist: Include etc/charsets in tarball.
3964
39652008-02-01 Kenichi Handa <handa@m17n.org>
3966
3967 * configure.in: While running cpp on junk.c, include
3968 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
3969 exists.
3970
39712008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
3972
3973 * configure.in (xtensa): Match more configurations.
3974
39752008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
3976
3977 * configure.in: Update comment.
3978
39792008-01-26 Glenn Morris <rgm@gnu.org>
3980
3981 * configure.in (--without-gcc): By default, neither off nor on.
3982 (--with-carbon): Tone down rhetoric in help text.
3983
39842008-01-25 Glenn Morris <rgm@gnu.org>
3985
3986 * configure.in: Correct usage of OPTION_DEFAULT_ON,
3987 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
3988 Default `Carbon' to off (it's unsupported).
3989
39902008-01-24 Glenn Morris <rgm@gnu.org>
3991
3992 * configure.in: Standardize dbus-related messages.
3993
39942008-01-23 Michael Olson <mwolson@gnu.org>
3995
3996 * configure.in (pkg-config-prog): Remove initial whitespace.
3997
39982008-01-23 Tom Tromey <tromey@redhat.com>
3999
4000 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
4001 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
4002 Update all users.
4003
40042008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
4005
4006 * config.guess, config.sub: Updated from master source.
4007
40082008-01-17 Andreas Schwab <schwab@suse.de>
4009
4010 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
4011
40122008-01-17 Glenn Morris <rgm@gnu.org>
4013
4014 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
4015
40162008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
4017
4018 * configure.in: Remove more references to unsupported systems.
4019
40202008-01-16 Sven Joachim <svenjoac@gmx.de>
4021
4022 * make-dist: Add --lzma.
4023
40242008-01-16 Glenn Morris <rgm@gnu.org>
4025
4026 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
4027 configure checks for this.
4028
40292008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
4030
4031 * configure.in: Remove more references to unsupported systems.
4032
40332008-01-06 Romain Francoise <romain@orebokech.com>
4034
4035 * configure.in: Delete extra semicolons.
4036
40372008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4038
4039 * configure.in: Remove references to unsupported systems.
4040
40412008-01-05 Romain Francoise <romain@orebokech.com>
4042
4043 * make-dist: Add --bzip2. Update copyright.
4044
40452008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4046
4047 * configure.in: Remove support for Masscomp.
4048
40492008-01-05 Glenn Morris <rgm@gnu.org>
4050
4051 * Makefile.in (desktopdir, icondir): New variables.
4052 (install-arch-indep): Also depend on `install-etc'.
4053 (install-etc): New target.
4054 (mkdir): Also create the `applications' and `icons' directories.
4055
40562008-01-04 Glenn Morris <rgm@gnu.org>
4057
4058 * make-dist: Update for new etc/images/icons/hicolor directory.
4059
40602007-12-09 Andreas Schwab <schwab@suse.de>
4061
4062 * configure.in: D-Bus is not enabled by default.
4063
40642007-12-06 Jan Djärv <jan.h.d@swipnet.se>
4065
4066 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
4067 change.
4068
40692007-12-04 Jan Djärv <jan.h.d@swipnet.se>
4070
4071 * configure.in: Give package name and version to AC_INIT.
4072
40732007-12-03 Magnus Henoch <mange@freemail.hu>
4074
4075 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
4076
40772007-12-03 Michael Albinus <michael.albinus@gmx.de>
4078
4079 * configure.in: No need for DBUS_INFO anymore.
4080
4081 * Makefile.in (INFO_FILES): Use dbus unconditionally.
4082
40832007-12-02 Michael Albinus <michael.albinus@gmx.de>
4084
4085 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
4086
4087 * Makefile.in (INFO_FILES): Add dbus.
4088
40892007-12-02 Romain Francoise <romain@orebokech.com>
4090
4091 * make-dist: Fix last change.
4092
40932007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
4094
4095 * configure.in: Add support for gnu-kfreebsd.
4096
40972007-11-28 Glenn Morris <rgm@gnu.org>
4098
4099 * make-dist: Add etc/nxml.
4100
41012007-11-24 Romain Francoise <romain@orebokech.com>
4102
4103 * Makefile.in (INFO_FILES): Add nxml-mode.
4104
41052007-11-23 Romain Francoise <romain@orebokech.com>
4106
4107 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
4108 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
4109
41102007-11-20 Andreas Schwab <schwab@suse.de>
4111
4112 * configure.in: Always include <resolv.h> when checking for res_init.
4113
41142007-11-17 Andreas Schwab <schwab@suse.de>
4115
4116 * update-subdirs: Atomically update subdirs.el.
4117
41182007-11-17 Glenn Morris <rgm@gnu.org>
4119
4120 * Makefile.in (check-declare): New target.
4121
41222007-11-07 Glenn Morris <rgm@gnu.org>
4123
4124 * configure.in: Deprecate Mac Carbon port.
4125
41262007-11-01 Jan Djärv <jan.h.d@swipnet.se>
4127
4128 * configure.in: Remove HAVE_X11R5 check.
4129
41302007-10-31 Glenn Morris <rgm@gnu.org>
4131
4132 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
4133 when changing ownership of installed files.
4134
41352007-10-30 Glenn Morris <rgm@gnu.org>
4136
4137 * make-dist: Add new directory etc/gnus.
4138
41392007-10-30 Michael Olson <mwolson@gnu.org>
4140
4141 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
4142
41432007-10-29 Glenn Morris <rgm@gnu.org>
4144
4145 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
4146
41472007-10-23 Glenn Morris <rgm@gnu.org>
4148
4149 * MAINTAINERS: Move to admin/.
4150
41512007-10-17 Chong Yidong <cyd@stupidchicken.com>
4152
4153 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
4154 (HAVE_LIBRESOLV): Also define if we are using res_init().
4155
41562007-10-17 Glenn Morris <rgm@gnu.org>
4157
4158 * FTP: Remove file, since it's just a duplicate of one in etc/.
4159
41602007-10-05 Eli Zaretskii <eliz@gnu.org>
4161
4162 * config.bat: Fix configuring `doc' due to changes in the
4163 directory structure.
4164
41652007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
4166
4167 * configure.in: Don't use -lpthread on HP-UX.
4168
41692007-09-16 Glenn Morris <rgm@gnu.org>
4170
4171 * make-dist: File gfdl.1 has been removed.
4172
41732007-09-15 Glenn Morris <rgm@gnu.org>
4174
4175 * configure.in: Fix makeinfo version regexp.
4176
41772007-09-12 Glenn Morris <rgm@gnu.org>
4178
4179 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
4180 implementation of alloca is not found.
4181
4182 * Makefile.in (SOURCES, unlock, relock): Delete.
4183 (install-arch-indep): Do not exclude the etc/ Makefiles.
4184
41852007-09-09 Juri Linkov <juri@jurta.org>
4186
4187 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
4188
4189 * README: Add doc/ to documentation directories.
4190
41912007-09-08 Michael Olson <mwolson@gnu.org>
4192
4193 * MAINTAINERS: Add myself for ERC and tq.el.
4194 Update for new doc/ directory layout.
4195
41962007-09-06 Romain Francoise <romain@orebokech.com>
4197
4198 * make-dist: Update for new doc/ directory layout.
4199
42002007-09-06 Glenn Morris <rgm@gnu.org>
4201
4202 * Makefile.in (mansrcdir): New variable.
4203 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
4204 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
4205 update these targets for new doc/ directory layout.
4206 (doc/misc/Makefile): New target.
4207 (install-arch-indep): Use mansrcdir for new location of manpages.
4208 (mostlyclean, clean, distclean, maintainer-clean, unlock)
4209 (relock, info, dvi): Update targets for new doc/ directory layout.
4210
4211 * configure.in (AC_OUTPUT): Update names of generated Makefiles
4212 for new doc/ directory layout.
4213
42142007-09-02 Andreas Schwab <schwab@suse.de>
4215
4216 * configure.in: Use AS_HELP_STRING throughout.
4217 * configure: Regenerate.
4218
42192007-09-02 Jan Djärv <jan.h.d@swipnet.se>
4220
4221 * configure.in: Require Gtk/Glib 2.6.
4222
42232007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4224
4225 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
4226 Use them throughout in place of AC_ARG_WITH calls.
4227 * configure: Regenerate.
4228
42292007-09-01 Andreas Schwab <schwab@suse.de>
4230
4231 * configure.in: Put quotes around nested macro calls.
4232
42332007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4234
4235 * configure.in: Fix typo.
4236 * configure: Regenerate.
4237
42382007-08-30 Glenn Morris <rgm@gnu.org>
4239
4240 * configure.in (AH_BOTTOM): Copy some manual changes made to
4241 src/config.in here so they are not lost when it regenerates.
4242
4243 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
4244
42452007-08-29 Károly Lőrentey <karoly@lorentey.hu>
4246
4247 * README.multi-tty: New file.
4248
42492007-08-29 Glenn Morris <rgm@gnu.org>
4250
4251 * README: Increase version to 23.0.50.
4252
42532007-08-29 Jan Djärv <jan.h.d@swipnet.se>
4254
4255 * configure.in: New option: --without-xaw3d.
4256
42572007-08-24 Glenn Morris <rgm@gnu.org>
4258
4259 * configure.in: Check for a suitably recent makeinfo.
4260
42612007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4262
4263 * configure.in (Check for required libraries): Typo.
4264
42652007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4266
4267 * configure.in: Check librsvg2 also for Mac Carbon.
4268
42692007-08-22 Romain Francoise <romain@orebokech.com>
4270
4271 * make-dist: Follow reorganization of files in etc/.
4272
42732007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4274
4275 * configure.in: Add support for SVG images through librsvg2.
4276
42772007-07-28 Eli Zaretskii <eliz@gnu.org>
4278
4279 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
4280 to avoid an error message if there is no DOC there.
4281
42822007-07-25 Glenn Morris <rgm@gnu.org>
4283
4284 * Relicense all FSF files to GPLv3 or later.
4285
4286 * COPYING, info/COPYING: Switch to GPLv3.
4287
42882007-06-20 Jan Djärv <jan.h.d@swipnet.se>
4289
4290 * configure.in: Complain if X seems to be installed but no
4291 development files were found.
4292
42932007-06-20 Glenn Morris <rgm@gnu.org>
4294
4295 * configure.in: Prefer libgif over libungif.
4296
42972007-06-14 Jan Djärv <jan.h.d@swipnet.se>
4298
4299 * configure.in: Check for all image libraries before exiting.
4300
43012007-06-13 Jan Djärv <jan.h.d@swipnet.se>
4302
4303 * configure.in: Exit with error if image libraries aren't found.
4304
43052007-06-13 Chong Yidong <cyd@stupidchicken.com>
4306
4307 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
4308 when compiling without scrollbars.
4309
43102007-06-12 Glenn Morris <rgm@gnu.org>
4311
4312 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
4313
43142007-06-11 Jan Djärv <jan.h.d@swipnet.se>
4315
4316 * configure.in: Change wording about yes/gtk and lucid/athena
4317 being synonyms.
4318
43192007-06-08 Glenn Morris <rgm@gnu.org>
4320
4321 * configure.in: Make gtk the default toolkit.
4322
43232007-06-07 Glenn Morris <rgm@gnu.org>
4324
4325 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
4326 for a Sun C compiler.
4327
4328 * Makefile.in (install-arch-indep): Install only the DOC- file
4329 specific to the build, if possible, rather than DOC-*.
4330
43312007-06-02 Chong Yidong <cyd@stupidchicken.com>
4332
4333 * Version 22.1 released.
4334
43352007-05-25 Chong Yidong <cyd@stupidchicken.com>
4336
4337 * mkinstalldirs: Sync to version in automake CVS.
4338
43392007-05-22 Andreas Schwab <schwab@suse.de>
4340
4341 * configure.in: Prefer build_alias over host when host_alias is not set.
4342 * configure: Regenerate.
4343
43442007-05-20 Andreas Schwab <schwab@suse.de>
4345
4346 * configure.in: Remove empty AC_SUBST.
4347 * configure: Regenerate.
4348
43492007-05-20 Nick Roberts <nickrob@snap.net.nz>
4350
4351 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
4352 it like others.
4353 * configure: Regenerate.
4354
43552007-05-20 Nick Roberts <nickrob@snap.net.nz>
4356
4357 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
4358 (AC_CHECK_LIB): Add -lgpm.
4359 * configure: Regenerate.
4360
43612007-05-03 Glenn Morris <rgm@gnu.org>
4362
4363 * configure: Tweak message about the absence of shell functions.
4364
43652007-04-27 Andreas Schwab <schwab@suse.de>
4366
4367 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
4368
43692007-04-26 Glenn Morris <rgm@gnu.org>
4370
4371 * README: Increase version to 22.1.50.
4372
43732007-04-24 Juanma Barranquero <lekktu@gmail.com>
4374
4375 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
4376
43772007-04-19 Glenn Morris <rgm@gnu.org>
4378
4379 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
4380
43812007-04-18 Glenn Morris <rgm@gnu.org>
4382
4383 * INSTALL: Mention CPP.
4384
43852007-04-15 Glenn Morris <rgm@gnu.org>
4386
4387 * FTP: Replace with a pointer to the web version.
4388
43892007-04-13 Glenn Morris <rgm@gnu.org>
4390
4391 * INSTALL: In lib-src, timer, wakeup, yow are removed.
4392
43932007-04-04 Glenn Morris <rgm@gnu.org>
4394
4395 * configure.in (NON_GNU_CPP): Use associated preprocessor when
4396 compiling with Sun Studio on Solaris.
4397
43982007-03-23 Glenn Morris <rgm@gnu.org>
4399
4400 * configure.in: Restore support for hp800 (removed 2007-01-27)
4401 following clarification of legal status.
4402
44032007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
4404
4405 * configure.in: Add support for AIX4.3 on IBM RS6000.
4406
4407 * configure: Regenerate.
4408
44092007-03-20 Richard Stallman <rms@gnu.org>
4410
4411 * configure.in: Fix previous change.
4412
44132007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
4414
4415 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
4416 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
4417 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
4418
44192007-03-19 Chong Yidong <cyd@stupidchicken.com>
4420
4421 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
4422 user specifies "without".
4423
4424 * configure: Regenerate.
4425
44262007-03-18 Jan Djärv <jan.h.d@swipnet.se>
4427
4428 * configure.in: Warning for Gtk+ and Cygwin added.
4429 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
4430
44312007-02-27 Glenn Morris <rgm@gnu.org>
4432
4433 * make-dist (oldXMenu): Remove Imakefile.
4434 (etc/images): Add README.
4435
44362007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4437
4438 * configure.in (xtensa-*-linux-gnu*): New configuration.
4439
4440 * configure: Regenerate.
4441
44422007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
4443
4444 * config.guess, config.sub: Updated from master source.
4445
44462007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4447
4448 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
4449
44502007-01-29 Chong Yidong <cyd@stupidchicken.com>
4451
4452 * configure.in: Restore support for hp800's not running HP-UX.
4453
4454 * configure: Regenerate.
4455
44562007-01-27 Chong Yidong <cyd@stupidchicken.com>
4457
4458 * configure.in: Remove support for hp800 and sr2k machine types.
4459
4460 * configure: Regenerate.
4461
44622007-01-26 Jan Djärv <jan.h.d@swipnet.se>
4463
4464 * configure.in: Add check for libXft.
4465
44662007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4467
4468 * INSTALL: Info files moved to share/info.
4469
44702007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
4471
4472 * configure.in: Detect and use fink-installed in intel-based Mac
4473 builds; change Apple Darwin section to support both PowerPC and
4474 Intel-based Macs.
4475
44762006-12-26 Andreas Schwab <schwab@suse.de>
4477
4478 * Makefile.in (datarootdir): Define.
4479
44802006-12-24 Richard Stallman <rms@gnu.org>
4481
4482 * configure.in: Require Autoconf 2.61.
4483
44842006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
4485
4486 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
4487 Remove redundant entry for powerpc-apple-netbsd.
4488
4489 * configure: Regenerate.
4490
44912006-12-22 Chong Yidong <cyd@stupidchicken.com>
4492
4493 * configure: Regenerate with autoconf 2.61.
4494
44952006-12-20 Jan Djärv <jan.h.d@swipnet.se>
4496
4497 * configure.in: Detect alsa/asoundlib.h also.
4498 * configure: Regenerate.
4499
45002006-12-19 Jan Djärv <jan.h.d@swipnet.se>
4501
4502 * configure.in: Check if GTK+ compiles at all.
4503
45042006-12-10 Andreas Schwab <schwab@suse.de>
4505
4506 * configure.in: Remove check for struct timezone, its result is
4507 never used.
4508
45092006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
4510
4511 * configure.in: Add support for Solaris 10 on x86-64.
4512
45132006-12-08 Jan Djärv <jan.h.d@swipnet.se>
4514
4515 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
4516 of PKG_CONFIG_PATH.
4517
45182006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4519
4520 * configure.in (HAVE_SYNC): New test.
4521
45222006-12-03 Glenn Morris <rgm@gnu.org>
4523
4524 * Makefile.in: Fix Copyright format.
4525
4526 * configure.in (AH_TOP): Add missing Copyright year.
4527
4528 * update-subdirs: Add missing Copyright years.
4529
45302006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
4531
4532 * Makefile.in: Touch only the parts of the share/emacs directory
4533 specific to this version.
4534
45352006-11-26 Chong Yidong <cyd@stupidchicken.com>
4536
4537 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
4538
45392006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4540
4541 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
4542
45432006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4544
4545 * configure.in: Prefer X11 to Carbon only when some X-specific
4546 option is specified (Thanks to Jan Djärv and Andreas Schwab).
4547
45482006-11-04 Romain Francoise <romain@orebokech.com>
4549
4550 * Makefile.in (bootstrap-clean-before): Fix typo.
4551 Use new target `bootstrap-clean' in the leim subdirectory.
4552
45532006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4554
4555 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
4556
45572006-10-30 Chong Yidong <cyd@stupidchicken.com>
4558
4559 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
4560 directories.
4561
45622006-10-29 Jeramey Crawford <jeramey@jeramey.com>
4563
4564 * configure.in: Enable x86-64 OpenBSD compilation.
4565
45662006-10-28 Glenn Morris <rgm@gnu.org>
4567
4568 * AUTHORS: Add cal-html.el author.
4569
45702006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4571
4572 * make-dist: Make links to mac/make-package and
4573 mac/Emacs.app/Contents/Resources/Emacs.icns.
4574
45752006-10-27 Chong Yidong <cyd@stupidchicken.com>
4576
4577 * README: Bump version number to 22.0.90.
4578
45792006-10-23 Andreas Schwab <schwab@suse.de>
4580
4581 * configure.in: Make sure x_default_search_path is always set even
4582 when x_libraries is empty, and look in .../share as well for each
4583 library directory.
4584
45852006-09-28 Kenichi Handa <handa@m17n.org>
4586
4587 * configure.in (locallisppath): Don't include leim dir.
4588 (lisppath): Include leim dir.
4589
45902006-09-15 Jay Belanger <belanger@truman.edu>
4591
4592 * COPYING: Replace "Library Public License" by "Lesser Public
4593 License" throughout.
4594
45952006-09-11 Paul Eggert <eggert@cs.ucla.edu>
4596
4597 * make-dist (EMACS): Exit and fail if the EMACS environment
4598 variable is set to something other than an absolute file name.
4599
46002006-08-16 Andreas Schwab <schwab@suse.de>
4601
4602 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
4603 of hardcoding it.
4604
46052006-08-16 Richard Stallman <rms@gnu.org>
4606
4607 * INSTALL.CVS: Clean up wording.
4608
46092006-07-14 Eli Zaretskii <eliz@gnu.org>
4610
4611 * configure.in (PKG_CHECK_MODULES): Redirect the output of
4612 $PKG_CONFIG --exists "$2" to config.log.
4613 * configure: Regenerate.
4614
1a71cb28 46152006-07-09 Richard Stallman <rms@gnu.org>
067d23c9
KY
4616
4617 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
4618
46192006-07-09 Kim F. Storm <storm@cua.dk>
4620
4621 * CONTRIBUTE: Use outline format.
4622 Add section on copyright years (from admin/notes/years).
4623
46242006-07-08 Eli Zaretskii <eliz@gnu.org>
4625
4626 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
4627 to /dev/null, since we don't need the error message, just the
4628 exit status.
4629
46302006-07-07 Eli Zaretskii <eliz@gnu.org>
4631
4632 * CONTRIBUTE: Slight formatting changes and typo fixes.
4633 Add description of NEWS markings.
4634
46352006-07-07 Kim F. Storm <storm@cua.dk>
4636
4637 * CONTRIBUTE: Mention INSTALL.CVS.
4638
46392006-07-05 Romain Francoise <romain@orebokech.com>
4640
4641 * make-dist (top-level): Add CONTRIBUTE.
4642
46432006-07-04 Richard Stallman <rms@gnu.org>
4644
4645 * CONTRIBUTE: Much rewrite.
4646
46472006-07-04 Nick Roberts <nickrob@snap.net.nz>
4648
4649 * CONTRIBUTE: New file.
4650
46512006-06-24 Eli Zaretskii <eliz@gnu.org>
4652
4653 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
4654
46552006-05-18 Jan Djärv <jan.h.d@swipnet.se>
4656
4657 * configure.in: Add check for ALSA.
4658
46592006-05-06 Eli Zaretskii <eliz@gnu.org>
4660
4661 * Makefile.in (INFO_FILES): Remove emacs-xtra.
4662
4663 * info/dir: Remove the Emacs-Xtra entry.
4664
46652006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
4666
4667 Update copyright year(s) in many files.
4668
46692006-04-01 Eli Zaretskii <eliz@gnu.org>
4670
4671 * configure: Regenerated.
4672
46732006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4674
4675 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
4676 --without-toolkit-scroll-bars was specified.
4677
46782006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
4679
4680 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
4681 to CFLAGS. Update Copyright years written to src/config.in.
4682
46832006-03-18 Claudio Fontana <claudio@gnu.org>
4684
4685 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
4686 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
4687 to be installed/uninstalled.
4688 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
4689 to Info files installed by Emacs.
4690
46912006-03-03 Claudio Fontana <claudio@gnu.org>
4692
4693 * Makefile.in (install, uninstall): Add DESTDIR variable to
4694 support staged installations.
4695
46962006-02-14 Richard M. Stallman <rms@gnu.org>
4697
4698 * configure.in (s390x-*-linux-gnu*): New configuration.
4699
47002006-01-31 Jan Djärv <jan.h.d@swipnet.se>
4701
4702 * configure.in: Require GTK 2.4 or newer.
4703
47042006-01-29 Michael Olson <mwolson@gnu.org>
4705
4706 * Makefile.in (install-arch-indep, uninstall): Add ERC.
4707 * info/dir (ERC): New entry.
4708
47092006-01-29 Eli Zaretskii <eliz@gnu.org>
4710
4711 * info/dir: Fix last change.
4712
47132006-01-28 Luc Teirlinck <teirllm@auburn.edu>
4714
4715 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
4716
47172006-01-27 Eli Zaretskii <eliz@gnu.org>
4718
4719 * info/dir: Untabify the whole file.
4720 (Rcirc): New entry.
4721
47222006-01-12 Andreas Schwab <schwab@suse.de>
4723
4724 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
4725 check.
4726
47272006-01-02 Chong Yidong <cyd@stupidchicken.com>
4728
4729 * configure.in: Use -Wno-pointer-sign if available.
4730
47312005-12-29 Andreas Schwab <schwab@suse.de>
4732
4733 * config.guess, config.sub: Updated from master source.
4734
47352005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4736
4737 * configure.in: Use amdx86-64 for freebsd on x86_64.
4738
47392005-11-22 Romain Francoise <romain@orebokech.com>
4740
4741 * make-dist: Add etc/images/icons.
4742
47432005-11-03 Andreas Schwab <schwab@suse.de>
4744
4745 * configure.in: Use GZIP_PROG instead of GZIP.
4746
4747 * Makefile.in (GZIP_PROG): Renamed from GZIP.
4748 (install-arch-indep): Adjust.
4749
47502005-11-01 Andreas Schwab <schwab@suse.de>
4751
4752 * Makefile.in (bootstrap): Fix dependencies for parallel build.
4753 (bootfast): Likewise.
4754
47552005-11-01 Romain Francoise <romain@orebokech.com>
4756
4757 * configure.in: Check for gzip.
4758
4759 * Makefile.in (install): Compress source files.
4760
47612005-10-24 Steven Tamm <steventamm@mac.com>
4762
4763 * configure.in: Fix darwin386 configuration issue.
4764
47652005-10-22 Eli Zaretskii <eliz@gnu.org>
4766
4767 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
4768
47692005-10-17 Bill Wohler <wohler@newt.com>
4770
4771 * make-dist: Create and populate etc/images/low-color.
4772
47732005-10-15 Bill Wohler <wohler@newt.com>
4774
4775 * make-dist: Create and populate etc/images/gud.
4776
47772005-10-08 Richard M. Stallman <rms@gnu.org>
4778
4779 * make-dist (tempparent): Don't check for 14-char file name limit.
4780
47812005-10-07 Romain Francoise <romain@orebokech.com>
4782
4783 * make-dist: Add etc/images/ezimage and etc/images/mail
4784 directories. Install images in etc/images.
4785
47862005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4787
4788 * configure.in: Prefer Carbon if --enable-carbon-app or
4789 --with-carbon is explicitly specified even when X11 is detected.
4790
47912005-09-15 Ulf Jasper <ulf.jasper@web.de>
4792
4793 * Makefile.in (install-arch-indep, uninstall):
4794 Handle newsticker manual.
4795 (info): Add - to commands.
4796
47972005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
4798
4799 Remove the MAXPATHLEN limitations:
4800
4801 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
4802
48032005-09-09 Eli Zaretskii <eliz@gnu.org>
4804
4805 * configure.in <lynxsos*>: Support for LynxOS on PPC.
4806 * configure: Regenerate.
4807
48082005-09-05 Paul Eggert <eggert@cs.ucla.edu>
4809
4810 * config.guess, config.sub: Updated from master source.
4811
48122005-08-03 Juanma Barranquero <lekktu@gmail.com>
4813
4814 * .cvsignore: Add `lock'.
4815
48162005-07-28 Juanma Barranquero <lekktu@gmail.com>
4817
4818 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
4819
48202005-07-26 Paul Eggert <eggert@cs.ucla.edu>
4821
4822 Merge gnulib getopt implementation into Emacs.
4823
4824 * Makefile.in (AUTOCONF_INPUTS): New macro.
4825 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
4826 so that these files also depend on m4/getopt.m4.
4827 * configure.in: Configure getopt by including m4/getopt.m4,
4828 and configuring a getopt replacement if necessary.
4829 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
4830 * m4/getopt.m4: New file.
4831
48322005-07-06 Lute Kamstra <lute@gnu.org>
4833
4834 * configure.in: Fix capitalization.
4835
48362005-07-04 Lute Kamstra <lute@gnu.org>
4837
4838 Update FSF's address in GPL notices.
4839
48402005-06-19 Jérôme Marant <jerome@marant.org>
4841
4842 * Makefile.in (epaths-force): Protect both lisppath and
4843 buildlisppath from whitespace.
4844
48452005-06-08 Steven Tamm <steventamm@mac.com>
4846
4847 * configure.in: Support Darwin/MacOSX on Intel
4848
48492005-06-06 Jan Djärv <jan.h.d@swipnet.se>
4850
4851 * configure.in (HAVE_CANCELMENUTRACKING): New test.
4852
1a71cb28 48532005-05-19 Jérôme Marant <jmarant@marant.org>
067d23c9
KY
4854
4855 * configure.in: Add --enable-locallisppath.
4856
48572005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4858
4859 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
4860 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
4861 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
4862
48632005-05-07 Jérôme Marant <jerome@marant.org>
4864
4865 * make-dist: Remove references to makefile.nt and makefile.def.
4866 Include widgets and images subdirectories of etc. Do not exclude
4867 ldefs-boot.el.
4868
48692005-04-23 Andreas Schwab <schwab@suse.de>
4870
4871 * configure.in: Remove duplicate match for powerpc configuration.
4872
48732005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
4874
4875 * configure.in: Check for <pwd.h>.
4876
48772005-04-14 Lute Kamstra <lute@gnu.org>
4878
4879 * make-dist: Distribute all ChangeLog files in lisp/.
4880 Don't distribute ldefs-boot.el.
4881 lisp/makefile.nt no longer exists.
4882
48832005-04-13 Lute Kamstra <lute@gnu.org>
4884
4885 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
4886 for "no-byte-compile: t" in the file instead.
4887
48882005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4889
4890 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
4891 shadow the main Lesstif/Motif-2.1 libs and includes.
4892
48932005-03-10 Jan Djärv <jan.h.d@swipnet.se>
4894
4895 * configure.in: Only add XASSERTS to cppflags.
4896
48972005-03-04 Jan Djärv <jan.h.d@swipnet.se>
4898
4899 * configure.in: Added --enable-asserts.
4900
49012005-02-09 Kim F. Storm <storm@cua.dk>
4902
4903 Change release version from 21.4 to 22.1 throughout.
4904 Change development version from 21.3.50 to 22.0.50.
4905
49062005-01-19 Steven Tamm <steventamm@mac.com>
4907
4908 * configure.in: Check for <sys/utsname.h>.
4909
49102004-12-11 Kim F. Storm <storm@cua.dk>
4911
4912 * Makefile.in (info): Undo 2004-12-05 change.
4913
49142004-12-08 Luc Teirlinck <teirllm@auburn.edu>
4915
4916 * info/dir (File): Add URL and Org Mode manuals.
4917 * Makefile.in (install-arch-indep, uninstall): Add url and org
4918 manuals.
4919
49202004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
4921
4922 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
4923 committed to src/config.in.
4924
49252004-12-07 Jan Djärv <jan.h.d@swipnet.se>
4926
4927 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
4928 pthreads and define HAVE_GTK_AND_PTHREAD.
4929
49302004-12-05 Richard M. Stallman <rms@gnu.org>
4931
4932 * Makefile.in (info): Ignore errors building info files.
4933
49342004-11-27 Eli Zaretskii <eliz@gnu.org>
4935
4936 * config.bat: If 8-byte alignment is not supported, define
4937 NO_DECL_ALIGN in src/config.h, instead of trivially defining
4938 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
4939 filter through Sed to remove the quotes.
4940
49412004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4942
4943 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
4944 not apply to files explicitly `cvs add'ed.
4945
49462004-11-12 Eli Zaretskii <eliz@gnu.org>
4947
4948 * config.bat: Don't require djecho.exe for the v1.x build.
4949 Add a test for DECL_ALIGN support, and add a trivial definition to
4950 src/config.h if 8-byte alignment is not supported.
4951
49522004-11-08 Kim F. Storm <storm@cua.dk>
4953
4954 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
4955 files before building.
4956 (bootfast, bootstrap-clean-before-fast): New targets, like
4957 bootstrap but don't remove .elc files.
4958
49592004-11-06 Lars Brinkhoff <lars@nocrew.org>
4960
4961 * configure.in: Add check for getrusage.
4962
49632004-11-02 Jan Djärv <jan.h.d@swipnet.se>
4964
4965 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
4966 New tests for new and old GTK file dialogs.
4967 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
4968 to no.
4969
49702004-10-20 Jan Djärv <jan.h.d@swipnet.se>
4971
4972 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
4973 can be set. Remove SETARCH test.
4974
49752004-10-08 Steven Tamm <steventamm@mac.com>
4976
4977 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
4978
49792004-10-06 Jan Djärv <jan.h.d@swipnet.se>
4980
4981 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
4982 AC_MSG_WARN. Move output of warning message to end of configure run.
4983
49842004-10-05 Jan Djärv <jan.h.d@swipnet.se>
4985
4986 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
4987 Run test to see if heap start address is random.
4988
49892004-09-29 Miles Bader <miles@gnu.org>
4990
4991 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
4992 if setarch is present.
4993
49942004-09-25 Jan Djärv <jan.h.d@swipnet.se>
4995
4996 * configure.in (HAVE_EXECSHIELD): Only define on x86.
4997
49982004-09-24 Jan Djärv <jan.h.d@swipnet.se>
4999
5000 * configure.in: Check for exec-shield.
5001
1a71cb28
GM
50022004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
5003
5004 * Makefile.in (install-arch-indep): Add pgg and sieve.
5005
5006 * info/.cvsignore: Added pgg and sieve.
5007
067d23c9
KY
50082004-08-06 Andreas Schwab <schwab@suse.de>
5009
5010 * Makefile.in (install-arch-indep, uninstall): Add flymake.
5011
50122004-07-31 Eli Zaretskii <eliz@gnu.org>
5013
5014 * config.bat: Update URLs in the comments.
5015
067d23c9
KY
50162004-07-05 Andreas Schwab <schwab@suse.de>
5017
5018 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
5019
50202004-06-21 Kenichi Handa <handa@m17n.org>
5021
5022 * make-dist: Link leim-ext.el into tempdir.
5023
50242004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5025
5026 * info/dir (File): Add emacs-xtra.
5027 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
5028
50292004-06-12 Juri Linkov <juri@jurta.org>
5030
5031 * info/dir: Move menu help lines from `* Menu:' to file header.
5032 Describe the purpose of a red *.
5033
50342004-05-04 Dave Love <fx@gnu.org>
5035
5036 * configure.in: Don't use `extrasub'.
5037
50382004-04-29 Dave Love <fx@gnu.org>
5039
5040 * configure.in: Don't forget to quote args to `test'.
5041
50422004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
5043
5044 * autogen.sh: Update filename in "please read" message.
5045
50462004-04-17 Richard M. Stallman <rms@gnu.org>
5047
5048 * INSTALL: Move the info about site-lisp dirs,
5049 and say uninstalled Emacs looks there too.
5050
50512004-04-04 Eli Zaretskii <eliz@gnu.org>
5052
5053 * config.bat (lib-src): Recognize comment lines in Makefile.in
5054 that have a TAB after the #, to avoid errors in preprocessing with
5055 GCC 3.3.3.
5056
50572004-03-31 Luc Teirlinck <teirllm@auburn.edu>
5058
5059 * Makefile.in: Mention in comment that `make maintainer-clean'
5060 deletes .elc files.
5061
50622004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5063
5064 * update-subdirs: Add local variables to prevent byte-compiling.
5065
50662004-03-21 Dave Love <fx@gnu.org>
5067
5068 * configure.in: Fix previous change.
5069
50702004-03-18 Dave Love <fx@gnu.org>
5071
5072 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
5073
50742004-03-15 Luc Teirlinck <teirllm@auburn.edu>
5075
5076 * info/dir (File): Add SMTP and SES.
5077
50782004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5079
5080 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
5081 (bootstrap): Use the new bootstrap-prepare target in lisp.
5082
50832004-02-18 Kim F. Storm <storm@cua.dk>
5084
5085 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
5086
50872004-02-16 Eli Zaretskii <eliz@gnu.org>
5088
5089 * make-dist: Don't link index.*perm and permute-index into tempdir.
5090
50912004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5092
5093 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
5094 to match previous changes by Eli Zaretskii.
5095
50962004-02-09 Luc Teirlinck <teirllm@auburn.edu>
5097
5098 * Makefile.in: Set CDPATH to an empty string.
5099
51002004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5101
5102 * configure.in <darwin>: Use fink packages if available.
5103
51042004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
5105
5106 * make-dist (lispref): Do include lispref/index.texi.
5107
51082004-01-06 Eric Hanchrow <offby1@blarg.net>
5109
5110 * make-dist (tempdir): Include cursors in nt/icons.
5111
51122003-12-30 Eli Zaretskii <eliz@gnu.org>
5113
5114 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
5115 clashes with install-sh on 8+3 filesystems.
5116
1a71cb28 51172003-12-24 Miles Bader <miles@gnu.org>
067d23c9
KY
5118
5119 * .cvsignore: Add .arch-inventory.
5120
51212003-12-24 Andreas Schwab <schwab@suse.de>
5122
5123 * configure.in: Check for <sys/socket.h>. Include it before
5124 including <net/if.h>. Move check for <net/if.h> before its use.
5125
51262003-12-24 Jan Djärv <jan.h.d@swipnet.se>
5127
5128 * Makefile.in (install-arch-dep): Don't let cd output go into
5129 pipe for carbon_appdir.
5130
51312003-12-24 Andreas Schwab <schwab@suse.de>
5132
5133 * configure.in (PKG_CHECK_MODULES): Fix quoting.
5134
51352003-12-01 Andreas Schwab <schwab@suse.de>
5136
5137 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
5138 hardcoding gcc.
5139
51402003-11-16 Jan Djärv <jan.h.d@swipnet.se>
5141
5142 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
5143 multiple displays.
5144 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
5145
51462003-09-23 Dave Love <fx@gnu.org>
5147
5148 * configure.in: Check members of struct ifreq.
5149
51502003-09-14 Kim F. Storm <storm@cua.dk>
5151
5152 * configure.in: Add checks for sys/ioctl.h and net/if.h.
5153
51542003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
5155
5156 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
5157
51582003-08-18 Lute Kamstra <lute@gnu.org>
5159
5160 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
5161 required anymore.
5162
51632003-08-07 Andrew Choi <akochoi@shaw.ca>
5164
5165 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
5166 option instead of -traditional-cpp for CPP.
5167
51682003-07-29 Richard M. Stallman <rms@gnu.org>
5169
5170 * configure.in (HAVE_XIM): Define if XIM is available.
5171
51722003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5173
5174 * configure.in: The function gtk_window_set_icon_from_file was
5175 introduced in GTK+ 2.2, so check for that release.
5176
51772003-07-23 Andreas Schwab <schwab@suse.de>
5178
5179 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
5180
5181 * Makefile.in (YACC): Remove, not used.
5182 (MAINT): Don't set.
5183 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
5184 disable dependency on ${srcdir}/configure.in when maintainer mode
5185 is disabled.
5186
51872003-07-22 Dave Love <fx@gnu.org>
5188
5189 * configure.in: Make XRegisterIMInstantiateCallback test depend on
5190 HAVE_X11, not with_xim.
5191 (HAVE_CRTIN): Provide template.
5192 <with_png>: Test for png.h and libpng/png.h.
5193
51942003-07-15 Andreas Schwab <schwab@suse.de>
5195
5196 * configure.in: Temporarily leave quoting for AC_DEFINE.
5197
51982003-07-13 Stefan Monnier <monnier@cs.yale.edu>
5199
5200 * configure.in: Check for posix_memalign.
5201
52022003-07-12 Richard M. Stallman <rms@gnu.org>
5203
5204 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
5205
52062003-07-09 Kim F. Storm <storm@cua.dk>
5207
5208 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
5209 functionality of --without-xim.
5210
52112003-06-29 Dave Love <fx@gnu.org>
5212
5213 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
5214
52152003-06-23 Dave Love <fx@gnu.org>
5216
5217 * configure.in: Check for sys/_mbstate_t.h.
5218 Test XRegisterIMInstantiateCallback prototype.
5219 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
5220
52212003-06-06 Dave Love <fx@gnu.org>
5222
5223 * configure.in: Check for locale.h.
5224
52252003-06-05 Dave Love <fx@gnu.org>
5226
5227 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
5228 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
5229 (NLIST_STRUCT): Don't define.
5230 (AH_BOTTOM): Define my_strftime.
5231
52322003-06-02 Richard M. Stallman <rms@gnu.org>
5233
5234 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
5235
52362003-05-24 Andreas Schwab <schwab@suse.de>
5237
5238 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
5239 bzero, and bcmp.
5240
52412003-05-22 Dave Love <fx@gnu.org>
5242
5243 * configure.in: Remove redundant test for term.h. Test for difftime.
5244
52452003-05-20 Dave Love <fx@gnu.org>
5246
5247 * configure.in: Append * to s390-*-linux-gnu case.
5248 (LIBMAIL) <lockfile>: Don't define.
5249
067d23c9
KY
52502003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5251
5252 * INSTALL (* GNU/Linux development packages): Mention Debian and
5253 RedHat package names.
5254
52552003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
5256
5257 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5258
52592003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5260
5261 * INSTALL (* GNU/Linux development packages): Tell people to
5262 install additional packages for compiling Emacs.
5263
1a71cb28
GM
52642003-04-30 Richard M. Stallman <rms@gnu.org>
5265
5266 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5267
52682003-04-28 Francesco Potortì <pot@gnu.org>
5269
5270 * configure.in: Undo last (RMS') change, as it is useless, per
5271 Dave Love.
5272
52732003-04-08 Richard M. Stallman <rms@gnu.org>
5274
5275 * configure.in: Put #include of jpeglib.h at start of line.
5276
067d23c9
KY
52772003-04-06 Francesco Potortì <pot@gnu.org>
5278
5279 * configure.in: Use the same configuration for all aix5, not just
5280 aix5.1.
5281
52822003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
5283
5284 * configure.in: Check for need for bigtoc support on IBM AIX for
5285 solving a linker table overflow problem.
5286
52872003-03-03 Rob Browning <rlb@defaultvalue.org>
5288
5289 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
5290 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
5291 over bzero, bcmp, and bcopy.
5292
52932003-02-23 Simon Josefsson <jas@extundo.com>
5294
5295 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
5296
52972003-02-21 Klaus Zeitler <kzeitler@lucent.com>
5298
5299 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
5300
53012003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
5302
5303 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
5304
53052003-02-08 Andreas Schwab <schwab@suse.de>
5306
5307 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
5308 instead of the substitution.
5309
53102003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5311
5312 * Makefile.in: Use @EXEEXT@ for Cygwin.
5313 Use USERNAME if LOGNAME is not set (for Cygwin).
5314
5315 * configure.in: Add opsys=cygwin.
5316
53172003-01-22 Andreas Schwab <schwab@suse.de>
5318
5319 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
5320 redefining it explicitly in src/config.in.
5321
53222003-01-22 Markus Rost <rost@math.ohio-state.edu>
5323
5324 * Makefile.in (bootstrap): Make bootstrap-after.
5325
53262003-01-20 Jan Djärv <jan.h.d@swipnet.se>
5327
5328 * configure.in: Fix --with-gtk.
5329
53302003-01-19 Jan Djärv <jan.h.d@swipnet.se>
5331
5332 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
5333
5334 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
5335
53362003-01-14 Francesco Potortì <pot@gnu.org>
5337
5338 * configure.in (m68k-motorola-sysv): Remove (obsolete).
5339
53402003-01-07 Steven Tamm <steventamm@mac.com>
5341
5342 * configure.in: New option, --enable-carbon-app, to specify
5343 that the application should be installed
5344 * Makefile.in (install-arch-dep): On Mac OS X, install the
5345 Emacs.app application if carbon-app is enabled
5346
53472003-01-06 Dave Love <fx@gnu.org>
5348
5349 * configure.in: Check for nl_langinfo.
5350 [!HAVE_SIZE_T]: Fix typedef.
5351
53522003-01-06 David Kastrup <dak@gnu.org>
5353
5354 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
5355
5356 * configure.in: Add tests for install-info.
5357
53582002-12-09 Markus Rost <rost@math.ohio-state.edu>
5359
5360 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
5361 use again sol2-6 instead of sol2-8.
5362
53632002-12-09 Dave Love <fx@gnu.org>
5364
5365 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
5366
53672002-12-08 Andreas Schwab <schwab@suse.de>
5368
5369 * Makefile.in (install-arch-indep): Revert last change.
5370
53712002-11-27 Dave Love <fx@gnu.org>
5372
5373 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
5374 Check for __sys_siglist too. Check for memset.
5375 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
5376
53772002-11-22 Juanma Barranquero <lektu@terra.es>
5378
5379 * config.guess, config.sub: Updated from master source.
5380
53812002-11-19 Karl Fogel <kfogel@red-bean.com>
5382
5383 * autogen.sh: New file.
5384
1a71cb28 53852002-11-18 Dave Love <fx@gnu.org>
067d23c9
KY
5386
5387 * configure.in: Tidy up various quoting issues throughout.
5388 Use AC_GNU_SOURCE.
5389 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
5390 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
5391 Maybe define bcopy, bzero, bcmp.
5392 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
5393 non-existent machine file).
5394 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
5395 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
5396 (nlist.h): Move test up.
5397
53982002-11-18 Markus Rost <rost@math.ohio-state.edu>
5399
5400 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
5401
54022002-11-14 Francesco Potortì <pot@gnu.org>
5403
5404 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
5405
54062002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5407
5408 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
5409
54102002-11-08 Dave Love <fx@gnu.org>
5411
5412 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
5413 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
5414
54152002-11-07 Miles Bader <miles@gnu.org>
5416
5417 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
5418 Handle separate-build-dir case.
5419
54202002-11-06 Richard M. Stallman <rms@gnu.org>
5421
5422 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
5423 bulletproof. $bar may be empty when there are no .elc files.
5424
54252002-10-30 Dave Love <fx@gnu.org>
5426
5427 * configure.in: Require autoconf 2.53. Test for pty.h,
5428 sys/mman.h, sys/param.h, mremap, memmove.
5429 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
5430 (AC_PROG_YACC): Delete.
5431 (size_t): Use AC_CHECK_TYPES.
5432 (AH_TOP): Up-date copyright.
5433
54342002-10-01 Juanma Barranquero <lektu@terra.es>
5435
5436 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
5437
54382002-09-19 Richard M. Stallman <rms@gnu.org>
5439
5440 * configure.in: Fix the LessTif-directory-finder for real.
5441
54422002-09-14 Richard M. Stallman <rms@gnu.org>
5443
5444 * Makefile.in (maybe_bootstrap): Test for complete absence
5445 of compiled Lisp files.
5446
54472002-09-11 Stefan Monnier <monnier@cs.yale.edu>
5448
5449 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
5450 (bootstrap-clean-after): Delete.
5451 (bootstrap): Make the sequencing explicit.
5452
54532002-09-10 Richard M. Stallman <rms@gnu.org>
5454
5455 * configure.in: Fix previous LessTif change.
5456
54572002-09-09 Richard M. Stallman <rms@gnu.org>
5458
5459 * configure.in (powerpcle-*-solaris2.5*): New configuration.
5460 (powerpcle-*-solaris*): Use version 2.6 as default.
5461 (*-sunos5.6*, *-solaris2.6*): New alternative.
5462 (*-sunos5*): Use version 2.6 as default.
5463
54642002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5465
5466 * configure.in: Fix typo.
5467
54682002-09-05 Richard M. Stallman <rms@gnu.org>
5469
5470 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
5471
5472 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
5473 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
5474
54752002-08-26 Kim F. Storm <storm@cua.dk>
5476
5477 * Makefile.in (install-arch-indep): Do not remove DOC file
5478 when it is the only DOC file installed; this is the case when
5479 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
5480
54812002-07-24 Markus Rost <rost@math.ohio-state.edu>
5482
5483 * configure.in: Fix typo.
5484
54852002-07-24 Richard M. Stallman <rms@gnu.org>
5486
5487 * configure.in: Don't print anything special about gamedir.
5488
5489 * configure.in: Delete nonstandard --with-game-user option.
5490
54912002-07-21 Richard M. Stallman <rms@gnu.org>
5492
5493 * Makefile.in (gamedir, localstatedir): New variables.
5494 (epaths-force): Insert value of gamedir into PATH_GAME.
5495
5496 * configure.in (gamedir): Handle it like lispdir.
5497 (--with-game-dir option): Delete.
5498
54992002-06-21 Pavel Janík <Pavel@Janik.cz>
5500
5501 * configure.in: Add support for mipseb-*-netbsd* machines.
5502
55032002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5504
5505 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
5506
55072002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5508
5509 * info/dir (File): Add an entry for Tramp.
5510
55112002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
5512
5513 * INSTALL-CVS: New file.
5514
55152002-06-07 Andreas Schwab <schwab@suse.de>
5516
5517 * configure.in (x86_64-*-linux-gnu*): New system.
5518
55192002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
5520
5521 * config.bat: Handle the case when lispintro is truncated to lispintr.
5522
55232002-05-26 Paul Eggert <eggert@twinsun.com>
5524
5525 * config.guess, config.sub: Updated from master source.
5526
55272002-05-09 Richard M. Stallman <rms@gnu.org>
5528
5529 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
5530
55312002-05-04 Pavel Janík <Pavel@Janik.cz>
5532
5533 * make-dist: Do not distribute lock/ directory.
5534
55352002-04-30 Andrew Choi <akochoi@shaw.ca>
5536
5537 * configure.in: Provide documentation string when defining
5538 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
5539 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
5540
1a71cb28 55412002-04-29 Colin Walters <walters@verbum.org>
067d23c9
KY
5542
5543 * configure.in: Delete configure check for access to the game user.
5544
55452002-04-29 Pavel Janík <Pavel@Janik.cz>
5546
5547 * make-dist: lwlib/Imakefile is removed.
5548
55492002-04-26 Andrew Choi <akochoi@shaw.ca>
5550
5551 * configure.in: Add support for powerpc-apple-darwin*.
5552 (HAVE_CARBON): Add.
5553
5554 * make-dist: Create directories in mac/Emacs.app.
5555
55562002-04-25 Pavel Janík <Pavel@Janik.cz>
5557
5558 * make-dist: lwlib-Xol* are removed.
5559
55602002-04-23 Andreas Schwab <schwab@suse.de>
5561
5562 * Makefile.in (MAINT): New variable.
5563 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
5564 instead of configure.in, to avoid running autoconf and autoheader
5565 unless explicitly requested.
5566
55672002-04-16 Eli Zaretskii <eliz@gnu.org>
5568
5569 * config.bat: Update for msdos/sed2v2.inp.
5570
55712002-04-15 Andreas Schwab <schwab@suse.de>
5572
5573 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
5574 * configure.in: Add config header templates to all AC_DEFINE and
5575 AC_DEFINE_UNQUOTED symbols.
5576 * make-dist: Run autoheader if necessary.
5577
55782002-04-10 Colin Walters <walters@verbum.org>
5579
5580 * configure.in: Add --game-dir, --game-user. Test to see if we
5581 can use them.
5582
55832002-04-08 Pavel Janík <Pavel@Janik.cz>
5584
5585 * configure.in: Add --with-sound.
5586
55872002-03-18 Kim F. Storm <storm@cua.dk>
5588
5589 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
5590 and getsockname functions. Test for sys/un.h include file.
5591
55922002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
5593
5594 * configure.in: Support AIX 5.1.
5595
55962002-03-10 Jan Djärv <jan.h.d@swipnet.se>
5597
5598 * configure.in: Added test for X Session Management (HAVE_X_SM).
5599
56002002-03-03 Richard M. Stallman <rms@gnu.org>
5601
5602 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
5603 Run chown $${LOGNAME} on files installed by tar xvf.
5604
56052002-03-03 Kim F. Storm <storm@cua.dk>
5606
5607 * configure.in: Test for getpeername.
5608
56092002-03-01 Richard M. Stallman <rms@gnu.org>
5610
5611 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
5612 (HAVE_GIF): Don't use old libungif versions that crash.
5613
56142002-02-26 Richard M. Stallman <rms@gnu.org>
5615
5616 * configure.in <making srcdir absolute>: Verify that PWD is correct,
5617 not just well-formed and valid.
5618 (mips-compaq-nonstopux*): New configuration.
5619
56202002-02-18 Paul Eggert <eggert@twinsun.com>
5621
5622 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
5623 "sed q" is a portable equivalent to plain "head -1".
5624
56252002-02-13 Richard M. Stallman <rms@gnu.org>
5626
5627 * Makefile.in (maybe_bootstrap): Do `exit 1'.
5628 (all): Don't depend on maybe_bootstrap here.
5629 (${SUBDIR}): Depend on it here instead.
5630
56312002-02-08 Richard M. Stallman <rms@gnu.org>
5632
5633 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
5634
56352002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
5636
5637 * configure.in: Recognize BSD/OS 5.0.
5638
56392002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5640
5641 * make-dist: Make version checking in emacs.texi consistent with
5642 how we set it there.
5643
56442001-12-29 Kim F. Storm <storm@cua.dk>
5645
5646 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
5647
56482001-12-28 Richard M. Stallman <rms@gnu.org>
5649
5650 * configure.in: Test for mbsinit.
5651
56522001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5653
5654 These changes make Leim part of the standard distribution:
5655
5656 * README: Add info about the `leim' directory.
5657
5658 * INSTALL: Remove text that describes Leim as a separate package.
5659
5660 * noleim-Makefile.in: File removed.
5661
5662 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
5663 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
5664 Leim files out of the Emacs tree. Don't prepare a separate tarball
5665 for Leim.
5666
56672001-12-11 Richard M. Stallman <rms@gnu.org>
5668
5669 * configure.in (hppa*-*-linux-gnu*): New alternative.
5670
56712001-12-08 Pavel Janík <Pavel@Janik.cz>
5672
5673 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
5674 creating distribution.
5675
56762001-12-06 Paul Eggert <eggert@twinsun.com>
5677
5678 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
5679 (AC_FUNC_VFORK): Remove.
5680 (AC_FUNC_FORK): Add.
5681 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
5682 this is required by recent Autoconf versions.
5683
56842001-12-02 Pavel Janík <Pavel@Janik.cz>
5685
5686 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
5687 TODO, vms-pp.trans and others).
5688
56892001-11-29 Pavel Janík <Pavel@Janik.cz>
5690
5691 * make-dist: Use COPYING from the top-level directory.
5692
56932001-11-29 Gerd Moellmann <gerd@gnu.org>
5694
5695 * configure.in: Add support for FreeBSD/Alpha.
5696
56972001-11-29 Pavel Janík <Pavel@Janik.cz>
5698
5699 * make-dist: Add COPYING to the top-level directory of the
5700 distribution. Simplify the logic behind copying.
5701
5702 * Makefile.in (maybe_bootstrap): Fix previous change.
5703
57042001-11-28 Richard M. Stallman <rms@gnu.org>
5705
5706 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
5707
57082001-11-26 Richard M. Stallman <rms@gnu.org>
5709
5710 * Makefile.in: bootstrap should not delete dumped executables.
5711 (bootstrap-clean-before): New target.
5712 (bootstrap): Use bootstrap-clean-before instead of clean.
5713 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
5714
57152001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
5716
5717 These changes add the Emacs Lisp Introduction manual to the
5718 distribution:
5719
5720 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
5721
5722 * make-dist: Copy the files in lispintro directory.
5723
5724 * config.bat: Configure in the lispintro directory.
5725
5726 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
5727
5728 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
5729 (lispintro/Makefile): New target.
5730 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
5731 (unlock, relock, info, dvi): Ditto.
5732
57332001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5734
5735 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
5736
5737 * make-dist (etc): Don't distribute gfdl.1.
5738
57392001-11-22 Colin Walters <walters@debian.org>
5740
5741 * Makefile.in (install-arch-indep): Install the calc .info files.
5742 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
5743
57442001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
5745
5746 * make-dist (lispref): Add *.txt, *.el, permute-index, and
5747 tindex.pl to the list of those being put into the distribution.
5748
57492001-11-16 Eli Zaretskii <eliz@gnu.org>
5750
5751 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
5752
57532001-11-15 Pavel Janík <Pavel@Janik.cz>
5754
5755 * Makefile.in (uninstall): Fix previous change.
5756
5757 * configure.in, Makefile.in: Add support for --program-prefix,
5758 --program-suffix and --program-transform-name options.
5759
57602001-11-13 Pavel Janík <Pavel@Janik.cz>
5761
5762 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
5763 (install-arch-indep): Install emacsclient manual page.
5764 (uninstall): Uninstall emacsclient manual page.
5765
57662001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
5767
5768 * make-dist: Add lispref/index.*perm files to the distribution.
5769 From Pavel Janík <Pavel@Janik.cz>.
5770
57712001-11-12 Pavel Janík <Pavel@Janik.cz>
5772
5773 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
5774
57752001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5776
5777 * configure.in: AC_OUTPUT lispref/Makefile.
5778
57792001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
5780
5781 The following changes add the ELisp reference manual to the
5782 distribution.
5783
5784 * make-dist: Add the lispref directory to the distribution.
5785
5786 * Makefile.in (install-arch-indep): Add elisp* to the list of
5787 installed Info files.
5788 (SUBDIR_MAKEFILES): Add lispref/Makefile.
5789 (lispref/Makefile): New target.
5790 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
5791 Add commands for the lispref directory.
5792 (info, dvi): Ditto.
5793
5794 * config.bat: Configure in `lispref'.
5795
57962001-11-09 Richard M. Stallman <rms@gnu.org>
5797
5798 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
5799
58002001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
5801
5802 * make-dist (tempdir): Copy AUTHORS as well.
5803
58042001-11-06 Sam Steingold <sds@gnu.org>
5805
5806 * configure.in: Added a check for <nlist.h>.
5807
58082001-11-01 Pavel Janík <Pavel@Janik.cz>
5809
5810 * configure.in: Reindent --help output.
5811 From Per Starbäck (starback@ling.uu.se).
5812
58132001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
5814
5815 * configure.in: New entry for HP/UX-11.
5816
5817 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
5818 From Eric S. Raymond <esr@golux.thyrsus.com>.
5819
58202001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
5821
5822 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
5823 <athornton@sinenomine.net>.
5824
58252001-10-25 Gerd Moellmann <gerd@gnu.org>
5826
5827 * Makefile.in (maybe_bootstrap): New target.
5828 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
5829
58302001-10-24 Ken Raeburn <raeburn@gnu.org>
5831
5832 * configure.in: If --with-hesiod is given, look for
5833 hes_getmailhost and res_send or __res_send; check hesiod and
5834 resolv libraries respectively if system libraries don't supply them.
5835
58362001-10-24 Gerd Moellmann <gerd@gnu.org>
5837
5838 * configure.in: Use $MAKE for `make' if set.
5839
58402001-10-22 Gerd Moellmann <gerd@gnu.org>
5841
5842 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
5843 to tar options.
5844
58452001-10-20 Gerd Moellmann <gerd@gnu.org>
5846
5847 * (Version 21.1 released).
5848
58492001-10-20 Miles Bader <miles@gnu.org>
5850
5851 * configure.in (configuration): Set from `host' if `host_alias'
5852 isn't defined.
5853
58542001-10-19 Andreas Schwab <schwab@suse.de>
5855
5856 * configure.in: Make ready for autoconf 2.5x.
5857 (AC_PREREQ): Require autoconf 2.50.
5858 * aclocal.m4: Removed.
5859 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
5860
58612001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5862
5863 * README: Bump Emacs version to 21.1.50.
5864
58652001-10-05 Gerd Moellmann <gerd@gnu.org>
5866
5867 * Branch for 21.1.
5868
58692001-09-05 Gerd Moellmann <gerd@gnu.org>
5870
5871 * configure.in: Avoid `$@' which is handled specially in
5872 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
5873
58742001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
5875
5876 * make-dist (nt): Add subdirs.el to the list of distributed files.
5877
58782001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
5879
5880 * configure.in (machine): Add an entry for
5881 hppa1.1-hitachi-hiuxwe2*.
5882
58832001-05-28 Gerd Moellmann <gerd@gnu.org>
5884
5885 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
5886 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
5887
58882001-05-14 Gerd Moellmann <gerd@gnu.org>
5889
5890 * make-dist: Copy texinfo.tex unconditionally.
5891
58922001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
5893
5894 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
5895 that are installed.
5896
58972001-04-06 Gerd Moellmann <gerd@gnu.org>
5898
5899 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
5900 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
5901
5902 * make-dist: Handle leim/MISC-DIC. Only include
5903 `[a-zA-Z]*.{el,elc}' from leim/quail.
5904
59052001-04-05 Gerd Moellmann <gerd@gnu.org>
5906
5907 * Makefile.in (install-arch-indep): Remove .cvsignore files.
5908
59092001-03-30 Gerd Moellmann <gerd@gnu.org>
5910
5911 * Makefile.in (.PHONY): Add for bootstrap targets.
5912 (bootstrap-clean): New target.
5913 (bootstrap): Use it instead of `clean'.
5914
59152001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
5916
5917 * Makefile.in (SUBDIR): Remove leim.
5918 (all, .RECURSIVE, extraclean): Add leim explicitly.
5919 (leim): Provide separate rule which exports PARALLEL=0 into the
5920 environment.
5921
59222001-03-20 Gerd Moellmann <gerd@gnu.org>
5923
5924 * configure.in (HAVE_XPM): Don't print the result of the check for
5925 XpmReturnAllocPixels if we don't have an xpm.h.
5926
59272001-03-05 Gerd Moellmann <gerd@gnu.org>
5928
5929 * COPYING: New file.
5930
59312001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
5932
5933 * config.bat: Update the copyright.
5934
59352001-02-23 Kenichi Handa <handa@etl.go.jp>
5936
5937 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
5938 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
5939 to `yes'. Later in AC_OUTPUT, check this variable.
5940
59412001-02-09 Dave Love <fx@gnu.org>
5942
5943 * AUTHORS: Updated.
5944
59452001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5946
5947 * info/dir (Ebrowse): Fix the entry (was missing a dot).
5948
59492001-02-02 Gerd Moellmann <gerd@gnu.org>
5950
5951 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
5952
5953 * Makefile.in (uninstall): Ignore exit code of `rm'.
5954
5955 * Makefile.in (uninstall): Remove more info files. Remove
5956 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
5957
59582001-01-31 Gerd Moellmann <gerd@gnu.org>
5959
5960 * noleim-Makefile.in (extraclean): Add.
5961
59622001-01-28 Gerd Moellmann <gerd@gnu.org>
5963
5964 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
5965 it quiet.
5966
59672001-01-24 Colin Walters <walters@cis.ohio-state.edu>
5968
5969 * Makefile.in (tags): Fix typo.
5970
59712001-01-13 Kenichi Handa <handa@etl.go.jp>
5972
5973 * configure.in: Fix typo in the code setting x_search_path.
5974
59752001-01-10 Dave Love <fx@gnu.org>
5976
5977 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
5978 -lXext.
5979 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
5980 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
5981 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
5982 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
5983 (now in $LIBS).
5984
59852001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5986
5987 * config.bat: Run the preprocessor with -traditional.
5988
59892001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
5990
5991 * INSTALL: Move copying conditions to end of file.
5992
59932000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5994
5995 * INSTALL: Add basic installation procedure which assumes
5996 `configure' does its job. Elaborate on image support libraries.
5997 Add a pointer to Xaw3d library. Add advice about solving
5998 configure-time problems by looking in config.log and setting
5999 variables in the environment.
6000
60012000-12-27 Gerd Moellmann <gerd@gnu.org>
6002
6003 * Makefile.in (install-arch-indep): If tar fails, exit with
6004 exit code 1.
6005
60062000-12-19 Gerd Moellmann <gerd@gnu.org>
6007
6008 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
6009 source file includes XKBlib.h. On some broken Solaris systems,
6010 there is an XKBlib.h, reportedly, but header files included by
6011 XKBlib.h are missing.
6012
60132000-12-14 Gerd Moellmann <gerd@gnu.org>
6014
6015 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
6016
60172000-12-11 Dave Love <fx@gnu.org>
6018
6019 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
6020
60212000-12-11 Paul Eggert <eggert@twinsun.com>
6022
6023 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
6024 Merge fixes from latest GNU tar version. These macros no longer
6025 futz with _XOPEN_SOURCE, as that was not portable in practice.
6026 (AC_FUNC_FSEEKO): New macro.
6027
6028 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
6029 ftello.
6030
60312000-12-05 Dave Love <fx@gnu.org>
6032
6033 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
6034
60352000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6036
6037 * info/dir: Change the category to "Emacs".
6038
60392000-12-01 Gerd Moellmann <gerd@gnu.org>
6040
6041 * make-dist (tempdir): Remove epaths.h from the distribution
6042 instead of paths.h.
6043
60442000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6045
6046 * config.bat: Check for existence of djecho.exe, and print an
6047 error message if it is not available.
6048
6049 * INSTALL: Describe possible problem with djecho.exe in old
6050 versions of DJGPP v2.x.
6051
60522000-11-23 Gerd Moellmann <gerd@gnu.org>
6053
6054 * configure.in: Initialize HAVE_LIBXP to no.
6055
60562000-11-22 Gerd Moellmann <gerd@gnu.org>
6057
6058 * configure.in: Use m/macppc.h instead of the non-existent
6059 m/powerpc.h.
6060
60612000-11-21 Gerd Moellmann <gerd@gnu.org>
6062
6063 * Makefile.in (install-arch-indep): Also install info/eshell*
6064 and info/speedbar*.
6065
6066 * configure.in (HAVE_PNG): Check for the presence of
6067 png_get_channels to rule out older PNG libs.
6068
6069 * configure.in (AC_OUTPUT): Arrange to emit definitions of
6070 GCC and NON_GNU_CPP into config.status.
6071
60722000-11-20 Dave Love <fx@gnu.org>
6073
6074 * configure.in: Fix last change.
6075
6076 * GETTING.GNU.SOFTWARE: Deleted.
6077 * FTP: New file to replace it.
6078 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
6079
60802000-11-20 Gerd Moellmann <gerd@gnu.org>
6081
6082 * configure.in: Use -traditional with GNU cpp.
6083
60842000-11-17 Gerd Moellmann <gerd@gnu.org>
6085
6086 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
6087 Distribute more files from the nt/ subdir. Distribute PBM
6088 image files from subdirs of lisp/. Distribute old change logs
6089 from subdirs of lisp/. Distribute play/5x5.el.
6090
60912000-11-11 Dave Love <fx@gnu.org>
6092
6093 * config.sub, config.guess: Updated from master source.
6094
60952000-11-07 Dave Love <fx@gnu.org>
6096
6097 * configure.in: Test for mkstemp.
6098
60992000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
6100
6101 * info/dir (Top): Rearrange menu items more logically, and put
6102 them into a single category. Add menu items for RefTeX and
6103 Widget.
6104
61052000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6106
6107 * Makefile.in (install-arch-indep): Use --info-dir instead of
6108 --dir-file, and a simple argument instead of --info-file, so that
6109 the Debian version of install-info also works.
6110
61112000-10-19 Eric M. Ludlam <zappo@ultranet.com>
6112
6113 * info/dir (Speedbar): Add entry.
6114
61152000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6116
6117 * INSTALL: Describe the new image-support options to the configure
6118 script. List URLs where image support libraries can be found.
6119
61202000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
6121
6122 * info/dir (Top): Add an entry for Eshell.
6123
61242000-10-02 Dave Love <fx@gnu.org>
6125
6126 * configure.in: Check for gai_strerror.
6127
61282000-10-01 Andreas Schwab <schwab@suse.de>
6129
6130 * Makefile.in (install-arch-indep): Update list of installed info files.
6131
61322000-09-30 Gerd Moellmann <gerd@gnu.org>
6133
6134 * configure.in: Support `sparc*-*-netbsd*'.
6135
61362000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
6137
6138 * info/dir (MIME): Add entry for emacs-mime.
6139
61402000-09-29 Dave Love <fx@gnu.org>
6141
6142 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
6143
61442000-09-26 Gerd Moellmann <gerd@gnu.org>
6145
6146 * make-dist: Adapt to the change of leim/Makefile which was
6147 necessary to ensure a reasonably working `make dist'.
6148
6149 * leim-Makefile.in: Moved to leim/Makefile.in..
6150
6151 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
6152
61532000-09-21 Kenichi Handa <handa@etl.go.jp>
6154
6155 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
6156 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
6157 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
6158 files to .elc.
6159 (${TIT}): Adjusted for the above change.
6160 (clean mostlyclean): Likewise.
6161 (.el.elc): New target.
6162
61632000-09-19 Gerd Moellmann <gerd@gnu.org>
6164
6165 * make-dist: Include XPM and XBM files in lisp/ and subdirs
6166 in the distribution.
6167
61682000-09-18 Gerd Moellmann <gerd@gnu.org>
6169
6170 * make-dist (skk): Rename to `ja-dic' because the leim directory
6171 was renamed.
6172
61732000-09-14 Dave Love <fx@gnu.org>
6174
6175 * configure.in: Fix spurion in last change.
6176
61772000-09-14 Gerd Moellmann <gerd@gnu.org>
6178
6179 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
6180 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
6181 to `no' if defined. Change result report.
6182
61832000-09-08 Dave Love <fx@gnu.org>
6184
6185 * configure.in: Remove spurious `@'s.
6186
6187 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
6188 autoconf.
6189
61902000-09-06 Gerd Moellmann <gerd@gnu.org>
6191
6192 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
6193 file and print informational message.
6194
6195 * configure.in (AC_FUNC_MMAP): Add.
6196
61972000-09-01 Gerd Moellmann <gerd@gnu.org>
6198
6199 * configure.in: Add ``checking'' messages for
6200 XpmReturnAllocPixels.
6201
62022000-08-28 Gerd Moellmann <gerd@gnu.org>
6203
6204 * configure.in: Check <strings.h>; check `index' and `rindex'
6205 functions.
6206
62072000-08-26 Kenichi Handa <handa@etl.go.jp>
6208
6209 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
6210 "case "${canonical}" in".
6211
62122000-08-25 Dave Love <fx@gnu.org>
6213
6214 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
6215
62162000-08-25 Kenichi Handa <handa@etl.go.jp>
6217
6218 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
6219
62202000-08-24 Gerd Moellmann <gerd@gnu.org>
6221
6222 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
6223 contains a relative path. Protect against unusable values of $PWD.
6224
62252000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6226
6227 * info/dir (WoMan): Add entry.
6228
6229 * config.bat (maindir): Update src/_gdbinit even if it does
6230 already exist.
6231
62322000-08-07 Gerd Moellmann <gerd@gnu.org>
6233
6234 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
6235
62362000-08-03 Gerd Moellmann <gerd@gnu.org>
6237
6238 * configure.in: Add support for ia64*-*-linux*.
6239
62402000-07-27 Gerd Moellmann <gerd@gnu.org>
6241
6242 * make-dist (aclocal.m4): Include in distribution.
6243
62442000-07-26 Dave Love <fx@gnu.org>
6245
6246 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
6247
62482000-07-24 Dave Love <fx@gnu.org>
6249
6250 * configure.in: Add AC_SIZE_T.
6251
62522000-07-18 Dave Love <fx@gnu.org>
6253
6254 * configure.in: Reorder so that most tests are done after CPPFLAGS
6255 is set from the C_SWITCH_... definitions.
6256
62572000-07-10 Gerd Moellmann <gerd@gnu.org>
6258
6259 * configure.in (HAVE_XPM): Undo previous change. Check for
6260 preprocessor define XpmReturnAllocPixels.
6261
62622000-07-06 Gerd Moellmann <gerd@gnu.org>
6263
6264 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
6265 instead of XpmReadFileToPixmap.
6266
62672000-07-05 Ken Raeburn <raeburn@gnu.org>
6268
6269 * configure.in: Check for <soundcard.h>. Look for ossaudio
6270 library, and set LIBSOUND accordingly.
6271
62722000-07-05 Dave Love <fx@gnu.org>
6273
6274 * configure.in: Use AC_HEADER_SYS_WAIT.
6275
62762000-07-05 Gerd Moellmann <gerd@gnu.org>
6277
6278 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
6279 lisp/Makefile. Distribute lisp/Makefile.in instead of
6280 lisp/Makefile.
6281
62822000-06-30 Ken Raeburn <raeburn@gnu.org>
6283
6284 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
6285 while searching for image-handling libraries.
6286
62872000-06-26 Gerd Moellmann <gerd@gnu.org>
6288
6289 * configure.in (--with-xim): New option.
6290
62912000-06-23 Dave Love <fx@gnu.org>
6292
6293 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
6294 for struct timezone and test how we can call gettimeofday.
6295 Check for OSF 5+. Check for term.h.
6296
6297 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
6298 version.
6299
63002000-06-23 Gerd Moellmann <gerd@gnu.org>
6301
6302 * configure.in (HAVE_LIBXP): Change test for libXp.
6303
63042000-06-21 Dave Love <fx@gnu.org>
6305
6306 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
6307 simple test for getloadavg and substitute GETLOADAVG_LIBS.
6308 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
6309
63102000-06-19 Dave Love <fx@gnu.org>
6311
6312 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
6313 _XOPEN_SOURCE is defined.
6314
63152000-06-16 Gerd Moellmann <gerd@gnu.org>
6316
6317 * Makefile.in (distclean): Also make distclean in lisp/.
6318
63192000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6320
6321 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
6322
63232000-06-15 Gerd Moellmann <gerd@gnu.org>
6324
6325 * make-dist: Add --help and --snapshot options.
6326
63272000-06-14 Gerd Moellmann <gerd@gnu.org>
6328
6329 * configure.in: Generate lisp/Makefile.
6330
6331 * configure.in: Add support for `*-lynxos*'.
6332 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
6333 recommended by <Karen.Dorhamer@compaq.com> to fix problems
6334 on Tru64 UNIX v5.0.
6335
63362000-06-13 Ken Raeburn <raeburn@gnu.org>
6337
6338 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
6339 it's on a continuation line.
6340
63412000-06-02 Dave Love <fx@gnu.org>
6342
6343 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
6344 files.
6345
6346 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
6347 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
6348 test.
6349
6350 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
6351 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
6352
63532000-05-26 Gerd Moellmann <gerd@gnu.org>
6354
6355 * configure.in: Add check for speed_t typedef.
6356
63572000-05-25 Ken Raeburn <raeburn@gnu.org>
6358
6359 * Makefile.in (install-arch-dep): Install fns-*.el only if it
6360 exists; it won't in the CANNOT_DUMP case.
6361
63622000-05-25 Gerd Moellmann <gerd@gnu.org>
6363
6364 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
6365 On FreeBSD, the exit status is 1 if CDPATH is not set.
6366 (install-arch-indep): Install ebrowse.info.
6367
63682000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
6369
6370 * configure.in: Check for grandpt and getpt.
6371
63722000-05-09 Dave Love <fx@gnu.org>
6373
6374 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
6375
63762000-05-05 Gerd Moellmann <gerd@gnu.org>
6377
6378 * make-dist: Make a link for lib-src/grep-changelog.
6379 Copy install-sh.
6380
63812000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
6382
6383 * config.bat: Identify the beginning of the cpp stuff in
6384 src/Makefile.in and lib-src/Makefile.in more accurately.
6385
63862000-04-27 Gerd Moellmann <gerd@gnu.org>
6387
6388 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
6389
63902000-04-19 Gerd Moellmann <gerd@gnu.org>
6391
6392 * configure.in: Add support for `powerpc-*-netbsd*'.
6393
63942000-04-19 Dave Love <fx@gnu.org>
6395
6396 * configure.in: Don't use AC_FUNC_GETLOADAVG.
6397
6398 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
6399
64002000-04-16 Dave Love <fx@gnu.org>
6401
6402 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
6403
64042000-04-14 Dave Love <fx@gnu.org>
6405
6406 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
6407
6408 * aclocal.m4 (AC_FUNC_MKTIME): New.
6409
64102000-03-28 Ken Raeburn <raeburn@gnu.org>
6411
6412 * configure.in: Line up "--help" output a little better.
6413
64142000-03-26 Gerd Moellmann <gerd@gnu.org>
6415
6416 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
6417 New targets.
6418 (bootstrap): Rewritten in terms of the new targets above. Make
6419 info files, too.
6420
64212000-03-12 Gerd Moellmann <gerd@gnu.org>
6422
6423 * config.guess, config.sub: Use the versions of the files from
6424 subversions.
6425
64262000-03-08 Dave Love <fx@gnu.org>
6427
6428 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
6429 AC_C_VOLATILE. Define POINTER_TYPE.
6430
6431 * aclocal.m4: New file.
6432
64332000-03-02 Gerd Moellmann <gerd@gnu.org>
6434
6435 * configure.in (machine): Add `mipsel-*-netbsd*' and
6436 `arm-*-netbsd*'.
6437
64382000-03-01 Gerd Moellmann <gerd@gnu.org>
6439
6440 * configure.in (machine): Add support for `*-auspex-sunos*'.
6441
64422000-02-29 Gerd Moellmann <gerd@gnu.org>
6443
6444 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
6445
64462000-02-18 Dave Love <fx@gnu.org>
6447
6448 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
6449
64502000-02-18 Andreas Schwab <schwab@suse.de>
6451
6452 * Makefile.in (install-arch-indep): Add eudc to list of installed
6453 info files.
6454
64552000-02-17 Ken Raeburn <raeburn@gnu.org>
6456
6457 * configure.in: Include -lz and -ljpeg (if it's available) when
6458 testing for the tiff library.
6459
64602000-02-17 Gerd Moellmann <gerd@gnu.org>
6461
6462 * configure.in: Remove LISP_FLOAT_TYPE.
6463
64642000-02-12 Dave Love <fx@gnu.org>
6465
6466 * configure.in: Use AC_FUNC_VFORK.
6467
64682000-02-01 Gerd Moellmann <gerd@gnu.org>
6469
6470 * make-dist: Various fixes for new development tree.
6471
6472 * leim-Makefile.in: New file.
6473
64742000-01-31 Gerd Moellmann <gerd@gnu.org>
6475
6476 * Makefile.in (dist): Call ./make-dist.
6477
64782000-01-24 Dave Love <fx@gnu.org>
6479
6480 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
6481
64822000-01-18 Gerd Moellmann <gerd@gnu.org>
6483
6484 * configure.in (HAVE_GIF): Check for DGifOpen instead of
6485 DGifOpenFileName.
6486
64872000-01-11 Andreas Schwab <schwab@suse.de>
6488
6489 * Makefile.in (install-arch-indep): Update list of info files to
6490 be installed.
6491
64922000-01-05 Dave Love <fx@gnu.org>
6493
6494 * configure.in: Check for jerror.h as well as libjpeg.
6495
64962000-01-03 Andreas Schwab <schwab@suse.de>
6497
6498 * Makefile.in (install-arch-indep): Install autotype*. Run
6499 install-info on autotype and emacs-faq.info.
6500
65011999-12-04 Dave Love <fx@gnu.org>
6502
6503 * Makefile.in (install-arch-indep): Depend on `info'.
6504 (install-strip): Use `install' as sub-make target.
6505
65061999-11-23 Ken Raeburn <raeburn@gnu.org>
6507
6508 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
6509 didn't need to be deleted. Check for the k5crypto library as well
6510 as the crypto library; MIT Kerberos 1.1 changed the name.
6511
65121999-11-18 Dave Love <fx@gnu.org>
6513
6514 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
6515
65161999-11-11 Erik Naggum <erik@naggum.no>
6517
6518 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
6519
65201999-11-08 Dave Love <fx@gnu.org>
6521
6522 * configure.in: Fix change for --with-pop default.
6523
65241999-11-04 Dave Love <fx@gnu.org>
6525
6526 * configure.in: Default to --with-pop. Change sense of with-gcc
6527 and with-toolkit-scroll-bars messages to reflect the defaults.
6528
65291999-11-01 Gerd Moellmann <gerd@gnu.org>
6530
6531 * INSTALL: Mention the Emacs Lisp Reference.
6532
65331999-10-27 Noah Friedman <friedman@splode.com>
6534
6535 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
6536
65371999-10-23 Gerd Moellmann <gerd@gnu.org>
6538
6539 * Makefile.in (bootstrap): New target.
6540
65411999-10-19 Paul Eggert <eggert@twinsun.com>
6542
6543 Add support for large files. Merge glibc 2.1.2.
6544
6545 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
6546 (HAVE_TM_GMTOFF): New symbol.
6547 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
6548 mbrlen, strsignal.
6549 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
6550
65511999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6552
6553 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
6554 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
6555
65561999-10-09 Richard M. Stallman <rms@gnu.org>
6557
6558 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
6559 Unset CDPATH to prevent cd from generating output.
6560
65611999-10-08 Stefan Monnier <monnier@cs.yale.edu>
6562
6563 * update-subdirs: Also ignore CVS subdirs.
6564
65651999-10-07 Gerd Moellmann <gerd@gnu.org>
6566
6567 * Makefile.in (install-arch-indep): Add ada-mode.
6568
65691999-10-06 Dave Love <fx@gnu.org>
6570
6571 * Makefile.in: Add rules for config.status, configure.
6572
65731999-09-07 Gerd Moellmann <gerd@gnu.org>
6574
6575 * configure.in (--with-sound): Removed.
6576
65771999-08-30 Gerd Moellmann <gerd@gnu.org>
6578
6579 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
6580 the test for Xaw3d.
6581 (HAVE_TIFF): Add -lm to library check.
6582
65831999-08-28 Richard Stallman <rms@gnu.org>
6584
6585 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
6586 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
6587 after the other X-related libraries.
6588
65891999-08-21 Dave Love <fx@gnu.org>
6590
6591 * configure.in: Don't check for jpeglib.h.
6592
65931999-08-20 Gerd Moellmann <gerd@gnu.org>
6594
6595 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
6596 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
6597
65981999-08-18 Dave Love <fx@gnu.org>
6599
6600 * configure.in: Check for termcap.h.
6601
66021999-08-15 Gerd Moellmann <gerd@gnu.org>
6603
6604 * configure.in: Add --with-toolkit-scroll-bars. If "no",
6605 use Emacs' scroll bars, even if configured for Motif or when
6606 Xaw3d is available.
6607
66081999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6609
6610 * configure.in: Check for getaddrinfo.
6611
66121999-08-04 Eli Zaretskii <eliz@gnu.org>
6613
6614 * config.bat: Make --no-debug work again by removing -gcoff.
6615
66161999-07-30 Dave Love <fx@gnu.org>
6617
6618 * configure.in: Check for stdlib.h.
6619
66201999-07-19 Dave Love <fx@gnu.org>
6621
6622 * configure.in: Grok sparc64-*-linux-gnu*.
6623
66241999-07-12 Richard Stallman <rms@gnu.org>
6625
6626 * Version 20.4 released.
6627
66281999-06-23 Karl Heuer <kwzh@gnu.org>
6629
6630 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
6631 Quote $EMACS, in case it's a program with args.
6632
66331999-06-15 Gerd Moellmann <gerd@gnu.org>
6634
6635 * configure.in (HAVE_GIF): Use libungif instead of libgif
6636 because the former doesn't contain patented compression code.
6637
66381999-05-29 Richard M. Stallman <rms@gnu.org>
6639
6640 * configure.in: Delete the Kerberos stuff.
6641
66421999-05-27 Greg Hudson <ghudson@mit.edu>
6643
6644 * configure.in: Prefer kerberos 5 names.
6645
66461999-04-26 Richard M. Stallman <rms@gnu.org>
6647
6648 * configure.in: Check for libXp.
6649
66501999-04-08 Richard Stallman <rms@gnu.org>
6651
6652 * make-dist: Include change logs in subdirs of `lisp'.
6653
66541999-04-05 Richard Stallman <rms@gnu.org>
6655
6656 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
6657 (install-arch-indep): Make ${datadir}/emacs world-readable.
6658
66591999-03-30 Eli Zaretskii <eliz@gnu.org>
6660
6661 * config.bat: Use epaths.* instead of paths.*.
6662
66631999-03-07 Eli Zaretskii <eliz@gnu.org>
6664
6665 * INSTALL: Add detailed instructions to unpack and install
6666 intlfonts on MS-DOS.
6667
66681999-02-26 Richard Stallman <rms@gnu.org>
6669
6670 * configure.in: Use epaths.h and epaths-force instead of paths...
6671
6672 * Makefile.in (epaths-force): Renamed from paths-force;
6673 operate on epaths.in and produce epaths.h.
6674
66751999-02-24 Richard Stallman <rms@gnu.org>
6676
6677 * make-dist: Fix nt/icons directory handling.
6678
66791999-02-22 Simon Josefsson <jas@pdc.kth.se>
6680
6681 * configure.in (f301-fujitsu-uxpv4.1): New target.
6682
66831999-02-20 Richard Stallman <rms@gnu.org>
6684
6685 * make-dist (tempparent): Fix command to update info files.
6686
66871999-02-09 Richard Stallman <rms@gnu.org>
6688
6689 * configure.in (powerpc-apple-netbsd*): New alternative.
6690
66911999-01-25 Geoff Voelker <voelker@cs.washington.edu>
6692
6693 * make-dist: Include the new directory nt/icons in distributions.
6694
66951999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6696
6697 * configure.in: Change message about HAVE_XFREE386.
6698
66991999-01-07 Eli Zaretskii <eliz@gnu.org>
6700
6701 * config.bat: Support configuring with leim.
6702
67031998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
6704
6705 * configure.in (mips-sgi-irix6.5): New target.
6706
67071998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6708
6709 * configure.in: Remove GSS-API support, since it has been removed
6710 from movemail.
6711
67121998-12-04 Markus Rost <rost@delysid.gnu.org>
6713
6714 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6715
67161998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
6717
6718 * Makefile.in: Don't install customize info file.
6719 Run install-info on viper info file.
6720
67211998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
6722
6723 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
6724
67251998-11-16 Kenichi Handa <handa@etl.go.jp>
6726
6727 * configure.in (*-*-bsdi4*): New target.
6728
67291998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
6730
6731 * configure.in: Fix previous change.
6732
67331998-11-11 Richard Stallman <rms@gnu.org>
6734
6735 * configure.in (aviion-intel): New machine.
6736
67371998-11-04 Kenichi Handa <handa@etl.go.jp>
6738
6739 * configure.in (mips-nec-sysv4*): New target.
6740
67411998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
6742
6743 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
6744 from lisp.
6745
67461998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
6747
6748 * make-dist: Don't include fns*.el in dist.
6749
67501998-10-30 Dave Love <fx@gnu.org>
6751
6752 * configure.in: Don't mkdir cpp.
6753
67541998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
6755
6756 * Makefile.in (install-arch-dep): Install src/fns-*.el in
6757 ${archlibdir}.
6758
67591998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
6760
6761 * Version 20.3 released.
6762
67631998-07-30 Paul Eggert <eggert@twinsun.com>
6764
6765 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
6766 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
6767 (lwlib/Makefile, leim/Makefile):
6768 Prepend $(srcdir)/ to rule dependencies outside this dir.
6769
67701998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6771
6772 * configure.in: Use unset CDPATH instead of making it empty.
6773
67741998-06-20 Karl Heuer <kwzh@gnu.org>
6775
6776 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
6777
67781998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
6779
6780 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
6781 and default.el. Sort the results.
6782
67831998-05-31 Karl Heuer <kwzh@gnu.org>
6784
6785 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
6786 writable.
6787
67881998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
6789
6790 * Makefile.in (install-arch-indep):
6791 Don't alter site-lisp/subdirs.el if it exists.
6792
67931998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
6794
6795 * Makefile.in (install-arch-indep): Put `-' on commands to create
6796 subdirs.el in site-lisp dirs.
6797
67981998-05-07 Richard Stallman <rms@psilocin.gnu.org>
6799
6800 * Makefile.in (install-arch-indep): Fix typo in previous change.
6801
68021998-05-06 Richard Stallman <rms@psilocin.gnu.org>
6803
6804 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
6805
68061998-04-28 Richard Stallman <rms@psilocin.gnu.org>
6807
6808 * Makefile.in (mkdir): Create the site-lisp dirs.
6809 (install-arch-indep): Make site-lisp/subdirs files world-readable.
6810
68111998-04-26 Richard Stallman <rms@psilocin.gnu.org>
6812
6813 * Makefile.in (INSTALL_INFO): New variable.
6814 (install-arch-indep): Don't replace the dir file if it already exists.
6815 Use the install-info program, via INSTALL_INFO, to add entries.
6816 Make the `info' subdir and the Info files world-readable.
6817
68181998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
6819
6820 * config.bat: Make sure the environment is large enough to support
6821 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
6822
68231998-04-10 Karl Heuer <kwzh@gnu.org>
6824
6825 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
6826
68271998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6828
6829 * configure.in: Add --with-gssapi to specify GSS-API
6830 authentication support for movemail.
6831
68321998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
6833
6834 * Makefile.in (install-arch-indep): Fix previous change.
6835
68361998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
6837
6838 * Makefile.in (info): Run man in build dir, not srcdir.
6839
68401998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
6841
6842 * Makefile.in (install-arch-indep): Fix previous change.
6843
68441998-03-23 Kenichi Handa <handa@etl.go.jp>
6845
6846 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
6847
68481998-03-22 Richard Stallman <rms@gnu.org>
6849
6850 * Makefile.in (install-arch-indep): Put special subdirs.el files
6851 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
6852
68531998-03-21 Richard Stallman <rms@psilocin.gnu.org>
6854
6855 * make-dist: Fix shell syntax in check for missing .el or .elc files.
6856
68571998-03-09 Richard Stallman <rms@psilocin.gnu.org>
6858
6859 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
6860 (m68*-hp-hpux*): Handle versions 1X like 10.
6861
68621998-03-07 Richard Stallman <rms@psilocin.gnu.org>
6863
6864 * make-dist: PROBLEMS is now in etc, not top level dir.
6865
6866 * Makefile.in (SOURCES): Delete PROBLEMS.
6867
68681998-02-25 Richard Stallman <rms@gnu.org>
6869
6870 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
6871
6872 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
6873
68741998-01-17 Richard Stallman <rms@gnu.org>
6875
6876 * Makefile.in (install-arch-indep): Add semicolon before `else'.
6877
68781998-01-02 Richard Stallman <rms@psilocin.gnu.org>
6879
6880 * make-dist (tempparent): New option --no-check.
6881
6882 * make-dist: Don't do anything with cpp directory.
6883
68841997-12-20 Richard Stallman <rms@psilocin.gnu.org>
6885
6886 * configure.in (sparc-fujitsu-sysv4*): New target.
6887
68881997-12-17 Andreas Schwab <schwab@gnu.org>
6889
6890 * configure.in: Cache more tests. Add missing quotes around
6891 message with embedded comma.
6892
68931997-12-04 Karl Heuer <kwzh@gnu.org>
6894
6895 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
6896
68971997-11-26 Joel N. Weber II <devnull@gnu.org>
6898
6899 * make-dist: Changed the comment about `umask 0' to say `Don't
6900 restrict access to any files.'; previously it said `Don't protect
6901 any files', which may have implied that we think fascism is good.
6902
69031997-11-24 Paul Eggert <eggert@twinsun.com>
6904
6905 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
6906 strftime needs the underlying host's strftime for locale dependent
6907 formats.
6908
69091997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
6910
6911 * configure.in (i586-dg-dguxR4.*): New name in case branch.
6912
69131997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
6914
6915 * config.bat: Configure the man subdirectory.
6916
69171997-11-07 Paul Eggert <eggert@twinsun.com>
6918
6919 * configure.in (AC_CHECK_LIB): Add -lintl.
6920
69211997-11-07 Karl Heuer <kwzh@gnu.org>
6922
6923 * make-dist (check for .elc files): Avoid bash-specific syntax.
6924 (check for overflow 14-char limit): Simplify.
6925
69261997-11-07 Richard Stallman <rms@gnu.org>
6927
6928 * Makefile.in (install): Move blessmail last.
6929
69301997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6931
6932 * configure.in (gettimeofday, one arg or two):
6933 Clarify messages by avoiding double negative.
6934
69351997-09-30 Karl Eichwalder <ke@suse.de>
6936
6937 * Makefile.in (install-arch-indep): Install the widget info file.
6938
69391997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
6940
6941 * configure.in (with-pop, with-kerberos): Need to check Kerberos
6942 libraries in reverse order, so that libraries will appear in the
6943 correct dependency order on the link line (and so that the
6944 configure checks themselves will work properly when early
6945 libraries depend on later ones).
6946
69471997-09-21 Erik Naggum <erik@naggum.no>
6948
6949 * make-dist (making links to `src'): Keep timestamp on copied files.
6950
6951 * make-delta: New script to produce delta distributions.
6952
69531997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6954
6955 * Version 20.2 released.
6956
69571997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6958
6959 * Version 20.1 released.
6960
6961 * Makefile.in (install-leim): Depend on mkdir.
6962 (leim): Depend on src.
6963
69641997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6965
6966 * configure.in: Recognize alpha* instead of just alpha.
6967
69681997-09-12 Paul Eggert <eggert@twinsun.com>
6969
6970 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
6971
69721997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6973
6974 * update-subdirs: Use rm -f.
6975
69761997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6977
6978 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
6979 Ignore subdirs named Old.
6980
69811997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
6982
6983 * configure.in: Add OpenBSD clause to set $machine.
6984
69851997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6986
6987 * make-dist: Recompile everything after updating various Lisp files.
6988 Recompile in leim as well as lisp.
6989 Check in leim as well as lisp for mismatched files and too-long names.
6990
69911997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6992
6993 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
6994
69951997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
6996
6997 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
6998 before trying to copy anything from it.
6999
70001997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7001
7002 * Makefile.in (man/Makefile): New target.
7003 (tags): Define env var EMACS and run Makefile from build dir.
7004
70051997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
7006
7007 * config.bat: If src/_gdbinit doesn't exist, try using
7008 src/.gdbinit to create it (for building on Windows 95).
7009
70101997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7011
7012 * Makefile.in (install-arch-indep):
7013 Discard extra data in tar | tar pipes.
7014
70151997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
7016
7017 * configure.in (x_default_search_path): Corrected
7018 '${x_library}' to '${x_library}/X11'.
7019
70201997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7021
7022 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
7023
70241997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7025
7026 * configure.in: Support auto-configuration of both Kerberos V4 and
7027 Kerberos V5 for movemail, including detection of V4 and V5 header
7028 files and libraries.
7029
70301997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
7031
7032 * configure.in: Compute x_default_search_path
7033 and substitute into makefiles.
7034
7035 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
7036
70371997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7038
7039 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
7040
70411997-08-07 Erik Naggum <erik@naggum.no>
7042
7043 * configure.in: Remove lockdir, it is no longer needed.
7044 * Makefile.in (mkdir): Don't create lockdir.
7045 (lockdir): Variable deleted.
7046 (paths-force): Don't operate on PATH_LOCK.
7047
70481997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7049
7050 * leim-Makefile.in (clean, distclean): New targets.
7051
7052 * make-dist: Include leim/ChangeLog in leim distribution.
7053
70541997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7055
7056 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
7057
70581997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7059
7060 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
7061
70621997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7063
7064 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
7065
70661997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7067
7068 * make-dist: Update leim/leim-list.el.
7069 Pass along value of $EMACS when updating lisp dir.
7070
70711997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7072
7073 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
7074 prerequisite to the use of Doug Lea's malloc.
7075
70761997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7077
7078 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
7079
7080 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
7081
70821997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7083
7084 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
7085
70861997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7087
7088 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
7089 to news-r6.h.
7090
70911997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7092
7093 * config.bat: Use `sed' instead of `cp', which might not be
7094 installed.
7095
70961997-07-09 Kenichi Handa <handa@etl.go.jp>
7097
7098 * Makefile.in (mostlyclean): Add cleaning leim directory.
7099 (clean, distclean, maintainer-clean): Likewise.
7100
71011997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7102
7103 * make-dist (bogosities): Check subdirs of `lisp' also.
7104
71051997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7106
7107 * make-dist (etc): Really avoid symlinks now.
7108 (lisp): Don't delete from subdirs the things we never copy.
7109
71101997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7111
7112 * Makefile.in (install-arch-indep): Correct the target name.
7113 The first letter `i' was dropped by the previous change of mine.
7114
71151997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7116
7117 * configure.in (leim/Makefile): Generate this.
7118 (*-sysv4.2uw*): Recognize new alternative.
7119
7120 * leim-Makefile.in: Renamed from leim-Makefile.
7121
7122 * make-dist: Set up real-leim subdirectory,
7123 with the real contents of leim; then move it to
7124 a separate top-level directory.
7125
7126 * make-dist: Don't mention site-lisp, site-init, site-start
7127 or default, when listing files hat are not compiled and should be.
7128
7129 * configure.in: Create src/config.stamp at the end.
7130
71311997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7132
7133 * Makefile.in (install-leim): Correct previous change.
7134
71351997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7136
7137 * Makefile.in (install-leim): New target.
7138 (install): Depend on install-leim.
7139
71401997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7141
7142 * Makefile.in (SUBDIR): Add leim.
7143 (SUBDIR_MAKEFILES): Add leim/Makefile.
7144 (leim/Makefile): New target.
7145
71461997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7147
7148 * leim-Makefile: New file.
7149 * make-dist: Initialize a `leim' subdirectory with that makefile.
7150
71511997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7152
7153 * configure.in (GNU_MALLOC_reason): Fix message text.
7154
71551997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7156
7157 * make-dist (lisp): Don't process subdirs that start with =.
7158 (etc): Copy symlinks, as in src.
7159
71601997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7161
7162 * configure.in (i*86-*-unixware*): New alternative.
7163
71641997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7165
7166 * Makefile.in (src/config.stamp): Target renamed from src/config.h
7167 and touch it explicitly.
7168
7169 * configure.in (mips-sony-newsos6*): New alternative.
7170 (mips-*-linux-gnu*): New alternative.
7171 (*-*-bsdi*): New alternative.
7172 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
7173
71741997-06-22 Dave Love <d.love@dl.ac.uk>
7175
7176 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
7177 (src/config.h): New target to re-configure if src/config.in is patched.
7178
71791997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7180
7181 * configure.in (shutdown): Check for `shutdown' function.
7182
71831997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7184
7185 * update-subdirs: Include the directory "language" in subdirs.
7186
71871997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7188
7189 * configure.in (m88k-dg-dgux4*): New alternative.
7190 (alpha-*-netbsd*): New alternative.
7191 (powerpcle-*-solaris2*): New alternative.
7192
71931997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7194
7195 * make-dist: Warn about .el files that are not compiled.
7196
71971997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7198
7199 * Makefile.in (dist): Don't run update-subdirs here,
7200 since make-dist now gets that done.
7201
7202 * make-dist: Use the new `updates' target in lisp/Makefile.
7203
7204 * make-dist: Use new non-file targets in lisp/Makefile.
7205
72061997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7207
7208 * make-dist: Handle all subdirs of `lisp' uniformly.
7209 Don't handle `term' and `language' specially.
7210 Clear out umask at the beginning.
7211
72121997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7213
7214 * make-dist: Use Make to update finder-inf.el and autoloads.
7215 Also update cus-load.el.
7216
72171997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7218
7219 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
7220 in case it is desirable to disable the GNU malloc features with glibc.
7221
72221997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7223
7224 * configure.in (DOUG_LEA_MALLOC):
7225 Define if malloc_{get,set}_state exist.
7226
72271997-03-05 Kenichi Handa <handa@etl.go.jp>
7228
7229 * make-dist: Make links for files under lisp/language.
7230
72311997-02-20 Kenichi Handa <handa@etl.go.jp>
7232
7233 * update-subdirs: Exclude the directory "language" from subdirs.
7234
72351997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
7236
7237 * configure.in: Check for rint and cbrt.
7238
72391997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7240
7241 * make-dist: Use $EMACS to say where to run Emacs.
7242 Add --no-update option.
7243
72441996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7245
7246 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
7247
72481996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7249
7250 * make-dist (copying src): Check thoroughly for symlinks
7251 and copy them in all cases. Regularize the linking of *.in
7252 and *.opt and ChangeLog files.
7253 (copying lib-src): Likewise.
7254 Don't rm getdate.c or y.tab.*--they don't exist any more.
7255
72561996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
7257
7258 * configure.in: Check for libmail, maillock.h and
7259 touchlock (for movemail).
7260
72611996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7262
7263 * configure.in (limits.h): Check for this file.
7264
72651996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7266
7267 * configure.in (rs6000-ibm-aix4.2): New alternative.
7268 (rs6000-ibm-aix4.0): New alternative.
7269 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
7270
72711996-11-22 Ben Harris <bjh21@cam.ac.uk>
7272
7273 * configure.in: Recognize vax-*-netbsd*.
7274
72751996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7276
7277 * configure.in (locallisppath): Add leim directory.
7278
72791996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7280
7281 * config.bat: Make sure `mv' supports forward slashes and -f.
7282
72831996-10-28 Christian Limpach <chris@nice.ch>
7284
7285 * configure.in (hppa*-next-nextstep*): * added after hppa
7286 to accept hppa1.0 and hppa1.1.
7287
72881996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
7289
7290 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
7291 * configure.in (ld_switch_machine): Fix typo.
7292
72931996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7294
7295 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
7296 from config.h and use them in $ac_link.
7297
72981996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
7299
7300 * configure.in: Create a subdir named `lisp'.
7301
73021996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7303
7304 * configure.in: Check for getcwd.
7305
73061996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7307
7308 * configure.in: Check for termios.h. Check for setpgid.
7309
73101996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7311
7312 * configure.in: Check for setrlimit.
7313
73141996-08-31 Paul Eggert <eggert@twinsun.com>
7315
7316 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
7317
73181996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7319
7320 * configure.in: Check for utimes.
7321
7322 * configure.in: Check for com_err library, but only
7323 if --with-kerberos was used. Check for krb and des
7324 only if --with-kerberos.
7325
73261996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7327
7328 * Makefile.in (INSTALL_STRIP): New variable.
7329 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
7330 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
7331
73321996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7333
7334 * configure.in: Check for krb and des libraries.
7335
73361996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7337
7338 * configure.in (*-sunos4.1.[3-9]*noshare):
7339 Use sunos413, not sunos4-1-3.
7340 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
7341 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
7342
73431996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7344
7345 * Makefile.in (src/paths.h): Target deleted.
7346 (paths-force): Delete all dependencies on this target
7347 but don't delete the target.
7348 (install): Depend on `all'.
7349 (paths-force): Don't print a message.
7350
7351 * configure.in: Generate src/paths.h here.
7352
73531996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7354
7355 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
7356 New variables that affect linking only.
7357 (alpha-dec-osf*): Use those instead of previous change.
7358
73591996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7360
7361 * Makefile.in (install-arch-indep): Install info/messages.
7362
73631996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7364
7365 * Version 19.33 released.
7366
73671996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
7368
7369 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7370 Fix previous change.
7371
73721996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7373
7374 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7375 New alternative.
7376
73771996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7378
7379 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
7380 and NON_GCC_TEST_OPTIONS.
7381
73821996-08-06 Paul Eggert <eggert@twinsun.com>
7383
7384 * configure.in (LOCALTIME_CACHE): Don't put a string literal
7385 "TZ=..." in environ.
7386
73871996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7388
7389 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
7390
73911996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7392
7393 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
7394 the more general *-sunos4.1.[3-9]* clause.
7395
73961996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7397
7398 * Version 19.32 released.
7399
7400 * configure.in (*-sco3.2v5*):
7401 Set OVERRIDE_CPPFLAG to a string of one space.
7402 Fix the code that uses OVERRIDE_CPPFLAG.
7403
74041996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
7405
7406 * configure.in: Undo previous change.
7407
74081996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7409
7410 * config.sub: Use `pc', not `unknown', when canonicalizing
7411 the vendor for ...86.
7412
74131996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
7414
7415 * configure.in: Check for termios.h header.
7416
74171996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
7418
7419 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
7420
74211996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
7422
7423 * configure.in: Split bsdos2 and bsdos2-1.
7424
74251996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7426
7427 * config.sub: If last two words are not a recognized
7428 KERNEL-OS pair, use just the last word as OS, as in 19.31.
7429 Make conversion of gnu/linux to linux-gnu really work.
7430
7431 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
7432
74331996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7434
7435 * configure.in (check for using Lucid widgets by default):
7436 Eliminate indentation that confuses some compilers.
7437
74381996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7439
7440 * config.sub: Convert linux and gnu/linux to linux-gnu.
7441
7442 * make-dist: Don't update getdate.c.
7443 Ignore =... files when checking for too-long Lisp file names.
7444
74451996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7446
7447 * configure.in (euidaccess): Check for that, not for eaccess.
7448
74491996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7450
7451 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
7452 before `noshare'.
7453 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
7454
74551996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7456
7457 * configure.in: Rename lignux to linux-gnu in configuration names.
7458 Use gnu-linux as the opsys value (s/ file name).
7459 Allow i686 just like i386, i486, i586.
7460
74611996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7462
7463 * configure.in (i*86-*-sco3.2v5): New alternative.
7464 (OVERRIDE_CPPFLAG): New variable.
7465 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
7466
7467 * configure.in: Specify vpath for .texi files.
7468
74691996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7470
7471 * configure.in: Always check for HAVE_X11R5.
7472 Separately decide whether to use a toolkit by default.
7473
74741996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
7475
7476 * configure.in: If X11R5 is missing the Xaw headers,
7477 default to --with-x-toolkit=no.
7478
74791996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7480
7481 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
7482
74831996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7484
7485 * Makefile.in (install-arch-indep): If cd etc makes output,
7486 don't treat that as part of the tar data.
7487 Check that ./lisp actually exists.
7488
74891996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
7490
7491 * make-dist: Check for long file names.
7492
74931996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7494
7495 * Version 19.31 released.
7496
74971996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
7498
7499 * configure.in: Recognize sparc-*-lignux.
7500
75011996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7502
7503 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
7504 Don't include config.w95.
7505
75061996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
7507
7508 * make-dist: Replace --no-clean-up and --no-tar options
7509 with --clean-up and --tar, so that the default is useful.
7510
75111996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
7512
7513 * config.bat: Make sure the GDB init file is called src/_gdbinit;
7514 if not, tell the user to rename it and abort.
7515
75161996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
7517
7518 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
7519 test program.
7520
75211996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7522
7523 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
7524
7525 * make-dist (MANIFEST): Fix previous change.
7526 (msdos): Put mainmake.v2 into the dist.
7527
75281996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7529
7530 * make-dist: Exit if autoconf fails.
7531
75321996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
7533
7534 * config.bat: Set djgpp-ver, and unset it at the end.
7535 Add a number of conditionals for DJGPP version 2.
7536 Rename label libsrc2 to libsrc3.
7537 Substitute for LDFLAGS in src/Makefile.
7538 Substitute for ALL_CFLAGS in lib-src/Makefile.
7539
75401996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7541
7542 * configure.in (ncurses): Check this after checking fns like strerror.
7543
75441996-04-08 Erik Naggum <erik@naggum.no>
7545
7546 * make-dist (MANIFEST): Don't include lines from =files.
7547
75481996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7549
7550 * make-dist: Don't put lisp/dired.todo in the dist.
7551
75521996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
7553
7554 * configure.in (HAVE_NCURSES): Look for library named ncurses.
7555
7556 * configure.in (setlocale): Check for it.
7557
7558 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
7559
75601996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7561
7562 * configure.in: Use lignux instead of linux as value of opsys.
7563
75641996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7565
7566 * Makefile.in (install-strip): Fix whitespace.
7567 Get rid of continuation.
7568
7569 * config.sub: Convert linux or gnu/linux to lignux.
7570
75711996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7572
7573 * configure.in: Accept lignux in configuration name.
7574
75751996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7576
7577 * Makefile.in (install-strip): New target.
7578
75791996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7580
7581 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
7582 -f failed to do the job on Suns.
7583
75841996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7585
7586 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
7587
7588 * configure.in (linux/version.h): Check for this header.
7589
75901996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7591
7592 * configure.in: Remove -fno-builtin hackery from -lm check.
7593
75941996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
7595
7596 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
7597 just this test.
7598
7599 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
7600
76011996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7602
7603 * configure.in: Check for ncurses.
7604
76051996-02-28 Paul Eggert <eggert@twinsun.com>
7606
7607 * configure.in (LOCALTIME_CACHE):
7608 Also define if localtime mishandles unsetting TZ.
7609 This works around a localtime bug in mips-dec-ultrix.
7610
76111996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7612
7613 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
7614
7615 * configure.in: Improve messages about X versions.
7616
76171996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7618
7619 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
7620
76211996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7622
7623 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
7624 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
7625
7626 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
7627 (install): Put install-arch-indep before install-arch-dep.
7628
76291996-02-20 Dave Love <d.love@dl.ac.uk>
7630
7631 * INSTALL: Clarify info about MS-DOS path handling.
7632
76331996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7634
7635 * Makefile.in (install-arch-indep): Install info/ccmode*.
7636 In previous change, protect against /bin/pwd returning null string.
7637
76381996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7639
7640 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
7641 to lispdir.
7642
76431996-02-01 Paul Eggert <eggert@twinsun.com>
7644
7645 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
7646
76471996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7648
7649 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
7650
76511996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7652
7653 * Makefile.in (extraclean): Use ${top_distclean} to ensure
7654 we delete everything distclean deletes.
7655
76561996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
7657
7658 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
7659
76601996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7661
7662 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
7663 into LDFLAGS instead of into LIBS.
7664
76651996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7666
7667 * configure.in (HAVE_XMU): Fix typo in previous change.
7668
76691996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7670
7671 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
7672
76731996-01-10 Erik Naggum <erik@naggum.no>
7674
7675 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
7676
76771996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
7678
7679 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
7680
76811996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7682
7683 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
7684 and use -lXt to link it.
7685
76861996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7687
7688 * configure.in (locallisppath): Put version-specific dir first.
7689
76901996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7691
7692 * configure.in (hppa-*-nextstep*): New alternative.
7693 (USE_X_TOOLKIT): By default, set this to "maybe";
7694 and change that later to LUCID or "no" according to X11 version.
7695
7696 * make-dist: Recompile outdated .elc files and update all autoloads.
7697
76981996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7699
7700 * configure.in (locallisppath): Fix typo in last change: " -> '.
7701
77021996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7703
7704 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
7705
77061995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7707
7708 * Makefile.in (install-arch-indep): Give all files read permission.
7709
77101995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7711
7712 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
7713 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
7714
77151995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7716
7717 * configure.in: Determine HAVE_X11R6.
7718 (HAVE_MENUS): Renamed from HAVE_X_MENU.
7719
77201995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7721
7722 * configure.in: Just "solaris" now defaults to version 2.4.
7723 Add sunos4.1.n-noshare as alternative.
7724
77251995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7726
7727 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
7728
77291995-11-29 Erik Naggum <erik@naggum.no>
7730
7731 * Makefile.in (install-arch-indep): Add missing backslash.
7732
77331995-11-29 Karl Eichwalder <ke@ke.Central.DE>
7734
7735 * Makefile.in (install-arch-indep): Don't install
7736 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
7737
77381995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7739
7740 * Makefile.in (install-arch-indep): Fix previous change.
7741
7742 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
7743
77441995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7745
7746 * Version 19.30 released.
7747
7748 * make-dist (lisp): Exclude subdirs.el.
7749
77501995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7751
7752 * make-dist (etc): Delete *.orig and *.rej.
7753
77541995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7755
7756 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
7757
77581995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7759
7760 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
7761
77621995-11-14 Geoff Voelker <voelker@cs.washington.edu>
7763
7764 * make-dist (nt): Rename install, readme, and todo to
7765 INSTALL, README, and TODO.
7766
77671995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7768
7769 * make-dist (lisp): Don't distribute site-start.
7770
77711995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
7772
7773 * make-dist: Break the hard link on alloca.c.
7774
77751995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7776
7777 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
7778
77791995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7780
7781 * make-dist (src, lib-src): Don't distribute Makefile.c.
7782 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
7783
77841995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7785
7786 * Makefile.in (mkdir): Create man1dir, not mandir.
7787 (uninstall): Use man1dir, not mandir.
7788
77891995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7790
7791 * Makefile.in (man1dir): New variable.
7792 (install-arch-indep): Use man1dir.
7793
7794 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
7795
7796 * make-dist: Create lisp/MANIFEST.
7797
77981995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7799
7800 * configure.in (m68k-*-linux*): New alternative.
7801
78021995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7803
7804 * make-dist: Use new names config.in, paths.in, and
7805 {src,lib-src}/Makefile.in.
7806
78071995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7808
7809 * configure.in: Don't bother checking for drem.
7810
78111995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7812
7813 * Makefile.in (distclean): Delete line with just a tab in it.
7814 (install-arch-indep): Delete spaces that precede tabs.
7815 Delete spurious `fi' left from previous change.
7816 (install): Supply `true' as command, to avoid null command.
7817
78181995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7819
7820 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
7821
78221995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7823
7824 * configure.in (powerpc-*-solaris2): New alternative.x
7825
78261995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
7827
7828 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
7829 of paths.h.tmp$$, to avoid going beyond 14 characters.
7830
78311995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7832
7833 * configure.in: Improve error msg for invalid --with-x-toolkit value.
7834
78351995-09-06 Paul Eggert <eggert@twinsun.com>
7836
7837 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
7838 if localtime caches TZ. Check for tzset.
7839
78401995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7841
7842 * config.bat: Simplify using new names file names src/makefile.in,
7843 config.in, paths.in. Change Echo commands not to use `.
7844
78451995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7846
7847 * Makefile.in (install-arch-indep): Always install the new dir file;
7848 rename the previous dir file to dir.bak or dir.old.
7849
78501995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7851
7852 * configure.in (RANLIB): Substitute this into makefiles.
7853 Set it specially on solaris; set it by default on other systems.
7854
7855 * configure.in: Fix previous Alpha change.
7856
78571995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7858
7859 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
7860 NON_GCC_TEST_OPTIONS.
7861
78621995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7863
7864 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
7865 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
7866
7867 * configure.in (alpha-*-linux*): New configuration.
7868
78691995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7870
7871 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
7872 (m68k-next-nextstep*): New alias for that.
7873 (i*86-*-nextstep*): Use nextstep.h.
7874 (sparc-*-nextstep*): New configuration.
7875
78761995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7877
7878 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
7879 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
7880
78811995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7882
7883 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
7884 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
7885
78861995-07-18 Mike Long <mike.long@analog.com>
7887
7888 * make-dist: Fix update of finder-inf.el, and byte-compile it.
7889
78901995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7891
7892 * Makefile.in (src/paths.h, paths-force):
7893 Rename src/paths.h.in to src/paths.in.
7894 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
7895
7896 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
7897 Use Makefile.c for intermediate file.
7898 Rename src/config.h.in to src/config.in.
7899
79001995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
7901
7902 * configure.in (mips-dec-ultrix*): Assume version 4.3.
7903 (mips-dec-ultrix4.[12]): New alternative for old versions.
7904
79051995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7906
7907 * make-dist: Don't break intra-tree links.
7908
79091995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
7910
7911 * configure.in: Put back archlibdir initialization. Require
7912 autoconf 2.4.1 or later.
7913
79141995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7915
7916 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
7917 (mips-mips-riscos5*): New alternative.
7918
79191995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7920
7921 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
7922
79231995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7924
7925 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
7926 (mandir, infodir, archlibdir): Initializations deleted.
7927
7928 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
7929 On hpux9shr, use hpux9shxr4.h.
7930
79311995-06-24 Morten Welinder <terra+@cs.cmu.edu>
7932
7933 * configure.in: Added target mips-dec-mach_bsd4.3.
7934 * config.guess: Guess mips-dec-mach_bsd4.3.
7935
79361995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7937
7938 * Makefile.in (mkdir): Use symbolic chmod.
7939
79401995-06-22 Paul Eggert <eggert@twinsun.com>
7941
7942 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
7943 SunOS 4.1.5 through 4.1.9, should they ever exist.)
7944
79451995-06-22 Paul Eggert <eggert@twinsun.com>
7946
7947 * Makefile.in (SUBDIR_MAKEFILES):
7948 Add man/Makefile, so `make distclean' removes it.
7949 (top_distclean): Add config.log to the list of files to be removed.
7950
79511995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7952
7953 * Version 19.29 released.
7954
79551995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7956
7957 * configure.in: Fix the previous change to verify that the -b
7958 option really solves the problem.
7959
7960 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
7961
79621995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7963
7964 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
7965
79661995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7967
7968 * configure.in: Report more clearly when there is no special
7969 dir to search for X includes or libraries.
7970
79711995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7972
7973 * configure.in: Check for -lpthreads, not -lpthread.
7974
79751995-06-09 Geoff Voelker <voelker@cs.washington.edu>
7976
7977 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
7978
79791995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7980
7981 * configure.in: Check for -lpthread.
7982
79831995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7984
7985 * Makefile.in (install-arch-indep): Install info files for mh-e.
7986 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
7987
79881995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7989
7990 * configure.in (*-solaris2.5): New configuration.
7991
7992 * make-dist: Copy new files config.nt and config.w95.
7993
79941995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
7995
7996 * configure.in: Use x_includes, not x_libraries, for -I.
7997 Make bitmapdir a colon-separated list.
7998
79991995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
8000
8001 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
8002
8003 * configure.in: Allow x_libraries and x_includes to be paths.
8004
80051995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8006
8007 * configure.in: Fix typo.
8008
80091995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8010
8011 * INSTALL: Clarify use of site-init.el.
8012
80131995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
8014
8015 * configure.in: Pass arg to sqrt.
8016
80171995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8018
8019 * make-dist: Fix May 6 change.
8020
80211995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8022
8023 * vpath.sed: Delete reference to ymakefile.
8024
80251995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8026
8027 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
8028
80291995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8030
8031 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
8032
8033 * update-subdirs: Specify /bin/sh to run the script.
8034
80351995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8036
8037 * make-dist: Put src/makefile.nt in dist.
8038
8039 * configure.in (i[345]86-*-bsdi2*): New configuration.
8040 (vax-dec-bsd386*): Deleted.
8041
80421995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8043
8044 * configure.in: Make sure CDPATH doesn't mess up PWD check.
8045 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
8046 Use fmod instead of logb in -lm check.
8047
80481995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8049
8050 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
8051 Use bsd4-3. Don't set NON_GNU_CPP.
8052
8053 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
8054 In nt, copy various different things, but not *.cmd.
8055 Fix the ln commands for the subdirs of nt.
8056
80571995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8058
8059 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
8060
80611995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8062
8063 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
8064 since that's what the header file expects.
8065
80661995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
8067
8068 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
8069 and 68040 based machines when choosing options for gnucc.
8070
80711995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8072
8073 * Makefile.in (top_distclean): Delete config.cache.
8074
80751995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8076
8077 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
8078
8079 * configure.in: Use m/ncr386.h.
8080
80811995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8082
8083 * Makefile.in (install-arch-indep): Undo Sep 23 change.
8084
80851995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8086
8087 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
8088 (man): Don't copy texindex.c and getopt.c; they're deleted.
8089 (etc): Omit `e'; it's a subdirectory.
8090 (etc/e): Use `../..', not `..', to reference top level.
8091
80921995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
8093
8094 * Makefile.in (install-arch-indep, dist):
8095 Look for `update-subdir' in $(srcdir).
8096
80971995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8098
8099 * make-dist: Include mkinstalldirs in distribution.
8100
81011995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8102
8103 * make-dist: Add missing close backquote.
8104
81051995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8106
8107 * make-dist: Don't distribute shortnames directory.
8108
81091995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8110
8111 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
8112
81131995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8114
8115 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
8116
81171995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8118
8119 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
8120
81211995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8122
8123 * configure.in (mips-sgi-irix6): New configuration.
8124
81251995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8126
8127 * Makefile.in (maintainer-clean): Renamed from realclean.
8128
81291995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8130
8131 * configure.in: Create a .gdbinit that sources the real one,
8132 if using a different build directory.
8133
81341995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8135
8136 * configure.in: Check for sys/select.h.
8137
81381995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8139
8140 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
8141
81421994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8143
8144 * configure.in: Handle isc 4.1 operating system.
8145
81461994-12-10 Richard Stallman <rms@kepa>
8147
8148 * configure.in (rs6000-ibm-aix4.1*): New alternative.
8149 (rs6000-ibm-aix4*): New alternative.
8150
81511994-12-06 Richard Stallman <rms@kepa>
8152
8153 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
8154
81551994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8156
8157 * configure.in: Don't try to make directories that are guaranteed
8158 to already exist.
8159
81601994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8161
8162 * configure.in: Generate man/Makefile from man/Makefile.in.
8163 Create the man subdir.
8164
8165 * Makefile.in (dvi): Run Make in our man subdir.
8166
8167 * make-dist: Create subdir etc/e.
8168 Make links to it.
8169 Put man/Makefile.in in dist, instead of man/Makefile.
8170
81711994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
8172
8173 * configure.in: Add --with-pop, --with-kerberos, and
8174 --with-hesiod for movemail.
8175
81761994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8177
8178 * configure.in (m68*-apollo*): Use s/domain.h.
8179
81801994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8181
8182 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
8183
81841994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8185
8186 * configure.in: Don't add -I, -L, -R options for cc if their
8187 arguments would be empty.
8188
81891994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8190
8191 * configure.in (i860-intel-osf1*): New alternative.
8192 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
8193 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
8194
81951994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8196
8197 * configure.in: Make h_errno check not use nested functions.
8198
81991994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8200
8201 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
8202
82031994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8204
8205 * Makefile.in (install-arch-indep): Avoid continued comment
8206 swallowing target line.
8207
82081994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
8209
8210 * configure.in: Protect a character class with `changequote'.
8211
82121994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8213
8214 * configure.in: Accept `news' as a synonym for `newsos'.
8215
82161994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8217
8218 * Makefile.in: Don't rm files if cd fails.
8219
82201994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8221
8222 * make-dist: Put nt subdir and its subdirs in the dist.
8223 (lib-src): Put makefile.nt in the dist.
8224 (lisp): Put makefile.nt in the dist.
8225
82261994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8227
8228 * configure.in: Change a stray `[' to `test'.
8229
82301994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8231
8232 * configure.in: Adapt for Autoconf v2. Use the standard argument
8233 parser, host type canonicalizer, X11 finder, and message
8234 printing macros. Use the new macro names. Use `test' instead of `['.
8235
82361994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8237
8238 * configure.in: Check for getpagesize.
8239
82401994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8241
8242 * make-dist (msdos): Put sed* in the distribution.
8243
82441994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
8245
8246 * config.bat: New option, `--with-x', for configuring Emacs
8247 for use with the X11 system DesqView/X.
8248 New option, `--no-debug', for compiling Emacs without debug
8249 information thus saving disk space.
8250 (src/config.h, src/paths.h): Use `update' (which is like
8251 `move-if-changed') to change the file.
8252 (src/config.h): When configuring for X11 perform extra changes.
8253 (src/makefile): When configuring for X11 perform extra changes.
8254 (lib-src): Remove temporary files.
8255 (): Check that `sed', `rm', `mv', and `gcc' are available.
8256
82571994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8258
8259 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
8260
8261 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
8262
82631994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8264
8265 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
8266
8267 * configure.in (canonical): Substitute var into makefiles.
8268 (bitmapdir): Likewise.
8269
8270 * Makefile.in (bitmapdir): New variable.
8271 (src/paths.h, paths-force): Edit PATH_BITMAPS.
8272
82731994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8274
8275 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
8276
8277 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
8278 * update-subdirs: New shell script.
8279
82801994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8281
8282 * Makefile.in (top_distclean): Don't rm build-install.
8283 (SOURCES): Delete build-install.in.
8284
8285 * make-dist: Don't distribute build-ins.in.
8286 * build-ins.in: File deleted.
8287
82881994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
8289
8290 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
8291
82921994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8293
8294 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
8295
8296 * configure.in (libexecdir): Renamed from libdir. New default.
8297 (sharedstatedir): Renamed from statedir. New default.
8298 (datadir): New default.
8299
8300 * make-dist: Don't distribute subdirs.el.
8301
83021994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8303
8304 * configure.in (eaccess): Check for it.
8305
83061994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8307
8308 * configure.in (mktime): Check for it.
8309
83101994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
8311
8312 * configure.in (motif): Add support for usage and option checking.
8313
83141994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8315
8316 * configure.in (utimes): Check for it.
8317
83181994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8319
8320 * Makefile.in (install-arch-indep): Don't do mkdir here.
8321
83221994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8323
8324 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8325 riscix.h renamed to acorn.h.
8326
83271994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
8328
8329 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8330 New configurations.
8331
83321994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8333
8334 * configure.in: Remove trailing slashes from srcdir.
8335
83361994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8337
8338 * configure.in (i[345]86-sequent-ptx*): Handle
8339
83401994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8341
8342 * Makefile.in (paths-force): Depend on src/paths.h
8343
83441994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8345
8346 * configure.in (config_options): Save all arguments, not just some.
8347
83481994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8349
8350 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
8351
8352 * configure.in: Add AC_AIX.
8353 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
8354
83551994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8356
8357 * configure.in (parsing options): Simplify sed command to delete -'s.
8358
83591994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
8360
8361 * configure.in (config_options): New shell variable.
8362 Pass its value to C code in EMACS_CONFIG_OPTIONS.
8363
83641994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8365
8366 * configure.in (alpha-dec-osf*): New target.
8367
8368 * Makefile.in: Use just one FRC target.
8369
83701994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8371
8372 * Makefile.in (removenullpaths, paths-force):
8373 Use name paths.h.tmp$$, which depends on the pid.
8374
83751994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8376
8377 * Makefile.in (removenullpaths, paths-force):
8378 Put paths.h.tmp in top-level dir, not in src.
8379
83801994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8381
8382 * Version 19.27 released.
8383
83841994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8385
8386 * Version 19.26 released.
8387
83881994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8389
8390 * configure.in: Check for lrand48, not rand48.
8391
83921994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8393
8394 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
8395 (powerpc-ibm-aix*): New aliases.
8396
83971994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8398
8399 * make-dist (src/m, src/s): Put *.inp in distribution.
8400
84011994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8402
8403 * configure.in: Accept i586 and i486 along with i386.
8404
84051994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8406
8407 * configure.in: Do compute unexec, LIBX, system_malloc, etc
8408 even if CPP env var was set by the user.
8409
8410 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
8411
84121994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
8413
8414 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
8415
84161994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8417
8418 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
8419
84201994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8421
8422 * configure.in: Check more specifically for i*86-sun-sunos.
8423
84241994-08-03 Caveh Jalali (caveh@eng.sun.com)
8425
8426 * configure.in: Handle solaris 2.4.
8427
84281994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8429
8430 * configure.in (rand48): Check for it.
8431
84321994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8433
8434 * make-dist: Update the info files.
8435
84361994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8437
8438 * configure.in: Make "checking..." messages' style consistent.
8439 (HAVE_H_ERRNO): New test.
8440
84411994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8442
8443 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
8444
84451994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8446
8447 * configure.in (CFLAGS): If the envvar was specified, use that.
8448 And set REAL_CFLAGS from it too.
8449
84501994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8451
8452 * make-dist: Update finder-inf.el.
8453
84541994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8455
8456 * make-dist (msdos): Include sed4.inp in dist.
8457
8458 * Makefile.in (libsrc_libs): Var deleted.
8459
84601994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8461
8462 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
8463
84641994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8465
8466 * configure.in (mips-sony-newsos4*): New alias.
8467
84681994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8469
8470 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
8471 (*-convex-convexos*): Accept this as alias.
8472
84731994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8474
8475 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
8476 for two different uses.
8477
84781994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8479
8480 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
8481
84821994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8483
8484 * make-dist: Put ./BUGS into the distrib.
8485
84861994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8487
8488 * configure.in: Handle 386 running Solaris 2.
8489
84901994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8491
8492 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
8493
84941994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8495
8496 * configure.in (mips-sony-newsos*): Use news-risc.h.
8497
8498 * configure.in: Accept bsdi as opsys, like bsd386.
8499
85001994-06-01 Morten Welinder (terra@diku.dk)
8501
8502 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
8503
85041994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8505
8506 * Version 19.25 released.
8507
8508 * make-dist (shortversion): Don't assume another period follows.
8509
85101994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8511
8512 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
8513 (uninstall): Use /bin/pwd.
8514
8515 * Makefile.in (blessmail): Depend on src.
8516 (all): Don't depend on blessmail.
8517
8518 * Makefile.in (src/paths.h): Don't force recomputation.
8519 (paths-force): New target; force recomputation of paths.h.
8520 (all): Depend on paths-force.
8521 (src, lib-src): Depend on src/paths.h.
8522
8523 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
8524 NON_GCC_TEST_OPTIONS.
8525
85261994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8527
8528 * configure.in: Don't insist on subversions for irix.
8529
85301994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8531
8532 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
8533
8534 * configure.in (i[34]86-next-*): New alternative.
8535
85361994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8537
8538 * Version 19.24 released.
8539
8540 * configure.in: New config hppa*-hp-hpux9shr*.
8541
85421994-05-22 Morten Welinder (terra@tyr.diku.dk)
8543
8544 * config.bat: Doc fix.
8545
85461994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8547
8548 * Makefile.in (mostlyclean, clean, distclean, realclean)
8549 (extraclean): Don't act on man subdir if it doesn't exist.
8550
85511994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8552
8553 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
8554 Use them to set up CC.
8555 (*-sun-sunos4.1.3): Set them.
8556
85571994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8558
8559 * Makefile.in (lib-src): Don't depend on src/paths.h.
8560
85611994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8562
8563 * build-ins.in (copydests): Get rid of spurious `-'s.
8564
8565 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
8566
85671994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8568
8569 * Version 19.23 released.
8570
8571 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
8572 for the Xlib and Xt checks; then restore old CFLAGS.
8573
85741994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8575
8576 * configure.in (HAVE_X11XTR6): Add newline before #if.
8577 Add newline after #endif.
8578
85791994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8580
8581 * configure.in (HAVE_X11XTR6): Arrange to define it.
8582
85831994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8584
8585 * Makefile.in (install): Depend on blessmail.
8586
85871994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8588
8589 * configure.in (mips-siemens-sysv*): Put quotes around value
8590 containing blanks.
8591
85921994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8593
8594 * Makefile.in (TAGS): Use the makefile in src subdir.
8595
85961994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8597
8598 * configure.in (opsys): Recognize `gnu'.
8599
86001994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8601
8602 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
8603
86041994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8605
8606 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
8607 version > 1.8.
8608
86091994-05-08 Morten Welinder (terra@diku.dk)
8610
8611 * config.bat: Forcibly remove "# " style comments from makefiles.
8612
86131994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8614
8615 * Makefile.in (uninstall): When processing lispdir and etcdir,
8616 do nothing unless it exists and is a directory.
8617
86181994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8619
8620 * Makefile.in (install-arch-indep): Do install info/dired-x*.
8621 Merge code in from install-doc.
8622 (install-doc): Merge code back into install-arch-indep.
8623 (install-arch-dep): Don't depend on install-doc.
8624
8625 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
8626
86271994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8628
8629 * configure.in (making src/Makefile and lib-src/Makefile):
8630 Split off the autoconf substitutions and don't pass them thru cpp.
8631 (undefs): Use $canonical as well as $configuration.
8632
8633 * make-dist: Distribute lisp/Makefile.
8634
8635 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
8636 Use lower case names for the s files.
8637
86381994-05-03 Morten Welinder (terra@diku.dk)
8639
8640 * config.bat: Added possibility for different file name
8641 transcriptions in lib-src.
8642
86431994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8644
8645 * Makefile.in (lib-src): Undo previous change.
8646 (blessmail): New target to run maybe-blessmail in lib-src.
8647 (all): Depend on blessmail.
8648
8649 * Makefile.in (lib-src): Depend on src.
8650
86511994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
8652
8653 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
8654 (m88k-dg-dgux5.4R2): dgux5.4R2.
8655
86561994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8657
8658 * configure.in (window_system): Restore accidentally deleted code
8659 that uses AC_FIND_X.
8660
8661 * make-dist: Distribute config.bat.
8662
86631994-04-29 Morten Welinder (terra@diku.dk)
8664
8665 * config.bat: Corrected the configuration of lib-src
8666 to keep up with configure. Add note about dos version 3
8667 or better needed (djgpp needs that). Add note explaining
8668 that either install in c:/emacs or edit the script.
8669 Don't change to c:/emacs, but assume we're there (to minimize
8670 the number of places to change).
8671
8672 * config.bat: Build-in the first step towards X11 support with
8673 the X11 emulator that exists. At this time it won't work,
8674 and several files are missing.
8675
86761994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8677
8678 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
8679 Don't look for -lresolv.
8680
8681 * Makefile.in (lib-src): Depend on src/paths.h.
8682
86831994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8684
8685 * configure.in: Restore deleted AC_SUBST of `configuration'.
8686 Improve error message for bad --with-x-toolkit value.
8687
8688 * configure.in: Define CONFIGURATION in src/config.h
8689 rather than substituting in src/Makefile.in.
8690
86911994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8692
8693 * Makefile.in (install-doc): New target.
8694 (install-arch-dep): Depend on install-doc.
8695 (mkdir): Create docdir.
8696
86971994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8698
8699 * configure.in: Test for libresolv.a.
8700 Substitute machfile and opsysfile.
8701
87021994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8703
8704 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
8705 (install-arch-dep): Install under the name $(EMACS).
8706
87071994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8708
8709 * configure.in (version): Use entire value of emacs-version.
8710 (mips-siemens-sysv*): New alternative.
8711
87121994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8713
8714 * Makefile.in (install-arch-indep): Don't install dired-x*.
8715
87161994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8717
8718 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
8719 Fix definition of $undefs.
8720
87211994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8722
8723 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
8724
8725 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
8726
87271994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
8728
8729 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
8730
87311994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8732
8733 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
8734 and run it thru cpp, as with src/Makefile.in.
8735
8736 * configure.in: Use AC_SET_MAKE.
8737
87381994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8739
8740 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
8741
87421994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8743
8744 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
8745
8746 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
8747 (printing the choices): Make the toolkit message unconditional.
8748 (USE_X_TOOLKIT): Use `none', not `no', if none.
8749 (include libsrc_libs): Include config.h, and specify -I for srcdir.
8750 Get rid of temp file foofoo1.
8751
87521994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8753
8754 * configure.in (CFLAGS): Use shell syntax, not Makefile.
8755
87561994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8757
8758 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
8759 (printing the choices): State choice of toolkit.
8760 (libsrc_libs): Recalculate after writing config.h;
8761 then update lib-src/Makefile.
8762
87631994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8764
8765 * configure.in: Add sunos4shr as alternative for suns.
8766 Conditionals testing for null $CC were backwards.
8767
87681994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8769
8770 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
8771
87721994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8773
8774 * configure.in: Handle -isc4.0*.
8775
87761994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8777
8778 * configure.in (esix5): Set NON_GNU_CPP.
8779
87801994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
8781
8782 * Makefile.in (thisdir): Nonsensical variable removed.
8783 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
8784 back to $thisdir, rather than the directory `this_dir'.
8785
87861994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8787
8788 * Makefile.in (install-arch-indep): Add missing backslash after a
8789 `then'.
8790
87911994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8792
8793 * Makefile.in (thisdir): New variable.
8794 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
8795
87961994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8797
8798 * configure.in: Add freebsd.
8799
88001994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8801
8802 * configure.in: Check for fpathconf.
8803
88041994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8805
8806 * configure.in (with_x_toolkit): Fix typo in previous change.
8807
88081994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8809
8810 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
8811
88121994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8813
8814 * configure.in (with_x_toolkit): Don't allow motif or open-look.
8815
88161994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8817
8818 * configure.in: Fix value of docdir.
8819 * Makefile.in (install-arch-indep): Install DOC* in docdir.
8820
88211994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8822
8823 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
8824
88251994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
8826
8827 * configure.in: New variable docdir to control where the docstring
8828 file goes.
8829 Makefile.in: Use it to initialize PATH_DOC in paths.h.
8830
88311994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8832
8833 * configure.in: When --run-in-place, don't inherit archlibdir.
8834
88351994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8836
8837 * Makefile.in (install-arch-dep, install-arch-indep):
8838 New targets split up former do-install rule.
8839 (do-install): Target deleted.
8840
88411994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8842
8843 * configure.in (mips-sony-newsos*): New configuration.
8844
88451994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
8846
8847 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
8848
88491994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8850
8851 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
8852
88531994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8854
8855 * configure.in: Don't initialize CC.
8856
88571994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8858
8859 * configure.in (creating src/Makefile): Also generate -U switches
8860 for symbols in the $configuration value.
8861
8862 * configure.in: Check for sys_siglist being declared in system header.
8863
88641994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8865
8866 * configure.in (creating src/Makefile): Delete blank lines
8867 along with lines of whitespace.
8868 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
8869
88701994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8871
8872 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
8873 like C_SWITCH_SYSTEM.
8874 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
8875
88761994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8877
8878 * configure.in (drem): Check for this function.
8879
88801994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8881
8882 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
8883 If CPP was inherited from environment, don't use NON_GNU_CPP.
8884 (NON_GNU_CC): Likewise.
8885 (handling with_gcc): Use explicit if in the `no' case.
8886 (cc_specified): New variable; if set, don't use NON_GNU_CC.
8887
88881994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8889
8890 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
8891
88921994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
8893
8894 * configure.in: Check whether fmod exists.
8895
88961994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8897
8898 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
8899 {src,lisp}/OChangeLog.
8900
89011994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8902
8903 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
8904 necessary for proper operation. This code works with the current
8905 released version of Autoconf.
8906
89071994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8908
8909 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
8910 (USE_X_TOOLKIT): Define it for all values except `no'.
8911
8912 * configure.in: Undo first Jan 8 change and Jan 16 change.
8913
89141994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8915
8916 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
8917 Substitute USE_X_TOOLKIT as both C macro and Make variable.
8918
8919 * Makefile.in (lwlib/Makefile): New target.
8920 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
8921 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
8922 (unlock, relock): Handle lwlib subdir.
8923
8924 * Makefile.in: Add some .PHONY targets.
8925
8926 * make-dist: Handle lwlib subdir like oldXMenu subdir.
8927
8928 * lwlib: New subdirectory.
8929
89301994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8931
8932 * configure.in: If CPP has a value that is a directory,
8933 discard the value.
8934
89351994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8936
8937 * configure.in (srcdir_undefs): Add g flag to sed substitution to
8938 remove -U[0-9]*.
8939
89401994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8941
8942 * Makefile.in (do-install): Install the dired-x info files.
8943
8944 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
8945 (See src/s/sol2.h.)
8946
89471994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8948
8949 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
8950
89511994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8952
8953 * configure.in (creating src/Makefile): Put code inside 2nd arg to
c80e3b4a 8954 AC_OUTPUT as it should be; hopefully no one will again see fit to
067d23c9
KY
8955 gratuitously break this and not make a change log entry.
8956 Optimized sed processing of Makefile.in and cpp output; now
8957 preserves comments previously removed from the cpp input.
8958 Eliminated temp file for cpp output. Generate -U switches to
8959 undefine all identifiers that appear in the directory name
8960 ${srcdir}; pass these to cpp.
8961
8962 * configure.in (version): Fix sed regexp to match two-elt version
8963 number.
8964
8965 * configure.in: Check for strerror.
8966
89671994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8968
8969 * configure.in: Test for bcmp.
8970
89711994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8972
8973 * make-dist (tempdir): Put subdir msdos into the distribution.
8974
89751993-01-07 Morten Welinder (terra@diku.dk)
8976
8977 * config.bat: New file.
8978
89791994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8980
8981 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
8982
89831994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8984
8985 * configure.in (m68*-next-*): Don't care about which os is specified.
8986 (i[34]86-*-*): Check for *-nextstop*.
8987
89881993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8989
8990 * configure.in: Check for setsid.
8991
89921993-12-17 Richard Stallman (rms@srarc2)
8993
8994 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
8995
89961993-12-15 Richard Stallman (rms@srarc2)
8997
8998 * Makefile.in (mkdir): Make only the lockdir writable.
8999
9000 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
9001
90021993-12-11 Richard Stallman (rms@srarc2)
9003
9004 * Makefile.in (libdir): Use @libdir@.
9005
90061993-12-08 Richard Stallman (rms@srarc2)
9007
9008 * Makefile.in (install): Add empty command.
9009
90101993-12-04 Richard Stallman (rms@srarc2)
9011
9012 * make-dist: Put man/getopt.c in the dist.
9013
9014 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
9015
9016 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
9017
90181993-12-03 Richard Stallman (rms@srarc2)
9019
9020 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
9021 Set it for all solaris versions.
9022 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
9023 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
9024 Likewise for NON_GNU_CC and CC.
9025
90261993-12-01 Richard Stallman (rms@srarc2)
9027
9028 * configure.in (mips-mips-riscos4*): Assign variable CC.
9029 (checking ${with_gcc}): If "no", don't override CC if already set.
9030 (CC): Initialize it as empty.
9031
90321993-11-30 Richard Stallman (rms@srarc2)
9033
9034 * configure.in (Suns): Set CPP if *-solaris2.3*.
9035
90361993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9037
9038 * Version 19.22 released.
9039
9040 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
9041
90421993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9043
9044 * make-dist: When breaking links, use cp -p.
9045 Copy install.sh into distribution.
9046 Move the temp dir up into the parent dir;
9047 don't leave the staging dir make-dist.tmp... in existence.
9048 * install.sh: New file.
9049
90501993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9051
9052 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
9053
90541993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9055
9056 * configure.in (version): When --run-in-place, exclude
9057 ${datadir}/emacs/site-lisp from locallisppath.
9058
90591993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9060
9061 * configure.in: Delete jumk.c before writing it.
9062
90631993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9064
9065 * Version 19.21 released.
9066
9067 * Makefile.in (mkdir): Ignore error from chmod.
9068
90691993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9070
9071 * make-dist: Don't put lisp/forms.README in the distribution.
9072
90731993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9074
9075 * configure.in (creating src/Makefile): Before running cpp,
9076 discard all lines that start with `# Generated' or /**/#.
9077
90781993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9079
9080 * Version 19.20 released.
9081
9082 * make-dist: Use build-ins.in, not build-install.in.
9083 Don't bother updating TAGS since it's not included.
9084
9085 * build-ins.in: Renamed from build-install.in.
9086
90871993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9088
9089 * make-dist: Don't try to link *.texinfo--there are none now.
9090 When running make in lib-src, specify YACC var value.
9091
90921993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9093
9094 * configure.in (extrasub): Add vpath patterns for %.[yls].
9095
9096 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
9097 Instead just include the commands to make src/Makefile as the
9098 second arg to AC_OUTPUT.
9099
9100 * configure.in: Use : instead of dnl for comment inside
9101 $makefile_command.
9102
9103 * configure.in: No longer use vpath_sed. Instead, when we notice
9104 srcdir already configured, set extrasub to hack vpath in the
9105 makefiles.
9106
9107 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
9108 before moving it.
9109 * Makefile.in (VPATH): Define to @srcdir@.
9110
91111993-09-28 Brian J. Fox (bfox@cubit)
9112
9113 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
9114 doesn't exist. Just copy src/Makefile.in instead. Touch
9115 all of the Makefiles after editing config.status.
9116
9117 * INSTALL: Update documentation to match new configuration
9118 mechanism.
9119
91201993-09-27 Brian J. Fox (bfox@ai.mit.edu)
9121
9122 * configure.in: Allow any of the path or directory Makefile
9123 variables to be set with flags to configure. Create all Makefiles
9124 at configure time. Edit special commands into config.status after
9125 src/Makefile.in is built from src/Makefile.
9126
9127 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
9128 If these files are out of date, simply have config.status
9129 rebuild them; don't rebuild them explicitly.
9130
91311993-09-25 Brian J. Fox (bfox@ai.mit.edu)
9132
9133 * build-install.in: Change src/xemacs to src/emacs. We no longer
9134 create src/xemacs, so the file wouldn't be found.
9135
9136 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
9137
91381993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
9139
9140 * configure.in: Avoid forcing the search of /usr/include before
9141 fixed include files by resetting C_SWITCH_X_SITE if it is
9142 "-I/usr/include".
9143
91441993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9145
9146 * Makefile.in (@rip_paths@locallisppath):
9147 Delete ${datadir}/emacs/site-lisp.
9148
91491993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9150
9151 * configure.in:
9152 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
9153 Remove ${extra_output} from AC_OUTPUT call.
9154
91551993-09-17 Brian J. Fox (bfox@inferno)
9156
9157 * make-dist: Quote backquotes found in strings to be echoed.
9158
9159 * configure.in: Use "sh -c pwd" when we want to avoid having the
9160 shell fix up the value of $PWD.
9161
91621993-09-13 Brian J. Fox (bfox@inferno)
9163
9164 * Makefile.in (do-install): Don't abort if ln or chmod at the end
9165 of the installation fail. Suggested by Karl Berry.
9166
91671993-08-30 Brian J. Fox (bfox@inferno)
9168
9169 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
9170 was used. Set MAKEFLAGS from MFLAGS.
9171
91721993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9173
9174 * configure.in: Test for res_init in libc.
9175
91761993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9177
9178 * configure.in: In the file ${tempcname}, use configure___
9179 instead of @configure@.
9180
91811993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
9182
9183 * make-dist: Dist vpath.sed
9184
9185 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
9186 Depend on vpath.sed.
6e81c819 9187 Replace sed command for VPATH with @vpath_sed@.
067d23c9
KY
9188
9189 * configure.in: Substitute variable `vpath_sed'.
9190 If not in $srcdir and $srcdir is configured,
9191 issue warning that GNU make is required,
9192 and set vpath_sed to use vpath.sed script.
9193
91941993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9195
9196 * configure.in: Remove check for $srcdir being configured. This
9197 pretty much works now.
9198 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
9199 Check for XFree86 (/usr/X386/include) independent of whether
9200 -lXbsd exists.
9201
9202 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
9203 realclean, unlock, relock): Use `$(MAKE)' in place of plain
9204 `make'.
9205
92061993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9207
9208 * Version 19.19 released.
9209
9210 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
9211
92121993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9213
9214 * configure.in: Check for XScreenNumberOfScreen.
9215
92161993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9217
9218 * configure.in: Add * to end of all configuration alternatives.
9219 (m68*-sony-newsos3*): New alternative.
9220
92211993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9222
9223 * make-dist: Include getdate.c in distribution.
9224
9225 * configure.in: For --help, use $PAGER if it is set.
9226 (LIB_X11_LIB): Default to -lX11.
9227 (mips-sgi-irix5.*): New alternative.
9228
9229 * Makefile.in (do-install): Install info/gnus* and info/sc*.
9230
9231 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
9232 Recognize *.B8.* as hpux version 8.
9233 (m68*-tektronix-bsd*): Fix typo in tek4300.
9234 (AC_HAVE_FUNCS): Add ftime.
9235
92361993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9237
9238 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
9239 Use tekxd88, not tekXD88.
9240
92411993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9242
9243 * configure.in: Check for -lm. Then can check for frexp and logb.
9244
92451993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9246
9247 * Version 19.18 released.
9248
9249 * make-dist (src): Don't put gnu-hp300 in dist.
9250 (src, lisp): Include OChangeLog in dist.
9251
92521993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9253
9254 * configure.in: Test for presence of logb and frexp functions.
9255
92561993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9257
9258 * configure.in (machine): Add i370-ibm-aix*.
9259
92601993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9261
9262 * configure.in (function checks): Test for mkdir and rmdir.
9263
9264 * configure.in (function checks): Don't test for random and bcopy
9265 only when we're building with X; look for them all the time.
9266
92671993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9268
9269 * configure.in: Test for availability of bcopy functions, searching
9270 the X libraries if we're using X.
9271
9272 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
9273 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
9274 versions of AIX, and needs to be passed to the loader.
9275
9276 * configure.in: Test for the availability of the
9277 XScreenResourceString function.
9278
92791993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
9280
9281 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
9282 LD_SWITCH_X_SITE and assume --with-x11.
9283 Only look for X11 files if we weren't told about a window system
9284 or if we were told to use X11 but not told where.
9285 Search the libraries from the s and/or m files when checking for
9286 functions.
9287
9288 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
9289
92901993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9291
9292 * make-dist: Include lisp/dired.todo in the distribution.
9293
92941993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9295
9296 * configure.in: Add code to set HAVE_INET_SOCKETS.
9297
92981993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9299
9300 * configure.in: If we do find x_includes and x_libraries
9301 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
9302
93031993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9304
9305 * make-dist: Include src/gnu-hp300 in the dist.
9306
9307 * configure.in (canonical): New variable holds the canonicalized
9308 configuration. Don't alter `configuration'. Use `configuration'
9309 for Makefile.in for file naming.
9310 (testing x_includes and x_libraries): Use =, not ==.
9311
93121993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9313
9314 * Version 19.17 released.
9315
9316 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
9317 directory's makefile. This allows the invocation of CPP which
9318 builds xmakefile to receive these switches. The SunSoft C
9319 preprocessor inserts spaces between tokens if it doesn't get the
9320 -Xs flag requested in src/s/sol2.h.
9321
93221993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
9323
9324 * configure.in (m68k-bull-sysv3): New config.
9325
93261993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9327
9328 * configure.in: Use the autoconf AC_FIND_X macro to try to find
9329 the X Windows libraries.
9330
93311993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9332
9333 * make-dist (tempdir): Don't create lisp/forms-mode directory in
9334 the distribution. Those files aren't kept in their own
9335 subdirectory any more.
9336
93371993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9338
9339 * Version 19.16 released.
9340
93411993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9342
9343 * configure.in: Add --verbose flag.
9344
93451993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9346
9347 * version 19.15 released.
9348
93491993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9350
9351 * Makefile.in (top_distclean): Use -f switch when cleaning out
9352 lock dir; it might be empty.
9353
9354 * configure.in: Only check for -lXbsd once.
9355
93561993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9357
9358 * Version 19.14 released.
9359
93601993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9361
9362 * make-dist: If using gzip, create distribution with '.gz' extension.
9363
9364 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
9365 (lisp/forms-mode): This doesn't exist anymore.
9366
9367 * configure.in: Look for the closedir function.
9368
93691993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9370
9371 * configure.in (CPP): Autoconf sets this to a shell variable
9372 reference, which doesn't work when it's edited into a makefile.
9373 Expand that variable reference.
9374
9375 * Makefile.in (CPP): New variable.
9376 (src/Makefile): Edit CPP into src/Makefile.
9377
9378 * Makefile.in (src/Makefile): Don't bother exiting single quotes
9379 and entering double quotes to get the values of LD_SWITCH_X_SITE
9380 and the other make variables; make substitutes them in anyway.
9381
9382 * Makefile.in (uninstall): Don't remove the lisp and etc
9383 directories if they're in the source tree.
9384
9385 Bring mumbleclean targets into conformance with GNU coding standards.
9386 * Makefile.in (mostlyclean, clean): Separate these two; just have
9387 them pass the request to the subdirectory makefiles.
9388 (distclean): Pass the request down, and then get rid of the
9389 files configure built, and get rid of the Makefiles.
9390 (realclean): Pass the request down, and then do the same things
9391 distclean does.
9392 (uninstall, info, dvi): New targets.
9393
9394 * configure.in: Move clause for PC-compatible i386 box to the end
9395 of the case statement, to avoid masking configurations below.
9396
9397 * configure.in: Add case for m88k-motorola-sysv4.
9398
9399 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
9400 the HP 68000 machines.
9401
9402 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
9403 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
9404 preprocessor won't fiddle with them.
9405
94061993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9407
9408 * Makefile.in (TAGS): cd to src to run etags.
9409
94101993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9411
9412 * configure.in (version): Check the X libraries for XrmSetDatabase
9413 and random, and see if we have -lXbsd.
9414
94151993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9416
9417 * configure.in: Pass "-Isrc" to the CPP we run to examine the
9418 s/*.h and m/*.h files. Martin Tomes
9419 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
9420
94211993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9422
9423 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
9424 above the general i386 alternative.
9425
94261993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9427
9428 * configure.in: Recognize configuration name for Data General
9429 AViiON machines.
9430
9431 * configure.in: Use AC_LONG_FILE_NAMES.
9432
94331993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9434
9435 * configure.in: Test for bison.
9436 * Makefile.in (YACC): New variable.
9437 (lib-src/Makefile.in): Edit YACC into the makefile.
9438
94391993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9440
9441 * Version 19.13 released.
9442
9443 * configure.in (CFLAGS): Don't set this according to the value of
9444 the GCC shell variable. Instead, consult the machine and system
9445 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
9446 test __GNUC__ while we're at it.
9447
9448 * configure.in: Remove extra ;; from hpux cases.
9449
94501993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9451
9452 * configure.in: Check to see if the system has -ldnet.
9453
94541993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9455
9456 * make-dist: Add clauses to distribute lisp/forms-mode.
9457
94581993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9459
9460 * configure.in (machine): Fix the versions in hpux version number test.
9461 Do not guess based on cpu type. Do check for explicit system version.
9462
94631993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9464
9465 * configure.in: Do NOT look for `unknown' as company name.
9466
94671993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9468
9469 * configure.in: Fix typo in message.
9470
94711993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9472
9473 * Version 19.12 released.
9474
9475 * Makefile.in (do-install): Correct previous etc-copying change.
9476 Partially rewrite using `if'.
9477 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
9478
9479 * Version 19.11 released.
9480
9481 * configure.in: Handle 386bsd.
9482
94831993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9484
9485 * make-dist: Update getdate.c.
9486
9487 * configure.in: Handle bsd386.
9488
9489 * Makefile.in (do-install): Use `-' in tar options.
9490
9491 * configure.in: Change ! "${...}" to x"${...}" = x.
9492
9493 * Makefile.in (do-install): Copy the DOC-* files from the build
9494 etc directory, as well as lots of things from ${srcdir}/etc.
9495
9496 * make-dist: Copy config.guess.
9497
9498 * configure.in: Handle AIX versions 1.2, 1.3.
9499
95001993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9501
9502 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
9503 the configuration name mips-mips-usg* to represent USG systems.
9504
9505 * configure.in: Fix logic to detect if srcdir is already configured.
9506
9507 * Makefile.in: Pass in LD_SWITCH_X_SITE.
9508
9509 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
9510 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
9511 of a directory; cd might fail, and have pwd print out the current
9512 directory.
9513
95141993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9515
9516 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
9517
95181993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9519
9520 * configure.in: Complain if srcdir points at an already-configured
9521 tree.
9522
95231993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9524
9525 * Version 19.10 released.
9526
95271993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9528
9529 * Makefile.in: Use Makefile comments, not C comments.
9530
9531 * configure.in: Add case for the Tektronix XD88.
9532
95331993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9534
9535 * configure.in: Handle sysv4.2 and sysvr4.2.
9536
95371993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9538
9539 * configure.in: Traverse the argument list without destroying it;
9540 don't use shift. It turns out that "set - ${saved_arguments}"
9541 doesn't work portably.
9542
9543 * configure.in: Add missing "fi".
9544
9545 * make-dist: Rebuild configure if configure.in is newer.
9546
9547 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
9548 targets to be executed even if make remembers that it has already
9549 satisfied FRC.
9550
95511993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9552
9553 * Makefile.in (do-install): Delete redundant code to copy etc twice.
9554
9555 * configure.in (romp): Handle various version numbers with aos and bsd.
9556
95571993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9558
9559 * configure.in: Fix message text.
9560
95611993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9562
9563 * make-dist: Make a `site-lisp' directory in the distribution,
9564 instead of a `local-lisp' directory, which hasn't been the
9565 appropriate name for a long time.
9566 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
9567 from the distribution first, then /usr/local/lib/emacs/site-lisp.
9568
9569 * Makefile.in (do-install): Correctly detect if ./etc and
9570 ${srcdir}/etc are the same.
9571
9572 * configure.in: Extract UNEXEC from the system configuration
9573 files, compute the name of the source file corresponding to the
9574 object file, and #define it as UNEXEC_SRC in config.h.
9575
9576 * configure.in: If srcdir is '.', then try using PWD to make it
9577 absolute.
9578
9579 * configure.in: Include ${srcdir} in the printed report, to help
9580 people notice if it's an automounter path.
9581
95821993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9583
9584 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
9585
95861993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9587
9588 * Makefile.in (do-install): Delete the dest dir, not the source dir,
9589 when they are different. Add `shift' command.
9590 (COPYDESTS, COPYDIR): Delete external-lisp dir.
9591 (externallispdir): Var deleted.
9592
9593 * configure.in: Delete spurious paren outputting short_usage.
9594
95951993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9596
9597 * Version 19.9 released.
9598
95991993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9600
9601 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
9602 subdirectory makes.
9603
9604 * make-dist: Check for .elc files with no corresponding .el file.
9605
9606 * Makefile.in (mkdir): Make all the directories in locallisppath.
9607
9608 * config.guess: New file.
9609 * configure.in: Use it, tentatively.
9610 * INSTALL: Mention its usage.
9611
9612 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
9613 the former gives you the operating system rev directly. Use
9614 s/hpux.h if we don't recognize what we got.
9615
9616 * Makefile.in (do-install): Don't remove a destination directory
9617 if it's the same as the source. If ${srcdir}/info == ${infodir},
9618 don't try to copy the info files.
9619
9620 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
9621 doesn't work if you're not using a separate source directory.
9622 (do-install): Copy the build tree's etc directory only after
9623 making sure it's not also the source tree's etc directory.
9624
96251993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9626
9627 * configure.in: Handle sunos4.1.3 specially.
9628
96291993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9630
9631 * Makefile.in (INSTALL): Add definition.
9632
9633 * configure.in: Fix some messages. Support -with-gnu-cc.
9634 At the end, use `set --', not `set -'.
9635 Delete spurious `.h' in hpux alternatives.
9636
96371993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9638
9639 * Version 19.8 released.
9640
96411993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9642
9643 * configure.in: When looking for source in the same directory as
9644 the configure script, make the path thus discovered absolute.
9645 If the user specifies the `--srcdir' switch, make that directory
9646 absolute too.
9647
9648 * Makefile.in (srcdir): Remove comment saying this doesn't work.
9649
9650 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
9651 too, as the value of the PATH_INFO macro.
9652
9653 * configure.in: Check to see if the source lives in the same
9654 directory as the configure script.
9655
96561993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9657
9658 * Makefile.in (install): Split this into `install' and
9659 `do-install', to give people more control over exactly what gets
9660 done.
9661 (do-install): New target, containing the guts of `install'. Don't
9662 remove and recreate the directories inside the copying loop - do
9663 it all before the copying loop. Pass more flags to the lib-src
9664 make.
9665 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
9666 avoid errors and warnings.
9667
9668 * configure.in: For generic IBM PC boxes, insist on "unknown" for
9669 the manufacturer - the more general case was blocking other i386
9670 configuration names below, and that's how the names are written in
9671 MACHINES anyway.
9672
9673 * make-dist: When breaking links, remove the link before moving
9674 the copy onto it, to avoid interactive behavior.
9675
9676 * Makefile.in: Doc fix.
9677
9678 * configure.in: Doc fix.
9679
9680 * INSTALL: Mention --exec-prefix option.
9681
9682 * configure.in: Add support for the `--exec-prefix' option.
9683 * Makefile.in: Accept that support.
9684
9685 * configure.in: Use the AC_PROG_INSTALL macro.
9686 * Makefile.in (INSTALL): Variable removed.
9687 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
9688
9689 * configure.in: Distinguish between hp800's and hp700's by calling
9690 "uname -m".
9691
96921993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9693
9694 * configure.in: Recognize configuration names for i860 boxes
9695 running SYSV.
9696
96971993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9698
9699 * configure.in: Distinguish between hp800's and hp700's by the
9700 version of HP/UX they run, since that's something people are more
9701 likely to know - hp700's run 8.0.
9702 Add HP 700 configuration.
9703
9704 * configure.in: Test for the presence of the `rename' function.
9705
9706 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
9707 configure.in.
9708 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
9709
9710 * make-dist: Break intra-tree links.
9711
9712 * configure.in: Explain that this is an autoconf script, and give
9713 instructions for rebuilding configure from it. Arrange to put
9714 comments in configure explaining this too.
9715
9716 * configure.in: Make the first line of the configure script be
9717 "#!/bin/sh". Leaving the first line blank didn't work.
9718
9719 * configure.in (long_usage): Removed; made short_usage describe
9720 the options briefly.
9721
9722 * configure.in: Implement the --prefix option.
9723 * Makefile.in (prefix): Add support for it here.
9724 * INSTALL: Document it here.
9725
9726 * Makefile.in (install): Don't assume that the files in the `info'
9727 subdirectory match *.info. They don't have that prefix.
9728
97291993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9730
9731 * configure.in: Add case for version 5 of Esix.
9732
97331993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9734
9735 * Version 19.7 released.
9736
9737 * make-dist: There aren't any *.com files in lib-src anymore.
9738
9739 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
9740 them; they're symlinks to other filesystems on the GNU machines.
9741
9742 * make-dist: Check that the manual reflects the same version of
9743 Emacs as stated in lisp/version.el. Edit that version number into
9744 the README file.
9745
97461993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9747
9748 * configure.in: Remove the hack of AC_DEFINE; use
9749 AC_DEFINE_UNQUOTED.
9750
97511993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9752
9753 * make-dist: Don't distribute precomp.com, compile.com, or
9754 link.com from ./src; they're in ./vms now.
9755
9756 Some time-handling patches from Paul Eggert:
9757 * configure.in: Add AC_TIMEZONE.
9758
97591993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9760
9761 * configure.in: Recognize Linux as a valid operating system for
9762 the i386.
9763
97641993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9765
9766 * make-dist: Distribute some VMS files we got from Richard Levitte.
9767
9768 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
9769 the source for the sed command, not oldXMenu/Makefile.
9770
97711993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9772
9773 * INSTALL: Don't claim the srcdir option doesn't work.
9774
97751993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9776
9777 * configure.in: Include remarks saying what order the autoconf
9778 tests should go in, and remind people to change config.h.in
9779 whenever they add autoconf tests which make #definitions.
9780
9781 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
9782
97831993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9784
9785 * Makefile.in (oldXMenu/Makefile): Make this depend on
9786 ${srcdir}/oldXMenu/Makefile.in, not itself.
9787
9788 * PROBLEMS: Some updates from David J. Mackenzie.
9789
9790 More changes from David J. Mackenzie.
9791 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
9792 removed; autoconf and config.h should specify all these
9793 differences.
9794 (buildlisppath): Make this path depend on ${srcdir}.
9795 (INSTALLFLAGS): Removed.
9796 (INSTALL): Include the -c flag.
9797 (install): Change the way we invoke install accordingly.
9798
9799 Install ${srcdir} changes from DJM.
9800 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
9801 list.
9802 (COPYDIR, COPYDESTS): Install files from both the etc directory in
9803 the source tree and the etc directory in the object tree.
9804 (${SUBDIR}): Pass the prefix variable down to submakes.
9805 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
9806 in /bin.
9807 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
9808 values for srcdir and VPATH.
9809 (install): Add `v' flag to tar command. Make sure that `dir'
9810 exists in ${srcdir}/info before copying it. Remember that the man
9811 pages come from the source tree, not the object tree.
9812 * configure.in: Remove remarks saying that the --srcdir option
9813 doesn't work.
9814 Create the etc directory in the object tree.
9815 Recognize configuration names of the form *-sun-solaris*.
9816 Recognize sunos5 and solaris as operating system names.
9817
9818 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
9819 lib-src/getdate.y and src/systime.h.
9820
98211993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9822
9823 * make-dist: Make links in info subdir.
9824
98251993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9826
9827 * configure.in: Call AC_STDC_HEADERS.
9828
98291993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9830
9831 * configure.in: Sidestep autoconf's quoting of the second argument
9832 of AC_DEFINE, so we can specify the value to put there. It would
9833 be nice if autoconf provided some way to specify computed values
9834 for macros.
9835
98361993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9837
9838 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
9839 this is always just -DHAVE_CONFIG_H.
9840
9841 The GNU coding standards specify that CFLAGS should be left for
9842 users to set.
9843 * Makefile.in (CFLAGS): Let configure determine the default value
9844 for this. Don't
9845 have it default to DEFS.
9846 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
9847 (lib-src/Makefile, src/Makefile): Edit the default value for
9848 CFLAGS into these files, not DEFS.
9849 * configure.in (CFLAGS): Choose a default value for this - "-g"
9850 normally, or "-g -O" if we're using GCC. Edit it into the
9851 top-level Makefile.
9852
9853 * configure.in: When scanning the machine and system description
9854 #include files, write their names to conftest.c properly.
9855
98561993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9857
9858 * configure.in: In configuration name case for Apallos running
9859 Domainios, set opsys, not opsysfile.
9860
9861 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
9862 src/config.h, instead of AC_OUTPUT; the latter overwrites
9863 src/config.h even when it hasn't changed, puts a makefile-style
9864 comment at the top even though it's C code, and produces a
9865 config.status script which doesn't do the job right.
9866
9867 * configure.in: Add AC_LN_S test, so we can tell whether or not we
9868 can use a symbolic link to get the X Menu library into src.
9869 * Makefile.in (LN_S): New variable.
9870 (src/Makefile): Edit the value of LN_S into this makefile.
9871
98721993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9873
9874 * configure.in: Support *-sco3.2v4* as opsystem.
9875
9876 * make-dist: Don't include calc directory.
9877 Exclude many files in the man directory; copy a few.
9878
98791993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9880
9881 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
9882 call AC_STRUCT_TM to see what's in time.h.
9883
9884 * configure.in: Employ quoting stupidity to get the value of CPP
9885 to expand properly.
9886
98871993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9888
9889 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
9890 variable to scan the machine and system description files.
9891
9892 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
9893 so that getdate.y builds correctly.
9894
98951993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9896
9897 * configure.in (tempcname): Change this to "conftest.c", so it will
9898 work properly on systems with short filenames; this is the name
9899 autoconf uses.
9900
9901 * configure.in: Also detect the availability of dup2 and
9902 gethostname.
9903
9904 * configure.in: Use the AC_ALLOCA test.
9905 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
9906 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
9907
99081993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9909
9910 * make-dist: Distribute configure, as well as configure.in.
9911 Oversight.
9912
99131993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9914
9915 * Makefile.in (install): Print out the name of the directory we're
9916 copying, so people can have some idea of whether we're making
9917 progress.
9918
9919 * Makefile.in (install.aix, install.xenix, install.sysv, install):
9920 Don't forget to re-create the COPYDESTS directories after we clear
9921 them out.
9922
99231993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9924
9925 * Makefile.in: Add autoconf cookies so that the configure
9926 script can comment out sections of path variable definitions to
9927 choose between the installable configuration and the run-in-place
9928 configuration.
9929 * configure.in: Add new option `--run-in-place', to select the
9930 run-in-place path definitions.
9931
9932 * configure.in: Add a clause to the big configuration name case
9933 for the NeXT machine.
9934
99351993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9936
9937 * Makefile.in (install, install.sysv, install.xenix, install.aix):
9938 Make sure that each source directory exists, and is different from
9939 the destination directory; then, delete the destination before
9940 copying over the source.
9941
9942 * make-dist: Distribute configure.in, instead of configure.
9943
99441993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9945
9946 * configure.in: Don't set CC to "gcc -O" if the user specifies
9947 `--with-gcc'. Add -O to DEFS if GCC is set.
9948
99491993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9950
9951 * Makefile.in (clean mostlyclean): Missing right paren.
9952
9953 * configure.in: When checking for X windows, search for an X11
9954 subdirectory of ${x_includes}.
9955
9956 * configure.in: Check for gettimeofday function, for getdate.y.
9957
9958 Change `configure' to a mixture of custom code and autoconf stuff.
9959 autoconf can't derive all the information we need, but we'd really
9960 like to be able to take advantage of some of its tests, and its
9961 file-editing facilities.
9962 * configure.in: Renamed from configure.
9963 Quote the sections of shell script we want copied literally to
9964 the configure script.
9965 (compile): Initialize this to make the autoconf macros' code happy.
9966 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
9967 code to do their jobs.
9968 Use autoconf to produce Makefile and src/config.h.
9969 Remove the Makefile-style comment that autoconf places at the top
9970 of src/config.h.
9971 (config_h_opts): Removed - no longer necessary.
9972 * Makefile.in (configname): Renamed to configuration.
9973 (CONFIG_CFLAGS): Renamed to DEFS.
9974 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
9975 get values via autoload @cookies@.
9976 (libsrc_libs): Get this from autoconf. We used to do nothing
9977 about this.
9978 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
9979
9980 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
9981 echo the move-if-change command.
9982
99831993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
9984
9985 * make-dist: Distribute lib-src/rcs-checkin.
9986
9987 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
9988 Don't try to make links to the RCS or Old subdirectories.
9989 Use the appropriate extension for the compression type in use.
9990 Create the tar file in the shell's initial default directory, not
9991 in ${tempparent}.
9992 Erase the whole ${tempparent} tree, not just ${tempdir}.
9993
99941993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9995
9996 * Makefile.in (src/paths.h): Don't echo the huge sed command we
9997 use to build paths.h.
9998 (lib-src/Makefile, src/Makefile): Similarly.
9999
10000 * configure: Extend test for working `const' keyword to handle AIX
10001 3.2 cc.
10002
100031993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10004
10005 * make-dist: Distribute lisp/term/ChangeLog.
10006
10007 Arrange for C compilation throughout the tree to get
10008 C_SWITCH_SYSTEM from the configuration files.
10009 * configure: Extract C_SWITCH_SYSTEM from the machine and
10010 system-dependent files, and save it in the top-level Makefile.
10011 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
10012 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
10013
10014 * make-dist: Include the VMS support files in oldXMenu in the
10015 distribution.
10016
10017 * configure: Doc fix.
10018
10019 * configure: Fix corrupted config_h_opts.
10020
10021 * configure: Properly report option names in error messages.
10022
10023 * configure: Properly recognize --x-includes and --x-libraries
10024 options.
10025
10026 * configure: Fix syntax errors in code handling XFree386.
10027
100281993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10029
10030 * configure: Add special code to detect XFree386, and tell
10031 config.h about it.
10032
10033 * configure: Properly handle extracting values of LIBS_MACHINE and
10034 LIBS_SYSTEM that contain spaces.
10035
10036 * configure: Add `--x-includes' and `--x-libraries' options. I
10037 think these are dopey, but no less than three alpha testers, at
10038 large sites, have said they have their X files installed in odd
10039 places. Implement them by setting C_SWITCH_X_SITE and
10040 LD_SWITCH_X_SITE in src/config.h.
10041
100421993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10043
10044 * make-dist: Don't distribute etc/Old files.
10045
10046 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
10047 backups.
10048
100491993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10050
10051 * make-dist: Fix typo.
10052
100531993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10054
10055 * make-dist: Corrected typo, fixed it to discard = and TAGS files
10056 in some cases where it should but didn't seen to.
10057
10058 * Makefile.in: Added unlock and relock productions.
10059
100601993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10061
10062 * make-dist: Add a --compress option to force make-dist to use
10063 compress.
10064
10065 * make-dist: Use gzip, if we can find it.
10066
10067 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10068 make rs6000-ibm-aix default to -aix32.
10069
100701993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10071
10072 * Makefile.in: Added `Developer's configuration' section.
10073
100741993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10075
10076 * Makefile.in: Add commented-out variable settings for developer's
10077 configuration.
10078
100791993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10080
10081 * make-dist: Distribute `src/bitmaps' too.
10082
100831993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
10084
10085 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10086 make rs6000-ibm-aix default to -aix32.
10087
100881993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10089
10090 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
10091
10092 * Makefile.in (install.sysv): Add a second `$' in front of
10093 `${dest}', so that the shell will expand it, instead of Make.
10094
10095 * configure: When processing the name of the configure script,
10096 collapse `././' to `./', but leave a single `./' prefix alone.
10097
10098 * configure: Doc fix.
10099
101001993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10101
10102 * configure: Handle isc3.0 correctly.
10103
101041993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10105
10106 * make-dist: Don't try to copy the COPYING notice into
10107 external-lisp; we're not distributing that directory any more.
10108
101091993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10110
10111 * Makefile.in (install, install.aix, install.xenix, install.sysv):
10112 Remove CVS subdirectories from the installed directory trees, as
10113 well as RCS directories.
10114
101151993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10116
10117 * make-dist: Only copy gmalloc.c if we couldn't link it.
10118 Don't try to copy man/{README,Makefile} unless they actually exist.
10119
10120 * Makefile.in (lisppath): Don't include externallispdir in this.
10121 We're not sure whether we're even going to distribute the
10122 directory yet.
10123
101241993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10125
10126 * make-dist: Don't distribute the external-lisp directory anymore.
10127 * INSTALL: Remove all references to external-lisp.
10128
10129 * configure: Detect whether the compiler supports `const'
10130 properly, and edit src/config.h accordingly.
10131
10132 * configure: Tweak layout of final report.
10133
10134 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
10135 CFLAGS.
10136
10137 * Makefile.in (locallisppath): Make this default to
10138 ${datadir}/emacs/site-lisp, instead of
10139 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
10140 the same thing, and local-lisp causes completion conflicts with
10141 lock.
10142 (lisppath): Add ${externallispdir} to this.
10143 * INSTALL: Adjust installation directions.
10144
10145 * Makefile.in (externallispdir): New variable, to say where to
10146 install the externally-maintained lisp files.
10147 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
10148 the others.
10149 * INSTALL: Describe external-lisp and the new externallispdir
10150 variable.
10151
101521993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10153
10154 * configure (progname): New option `--with-gcc'. Make it clearer
10155 how we are trying to guess whether or not we have GCC.
10156 * INSTALL: Document the `--with-gcc' option, and improve
10157 description of `--with-x' options.
10158
101591993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10160
10161 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
10162 ${infodir} from these variables; we have written out explicit code
10163 to install the info files.
10164
101651993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10166
10167 * make-dist: Don't distributed the RCS files in the etc directory.
10168
101691993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10170
10171 * Makefile.in: Some makes can't handle comments in the middle of
10172 commands; move them to before the whole rule.
10173
101741993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10175
10176 * README: Mention what Emacs is.
10177
101781993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10179
10180 * make-dist: Include `./lisp/calc-2.02' in the distribution.
10181 Add `./cpp' and `./man' back into the distribution.
10182
101831993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10184
10185 * Makefile.in: Define MAKE, and use where appropriate.
10186
101871993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10188
10189 * make-dist: Remember that the authoritative COPYING notice is
10190 `etc/COPYING', not `../etc/COPYING'.
10191
101921992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10193
10194 * make-dist: Make sure that the COPYING notices in each directory
10195 are copies, not symlinks.
10196
101971992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10198
10199 * INSTALL: The build process produces an executable called `emacs'
10200 now. Change references.
10201 * Makefile.in: Adjust `install.mumble' targets to install
10202 `src/emacs', not `src/xemacs'.
10203
10204 * configure: Start with a blank line; this keeps some old CSH's
10205 from thinking it's a CSH script. Most systems will just use
10206 /bin/sh to run it, which is what we're expecting; the only other
10207 shells which might try to interpret it themselves are probably
10208 Bourne-compatible.
10209
102101992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10211
10212 * INSTALL: Improvements suggested by David Mackenzie.
10213
102141992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10215
10216 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10217 Don't try to copy the info files if there aren't any; the
10218 unexpanded globbing pattern disappoints `install'. Ignore the
10219 return status of that command.
10220
10221 * INSTALL: Updated for new configuration arrangement.
10222
10223 * configure: Don't make the top-level Makefile read-only - people
10224 may want to edit the values of the path variables.
10225
10226 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10227 Install the info files in ${infodir}. Install the executable
10228 under both `emacs' and `emacs-VERSION'.
10229
10230 * Makefile.in: Doc fix.
10231
10232 * Makefile.in (exec_prefix): New variable, as per latest version
10233 of coding standards.
10234 (bindir, libdir): Use it, instead of `prefix'.
10235 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
10236
10237 * Makefile.in (mandir): Make the default value for this depend on
10238 $(prefix).
10239
10240 * Makefile.in (datadir, statedir, libdir): Make these all default
10241 to ${prefix}/lib.
10242 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
10243 to compensate.
10244
10245 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10246 Install the etags and ctags man pages too.
10247
10248 * Makefile.in (distclean): Don't delete backup files; that's the
10249 job of extraclean.
10250 (extraclean): Like distclean, but deletes backup and autosave files.
10251
102521992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10253
10254 Make path specification conform to GNU coding standards.
10255 * configure (long_usage): Remove all traces of old arguments from
10256 usage messages, and document the options we do accept in more
10257 detail: -with-x... and --srcdir.
10258 (options, boolean_opts): Deleted; we don't have enough options to
10259 make this worthwhile.
10260 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
10261 along with the code which supported them; these should be set as
10262 arguments to the top-level make.
10263 (config_h_opts): Since this no longer doubles as a list of option
10264 names, make them upper case; this simplifies the code which uses
10265 them to build the sed command to edit src/config.h. Change the
10266 code which sets them.
10267 (cc, g, O): Don't allow the user to set these using options; they
10268 should be specified using `CC=' and `CFLAGS=' arguments to the
10269 top-level make. Just choose reasonable default values for them,
10270 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
10271 values.
10272 (gnu_malloc, rel_alloc): Don't allow the user to set these using
10273 options; use them whenever the configuration files say they're
10274 possible.
10275 Simplify the argument processing loop. Don't accept abbreviations
10276 for option names; these might conflict with other configuration
10277 options in the future.
10278 Add some support for the `--srcdir' option. Check for the sources
10279 in . and .. if `--srcdir' is omitted. If the directories we will
10280 compile in don't exist yet, create them under the current directory.
10281 Note that the rest of the build process doesn't really support
10282 this.
10283 Edit only the top Makefile. That should edit the others. Edit
10284 into the makefile: `version', from lisp/version.el, `configname'
10285 and `srcdir' from the configuration arguments, `CC' and
10286 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
10287 the user's path, and LOADLIBES as gleaned from the system
10288 description files.
10289 Simplify the report generated; it doesn't need to include any
10290 description of paths now.
10291 Make `config.status' exec configure instead of just calling it, so
10292 there's no harm in overwriting `config.status'.
10293 * Makefile.in (version, configname): New variables, used to choose
10294 the default values for datadir and libdir.
10295 Path variables rearranged into two clearer groups:
10296 - In the first group are the variables specified by the GNU coding
10297 standards (prefix, bindir, datadir, statedir, libdir, mandir,
10298 manext, infodir, and srcdir).
10299 - In the second are the variables actually used for Emacs's paths
10300 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
10301 archlibdir), which depend on the first category.
10302 datadir and libdir default to directories under
10303 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
10304 demand.
10305 etcdir and lispdir default to subdirectories of datadir.
10306 archlibdir defaults to libdir.
10307 The new installation tree is a bit deeper than it used to be, so
10308 use the new make-path program in lib-src to build them all.
10309 Always build a new src/paths.h.tmp and then move-if-change it to
10310 src/paths.h, to avoid unnecessary rebuilds while responding to the
10311 right changes.
10312 Remove all mention of arch-lib. Run utility commands from
10313 lib-src, and let the executables be copied into archlibdir when
10314 Emacs is installed.
10315 Add targets for src/Makefile, lib-src/Makefile, and
10316 oldXMenu/Makefile, editing the values of the path variables into
10317 them.
10318 Let lib-src do its own installation.
10319 (datadir): Default to putting data files under
10320 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
10321 (emacsdir): Variable deleted; it would only be confusing to use.
10322 (lispdir, etcdir): Default to ${datadir}/lisp.
10323 (mkdir): Use make-path for this.
10324 (lockdir): Do this in mkdir.
10325 (Makefile): New target.
10326
10327 * configure (usage_message): Rename to long_usage.
10328
10329 * make-dist: Don't bother creating an arch-lib directory; that's
10330 only for installation now.
10331
103321992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10333
10334 * configure: Use GCC-style configuration names, using config.sub.
10335 Change the usage and help messages.
10336
10337 * configure: Initialize window_system, not indow_system.
10338
10339 * configure: Report which window system, compiler, and signal
10340 handler return type we decide to use.
10341
10342 * make-dist: Explain what's going on if config.sub and gmalloc.c
10343 can't be linked. Place the code which copies them near the code
10344 which links the rest of the files around them.
10345
103461992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
10347
10348 * make-dist: Don't bother to distribute src/*.com, or
10349 src/vmsbuild; those have all been moved to `../vms'.
10350
103511992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10352
10353 * make-dist: Don't forget that the way to avoid filenames starting
10354 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
10355 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
10356 couldn't make hard links to, since we have two already, and
10357 perhaps more to come.
10358
103591992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10360
10361 * configure: When editing parameters into lib-src/Makefile, change
10362 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
10363 needs some other flags too.
10364
103651992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10366
10367 * configure: Remove spurious echo of the configuration name.
10368
10369 * make-dist: Don't distribute files in src/m and src/s whose names
10370 begin with `='.
10371
103721992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10373
10374 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
10375 Also LISP_FLOAT_TYPE.
10376
103771992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10378
10379 * make-dist: Copy config.sub, since it's a symbolic link to a file
10380 on another file system.
10381
103821992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10383
10384 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
10385 distribution.
10386
10387 * config.sub: New file, to help us recognize configuration names.
10388 * make-dist: Include it in the distribution.
10389
103901992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10391
10392 * configure: Convert `-' to `_' in specified option names.
10393 Accept options with --. Delete --highpri and --have-x-menu options.
10394 New options --with-x and --with-x10 replace -window-system.
10395 Don't mention options --gnu-malloc, --rel-alloc
10396 or --lisp-float-type in help message.
10397
103981992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10399
10400 * make-dist: Include the `vms' subdirectory in the distribution.
10401
104021992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10403
10404 * configure: Remove lines starting with "# DIST: " when building
10405 lib-src/Makefile and src/Makefile. This allows us to mark the
10406 "Makefile.in" files with explanatory comments which won't also get
10407 stuck in the Makefiles.
10408
104091992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10410
10411 * make-dist: Don't use the '+' operator in the sed regular
10412 expression that extracts the version number from lisp/version.el;
10413 Ultrix sed doesn't seem support the operator. Just double the
10414 operand and use *.
10415
104161992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10417
10418 * Makefile.in: Doc fix.
10419
104201992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10421
10422 * configure: Rewrite sed command to remove at most one ./ prefix;
10423 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
10424 group.
10425
104261992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10427
10428 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
10429
104301992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10431
10432 * make-dist: Go ahead and build a new TAGS file, unless the
10433 --newer option was specified. Don't try to delete a TAGS file
10434 from etc; it's not kept there, and shouldn't be deleted anyway.
10435
104361992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10437
10438 * make-dist: If the lisp directory contains a default.el, don't
10439 distribute it.
10440
10441 * configure: When searching signal.h for the type of a signal
10442 return handler, make a copy of it, not a symbolic link to it; that
10443 way, it will work on systems that don't have symbolic links.
10444
104451992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10446
10447 * make-dist: Taught it about vcdiff and rcs2log, added --newer
10448 option for generating incremental distributions. Stopped it from
10449 generating a TAGS file into the distribution; that sucker is
10450 *big*, and easily enough generated with the toplevel makefile.
10451
104521992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10453
10454 * configure: When writing config.status, don't prefix progname
10455 with a '.'; it might be absolute.
10456
104571992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10458
10459 * configure: Choose to use X11 if either /usr/lib/libX11.a or
10460 /usr/include/X11 exist, not only if both exist.
10461
104621992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10463
10464 * make-dist: Make the new external-lisp directory a duplicate of
10465 the external-lisp directory, not the lisp directory.
10466
104671992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10468
10469 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
10470 clean' in arch-lib; it doesn't even have a Makefile.
10471
10472 * Makefile.in (clean, mostlyclean): In the test which tries to
10473 distinguish between the build directory, which should be cleaned,
10474 and the installed directory, which shouldn't, cd to `${emacsdir}',
10475 not `${DESTDIR}${LIBDIR}'.
10476
104771992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10478
10479 * make-dist: Be sure to delete the .c and .h files that YACC and
10480 BISON create from getdate.y.
10481
10482 * external-lisp: New directory; see `external-lisp/README'.
10483 * make-dist: Added support for the external-lisp subdirectory.
10484
10485 * make-dist: Changed message which complains that make-dist wasn't
10486 invoked in the right directory to indicate which files it was
10487 looking for.
10488
104891992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10490
10491 * configure: Add comments explaining why we can't translate
10492 character ranges or control characters in `tr'.
10493
104941992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10495
10496 * configure: When generating the configuration message, we used to
10497 build the message from the start so that each line began with "# "
10498 so that it would be a comment in `config.status'. However, this
10499 causes trouble if any of the variables we use in the message
10500 expand to more than one line of text - as gnu_malloc_reason
10501 sometimes does. So instead, we build the message as it should be
10502 printed to the user (i.e. without the "# " prefixes), and stick on
10503 the "# "s when we write it to `config.status'.
10504
10505 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
10506 `lib-src' and `arch-lib'.
10507
10508 * configure: When generating report and `config.status' file, note
10509 that bindir only determines where `make install' and
10510 `build-install' will place the executables; this should make it
10511 clear that the ordinary build process will not try to install
10512 things.
10513
105141992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10515
10516 * make-dist: Change messages to say that we are 'making links to
10517 X', rather than 'copying X'. And put `' quotes around file names.
10518
10519 * make-dist: Include '.tmp' in the name of the staging directory.
10520
10521 * make-dist: Pass the `-f' option to rm when you're not sure that
10522 the files you're removing actually exist.
10523
10524 * make-dist: When setting up etc/COPYING, always nuke whatever is
10525 there, and then copy it in, to make sure we get a real file.
10526
10527 * make-dist: Don't try to distribute *.defns files any more. The
0105dc3e 10528 only such file was for simula.el, which has been superseded by a
067d23c9
KY
10529 version which doesn't have a separate .defns file.
10530
105311992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
10532
10533 * make-dist: Don't distribute configured versions of config.h.in,
10534 paths.h.in, Makefile.in in src.
10535
10536 * configure: Delete .tmp files before creating them; don't bother
cd1181db 10537 trying to make final targets writable first, since it won't
067d23c9
KY
10538 matter to move-if-change.
10539
105401992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10541
10542 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
10543 mkdir and chmod in the center of all the conditionals. GNU Make
10544 will strip these out, but other makes won't.
10545
105461992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10547
10548 * make-dist: Include move-if-change in list of files to distribute.
10549
105501992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10551
10552 * configure: Remove any "." elements from the program name.
10553
10554 * configure: Don't record the values of all the possible arguments
10555 in config.status; only record the options that the user specified.
10556
10557 * configure: Use move-if-change to move in the new src/config.h.
10558
105591992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
10560
10561 * move-if-change: New file, copied from gcc release.
10562 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
10563 a temp file, so we don't update paths.h if an error occurs or if
10564 it doesn't need changing.
10565
105661992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10567
10568 * Makefile.in (src/paths.h): Do not install a value for the
10569 PATH_SUPERLOCK value; that macro doesn't exist anymore.
10570 * build-install.in: Same thing.
10571
105721992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10573
10574 * make-dist: Check the flag called "make_tar", not "make_dir"; the
10575 latter, being a typo, is always false, resulting in a program
10576 whose default behavior is to painstakingly build a copy of the
10577 source tree, and then delete it. Rah.
10578
10579 * Makefile.in: Add dist target, and comment for it.
10580
10581 * configure: When scanning <signal.h> for a declaration for
10582 signal, create a symbolic link with a name ending in .c, so the
10583 compiler won't complain that it's only been given .h files.
10584
10585 * configure: Check whether there are any arguments available
10586 before shifting to get the value of a non-boolean parameter.
10587
10588 * make-dist: Doc fix.
10589
105901992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10591
10592 * configure: Instead of grepping /usr/include/signal.h for a
10593 signal declaration, run /usr/include/signal.h or
10594 /usr/include/sys/signal.h through cpp and grep for the
10595 declaration.
10596
10597 * configure: Redirect the output of grep to /dev/null instead of
10598 using grep -s - that flag means different things on other systems.
10599
10600 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
10601 since the former is recognizable even if you don't know what
10602 'dumping' is.
10603 * configure: Accommodate that change.
10604
10605 * configure: Accept options for all of the directories you can
10606 change in the Makefile.
10607
10608 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
10609
10610 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
10611 FOO before you can use them.
10612
10613 * build-install.in: Made the "Where To Install Things" section
10614 conform with the similar section from Makefile.in. Copied section
10615 which builds src/paths.h from src/paths.h.in from the Makefile.
10616
106171992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10618
10619 * configure: Write config.status to pass its command-line
10620 arguments on to configure, so that people can use it to recreate
10621 an old configuration, with minor changes.
10622
106231992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10624
10625 * configure: Don't rely on option variables being unset if their
10626 values are the empty string. In particular, when producing the
10627 English report, don't assume that highpri will be unset when no
10628 increased priority has been requested; -highpri='' should be the
10629 same as omitting -highpri altogether.
10630
10631 * configure: Fix dumb bug: when running the system and machine
10632 description files through cpp, mark those lines that we want to
10633 evaluate with the string '@configure@', and then only evaluate
10634 them. This way if the files include anything that actually
10635 generates text (type definitions or external declarations, say),
10636 we won't try to eval it.
10637
106381992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10639
10640 * make-dist: New shell script.
10641
10642 * configure: When creating foo from foo.in, make foo read-only to
10643 remind people to edit the .in file instead.
10644
10645 * INSTALL: Changed references to config.h-dist to config.h.in.
10646 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
10647 to build src/paths.h from src/paths.h.in; added a paragraph to do
10648 this.
10649 * configure, Makefile, build-install: Changed filenames like
10650 FOO-dist to FOO.in.
10651
106521992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10653
10654 * Makefile, build-install: Renamed to Makefile.in and
10655 build-install.in; the configure script will edit these to produce
10656 the usable Makefile and build-install.
10657 * configure: Changed to produce ./Makefile, ./build-install,
10658 lib-src/Makefile, and src/Makefile from their *.in counterparts,
10659 instead of editing them in place.
10660
106611992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10662
10663 * Makefile: Re-arranged so that the undumped Emacs will search
10664 ../lisp *after* the site's local elisp files.
10665 (locallisppath, dumplisppath): New variables.
10666 (lisppath): This variable's default value is now chosen based on
10667 $(locallisppath) and $(lispdir); while it used to be the
10668 customization point for adding site-local elisp directories to
10669 load-path, that job is now handled mostly by locallisppath.
10670 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
10671 Check the values being assigned to the *LOADSEARCH macros for null
10672 path elements (like '::' in 'foo::bar').
10673
10674 * configure: When checking if the machine- and system-dependent
10675 files define a particular macro or not, actually run them through
10676 CPP and test the macros with #ifs, instead of just grepping for
10677 the macros' names. In particular, check for SYSTEM_MALLOC in this
10678 way.
10679
106801992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10681
10682 * Makefile (install): Don't use -s in install. (Keep the symbols.)
10683
106841992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10685
10686 * configure: Make the config.status file an executable shell
10687 script which will recreate the same configuration. Include the
10688 verbal description of the current configuration as a comment in
10689 the script.
10690 * INSTALL: Doc fix.
10691
10692 * Makefile: Brought the Makefile up to the GNU coding
10693 standards, as described in standards.text:
10694 (TAGS): New name for the target which rebuilds the tags table.
10695 (check): New target; doesn't do anything yet.
10696 (mostlyclean): New target, synonymous with clean.
10697 (realclean): New target. Currently, this just calls the
10698 subdirectories's makefiles and then deletes config.status.
10699 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
10700 variables.
10701 Installation directory variables changed to conform.
10702 (install, install.sysv, install.xenix, install.aix): Changed the
10703 code which copies the directories into their installed location to
10704 allow the installed locations to be in several different
10705 directories; the old version assumed that they would all be in
10706 $(emacsdir).
10707 (mkdir, lockdir): Allow the installed locations to be in several
10708 different directories.
10709 * INSTALL: Doc fix.
10710
10711 * build-install: Use the same variable names as the Makefile.
10712 Allow the installed locations to be in several different
10713 directories.
10714
107151992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10716
10717 * Makefile (src/paths.h): Instead of using a single sed command to
10718 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
10719 separately, and don't forget to append "/!!!SuperLock!!!" to the
10720 value of the PATH_SUPERLOCK macro.
10721
10722 * config.emacs: Renamed to configure, for consistency with other
10723 GNU products. Internal references changed.
10724 INSTALL, Makefile: References changed.
10725
10726 * lock: New directory, which should always be empty. If this
10727 directory doesn't exist, Emacs won't complain; it just won't lock.
10728 Having this here means that people can just unpack Emacs, build
10729 it, and have locking work.
10730
10731 * share-lib: Re-renamed to etc, for the sake of tradition.
10732 * config.emacs: Changed default value for datadir to ../etc.
10733 * INSTALL, README: Adjusted.
10734
107351992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10736
10737 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
10738 by running CPP on the appropriate s/*.h and m/*.h files.
10739
107401992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10741
10742 * config.emacs: Make sure to set the "exit on error" flag once
10743 we've removed config.status; errors should abort the configuration.
10744
107451992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10746
10747 * config.emacs: Added -distribute option, so that the Makefile
10748 paths are in their proper form. I don't know why this matters.
10749
107501992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10751
10752 * local-lisp: New directory, empty in the distribution, for people
10753 to put local elisp code in.
10754 * config.emacs: Include it in the default load path.
10755 * README: Document it.
10756
107571992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10758
10759 * config.emacs: Guess the type of signal handling functions based
10760 on the contents of /usr/include/signal.h.
10761
10762 * config.emacs: Print out progress report messages.
10763
10764 * Makefile (src/paths.h): Don't generically replace
10765 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
10766 editing of the other entries, and each entry should be dealt with
10767 explicitly anyway.
10768
10769 * build-install: Converted from C-shell to Bourne shell.
10770 * config.emacs: Edit build-install properly.
10771
10772 * config.emacs: Doc fix.
10773
107741992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10775
10776 * Makefile (install): Remove `B' from tar xf command.
10777
107781992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10779
10780 * config.emacs: Removed support for the `maintain-environment'
10781 option; the only important difference between this and its absence
10782 has been removed.
10783 * INSTALL: Removed mention of `maintain-environment'.
10784
10785 * config.emacs: Fix arguments to sed when processing boolean
10786 arguments.
10787
107881991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10789
10790 * config.emacs: New file, to help automate the installation
10791 process.
10792
10793 * Makefile: Lots of changes to support the separation of etc into
10794 architecture-dependent and -independent files:
10795 (EMACSROOT): New variable, giving the directory under which all of
10796 Emacs's libraries should be installed. Changed rest of file to
10797 use it.
10798 (LIBDIR): Now denotes only architecture-dependent dir.
10799 (DATADIR): New variable, denoting architecture-independent dir.
10800 (LOCKDIR): New variable, for completeness.
10801 (SUBDIR): No more etc, new lib-src.
10802 (COPYDIR): No more etc, new arch-lib and share-lib.
10803 (src/paths.h): Set PATH_DATA and the LOCK macros too.
10804 (src): Now depends on lib-src, not etc.
10805 * build-install: Changes parallel to the above.
10806 * README: Describe the new arrangement.
10807
10808 * vms: New subdirectory for all the VMS stuff.
10809
108101991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
10811
10812 * Makefile (LISPPATH): New variable.
10813 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
10814
108151990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
10816
10817 * Makefile (install, install.sysv, install.xenix):
10818 Install wakeup instead of loadst. No need for setuid or setgid.
10819
108201990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10821
10822 * Makefile (clean): Clean etc if that's not the installation dir.
10823
108241990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10825
10826 * Makefile (paths.h): Make sed alter each name in the path.
10827
108281988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10829
10830 * Makefile (install.sysv): Use cpio, not tar.
10831
108321988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
10833
10834 * Makefile (lockdir): Rename `lock' target.
10835 Depend on it from install*, not from `all'.
10836
108371988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
10838
10839 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
10840 to match build-install and paths.h.
10841
10842;; Local Variables:
10843;; coding: utf-8
067d23c9
KY
10844;; End:
10845
1a71cb28 10846 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
067d23c9
KY
10847
10848 This file is part of GNU Emacs.
10849
10850 GNU Emacs is free software: you can redistribute it and/or modify
10851 it under the terms of the GNU General Public License as published by
10852 the Free Software Foundation, either version 3 of the License, or
10853 (at your option) any later version.
10854
10855 GNU Emacs is distributed in the hope that it will be useful,
10856 but WITHOUT ANY WARRANTY; without even the implied warranty of
10857 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10858 GNU General Public License for more details.
10859
10860 You should have received a copy of the GNU General Public License
10861 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.