* progmodes/ruby-mode.el: Clean up keybindings (ChangeLog entry).
[bpt/emacs.git] / ChangeLog
1 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
2
3 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
4 It generates false alarms in doc.c, regex.c, xdisp.c. See
5 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
6
7 Merge from gnulib, incorporating:
8 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
9 2011-11-30 manywarnings: update the list of "all" warnings
10
11 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
12
13 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
14
15 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
16
17 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
18 This ports to glibc 2.15 or later, when configured with
19 --enable-gcc-warnings. See Eric Blake in
20 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
21
22 2012-09-01 Daniel Colascione <dan.colascione@gmail.com>
23
24 * configure.ac: Introduce term_header variable, which holds the
25 value which will become TERM_HEADER in code. We effect our choice
26 of window system by setting term_header and WINDOW_SYSTEM_OBJ
27 instead of using ad-hoc variables and flags for each window
28 system.
29
30 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
31
32 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
33 and if the user has not specified CFLAGS. -g3 simplifies
34 debugging, since it makes macros visible to the debugger.
35
36 2012-08-25 Juanma Barranquero <lekktu@gmail.com>
37
38 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
39
40 2012-08-25 Eli Zaretskii <eliz@gnu.org>
41
42 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
43 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
44
45 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
46
47 On assertion failure, print backtrace if available.
48 Merge from gnulib, incorporating:
49 2012-08-24 execinfo: port to FreeBSD
50 2012-08-22 execinfo: new module
51 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
52 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
53
54 2012-08-22 Glenn Morris <rgm@gnu.org>
55
56 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
57 do not create the bin/emacs link. (Bug#12011)
58
59 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
60
61 Merge from gnulib, incorporating:
62 2012-08-20 extern-inline: support old GCC 'inline'
63
64 2012-08-20 Glenn Morris <rgm@gnu.org>
65
66 * configure.ac (AC_PROG_LN_S): Test for ln.
67 * Makefile.in (LN_S): New, set by configure.
68 (install-arch-dep): Use $LN_S.
69
70 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
71
72 Merge from gnulib, incorporating:
73 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
74 2012-08-19 mktime, sys_select: avoid 'static inline'
75 2012-08-19 gnulib-tool: Fix indentation.
76
77 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
78
79 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
80 These files have been unused since the 2012-06-22 patch that
81 introduced high-resolution time stamps.
82
83 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
84
85 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
86 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
87
88 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
89
90 Merge from gnulib, incorporating:
91 2012-08-05 extern-inline: also ignore -Wmissing-declarations
92
93 2012-08-10 Juanma Barranquero <lekktu@gmail.com>
94
95 * lib/makefile.w32-in (STAT_TIME_H): New macro.
96 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
97 ($(BLD)/u64.$(O)): Update dependencies.
98
99 2012-08-10 Glenn Morris <rgm@gnu.org>
100
101 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
102
103 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
104
105 * configure.ac (--disable-features): Rename to --without-all.
106 (OPTION_DEFAULT_ON): Change to use with_features.
107 * INSTALL: Fix description.
108
109 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
110
111 * configure.ac: New option --disable-features.
112 (OPTION_DEFAULT_ON): Change to use enable_features.
113 * INSTALL: Explain --disable-features.
114
115 2012-08-07 Glenn Morris <rgm@gnu.org>
116
117 * configure.ac: Require automake 1.11 (fairly arbitrarily).
118 * autogen.sh (automake_min): Get it from configure.ac.
119
120 2012-08-06 Glenn Morris <rgm@gnu.org>
121
122 * configure.ac (BROKEN_GETWD) [unixware]: New define.
123
124 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
125 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
126 (DISPNEW_NEEDS_STDIO_EXT): New define.
127
128 2012-08-05 Michael Albinus <michael.albinus@gmx.de>
129
130 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
131
132 2012-08-05 Ulrich Müller <ulm@gentoo.org>
133
134 * configure.ac: Disable paxctl if binaries don't have a
135 PT_PAX_FLAGS program header. (Bug#11979)
136
137 2012-08-03 Eli Zaretskii <eliz@gnu.org>
138
139 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
140 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
141 (SHA512_H): Don't mention u64.h twice.
142 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
143 New targets.
144
145 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
146
147 Merge from gnulib, incorporating:
148 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
149
150 2012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
151
152 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
153 out-of-tree build.
154
155 2012-08-02 Glenn Morris <rgm@gnu.org>
156
157 * make-dist: Remove src/s.
158
159 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
160
161 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
162
163 Merge from gnulib (Bug#12116), incorporating:
164 2012-08-01 extern-inline: new module
165 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
166 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
167 New files. The new .c files are for instantiating extern inline
168 functions.
169
170 Port to Solaris 8.
171 Without this change, 'configure' fails because the recently-added
172 wait3 prototype in config.h messes up later 'configure' tests.
173 Fix this problem by droping wait3 and WRETCODE, as they're
174 no longer needed on hosts that are current porting targets.
175 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
176 All uses changed to waitpid and WEXITSTATUS.
177
178 Avoid needless autoheader after autogen.sh.
179 * src/stamp-h.in: Remove from bzr repository; no longer needed there.
180 * .bzrignore: Add it.
181 * autogen.sh: Create it.
182
183 2012-08-01 Glenn Morris <rgm@gnu.org>
184
185 * configure.ac (DOS_NT, MSDOS): New system type templates.
186
187 2012-08-01 Ulrich Müller <ulm@gentoo.org>
188
189 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
190 Don't include crtbegin.o and crtend.o. (Bug#12047)
191
192 2012-08-01 Glenn Morris <rgm@gnu.org>
193
194 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
195 (INTERNAL_TERMINAL): New.
196
197 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
198 (IS_ANY_SEP): Move here from src/lisp.h.
199
200 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
201
202 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
203 (CONF_POST_H): New macro.
204
205 2012-07-31 Glenn Morris <rgm@gnu.org>
206
207 * configure.ac (S_FILE): Remove output variable.
208
209 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
210
211 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
212 Move here from src.
213
214 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
215 Move here from conf_post.h.
216
217 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
218
219 Improve OpenMotif detection on GNU/Linux systems.
220 * configure.ac (MOTIF): Check for /usr/include/openmotif
221 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
222
223 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
224
225 * Makefile.in (install-arch-indep): Avoid eval.
226
227 2012-07-31 Glenn Morris <rgm@gnu.org>
228
229 * configure.ac (opsysfile, S_FILE): Now they are always empty.
230
231 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
232 when removing src/s/sol2-6.h yesterday.
233
234 * configure.ac (USG5_4): Reintroduce this.
235 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
236
237 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
238
239 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
240 and to s/usg5-4-common.h on irix6-5.
241
242 2012-07-30 Glenn Morris <rgm@gnu.org>
243
244 * configure.ac (AH_BOTTOM): Use an include file, so that the
245 contents do not get processed by autoheader.
246
247 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
248
249 Do not overwrite config.status while executing it (Bug#11214).
250 * Makefile.in (MAKEFILE_NAME): New macro.
251 ($(MAKEFILE_NAME)): Rename rule from Makefile.
252 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
253 so that GNU 'make' isn't tempted to make the Makefile and then
254 regenerate config.status while config.status is running.
255
256 Update .PHONY listings in makefiles.
257 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
258 FRC, install-arch-dep, install-arch-indep, install-doc,
259 install-info, install-man, install-etc, install-strip, uninstall,
260 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
261 (.RECURSIVE): Remove; hasn't been needed for years.
262
263 2012-07-30 Glenn Morris <rgm@gnu.org>
264
265 * configure.ac (SIGNAL_H_AHB): New hack macro.
266 (opsysfile): Set to empty on netbsd, openbsd.
267 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
268
269 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
270
271 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
272
273 * Makefile.in (install-arch-indep): Remove sh -x.
274
275 2012-07-30 Glenn Morris <rgm@gnu.org>
276
277 * configure.ac (opsysfile): Tweak message for null case.
278
279 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
280 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
281
282 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
283
284 Merge from gnulib, incorporating:
285 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
286
287 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
288
289 * Makefile.in (install-arch-indep): Handle space in locallisppath.
290
291 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
292
293 Use Gnulib environ module (Bug#9772).
294 * m4/environ.m4: New file, from gnulib.
295 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
296
297 Use Gnulib stdalign module (Bug#9772, Bug#9960).
298 This should improve portability of macros like alignof and DECL_ALIGN.
299 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
300 * .bzrignore: Add lib/stdalign.h.
301 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
302 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
303 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
304 fiddles with this, as gnulib now does this for us.
305
306 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
307
308 Fix toolkit configuration report.
309 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
310 --with-x-toolkit=gtk3 is used.
311
312 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
313
314 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
315 * configure.ac: Configure gnulib at the end, not before running
316 pkg-config. This restores the behavior before 2012-06-22, when
317 higher-resolution time stamps were added, and fixes a bug whereby
318 LIB_PTHREAD was not used and gnulib's part of 'configure'
319 therefore incorrectly assumed that pthread_sigmask wasn't working.
320 Fix the problem with -lrt and clock_gettime a different way.
321 This should complete the fix for Bug#11884.
322 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
323
324 2012-07-15 Paul Eggert <eggert@cs.ucla.edu>
325
326 Merge from gnulib, incorporating:
327 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
328 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
329
330 2012-07-14 Glenn Morris <rgm@gnu.org>
331
332 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
333 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
334
335 2012-07-13 Glenn Morris <rgm@gnu.org>
336
337 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
338
339 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
340 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
341 Move "system type" macros here from src/s.
342 (BSD_SYSTEM_AHB): New hack macro.
343 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
344
345 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
346 (GC_MARK_SECONDARY_STACK): Move here from src/s.
347
348 2012-07-12 Glenn Morris <rgm@gnu.org>
349
350 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
351 setting here from src/s/darwin.h.
352
353 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
354 as src/s/darwin.h used to.
355
356 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
357 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
358 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
359 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
360 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
361 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
362 (XOS_NEEDS_TIME_H): Move here from src/s.
363
364 2012-07-11 Glenn Morris <rgm@gnu.org>
365
366 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
367 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
368
369 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
370
371 * configure.ac (tzset): Remove check that's redundant with gnulib.
372
373 2012-07-11 Glenn Morris <rgm@gnu.org>
374
375 * configure.ac (CLASH_DETECTION): Define unconditionally.
376
377 * configure.ac (opsysfile): Use bsd-common on gnu systems.
378
379 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
380 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
381
382 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
383
384 Assume mkdir, rename, rmdir, strerror.
385 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
386
387 2012-07-11 Glenn Morris <rgm@gnu.org>
388
389 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
390
391 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
392
393 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
394
395 Remove "#define unix" that is no longer needed (Bug#11905).
396 Merge from gnulib to make "#define unix" unnecessary, incorporating:
397 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
398 2012-07-09 getopt: Simplify after Emacs changed.
399
400 2012-07-10 Glenn Morris <rgm@gnu.org>
401
402 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
403 Move here from src/s.
404
405 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
406
407 * configure.ac (PNG_DEPSTRUCT): Define this instead of
408 PNG_DEPRECATED.
409
410 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
411
412 Add GCC-style 'const' attribute to functions that can use it.
413 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
414 (ATTRIBUTE_CONST): New macro, in config.h.
415
416 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
417
418 * lib/makefile.w32-in: Rework dependencies.
419 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
420 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
421 (U64_H, SHA512_H): New macros.
422 (SRC): Redefine to point to src/, not current directory.
423 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
424 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
425 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
426 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
427 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
428 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
429 ($(BLD)/filemode.$(O)): Update dependencies.
430
431 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
432
433 Merge from gnulib, incorporating:
434 2012-07-09 timespec: mark functions with const attributes
435
436 Rename configure.in to configure.ac (Bug#11603).
437 The name 'configure.in' has been obsolescent for quite some time,
438 and the next release of Autoconf will generate warnings for it.
439 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
440 'configure.in' as autoconf input" in the Autoconf git repository.
441 * configure.ac: Rename from configure.in.
442 * INSTALL, INSTALL.BZR, README, make-dist:
443 * Makefile.in (AUTOCONF_INPUTS):
444 * autogen.sh (autoconf_min):
445 * autogen/update_autogen (sources):
446 Adjust to reflect new name.
447
448 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
449
450 Restore deprecation warnings, except for older libpng.
451 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
452 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
453 (PNG_DEPRECATED): Define when compiling with older PNG versions.
454
455 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
456
457 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
458
459 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
460
461 Improve static checking when configured --with-ns.
462 See Samuel Bronson's remarks in
463 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
464 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
465 a no-op with recent GCC and harmful in earlier ones.
466 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
467 warning when compiling with ObjC. Always omit
468 -Wunsafe-loop-optimizations, as we don't mind when optimization is
469 being done correctly.
470
471 2012-07-07 Glenn Morris <rgm@gnu.org>
472
473 * configure.in (BROKEN_SA_RESTART): Doc fix.
474
475 * configure.in: Rather than checking for things then undef'ing
476 them on some platforms, simply don't check for them.
477 (getwd): Don't check for it on unixware.
478 (random, rint): Don't check for these on hpux.
479 (res_init, libresolv): Don't check for these on darwin.
480
481 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
482
483 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
484 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
485 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
486 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
487
488 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
489
490 * configure.in: Document --enable-gcc-warnings better.
491
492 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
493 This is safer than strcasecmp, which has unspecified behavior
494 outside the POSIX locale and in practice sometimes does not work
495 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
496 * configure.in (strcasecmp, strncasecmp): Remove checks.
497
498 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
499 * lib/c-strncasecmp.c: New files, taken from gnulib.
500 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
501
502 Merge from gnulib, incorporating:
503 2012-07-06 timespec-sub: avoid duplicate include
504 Reported by Juanma Barranquero.
505
506 2012-07-06 Glenn Morris <rgm@gnu.org>
507
508 * make-dist [update]: Let autoreconf figure out what needs updating.
509 Use `make info-real'. leim/leim-list.el should always exist.
510 Check cd return value.
511
512 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
513
514 Merge from gnulib. This is for OpenBSD 5.1 amd64.
515 * m4/sys_time_h.m4: New version from gnulib, incorporating:
516 2012-07-05 sys_time: allow too-wide tv_sec
517
518 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
519
520 Merge from gnulib.
521 * lib/alloca.in.h: New version from gnulib, incorporating:
522 2012-07-03 alloca: add support for HP NonStop TNS/E native
523
524 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
525
526 * configure.in: If --enable-gcc-warnings, disable
527 -Wunsafe-loop-optimizations for -O1 optimization level.
528
529 2012-06-30 Glenn Morris <rgm@gnu.org>
530
531 * configure.in (standardlisppath): New output variable.
532 (lisppath): Use standardlisppath.
533 * Makefile.in (standardlisppath): New, set by configure.
534 (epaths-force): Use standardlisppath and locallisppath rather than
535 lisppath.
536
537 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
538
539 * configure.in: Fix previous change. Remove --enable-asserts.
540 (CPPFLAGS): Remove conditional -DXASSERTS=1.
541 Add --enable-link-time-optimization.
542 * INSTALL: Mention this.
543
544 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
545
546 * configure.in: Add glyphs category to --enable-checking option.
547 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
548
549 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
550
551 * configure.in (ENABLE_CHECKING): Update comment.
552
553 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
554
555 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
556 Emacs proper no longer uses these headers, and can rely on Gnulib
557 for these checks.
558
559 Merge from gnulib.
560 * m4/getopt.m4: Copy new version from gnulib, incorporating:
561 getopt-posix: No longer guarantee that option processing is resettable.
562
563 2012-06-27 Glenn Morris <rgm@gnu.org>
564
565 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
566
567 * INSTALL: Remove references to paths.el.
568
569 2012-06-26 Eli Zaretskii <eliz@gnu.org>
570
571 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD. This
572 replaces separate dependency for each object file, which required
573 the same object file to be mentioned twice, causing failures in
574 parallel builds.
575
576 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
577
578 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
579 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
580
581 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
582
583 * configure.in (AC_CHECK_FUNCS): Detect library functions
584 strcasecmp and strncasecmp.
585
586 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
587
588 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
589 We might as well use the spelling standardized by C11,
590 as in the long run that should simplify maintenance.
591 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
592
593 2012-06-24 Eli Zaretskii <eliz@gnu.org>
594
595 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
596 ($(BLD)/timespec-add.$(O)):
597 ($(BLD)/timespec-sub.$(O)): Don't depend on
598 $(EMACS_ROOT)/nt/inc/sys/time.h.
599
600 * lib/stat-time.h:
601 * lib/timespec.h:
602 * lib/utimens.h: Revert last change.
603
604 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
605
606 Merge from gnulib.
607 * m4/getopt.m4: Copy new version from gnulib, incorporating:
608 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
609
610 2012-06-23 Eli Zaretskii <eliz@gnu.org>
611
612 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
613 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
614 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
615 $(BLD)/timespec-sub.$(O).
616 ($(BLD)/dtotimespec.$(O)):
617 ($(BLD)/gettime.$(O)):
618 ($(BLD)/timespec-add.$(O)):
619 ($(BLD)/timespec-sub.$(O)): New dependencies.
620
621 * lib/stat-time.h:
622 * lib/timespec.h:
623 * lib/utimens.h: Include sys/time.h.
624
625 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
626
627 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
628 the correct CFLAGS and LIBS.
629
630 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
631
632 Support higher-resolution time stamps (Bug#9000).
633 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
634 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
635 that the new clock stuff doesn't clash with RSVG_LIBS.
636 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
637 as gnulib does that for us now.
638 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
639 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
640 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
641 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
642 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
643 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
644 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
645 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
646 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
647 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
648 New files, copied automatically from gnulib.
649 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
650
651 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
652
653 Merge from gnulib.
654 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
655 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
656 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
657 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
658 Copy new versions from gnulib, incorporating the following changes:
659 2012-06-22 time_r: fix typo that always overrode localtime_r decl
660 2012-06-22 Write "Mac OS X" instead of "MacOS X".
661 2012-06-21 mktime: fix integer overflow in 'configure'-time test
662 2012-06-21 nonblocking: Avoid compilation error on mingw64.
663 2012-06-19 stat, fstat: Avoid warnings on mingw64.
664 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
665
666 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
667
668 * configure.in: Rename --enable-use-lisp-union-type to
669 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
670 instead of USE_LISP_UNION_TYPE.
671
672 2012-06-12 Glenn Morris <rgm@gnu.org>
673
674 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
675 (opsysfile): Set specially for sol2-10.
676
677 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
678 New AC_DEFINEs, for hpux11.
679 (opsysfile): Set specially for hpux11.
680
681 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
682
683 * configure.in: Coalesce some function checking.
684 This makes 'configure' a bit smaller.
685 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
686
687 2012-06-12 Glenn Morris <rgm@gnu.org>
688
689 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
690
691 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
692
693 * configure.in: Anticipate platforms with no src/s file.
694
695 2012-06-12 Chong Yidong <cyd@gnu.org>
696
697 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
698
699 2012-06-11 Glenn Morris <rgm@gnu.org>
700
701 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
702
703 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
704
705 * configure.in (dbus_type_is_valid): Check for library function.
706
707 2012-06-06 Glenn Morris <rgm@gnu.org>
708
709 * INSTALL, make-dist: Remove vcdiff.
710
711 2012-06-03 Glenn Morris <rgm@gnu.org>
712
713 * INSTALL, make-dist: Remove rcs-checkin.
714
715 2012-06-03 Ulrich Müller <ulm@gentoo.org>
716
717 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
718
719 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
720
721 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
722 It is confusingly named and rarely useful. See, for example,
723 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
724 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
725 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
726 * configure.in: Remove --disable-maintainer-mode.
727 (USE_MAINTAINER_MODE, MAINT): Remove.
728
729 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
730
731 Make 'configure' a bit smaller and faster.
732 * configure.in (INSTALL_INFO): Set it with one call to
733 AC_PATH_PROG, not three.
734 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
735 so likely that it'll be needed.
736 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
737 (AC_PROG_MAKE_SET): Remove; Automake does this.
738 (sysinfo): Do not check for this function, as it's never used.
739 (tzset): Check for this function just once.
740 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
741 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
742
743 2012-05-27 Eli Zaretskii <eliz@gnu.org>
744
745 * config.bat (lib): Create/update lib/stdalign.in-h and
746 lib/sys_types.in-h.
747
748 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
749 ($(BLD)/sha1.$(O)):
750 ($(BLD)/sha256.$(O)):
751 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
752 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
753
754 * lib/getopt_.h: Regenerate.
755
756 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
757
758 Assume gnulib does largefile.
759 Gnulib does the largefile configuration anyway, so when configure.in
760 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
761 * configure.in (AC_SYS_LARGEFILE): Remove.
762 * lib/gnulib.mk: Autoupdate.
763
764 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
765
766 Merge from gnulib. (Bug#11527)
767
768 The build procedure now creates <stdalign.h> and <sys/types.h> for
769 older hosts that lack a working <stdalign.h> or whose
770 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t. New
771 symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
772 msdos and nt builds.
773
774 Here is a precis of gnulib changes that seem relevant; please see
775 the gnulib ChangeLog for details.
776
777 2012-05-18 crypto: fix bug in large buffer handling
778 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
779 2012-05-10 _Noreturn: port config.h to gcc -Wundef
780 2012-05-08 warnings.m4: give a means to specify the program to compile
781 2012-05-07 stdint: be more consistent with glibc, SunOS libc
782 2012-04-21 Large File Support for native Windows platforms.
783 2012-04-14 stat: Bypass buggy override in mingw64.
784 2012-03-29 stdio: don't assume gets any more
785 2012-03-24 Enable common subexpression optimization in GCC.
786 2012-02-09 maint: replace FSF snail-mail addresses with URLs
787 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
788 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
789 2012-01-21 stdint: Add support for Android.
790 2012-01-15 Improve support for MSVC 9.
791 2012-01-08 mktime: Avoid compilation error on Solaris 11.
792 2012-01-05 Use ', not `, for quoting output.
793 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
794 2012-01-05 strtoimax: Work around AIX 5.1 bug.
795 2012-01-05 inttypes: Modernize.
796 2011-12-13 inttypes, stdint: add C++11 support
797 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
798 2011-11-21 _Noreturn: Check that _MSC_VER is defined
799 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
800 2011-11-09 raise: fix mingw handling of SIGPIPE
801 2011-10-27 Add stdalign module and use it in other modules.
802
803 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
804 * m4/sys_types_h.m4:
805 New files.
806 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
807 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
808 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
809 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
810 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
811 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
812 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
813 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
814 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
815 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
816 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
817 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
818 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
819 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
820 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
821 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
822 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
823 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
824 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
825 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
826 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
827 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
828 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
829 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
830 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
831 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
832 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
833 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
834 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
835 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
836 Update from gnulib.
837
838 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
839
840 Remove src/m/*.
841 * configure.in: Remove all mention of src/m/*.
842 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
843 All uses removed.
844 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
845 (BITS_PER_LONG_LONG): Move to src/lisp.h.
846 * lib/makefile.w32-in: Remove dependencies on
847 $(EMACS_ROOT)/src/m/intel386.h.
848 * make-dist: Don't make links to src/m.
849
850 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
851
852 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
853 Without this further fix, aclocal was being invoked unnecessarily.
854
855 2012-05-22 Glenn Morris <rgm@gnu.org>
856
857 * Makefile.in (blessmail, install-arch-dep, uninstall):
858 Check cd lib-src works.
859 (install-arch-dep, uninstall): Remove unneeded subshells.
860
861 2012-05-21 Glenn Morris <rgm@gnu.org>
862
863 * update-subdirs: Move to build-aux/.
864 * make-dist, Makefile.in (install-arch-indep): Update for this change.
865
866 * Makefile.in (leimdir): New, set by configure.
867 (COPYDIR, COPYDESTS): Add leim directories.
868 (install-leim): Remove.
869 (install-arch-indep): Handle leim installation directly.
870
871 * vpath.sed: Remove unused file.
872 * make-dist: No more vpath.sed.
873
874 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
875
876 Use full name for m4/gnulib-comp.m4. (Bug#11529)
877 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
878 even though the file's name in gnulib is m4/gnulib-comp.m4.
879 This had a problem when merging from gnulib, as the code temporarily
880 renamed it to the full name, causing problems when interrupted.
881 Now the file has its full name, with the idea that we will find
882 a solution for MS-DOS that does not affect the rest of Emacs.
883 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
884
885 Assume C89 or later.
886 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
887 (POINTER_TYPE, PROTOTYPES): Remove.
888
889 Make merging from gnulib a script, not a makefile action.
890 Putting it in a makefile has some problems with reflection, as
891 merging from gnulib updates 'configure', which can update the makefile.
892 Putting it in a standalone script breaks this loop.
893 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
894 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
895 Remove, moving the actions to the script admin/merge-gnulib.
896
897 2012-05-21 Glenn Morris <rgm@gnu.org>
898
899 * configure.in (LEIM_INSTALLDIR):
900 Rename to leimdir, treat like lispdir.
901
902 2012-05-21 Glenn Morris <rgm@gnu.org>
903
904 * Makefile.in (install-arch-indep, install-doc, install-info)
905 (uninstall): Scrap superfluous subshells.
906
907 2012-05-19 Ulrich Mueller <ulm@gentoo.org>
908
909 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
910
911 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
912
913 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
914 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
915 getsockopt, setsockopt, mremap, mempcpy.
916
917 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
918 is being removed.
919 (AC_CHECK_FUNCS): Remove ftime.
920
921 2012-05-19 Glenn Morris <rgm@gnu.org>
922
923 * Makefile.in (install-arch-indep): Remove unneeded subshell.
924
925 * Makefile.in (install-arch-indep): Remove unneeded chmod.
926 Set permissions of lisp/subdirs.el.
927
928 * Makefile.in (SUBDIR): Add leim. Update users.
929
930 * Makefile.in (lib, lib-src, lisp): Check cd return value.
931
932 * Makefile.in (leim): No need to set PARALLEL.
933
934 2012-05-18 Glenn Morris <rgm@gnu.org>
935
936 * Makefile.in (install-arch-indep, install-info, install-man):
937 Simplify some one-sided ifs.
938
939 * Makefile.in: Install only the relevant DOC file.
940 (install-arch-indep): Delete etc/DOC*.
941 (install-doc): No more need to delete etc/DOC.
942
943 * Makefile.in (install-arch-indep): Split into several rules.
944 (install-doc, innstall-info, install-man): New rules.
945
946 * configure.in (mandir): May as well include it in the NS app bundle.
947
948 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
949 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
950 (install-arch-indep): Don't install-etc for self-contained ns builds.
951
952 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
953 No longer unconditonally add /sw directories. (Bug#2280)
954
955 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
956 (install-arch-indep): Depend on install-leim.
957 (install): Remove explicit install-leim dependence.
958
959 * Makefile.in (install-arch-indep):
960 Move last element of mkdir rule here.
961 (mkdir): Remove rule.
962
963 * Makefile.in (install-arch-indep): Remove unneeded chmods.
964 INSTALL_DATA does this for us.
965
966 * Makefile.in (install-arch-dep): Ensure bindir exists.
967 Drop mkdir dependency.
968 (install-arch-indep): Ensure docdir, infodir, mandir exist.
969 (install-leim): Drop mkdir dependency.
970 (mkdir): Remove most directories, now made in relevant rules.
971
972 * Makefile.in (install-arch-indep): Combine adjacent loops.
973
974 2012-05-17 Glenn Morris <rgm@gnu.org>
975
976 * Makefile.in (install-etc, mkdir):
977 Make relevant directories in install-etc rather than mkdir.
978
979 * Makefile.in (write_subdir): Create the directory if needed.
980 (install-arch-dep, mkdir): No need to make site-lisp directories.
981
982 * Makefile.in (write_subdir): New.
983 (install-arch-indep, install-arch-dep): Use $write_subdir.
984
985 * configure.in (docdir, etcdir, infodir, lispdir):
986 For a self-contained ns build, set these to the appropriate values.
987 * Makefile.in (install-arch-dep): No need to move info/ any more.
988
989 * configure.in (ns_self_contained): New output variable.
990 * Makefile.in (ns_self_contained): New, set by configure.
991 (install-arch-dep): For a self-contained ns build,
992 don't bother installing binaries then immediately deleting them.
993
994 * Makefile.in (ns_appbindir, ns_appresdir):
995 Move them before things that may refer to them.
996 (install-arch-dep): No need to relocate self-contained ns libexec.
997
998 * configure.in (archlibdir): Set it for self-contained ns builds.
999 (libexecdir): Don't expand it now (this is mainly cosmetic).
1000
1001 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
1002
1003 * configure.in: Simplify by removing CPP etc.
1004 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
1005 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
1006 In particular we no longer need to fiddle with CPP, since we don't
1007 use CPP specially any more.
1008 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
1009 adjusted compiler.
1010 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
1011 since gl_EARLY and/or Autoconf already does these.
1012
1013 2012-05-16 Glenn Morris <rgm@gnu.org>
1014
1015 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
1016 (CPP): Do not unconditionally set it on Darwin.
1017 Instead, try to test if -no-cpp-precomp is accepted.
1018 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
1019
1020 2012-05-15 Glenn Morris <rgm@gnu.org>
1021
1022 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
1023
1024 * Makefile.in (install-arch-dep): Do not hard-code version number.
1025
1026 * Makefile.in (install-arch-dep): NS install no longer needs to
1027 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
1028
1029 2012-05-12 Glenn Morris <rgm@gnu.org>
1030
1031 * configure.in (ns_appbindir): Remove trailing "/".
1032
1033 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
1034 (MKDEPDIR): Use $MKDIR_P.
1035 * Makefile.in (MKDIR_P): New, set by configure.
1036 (mkdir): Use $MKDIR_P.
1037
1038 2012-05-11 Glenn Morris <rgm@gnu.org>
1039
1040 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
1041 Use INSTALL_DATA for the DOC file.
1042 Remove dead code for ./lisp that never executes.
1043
1044 2012-05-10 Glenn Morris <rgm@gnu.org>
1045
1046 * configure.in (LEIM_INSTALLDIR): New output variable.
1047
1048 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1049
1050 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
1051
1052 2012-05-08 Glenn Morris <rgm@gnu.org>
1053
1054 * make-dist: No more doc/lispref/*.el.
1055
1056 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
1057
1058 * configure.in: Fix quoting bugs.
1059
1060 2012-05-04 Glenn Morris <rgm@gnu.org>
1061
1062 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
1063
1064 2012-05-02 Glenn Morris <rgm@gnu.org>
1065
1066 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
1067 the choices made by FreeBSD and NetBSD. (Bug#10313)
1068
1069 * Makefile.in (INFO_FILES): Remove variable.
1070 (INFO_NONMISC): New variable.
1071 (install-arch-indep, uninstall): Don't use $INFO_FILES.
1072
1073 * Makefile.in (uninstall): Remove useless-use-of-for; that for
1074 some reason caused problems on an old Solaris.
1075
1076 * Makefile.in (install-arch-indep, uninstall):
1077 Ensure that INSTALL-type commands are run from top-level.
1078
1079 * info/dir: Make some entries consistent with the source texi files.
1080
1081 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
1082
1083 2012-05-02 Glenn Morris <rgm@gnu.org>
1084
1085 * Makefile.in (install-arch-indep):
1086 Combine adjacent install-data and install-info loops.
1087
1088 2012-05-01 Glenn Morris <rgm@gnu.org>
1089
1090 * Makefile.in (MAN_PAGES): Remove.
1091 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
1092
1093 * configure.in: Try libtinfo for tputs.
1094 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
1095
1096 * configure.in: Combine adjacent $opsys case blocks.
1097
1098 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
1099
1100 * configure.in: Invert the TERMINFO logic,
1101 since "yes" is far more common than "no".
1102
1103 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
1104
1105 * configure.in (LD_SWITCH_X_SITE_RPATH):
1106 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
1107
1108 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
1109
1110 2012-04-26 Glenn Morris <rgm@gnu.org>
1111
1112 * make-dist: No more doc/lispref/tindex.pl.
1113
1114 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
1115
1116 * configure.in (dbus_validate_bus_name, dbus_validate_path)
1117 (dbus_validate_interface, dbus_validate_member): Check also for
1118 these library functions.
1119
1120 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
1121
1122 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
1123 With glibc 2.14 or later, when compiled with GCC 4.7.0's
1124 -Werror=deprecated-declarations flag, use of hooks like
1125 __malloc_initialize_hook causes compilation to fail because these
1126 hooks are deprecated. Modify 'configure' to check for these hooks too.
1127 Simplify the 'configure' code to test for all the hooks at once.
1128 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
1129 (emacs_cv_var_doug_lea_malloc): ... this new var.
1130
1131 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
1132
1133 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
1134 dated 2011-10-07. Regenerating from current gnulib would be a
1135 pervasive change, and currently the trunk isn't open to such changes.
1136 * configure.in (WARN_CFLAGS): Remove; no longer needed now
1137 that gnulib does it.
1138 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1139
1140 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
1141
1142 * m4/gl-comp.m4: Update. (Bug#11285)
1143
1144 2012-04-20 Ludovic Courtès <ludo@gnu.org>
1145
1146 * configure.in: Don't use the -R option (Bug#11251).
1147
1148 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
1149
1150 configure: new option --enable-gcc-warnings (Bug#11207)
1151 I have been using this change for many months in my private copy
1152 of Emacs, and have used it to find several bugs. It's mature
1153 enough to publish now.
1154 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
1155 * configure.in: Support --enable-gcc-warnings, in the style of
1156 other GNU packages such as coreutils.
1157 (C_WARNINGS_SWITCH): Remove, replacing with...
1158 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
1159 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
1160 when including system files with GCC.
1161 * etc/NEWS: Mention --enable-gcc-warnings.
1162 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
1163 * lib/Makefile.am (AM_CFLAGS): New macro.
1164 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
1165
1166 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1167
1168 * configure.in (AC_CHECK_FUNCS):
1169 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
1170
1171 2012-04-16 Glenn Morris <rgm@gnu.org>
1172
1173 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
1174
1175 * configure.in: Remove X libs workaround for old autoconf.
1176
1177 2012-04-12 Ken Brown <kbrown@cornell.edu>
1178
1179 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
1180
1181 2012-04-11 Glenn Morris <rgm@gnu.org>
1182
1183 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
1184
1185 2012-04-10 Glenn Morris <rgm@gnu.org>
1186
1187 * configure.in: Conditionally generate admin/unidata/Makefile.
1188
1189 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1190
1191 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
1192
1193 2012-04-09 Glenn Morris <rgm@gnu.org>
1194
1195 * Makefile.in (leim): Check cd return value. Pass fewer variables.
1196 (install-leim): Check cd return value. Pass $MFLAGS.
1197 (install-strip): Pass $MFLAGS.
1198
1199 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
1200 Eg org.texi has been using 4.7 functions for some time.
1201
1202 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
1203
1204 Check pkg-config exit status when configuring (Bug#10626).
1205 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
1206 works; check its exit status. Problem reported by Jordi Gutiérrez
1207 Hermoso in
1208 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
1209
1210 2012-04-07 Glenn Morris <rgm@gnu.org>
1211
1212 * README, configure.in (AC_INIT): Bump version to 24.1.50.
1213
1214 2012-04-07 Eli Zaretskii <eliz@gnu.org>
1215
1216 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
1217
1218 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
1219
1220 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
1221 * configure.in (LIBS_TERMCAP): Default this to the result of
1222 the tputs library search. Do a run-time test for the linkability
1223 of tputs unless cross-compiling, as that's more reliable if the
1224 link flags and libraries are messed up. Don't change LIBS as
1225 a result of the test, as that may mess up later tests.
1226
1227 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
1228
1229 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
1230
1231 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
1232 specific makefiles to support getopt_.h generation with MSVC.
1233
1234 2012-02-04 Glenn Morris <rgm@gnu.org>
1235
1236 * Makefile.in (uninstall):
1237 Handle compressed info files and man pages. (Bug#10718)
1238
1239 2012-02-02 Glenn Morris <rgm@gnu.org>
1240
1241 * configure.in [HAVE_NS]:
1242 Error if use --without-toolkit-scroll-bars. (Bug#10673)
1243
1244 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
1245
1246 Port to older Solaris 10 versions (Bug#10677).
1247 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
1248 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
1249 possibly this is because Sun fixed the 'stat' bug in my version.
1250 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
1251 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
1252 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1253 These changes are based on gnulib version
1254 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
1255 because Emacs is in feature freeze and we do not want to merge any
1256 more-recent changes from gnulib.
1257
1258 2012-01-31 Glenn Morris <rgm@gnu.org>
1259
1260 * configure.in: Throw an explicit error if Motif toolkit was
1261 requested but requirements could not be found.
1262
1263 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
1264
1265 2012-01-30 Eli Zaretskii <eliz@gnu.org>
1266
1267 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
1268 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
1269 with "make -j3".
1270
1271 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
1272
1273 * .bzrignore: Ignore etc/__pycache__.
1274
1275 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
1276
1277 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
1278 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
1279 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
1280 by Nelson H. F. Beebe in
1281 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
1282
1283 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
1284
1285 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
1286
1287 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
1288
1289 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
1290 instead of LDFLAGS (Bug#10230).
1291
1292 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1293
1294 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
1295
1296 Propagate configure flags to sub-configures.
1297 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
1298 New macros.
1299 (config.status, bootstrap): Use them to propagate configure flags
1300 to sub-configures.
1301 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
1302
1303 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1304
1305 * .bzrignore: Add config.cache.
1306
1307 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
1308
1309 * configure.in: Check for gtk_window_set_has_resize_grip.
1310
1311 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1312
1313 * configure.in (HAVE_XPM): Fix typo.
1314
1315 2011-11-22 Glenn Morris <rgm@gnu.org>
1316
1317 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
1318 have confusing effects on the build. (Bug#6401)
1319
1320 * Makefile.in (install-arch-dep): Tweak previous change.
1321
1322 2011-11-22 Yavor Doganov <yavor@gnu.org>
1323
1324 Do not install arch-dependent files in the app bundle if
1325 --disable-ns-self-contained is requested. (Bug#1335)
1326 * configure.in (exec_prefix, libexecdir): Define relative to
1327 `ns_appbindir' only if configured for a self-contained app.
1328 * Makefile.in (install-arch-dep): Test for the existence of
1329 libexec in the Emacs.app bundle before executing commands.
1330
1331 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
1332
1333 * configure.in: Remove reference to src/m/ibms390.h.
1334
1335 2011-11-13 Glenn Morris <rgm@gnu.org>
1336
1337 * INSTALL: Tiny updates for disk space used during installation.
1338
1339 2011-11-05 Eli Zaretskii <eliz@gnu.org>
1340
1341 * lib/makefile.w32-in (FRC): New dummy target.
1342 (TAGS): Depend on FRC.
1343
1344 2011-11-04 Glenn Morris <rgm@gnu.org>
1345
1346 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
1347 Do not include GnuTLS version info in final summary message.
1348
1349 2011-10-31 Eli Zaretskii <eliz@gnu.org>
1350
1351 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
1352 they exist there, else from autogen/.
1353
1354 * make-dist (msdos): Add depfiles.bat and inttypes.h.
1355
1356 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
1357
1358 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
1359
1360 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
1361
1362 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
1363 if the library is found. Otherwise, later configure-time tests,
1364 such as the test for pthread_sigmask, generate the wrong results
1365 on some platforms. Problem reported for FreeBSD by Nali Toja.
1366
1367 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
1368
1369 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
1370 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
1371 Remove; no longer needed, now that we defer to strftime for time
1372 zone names.
1373
1374 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
1375
1376 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
1377
1378 2011-10-18 Chong Yidong <cyd@gnu.org>
1379
1380 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
1381
1382 2011-10-13 Glenn Morris <rgm@gnu.org>
1383
1384 * configure.in: Also look for tputs in libcurses. (Bug#9736)
1385
1386 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
1387
1388 * configure.in: Remove check for -lintl (Bug#9713).
1389 The check could break 'configure' on GNU/Linux with a (broken) libintl.
1390 The check was helpful but not essential in Solaris 2.6 (1997),
1391 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
1392 obsolete -- Sun dropped support for it in 2006 -- and without
1393 access to that Silurian platform we can't maintain the code anyway.
1394
1395 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
1396
1397 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
1398 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
1399 * m4/gnulib-common.m4: Merge from gnulib.
1400 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
1401 command not found" on powerpc-apple-darwin9.8.0.
1402
1403 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
1404 This is now done by src/alloc.c.
1405
1406 2011-10-02 Richard Stallman <rms@gnu.org>
1407
1408 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
1409 and xlinux_second_failure to xgnu_linux_second_failure.
1410
1411 2011-09-29 Eli Zaretskii <eliz@gnu.org>
1412
1413 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
1414 lib/signal.in-h.
1415
1416 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
1417 Rename signal.in.h and alloca.in.h.
1418
1419 2011-09-28 Eli Zaretskii <eliz@gnu.org>
1420
1421 * INSTALL: Mention that m17n libraries and libotf are needed for
1422 Arabic shaping.
1423
1424 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
1425
1426 Merge from gnulib, improving some licensing wording.
1427 This clarifies and fixes some licensing issues raised by Glenn Morris
1428 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
1429 It also merges the latest version of texinfo.tex and has some
1430 MSVC-related changes that don't affect Emacs.
1431 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
1432 pathmax, and raise, since these are needed only to address
1433 MSVC-related issues that Emacs doesn't have.
1434 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
1435 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
1436 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
1437 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
1438 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
1439 * m4/unistd_h.m4: Merge from gnulib.
1440
1441 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
1442
1443 * configure.in: Initialize HAVE_LIBXML2.
1444
1445 2011-09-26 Glenn Morris <rgm@gnu.org>
1446
1447 * make-dist: Add lib/makefile.w32-in.
1448
1449 2011-09-24 Glenn Morris <rgm@gnu.org>
1450
1451 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
1452
1453 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1454
1455 * .dir-locals.el: Change the debbugs regexp to allow having the
1456 bug number as the first thing on a line.
1457
1458 2011-09-15 Glenn Morris <rgm@gnu.org>
1459
1460 * configure.in: Make configure work with recent GNUsteps.
1461 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
1462 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
1463 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
1464
1465 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
1466
1467 Merge from gnulib, porting to Tru64.
1468 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
1469 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1470 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
1471 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
1472 doesn't affect Emacs.
1473
1474 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
1475
1476 * configure.in (isnan): Remove now-unnecessary check.
1477
1478 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
1479
1480 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
1481 This is to fix the following problems:
1482 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
1483 configured not to use gtk or any other thread-using library,
1484 signals aren't blocked correctly.
1485 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
1486 and IRIX's signal handling.
1487 . On Cygwin 1.7.5 it works around an incompatibility with
1488 the system pthread_sigmask.
1489 . On MacOS X 10.5 (32-bit), files whose inode numbers
1490 exceed 2**31 cannot be read or manipulated.
1491 . pthread_sigmask: Actually use results of gl_THREADLIB.
1492 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
1493 . find 'ar' program that fits with --host argument.
1494 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
1495 * autogen/README: Update destination list.
1496 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
1497 The autogenerated files compile, config.guess,
1498 config.sub, depcomp, install-sh, and missing are now in build-aux.
1499 * m4/largefile.m4: New file, so that Emacs does not mess up when
1500 accessing files with large inode numbers in MacOS X 10.5 and later.
1501 * m4/nocrash.m4: New file, to avoid triggering background debugger
1502 and/or create core dumps during 'configure'.
1503 * build-aux/move-if-change: Renamed from move-if-change.
1504 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
1505 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
1506 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
1507 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
1508 * Makefile.in (epaths-force, sync-from-gnulib):
1509 move-if-change is now in build-aux.
1510 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
1511 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
1512 (mkdir): install-sh is now in build-aux.
1513 * config.bat: c++defs.h is now in build-aux/snippets.
1514 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
1515 usual parameter).
1516 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1517 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
1518 to build-aux/snippet.
1519 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
1520 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
1521 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
1522 Solaris, enables MacOS extensions, and enables nocrash during
1523 'configure'.
1524 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
1525
1526 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
1527
1528 * configure.in (snprintf): New check.
1529
1530 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
1531
1532 * configure.in (opsys): Change pattern to *-*-linux*
1533 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1534 Remove unreachable pattern hppa*-*-linux-gnu*.
1535 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
1536 and that can't possibly work now that src/m/hp800.h no longer exists.
1537
1538 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
1539
1540 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
1541
1542 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
1543
1544 * configure.in: Add header check: sys/socket.h (Bug#8477),
1545 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
1546 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
1547
1548 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
1549
1550 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
1551 (HAVE_GTK_AND_PTHREAD): Remove.
1552
1553 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
1554
1555 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
1556 build, not just GNUstep (Bug#9177).
1557
1558 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
1559
1560 Assume freestanding C89 headers, string.h, stdlib.h.
1561 Again, this simplifies the code, and all current platforms have these.
1562 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
1563 (AC_HEADER_STDC): Remove.
1564 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
1565 (strchr, strrchr): Remove fallback macros.
1566
1567 Assume support for memcmp, memcpy, memmove, memset.
1568 This simplifies the code a bit. All current platforms have these,
1569 as they are required for C89. If this turns into a problem we
1570 can add the gnulib modules for these (a 1-line change to Makefile.in).
1571 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
1572
1573 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
1574
1575 * GNUmakefile: New file.
1576 This is for convenience, so that one can run GNU make in an
1577 unconfigured source tree, and get a default build.
1578
1579 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
1580
1581 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
1582
1583 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1584
1585 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
1586 so as to suppress address randomization (Bug#8395).
1587
1588 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
1589
1590 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
1591 This fixes a build problem on older Mac OS X hosts.
1592
1593 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
1594 test, which runs afoul of Automake installations where, for example,
1595 /usr/share/aclocal contains a copy of gl_THREADLIB.
1596 Problem reported by Sven Joachim in
1597 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
1598 This is just a quick temporary fix, specific to Emacs; I'll work
1599 with the other gnulib maintainers to get a more-permanent fix.
1600
1601 Add gnulib's strtoimax module, needed on Solaris 8.
1602 * Makefile.in (GNULIB_MODULES): Add strtoimax.
1603 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
1604 automatically imported from gnulib.
1605 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1606
1607 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
1608
1609 Add gnulib support for pthread_sigmask (Bug#9010).
1610 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
1611 * configure.in (AC_TYPE_UID_T): New dummy macro.
1612 Configure gnulib after adjusting LIBS,
1613 so that gnulib can assume the libraries in LIBS.
1614 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
1615 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
1616 * lib/pthread_sigmask.c:
1617 New files, automatically imported from gnulib.
1618 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
1619 due to the above changes.
1620 * .bzrignore: Add lib/signal.h.
1621
1622 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
1623
1624 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
1625
1626 * configure.in (maintainer-mode): Reflect default in help string.
1627
1628 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1629
1630 * configure.in: Remove reference to iris4d.h.
1631
1632 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
1633
1634 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
1635
1636 2011-07-01 Glenn Morris <rgm@gnu.org>
1637
1638 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
1639
1640 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1641
1642 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
1643 which made ./configure infloop.
1644
1645 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
1646
1647 * configure.in (gsettings): New option and check for GSettings.
1648
1649 2011-06-29 Glenn Morris <rgm@gnu.org>
1650
1651 * configure.in: Try to test for the required crt*.o files.
1652
1653 2011-06-27 Bill Wohler <wohler@newt.com>
1654
1655 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
1656
1657 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
1658
1659 Use gnulib's dup2 module instead of rolling our own.
1660 * Makefile.in (GNULIB_MODULES): Add dup2.
1661 * configure.in: Do not check for dup2; gnulib does that now.
1662 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
1663
1664 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
1665
1666 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
1667
1668 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
1669
1670 Use gnulib's alloca-opt module.
1671 * .bzrignore: Add lib/alloca.h.
1672 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
1673 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
1674 as gnulib now does that for us. Put alloca check in config.h.
1675 Include <alloca.h> before any other include file, for AIX 3.
1676 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1677 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
1678
1679 2011-06-21 Leo Liu <sdl.web@gmail.com>
1680
1681 * m4/sha256.m4:
1682 * m4/sha512.m4:
1683 * m4/gl-comp.m4:
1684 * lib/u64.h:
1685 * lib/sha256.c:
1686 * lib/sha256.h:
1687 * lib/sha512.c:
1688 * lib/sha512.h:
1689 * lib/makefile.w32-in (GNULIBOBJS):
1690 * lib/gnulib.mk:
1691 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
1692 crypto/sha512 modules from gnulib.
1693
1694 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
1695
1696 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
1697
1698 2011-06-17 Glenn Morris <rgm@gnu.org>
1699
1700 * configure.in: Restore the behavior of checking crt-dir only
1701 when the user specified it (not all platforms use it).
1702
1703 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
1704
1705 * m4/lstat.m4: Merge from gnulib (Bug#8878).
1706
1707 2011-06-16 Miles Bader <miles@gnu.org>
1708
1709 * configure.in: Try to determine CRT_DIR automatically when
1710 using gcc.
1711
1712 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
1713
1714 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
1715 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
1716 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
1717 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
1718 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
1719 Merge from gnulib.
1720
1721 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
1722
1723 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
1724
1725 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
1726
1727 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
1728
1729 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
1730
1731 * configure.in: Add --with-wide-int.
1732 * INSTALL: Mention this.
1733
1734 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
1735
1736 Merge from gnulib.
1737 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
1738
1739 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1740
1741 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
1742
1743 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
1744
1745 Use 'inline', not 'INLINE'.
1746 * configure.in (INLINE): Remove.
1747
1748 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
1749
1750 Adjust to recent gnulib change for @GUARD_PREFIX@.
1751 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
1752 All uses of _GL_ for guard prefixes in lib/*.h replaced with
1753 _@GUARD_PREFIX@_.
1754
1755 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1756
1757 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
1758
1759 2011-05-24 Glenn Morris <rgm@gnu.org>
1760
1761 * Makefile.in (check): Just give a message if no test/ directory.
1762
1763 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
1764
1765 * configure.in (OPT_MAKEFILES_IN): Remove.
1766 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
1767 (SUBDIR_MAKEFILES_IN): New output variable.
1768 * Makefile.in (OPT_MAKEFILES_IN): Remove.
1769 (SUBDIR_MAKEFILES_IN): Let configure set it.
1770
1771 2011-05-24 Leo Liu <sdl.web@gmail.com>
1772
1773 * m4/sha1.m4:
1774 * m4/gl-comp.m4:
1775 * lib/sha1.h:
1776 * lib/sha1.c:
1777 * lib/makefile.w32-in (GNULIBOBJS):
1778 * lib/gnulib.mk:
1779 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
1780
1781 2011-05-24 Glenn Morris <rgm@gnu.org>
1782
1783 * configure.in: Remove test for already configured source directory.
1784 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
1785
1786 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
1787
1788 2011-05-24 Glenn Morris <rgm@gnu.org>
1789
1790 * make-dist: Don't distribute test/. (Bug#8107)
1791 * configure.in (OPT_MAKEFILES_IN): New output variable.
1792 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
1793 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
1794 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
1795 (check): Give an explicit error if test/ is not present.
1796
1797 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
1798 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
1799 (Makefile): Use $SUBDIR_MAKEFILES_IN.
1800
1801 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
1802
1803 * lib/verify.h: Merge from gnulib.
1804
1805 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
1806
1807 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
1808 Merge from gnulib.
1809
1810 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
1811
1812 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
1813
1814 2011-05-20 Eli Zaretskii <eliz@gnu.org>
1815
1816 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
1817
1818 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
1819
1820 2011-05-20 Glenn Morris <rgm@gnu.org>
1821
1822 * configure.in (lisp_frag): New output file.
1823
1824 2011-05-19 Glenn Morris <rgm@gnu.org>
1825
1826 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
1827 (WINDOW_SUPPORT): Remove output variables that are no longer used.
1828
1829 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1830
1831 * lib/gnulib.mk:
1832 * lib/intprops.h:
1833 * lib/unistd.in.h:
1834 * m4/inttypes.m4:
1835 * m4/stdint.m4:
1836 * m4/unistd_h.m4: Sync from gnulib.
1837
1838 2011-05-14 Glenn Morris <rgm@gnu.org>
1839
1840 * configure.in: Treat failure to find an X toolkit the same way we treat
1841 failure to find X and image support.
1842
1843 2011-05-12 Glenn Morris <rgm@gnu.org>
1844
1845 * Makefile.in (src, install-arch-indep, bootstrap-clean)
1846 (check-declare): Shell portability fixes. (Bug#8642)
1847
1848 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1849
1850 * configure.in: Require GnuTLS 2.6.x or higher.
1851
1852 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
1853
1854 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
1855 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
1856 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
1857
1858 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
1859 This new gnulib-tool option saves 'configure' the trouble of
1860 checking for strtoull when strtoumax exists.
1861
1862 * configure.in (BITS_PER_LONG_LONG): New macro.
1863
1864 2011-05-05 Glenn Morris <rgm@gnu.org>
1865
1866 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
1867 (top_distclean): Delete config.log~.
1868
1869 2011-04-27 Ben Key <bkey76@gmail.com>
1870
1871 * configure.in: Fixed a bug that caused configure with
1872 --enable-checking=stringoverrun to have no effect.
1873
1874 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
1875
1876 * configure.in: Suppress unnecessary checks for size_t.
1877 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
1878 (size_t): Do not check for this, and do not typedef. This code
1879 is never exercised now.
1880
1881 * Makefile.in (GNULIB_MODULES): Add strtoumax.
1882 This is needed for the new integer-reading code in lread.c.
1883 It automatically pulls in the following gnulib files, which
1884 are used on old-fashioned platforms that don't have strtoumax:
1885 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
1886 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
1887 m4/strtoull.m4, m4/strtoumax.m4.
1888 * .bzrignore: Add lib/inttypes.h.
1889
1890 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
1891
1892 * configure.in: Check for GnuTLS certificate verify callbacks.
1893
1894 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1895
1896 * Makefile.in (config.status): Don't erase in case of error.
1897 In case it disappeared, rebuild it with `configure'.
1898
1899 2011-04-20 Ken Brown <kbrown@cornell.edu>
1900
1901 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
1902
1903 2011-04-12 Glenn Morris <rgm@gnu.org>
1904
1905 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
1906
1907 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
1908
1909 * lib/allocator.c: New file, automatically generated by gnulib.
1910
1911 2011-04-07 Glenn Morris <rgm@gnu.org>
1912
1913 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
1914
1915 2011-04-06 Eli Zaretskii <eliz@gnu.org>
1916
1917 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
1918 Revert last change.
1919
1920 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
1921
1922 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
1923 ($(BLD)/careadlinkat.$(O)): New target.
1924 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
1925 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
1926 Update dependencies.
1927
1928 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
1929
1930 Fix more problems found by GCC 4.6.0's static checks.
1931
1932 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
1933
1934 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
1935 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
1936 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
1937 * m4/ssize_t.m4: New files, automatically generated from gnulib.
1938
1939 2011-04-06 Glenn Morris <rgm@gnu.org>
1940
1941 * autogen/update_autogen: Handle loaddefs-like files as well.
1942 (usage): Add -l, -C.
1943 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
1944 With -l, check status of lisp/ as well.
1945 With -C, clean before building.
1946 (autoreconf): Only pass -f in the `clean' case.
1947 (commit): New function.
1948
1949 2011-03-28 Glenn Morris <rgm@gnu.org>
1950
1951 * autogen/update_autogen: Pass -f to autoreconf.
1952
1953 * autogen.sh (get_version): Discard "not found" lines.
1954 (check_version): Respect $AUTOCONF etc environment variables.
1955
1956 2011-03-27 Glenn Morris <rgm@gnu.org>
1957
1958 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
1959 (AH_BOTTOM): Do not define SIGTYPE.
1960
1961 2011-03-26 Glenn Morris <rgm@gnu.org>
1962
1963 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
1964 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
1965
1966 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
1967
1968 * autogen/update_autogen: Remove useless function keyword.
1969
1970 2011-03-25 Eli Zaretskii <eliz@gnu.org>
1971
1972 * config.bat: Generate src/config.h and lib/Makefile from
1973 autogen/config.in and autogen/Makefile.in.
1974
1975 2011-03-25 Glenn Morris <rgm@gnu.org>
1976
1977 * compile, config.guess, config.sub, depcomp, install-sh, missing:
1978 Remove; autoreconf can supply them.
1979 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
1980 config.guess, install-sh. Pass -i to autoreconf.
1981 * autogen/update_autogen (genfiles): Add compile, config.guess,
1982 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
1983 Discard non-error output from autoreconf in -q case.
1984 * autogen/compile, autogen/config.guess, autogen/config.sub:
1985 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
1986 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
1987 install-sh, missing.
1988
1989 2011-03-23 Glenn Morris <rgm@gnu.org>
1990
1991 * autogen/update_autogen: Fix typo.
1992 (msg): Remove function; use `exec' instead.
1993
1994 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
1995 (sync-from-gnulib): Don't sync mkinstalldirs.
1996 * make-dist: Don't distribute mkinstalldirs.
1997
1998 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
1999
2000 Fix more problems found by GCC 4.5.2's static checks.
2001 * Makefile.in (GNULIB_MODULES): Add socklen.
2002 * configure.in: Do not check for sys/socket.h, since socklen does that.
2003 * m4/socklen.m4: New automatically-generated file, from gnulib.
2004
2005 fakemail: Remove dependency on ignore-value.
2006 * Makefile.in (GNULIB_MODULES): Add stdio.
2007 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
2008 imported from gnulib.
2009 * .bzrignore: Add lib/stdio.h.
2010
2011 2011-03-22 Glenn Morris <rgm@gnu.org>
2012
2013 * autogen/copy_autogen: Work from ./ or ../.
2014 Fix time-stamps.
2015 * autogen.sh: Doc fix.
2016
2017 2011-03-20 Glenn Morris <rgm@gnu.org>
2018
2019 * autogen/: New directory, to be excluded from releases.
2020 * autogen/copy_autogen, autogen/update_autogen: New scripts.
2021 * autogen/README: New file.
2022 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
2023 * autogen/Makefile.in: Add auto-updated generated files.
2024 * autogen.sh: No longer a no-op, now it tests for autotools
2025 and runs them as necessary.
2026 * configure.in: Default maintainer-mode to on.
2027 * aclocal.m4, configure, lib/Makefile.in: Remove files.
2028
2029 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
2030
2031 Update for gnulib.
2032 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
2033 includes <intprops.h> directly.
2034 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
2035 when building Emacs on Solaris 9 and running it on Solaris 10.
2036
2037 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2038
2039 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
2040
2041 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2042
2043 * Version 23.3 released.
2044
2045 2011-03-06 Glenn Morris <rgm@gnu.org>
2046
2047 * configure.in (FREETYPE_LIBS): Actually set it to something.
2048
2049 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
2050
2051 Work around some portability problems with symlinks.
2052
2053 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
2054 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
2055 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
2056 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
2057 * m4/symlink.m4:
2058 New files, automatically generated from gnulib.
2059 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2060 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
2061
2062 2011-02-26 Eli Zaretskii <eliz@gnu.org>
2063
2064 * .bzrignore: Ignore new lib/*.in-h files.
2065
2066 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
2067 depfiles.bat even if lib/deps already exist.
2068
2069 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
2070
2071 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
2072 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
2073 recent changes to configure.in and to gnulib.
2074
2075 2011-02-24 Glenn Morris <rgm@gnu.org>
2076
2077 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
2078 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
2079
2080 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
2081
2082 Assume S_ISLNK etc. work, since gnulib supports this.
2083 * Makefile.in (GNULIB_MODULES): Add sys_stat.
2084 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
2085 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
2086 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
2087
2088 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
2089
2090 * lib/min-max.h: New file, for "min" and "max".
2091
2092 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
2093
2094 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
2095 $(EMACS_ROOT)/nt/inc/stdint.h.
2096
2097 2011-02-21 Eli Zaretskii <eliz@gnu.org>
2098
2099 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
2100 src/makefile.w32-in and adapt. Depend on stamp_BLD.
2101 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
2102
2103 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
2104
2105 Import filemode module from gnulib.
2106 * .bzrignore: Add lib/sys/.
2107 * Makefile.in (GNULIB_MODULES): Add filemode.
2108 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
2109 * lib/filemode.c: Renamed from src/filemode.c and regenerated
2110 from gnulib. This adds support for some more file types, e.g.,
2111 Cray DMF migrated files.
2112 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
2113 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
2114 * m4/sys_stat_h.m4: New files, generated from gnulib.
2115 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2116 Regenerate.
2117
2118 2011-02-20 Eli Zaretskii <eliz@gnu.org>
2119
2120 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
2121 $(EMACS_ROOT)/nt/inc/sys/stat.h.
2122
2123 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
2124
2125 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
2126 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
2127 is no longer needed, due to the recent SSDATA and related changes.
2128 Perhaps -Wno-pointer-sign should also be removed from
2129 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
2130 way to test this so I left it alone.
2131 * configure: Regenerate.
2132
2133 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
2134
2135 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
2136 src/makefile.w32-in.
2137
2138 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
2139
2140 Import crypto/md5 and stdint modules from gnulib.
2141 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2142 Regenerate.
2143 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
2144 Import the new versions from gnulib; they assume a C99-style
2145 <stdint.h>, supplied by the stdint module.
2146 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
2147 imported from gnulib.
2148 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
2149 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
2150 special cases.
2151
2152 2011-02-19 Eli Zaretskii <eliz@gnu.org>
2153
2154 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
2155 Add lib/deps/.
2156
2157 * config.bat: Configure in `lib'.
2158 Generate *.Po files in lib/deps.
2159
2160 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
2161
2162 Import IRIX 6.5 getloadavg fixes from gnulib.
2163 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
2164
2165 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
2166
2167 Import getloadavg module from gnulib.
2168 * .bzrignore: Add lib/stdlib.h.
2169 * Makefile.in (GNULIB_MODULES): Add getloadavg.
2170 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
2171 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
2172 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
2173 Remove; gnulib does this now.
2174 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
2175 from gnulib. This adds support for several other systems, such
2176 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
2177 buffer overrun on Linux hosts under very high load, and on hosts
2178 that maintain a channel to the load average file it makes sure
2179 the file descriptor is close-on-exec (on hosts that support this)
2180 and is not stdin, stdout, or stderr.
2181 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
2182 from gnulib.
2183 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2184 * src/config.in: Regenerate.
2185
2186 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2187
2188 Merge from gnulib.
2189
2190 * install-sh: Update to scriptversion 2011-01-19.21.
2191
2192 2011-02-13 Bruno Haible <bruno@clisp.org>
2193
2194 Consistent macro naming for macros that use GCC __attribute__.
2195 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
2196 ATTRIBUTE_DEPRECATED.
2197
2198 2011-02-12 Bruno Haible <bruno@clisp.org>
2199
2200 setlocale: Prefer gnulib's override over libintl's override.
2201 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
2202 GNULIB_defined_setlocale is set.
2203
2204 2011-02-13 Glenn Morris <rgm@gnu.org>
2205
2206 * make-dist: Exclude generated file src/globals.h.
2207
2208 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
2209
2210 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
2211 Sync from gnulib, which has been patched to fix the problem
2212 with the license notices. Problem reported by Glenn Morris in
2213 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
2214
2215 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2216
2217 * .bzrignore: Ignore globals.h and related stamp.
2218
2219 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2220
2221 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
2222 This merges the following fix from gnulib:
2223
2224 2011-02-08 Bruno Haible <bruno@clisp.org>
2225
2226 Split large sed scripts, for HP-UX sed.
2227
2228 2011-02-08 Tom Tromey <tromey@redhat.com>
2229
2230 * configure: Rebuild.
2231 * configure.in (NS_OBJC_OBJ): New subst.
2232
2233 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
2234
2235 gnulib: allow multiple gnulib generated replacements to coexist
2236 This defines a few preprocessor symbols that should not affect Emacs.
2237 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
2238 via "make sync-from-gnulib".
2239
2240 gnulib: undo previous change
2241 The upstream _HEADERS change was backed out of gnulib (see the
2242 same thread). Stay in sync with gnulib.
2243
2244 gnulib: adjust to upstream _HEADERS change
2245 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
2246 New empty macros, to accommodate recent changes to gnulib. See
2247 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
2248 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
2249 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
2250 * lib/time.in.h, lib/unistd.in.h:
2251 Regenerate.
2252
2253 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
2254
2255 sync from gnulib to remove HAVE_STDBOOL_H
2256 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
2257 AC_HEADER_STDBOOL. All uses changed. Do not define
2258 HAVE_STDBOOL_H, as gnulib does not need this. This change is
2259 imported from the latest Autoconf git. It was motivated by Emacs,
2260 which uses gnulib but does not need HAVE_STDBOOL_H.
2261 * configure, src/config.in: Regenerate.
2262 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
2263
2264 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2265
2266 allow C code to suppress warnings about ignored return values
2267 * Makefile.in (GNULIB_MODULES): Add ignore-value.
2268 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2269 * lib/ignore-value.h: New file.
2270
2271 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
2272
2273 * configure.in: Test existence of xaw3d library, not just the
2274 header (Bug#7642).
2275
2276 2011-01-31 Eli Zaretskii <eliz@gnu.org>
2277
2278 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
2279 $(BLD)/time_r.$(O).
2280 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
2281 $(EMACS_ROOT)/src/m/intel386.h.
2282 ($(BLD)/strftime.$(O)):
2283 ($(BLD)/time_r.$(O)): Define prerequisites.
2284
2285 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
2286
2287 src/emacs.c now gets version number from configure.in
2288 * configure.in (version): Set this from $PACKAGE_VERSION,
2289 which is set from AC_INIT, rather than scouting through src/emacs.c.
2290 * configure: Regenerate.
2291 * make-dist (version): Get it from configure.in, not src/emacs.c.
2292
2293 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2294
2295 strftime: import from gnulib
2296 * Makefile.in (GNULIB_MODULES): Add strftime.
2297 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
2298 needed.
2299 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2300 Regenerate.
2301 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
2302 imported from gnulib.
2303 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
2304 This incorporates many changes from gnulib, including simpler
2305 handling of multibyte formats, porting to mingw32 and other
2306 platforms, and support for higher-resolution time stamps.
2307 Emacs does not yet use the higher-resolution interface.
2308
2309 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2310
2311 gnulib: import mktime and move-if-change fixes from gnulib
2312
2313 * configure: Regenerate from the following.
2314
2315 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2316
2317 mktime: clarify long_int width checking
2318 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
2319 the top level, to make it clearer that the assumption about
2320 long_int width is being checked. See
2321 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
2322
2323 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
2324
2325 TYPE_MAXIMUM: avoid theoretically undefined behavior
2326 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
2327 negative number, which the C Standard says has undefined behavior.
2328 In practice this is not a problem, but might as well do it by the book.
2329 Reported by Rich Felker and Eric Blake; see
2330 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
2331 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2332 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
2333
2334 mktime: #undef mktime before #defining it
2335 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
2336
2337 mktime: systematically normalize tm_isdst comparisons
2338 * lib/mktime.c (isdst_differ): New function.
2339 (__mktime_internal): Use it systematically for all isdst comparisons.
2340 This completes the fix for libc BZ #6723, and removes the need for
2341 normalizing tm_isdst. See
2342 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
2343 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
2344
2345 mktime: fix some integer overflow issues and sidestep the rest
2346
2347 This was prompted by a bug report by Benjamin Lindner for MinGW
2348 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
2349 His bug is due to signed integer overflow (0 - INT_MIN), and I
2350 I scanned through mktime.c looking for other integer overflow
2351 problems, fixing all the bugs I found.
2352
2353 Although the C Standard says the resulting code is still not safe
2354 in the presence of integer overflow, in practice it should be good
2355 enough for all real-world two's-complement implementations, except
2356 for debugging environments that deliberately trap on integer
2357 overflow (e.g., gcc -ftrapv).
2358
2359 * lib/mktime.c (WRAPV): New macro.
2360 (SHR): Also check that long_int and time_t shift right in the
2361 usual way, before using the fast-but-unportable method.
2362 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
2363 used. The code already assumed two's complement, so there's
2364 no need to test for alternatives. All uses removed.
2365 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
2366 the C standard. Problem reported by Rich Felker in
2367 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
2368 (twos_complement_arithmetic): Also check long_int and time_t.
2369 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
2370 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
2371 (__mktime_internal): Avoid integer overflow with unary subtraction
2372 in two instances where -1 - X is an adequate replacement for -X,
2373 since the calculations are approximate.
2374
2375 2011-01-29 Eric Blake <eblake@redhat.com>
2376
2377 mktime: avoid infinite loop
2378 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
2379 type; behavior is still undefined but portable to all known targets.
2380 Reported by Rich Felker.
2381
2382 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2383
2384 mktime: avoid problems on NetBSD 5 / i386
2385 * lib/mktime.c (long_int): New type. This works around a problem
2386 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
2387 but time_t is 64 bits, and where I expect the existing code is
2388 wrong in some cases.
2389 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
2390 (ydhms_diff): Bring back the compile-time check for wide-enough
2391 year and yday.
2392
2393 mktime: fix misspelling in comment
2394 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
2395 This merges all recent glibc changes of importance.
2396
2397 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2398
2399 move-if-change: cope with concurrent mv of identical file.
2400 * move-if-change (CMPPROG): Accept environment
2401 variable as an override for `cmp'.
2402 (usage): Document CMPPROG.
2403 Adjust comparison to drop stdout. Cope with failure of mv if
2404 the target file exists and is identical to the source, for
2405 parallel builds.
2406 Report from H.J. Lu against binutils in PR binutils/12283.
2407
2408 2011-01-29 Eli Zaretskii <eliz@gnu.org>
2409
2410 * lib/makefile.w32-in:
2411 * lib/getopt_.h: New files.
2412
2413 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2414
2415 improve fix for MS-DOS file name clash
2416 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
2417 for portability to POSIX make. Reported by Bruno Haible.
2418 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
2419 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
2420 files from accumulating as garbage. Also reported by Bruno Haible.
2421
2422 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
2423
2424 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
2425 * Makefile.in (DOS-gnulib-comp.m4): New macro.
2426 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
2427 problems with MS-DOS 8+3 file name restrictions.
2428 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
2429 it, it would also cause problems when extracting Emacs distribution
2430 tarballs on MS-DOS hosts.
2431 (ACLOCAL_INPUTS): Adjust to file renaming.
2432 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
2433 * config.guess, config.sub: Sync from gnulib.
2434 * m4/gnulib-cache.m4: Remove from repository.
2435 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
2436
2437 2011-01-25 Glenn Morris <rgm@gnu.org>
2438
2439 * README: Add a note about ranges in copyright years.
2440
2441 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
2442
2443 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
2444
2445 * configure.in: Add HP-UX on IA64 (Bug#6811).
2446
2447 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
2448
2449 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
2450 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
2451 as it is no longer needed.
2452 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
2453 * configure.in: Invoke the new gnulib macro
2454 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
2455 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
2456 * m4/getopt.m4: Sync from gnulib; this removes the need for
2457 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
2458 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
2459 New macro, synced from gnulib.
2460 * m4/warn-on-use.m4: Remove.
2461
2462 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
2463
2464 aclocal.m4: put this file back into repository
2465 This way, we don't have to assume that the maintainer has
2466 the automake package installed. See
2467 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
2468 * .bzrignore: Remove aclocal.m4, undoing the previous change.
2469 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
2470 undoing the previous change.
2471 * aclocal.m4: New file (actually, resurrected).
2472
2473 2011-01-22 Miles Bader <miles@gnu.org>
2474
2475 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
2476 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
2477 Emacs directly uses fontconfig, and breaks building when using a
2478 strict linker).
2479
2480 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
2481
2482 src/config.in: shrink slightly
2483 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
2484 This makes src/config.in a bit smaller, by removing identifiers
2485 like GNULIB_TEST_MKTIME that Emacs does not need.
2486 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
2487 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2488 Sync from gnulib. This removes a few more unnecessary symbols from
2489 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
2490 * configure, src/config.in: Regenerate.
2491
2492 aclocal.m4: tweaks to regenerate more conveniently
2493 This attempts to act better when the source is in a weird state. See
2494 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
2495 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
2496 * .bzrignore: Add aclocal.m4.
2497
2498 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
2499
2500 aclocal.m4: omit auto-generated file from repository
2501 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
2502 the most recent change here.
2503 * aclocal.m4: Remove from bzr repository. This file is
2504 auto-generated and isn't needed to run 'configure'. See
2505 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
2506
2507 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
2508
2509 Minor Makefile.in tweaks to build from gnulib better.
2510 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
2511 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
2512 (top_maintainer_clean): Don't remove aclocal.m4.
2513
2514 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
2515
2516 Minor cleanups for 'bzr status'
2517 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
2518 the output of config.guess.
2519 * Makefile.in (top_distclean): Remove stamp-h1 too.
2520
2521 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
2522 defined if the compiler supports GCC-style __attribute__
2523 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
2524 this syntax.
2525
2526 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
2527
2528 Makefile.in: tidy up the building of lib
2529 * Makefile.in (am--refresh): Mark as .PHONY.
2530 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
2531 as they're not rebuilt unless you do a "make sync-from-gnulib"
2532 and the former is needed for "configure".
2533 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
2534 has already removed lib/Makefile.
2535
2536 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
2537 This avoids building ftoastr and ldtoastr, which aren't needed. See
2538 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
2539
2540 * .bzrignore: Add .h files that are host-dependent.
2541 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
2542 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
2543 host-dependent and are built as part of an ordinary 'make', and
2544 should not be checked in.
2545
2546 * lib/Makefile.in: Regenerate.
2547 * lib/COPYING: New file, a copy of COPYING.
2548
2549 * configure: Regenerate.
2550 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
2551
2552 Regenerate.
2553 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2554 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
2555 New files, copied from gnulib by gnulib-tool.
2556 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
2557 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2558 Regenerate.
2559
2560 Use gnulib's getopt-gnu module.
2561 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
2562 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
2563 representative of the dependencies.
2564 * configure.in: Do not configure getopt, as gnulib does that now.
2565 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
2566 getopt now, in lib.
2567
2568 Regenerate.
2569 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
2570 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
2571 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
2572 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
2573 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
2574 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
2575 * m4/wchar_t.m4, warn-on-use.h:
2576 New files, copied from gnulib by gnulib-tool.
2577 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2578 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2579 Regenerate.
2580
2581 Use gnulib's mktime module.
2582 * Makefile.in (GNULIB_MODULES): Add mktime.
2583 * configure.in: Remove code no longer needed, as gnulib now does it.
2584 (AC_CHECK_FUNCS): Remove mktime.
2585 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
2586 (__restrict): Remove, as this now gets in the way of the C99
2587 support for 'restrict' pulled in by the gnulib mktime module.
2588 Code should now use 'restrict' and not '__restrict".
2589 (mktime): Remove.
2590 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
2591 and warn-on-use.h into the distribution.
2592
2593 Regenerate.
2594 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
2595 * lib/ldtoastr.c, m4/c-strtod.m4:
2596 New files, copied from gnulib by gnulib-tool.
2597 * lib/dummy.c: Remove.
2598 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2599 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2600 Regenerate.
2601
2602 Use gnulib's ftoastr module.
2603 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
2604
2605 Regenerate.
2606 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
2607 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
2608 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
2609 New files, generated automatically, with 'make sync-from-gnulib'
2610 followed by 'make'.
2611 * configure, lisp/dired.el, src/config.in: Regenerate.
2612
2613 Automate syncing from gnulib.
2614 * INSTALL, README: Document new subdirectory 'lib'.
2615 * Makefile.in (SUBDIR): Add lib.
2616 (SUBDIR_MAKEFILES): Add lib/Makefile.
2617 (lib-src, src, TAGS, tags): Depend on lib.
2618 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
2619 ($(gnulib_srcdir)): New rule.
2620 (sync-from-gnulib): New rule, which is .PHONY.
2621 (lib): New rule, which is like lib-src.
2622 (Makefile): Depend on lib/Makefile.in.
2623 (AUTOCONF_INPUTS): Depend on aclocal.m4.
2624 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
2625 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
2626 (am--refresh): New rule, to pacify Automake.
2627 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
2628 Clean lib, too.
2629 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
2630 droppings.
2631 (maintainer-clean, extraclean): Use it.
2632 * configure.in: Initialize for automake and gnulib, by invoking
2633 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
2634 lib/Makefile, too. Use automake to build gnulib, as gnulib works
2635 more conveniently with automake.
2636 * lib/Makefile.am: New file.
2637 * make-dist: Also put into the distribution aclocal.m4,
2638 compile, depcomp, missing, and the files under lib/.
2639
2640 2011-01-15 Glenn Morris <rgm@gnu.org>
2641
2642 * Makefile.in (epaths-force): No more arch-tag to edit.
2643
2644 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2645
2646 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
2647
2648 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
2649
2650 * make-dist: Distribute test/ files too.
2651 Distribute every file under test/ that is under version control,
2652 using patterns like *.el to capture files that are added later.
2653 Without this change, "configure" would fail, because it would
2654 attempt to build from a Makefile.in that was not distributed.
2655
2656 2011-01-13 Christian Ohler <ohler@gnu.org>
2657
2658 * Makefile.in (INFO_FILES): Add ERT.
2659
2660 * Makefile.in (check): Run tests in test/automated.
2661
2662 * Makefile.in:
2663 * configure.in: Add test/automated/Makefile.
2664
2665 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2666
2667 * install-sh, mkinstalldirs, move-if-change: Update from master
2668 source in gnulib.
2669
2670 * config.guess, config.sub: Updated from master source.
2671
2672 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
2673
2674 * configure.in: Check for __builtin_unwind_init.
2675
2676 2011-01-05 Glenn Morris <rgm@gnu.org>
2677
2678 * configure.in (HAVE_MAKEINFO): New output variable.
2679 (MAKEINFO): Reset to "makeinfo" if not found.
2680 * Makefile.in (install-arch-indep, info):
2681 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
2682
2683 2010-12-29 Ulrich Mueller <ulm@gentoo.org>
2684
2685 * configure.in: Make gameuser configurable (Bug#7717).
2686
2687 2010-12-15 Glenn Morris <rgm@gnu.org>
2688
2689 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
2690 long absent lib-src/fns-*.el.
2691
2692 2010-12-11 Glenn Morris <rgm@gnu.org>
2693
2694 * make-dist: Exclude etc/*.pyc.
2695
2696 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
2697
2698 * configure.in: Don't double machfile in final message.
2699
2700 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
2701
2702 * configure.in: Fix last change.
2703
2704 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
2705
2706 * configure.in: Remove reference to removed machine description
2707 files and allow $machine and $machfile to be empty. Substitute
2708 M_FILE/S_FILE instead of machfile/opsysfile.
2709
2710 2010-12-03 Glenn Morris <rgm@gnu.org>
2711
2712 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
2713
2714 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2715
2716 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
2717 (EXTERNALLY_VISIBLE): New definition.
2718
2719 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2720
2721 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
2722
2723 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2724
2725 * configure.in: Do not check for unconditionally included headers.
2726
2727 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2728
2729 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
2730
2731 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
2732
2733 * configure.in: Don't write a warning for D-Bus anymore.
2734
2735 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
2736
2737 * configure.in: Fix indentation.
2738
2739 2010-10-31 Ken Brown <kbrown@cornell.edu>
2740
2741 * configure.in (checking whether localtime caches TZ): Use
2742 unsetenv instead of modifying environment directly.
2743
2744 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
2745
2746 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
2747 to avoid warning.
2748
2749 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2750
2751 * configure.in: Remove the BROKEN annotation from GnuTLS.
2752
2753 2010-10-22 Glenn Morris <rgm@gnu.org>
2754
2755 * make-dist: Avoid listing .el files twice. Don't try to run
2756 autoconf if --no-update.
2757
2758 2010-10-20 Glenn Morris <rgm@gnu.org>
2759
2760 * make-dist: No longer create lisp/MANIFEST.
2761
2762 2010-10-14 Glenn Morris <rgm@gnu.org>
2763
2764 * BUGS, INSTALL.BZR, README: Updates.
2765
2766 2010-10-13 Glenn Morris <rgm@gnu.org>
2767
2768 * make-dist: Remove --compress. Check for the appropriate
2769 gzip-like executable, and if not found, don't compress.
2770 Check version number in README, don't change it.
2771 Use find for nt/inc/*.h.
2772
2773 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2774
2775 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
2776 trailing / from directory names.
2777
2778 2010-10-12 Glenn Morris <rgm@gnu.org>
2779
2780 * make-dist: Update and simplify.
2781
2782 2010-10-12 Eli Zaretskii <eliz@gnu.org>
2783
2784 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
2785
2786 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2787
2788 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
2789
2790 2010-10-09 Glenn Morris <rgm@gnu.org>
2791
2792 * make-dist: No more doc/emacs/*.texi.in.
2793
2794 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
2795
2796 2010-10-09 Glenn Morris <rgm@gnu.org>
2797
2798 * configure.in: Combine some conditionals.
2799
2800 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
2801 * make-dist: Include doc/emacs/*.texi.in.
2802
2803 * INSTALL, make-dist: Remove references to b2m.
2804 * Makefile.in (MAN_PAGES): Remove b2m.1.
2805
2806 2010-10-05 Glenn Morris <rgm@gnu.org>
2807
2808 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
2809
2810 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2811
2812 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
2813
2814 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
2815
2816 * configure.in: Include stdlib.h and string.h unconditionally.
2817
2818 2010-09-29 Romain Francoise <romain@orebokech.com>
2819
2820 * configure.in: Don't enable ImageMagick unless HAVE_X11.
2821
2822 2010-09-28 Glenn Morris <rgm@gnu.org>
2823
2824 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
2825 happy.
2826
2827 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2828
2829 * configure.in: Enable imagemagick by default.
2830
2831 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2832
2833 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
2834 GnuTLS libraries.
2835
2836 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
2837
2838 * configure.in: Set up GnuTLS.
2839
2840 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * configure.in: Announce whether libxml2 is linked to.
2843
2844 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2845
2846 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
2847
2848 2010-09-18 Eli Zaretskii <eliz@gnu.org>
2849
2850 * config.bat: Detect that libxml2 is installed and if so, build
2851 with it.
2852
2853 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2854
2855 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
2856 be used. This fixes a conf problem on Mac OS X.
2857
2858 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2859
2860 * configure.in: Check for libxml2.
2861
2862 2010-09-09 Glenn Morris <rgm@gnu.org>
2863
2864 * make-dist: No more TODO files under lisp/.
2865
2866 2010-09-04 Eli Zaretskii <eliz@gnu.org>
2867
2868 * config.bat: Produce lisp/gnus/_dir-locals.el from
2869 lisp/gnus/.dir-locals.el.
2870
2871 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
2872
2873 * configure.in: Fix check for librsvg, imagemagick and
2874 MagickExportImagePixels.
2875
2876 2010-08-18 Joakim Verona <joakim@verona.se>
2877
2878 * Makefile.in, configure.in: Checks for ImageMagick.
2879
2880 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
2881
2882 * configure.in (AC_PREREQ): Require autoconf 2.65.
2883
2884 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2885
2886 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
2887
2888 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2889
2890 * configure.in: Add AC_C_BIGENDIAN.
2891
2892 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2893
2894 * configure.in (ORDINARY_LINK): Use on hpux* too.
2895
2896 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2897
2898 * configure.in: Check for util.h.
2899 Use -Wimplicit-function-declaration if compiler supports it.
2900
2901 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2902
2903 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
2904
2905 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
2906
2907 * configure.in: Restore accidentally removed use of
2908 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
2909
2910 2010-07-29 Chad Brown <yandros@mit.edu>
2911
2912 * configure.in: Check for dirent.h.
2913
2914 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
2915
2916 * configure.in: Remove reference to usg5-4, unused.
2917
2918 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2919
2920 * configure.in: Check for __executable_start.
2921
2922 2010-07-24 Ken Brown <kbrown@cornell.edu>
2923
2924 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
2925
2926 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
2927
2928 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
2929
2930 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
2931
2932 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
2933
2934 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
2935
2936 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
2937 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
2938 (C_OPTIMIZE_SWITCH): Remove.
2939 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
2940
2941 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
2942
2943 * configure.in: Don't check for index and rindex, check for strchr
2944 and strrchr. Define strchr and strrchr as index and rindex,
2945 resp., in src/config.h if not available.
2946
2947 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2948
2949 * configure.in: Use -Wold-style-definition if available.
2950 This helps with the transition to standard C code, it can be
2951 removed when done.
2952
2953 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
2954
2955 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
2956 and MSWindows.
2957
2958 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
2959
2960 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
2961 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
2962
2963 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2964
2965 * configure.in (getenv): Remove K&R declaration.
2966
2967 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
2968
2969 * configure.in: Remove define __P.
2970
2971 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2972
2973 * configure.in (--enable-use-lisp-union-type): New flag.
2974
2975 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
2976
2977 Fix CFLAGS for non-GCC compilers.
2978 * configure.in (CFLAGS): Always use -g like it was done before the
2979 2010-03-30 change.
2980 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
2981 (Bug#6538)
2982
2983 2010-06-30 Glenn Morris <rgm@gnu.org>
2984
2985 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
2986 Set with AC_DEFINE rather than AH_BOTTOM.
2987
2988 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
2989 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
2990 Set with shell, not cpp.
2991 (LIBX): Remove, just use -lX11 in the one place this was used.
2992 (cannot_dump): Replace with CANNOT_DUMP.
2993
2994 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
2995
2996 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
2997 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
2998 by minimum required Gtk+ 2.6). Add checks for functions introduced
2999 in Gtk+ 2.14 or newer (bug#6505).
3000
3001 2010-06-26 Eli Zaretskii <eliz@gnu.org>
3002
3003 * config.bat: Remove white space around "+" in COPY commands.
3004
3005 2010-06-23 Glenn Morris <rgm@gnu.org>
3006
3007 * info/dir: Start descriptions in column 32, per Texinfo convention.
3008
3009 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
3010
3011 * INSTALL: Update font information (Bug#6389).
3012
3013 2010-06-16 Glenn Morris <rgm@gnu.org>
3014
3015 * INSTALL: General update.
3016
3017 2010-06-12 Glenn Morris <rgm@gnu.org>
3018
3019 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
3020
3021 2010-06-11 Glenn Morris <rgm@gnu.org>
3022
3023 * configure.in (--without-compress-info): New option.
3024 (GZIP_INFO): New output variable.
3025
3026 * Makefile.in (GZIP_INFO): New, set by configure.
3027 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
3028 Handle man pages in the same way.
3029
3030 2010-06-10 Glenn Morris <rgm@gnu.org>
3031
3032 * Makefile.in (install-arch-indep): Gzip the info files too.
3033
3034 * make-dist: Remove references to non-existent directories and files.
3035
3036 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
3037
3038 * configure.in: Include <strings.h> and <string.h> instead of
3039 "strings.h" and "string.h".
3040
3041 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
3042
3043 * configure.in: Remove code dealing with BSTRING.
3044
3045 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
3046
3047 * configure.in (AC_PREREQ): Require autoconf 2.65.
3048
3049 * configure.in (unxec): Do not define and substitute.
3050 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
3051
3052 2010-06-03 Glenn Morris <rgm@gnu.org>
3053
3054 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
3055
3056 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
3057
3058 Fix alloca definition when using gcc on non-gnu systems.
3059 * configure.in: Use the code sequence indicated by "info autoconf"
3060 for alloca (bug#6170).
3061
3062 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3063
3064 * .bzrignore: Ignore new files from trunk, which appear if you use
3065 colocated branches (i.e. "bzr switch").
3066
3067 2010-05-28 Glenn Morris <rgm@gnu.org>
3068
3069 * configure.in: Simplify some of the $canonical tests.
3070
3071 2010-05-27 Glenn Morris <rgm@gnu.org>
3072
3073 * config.bat: Do not preprocess src/Makefile.in.
3074
3075 * configure.in: Do not preprocess src/Makefile.in.
3076 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
3077 (AC_EGREP_CPP): Test no longer needed.
3078
3079 * make-dist: No more Makefile.c files.
3080
3081 2010-05-26 Glenn Morris <rgm@gnu.org>
3082
3083 * configure.in (YMF_PASS_LDFLAGS): Remove.
3084 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
3085
3086 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
3087 Add $GNUSTEP_LOCAL_HEADERS.
3088 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
3089
3090 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
3091 (GNUSTEP_MAKEFILES): Remove.
3092 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
3093 stuff to here.
3094
3095 2010-05-25 Glenn Morris <rgm@gnu.org>
3096
3097 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
3098 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
3099
3100 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
3101 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
3102 here instead.
3103
3104 2010-05-24 Romain Francoise <romain@orebokech.com>
3105
3106 * make-dist: Look for version in src/emacs.c.
3107 Use lisp/subr.el rather than lisp/version.el for location check.
3108
3109 2010-05-21 Glenn Morris <rgm@gnu.org>
3110
3111 * configure.in (MKDEPDIR): Parallel build tweak.
3112
3113 * configure.in (ns_frag): New output file.
3114
3115 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
3116 (OLDXMENU_TARGET): Set to empty if USE_GTK.
3117
3118 * configure.in (cannot_dump): New output variable.
3119
3120 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
3121
3122 * configure.in: On NetBSD, if terminfo is found, use it in
3123 preference to termcap. (Bug#6190)
3124
3125 2010-05-20 Glenn Morris <rgm@gnu.org>
3126
3127 * make-dist (src): Include *.mk.
3128 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
3129 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
3130 (deps_frag): New output file.
3131 (AUTO_DEPEND): Remove this definition.
3132
3133 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
3134
3135 2010-05-19 Glenn Morris <rgm@gnu.org>
3136
3137 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
3138 (ORDINARY_LINK): New AC_DEFINE.
3139 (LIB_GCC): No need to set if ORDINARY_LINK.
3140
3141 2010-05-18 Glenn Morris <rgm@gnu.org>
3142
3143 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
3144 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
3145
3146 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
3147 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
3148 (RALLOC_OBJ): New output variable.
3149
3150 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
3151 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
3152
3153 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3154
3155 * Makefile.in (src): Provide the name of the VCS file that witnesses
3156 a pull.
3157 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
3158
3159 2010-05-17 Glenn Morris <rgm@gnu.org>
3160
3161 * configure.in (OLDXMENU_DEPS): New output variable.
3162
3163 2010-05-16 Glenn Morris <rgm@gnu.org>
3164
3165 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
3166
3167 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
3168 * Makefile.in (install-arch-dep): Update for above change.
3169
3170 * Makefile.in (ns_appdir): Remove.
3171 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
3172
3173 * configure.in (TEMACS_LDFLAGS2): New output variable.
3174
3175 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
3176 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
3177 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
3178 nothing uses.
3179
3180 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
3181
3182 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
3183 does not use them.
3184 (X11R5_INHIBIT_I18N): Remove, unused.
3185
3186 2010-05-15 Glenn Morris <rgm@gnu.org>
3187
3188 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
3189
3190 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
3191
3192 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
3193
3194 * configure.in: Look for version string in its new location.
3195
3196 2010-05-15 Eli Zaretskii <eliz@gnu.org>
3197
3198 * config.bat: Remove support for DJGPP v1.x.
3199
3200 2010-05-15 Glenn Morris <rgm@gnu.org>
3201
3202 * configure.in (OLDXMENU_TARGET): New output variable.
3203
3204 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
3205
3206 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
3207 and other files that no longer exist.
3208
3209 2010-05-14 Glenn Morris <rgm@gnu.org>
3210
3211 * configure.in (cpp_undefs): Add mktime, register, X11.
3212
3213 * configure.in (GPM_MOUSE_SUPPORT): Remove.
3214 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
3215 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
3216
3217 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
3218 (GNUSTEP_MAKEFILES): Do not output.
3219
3220 2010-05-13 Glenn Morris <rgm@gnu.org>
3221
3222 * configure.in: Fix some paren typos.
3223
3224 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
3225
3226 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
3227
3228 2010-05-12 Glenn Morris <rgm@gnu.org>
3229
3230 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
3231
3232 * configure.in (LIB_GCC): New output variable.
3233
3234 2010-05-11 Glenn Morris <rgm@gnu.org>
3235
3236 * make-dist (msdos): No more mainmake.
3237
3238 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
3239 * config.bat: Do not run cpp on lib-src/Makefile.in.
3240
3241 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
3242
3243 2010-05-10 Glenn Morris <rgm@gnu.org>
3244
3245 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
3246
3247 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
3248 (BLESSMAIL_TARGET): New output variable.
3249
3250 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3251
3252 * INSTALL: Fix typos.
3253
3254 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3255
3256 * configure.in: Add check for buggy version of GCC (Bug#6031).
3257
3258 2010-05-08 Glenn Morris <rgm@gnu.org>
3259
3260 * configure.in (HAVE_LIBNCURSES): New local variable.
3261 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
3262 replacing cpp in src/s/*.h and src/Makefile.in.
3263
3264 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3265
3266 * Version 23.2 released.
3267
3268 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3269
3270 * configure.in: Add tests for `isnan' and `copysign'.
3271
3272 2010-05-07 Eli Zaretskii <eliz@gnu.org>
3273
3274 * config.bat: Allow for 2 leading `#'s in comments in
3275 src/Makefile.in.
3276
3277 2010-05-07 Glenn Morris <rgm@gnu.org>
3278
3279 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
3280 Merges logic from src/s/* and src/Makefile.in.
3281 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3282
3283 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3284
3285 Define START_FILES and LIB_STANDARD using autoconf.
3286 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
3287 here from src/s/*.h.
3288 (HAVE_CRTIN): Remove, inline logic in the netbsd
3289 START_FILES/LIB_STANDARD computation.
3290
3291 2010-05-06 Glenn Morris <rgm@gnu.org>
3292
3293 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
3294
3295 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
3296 (LD_SWITCH_X_SITE): Remove unused variables.
3297
3298 2010-05-04 Glenn Morris <rgm@gnu.org>
3299
3300 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
3301 as well.
3302 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
3303
3304 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3305
3306 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
3307 variables, replacing c_switch_machine, c_switch_system.
3308 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
3309 @c_switch_system@.
3310
3311 2010-05-03 Glenn Morris <rgm@gnu.org>
3312
3313 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
3314
3315 * make-dist: There are no more src/m/*.inp files.
3316
3317 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3318
3319 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
3320 (ac_link): Do not use ld_switch_machine.
3321
3322 2010-05-01 Glenn Morris <rgm@gnu.org>
3323
3324 * configure.in (OTHER_OBJ): Remove.
3325 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
3326
3327 2010-04-30 Glenn Morris <rgm@gnu.org>
3328
3329 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
3330 Elsewhere, maybe include it.
3331
3332 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
3333 (OLDXMENU, LIBXMENU): New output variables.
3334
3335 * configure.in (OTHER_OBJ): New output variable.
3336
3337 2010-04-28 Glenn Morris <rgm@gnu.org>
3338
3339 * configure.in (CYGWIN_OBJ): New output variable.
3340
3341 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
3342
3343 * configure.in (FONT_OBJ): New output variable.
3344
3345 * configure.in (LIBXMU): New output variable.
3346
3347 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
3348
3349 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
3350 userland and maybe change values to i386 (move test from s/amdx86-64.h).
3351
3352 2010-04-27 Glenn Morris <rgm@gnu.org>
3353
3354 * configure.in (LIBXTR6): New output variable. Move unixware special
3355 case here from src/s/unixware.h.
3356
3357 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
3358 in Makefiles.
3359 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
3360
3361 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
3362 (LIBXP): No longer substitute in Makefiles.
3363 (MOTIF_LIBW): New output variable. Move system-specific settings here
3364 from src/s files.
3365
3366 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
3367
3368 Reduce CPP usage.
3369 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
3370 (unexec): Define unconditionally, all platforms define
3371 UNEXEC. AC_SUBST it.
3372 (UNEXEC_SRC): Remove, unused.
3373 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
3374
3375 2010-04-27 Glenn Morris <rgm@gnu.org>
3376
3377 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
3378 replaced by LIBXP.
3379
3380 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
3381 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
3382 On hpux10-20, default to /lib.
3383
3384 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
3385
3386 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
3387
3388 * configure.in (LIBS_MACHINE): Remove, unused.
3389
3390 * configure.in (LIB_MATH): New output variable. Set it for some systems.
3391
3392 2010-04-24 Glenn Morris <rgm@gnu.org>
3393
3394 * configure.in (CRT_DIR): New output variable.
3395 (--with-crt-dir): New option. (Bug#5655)
3396 (HAVE_LIB64_DIR): Remove.
3397
3398 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
3399
3400 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
3401
3402 2010-04-22 Miles Bader <miles@gnu.org>
3403
3404 * configure.in: Get rid of "unix" pre-defined macro when
3405 preprocessing Makefile. (Bug#5857)
3406
3407 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
3408
3409 Avoid non-portable shell command negation
3410 * configure.in: Revert last change.
3411
3412 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3413
3414 * configure.in: Change "if test ! -f" to "if ! test -f".
3415
3416 2010-04-21 Glenn Morris <rgm@gnu.org>
3417
3418 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
3419 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
3420
3421 2010-04-21 Karel Klíč <kklic@redhat.com>
3422
3423 * configure.in: New option: --with(out)-selinux, on by default.
3424 Set HAVE_LIBSELINUX if we find libselinux, and substitute
3425 LIBSELINUX_LIBS in Makefiles.
3426
3427 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
3428
3429 * configure.in: Remove all references to LIBX11_SYSTEM.
3430
3431 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3432
3433 * configure.in: Remove all references to C_DEBUG_SWITCH.
3434
3435 2010-03-27 Eli Zaretskii <eliz@gnu.org>
3436
3437 * config.bat <lib-src>: Edit out lines that begin with several #
3438 characters.
3439
3440 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3441
3442 * configure.in: Remove support for old UNIX System V systems and
3443 for Unixware on non-x86 machines.
3444
3445 * configure.in: Remove support for Solaris on PPC and for old versions.
3446
3447 * configure.in: Remove non-working lynxos port.
3448
3449 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3450
3451 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
3452
3453 2010-03-19 Glenn Morris <rgm@gnu.org>
3454
3455 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
3456 happy.
3457
3458 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
3459
3460 * configure.in: Check for tputs and friends, abort if not
3461 found (bug#5735).
3462
3463 2010-03-18 Glenn Morris <rgm@gnu.org>
3464
3465 * configure.in (--with-x-toolkit): In the help text, say which options
3466 are synonyms.
3467
3468 * configure.in (--with-mmdf, --with-mail-unlink):
3469 New options, off by default.
3470 (--with-mailhost): New option to set default POP host.
3471 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
3472 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
3473 New variables, substituted in Makefiles.
3474 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
3475 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
3476 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
3477 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
3478 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
3479
3480 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3481
3482 * Makefile.in (uninstall): Handle the case where archlibdir does not
3483 exist. (Bug#5720)
3484
3485 2010-03-12 Eli Zaretskii <eliz@gnu.org>
3486
3487 These changes remove termcap.c from the build on POSIX platforms.
3488 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
3489
3490 * configure: Regenerated.
3491
3492 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3493
3494 * Branch for 23.2.
3495
3496 2010-01-31 Juri Linkov <juri@jurta.org>
3497
3498 * .bzrignore: Add TAGS-LISP.
3499
3500 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3501
3502 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
3503 this header file).
3504
3505 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
3506
3507 * .bzrignore: Ignore all .exe, instead of individual files.
3508
3509 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
3510
3511 * configure.in: Explicitly check for and link to -lXrender.
3512
3513 2010-01-12 Glenn Morris <rgm@gnu.org>
3514
3515 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
3516 for bug reports for development versions.
3517
3518 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3519
3520 * .bzrignore: Add more ignored patterns, including for the MS-DOS
3521 build.
3522
3523 2009-12-27 Karl Fogel <kfogel@red-bean>
3524
3525 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
3526 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
3527
3528 2009-12-17 Glenn Morris <rgm@gnu.org>
3529
3530 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
3531
3532 2009-12-15 Glenn Morris <rgm@gnu.org>
3533
3534 * info/dir: Add EDT entry.
3535 * Makefile.in (INFO_FILES): Add edt.
3536
3537 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
3538
3539 * configure.in: Check for RSVG if GNUstep is used.
3540
3541 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
3542
3543 * configure.in: Don't check for RSVG or GConf unless X11 is used.
3544
3545 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3546
3547 * configure.in: Allow compiling Emacs with GTK on Cygwin.
3548
3549 2009-12-01 Glenn Morris <rgm@gnu.org>
3550
3551 * make-dist: Add etc/images/mpc directory.
3552
3553 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3554
3555 * configure.in: Don't check for GConf unless X is used.
3556
3557 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3558
3559 * configure.in: Use -Wdeclaration-after-statement if available.
3560
3561 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3562
3563 * configure.in: New option: --with(out)-gconf.
3564 Set HAVE_GCONF if we find gconf.
3565
3566 2009-11-17 Glenn Morris <rgm@gnu.org>
3567
3568 * Makefile.in (INFO_FILES): Add semantic.
3569
3570 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
3571
3572 * info/dir: Add Semantic.
3573
3574 2009-11-16 Glenn Morris <rgm@gnu.org>
3575
3576 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
3577 pattern, so as not to exclude makefile*.el. (Bug#4912)
3578
3579 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3580
3581 * configure.in: --enable-autodepend is new. Check for GNU Make
3582 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
3583 gcc and GNU make to generate dependencies.
3584
3585 2009-10-27 Glenn Morris <rgm@gnu.org>
3586
3587 * make-dist: Make links to doc/lispintro/*.pdf.
3588
3589 2009-10-23 Jim Meyering <meyering@redhat.com>
3590
3591 * configure.in: Invoke $CPP with -P when creating Makefile and
3592 src/Makefile. Without this, gcc 4.4.2 converts each
3593 backslash-newline pair in the input to a bare newline, yielding
3594 invalid Makefiles.
3595
3596 * configure: Regenerate.
3597
3598 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3599
3600 * configure.in (vax-dec-vms): Remove, not supported anymore.
3601
3602 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3603
3604 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
3605 (*-apple-darwin*): Add x86_64 architecture.
3606
3607 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3608
3609 * config.guess, config.sub: Updated from master source.
3610
3611 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
3612
3613 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
3614
3615 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
3616
3617 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
3618
3619 2009-09-29 Glenn Morris <rgm@gnu.org>
3620
3621 * make-dist (check): Update for two new levels of subdirectory in lisp/.
3622
3623 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3624
3625 * config.guess, config.sub: Updated from master source.
3626
3627 * configure.in (OTHER_FILES): Define using autoconf not cpp.
3628
3629 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3630
3631 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
3632
3633 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
3634
3635 * INSTALL: Update URL for GNU FreeFont.
3636
3637 2009-09-09 Glenn Morris <rgm@gnu.org>
3638
3639 * Makefile.in (install-arch-indep): Don't recursively change perms of
3640 site-lisp and infodir. There may be non-Emacs files in here, and the
3641 files supplied by Emacs are all handled explicitly already. (Bug#3800)
3642 (mkdir): Set umask to world-readable before creating directories.
3643 mkinstalldirs already checks if dirs exist, don't duplicate this test.
3644
3645 2009-08-29 Glenn Morris <rgm@gnu.org>
3646
3647 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
3648 (info): Don't give an error in the absence of makeinfo - let the doc
3649 Makefiles do that, if the info files need rebuilding. (Bug#3982)
3650
3651 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
3652
3653 * Makefile.in (install-arch-indep): If the versioned DOC-####
3654 generated during loadup+dump isn't found, install the plain DOC
3655 file that always gets generated, in case CANNOT_DUMP is set.
3656
3657 * configure.in: Warn if package version specified here doesn't
3658 match the version in version.el.
3659 * configure: Regenerate.
3660
3661 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
3662
3663 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
3664
3665 * configure: Regenerate.
3666
3667 2009-08-19 Glenn Morris <rgm@gnu.org>
3668
3669 * INSTALL: Remove reference to cvtmail.
3670
3671 2009-08-15 CHENG Gao <chenggao@gmail.com>
3672
3673 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
3674
3675 2009-08-02 Kevin Ryde <user42@zip.com.au>
3676
3677 * INSTALL: Fix free fonts URL.
3678
3679 2009-07-22 Glenn Morris <rgm@gnu.org>
3680
3681 * configure.in (AC_PREREQ): Require autoconf 2.62.
3682
3683 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
3684
3685 * configure.in (--enable-checking, --enable-profiling):
3686 Use AS_HELP_STRING.
3687
3688 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3689
3690 * configure.in (--enable-profiling): New option.
3691 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
3692
3693 2009-06-27 Glenn Morris <rgm@gnu.org>
3694
3695 * configure.in: Restore netbsd on mips, mipsel, mipseb.
3696
3697 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3698
3699 * configure.in (--enable-checking): New option.
3700
3701 2009-06-24 Glenn Morris <rgm@gnu.org>
3702
3703 * make-dist: Warn if subdir does not exist in source.
3704 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
3705 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
3706 No longer make links.
3707
3708 2009-06-24 Yavor Doganov <yavor@gnu.org>
3709
3710 * make-dist (tempdir): Don't create directories preferences.gorm
3711 and preferences.nib, they are no longer required.
3712
3713 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3714
3715 * Branch for 23.1.
3716
3717 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
3718
3719 * configure.in: Delete mac-fix-env target, which has been
3720 removed (Bug#3531).
3721
3722 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
3725
3726 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
3727
3728 * BUGS: Use new binding of view-emacs-problems.
3729
3730 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
3731
3732 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
3733 for Solaris compatibility.
3734
3735 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
3736
3737 * configure: Regenerate.
3738
3739 * configure.in: Disable use of FreeType without libXft.
3740
3741 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3742
3743 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
3744 Check if it is declared in gtk.h.
3745
3746 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
3747
3748 * Makefile.in (install-arch-indep): Remove .gitignore files.
3749
3750 2009-04-03 Kenichi Handa <handa@m17n.org>
3751
3752 * INSTALL: Make the section "Complex Text Layout support
3753 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
3754
3755 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
3756
3757 * configure.in (rs6000-ibm-aix6*): Fix typo.
3758
3759 2009-03-04 Glenn Morris <rgm@gnu.org>
3760
3761 * Makefile.in (INFO_FILES): Add auth.
3762
3763 2009-03-03 Glenn Morris <rgm@gnu.org>
3764
3765 * info/dir: Add Auth-source.
3766
3767 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3768
3769 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
3770 the second.
3771
3772 2009-02-28 Eli Zaretskii <eliz@gnu.org>
3773
3774 * config.bat: Copy .dbxinit to _dbxinit.
3775
3776 * make-dist (Making links to `info'): Remove .gitignore.
3777
3778 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3779
3780 * Makefile.in (lib-src, lisp): Use simpler rule.
3781 (src): Be more specific to avoid recompiling all the .elc files just
3782 because the bootstrap-emacs is missing.
3783
3784 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
3785
3786 * configure.in: Require librsvg >= 2.11.
3787
3788 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3789
3790 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
3791 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
3792
3793 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3794
3795 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
3796
3797 2009-02-03 Glenn Morris <rgm@gnu.org>
3798
3799 * make-dist: Add some missing files, remove some that are no longer
3800 present.
3801
3802 2009-02-02 Glenn Morris <rgm@gnu.org>
3803
3804 * make-dist: Add some missing nextstep/ files.
3805
3806 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
3807
3808 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
3809
3810 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3811
3812 * configure.in: Add support for m68k-*-netbsd.
3813
3814 2009-01-14 Juri Linkov <juri@jurta.org>
3815
3816 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
3817
3818 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
3819 and bug-reference-mode.
3820
3821 2009-01-11 Juri Linkov <juri@jurta.org>
3822
3823 * INSTALL.CVS: Move configuration explicitly to the first step.
3824
3825 2009-01-09 Glenn Morris <rgm@gnu.org>
3826
3827 * .dir-locals.el: Don't set indent-tabs-mode.
3828
3829 2008-12-30 Kenichi Handa <handa@m17n.org>
3830
3831 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
3832 the function OTF_get_variation_glyphs.
3833
3834 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
3835
3836 * Makefile.in (install-arch-dep): Remove old directories in
3837 ns_app* before moving new directories there.
3838
3839 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
3840
3841 * .dir-locals.el: Remove non-working entry for pmail.
3842 (fill-column): Fix typo.
3843 (change-log-mode): Add fill column.
3844
3845 2008-12-26 Eli Zaretskii <eliz@gnu.org>
3846
3847 * config.bat: Produce _dir-locals.el from .dir-locals.el.
3848
3849 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
3850
3851 * make-dist (tempdir): Distribute .dir-locals.el.
3852
3853 * .dir-locals.el: New file.
3854
3855 2008-12-19 Eli Zaretskii <eliz@gnu.org>
3856
3857 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
3858 for rationale.
3859
3860 2008-12-13 Glenn Morris <rgm@gnu.org>
3861
3862 * Makefile.in (install-arch-indep): Add new man-pages.
3863 (manext): Remove variable.
3864 (MAN_PAGES): New variable.
3865 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
3866 and remove.
3867 (uninstall): Remove desktop file and icons, game scores if empty.
3868
3869 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
3870
3871 * config.guess, config.sub: Updated from master source.
3872
3873 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3874
3875 * Makefile.in (install-arch-indep): Install ebrowse.1.
3876
3877 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3878
3879 * configure.in: Add Solaris on x86_64.
3880
3881 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3882
3883 * config.guess, config.sub: Updated from master source.
3884
3885 2008-12-08 Eli Zaretskii <eliz@gnu.org>
3886
3887 * info/dir: Fix last change.
3888
3889 2008-12-07 Eli Zaretskii <eliz@gnu.org>
3890
3891 * info/dir: Untabify.
3892
3893 2008-11-28 Ulrich Mueller <ulm@gentoo.org>
3894
3895 * configure.in: Fix last change.
3896
3897 2008-11-28 Richard M Stallman <rms@gnu.org>
3898
3899 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
3900 New configurations.
3901
3902 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
3903
3904 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
3905 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
3906
3907 2008-11-15 Eli Zaretskii <eliz@gnu.org>
3908
3909 * Makefile.in (INFO_FILES): Remove ns-emacs.
3910
3911 * info/dir (NS-Emacs): Remove entry.
3912
3913 2008-11-08 Eli Zaretskii <eliz@gnu.org>
3914
3915 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
3916
3917 2008-11-07 Glenn Morris <rgm@gnu.org>
3918
3919 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
3920
3921 2008-10-31 Eli Zaretskii <eliz@gnu.org>
3922
3923 * config.bat: Tell user to expect one "File not found" message
3924 while the `doc' directory is being configured.
3925
3926 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
3927
3928 * update-subdirs: Put obsolete directory last.
3929
3930 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
3931
3932 * configure.in: Check fontconfig always.
3933
3934 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3935
3936 * configure (*-solaris2.[7-9]*): Fix typo.
3937
3938 2008-10-24 Glenn Morris <rgm@gnu.org>
3939
3940 * configure.in (--without-sync-input, --with-pkg-config-prog):
3941 Help strings start with lower case.
3942 (--with-gnustep-conf): New option.
3943 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
3944
3945 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
3946
3947 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
3948 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
3949 is not found. (Bug#1230)
3950
3951 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3952
3953 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
3954 Use sol2-6.h for Solaris 7-9.
3955
3956 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
3957
3958 * configure.in: Add support for GNU/Linux on SuperH.
3959
3960 2008-10-12 Andreas Schwab <schwab@suse.de>
3961
3962 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
3963
3964 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
3965
3966 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
3967 "X") to avoid confusion.
3968
3969 * configure: Regenerate.
3970
3971 2008-09-07 Romain Francoise <romain@orebokech.com>
3972
3973 * make-dist: Distribute doc/man/ChangeLog.
3974
3975 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
3976
3977 * configure.in: Disable XFT and Freetype when without X.
3978
3979 * configure: Regenerate.
3980
3981 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
3982
3983 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
3984
3985 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
3986
3987 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
3988 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
3989
3990 * configure: Regenerate.
3991
3992 2008-08-20 Eli Zaretskii <eliz@gnu.org>
3993
3994 * configure.in: Move "#define subprocesses" before
3995 config_opsysfile is included.
3996
3997 2008-08-19 Kenichi Handa <handa@m17n.org>
3998
3999 * INSTALL (Extra fonts): Mention local fonts, don't mention
4000 mule-unicode.
4001
4002 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * make-dist: Omit info/.arch-inventory.
4005
4006 2008-08-16 Jason Rumney <jasonr@gnu.org>
4007
4008 * make-dist (tempdir/nt): Link emacsclient.rc.
4009
4010 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4011
4012 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
4013 AC_SUBST it.
4014 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
4015 AC_SUBST it.
4016 (OTHER_FILES): Always define for HAVE_NS.
4017 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
4018 * configure: Regenerate.
4019
4020 2008-08-07 Andreas Schwab <schwab@suse.de>
4021
4022 * configure.in: Correctly handle
4023 --enable-cocoa-experimental-ctrl-g=no and
4024 --enable-ns-self-contained=yes.
4025
4026 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4027
4028 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
4029 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
4030 bother undef'ing since won't have desired effect.
4031
4032 2008-08-06 Andreas Schwab <schwab@suse.de>
4033
4034 * configure.in: Fix quoting.
4035
4036 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
4037
4038 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
4039
4040 2008-08-05 Ulrich Mueller <ulm@gentoo.org>
4041
4042 * configure.in: Add checks for krb5_error.text and
4043 krb5_error.e_text struct members.
4044
4045 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
4046
4047 * configure.in: Test for existence of NSInteger.
4048 Suggested by Yavor Doganov.
4049
4050 2008-08-02 Romain Francoise <romain@orebokech.com>
4051
4052 * Makefile.in (INFO_FILES): Add mairix-el.
4053
4054 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4055
4056 * make-dist:
4057 * README: Remove VMS support.
4058 * vms: Remove directory.
4059
4060 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4061
4062 * configure.in (MULTI_KBOARD): Remove.
4063
4064 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4065
4066 * configure.in (DO_BLOCK_INPUT): Remove, unused.
4067
4068 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
4069
4070 * info/dir (File): Add mairix-el.
4071
4072 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4073
4074 Remove support for Mac Carbon.
4075 * mac: Remove directory.
4076 * make-dist:
4077 * configure.in:
4078 * README:
4079 * Makefile.in:
4080 * INSTALL: Remove code for Carbon.
4081 * configure: Regenerate.
4082
4083 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4084
4085 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
4086
4087 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
4088
4089 * configure.in: Check for getrlimit.
4090
4091 * configure: Regenerate.
4092
4093 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
4094
4095 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
4096 in src/Makefile.in.
4097 (static): Remove, autoconf would always comment it out anyway.
4098 (subprocesses): Define unconditionally.
4099
4100 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
4101
4102 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
4103 compilation under GNUstep.
4104
4105 2008-07-18 Kenichi Handa <handa@m17n.org>
4106
4107 * INSTALL (Complex Text Layout support libraries): Delete the
4108 paragraph about --enable-font-backend.
4109
4110 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
4111
4112 * configure.in: Print out some info to user for NeXTstep builds.
4113 (ns-app): Remove enable option.
4114 (ns-self-contained): Add enable option.
4115 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
4116 GNUstep, use to set install prefixes, and substitute in Makefiles.
4117 * configure: Regenerate.
4118 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
4119 NS app bundle.
4120
4121 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4122
4123 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
4124
4125 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
4126
4127 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
4128 NS_IMPL_COCOA.
4129
4130 2008-07-16 Glenn Morris <rgm@gnu.org>
4131
4132 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
4133 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
4134 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
4135 never unset.
4136
4137 * make-dist: Add nextstep/ directories.
4138 (src, lib-src): Add .m files.
4139
4140 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
4141
4142 * configure.in (freebsd, kfreebsd): Undo part of previous change.
4143 (USER_FULL_NAME): Remove, not used anymore.
4144 * configure: Regenerate.
4145
4146 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4147
4148 Changes and additions for NeXTstep windowing system (Cocoa and
4149 GNUstep) support.
4150
4151 * configure.in: Add support for NS window system: --with-ns (default
4152 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
4153 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
4154 disable font backend if window system is "none", not if !HAVE_X11.
4155 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
4156 (install-arch-dep): Add commands to assemble NS .app package.
4157
4158 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
4159
4160 * configure.in: Use macppc for Darwin. Remove references to
4161 desupported systems.
4162 * configure: Regenerate.
4163
4164 2008-07-05 Glenn Morris <rgm@gnu.org>
4165
4166 * make-dist (EMACS): Doc fix.
4167 (lisp): There are no *.dat or image files here any more.
4168 (src): There are no *.s files here any more.
4169 (etc/images, etc/images/*): Link to most regular files.
4170
4171 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4172
4173 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
4174
4175 2008-07-01 Glenn Morris <rgm@gnu.org>
4176
4177 * configure.in (cpp_undefs): Rename from `undefs', update uses.
4178 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
4179 and explicitly export there. (Bug#507.)
4180
4181 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4182
4183 * configure.in:
4184 * configure: Remove references to obsolete systems.
4185
4186 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4187
4188 * Makefile.in (Makefile): Use it for its timestamp value as well, and
4189 make it depend on all other */.in files.
4190 (src/Makefile, src/config.stamp, lib-src/Makefile)
4191 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
4192 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
4193 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
4194 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
4195
4196 * configure.in: Don't create src/config.stamp any more.
4197
4198 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4199
4200 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
4201
4202 2008-06-22 Glenn Morris <rgm@gnu.org>
4203
4204 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
4205
4206 2008-06-21 Romain Francoise <romain@orebokech.com>
4207
4208 * Makefile.in (INFO_FILES): Add sasl.
4209
4210 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4211
4212 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
4213 (bootstrap-build): Remove.
4214 (top_bootclean): New var.
4215 (top_distclean, bootstrap-clean): Use it.
4216 (bootstrap): Don't recheck config. Make normally.
4217
4218 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * Makefile.in (SUBDIR): Include `lisp'.
4221 (lisp): Depend on `src'.
4222 (top_distclean): Don't remove config.status.
4223 (bootstrap-clean): New target.
4224 (maintainer-clean): Use it.
4225 (bootstrap): Use bootstrap-clean. Re-run config.status.
4226 (src/bootstrap-emacs${EXEEXT}): New target.
4227 (bootstrap-build): Use it. Don't use bootstrap-prepare because
4228 src/Makefile now takes care of it.
4229 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
4230
4231 2008-06-15 Glenn Morris <rgm@gnu.org>
4232
4233 * info/dir: Add sasl.
4234
4235 2008-06-09 Alan Mackenzie <acm@muc.de>
4236
4237 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
4238
4239 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
4240
4241 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
4242
4243 2008-06-07 Glenn Morris <rgm@gnu.org>
4244
4245 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
4246 serve no purpose.
4247
4248 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4249
4250 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
4251 * configure: Regenerate.
4252
4253 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4254
4255 * update-subdirs: Don't touch subdirs.el if it is unchanged.
4256
4257 2008-05-14 Kenichi Handa <handa@m17n.org>
4258
4259 * configure: Regenerate.
4260
4261 * configure.in: Don't handle --disable-font-backend. Don't print
4262 a message about a font backend.
4263
4264 2008-05-09 Glenn Morris <rgm@gnu.org>
4265
4266 * configure.in: Make absence of makeinfo a fatal error only if the info
4267 files don't exist.
4268 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
4269
4270 2008-05-07 Eli Zaretskii <eliz@gnu.org>
4271
4272 * config.bat: Fix last change: don't use < and > in "rem" lines,
4273 they are interpreted as redirection by DOS shells.
4274
4275 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4276
4277 * configure.in: Check availability of AvailabilityMacros.h
4278 if HAVE_CARBON.
4279
4280 * configure: Regenerate.
4281
4282 2008-05-03 Glenn Morris <rgm@gnu.org>
4283
4284 * configure.in (x_libraries): Remove standard 64-bit directories -
4285 experimental workaround for minor autoconf bug.
4286
4287 * configure.in (--without-makeinfo): New option. If set,
4288 absence of suitable makeinfo is not a fatal error.
4289 * Makefile.in (MAKEINFO): New, set by configure.
4290 (install-arch-indep): Without makeinfo, ignore any missing manuals.
4291 (info-real): New target.
4292 (info): Without makeinfo, do nothing, else call `info-real'.
4293
4294 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4295
4296 * configure.in: Remove hpux10.20 from the desupported list.
4297
4298 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4299
4300 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
4301
4302 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4303
4304 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
4305 rather than change CPPFLAGS.
4306 (HAVE_GTK): Rename to USE_GTK.
4307
4308 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
4309
4310 * configure.in: Replace the obsolete macros AC_AIX and
4311 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
4312
4313 2008-04-05 Andreas Schwab <schwab@suse.de>
4314
4315 * configure.in: No longer create admin/unidata/Makefile.
4316
4317 2008-03-28 Andreas Schwab <schwab@suse.de>
4318
4319 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
4320 (lisp/Makefile): New rule.
4321
4322 2008-03-13 Glenn Morris <rgm@gnu.org>
4323
4324 * configure.in (AC_INIT): Fix version number.
4325 (sync-input): Reword the option, since it's on by default.
4326
4327 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
4328
4329 * configure.in: Add --enable-sync-input, default yes.
4330
4331 2008-03-11 Glenn Morris <rgm@gnu.org>
4332
4333 * Makefile.in (install-etc, mkdir): Handle directory
4334 etc/images/icons/hicolor/*/mimetypes/.
4335
4336 * make-dist: Handle icons/hicolor/scalable directory.
4337
4338 2008-03-05 Glenn Morris <rgm@gnu.org>
4339
4340 * configure.in: Enable font-backend by default.
4341 (USE_FONT_BACKEND): Set to "no" in absence of X.
4342 (PKG_CONFIG): Don't set multiple times, once is enough.
4343 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
4344
4345 2008-03-03 Glenn Morris <rgm@gnu.org>
4346
4347 * Makefile.in (iconsrcdir): New variable.
4348 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
4349 directory.
4350
4351 2008-02-29 Glenn Morris <rgm@gnu.org>
4352
4353 * test/: New directory.
4354
4355 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
4356
4357 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
4358
4359 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4360
4361 * configure.in: Print an error for systems that we think are obsolete
4362 and are proposed to be removed. Remove some more unused systems.
4363 Add support for powerpc-ibm-aix6*.
4364
4365 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4366
4367 * configure.in: Remove references to obsolete variables and systems.
4368
4369 2008-02-21 Glenn Morris <rgm@gnu.org>
4370
4371 * Makefile.in (set_installuser): New.
4372 (install-arch-indep): Use set_installuser to avoid duplicate code.
4373
4374 * README.unicode: Split into admin/notes/unicode,font-backend and
4375 remove.
4376
4377 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
4378
4379 * configure.in (arm*-*-freebsd*): Add.
4380
4381 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
4382
4383 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
4384 dealing with obsolete variables.
4385
4386 2008-02-08 Glenn Morris <rgm@gnu.org>
4387
4388 * Makefile.in (check-info-dir): New target.
4389
4390 2008-02-08 Michael Olson <mwolson@gnu.org>
4391
4392 * Makefile.in (INFO_FILES): Add epa.
4393
4394 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
4395 features" section.
4396
4397 2008-02-06 Glenn Morris <rgm@gnu.org>
4398
4399 * configure.in (--with-gcc): Give an error saying this option has
4400 been removed.
4401 (--with-gtk): Remove this option.
4402
4403 2008-02-06 Tom Tromey <tromey@redhat.com>
4404
4405 * configure.in (--with-gcc): Remove.
4406 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
4407
4408 2008-02-05 Ulrich Mueller <ulm@gentoo.org>
4409
4410 * INSTALL: Recommend giflib, not libungif.
4411
4412 2008-02-05 Tom Tromey <tromey@redhat.com>
4413
4414 * configure.in (--with-dbus): Default to enabled.
4415
4416 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
4417
4418 * INSTALL (Complex Text Layout support libraries): New section.
4419
4420 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
4421
4422 * make-dist: Remove references to files in mac/ that have been
4423 deleted.
4424
4425 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4426
4427 * configure.in: For libotf and m17n-flt checks, set shell vars
4428 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
4429 pkg_check_m17n_flt, respectively, for the sake of the summary output.
4430 Reported by Ulrich Mueller.
4431
4432 2008-02-02 Eli Zaretskii <eliz@gnu.org>
4433
4434 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
4435 admin/unidata/Makefile.in to Makefile.
4436
4437 2008-02-02 Glenn Morris <rgm@gnu.org>
4438
4439 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
4440 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
4441 (HAVE_XFT): Add "Does Emacs use..." messages at end.
4442
4443 2008-02-01 Miles Bader <miles@gnu.org>
4444
4445 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
4446 [libotf], and [m17n-flt] options.
4447
4448 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4449
4450 * configure.in: Add EMACS_ARG_N([libotf]...), and
4451 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
4452 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
4453 CFLAGS, and LIBS in checking of m17n-flt.
4454
4455 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4456
4457 * configure.in: Check the availability of m17n-flt library.
4458
4459 2008-02-01 Kenichi Handa <handa@m17n.org>
4460
4461 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
4462 not available.
4463
4464 2008-02-01 Kenichi Handa <handa@m17n.org>
4465
4466 * configure.in: New args --enable-font-backend, --with-xft,
4467 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
4468 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
4469 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
4470 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
4471
4472 2008-02-01 Kenichi Handa <handa@m17n.org>
4473
4474 * make-dist: Include etc/charsets in tarball.
4475
4476 2008-02-01 Kenichi Handa <handa@m17n.org>
4477
4478 * configure.in: While running cpp on junk.c, include
4479 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
4480 exists.
4481
4482 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4483
4484 * configure.in (xtensa): Match more configurations.
4485
4486 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
4487
4488 * configure.in: Update comment.
4489
4490 2008-01-26 Glenn Morris <rgm@gnu.org>
4491
4492 * configure.in (--without-gcc): By default, neither off nor on.
4493 (--with-carbon): Tone down rhetoric in help text.
4494
4495 2008-01-25 Glenn Morris <rgm@gnu.org>
4496
4497 * configure.in: Correct usage of OPTION_DEFAULT_ON,
4498 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
4499 Default `Carbon' to off (it's unsupported).
4500
4501 2008-01-24 Glenn Morris <rgm@gnu.org>
4502
4503 * configure.in: Standardize dbus-related messages.
4504
4505 2008-01-23 Michael Olson <mwolson@gnu.org>
4506
4507 * configure.in (pkg-config-prog): Remove initial whitespace.
4508
4509 2008-01-23 Tom Tromey <tromey@redhat.com>
4510
4511 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
4512 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
4513 Update all users.
4514
4515 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
4516
4517 * config.guess, config.sub: Updated from master source.
4518
4519 2008-01-17 Andreas Schwab <schwab@suse.de>
4520
4521 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
4522
4523 2008-01-17 Glenn Morris <rgm@gnu.org>
4524
4525 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
4526
4527 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
4528
4529 * configure.in: Remove more references to unsupported systems.
4530
4531 2008-01-16 Sven Joachim <svenjoac@gmx.de>
4532
4533 * make-dist: Add --lzma.
4534
4535 2008-01-16 Glenn Morris <rgm@gnu.org>
4536
4537 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
4538 configure checks for this.
4539
4540 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
4541
4542 * configure.in: Remove more references to unsupported systems.
4543
4544 2008-01-06 Romain Francoise <romain@orebokech.com>
4545
4546 * configure.in: Delete extra semicolons.
4547
4548 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4549
4550 * configure.in: Remove references to unsupported systems.
4551
4552 2008-01-05 Romain Francoise <romain@orebokech.com>
4553
4554 * make-dist: Add --bzip2. Update copyright.
4555
4556 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4557
4558 * configure.in: Remove support for Masscomp.
4559
4560 2008-01-05 Glenn Morris <rgm@gnu.org>
4561
4562 * Makefile.in (desktopdir, icondir): New variables.
4563 (install-arch-indep): Also depend on `install-etc'.
4564 (install-etc): New target.
4565 (mkdir): Also create the `applications' and `icons' directories.
4566
4567 2008-01-04 Glenn Morris <rgm@gnu.org>
4568
4569 * make-dist: Update for new etc/images/icons/hicolor directory.
4570
4571 2007-12-09 Andreas Schwab <schwab@suse.de>
4572
4573 * configure.in: D-Bus is not enabled by default.
4574
4575 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
4576
4577 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
4578 change.
4579
4580 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
4581
4582 * configure.in: Give package name and version to AC_INIT.
4583
4584 2007-12-03 Magnus Henoch <mange@freemail.hu>
4585
4586 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
4587
4588 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
4589
4590 * configure.in: No need for DBUS_INFO anymore.
4591
4592 * Makefile.in (INFO_FILES): Use dbus unconditionally.
4593
4594 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
4595
4596 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
4597
4598 * Makefile.in (INFO_FILES): Add dbus.
4599
4600 2007-12-02 Romain Francoise <romain@orebokech.com>
4601
4602 * make-dist: Fix last change.
4603
4604 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
4605
4606 * configure.in: Add support for gnu-kfreebsd.
4607
4608 2007-11-28 Glenn Morris <rgm@gnu.org>
4609
4610 * make-dist: Add etc/nxml.
4611
4612 2007-11-24 Romain Francoise <romain@orebokech.com>
4613
4614 * Makefile.in (INFO_FILES): Add nxml-mode.
4615
4616 2007-11-23 Romain Francoise <romain@orebokech.com>
4617
4618 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
4619 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
4620
4621 2007-11-20 Andreas Schwab <schwab@suse.de>
4622
4623 * configure.in: Always include <resolv.h> when checking for res_init.
4624
4625 2007-11-17 Andreas Schwab <schwab@suse.de>
4626
4627 * update-subdirs: Atomically update subdirs.el.
4628
4629 2007-11-17 Glenn Morris <rgm@gnu.org>
4630
4631 * Makefile.in (check-declare): New target.
4632
4633 2007-11-07 Glenn Morris <rgm@gnu.org>
4634
4635 * configure.in: Deprecate Mac Carbon port.
4636
4637 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
4638
4639 * configure.in: Remove HAVE_X11R5 check.
4640
4641 2007-10-31 Glenn Morris <rgm@gnu.org>
4642
4643 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
4644 when changing ownership of installed files.
4645
4646 2007-10-30 Glenn Morris <rgm@gnu.org>
4647
4648 * make-dist: Add new directory etc/gnus.
4649
4650 2007-10-30 Michael Olson <mwolson@gnu.org>
4651
4652 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
4653
4654 2007-10-29 Glenn Morris <rgm@gnu.org>
4655
4656 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
4657
4658 2007-10-23 Glenn Morris <rgm@gnu.org>
4659
4660 * MAINTAINERS: Move to admin/.
4661
4662 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
4663
4664 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
4665 (HAVE_LIBRESOLV): Also define if we are using res_init().
4666
4667 2007-10-17 Glenn Morris <rgm@gnu.org>
4668
4669 * FTP: Remove file, since it's just a duplicate of one in etc/.
4670
4671 2007-10-05 Eli Zaretskii <eliz@gnu.org>
4672
4673 * config.bat: Fix configuring `doc' due to changes in the
4674 directory structure.
4675
4676 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
4677
4678 * configure.in: Don't use -lpthread on HP-UX.
4679
4680 2007-09-16 Glenn Morris <rgm@gnu.org>
4681
4682 * make-dist: File gfdl.1 has been removed.
4683
4684 2007-09-15 Glenn Morris <rgm@gnu.org>
4685
4686 * configure.in: Fix makeinfo version regexp.
4687
4688 2007-09-12 Glenn Morris <rgm@gnu.org>
4689
4690 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
4691 implementation of alloca is not found.
4692
4693 * Makefile.in (SOURCES, unlock, relock): Delete.
4694 (install-arch-indep): Do not exclude the etc/ Makefiles.
4695
4696 2007-09-09 Juri Linkov <juri@jurta.org>
4697
4698 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
4699
4700 * README: Add doc/ to documentation directories.
4701
4702 2007-09-08 Michael Olson <mwolson@gnu.org>
4703
4704 * MAINTAINERS: Add myself for ERC and tq.el.
4705 Update for new doc/ directory layout.
4706
4707 2007-09-06 Romain Francoise <romain@orebokech.com>
4708
4709 * make-dist: Update for new doc/ directory layout.
4710
4711 2007-09-06 Glenn Morris <rgm@gnu.org>
4712
4713 * Makefile.in (mansrcdir): New variable.
4714 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
4715 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
4716 update these targets for new doc/ directory layout.
4717 (doc/misc/Makefile): New target.
4718 (install-arch-indep): Use mansrcdir for new location of manpages.
4719 (mostlyclean, clean, distclean, maintainer-clean, unlock)
4720 (relock, info, dvi): Update targets for new doc/ directory layout.
4721
4722 * configure.in (AC_OUTPUT): Update names of generated Makefiles
4723 for new doc/ directory layout.
4724
4725 2007-09-02 Andreas Schwab <schwab@suse.de>
4726
4727 * configure.in: Use AS_HELP_STRING throughout.
4728 * configure: Regenerate.
4729
4730 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
4731
4732 * configure.in: Require Gtk/Glib 2.6.
4733
4734 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4735
4736 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
4737 Use them throughout in place of AC_ARG_WITH calls.
4738 * configure: Regenerate.
4739
4740 2007-09-01 Andreas Schwab <schwab@suse.de>
4741
4742 * configure.in: Put quotes around nested macro calls.
4743
4744 2007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4745
4746 * configure.in: Fix typo.
4747 * configure: Regenerate.
4748
4749 2007-08-30 Glenn Morris <rgm@gnu.org>
4750
4751 * configure.in (AH_BOTTOM): Copy some manual changes made to
4752 src/config.in here so they are not lost when it regenerates.
4753
4754 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
4755
4756 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
4757
4758 * README.multi-tty: New file.
4759
4760 2007-08-29 Glenn Morris <rgm@gnu.org>
4761
4762 * README: Increase version to 23.0.50.
4763
4764 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
4765
4766 * configure.in: New option: --without-xaw3d.
4767
4768 2007-08-24 Glenn Morris <rgm@gnu.org>
4769
4770 * configure.in: Check for a suitably recent makeinfo.
4771
4772 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4773
4774 * configure.in (Check for required libraries): Typo.
4775
4776 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4777
4778 * configure.in: Check librsvg2 also for Mac Carbon.
4779
4780 2007-08-22 Romain Francoise <romain@orebokech.com>
4781
4782 * make-dist: Follow reorganization of files in etc/.
4783
4784 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4785
4786 * configure.in: Add support for SVG images through librsvg2.
4787
4788 2007-07-28 Eli Zaretskii <eliz@gnu.org>
4789
4790 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
4791 to avoid an error message if there is no DOC there.
4792
4793 2007-07-25 Glenn Morris <rgm@gnu.org>
4794
4795 * Relicense all FSF files to GPLv3 or later.
4796
4797 * COPYING, info/COPYING: Switch to GPLv3.
4798
4799 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
4800
4801 * configure.in: Complain if X seems to be installed but no
4802 development files were found.
4803
4804 2007-06-20 Glenn Morris <rgm@gnu.org>
4805
4806 * configure.in: Prefer libgif over libungif.
4807
4808 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
4809
4810 * configure.in: Check for all image libraries before exiting.
4811
4812 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
4813
4814 * configure.in: Exit with error if image libraries aren't found.
4815
4816 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
4817
4818 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
4819 when compiling without scrollbars.
4820
4821 2007-06-12 Glenn Morris <rgm@gnu.org>
4822
4823 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
4824
4825 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
4826
4827 * configure.in: Change wording about yes/gtk and lucid/athena
4828 being synonyms.
4829
4830 2007-06-08 Glenn Morris <rgm@gnu.org>
4831
4832 * configure.in: Make gtk the default toolkit.
4833
4834 2007-06-07 Glenn Morris <rgm@gnu.org>
4835
4836 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
4837 for a Sun C compiler.
4838
4839 * Makefile.in (install-arch-indep): Install only the DOC- file
4840 specific to the build, if possible, rather than DOC-*.
4841
4842 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
4843
4844 * Version 22.1 released.
4845
4846 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
4847
4848 * mkinstalldirs: Sync to version in automake CVS.
4849
4850 2007-05-22 Andreas Schwab <schwab@suse.de>
4851
4852 * configure.in: Prefer build_alias over host when host_alias is not set.
4853 * configure: Regenerate.
4854
4855 2007-05-20 Andreas Schwab <schwab@suse.de>
4856
4857 * configure.in: Remove empty AC_SUBST.
4858 * configure: Regenerate.
4859
4860 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
4861
4862 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
4863 it like others.
4864 * configure: Regenerate.
4865
4866 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
4867
4868 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
4869 (AC_CHECK_LIB): Add -lgpm.
4870 * configure: Regenerate.
4871
4872 2007-05-03 Glenn Morris <rgm@gnu.org>
4873
4874 * configure: Tweak message about the absence of shell functions.
4875
4876 2007-04-27 Andreas Schwab <schwab@suse.de>
4877
4878 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
4879
4880 2007-04-26 Glenn Morris <rgm@gnu.org>
4881
4882 * README: Increase version to 22.1.50.
4883
4884 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
4885
4886 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
4887
4888 2007-04-19 Glenn Morris <rgm@gnu.org>
4889
4890 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
4891
4892 2007-04-18 Glenn Morris <rgm@gnu.org>
4893
4894 * INSTALL: Mention CPP.
4895
4896 2007-04-15 Glenn Morris <rgm@gnu.org>
4897
4898 * FTP: Replace with a pointer to the web version.
4899
4900 2007-04-13 Glenn Morris <rgm@gnu.org>
4901
4902 * INSTALL: In lib-src, timer, wakeup, yow are removed.
4903
4904 2007-04-04 Glenn Morris <rgm@gnu.org>
4905
4906 * configure.in (NON_GNU_CPP): Use associated preprocessor when
4907 compiling with Sun Studio on Solaris.
4908
4909 2007-03-23 Glenn Morris <rgm@gnu.org>
4910
4911 * configure.in: Restore support for hp800 (removed 2007-01-27)
4912 following clarification of legal status.
4913
4914 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
4915
4916 * configure.in: Add support for AIX4.3 on IBM RS6000.
4917
4918 * configure: Regenerate.
4919
4920 2007-03-20 Richard Stallman <rms@gnu.org>
4921
4922 * configure.in: Fix previous change.
4923
4924 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
4925
4926 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
4927 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
4928 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
4929
4930 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
4931
4932 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
4933 user specifies "without".
4934
4935 * configure: Regenerate.
4936
4937 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
4938
4939 * configure.in: Warning for Gtk+ and Cygwin added.
4940 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
4941
4942 2007-02-27 Glenn Morris <rgm@gnu.org>
4943
4944 * make-dist (oldXMenu): Remove Imakefile.
4945 (etc/images): Add README.
4946
4947 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4948
4949 * configure.in (xtensa-*-linux-gnu*): New configuration.
4950
4951 * configure: Regenerate.
4952
4953 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
4954
4955 * config.guess, config.sub: Updated from master source.
4956
4957 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4958
4959 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
4960
4961 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4962
4963 * configure.in: Restore support for hp800's not running HP-UX.
4964
4965 * configure: Regenerate.
4966
4967 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
4968
4969 * configure.in: Remove support for hp800 and sr2k machine types.
4970
4971 * configure: Regenerate.
4972
4973 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
4974
4975 * configure.in: Add check for libXft.
4976
4977 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
4978
4979 * INSTALL: Info files moved to share/info.
4980
4981 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
4982
4983 * configure.in: Detect and use fink-installed in intel-based Mac
4984 builds; change Apple Darwin section to support both PowerPC and
4985 Intel-based Macs.
4986
4987 2006-12-26 Andreas Schwab <schwab@suse.de>
4988
4989 * Makefile.in (datarootdir): Define.
4990
4991 2006-12-24 Richard Stallman <rms@gnu.org>
4992
4993 * configure.in: Require Autoconf 2.61.
4994
4995 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
4996
4997 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
4998 Remove redundant entry for powerpc-apple-netbsd.
4999
5000 * configure: Regenerate.
5001
5002 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
5003
5004 * configure: Regenerate with autoconf 2.61.
5005
5006 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
5007
5008 * configure.in: Detect alsa/asoundlib.h also.
5009 * configure: Regenerate.
5010
5011 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
5012
5013 * configure.in: Check if GTK+ compiles at all.
5014
5015 2006-12-10 Andreas Schwab <schwab@suse.de>
5016
5017 * configure.in: Remove check for struct timezone, its result is
5018 never used.
5019
5020 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
5021
5022 * configure.in: Add support for Solaris 10 on x86-64.
5023
5024 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
5025
5026 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
5027 of PKG_CONFIG_PATH.
5028
5029 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5030
5031 * configure.in (HAVE_SYNC): New test.
5032
5033 2006-12-03 Glenn Morris <rgm@gnu.org>
5034
5035 * Makefile.in: Fix Copyright format.
5036
5037 * configure.in (AH_TOP): Add missing Copyright year.
5038
5039 * update-subdirs: Add missing Copyright years.
5040
5041 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
5042
5043 * Makefile.in: Touch only the parts of the share/emacs directory
5044 specific to this version.
5045
5046 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
5047
5048 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
5049
5050 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5051
5052 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
5053
5054 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5055
5056 * configure.in: Prefer X11 to Carbon only when some X-specific
5057 option is specified (Thanks to Jan Djärv and Andreas Schwab).
5058
5059 2006-11-04 Romain Francoise <romain@orebokech.com>
5060
5061 * Makefile.in (bootstrap-clean-before): Fix typo.
5062 Use new target `bootstrap-clean' in the leim subdirectory.
5063
5064 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5065
5066 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
5067
5068 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
5069
5070 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
5071 directories.
5072
5073 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
5074
5075 * configure.in: Enable x86-64 OpenBSD compilation.
5076
5077 2006-10-28 Glenn Morris <rgm@gnu.org>
5078
5079 * AUTHORS: Add cal-html.el author.
5080
5081 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5082
5083 * make-dist: Make links to mac/make-package and
5084 mac/Emacs.app/Contents/Resources/Emacs.icns.
5085
5086 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
5087
5088 * README: Bump version number to 22.0.90.
5089
5090 2006-10-23 Andreas Schwab <schwab@suse.de>
5091
5092 * configure.in: Make sure x_default_search_path is always set even
5093 when x_libraries is empty, and look in .../share as well for each
5094 library directory.
5095
5096 2006-09-28 Kenichi Handa <handa@m17n.org>
5097
5098 * configure.in (locallisppath): Don't include leim dir.
5099 (lisppath): Include leim dir.
5100
5101 2006-09-15 Jay Belanger <belanger@truman.edu>
5102
5103 * COPYING: Replace "Library Public License" by "Lesser Public
5104 License" throughout.
5105
5106 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
5107
5108 * make-dist (EMACS): Exit and fail if the EMACS environment
5109 variable is set to something other than an absolute file name.
5110
5111 2006-08-16 Andreas Schwab <schwab@suse.de>
5112
5113 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
5114 of hardcoding it.
5115
5116 2006-08-16 Richard Stallman <rms@gnu.org>
5117
5118 * INSTALL.CVS: Clean up wording.
5119
5120 2006-07-14 Eli Zaretskii <eliz@gnu.org>
5121
5122 * configure.in (PKG_CHECK_MODULES): Redirect the output of
5123 $PKG_CONFIG --exists "$2" to config.log.
5124 * configure: Regenerate.
5125
5126 2006-07-09 Richard Stallman <rms@gnu.org>
5127
5128 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
5129
5130 2006-07-09 Kim F. Storm <storm@cua.dk>
5131
5132 * CONTRIBUTE: Use outline format.
5133 Add section on copyright years (from admin/notes/years).
5134
5135 2006-07-08 Eli Zaretskii <eliz@gnu.org>
5136
5137 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
5138 to /dev/null, since we don't need the error message, just the
5139 exit status.
5140
5141 2006-07-07 Eli Zaretskii <eliz@gnu.org>
5142
5143 * CONTRIBUTE: Slight formatting changes and typo fixes.
5144 Add description of NEWS markings.
5145
5146 2006-07-07 Kim F. Storm <storm@cua.dk>
5147
5148 * CONTRIBUTE: Mention INSTALL.CVS.
5149
5150 2006-07-05 Romain Francoise <romain@orebokech.com>
5151
5152 * make-dist (top-level): Add CONTRIBUTE.
5153
5154 2006-07-04 Richard Stallman <rms@gnu.org>
5155
5156 * CONTRIBUTE: Much rewrite.
5157
5158 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
5159
5160 * CONTRIBUTE: New file.
5161
5162 2006-06-24 Eli Zaretskii <eliz@gnu.org>
5163
5164 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
5165
5166 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
5167
5168 * configure.in: Add check for ALSA.
5169
5170 2006-05-06 Eli Zaretskii <eliz@gnu.org>
5171
5172 * Makefile.in (INFO_FILES): Remove emacs-xtra.
5173
5174 * info/dir: Remove the Emacs-Xtra entry.
5175
5176 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
5177
5178 Update copyright year(s) in many files.
5179
5180 2006-04-01 Eli Zaretskii <eliz@gnu.org>
5181
5182 * configure: Regenerated.
5183
5184 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5185
5186 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
5187 --without-toolkit-scroll-bars was specified.
5188
5189 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
5190
5191 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
5192 to CFLAGS. Update Copyright years written to src/config.in.
5193
5194 2006-03-18 Claudio Fontana <claudio@gnu.org>
5195
5196 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
5197 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
5198 to be installed/uninstalled.
5199 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
5200 to Info files installed by Emacs.
5201
5202 2006-03-03 Claudio Fontana <claudio@gnu.org>
5203
5204 * Makefile.in (install, uninstall): Add DESTDIR variable to
5205 support staged installations.
5206
5207 2006-02-14 Richard M. Stallman <rms@gnu.org>
5208
5209 * configure.in (s390x-*-linux-gnu*): New configuration.
5210
5211 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
5212
5213 * configure.in: Require GTK 2.4 or newer.
5214
5215 2006-01-29 Michael Olson <mwolson@gnu.org>
5216
5217 * Makefile.in (install-arch-indep, uninstall): Add ERC.
5218 * info/dir (ERC): New entry.
5219
5220 2006-01-29 Eli Zaretskii <eliz@gnu.org>
5221
5222 * info/dir: Fix last change.
5223
5224 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5225
5226 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
5227
5228 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5229
5230 * info/dir: Untabify the whole file.
5231 (Rcirc): New entry.
5232
5233 2006-01-12 Andreas Schwab <schwab@suse.de>
5234
5235 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
5236 check.
5237
5238 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
5239
5240 * configure.in: Use -Wno-pointer-sign if available.
5241
5242 2005-12-29 Andreas Schwab <schwab@suse.de>
5243
5244 * config.guess, config.sub: Updated from master source.
5245
5246 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5247
5248 * configure.in: Use amdx86-64 for freebsd on x86_64.
5249
5250 2005-11-22 Romain Francoise <romain@orebokech.com>
5251
5252 * make-dist: Add etc/images/icons.
5253
5254 2005-11-03 Andreas Schwab <schwab@suse.de>
5255
5256 * configure.in: Use GZIP_PROG instead of GZIP.
5257
5258 * Makefile.in (GZIP_PROG): Renamed from GZIP.
5259 (install-arch-indep): Adjust.
5260
5261 2005-11-01 Andreas Schwab <schwab@suse.de>
5262
5263 * Makefile.in (bootstrap): Fix dependencies for parallel build.
5264 (bootfast): Likewise.
5265
5266 2005-11-01 Romain Francoise <romain@orebokech.com>
5267
5268 * configure.in: Check for gzip.
5269
5270 * Makefile.in (install): Compress source files.
5271
5272 2005-10-24 Steven Tamm <steventamm@mac.com>
5273
5274 * configure.in: Fix darwin386 configuration issue.
5275
5276 2005-10-22 Eli Zaretskii <eliz@gnu.org>
5277
5278 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
5279
5280 2005-10-17 Bill Wohler <wohler@newt.com>
5281
5282 * make-dist: Create and populate etc/images/low-color.
5283
5284 2005-10-15 Bill Wohler <wohler@newt.com>
5285
5286 * make-dist: Create and populate etc/images/gud.
5287
5288 2005-10-08 Richard M. Stallman <rms@gnu.org>
5289
5290 * make-dist (tempparent): Don't check for 14-char file name limit.
5291
5292 2005-10-07 Romain Francoise <romain@orebokech.com>
5293
5294 * make-dist: Add etc/images/ezimage and etc/images/mail
5295 directories. Install images in etc/images.
5296
5297 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5298
5299 * configure.in: Prefer Carbon if --enable-carbon-app or
5300 --with-carbon is explicitly specified even when X11 is detected.
5301
5302 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
5303
5304 * Makefile.in (install-arch-indep, uninstall):
5305 Handle newsticker manual.
5306 (info): Add - to commands.
5307
5308 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
5309
5310 Remove the MAXPATHLEN limitations:
5311
5312 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
5313
5314 2005-09-09 Eli Zaretskii <eliz@gnu.org>
5315
5316 * configure.in <lynxsos*>: Support for LynxOS on PPC.
5317 * configure: Regenerate.
5318
5319 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
5320
5321 * config.guess, config.sub: Updated from master source.
5322
5323 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
5324
5325 * .cvsignore: Add `lock'.
5326
5327 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5328
5329 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
5330
5331 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
5332
5333 Merge gnulib getopt implementation into Emacs.
5334
5335 * Makefile.in (AUTOCONF_INPUTS): New macro.
5336 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
5337 so that these files also depend on m4/getopt.m4.
5338 * configure.in: Configure getopt by including m4/getopt.m4,
5339 and configuring a getopt replacement if necessary.
5340 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
5341 * m4/getopt.m4: New file.
5342
5343 2005-07-06 Lute Kamstra <lute@gnu.org>
5344
5345 * configure.in: Fix capitalization.
5346
5347 2005-07-04 Lute Kamstra <lute@gnu.org>
5348
5349 Update FSF's address in GPL notices.
5350
5351 2005-06-19 Jérôme Marant <jerome@marant.org>
5352
5353 * Makefile.in (epaths-force): Protect both lisppath and
5354 buildlisppath from whitespace.
5355
5356 2005-06-08 Steven Tamm <steventamm@mac.com>
5357
5358 * configure.in: Support Darwin/MacOSX on Intel.
5359
5360 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
5361
5362 * configure.in (HAVE_CANCELMENUTRACKING): New test.
5363
5364 2005-05-19 Jérôme Marant <jmarant@marant.org>
5365
5366 * configure.in: Add --enable-locallisppath.
5367
5368 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5369
5370 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
5371 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
5372 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
5373
5374 2005-05-07 Jérôme Marant <jerome@marant.org>
5375
5376 * make-dist: Remove references to makefile.nt and makefile.def.
5377 Include widgets and images subdirectories of etc. Do not exclude
5378 ldefs-boot.el.
5379
5380 2005-04-23 Andreas Schwab <schwab@suse.de>
5381
5382 * configure.in: Remove duplicate match for powerpc configuration.
5383
5384 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
5385
5386 * configure.in: Check for <pwd.h>.
5387
5388 2005-04-14 Lute Kamstra <lute@gnu.org>
5389
5390 * make-dist: Distribute all ChangeLog files in lisp/.
5391 Don't distribute ldefs-boot.el.
5392 lisp/makefile.nt no longer exists.
5393
5394 2005-04-13 Lute Kamstra <lute@gnu.org>
5395
5396 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
5397 for "no-byte-compile: t" in the file instead.
5398
5399 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5400
5401 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
5402 shadow the main Lesstif/Motif-2.1 libs and includes.
5403
5404 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
5405
5406 * configure.in: Only add XASSERTS to cppflags.
5407
5408 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
5409
5410 * configure.in: Added --enable-asserts.
5411
5412 2005-02-09 Kim F. Storm <storm@cua.dk>
5413
5414 Change release version from 21.4 to 22.1 throughout.
5415 Change development version from 21.3.50 to 22.0.50.
5416
5417 2005-01-19 Steven Tamm <steventamm@mac.com>
5418
5419 * configure.in: Check for <sys/utsname.h>.
5420
5421 2004-12-11 Kim F. Storm <storm@cua.dk>
5422
5423 * Makefile.in (info): Undo 2004-12-05 change.
5424
5425 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5426
5427 * info/dir (File): Add URL and Org Mode manuals.
5428 * Makefile.in (install-arch-indep, uninstall): Add url and org
5429 manuals.
5430
5431 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5432
5433 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
5434 committed to src/config.in.
5435
5436 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
5437
5438 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
5439 pthreads and define HAVE_GTK_AND_PTHREAD.
5440
5441 2004-12-05 Richard M. Stallman <rms@gnu.org>
5442
5443 * Makefile.in (info): Ignore errors building info files.
5444
5445 2004-11-27 Eli Zaretskii <eliz@gnu.org>
5446
5447 * config.bat: If 8-byte alignment is not supported, define
5448 NO_DECL_ALIGN in src/config.h, instead of trivially defining
5449 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
5450 filter through Sed to remove the quotes.
5451
5452 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5453
5454 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
5455 not apply to files explicitly `cvs add'ed.
5456
5457 2004-11-12 Eli Zaretskii <eliz@gnu.org>
5458
5459 * config.bat: Don't require djecho.exe for the v1.x build.
5460 Add a test for DECL_ALIGN support, and add a trivial definition to
5461 src/config.h if 8-byte alignment is not supported.
5462
5463 2004-11-08 Kim F. Storm <storm@cua.dk>
5464
5465 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
5466 files before building.
5467 (bootfast, bootstrap-clean-before-fast): New targets, like
5468 bootstrap but don't remove .elc files.
5469
5470 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
5471
5472 * configure.in: Add check for getrusage.
5473
5474 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
5475
5476 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
5477 New tests for new and old GTK file dialogs.
5478 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
5479 to no.
5480
5481 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
5482
5483 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
5484 can be set. Remove SETARCH test.
5485
5486 2004-10-08 Steven Tamm <steventamm@mac.com>
5487
5488 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
5489
5490 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
5491
5492 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
5493 AC_MSG_WARN. Move output of warning message to end of configure run.
5494
5495 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
5496
5497 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
5498 Run test to see if heap start address is random.
5499
5500 2004-09-29 Miles Bader <miles@gnu.org>
5501
5502 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
5503 if setarch is present.
5504
5505 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
5506
5507 * configure.in (HAVE_EXECSHIELD): Only define on x86.
5508
5509 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
5510
5511 * configure.in: Check for exec-shield.
5512
5513 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
5514
5515 * Makefile.in (install-arch-indep): Add pgg and sieve.
5516
5517 * info/.cvsignore: Added pgg and sieve.
5518
5519 2004-08-06 Andreas Schwab <schwab@suse.de>
5520
5521 * Makefile.in (install-arch-indep, uninstall): Add flymake.
5522
5523 2004-07-31 Eli Zaretskii <eliz@gnu.org>
5524
5525 * config.bat: Update URLs in the comments.
5526
5527 2004-07-05 Andreas Schwab <schwab@suse.de>
5528
5529 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
5530
5531 2004-06-21 Kenichi Handa <handa@m17n.org>
5532
5533 * make-dist: Link leim-ext.el into tempdir.
5534
5535 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5536
5537 * info/dir (File): Add emacs-xtra.
5538 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
5539
5540 2004-06-12 Juri Linkov <juri@jurta.org>
5541
5542 * info/dir: Move menu help lines from `* Menu:' to file header.
5543 Describe the purpose of a red *.
5544
5545 2004-05-04 Dave Love <fx@gnu.org>
5546
5547 * configure.in: Don't use `extrasub'.
5548
5549 2004-04-29 Dave Love <fx@gnu.org>
5550
5551 * configure.in: Don't forget to quote args to `test'.
5552
5553 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
5554
5555 * autogen.sh: Update filename in "please read" message.
5556
5557 2004-04-17 Richard M. Stallman <rms@gnu.org>
5558
5559 * INSTALL: Move the info about site-lisp dirs,
5560 and say uninstalled Emacs looks there too.
5561
5562 2004-04-04 Eli Zaretskii <eliz@gnu.org>
5563
5564 * config.bat (lib-src): Recognize comment lines in Makefile.in
5565 that have a TAB after the #, to avoid errors in preprocessing with
5566 GCC 3.3.3.
5567
5568 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
5569
5570 * Makefile.in: Mention in comment that `make maintainer-clean'
5571 deletes .elc files.
5572
5573 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5574
5575 * update-subdirs: Add local variables to prevent byte-compiling.
5576
5577 2004-03-21 Dave Love <fx@gnu.org>
5578
5579 * configure.in: Fix previous change.
5580
5581 2004-03-18 Dave Love <fx@gnu.org>
5582
5583 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
5584
5585 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
5586
5587 * info/dir (File): Add SMTP and SES.
5588
5589 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5590
5591 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
5592 (bootstrap): Use the new bootstrap-prepare target in lisp.
5593
5594 2004-02-18 Kim F. Storm <storm@cua.dk>
5595
5596 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
5597
5598 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5599
5600 * make-dist: Don't link index.*perm and permute-index into tempdir.
5601
5602 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5603
5604 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
5605 to match previous changes by Eli Zaretskii.
5606
5607 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
5608
5609 * Makefile.in: Set CDPATH to an empty string.
5610
5611 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5612
5613 * configure.in <darwin>: Use fink packages if available.
5614
5615 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
5616
5617 * make-dist (lispref): Do include lispref/index.texi.
5618
5619 2004-01-06 Eric Hanchrow <offby1@blarg.net>
5620
5621 * make-dist (tempdir): Include cursors in nt/icons.
5622
5623 2003-12-30 Eli Zaretskii <eliz@gnu.org>
5624
5625 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
5626 clashes with install-sh on 8+3 filesystems.
5627
5628 2003-12-24 Miles Bader <miles@gnu.org>
5629
5630 * .cvsignore: Add .arch-inventory.
5631
5632 2003-12-24 Andreas Schwab <schwab@suse.de>
5633
5634 * configure.in: Check for <sys/socket.h>. Include it before
5635 including <net/if.h>. Move check for <net/if.h> before its use.
5636
5637 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
5638
5639 * Makefile.in (install-arch-dep): Don't let cd output go into
5640 pipe for carbon_appdir.
5641
5642 2003-12-24 Andreas Schwab <schwab@suse.de>
5643
5644 * configure.in (PKG_CHECK_MODULES): Fix quoting.
5645
5646 2003-12-01 Andreas Schwab <schwab@suse.de>
5647
5648 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
5649 hardcoding gcc.
5650
5651 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
5652
5653 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
5654 multiple displays.
5655 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
5656
5657 2003-09-23 Dave Love <fx@gnu.org>
5658
5659 * configure.in: Check members of struct ifreq.
5660
5661 2003-09-14 Kim F. Storm <storm@cua.dk>
5662
5663 * configure.in: Add checks for sys/ioctl.h and net/if.h.
5664
5665 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
5666
5667 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
5668
5669 2003-08-18 Lute Kamstra <lute@gnu.org>
5670
5671 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
5672 required anymore.
5673
5674 2003-08-07 Andrew Choi <akochoi@shaw.ca>
5675
5676 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
5677 option instead of -traditional-cpp for CPP.
5678
5679 2003-07-29 Richard M. Stallman <rms@gnu.org>
5680
5681 * configure.in (HAVE_XIM): Define if XIM is available.
5682
5683 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5684
5685 * configure.in: The function gtk_window_set_icon_from_file was
5686 introduced in GTK+ 2.2, so check for that release.
5687
5688 2003-07-23 Andreas Schwab <schwab@suse.de>
5689
5690 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
5691
5692 * Makefile.in (YACC): Remove, not used.
5693 (MAINT): Don't set.
5694 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
5695 disable dependency on ${srcdir}/configure.in when maintainer mode
5696 is disabled.
5697
5698 2003-07-22 Dave Love <fx@gnu.org>
5699
5700 * configure.in: Make XRegisterIMInstantiateCallback test depend on
5701 HAVE_X11, not with_xim.
5702 (HAVE_CRTIN): Provide template.
5703 <with_png>: Test for png.h and libpng/png.h.
5704
5705 2003-07-15 Andreas Schwab <schwab@suse.de>
5706
5707 * configure.in: Temporarily leave quoting for AC_DEFINE.
5708
5709 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
5710
5711 * configure.in: Check for posix_memalign.
5712
5713 2003-07-12 Richard M. Stallman <rms@gnu.org>
5714
5715 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
5716
5717 2003-07-09 Kim F. Storm <storm@cua.dk>
5718
5719 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
5720 functionality of --without-xim.
5721
5722 2003-06-29 Dave Love <fx@gnu.org>
5723
5724 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
5725
5726 2003-06-23 Dave Love <fx@gnu.org>
5727
5728 * configure.in: Check for sys/_mbstate_t.h.
5729 Test XRegisterIMInstantiateCallback prototype.
5730 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
5731
5732 2003-06-06 Dave Love <fx@gnu.org>
5733
5734 * configure.in: Check for locale.h.
5735
5736 2003-06-05 Dave Love <fx@gnu.org>
5737
5738 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
5739 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
5740 (NLIST_STRUCT): Don't define.
5741 (AH_BOTTOM): Define my_strftime.
5742
5743 2003-06-02 Richard M. Stallman <rms@gnu.org>
5744
5745 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
5746
5747 2003-05-24 Andreas Schwab <schwab@suse.de>
5748
5749 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
5750 bzero, and bcmp.
5751
5752 2003-05-22 Dave Love <fx@gnu.org>
5753
5754 * configure.in: Remove redundant test for term.h. Test for difftime.
5755
5756 2003-05-20 Dave Love <fx@gnu.org>
5757
5758 * configure.in: Append * to s390-*-linux-gnu case.
5759 (LIBMAIL) <lockfile>: Don't define.
5760
5761 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5762
5763 * INSTALL (* GNU/Linux development packages): Mention Debian and
5764 RedHat package names.
5765
5766 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
5767
5768 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5769
5770 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5771
5772 * INSTALL (* GNU/Linux development packages): Tell people to
5773 install additional packages for compiling Emacs.
5774
5775 2003-04-30 Richard M. Stallman <rms@gnu.org>
5776
5777 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5778
5779 2003-04-28 Francesco Potortì <pot@gnu.org>
5780
5781 * configure.in: Undo last (RMS') change, as it is useless, per
5782 Dave Love.
5783
5784 2003-04-08 Richard M. Stallman <rms@gnu.org>
5785
5786 * configure.in: Put #include of jpeglib.h at start of line.
5787
5788 2003-04-06 Francesco Potortì <pot@gnu.org>
5789
5790 * configure.in: Use the same configuration for all aix5, not just
5791 aix5.1.
5792
5793 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
5794
5795 * configure.in: Check for need for bigtoc support on IBM AIX for
5796 solving a linker table overflow problem.
5797
5798 2003-03-03 Rob Browning <rlb@defaultvalue.org>
5799
5800 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
5801 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
5802 over bzero, bcmp, and bcopy.
5803
5804 2003-02-23 Simon Josefsson <jas@extundo.com>
5805
5806 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
5807
5808 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
5809
5810 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
5811
5812 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
5813
5814 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
5815
5816 2003-02-08 Andreas Schwab <schwab@suse.de>
5817
5818 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
5819 instead of the substitution.
5820
5821 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5822
5823 * Makefile.in: Use @EXEEXT@ for Cygwin.
5824 Use USERNAME if LOGNAME is not set (for Cygwin).
5825
5826 * configure.in: Add opsys=cygwin.
5827
5828 2003-01-22 Andreas Schwab <schwab@suse.de>
5829
5830 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
5831 redefining it explicitly in src/config.in.
5832
5833 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
5834
5835 * Makefile.in (bootstrap): Make bootstrap-after.
5836
5837 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
5838
5839 * configure.in: Fix --with-gtk.
5840
5841 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
5842
5843 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
5844
5845 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
5846
5847 2003-01-14 Francesco Potortì <pot@gnu.org>
5848
5849 * configure.in (m68k-motorola-sysv): Remove (obsolete).
5850
5851 2003-01-07 Steven Tamm <steventamm@mac.com>
5852
5853 * configure.in: New option, --enable-carbon-app, to specify
5854 that the application should be installed
5855 * Makefile.in (install-arch-dep): On Mac OS X, install the
5856 Emacs.app application if carbon-app is enabled.
5857
5858 2003-01-06 Dave Love <fx@gnu.org>
5859
5860 * configure.in: Check for nl_langinfo.
5861 [!HAVE_SIZE_T]: Fix typedef.
5862
5863 2003-01-06 David Kastrup <dak@gnu.org>
5864
5865 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
5866
5867 * configure.in: Add tests for install-info.
5868
5869 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
5870
5871 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
5872 use again sol2-6 instead of sol2-8.
5873
5874 2002-12-09 Dave Love <fx@gnu.org>
5875
5876 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
5877
5878 2002-12-08 Andreas Schwab <schwab@suse.de>
5879
5880 * Makefile.in (install-arch-indep): Revert last change.
5881
5882 2002-11-27 Dave Love <fx@gnu.org>
5883
5884 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
5885 Check for __sys_siglist too. Check for memset.
5886 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
5887
5888 2002-11-22 Juanma Barranquero <lektu@terra.es>
5889
5890 * config.guess, config.sub: Updated from master source.
5891
5892 2002-11-19 Karl Fogel <kfogel@red-bean.com>
5893
5894 * autogen.sh: New file.
5895
5896 2002-11-18 Dave Love <fx@gnu.org>
5897
5898 * configure.in: Tidy up various quoting issues throughout.
5899 Use AC_GNU_SOURCE.
5900 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
5901 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
5902 Maybe define bcopy, bzero, bcmp.
5903 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
5904 non-existent machine file).
5905 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
5906 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
5907 (nlist.h): Move test up.
5908
5909 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
5910
5911 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
5912
5913 2002-11-14 Francesco Potortì <pot@gnu.org>
5914
5915 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
5916
5917 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5918
5919 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
5920
5921 2002-11-08 Dave Love <fx@gnu.org>
5922
5923 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
5924 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
5925
5926 2002-11-07 Miles Bader <miles@gnu.org>
5927
5928 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
5929 Handle separate-build-dir case.
5930
5931 2002-11-06 Richard M. Stallman <rms@gnu.org>
5932
5933 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
5934 bulletproof. $bar may be empty when there are no .elc files.
5935
5936 2002-10-30 Dave Love <fx@gnu.org>
5937
5938 * configure.in: Require autoconf 2.53. Test for pty.h,
5939 sys/mman.h, sys/param.h, mremap, memmove.
5940 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
5941 (AC_PROG_YACC): Delete.
5942 (size_t): Use AC_CHECK_TYPES.
5943 (AH_TOP): Up-date copyright.
5944
5945 2002-10-01 Juanma Barranquero <lektu@terra.es>
5946
5947 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
5948
5949 2002-09-19 Richard M. Stallman <rms@gnu.org>
5950
5951 * configure.in: Fix the LessTif-directory-finder for real.
5952
5953 2002-09-14 Richard M. Stallman <rms@gnu.org>
5954
5955 * Makefile.in (maybe_bootstrap): Test for complete absence
5956 of compiled Lisp files.
5957
5958 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
5959
5960 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
5961 (bootstrap-clean-after): Delete.
5962 (bootstrap): Make the sequencing explicit.
5963
5964 2002-09-10 Richard M. Stallman <rms@gnu.org>
5965
5966 * configure.in: Fix previous LessTif change.
5967
5968 2002-09-09 Richard M. Stallman <rms@gnu.org>
5969
5970 * configure.in (powerpcle-*-solaris2.5*): New configuration.
5971 (powerpcle-*-solaris*): Use version 2.6 as default.
5972 (*-sunos5.6*, *-solaris2.6*): New alternative.
5973 (*-sunos5*): Use version 2.6 as default.
5974
5975 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5976
5977 * configure.in: Fix typo.
5978
5979 2002-09-05 Richard M. Stallman <rms@gnu.org>
5980
5981 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
5982
5983 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
5984 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
5985
5986 2002-08-26 Kim F. Storm <storm@cua.dk>
5987
5988 * Makefile.in (install-arch-indep): Do not remove DOC file
5989 when it is the only DOC file installed; this is the case when
5990 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
5991
5992 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
5993
5994 * configure.in: Fix typo.
5995
5996 2002-07-24 Richard M. Stallman <rms@gnu.org>
5997
5998 * configure.in: Don't print anything special about gamedir.
5999
6000 * configure.in: Delete nonstandard --with-game-user option.
6001
6002 2002-07-21 Richard M. Stallman <rms@gnu.org>
6003
6004 * Makefile.in (gamedir, localstatedir): New variables.
6005 (epaths-force): Insert value of gamedir into PATH_GAME.
6006
6007 * configure.in (gamedir): Handle it like lispdir.
6008 (--with-game-dir option): Delete.
6009
6010 2002-06-21 Pavel Janík <Pavel@Janik.cz>
6011
6012 * configure.in: Add support for mipseb-*-netbsd* machines.
6013
6014 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6015
6016 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
6017
6018 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6019
6020 * info/dir (File): Add an entry for Tramp.
6021
6022 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
6023
6024 * INSTALL-CVS: New file.
6025
6026 2002-06-07 Andreas Schwab <schwab@suse.de>
6027
6028 * configure.in (x86_64-*-linux-gnu*): New system.
6029
6030 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
6031
6032 * config.bat: Handle the case when lispintro is truncated to lispintr.
6033
6034 2002-05-26 Paul Eggert <eggert@twinsun.com>
6035
6036 * config.guess, config.sub: Updated from master source.
6037
6038 2002-05-09 Richard M. Stallman <rms@gnu.org>
6039
6040 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
6041
6042 2002-05-04 Pavel Janík <Pavel@Janik.cz>
6043
6044 * make-dist: Do not distribute lock/ directory.
6045
6046 2002-04-30 Andrew Choi <akochoi@shaw.ca>
6047
6048 * configure.in: Provide documentation string when defining
6049 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
6050 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
6051
6052 2002-04-29 Colin Walters <walters@verbum.org>
6053
6054 * configure.in: Delete configure check for access to the game user.
6055
6056 2002-04-29 Pavel Janík <Pavel@Janik.cz>
6057
6058 * make-dist: lwlib/Imakefile is removed.
6059
6060 2002-04-26 Andrew Choi <akochoi@shaw.ca>
6061
6062 * configure.in: Add support for powerpc-apple-darwin*.
6063 (HAVE_CARBON): Add.
6064
6065 * make-dist: Create directories in mac/Emacs.app.
6066
6067 2002-04-25 Pavel Janík <Pavel@Janik.cz>
6068
6069 * make-dist: lwlib-Xol* are removed.
6070
6071 2002-04-23 Andreas Schwab <schwab@suse.de>
6072
6073 * Makefile.in (MAINT): New variable.
6074 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
6075 instead of configure.in, to avoid running autoconf and autoheader
6076 unless explicitly requested.
6077
6078 2002-04-16 Eli Zaretskii <eliz@gnu.org>
6079
6080 * config.bat: Update for msdos/sed2v2.inp.
6081
6082 2002-04-15 Andreas Schwab <schwab@suse.de>
6083
6084 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
6085 * configure.in: Add config header templates to all AC_DEFINE and
6086 AC_DEFINE_UNQUOTED symbols.
6087 * make-dist: Run autoheader if necessary.
6088
6089 2002-04-10 Colin Walters <walters@verbum.org>
6090
6091 * configure.in: Add --game-dir, --game-user. Test to see if we
6092 can use them.
6093
6094 2002-04-08 Pavel Janík <Pavel@Janik.cz>
6095
6096 * configure.in: Add --with-sound.
6097
6098 2002-03-18 Kim F. Storm <storm@cua.dk>
6099
6100 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
6101 and getsockname functions. Test for sys/un.h include file.
6102
6103 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
6104
6105 * configure.in: Support AIX 5.1.
6106
6107 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
6108
6109 * configure.in: Added test for X Session Management (HAVE_X_SM).
6110
6111 2002-03-03 Richard M. Stallman <rms@gnu.org>
6112
6113 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
6114 Run chown $${LOGNAME} on files installed by tar xvf.
6115
6116 2002-03-03 Kim F. Storm <storm@cua.dk>
6117
6118 * configure.in: Test for getpeername.
6119
6120 2002-03-01 Richard M. Stallman <rms@gnu.org>
6121
6122 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
6123 (HAVE_GIF): Don't use old libungif versions that crash.
6124
6125 2002-02-26 Richard M. Stallman <rms@gnu.org>
6126
6127 * configure.in <making srcdir absolute>: Verify that PWD is correct,
6128 not just well-formed and valid.
6129 (mips-compaq-nonstopux*): New configuration.
6130
6131 2002-02-18 Paul Eggert <eggert@twinsun.com>
6132
6133 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
6134 "sed q" is a portable equivalent to plain "head -1".
6135
6136 2002-02-13 Richard M. Stallman <rms@gnu.org>
6137
6138 * Makefile.in (maybe_bootstrap): Do `exit 1'.
6139 (all): Don't depend on maybe_bootstrap here.
6140 (${SUBDIR}): Depend on it here instead.
6141
6142 2002-02-08 Richard M. Stallman <rms@gnu.org>
6143
6144 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
6145
6146 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6147
6148 * configure.in: Recognize BSD/OS 5.0.
6149
6150 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6151
6152 * make-dist: Make version checking in emacs.texi consistent with
6153 how we set it there.
6154
6155 2001-12-29 Kim F. Storm <storm@cua.dk>
6156
6157 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
6158
6159 2001-12-28 Richard M. Stallman <rms@gnu.org>
6160
6161 * configure.in: Test for mbsinit.
6162
6163 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6164
6165 These changes make Leim part of the standard distribution:
6166
6167 * README: Add info about the `leim' directory.
6168
6169 * INSTALL: Remove text that describes Leim as a separate package.
6170
6171 * noleim-Makefile.in: File removed.
6172
6173 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
6174 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
6175 Leim files out of the Emacs tree. Don't prepare a separate tarball
6176 for Leim.
6177
6178 2001-12-11 Richard M. Stallman <rms@gnu.org>
6179
6180 * configure.in (hppa*-*-linux-gnu*): New alternative.
6181
6182 2001-12-08 Pavel Janík <Pavel@Janik.cz>
6183
6184 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
6185 creating distribution.
6186
6187 2001-12-06 Paul Eggert <eggert@twinsun.com>
6188
6189 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
6190 (AC_FUNC_VFORK): Remove.
6191 (AC_FUNC_FORK): Add.
6192 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
6193 this is required by recent Autoconf versions.
6194
6195 2001-12-02 Pavel Janík <Pavel@Janik.cz>
6196
6197 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
6198 TODO, vms-pp.trans and others).
6199
6200 2001-11-29 Pavel Janík <Pavel@Janik.cz>
6201
6202 * make-dist: Use COPYING from the top-level directory.
6203
6204 2001-11-29 Gerd Moellmann <gerd@gnu.org>
6205
6206 * configure.in: Add support for FreeBSD/Alpha.
6207
6208 2001-11-29 Pavel Janík <Pavel@Janik.cz>
6209
6210 * make-dist: Add COPYING to the top-level directory of the
6211 distribution. Simplify the logic behind copying.
6212
6213 * Makefile.in (maybe_bootstrap): Fix previous change.
6214
6215 2001-11-28 Richard M. Stallman <rms@gnu.org>
6216
6217 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
6218
6219 2001-11-26 Richard M. Stallman <rms@gnu.org>
6220
6221 * Makefile.in: bootstrap should not delete dumped executables.
6222 (bootstrap-clean-before): New target.
6223 (bootstrap): Use bootstrap-clean-before instead of clean.
6224 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
6225
6226 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
6227
6228 These changes add the Emacs Lisp Introduction manual to the
6229 distribution:
6230
6231 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
6232
6233 * make-dist: Copy the files in lispintro directory.
6234
6235 * config.bat: Configure in the lispintro directory.
6236
6237 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
6238
6239 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
6240 (lispintro/Makefile): New target.
6241 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
6242 (unlock, relock, info, dvi): Ditto.
6243
6244 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6245
6246 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
6247
6248 * make-dist (etc): Don't distribute gfdl.1.
6249
6250 2001-11-22 Colin Walters <walters@debian.org>
6251
6252 * Makefile.in (install-arch-indep): Install the calc .info files.
6253 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
6254
6255 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
6256
6257 * make-dist (lispref): Add *.txt, *.el, permute-index, and
6258 tindex.pl to the list of those being put into the distribution.
6259
6260 2001-11-16 Eli Zaretskii <eliz@gnu.org>
6261
6262 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
6263
6264 2001-11-15 Pavel Janík <Pavel@Janik.cz>
6265
6266 * Makefile.in (uninstall): Fix previous change.
6267
6268 * configure.in, Makefile.in: Add support for --program-prefix,
6269 --program-suffix and --program-transform-name options.
6270
6271 2001-11-13 Pavel Janík <Pavel@Janik.cz>
6272
6273 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
6274 (install-arch-indep): Install emacsclient manual page.
6275 (uninstall): Uninstall emacsclient manual page.
6276
6277 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
6278
6279 * make-dist: Add lispref/index.*perm files to the distribution.
6280 From Pavel Janík <Pavel@Janik.cz>.
6281
6282 2001-11-12 Pavel Janík <Pavel@Janik.cz>
6283
6284 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
6285
6286 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6287
6288 * configure.in: AC_OUTPUT lispref/Makefile.
6289
6290 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6291
6292 The following changes add the ELisp reference manual to the
6293 distribution.
6294
6295 * make-dist: Add the lispref directory to the distribution.
6296
6297 * Makefile.in (install-arch-indep): Add elisp* to the list of
6298 installed Info files.
6299 (SUBDIR_MAKEFILES): Add lispref/Makefile.
6300 (lispref/Makefile): New target.
6301 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
6302 Add commands for the lispref directory.
6303 (info, dvi): Ditto.
6304
6305 * config.bat: Configure in `lispref'.
6306
6307 2001-11-09 Richard M. Stallman <rms@gnu.org>
6308
6309 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
6310
6311 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
6312
6313 * make-dist (tempdir): Copy AUTHORS as well.
6314
6315 2001-11-06 Sam Steingold <sds@gnu.org>
6316
6317 * configure.in: Added a check for <nlist.h>.
6318
6319 2001-11-01 Pavel Janík <Pavel@Janik.cz>
6320
6321 * configure.in: Reindent --help output.
6322 From Per Starbäck (starback@ling.uu.se).
6323
6324 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
6325
6326 * configure.in: New entry for HP/UX-11.
6327
6328 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
6329 From Eric S. Raymond <esr@golux.thyrsus.com>.
6330
6331 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6332
6333 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
6334 <athornton@sinenomine.net>.
6335
6336 2001-10-25 Gerd Moellmann <gerd@gnu.org>
6337
6338 * Makefile.in (maybe_bootstrap): New target.
6339 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
6340
6341 2001-10-24 Ken Raeburn <raeburn@gnu.org>
6342
6343 * configure.in: If --with-hesiod is given, look for
6344 hes_getmailhost and res_send or __res_send; check hesiod and
6345 resolv libraries respectively if system libraries don't supply them.
6346
6347 2001-10-24 Gerd Moellmann <gerd@gnu.org>
6348
6349 * configure.in: Use $MAKE for `make' if set.
6350
6351 2001-10-22 Gerd Moellmann <gerd@gnu.org>
6352
6353 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
6354 to tar options.
6355
6356 2001-10-20 Gerd Moellmann <gerd@gnu.org>
6357
6358 * (Version 21.1 released).
6359
6360 2001-10-20 Miles Bader <miles@gnu.org>
6361
6362 * configure.in (configuration): Set from `host' if `host_alias'
6363 isn't defined.
6364
6365 2001-10-19 Andreas Schwab <schwab@suse.de>
6366
6367 * configure.in: Make ready for autoconf 2.5x.
6368 (AC_PREREQ): Require autoconf 2.50.
6369 * aclocal.m4: Removed.
6370 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
6371
6372 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6373
6374 * README: Bump Emacs version to 21.1.50.
6375
6376 2001-10-05 Gerd Moellmann <gerd@gnu.org>
6377
6378 * Branch for 21.1.
6379
6380 2001-09-05 Gerd Moellmann <gerd@gnu.org>
6381
6382 * configure.in: Avoid `$@' which is handled specially in
6383 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
6384
6385 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
6386
6387 * make-dist (nt): Add subdirs.el to the list of distributed files.
6388
6389 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6390
6391 * configure.in (machine): Add an entry for
6392 hppa1.1-hitachi-hiuxwe2*.
6393
6394 2001-05-28 Gerd Moellmann <gerd@gnu.org>
6395
6396 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
6397 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
6398
6399 2001-05-14 Gerd Moellmann <gerd@gnu.org>
6400
6401 * make-dist: Copy texinfo.tex unconditionally.
6402
6403 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
6404
6405 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
6406 that are installed.
6407
6408 2001-04-06 Gerd Moellmann <gerd@gnu.org>
6409
6410 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
6411 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
6412
6413 * make-dist: Handle leim/MISC-DIC. Only include
6414 `[a-zA-Z]*.{el,elc}' from leim/quail.
6415
6416 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6417
6418 * Makefile.in (install-arch-indep): Remove .cvsignore files.
6419
6420 2001-03-30 Gerd Moellmann <gerd@gnu.org>
6421
6422 * Makefile.in (.PHONY): Add for bootstrap targets.
6423 (bootstrap-clean): New target.
6424 (bootstrap): Use it instead of `clean'.
6425
6426 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
6427
6428 * Makefile.in (SUBDIR): Remove leim.
6429 (all, .RECURSIVE, extraclean): Add leim explicitly.
6430 (leim): Provide separate rule which exports PARALLEL=0 into the
6431 environment.
6432
6433 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6434
6435 * configure.in (HAVE_XPM): Don't print the result of the check for
6436 XpmReturnAllocPixels if we don't have an xpm.h.
6437
6438 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6439
6440 * COPYING: New file.
6441
6442 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6443
6444 * config.bat: Update the copyright.
6445
6446 2001-02-23 Kenichi Handa <handa@etl.go.jp>
6447
6448 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
6449 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
6450 to `yes'. Later in AC_OUTPUT, check this variable.
6451
6452 2001-02-09 Dave Love <fx@gnu.org>
6453
6454 * AUTHORS: Updated.
6455
6456 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6457
6458 * info/dir (Ebrowse): Fix the entry (was missing a dot).
6459
6460 2001-02-02 Gerd Moellmann <gerd@gnu.org>
6461
6462 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
6463
6464 * Makefile.in (uninstall): Ignore exit code of `rm'.
6465
6466 * Makefile.in (uninstall): Remove more info files. Remove
6467 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
6468
6469 2001-01-31 Gerd Moellmann <gerd@gnu.org>
6470
6471 * noleim-Makefile.in (extraclean): Add.
6472
6473 2001-01-28 Gerd Moellmann <gerd@gnu.org>
6474
6475 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
6476 it quiet.
6477
6478 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
6479
6480 * Makefile.in (tags): Fix typo.
6481
6482 2001-01-13 Kenichi Handa <handa@etl.go.jp>
6483
6484 * configure.in: Fix typo in the code setting x_search_path.
6485
6486 2001-01-10 Dave Love <fx@gnu.org>
6487
6488 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
6489 -lXext.
6490 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
6491 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
6492 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
6493 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
6494 (now in $LIBS).
6495
6496 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6497
6498 * config.bat: Run the preprocessor with -traditional.
6499
6500 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
6501
6502 * INSTALL: Move copying conditions to end of file.
6503
6504 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6505
6506 * INSTALL: Add basic installation procedure which assumes
6507 `configure' does its job. Elaborate on image support libraries.
6508 Add a pointer to Xaw3d library. Add advice about solving
6509 configure-time problems by looking in config.log and setting
6510 variables in the environment.
6511
6512 2000-12-27 Gerd Moellmann <gerd@gnu.org>
6513
6514 * Makefile.in (install-arch-indep): If tar fails, exit with
6515 exit code 1.
6516
6517 2000-12-19 Gerd Moellmann <gerd@gnu.org>
6518
6519 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
6520 source file includes XKBlib.h. On some broken Solaris systems,
6521 there is an XKBlib.h, reportedly, but header files included by
6522 XKBlib.h are missing.
6523
6524 2000-12-14 Gerd Moellmann <gerd@gnu.org>
6525
6526 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
6527
6528 2000-12-11 Dave Love <fx@gnu.org>
6529
6530 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
6531
6532 2000-12-11 Paul Eggert <eggert@twinsun.com>
6533
6534 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
6535 Merge fixes from latest GNU tar version. These macros no longer
6536 futz with _XOPEN_SOURCE, as that was not portable in practice.
6537 (AC_FUNC_FSEEKO): New macro.
6538
6539 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
6540 ftello.
6541
6542 2000-12-05 Dave Love <fx@gnu.org>
6543
6544 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
6545
6546 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6547
6548 * info/dir: Change the category to "Emacs".
6549
6550 2000-12-01 Gerd Moellmann <gerd@gnu.org>
6551
6552 * make-dist (tempdir): Remove epaths.h from the distribution
6553 instead of paths.h.
6554
6555 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6556
6557 * config.bat: Check for existence of djecho.exe, and print an
6558 error message if it is not available.
6559
6560 * INSTALL: Describe possible problem with djecho.exe in old
6561 versions of DJGPP v2.x.
6562
6563 2000-11-23 Gerd Moellmann <gerd@gnu.org>
6564
6565 * configure.in: Initialize HAVE_LIBXP to no.
6566
6567 2000-11-22 Gerd Moellmann <gerd@gnu.org>
6568
6569 * configure.in: Use m/macppc.h instead of the non-existent
6570 m/powerpc.h.
6571
6572 2000-11-21 Gerd Moellmann <gerd@gnu.org>
6573
6574 * Makefile.in (install-arch-indep): Also install info/eshell*
6575 and info/speedbar*.
6576
6577 * configure.in (HAVE_PNG): Check for the presence of
6578 png_get_channels to rule out older PNG libs.
6579
6580 * configure.in (AC_OUTPUT): Arrange to emit definitions of
6581 GCC and NON_GNU_CPP into config.status.
6582
6583 2000-11-20 Dave Love <fx@gnu.org>
6584
6585 * configure.in: Fix last change.
6586
6587 * GETTING.GNU.SOFTWARE: Deleted.
6588 * FTP: New file to replace it.
6589 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
6590
6591 2000-11-20 Gerd Moellmann <gerd@gnu.org>
6592
6593 * configure.in: Use -traditional with GNU cpp.
6594
6595 2000-11-17 Gerd Moellmann <gerd@gnu.org>
6596
6597 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
6598 Distribute more files from the nt/ subdir. Distribute PBM
6599 image files from subdirs of lisp/. Distribute old change logs
6600 from subdirs of lisp/. Distribute play/5x5.el.
6601
6602 2000-11-11 Dave Love <fx@gnu.org>
6603
6604 * config.sub, config.guess: Updated from master source.
6605
6606 2000-11-07 Dave Love <fx@gnu.org>
6607
6608 * configure.in: Test for mkstemp.
6609
6610 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
6611
6612 * info/dir (Top): Rearrange menu items more logically, and put
6613 them into a single category. Add menu items for RefTeX and
6614 Widget.
6615
6616 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6617
6618 * Makefile.in (install-arch-indep): Use --info-dir instead of
6619 --dir-file, and a simple argument instead of --info-file, so that
6620 the Debian version of install-info also works.
6621
6622 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
6623
6624 * info/dir (Speedbar): Add entry.
6625
6626 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6627
6628 * INSTALL: Describe the new image-support options to the configure
6629 script. List URLs where image support libraries can be found.
6630
6631 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
6632
6633 * info/dir (Top): Add an entry for Eshell.
6634
6635 2000-10-02 Dave Love <fx@gnu.org>
6636
6637 * configure.in: Check for gai_strerror.
6638
6639 2000-10-01 Andreas Schwab <schwab@suse.de>
6640
6641 * Makefile.in (install-arch-indep): Update list of installed info files.
6642
6643 2000-09-30 Gerd Moellmann <gerd@gnu.org>
6644
6645 * configure.in: Support `sparc*-*-netbsd*'.
6646
6647 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
6648
6649 * info/dir (MIME): Add entry for emacs-mime.
6650
6651 2000-09-29 Dave Love <fx@gnu.org>
6652
6653 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
6654
6655 2000-09-26 Gerd Moellmann <gerd@gnu.org>
6656
6657 * make-dist: Adapt to the change of leim/Makefile which was
6658 necessary to ensure a reasonably working `make dist'.
6659
6660 * leim-Makefile.in: Moved to leim/Makefile.in..
6661
6662 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
6663
6664 2000-09-21 Kenichi Handa <handa@etl.go.jp>
6665
6666 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
6667 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
6668 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
6669 files to .elc.
6670 (${TIT}): Adjusted for the above change.
6671 (clean mostlyclean): Likewise.
6672 (.el.elc): New target.
6673
6674 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6675
6676 * make-dist: Include XPM and XBM files in lisp/ and subdirs
6677 in the distribution.
6678
6679 2000-09-18 Gerd Moellmann <gerd@gnu.org>
6680
6681 * make-dist (skk): Rename to `ja-dic' because the leim directory
6682 was renamed.
6683
6684 2000-09-14 Dave Love <fx@gnu.org>
6685
6686 * configure.in: Fix spurion in last change.
6687
6688 2000-09-14 Gerd Moellmann <gerd@gnu.org>
6689
6690 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
6691 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
6692 to `no' if defined. Change result report.
6693
6694 2000-09-08 Dave Love <fx@gnu.org>
6695
6696 * configure.in: Remove spurious `@'s.
6697
6698 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
6699 autoconf.
6700
6701 2000-09-06 Gerd Moellmann <gerd@gnu.org>
6702
6703 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
6704 file and print informational message.
6705
6706 * configure.in (AC_FUNC_MMAP): Add.
6707
6708 2000-09-01 Gerd Moellmann <gerd@gnu.org>
6709
6710 * configure.in: Add ``checking'' messages for
6711 XpmReturnAllocPixels.
6712
6713 2000-08-28 Gerd Moellmann <gerd@gnu.org>
6714
6715 * configure.in: Check <strings.h>; check `index' and `rindex'
6716 functions.
6717
6718 2000-08-26 Kenichi Handa <handa@etl.go.jp>
6719
6720 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
6721 "case "${canonical}" in".
6722
6723 2000-08-25 Dave Love <fx@gnu.org>
6724
6725 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
6726
6727 2000-08-25 Kenichi Handa <handa@etl.go.jp>
6728
6729 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
6730
6731 2000-08-24 Gerd Moellmann <gerd@gnu.org>
6732
6733 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
6734 contains a relative path. Protect against unusable values of $PWD.
6735
6736 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6737
6738 * info/dir (WoMan): Add entry.
6739
6740 * config.bat (maindir): Update src/_gdbinit even if it does
6741 already exist.
6742
6743 2000-08-07 Gerd Moellmann <gerd@gnu.org>
6744
6745 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
6746
6747 2000-08-03 Gerd Moellmann <gerd@gnu.org>
6748
6749 * configure.in: Add support for ia64*-*-linux*.
6750
6751 2000-07-27 Gerd Moellmann <gerd@gnu.org>
6752
6753 * make-dist (aclocal.m4): Include in distribution.
6754
6755 2000-07-26 Dave Love <fx@gnu.org>
6756
6757 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
6758
6759 2000-07-24 Dave Love <fx@gnu.org>
6760
6761 * configure.in: Add AC_SIZE_T.
6762
6763 2000-07-18 Dave Love <fx@gnu.org>
6764
6765 * configure.in: Reorder so that most tests are done after CPPFLAGS
6766 is set from the C_SWITCH_... definitions.
6767
6768 2000-07-10 Gerd Moellmann <gerd@gnu.org>
6769
6770 * configure.in (HAVE_XPM): Undo previous change. Check for
6771 preprocessor define XpmReturnAllocPixels.
6772
6773 2000-07-06 Gerd Moellmann <gerd@gnu.org>
6774
6775 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
6776 instead of XpmReadFileToPixmap.
6777
6778 2000-07-05 Ken Raeburn <raeburn@gnu.org>
6779
6780 * configure.in: Check for <soundcard.h>. Look for ossaudio
6781 library, and set LIBSOUND accordingly.
6782
6783 2000-07-05 Dave Love <fx@gnu.org>
6784
6785 * configure.in: Use AC_HEADER_SYS_WAIT.
6786
6787 2000-07-05 Gerd Moellmann <gerd@gnu.org>
6788
6789 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
6790 lisp/Makefile. Distribute lisp/Makefile.in instead of
6791 lisp/Makefile.
6792
6793 2000-06-30 Ken Raeburn <raeburn@gnu.org>
6794
6795 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
6796 while searching for image-handling libraries.
6797
6798 2000-06-26 Gerd Moellmann <gerd@gnu.org>
6799
6800 * configure.in (--with-xim): New option.
6801
6802 2000-06-23 Dave Love <fx@gnu.org>
6803
6804 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
6805 for struct timezone and test how we can call gettimeofday.
6806 Check for OSF 5+. Check for term.h.
6807
6808 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
6809 version.
6810
6811 2000-06-23 Gerd Moellmann <gerd@gnu.org>
6812
6813 * configure.in (HAVE_LIBXP): Change test for libXp.
6814
6815 2000-06-21 Dave Love <fx@gnu.org>
6816
6817 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
6818 simple test for getloadavg and substitute GETLOADAVG_LIBS.
6819 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
6820
6821 2000-06-19 Dave Love <fx@gnu.org>
6822
6823 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
6824 _XOPEN_SOURCE is defined.
6825
6826 2000-06-16 Gerd Moellmann <gerd@gnu.org>
6827
6828 * Makefile.in (distclean): Also make distclean in lisp/.
6829
6830 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6831
6832 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
6833
6834 2000-06-15 Gerd Moellmann <gerd@gnu.org>
6835
6836 * make-dist: Add --help and --snapshot options.
6837
6838 2000-06-14 Gerd Moellmann <gerd@gnu.org>
6839
6840 * configure.in: Generate lisp/Makefile.
6841
6842 * configure.in: Add support for `*-lynxos*'.
6843 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
6844 recommended by <Karen.Dorhamer@compaq.com> to fix problems
6845 on Tru64 UNIX v5.0.
6846
6847 2000-06-13 Ken Raeburn <raeburn@gnu.org>
6848
6849 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
6850 it's on a continuation line.
6851
6852 2000-06-02 Dave Love <fx@gnu.org>
6853
6854 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
6855 files.
6856
6857 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
6858 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
6859 test.
6860
6861 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
6862 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
6863
6864 2000-05-26 Gerd Moellmann <gerd@gnu.org>
6865
6866 * configure.in: Add check for speed_t typedef.
6867
6868 2000-05-25 Ken Raeburn <raeburn@gnu.org>
6869
6870 * Makefile.in (install-arch-dep): Install fns-*.el only if it
6871 exists; it won't in the CANNOT_DUMP case.
6872
6873 2000-05-25 Gerd Moellmann <gerd@gnu.org>
6874
6875 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
6876 On FreeBSD, the exit status is 1 if CDPATH is not set.
6877 (install-arch-indep): Install ebrowse.info.
6878
6879 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
6880
6881 * configure.in: Check for grandpt and getpt.
6882
6883 2000-05-09 Dave Love <fx@gnu.org>
6884
6885 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
6886
6887 2000-05-05 Gerd Moellmann <gerd@gnu.org>
6888
6889 * make-dist: Make a link for lib-src/grep-changelog.
6890 Copy install-sh.
6891
6892 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
6893
6894 * config.bat: Identify the beginning of the cpp stuff in
6895 src/Makefile.in and lib-src/Makefile.in more accurately.
6896
6897 2000-04-27 Gerd Moellmann <gerd@gnu.org>
6898
6899 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
6900
6901 2000-04-19 Gerd Moellmann <gerd@gnu.org>
6902
6903 * configure.in: Add support for `powerpc-*-netbsd*'.
6904
6905 2000-04-19 Dave Love <fx@gnu.org>
6906
6907 * configure.in: Don't use AC_FUNC_GETLOADAVG.
6908
6909 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
6910
6911 2000-04-16 Dave Love <fx@gnu.org>
6912
6913 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
6914
6915 2000-04-14 Dave Love <fx@gnu.org>
6916
6917 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
6918
6919 * aclocal.m4 (AC_FUNC_MKTIME): New.
6920
6921 2000-03-28 Ken Raeburn <raeburn@gnu.org>
6922
6923 * configure.in: Line up "--help" output a little better.
6924
6925 2000-03-26 Gerd Moellmann <gerd@gnu.org>
6926
6927 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
6928 New targets.
6929 (bootstrap): Rewritten in terms of the new targets above. Make
6930 info files, too.
6931
6932 2000-03-12 Gerd Moellmann <gerd@gnu.org>
6933
6934 * config.guess, config.sub: Use the versions of the files from
6935 subversions.
6936
6937 2000-03-08 Dave Love <fx@gnu.org>
6938
6939 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
6940 AC_C_VOLATILE. Define POINTER_TYPE.
6941
6942 * aclocal.m4: New file.
6943
6944 2000-03-02 Gerd Moellmann <gerd@gnu.org>
6945
6946 * configure.in (machine): Add `mipsel-*-netbsd*' and
6947 `arm-*-netbsd*'.
6948
6949 2000-03-01 Gerd Moellmann <gerd@gnu.org>
6950
6951 * configure.in (machine): Add support for `*-auspex-sunos*'.
6952
6953 2000-02-29 Gerd Moellmann <gerd@gnu.org>
6954
6955 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
6956
6957 2000-02-18 Dave Love <fx@gnu.org>
6958
6959 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
6960
6961 2000-02-18 Andreas Schwab <schwab@suse.de>
6962
6963 * Makefile.in (install-arch-indep): Add eudc to list of installed
6964 info files.
6965
6966 2000-02-17 Ken Raeburn <raeburn@gnu.org>
6967
6968 * configure.in: Include -lz and -ljpeg (if it's available) when
6969 testing for the tiff library.
6970
6971 2000-02-17 Gerd Moellmann <gerd@gnu.org>
6972
6973 * configure.in: Remove LISP_FLOAT_TYPE.
6974
6975 2000-02-12 Dave Love <fx@gnu.org>
6976
6977 * configure.in: Use AC_FUNC_VFORK.
6978
6979 2000-02-01 Gerd Moellmann <gerd@gnu.org>
6980
6981 * make-dist: Various fixes for new development tree.
6982
6983 * leim-Makefile.in: New file.
6984
6985 2000-01-31 Gerd Moellmann <gerd@gnu.org>
6986
6987 * Makefile.in (dist): Call ./make-dist.
6988
6989 2000-01-24 Dave Love <fx@gnu.org>
6990
6991 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
6992
6993 2000-01-18 Gerd Moellmann <gerd@gnu.org>
6994
6995 * configure.in (HAVE_GIF): Check for DGifOpen instead of
6996 DGifOpenFileName.
6997
6998 2000-01-11 Andreas Schwab <schwab@suse.de>
6999
7000 * Makefile.in (install-arch-indep): Update list of info files to
7001 be installed.
7002
7003 2000-01-05 Dave Love <fx@gnu.org>
7004
7005 * configure.in: Check for jerror.h as well as libjpeg.
7006
7007 2000-01-03 Andreas Schwab <schwab@suse.de>
7008
7009 * Makefile.in (install-arch-indep): Install autotype*. Run
7010 install-info on autotype and emacs-faq.info.
7011
7012 1999-12-04 Dave Love <fx@gnu.org>
7013
7014 * Makefile.in (install-arch-indep): Depend on `info'.
7015 (install-strip): Use `install' as sub-make target.
7016
7017 1999-11-23 Ken Raeburn <raeburn@gnu.org>
7018
7019 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
7020 didn't need to be deleted. Check for the k5crypto library as well
7021 as the crypto library; MIT Kerberos 1.1 changed the name.
7022
7023 1999-11-18 Dave Love <fx@gnu.org>
7024
7025 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
7026
7027 1999-11-11 Erik Naggum <erik@naggum.no>
7028
7029 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
7030
7031 1999-11-08 Dave Love <fx@gnu.org>
7032
7033 * configure.in: Fix change for --with-pop default.
7034
7035 1999-11-04 Dave Love <fx@gnu.org>
7036
7037 * configure.in: Default to --with-pop. Change sense of with-gcc
7038 and with-toolkit-scroll-bars messages to reflect the defaults.
7039
7040 1999-11-01 Gerd Moellmann <gerd@gnu.org>
7041
7042 * INSTALL: Mention the Emacs Lisp Reference.
7043
7044 1999-10-27 Noah Friedman <friedman@splode.com>
7045
7046 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
7047
7048 1999-10-23 Gerd Moellmann <gerd@gnu.org>
7049
7050 * Makefile.in (bootstrap): New target.
7051
7052 1999-10-19 Paul Eggert <eggert@twinsun.com>
7053
7054 Add support for large files. Merge glibc 2.1.2.
7055
7056 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
7057 (HAVE_TM_GMTOFF): New symbol.
7058 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
7059 mbrlen, strsignal.
7060 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
7061
7062 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
7063
7064 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
7065 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
7066
7067 1999-10-09 Richard M. Stallman <rms@gnu.org>
7068
7069 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
7070 Unset CDPATH to prevent cd from generating output.
7071
7072 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
7073
7074 * update-subdirs: Also ignore CVS subdirs.
7075
7076 1999-10-07 Gerd Moellmann <gerd@gnu.org>
7077
7078 * Makefile.in (install-arch-indep): Add ada-mode.
7079
7080 1999-10-06 Dave Love <fx@gnu.org>
7081
7082 * Makefile.in: Add rules for config.status, configure.
7083
7084 1999-09-07 Gerd Moellmann <gerd@gnu.org>
7085
7086 * configure.in (--with-sound): Removed.
7087
7088 1999-08-30 Gerd Moellmann <gerd@gnu.org>
7089
7090 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
7091 the test for Xaw3d.
7092 (HAVE_TIFF): Add -lm to library check.
7093
7094 1999-08-28 Richard Stallman <rms@gnu.org>
7095
7096 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
7097 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
7098 after the other X-related libraries.
7099
7100 1999-08-21 Dave Love <fx@gnu.org>
7101
7102 * configure.in: Don't check for jpeglib.h.
7103
7104 1999-08-20 Gerd Moellmann <gerd@gnu.org>
7105
7106 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
7107 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
7108
7109 1999-08-18 Dave Love <fx@gnu.org>
7110
7111 * configure.in: Check for termcap.h.
7112
7113 1999-08-15 Gerd Moellmann <gerd@gnu.org>
7114
7115 * configure.in: Add --with-toolkit-scroll-bars. If "no",
7116 use Emacs' scroll bars, even if configured for Motif or when
7117 Xaw3d is available.
7118
7119 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7120
7121 * configure.in: Check for getaddrinfo.
7122
7123 1999-08-04 Eli Zaretskii <eliz@gnu.org>
7124
7125 * config.bat: Make --no-debug work again by removing -gcoff.
7126
7127 1999-07-30 Dave Love <fx@gnu.org>
7128
7129 * configure.in: Check for stdlib.h.
7130
7131 1999-07-19 Dave Love <fx@gnu.org>
7132
7133 * configure.in: Grok sparc64-*-linux-gnu*.
7134
7135 1999-07-12 Richard Stallman <rms@gnu.org>
7136
7137 * Version 20.4 released.
7138
7139 1999-06-23 Karl Heuer <kwzh@gnu.org>
7140
7141 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
7142 Quote $EMACS, in case it's a program with args.
7143
7144 1999-06-15 Gerd Moellmann <gerd@gnu.org>
7145
7146 * configure.in (HAVE_GIF): Use libungif instead of libgif
7147 because the former doesn't contain patented compression code.
7148
7149 1999-05-29 Richard M. Stallman <rms@gnu.org>
7150
7151 * configure.in: Delete the Kerberos stuff.
7152
7153 1999-05-27 Greg Hudson <ghudson@mit.edu>
7154
7155 * configure.in: Prefer kerberos 5 names.
7156
7157 1999-04-26 Richard M. Stallman <rms@gnu.org>
7158
7159 * configure.in: Check for libXp.
7160
7161 1999-04-08 Richard Stallman <rms@gnu.org>
7162
7163 * make-dist: Include change logs in subdirs of `lisp'.
7164
7165 1999-04-05 Richard Stallman <rms@gnu.org>
7166
7167 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
7168 (install-arch-indep): Make ${datadir}/emacs world-readable.
7169
7170 1999-03-30 Eli Zaretskii <eliz@gnu.org>
7171
7172 * config.bat: Use epaths.* instead of paths.*.
7173
7174 1999-03-07 Eli Zaretskii <eliz@gnu.org>
7175
7176 * INSTALL: Add detailed instructions to unpack and install
7177 intlfonts on MS-DOS.
7178
7179 1999-02-26 Richard Stallman <rms@gnu.org>
7180
7181 * configure.in: Use epaths.h and epaths-force instead of paths...
7182
7183 * Makefile.in (epaths-force): Renamed from paths-force;
7184 operate on epaths.in and produce epaths.h.
7185
7186 1999-02-24 Richard Stallman <rms@gnu.org>
7187
7188 * make-dist: Fix nt/icons directory handling.
7189
7190 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
7191
7192 * configure.in (f301-fujitsu-uxpv4.1): New target.
7193
7194 1999-02-20 Richard Stallman <rms@gnu.org>
7195
7196 * make-dist (tempparent): Fix command to update info files.
7197
7198 1999-02-09 Richard Stallman <rms@gnu.org>
7199
7200 * configure.in (powerpc-apple-netbsd*): New alternative.
7201
7202 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
7203
7204 * make-dist: Include the new directory nt/icons in distributions.
7205
7206 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7207
7208 * configure.in: Change message about HAVE_XFREE386.
7209
7210 1999-01-07 Eli Zaretskii <eliz@gnu.org>
7211
7212 * config.bat: Support configuring with leim.
7213
7214 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
7215
7216 * configure.in (mips-sgi-irix6.5): New target.
7217
7218 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7219
7220 * configure.in: Remove GSS-API support, since it has been removed
7221 from movemail.
7222
7223 1998-12-04 Markus Rost <rost@delysid.gnu.org>
7224
7225 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
7226
7227 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
7228
7229 * Makefile.in: Don't install customize info file.
7230 Run install-info on viper info file.
7231
7232 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
7233
7234 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
7235
7236 1998-11-16 Kenichi Handa <handa@etl.go.jp>
7237
7238 * configure.in (*-*-bsdi4*): New target.
7239
7240 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
7241
7242 * configure.in: Fix previous change.
7243
7244 1998-11-11 Richard Stallman <rms@gnu.org>
7245
7246 * configure.in (aviion-intel): New machine.
7247
7248 1998-11-04 Kenichi Handa <handa@etl.go.jp>
7249
7250 * configure.in (mips-nec-sysv4*): New target.
7251
7252 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
7253
7254 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
7255 from lisp.
7256
7257 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
7258
7259 * make-dist: Don't include fns*.el in dist.
7260
7261 1998-10-30 Dave Love <fx@gnu.org>
7262
7263 * configure.in: Don't mkdir cpp.
7264
7265 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
7266
7267 * Makefile.in (install-arch-dep): Install src/fns-*.el in
7268 ${archlibdir}.
7269
7270 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7271
7272 * Version 20.3 released.
7273
7274 1998-07-30 Paul Eggert <eggert@twinsun.com>
7275
7276 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
7277 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
7278 (lwlib/Makefile, leim/Makefile):
7279 Prepend $(srcdir)/ to rule dependencies outside this dir.
7280
7281 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7282
7283 * configure.in: Use unset CDPATH instead of making it empty.
7284
7285 1998-06-20 Karl Heuer <kwzh@gnu.org>
7286
7287 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
7288
7289 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
7290
7291 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
7292 and default.el. Sort the results.
7293
7294 1998-05-31 Karl Heuer <kwzh@gnu.org>
7295
7296 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
7297 writable.
7298
7299 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7300
7301 * Makefile.in (install-arch-indep):
7302 Don't alter site-lisp/subdirs.el if it exists.
7303
7304 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7305
7306 * Makefile.in (install-arch-indep): Put `-' on commands to create
7307 subdirs.el in site-lisp dirs.
7308
7309 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
7310
7311 * Makefile.in (install-arch-indep): Fix typo in previous change.
7312
7313 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7314
7315 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
7316
7317 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
7318
7319 * Makefile.in (mkdir): Create the site-lisp dirs.
7320 (install-arch-indep): Make site-lisp/subdirs files world-readable.
7321
7322 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
7323
7324 * Makefile.in (INSTALL_INFO): New variable.
7325 (install-arch-indep): Don't replace the dir file if it already exists.
7326 Use the install-info program, via INSTALL_INFO, to add entries.
7327 Make the `info' subdir and the Info files world-readable.
7328
7329 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
7330
7331 * config.bat: Make sure the environment is large enough to support
7332 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
7333
7334 1998-04-10 Karl Heuer <kwzh@gnu.org>
7335
7336 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
7337
7338 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7339
7340 * configure.in: Add --with-gssapi to specify GSS-API
7341 authentication support for movemail.
7342
7343 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
7344
7345 * Makefile.in (install-arch-indep): Fix previous change.
7346
7347 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7348
7349 * Makefile.in (info): Run man in build dir, not srcdir.
7350
7351 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
7352
7353 * Makefile.in (install-arch-indep): Fix previous change.
7354
7355 1998-03-23 Kenichi Handa <handa@etl.go.jp>
7356
7357 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
7358
7359 1998-03-22 Richard Stallman <rms@gnu.org>
7360
7361 * Makefile.in (install-arch-indep): Put special subdirs.el files
7362 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
7363
7364 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
7365
7366 * make-dist: Fix shell syntax in check for missing .el or .elc files.
7367
7368 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
7369
7370 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
7371 (m68*-hp-hpux*): Handle versions 1X like 10.
7372
7373 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
7374
7375 * make-dist: PROBLEMS is now in etc, not top level dir.
7376
7377 * Makefile.in (SOURCES): Delete PROBLEMS.
7378
7379 1998-02-25 Richard Stallman <rms@gnu.org>
7380
7381 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
7382
7383 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
7384
7385 1998-01-17 Richard Stallman <rms@gnu.org>
7386
7387 * Makefile.in (install-arch-indep): Add semicolon before `else'.
7388
7389 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
7390
7391 * make-dist (tempparent): New option --no-check.
7392
7393 * make-dist: Don't do anything with cpp directory.
7394
7395 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
7396
7397 * configure.in (sparc-fujitsu-sysv4*): New target.
7398
7399 1997-12-17 Andreas Schwab <schwab@gnu.org>
7400
7401 * configure.in: Cache more tests. Add missing quotes around
7402 message with embedded comma.
7403
7404 1997-12-04 Karl Heuer <kwzh@gnu.org>
7405
7406 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
7407
7408 1997-11-26 Joel N. Weber II <devnull@gnu.org>
7409
7410 * make-dist: Changed the comment about `umask 0' to say `Don't
7411 restrict access to any files.'; previously it said `Don't protect
7412 any files', which may have implied that we think fascism is good.
7413
7414 1997-11-24 Paul Eggert <eggert@twinsun.com>
7415
7416 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
7417 strftime needs the underlying host's strftime for locale dependent
7418 formats.
7419
7420 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
7421
7422 * configure.in (i586-dg-dguxR4.*): New name in case branch.
7423
7424 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
7425
7426 * config.bat: Configure the man subdirectory.
7427
7428 1997-11-07 Paul Eggert <eggert@twinsun.com>
7429
7430 * configure.in (AC_CHECK_LIB): Add -lintl.
7431
7432 1997-11-07 Karl Heuer <kwzh@gnu.org>
7433
7434 * make-dist (check for .elc files): Avoid bash-specific syntax.
7435 (check for overflow 14-char limit): Simplify.
7436
7437 1997-11-07 Richard Stallman <rms@gnu.org>
7438
7439 * Makefile.in (install): Move blessmail last.
7440
7441 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7442
7443 * configure.in (gettimeofday, one arg or two):
7444 Clarify messages by avoiding double negative.
7445
7446 1997-09-30 Karl Eichwalder <ke@suse.de>
7447
7448 * Makefile.in (install-arch-indep): Install the widget info file.
7449
7450 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7451
7452 * configure.in (with-pop, with-kerberos): Need to check Kerberos
7453 libraries in reverse order, so that libraries will appear in the
7454 correct dependency order on the link line (and so that the
7455 configure checks themselves will work properly when early
7456 libraries depend on later ones).
7457
7458 1997-09-21 Erik Naggum <erik@naggum.no>
7459
7460 * make-dist (making links to `src'): Keep timestamp on copied files.
7461
7462 * make-delta: New script to produce delta distributions.
7463
7464 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7465
7466 * Version 20.2 released.
7467
7468 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7469
7470 * Version 20.1 released.
7471
7472 * Makefile.in (install-leim): Depend on mkdir.
7473 (leim): Depend on src.
7474
7475 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7476
7477 * configure.in: Recognize alpha* instead of just alpha.
7478
7479 1997-09-12 Paul Eggert <eggert@twinsun.com>
7480
7481 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
7482
7483 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7484
7485 * update-subdirs: Use rm -f.
7486
7487 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7488
7489 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
7490 Ignore subdirs named Old.
7491
7492 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
7493
7494 * configure.in: Add OpenBSD clause to set $machine.
7495
7496 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7497
7498 * make-dist: Recompile everything after updating various Lisp files.
7499 Recompile in leim as well as lisp.
7500 Check in leim as well as lisp for mismatched files and too-long names.
7501
7502 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7503
7504 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
7505
7506 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7507
7508 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
7509 before trying to copy anything from it.
7510
7511 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7512
7513 * Makefile.in (man/Makefile): New target.
7514 (tags): Define env var EMACS and run Makefile from build dir.
7515
7516 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
7517
7518 * config.bat: If src/_gdbinit doesn't exist, try using
7519 src/.gdbinit to create it (for building on Windows 95).
7520
7521 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7522
7523 * Makefile.in (install-arch-indep):
7524 Discard extra data in tar | tar pipes.
7525
7526 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
7527
7528 * configure.in (x_default_search_path): Corrected
7529 '${x_library}' to '${x_library}/X11'.
7530
7531 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7532
7533 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
7534
7535 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7536
7537 * configure.in: Support auto-configuration of both Kerberos V4 and
7538 Kerberos V5 for movemail, including detection of V4 and V5 header
7539 files and libraries.
7540
7541 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
7542
7543 * configure.in: Compute x_default_search_path
7544 and substitute into makefiles.
7545
7546 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
7547
7548 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7549
7550 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
7551
7552 1997-08-07 Erik Naggum <erik@naggum.no>
7553
7554 * configure.in: Remove lockdir, it is no longer needed.
7555 * Makefile.in (mkdir): Don't create lockdir.
7556 (lockdir): Variable deleted.
7557 (paths-force): Don't operate on PATH_LOCK.
7558
7559 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7560
7561 * leim-Makefile.in (clean, distclean): New targets.
7562
7563 * make-dist: Include leim/ChangeLog in leim distribution.
7564
7565 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7566
7567 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
7568
7569 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7570
7571 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
7572
7573 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7574
7575 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
7576
7577 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7578
7579 * make-dist: Update leim/leim-list.el.
7580 Pass along value of $EMACS when updating lisp dir.
7581
7582 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7583
7584 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
7585 prerequisite to the use of Doug Lea's malloc.
7586
7587 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7588
7589 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
7590
7591 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
7592
7593 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7594
7595 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
7596
7597 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7598
7599 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
7600 to news-r6.h.
7601
7602 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7603
7604 * config.bat: Use `sed' instead of `cp', which might not be
7605 installed.
7606
7607 1997-07-09 Kenichi Handa <handa@etl.go.jp>
7608
7609 * Makefile.in (mostlyclean): Add cleaning leim directory.
7610 (clean, distclean, maintainer-clean): Likewise.
7611
7612 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7613
7614 * make-dist (bogosities): Check subdirs of `lisp' also.
7615
7616 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7617
7618 * make-dist (etc): Really avoid symlinks now.
7619 (lisp): Don't delete from subdirs the things we never copy.
7620
7621 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7622
7623 * Makefile.in (install-arch-indep): Correct the target name.
7624 The first letter `i' was dropped by the previous change of mine.
7625
7626 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7627
7628 * configure.in (leim/Makefile): Generate this.
7629 (*-sysv4.2uw*): Recognize new alternative.
7630
7631 * leim-Makefile.in: Renamed from leim-Makefile.
7632
7633 * make-dist: Set up real-leim subdirectory,
7634 with the real contents of leim; then move it to
7635 a separate top-level directory.
7636
7637 * make-dist: Don't mention site-lisp, site-init, site-start
7638 or default, when listing files hat are not compiled and should be.
7639
7640 * configure.in: Create src/config.stamp at the end.
7641
7642 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7643
7644 * Makefile.in (install-leim): Correct previous change.
7645
7646 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7647
7648 * Makefile.in (install-leim): New target.
7649 (install): Depend on install-leim.
7650
7651 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7652
7653 * Makefile.in (SUBDIR): Add leim.
7654 (SUBDIR_MAKEFILES): Add leim/Makefile.
7655 (leim/Makefile): New target.
7656
7657 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7658
7659 * leim-Makefile: New file.
7660 * make-dist: Initialize a `leim' subdirectory with that makefile.
7661
7662 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7663
7664 * configure.in (GNU_MALLOC_reason): Fix message text.
7665
7666 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7667
7668 * make-dist (lisp): Don't process subdirs that start with =.
7669 (etc): Copy symlinks, as in src.
7670
7671 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7672
7673 * configure.in (i*86-*-unixware*): New alternative.
7674
7675 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7676
7677 * Makefile.in (src/config.stamp): Target renamed from src/config.h
7678 and touch it explicitly.
7679
7680 * configure.in (mips-sony-newsos6*): New alternative.
7681 (mips-*-linux-gnu*): New alternative.
7682 (*-*-bsdi*): New alternative.
7683 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
7684
7685 1997-06-22 Dave Love <d.love@dl.ac.uk>
7686
7687 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
7688 (src/config.h): New target to re-configure if src/config.in is patched.
7689
7690 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7691
7692 * configure.in (shutdown): Check for `shutdown' function.
7693
7694 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7695
7696 * update-subdirs: Include the directory "language" in subdirs.
7697
7698 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7699
7700 * configure.in (m88k-dg-dgux4*): New alternative.
7701 (alpha-*-netbsd*): New alternative.
7702 (powerpcle-*-solaris2*): New alternative.
7703
7704 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7705
7706 * make-dist: Warn about .el files that are not compiled.
7707
7708 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7709
7710 * Makefile.in (dist): Don't run update-subdirs here,
7711 since make-dist now gets that done.
7712
7713 * make-dist: Use the new `updates' target in lisp/Makefile.
7714
7715 * make-dist: Use new non-file targets in lisp/Makefile.
7716
7717 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7718
7719 * make-dist: Handle all subdirs of `lisp' uniformly.
7720 Don't handle `term' and `language' specially.
7721 Clear out umask at the beginning.
7722
7723 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7724
7725 * make-dist: Use Make to update finder-inf.el and autoloads.
7726 Also update cus-load.el.
7727
7728 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7729
7730 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
7731 in case it is desirable to disable the GNU malloc features with glibc.
7732
7733 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7734
7735 * configure.in (DOUG_LEA_MALLOC):
7736 Define if malloc_{get,set}_state exist.
7737
7738 1997-03-05 Kenichi Handa <handa@etl.go.jp>
7739
7740 * make-dist: Make links for files under lisp/language.
7741
7742 1997-02-20 Kenichi Handa <handa@etl.go.jp>
7743
7744 * update-subdirs: Exclude the directory "language" from subdirs.
7745
7746 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
7747
7748 * configure.in: Check for rint and cbrt.
7749
7750 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7751
7752 * make-dist: Use $EMACS to say where to run Emacs.
7753 Add --no-update option.
7754
7755 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7756
7757 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
7758
7759 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7760
7761 * make-dist (copying src): Check thoroughly for symlinks
7762 and copy them in all cases. Regularize the linking of *.in
7763 and *.opt and ChangeLog files.
7764 (copying lib-src): Likewise.
7765 Don't rm getdate.c or y.tab.*--they don't exist any more.
7766
7767 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
7768
7769 * configure.in: Check for libmail, maillock.h and
7770 touchlock (for movemail).
7771
7772 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7773
7774 * configure.in (limits.h): Check for this file.
7775
7776 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7777
7778 * configure.in (rs6000-ibm-aix4.2): New alternative.
7779 (rs6000-ibm-aix4.0): New alternative.
7780 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
7781
7782 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
7783
7784 * configure.in: Recognize vax-*-netbsd*.
7785
7786 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7787
7788 * configure.in (locallisppath): Add leim directory.
7789
7790 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7791
7792 * config.bat: Make sure `mv' supports forward slashes and -f.
7793
7794 1996-10-28 Christian Limpach <chris@nice.ch>
7795
7796 * configure.in (hppa*-next-nextstep*): * added after hppa
7797 to accept hppa1.0 and hppa1.1.
7798
7799 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
7800
7801 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
7802 * configure.in (ld_switch_machine): Fix typo.
7803
7804 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7805
7806 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
7807 from config.h and use them in $ac_link.
7808
7809 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
7810
7811 * configure.in: Create a subdir named `lisp'.
7812
7813 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7814
7815 * configure.in: Check for getcwd.
7816
7817 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7818
7819 * configure.in: Check for termios.h. Check for setpgid.
7820
7821 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7822
7823 * configure.in: Check for setrlimit.
7824
7825 1996-08-31 Paul Eggert <eggert@twinsun.com>
7826
7827 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
7828
7829 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7830
7831 * configure.in: Check for utimes.
7832
7833 * configure.in: Check for com_err library, but only
7834 if --with-kerberos was used. Check for krb and des
7835 only if --with-kerberos.
7836
7837 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7838
7839 * Makefile.in (INSTALL_STRIP): New variable.
7840 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
7841 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
7842
7843 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7844
7845 * configure.in: Check for krb and des libraries.
7846
7847 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7848
7849 * configure.in (*-sunos4.1.[3-9]*noshare):
7850 Use sunos413, not sunos4-1-3.
7851 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
7852 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
7853
7854 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7855
7856 * Makefile.in (src/paths.h): Target deleted.
7857 (paths-force): Delete all dependencies on this target
7858 but don't delete the target.
7859 (install): Depend on `all'.
7860 (paths-force): Don't print a message.
7861
7862 * configure.in: Generate src/paths.h here.
7863
7864 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7865
7866 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
7867 New variables that affect linking only.
7868 (alpha-dec-osf*): Use those instead of previous change.
7869
7870 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7871
7872 * Makefile.in (install-arch-indep): Install info/messages.
7873
7874 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7875
7876 * Version 19.33 released.
7877
7878 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
7879
7880 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7881 Fix previous change.
7882
7883 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7884
7885 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7886 New alternative.
7887
7888 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7889
7890 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
7891 and NON_GCC_TEST_OPTIONS.
7892
7893 1996-08-06 Paul Eggert <eggert@twinsun.com>
7894
7895 * configure.in (LOCALTIME_CACHE): Don't put a string literal
7896 "TZ=..." in environ.
7897
7898 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7899
7900 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
7901
7902 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7903
7904 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
7905 the more general *-sunos4.1.[3-9]* clause.
7906
7907 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7908
7909 * Version 19.32 released.
7910
7911 * configure.in (*-sco3.2v5*):
7912 Set OVERRIDE_CPPFLAG to a string of one space.
7913 Fix the code that uses OVERRIDE_CPPFLAG.
7914
7915 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
7916
7917 * configure.in: Undo previous change.
7918
7919 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7920
7921 * config.sub: Use `pc', not `unknown', when canonicalizing
7922 the vendor for ...86.
7923
7924 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
7925
7926 * configure.in: Check for termios.h header.
7927
7928 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
7929
7930 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
7931
7932 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
7933
7934 * configure.in: Split bsdos2 and bsdos2-1.
7935
7936 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
7937
7938 * config.sub: If last two words are not a recognized
7939 KERNEL-OS pair, use just the last word as OS, as in 19.31.
7940 Make conversion of gnu/linux to linux-gnu really work.
7941
7942 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
7943
7944 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7945
7946 * configure.in (check for using Lucid widgets by default):
7947 Eliminate indentation that confuses some compilers.
7948
7949 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7950
7951 * config.sub: Convert linux and gnu/linux to linux-gnu.
7952
7953 * make-dist: Don't update getdate.c.
7954 Ignore =... files when checking for too-long Lisp file names.
7955
7956 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7957
7958 * configure.in (euidaccess): Check for that, not for eaccess.
7959
7960 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7961
7962 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
7963 before `noshare'.
7964 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
7965
7966 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7967
7968 * configure.in: Rename lignux to linux-gnu in configuration names.
7969 Use gnu-linux as the opsys value (s/ file name).
7970 Allow i686 just like i386, i486, i586.
7971
7972 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7973
7974 * configure.in (i*86-*-sco3.2v5): New alternative.
7975 (OVERRIDE_CPPFLAG): New variable.
7976 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
7977
7978 * configure.in: Specify vpath for .texi files.
7979
7980 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7981
7982 * configure.in: Always check for HAVE_X11R5.
7983 Separately decide whether to use a toolkit by default.
7984
7985 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
7986
7987 * configure.in: If X11R5 is missing the Xaw headers,
7988 default to --with-x-toolkit=no.
7989
7990 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7991
7992 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
7993
7994 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7995
7996 * Makefile.in (install-arch-indep): If cd etc makes output,
7997 don't treat that as part of the tar data.
7998 Check that ./lisp actually exists.
7999
8000 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
8001
8002 * make-dist: Check for long file names.
8003
8004 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8005
8006 * Version 19.31 released.
8007
8008 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8009
8010 * configure.in: Recognize sparc-*-lignux.
8011
8012 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
8013
8014 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
8015 Don't include config.w95.
8016
8017 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
8018
8019 * make-dist: Replace --no-clean-up and --no-tar options
8020 with --clean-up and --tar, so that the default is useful.
8021
8022 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8023
8024 * config.bat: Make sure the GDB init file is called src/_gdbinit;
8025 if not, tell the user to rename it and abort.
8026
8027 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8028
8029 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
8030 test program.
8031
8032 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8033
8034 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
8035
8036 * make-dist (MANIFEST): Fix previous change.
8037 (msdos): Put mainmake.v2 into the dist.
8038
8039 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8040
8041 * make-dist: Exit if autoconf fails.
8042
8043 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
8044
8045 * config.bat: Set djgpp-ver, and unset it at the end.
8046 Add a number of conditionals for DJGPP version 2.
8047 Rename label libsrc2 to libsrc3.
8048 Substitute for LDFLAGS in src/Makefile.
8049 Substitute for ALL_CFLAGS in lib-src/Makefile.
8050
8051 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8052
8053 * configure.in (ncurses): Check this after checking fns like strerror.
8054
8055 1996-04-08 Erik Naggum <erik@naggum.no>
8056
8057 * make-dist (MANIFEST): Don't include lines from =files.
8058
8059 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8060
8061 * make-dist: Don't put lisp/dired.todo in the dist.
8062
8063 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
8064
8065 * configure.in (HAVE_NCURSES): Look for library named ncurses.
8066
8067 * configure.in (setlocale): Check for it.
8068
8069 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
8070
8071 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8072
8073 * configure.in: Use lignux instead of linux as value of opsys.
8074
8075 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8076
8077 * Makefile.in (install-strip): Fix whitespace.
8078 Get rid of continuation.
8079
8080 * config.sub: Convert linux or gnu/linux to lignux.
8081
8082 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8083
8084 * configure.in: Accept lignux in configuration name.
8085
8086 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8087
8088 * Makefile.in (install-strip): New target.
8089
8090 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8091
8092 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
8093 -f failed to do the job on Suns.
8094
8095 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8096
8097 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
8098
8099 * configure.in (linux/version.h): Check for this header.
8100
8101 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8102
8103 * configure.in: Remove -fno-builtin hackery from -lm check.
8104
8105 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8106
8107 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
8108 just this test.
8109
8110 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
8111
8112 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8113
8114 * configure.in: Check for ncurses.
8115
8116 1996-02-28 Paul Eggert <eggert@twinsun.com>
8117
8118 * configure.in (LOCALTIME_CACHE):
8119 Also define if localtime mishandles unsetting TZ.
8120 This works around a localtime bug in mips-dec-ultrix.
8121
8122 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8123
8124 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
8125
8126 * configure.in: Improve messages about X versions.
8127
8128 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8129
8130 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
8131
8132 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8133
8134 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
8135 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
8136
8137 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
8138 (install): Put install-arch-indep before install-arch-dep.
8139
8140 1996-02-20 Dave Love <d.love@dl.ac.uk>
8141
8142 * INSTALL: Clarify info about MS-DOS path handling.
8143
8144 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8145
8146 * Makefile.in (install-arch-indep): Install info/ccmode*.
8147 In previous change, protect against /bin/pwd returning null string.
8148
8149 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8150
8151 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
8152 to lispdir.
8153
8154 1996-02-01 Paul Eggert <eggert@twinsun.com>
8155
8156 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
8157
8158 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8159
8160 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
8161
8162 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8163
8164 * Makefile.in (extraclean): Use ${top_distclean} to ensure
8165 we delete everything distclean deletes.
8166
8167 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
8168
8169 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
8170
8171 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8172
8173 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
8174 into LDFLAGS instead of into LIBS.
8175
8176 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8177
8178 * configure.in (HAVE_XMU): Fix typo in previous change.
8179
8180 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8181
8182 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
8183
8184 1996-01-10 Erik Naggum <erik@naggum.no>
8185
8186 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
8187
8188 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
8189
8190 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
8191
8192 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8193
8194 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
8195 and use -lXt to link it.
8196
8197 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8198
8199 * configure.in (locallisppath): Put version-specific dir first.
8200
8201 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8202
8203 * configure.in (hppa-*-nextstep*): New alternative.
8204 (USE_X_TOOLKIT): By default, set this to "maybe";
8205 and change that later to LUCID or "no" according to X11 version.
8206
8207 * make-dist: Recompile outdated .elc files and update all autoloads.
8208
8209 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8210
8211 * configure.in (locallisppath): Fix typo in last change: " -> '.
8212
8213 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8214
8215 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
8216
8217 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8218
8219 * Makefile.in (install-arch-indep): Give all files read permission.
8220
8221 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8222
8223 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
8224 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
8225
8226 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8227
8228 * configure.in: Determine HAVE_X11R6.
8229 (HAVE_MENUS): Renamed from HAVE_X_MENU.
8230
8231 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8232
8233 * configure.in: Just "solaris" now defaults to version 2.4.
8234 Add sunos4.1.n-noshare as alternative.
8235
8236 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8237
8238 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
8239
8240 1995-11-29 Erik Naggum <erik@naggum.no>
8241
8242 * Makefile.in (install-arch-indep): Add missing backslash.
8243
8244 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
8245
8246 * Makefile.in (install-arch-indep): Don't install
8247 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
8248
8249 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8250
8251 * Makefile.in (install-arch-indep): Fix previous change.
8252
8253 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
8254
8255 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8256
8257 * Version 19.30 released.
8258
8259 * make-dist (lisp): Exclude subdirs.el.
8260
8261 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8262
8263 * make-dist (etc): Delete *.orig and *.rej.
8264
8265 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8266
8267 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
8268
8269 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8270
8271 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
8272
8273 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
8274
8275 * make-dist (nt): Rename install, readme, and todo to
8276 INSTALL, README, and TODO.
8277
8278 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8279
8280 * make-dist (lisp): Don't distribute site-start.
8281
8282 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
8283
8284 * make-dist: Break the hard link on alloca.c.
8285
8286 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8287
8288 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
8289
8290 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8291
8292 * make-dist (src, lib-src): Don't distribute Makefile.c.
8293 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
8294
8295 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8296
8297 * Makefile.in (mkdir): Create man1dir, not mandir.
8298 (uninstall): Use man1dir, not mandir.
8299
8300 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8301
8302 * Makefile.in (man1dir): New variable.
8303 (install-arch-indep): Use man1dir.
8304
8305 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
8306
8307 * make-dist: Create lisp/MANIFEST.
8308
8309 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8310
8311 * configure.in (m68k-*-linux*): New alternative.
8312
8313 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8314
8315 * make-dist: Use new names config.in, paths.in, and
8316 {src,lib-src}/Makefile.in.
8317
8318 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8319
8320 * configure.in: Don't bother checking for drem.
8321
8322 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8323
8324 * Makefile.in (distclean): Delete line with just a tab in it.
8325 (install-arch-indep): Delete spaces that precede tabs.
8326 Delete spurious `fi' left from previous change.
8327 (install): Supply `true' as command, to avoid null command.
8328
8329 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8330
8331 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
8332
8333 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8334
8335 * configure.in (powerpc-*-solaris2): New alternative.
8336
8337 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
8338
8339 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
8340 of paths.h.tmp$$, to avoid going beyond 14 characters.
8341
8342 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8343
8344 * configure.in: Improve error msg for invalid --with-x-toolkit value.
8345
8346 1995-09-06 Paul Eggert <eggert@twinsun.com>
8347
8348 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
8349 if localtime caches TZ. Check for tzset.
8350
8351 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8352
8353 * config.bat: Simplify using new names file names src/makefile.in,
8354 config.in, paths.in. Change Echo commands not to use `.
8355
8356 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8357
8358 * Makefile.in (install-arch-indep): Always install the new dir file;
8359 rename the previous dir file to dir.bak or dir.old.
8360
8361 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8362
8363 * configure.in (RANLIB): Substitute this into makefiles.
8364 Set it specially on solaris; set it by default on other systems.
8365
8366 * configure.in: Fix previous Alpha change.
8367
8368 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8369
8370 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
8371 NON_GCC_TEST_OPTIONS.
8372
8373 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8374
8375 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
8376 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
8377
8378 * configure.in (alpha-*-linux*): New configuration.
8379
8380 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8381
8382 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
8383 (m68k-next-nextstep*): New alias for that.
8384 (i*86-*-nextstep*): Use nextstep.h.
8385 (sparc-*-nextstep*): New configuration.
8386
8387 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8388
8389 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
8390 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
8391
8392 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8393
8394 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
8395 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
8396
8397 1995-07-18 Mike Long <mike.long@analog.com>
8398
8399 * make-dist: Fix update of finder-inf.el, and byte-compile it.
8400
8401 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8402
8403 * Makefile.in (src/paths.h, paths-force):
8404 Rename src/paths.h.in to src/paths.in.
8405 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
8406
8407 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
8408 Use Makefile.c for intermediate file.
8409 Rename src/config.h.in to src/config.in.
8410
8411 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
8412
8413 * configure.in (mips-dec-ultrix*): Assume version 4.3.
8414 (mips-dec-ultrix4.[12]): New alternative for old versions.
8415
8416 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8417
8418 * make-dist: Don't break intra-tree links.
8419
8420 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8421
8422 * configure.in: Put back archlibdir initialization. Require
8423 autoconf 2.4.1 or later.
8424
8425 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8426
8427 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
8428 (mips-mips-riscos5*): New alternative.
8429
8430 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8431
8432 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
8433
8434 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8435
8436 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
8437 (mandir, infodir, archlibdir): Initializations deleted.
8438
8439 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
8440 On hpux9shr, use hpux9shxr4.h.
8441
8442 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
8443
8444 * configure.in: Added target mips-dec-mach_bsd4.3.
8445 * config.guess: Guess mips-dec-mach_bsd4.3.
8446
8447 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8448
8449 * Makefile.in (mkdir): Use symbolic chmod.
8450
8451 1995-06-22 Paul Eggert <eggert@twinsun.com>
8452
8453 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
8454 SunOS 4.1.5 through 4.1.9, should they ever exist.)
8455
8456 1995-06-22 Paul Eggert <eggert@twinsun.com>
8457
8458 * Makefile.in (SUBDIR_MAKEFILES):
8459 Add man/Makefile, so `make distclean' removes it.
8460 (top_distclean): Add config.log to the list of files to be removed.
8461
8462 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8463
8464 * Version 19.29 released.
8465
8466 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8467
8468 * configure.in: Fix the previous change to verify that the -b
8469 option really solves the problem.
8470
8471 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
8472
8473 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8474
8475 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
8476
8477 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8478
8479 * configure.in: Report more clearly when there is no special
8480 dir to search for X includes or libraries.
8481
8482 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8483
8484 * configure.in: Check for -lpthreads, not -lpthread.
8485
8486 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
8487
8488 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
8489
8490 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8491
8492 * configure.in: Check for -lpthread.
8493
8494 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8495
8496 * Makefile.in (install-arch-indep): Install info files for mh-e.
8497 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
8498
8499 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8500
8501 * configure.in (*-solaris2.5): New configuration.
8502
8503 * make-dist: Copy new files config.nt and config.w95.
8504
8505 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8506
8507 * configure.in: Use x_includes, not x_libraries, for -I.
8508 Make bitmapdir a colon-separated list.
8509
8510 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
8511
8512 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
8513
8514 * configure.in: Allow x_libraries and x_includes to be paths.
8515
8516 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8517
8518 * configure.in: Fix typo.
8519
8520 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8521
8522 * INSTALL: Clarify use of site-init.el.
8523
8524 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
8525
8526 * configure.in: Pass arg to sqrt.
8527
8528 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8529
8530 * make-dist: Fix May 6 change.
8531
8532 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8533
8534 * vpath.sed: Delete reference to ymakefile.
8535
8536 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8537
8538 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
8539
8540 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8541
8542 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
8543
8544 * update-subdirs: Specify /bin/sh to run the script.
8545
8546 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8547
8548 * make-dist: Put src/makefile.nt in dist.
8549
8550 * configure.in (i[345]86-*-bsdi2*): New configuration.
8551 (vax-dec-bsd386*): Deleted.
8552
8553 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8554
8555 * configure.in: Make sure CDPATH doesn't mess up PWD check.
8556 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
8557 Use fmod instead of logb in -lm check.
8558
8559 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8560
8561 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
8562 Use bsd4-3. Don't set NON_GNU_CPP.
8563
8564 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
8565 In nt, copy various different things, but not *.cmd.
8566 Fix the ln commands for the subdirs of nt.
8567
8568 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8569
8570 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
8571
8572 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8573
8574 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
8575 since that's what the header file expects.
8576
8577 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
8578
8579 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
8580 and 68040 based machines when choosing options for gnucc.
8581
8582 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8583
8584 * Makefile.in (top_distclean): Delete config.cache.
8585
8586 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8587
8588 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
8589
8590 * configure.in: Use m/ncr386.h.
8591
8592 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8593
8594 * Makefile.in (install-arch-indep): Undo Sep 23 change.
8595
8596 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8597
8598 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
8599 (man): Don't copy texindex.c and getopt.c; they're deleted.
8600 (etc): Omit `e'; it's a subdirectory.
8601 (etc/e): Use `../..', not `..', to reference top level.
8602
8603 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
8604
8605 * Makefile.in (install-arch-indep, dist):
8606 Look for `update-subdir' in $(srcdir).
8607
8608 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8609
8610 * make-dist: Include mkinstalldirs in distribution.
8611
8612 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8613
8614 * make-dist: Add missing close backquote.
8615
8616 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8617
8618 * make-dist: Don't distribute shortnames directory.
8619
8620 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8621
8622 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
8623
8624 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8625
8626 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
8627
8628 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8629
8630 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
8631
8632 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8633
8634 * configure.in (mips-sgi-irix6): New configuration.
8635
8636 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8637
8638 * Makefile.in (maintainer-clean): Renamed from realclean.
8639
8640 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8641
8642 * configure.in: Create a .gdbinit that sources the real one,
8643 if using a different build directory.
8644
8645 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8646
8647 * configure.in: Check for sys/select.h.
8648
8649 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8650
8651 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
8652
8653 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8654
8655 * configure.in: Handle isc 4.1 operating system.
8656
8657 1994-12-10 Richard Stallman <rms@kepa>
8658
8659 * configure.in (rs6000-ibm-aix4.1*): New alternative.
8660 (rs6000-ibm-aix4*): New alternative.
8661
8662 1994-12-06 Richard Stallman <rms@kepa>
8663
8664 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
8665
8666 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8667
8668 * configure.in: Don't try to make directories that are guaranteed
8669 to already exist.
8670
8671 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8672
8673 * configure.in: Generate man/Makefile from man/Makefile.in.
8674 Create the man subdir.
8675
8676 * Makefile.in (dvi): Run Make in our man subdir.
8677
8678 * make-dist: Create subdir etc/e.
8679 Make links to it.
8680 Put man/Makefile.in in dist, instead of man/Makefile.
8681
8682 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
8683
8684 * configure.in: Add --with-pop, --with-kerberos, and
8685 --with-hesiod for movemail.
8686
8687 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8688
8689 * configure.in (m68*-apollo*): Use s/domain.h.
8690
8691 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8692
8693 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
8694
8695 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8696
8697 * configure.in: Don't add -I, -L, -R options for cc if their
8698 arguments would be empty.
8699
8700 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8701
8702 * configure.in (i860-intel-osf1*): New alternative.
8703 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
8704 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
8705
8706 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8707
8708 * configure.in: Make h_errno check not use nested functions.
8709
8710 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8711
8712 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
8713
8714 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8715
8716 * Makefile.in (install-arch-indep): Avoid continued comment
8717 swallowing target line.
8718
8719 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
8720
8721 * configure.in: Protect a character class with `changequote'.
8722
8723 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8724
8725 * configure.in: Accept `news' as a synonym for `newsos'.
8726
8727 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8728
8729 * Makefile.in: Don't rm files if cd fails.
8730
8731 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8732
8733 * make-dist: Put nt subdir and its subdirs in the dist.
8734 (lib-src): Put makefile.nt in the dist.
8735 (lisp): Put makefile.nt in the dist.
8736
8737 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8738
8739 * configure.in: Change a stray `[' to `test'.
8740
8741 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8742
8743 * configure.in: Adapt for Autoconf v2. Use the standard argument
8744 parser, host type canonicalizer, X11 finder, and message
8745 printing macros. Use the new macro names. Use `test' instead of `['.
8746
8747 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8748
8749 * configure.in: Check for getpagesize.
8750
8751 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8752
8753 * make-dist (msdos): Put sed* in the distribution.
8754
8755 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
8756
8757 * config.bat: New option, `--with-x', for configuring Emacs
8758 for use with the X11 system DesqView/X.
8759 New option, `--no-debug', for compiling Emacs without debug
8760 information thus saving disk space.
8761 (src/config.h, src/paths.h): Use `update' (which is like
8762 `move-if-changed') to change the file.
8763 (src/config.h): When configuring for X11 perform extra changes.
8764 (src/makefile): When configuring for X11 perform extra changes.
8765 (lib-src): Remove temporary files.
8766 (): Check that `sed', `rm', `mv', and `gcc' are available.
8767
8768 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8769
8770 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
8771
8772 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
8773
8774 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8775
8776 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
8777
8778 * configure.in (canonical): Substitute var into makefiles.
8779 (bitmapdir): Likewise.
8780
8781 * Makefile.in (bitmapdir): New variable.
8782 (src/paths.h, paths-force): Edit PATH_BITMAPS.
8783
8784 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8785
8786 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
8787
8788 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
8789 * update-subdirs: New shell script.
8790
8791 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8792
8793 * Makefile.in (top_distclean): Don't rm build-install.
8794 (SOURCES): Delete build-install.in.
8795
8796 * make-dist: Don't distribute build-ins.in.
8797 * build-ins.in: File deleted.
8798
8799 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
8800
8801 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
8802
8803 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8804
8805 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
8806
8807 * configure.in (libexecdir): Renamed from libdir. New default.
8808 (sharedstatedir): Renamed from statedir. New default.
8809 (datadir): New default.
8810
8811 * make-dist: Don't distribute subdirs.el.
8812
8813 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8814
8815 * configure.in (eaccess): Check for it.
8816
8817 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8818
8819 * configure.in (mktime): Check for it.
8820
8821 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
8822
8823 * configure.in (motif): Add support for usage and option checking.
8824
8825 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8826
8827 * configure.in (utimes): Check for it.
8828
8829 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8830
8831 * Makefile.in (install-arch-indep): Don't do mkdir here.
8832
8833 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8834
8835 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8836 riscix.h renamed to acorn.h.
8837
8838 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
8839
8840 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8841 New configurations.
8842
8843 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8844
8845 * configure.in: Remove trailing slashes from srcdir.
8846
8847 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8848
8849 * configure.in (i[345]86-sequent-ptx*): Handle.
8850
8851 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8852
8853 * Makefile.in (paths-force): Depend on src/paths.h.
8854
8855 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8856
8857 * configure.in (config_options): Save all arguments, not just some.
8858
8859 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8860
8861 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
8862
8863 * configure.in: Add AC_AIX.
8864 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
8865
8866 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8867
8868 * configure.in (parsing options): Simplify sed command to delete -'s.
8869
8870 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
8871
8872 * configure.in (config_options): New shell variable.
8873 Pass its value to C code in EMACS_CONFIG_OPTIONS.
8874
8875 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8876
8877 * configure.in (alpha-dec-osf*): New target.
8878
8879 * Makefile.in: Use just one FRC target.
8880
8881 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8882
8883 * Makefile.in (removenullpaths, paths-force):
8884 Use name paths.h.tmp$$, which depends on the pid.
8885
8886 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8887
8888 * Makefile.in (removenullpaths, paths-force):
8889 Put paths.h.tmp in top-level dir, not in src.
8890
8891 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8892
8893 * Version 19.27 released.
8894
8895 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8896
8897 * Version 19.26 released.
8898
8899 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8900
8901 * configure.in: Check for lrand48, not rand48.
8902
8903 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8904
8905 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
8906 (powerpc-ibm-aix*): New aliases.
8907
8908 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8909
8910 * make-dist (src/m, src/s): Put *.inp in distribution.
8911
8912 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8913
8914 * configure.in: Accept i586 and i486 along with i386.
8915
8916 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8917
8918 * configure.in: Do compute unexec, LIBX, system_malloc, etc
8919 even if CPP env var was set by the user.
8920
8921 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
8922
8923 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
8924
8925 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
8926
8927 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8928
8929 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
8930
8931 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8932
8933 * configure.in: Check more specifically for i*86-sun-sunos.
8934
8935 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
8936
8937 * configure.in: Handle solaris 2.4.
8938
8939 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8940
8941 * configure.in (rand48): Check for it.
8942
8943 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8944
8945 * make-dist: Update the info files.
8946
8947 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8948
8949 * configure.in: Make "checking..." messages' style consistent.
8950 (HAVE_H_ERRNO): New test.
8951
8952 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8953
8954 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
8955
8956 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8957
8958 * configure.in (CFLAGS): If the envvar was specified, use that.
8959 And set REAL_CFLAGS from it too.
8960
8961 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8962
8963 * make-dist: Update finder-inf.el.
8964
8965 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8966
8967 * make-dist (msdos): Include sed4.inp in dist.
8968
8969 * Makefile.in (libsrc_libs): Var deleted.
8970
8971 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8972
8973 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
8974
8975 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8976
8977 * configure.in (mips-sony-newsos4*): New alias.
8978
8979 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8980
8981 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
8982 (*-convex-convexos*): Accept this as alias.
8983
8984 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8985
8986 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
8987 for two different uses.
8988
8989 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8990
8991 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
8992
8993 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8994
8995 * make-dist: Put ./BUGS into the distrib.
8996
8997 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8998
8999 * configure.in: Handle 386 running Solaris 2.
9000
9001 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9002
9003 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
9004
9005 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9006
9007 * configure.in (mips-sony-newsos*): Use news-risc.h.
9008
9009 * configure.in: Accept bsdi as opsys, like bsd386.
9010
9011 1994-06-01 Morten Welinder (terra@diku.dk)
9012
9013 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
9014
9015 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9016
9017 * Version 19.25 released.
9018
9019 * make-dist (shortversion): Don't assume another period follows.
9020
9021 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9022
9023 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
9024 (uninstall): Use /bin/pwd.
9025
9026 * Makefile.in (blessmail): Depend on src.
9027 (all): Don't depend on blessmail.
9028
9029 * Makefile.in (src/paths.h): Don't force recomputation.
9030 (paths-force): New target; force recomputation of paths.h.
9031 (all): Depend on paths-force.
9032 (src, lib-src): Depend on src/paths.h.
9033
9034 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
9035 NON_GCC_TEST_OPTIONS.
9036
9037 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9038
9039 * configure.in: Don't insist on subversions for irix.
9040
9041 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9042
9043 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
9044
9045 * configure.in (i[34]86-next-*): New alternative.
9046
9047 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9048
9049 * Version 19.24 released.
9050
9051 * configure.in: New config hppa*-hp-hpux9shr*.
9052
9053 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
9054
9055 * config.bat: Doc fix.
9056
9057 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9058
9059 * Makefile.in (mostlyclean, clean, distclean, realclean)
9060 (extraclean): Don't act on man subdir if it doesn't exist.
9061
9062 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9063
9064 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
9065 Use them to set up CC.
9066 (*-sun-sunos4.1.3): Set them.
9067
9068 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9069
9070 * Makefile.in (lib-src): Don't depend on src/paths.h.
9071
9072 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9073
9074 * build-ins.in (copydests): Get rid of spurious `-'s.
9075
9076 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
9077
9078 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9079
9080 * Version 19.23 released.
9081
9082 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
9083 for the Xlib and Xt checks; then restore old CFLAGS.
9084
9085 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9086
9087 * configure.in (HAVE_X11XTR6): Add newline before #if.
9088 Add newline after #endif.
9089
9090 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9091
9092 * configure.in (HAVE_X11XTR6): Arrange to define it.
9093
9094 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9095
9096 * Makefile.in (install): Depend on blessmail.
9097
9098 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9099
9100 * configure.in (mips-siemens-sysv*): Put quotes around value
9101 containing blanks.
9102
9103 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9104
9105 * Makefile.in (TAGS): Use the makefile in src subdir.
9106
9107 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9108
9109 * configure.in (opsys): Recognize `gnu'.
9110
9111 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9112
9113 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
9114
9115 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9116
9117 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
9118 version > 1.8.
9119
9120 1994-05-08 Morten Welinder (terra@diku.dk)
9121
9122 * config.bat: Forcibly remove "# " style comments from makefiles.
9123
9124 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9125
9126 * Makefile.in (uninstall): When processing lispdir and etcdir,
9127 do nothing unless it exists and is a directory.
9128
9129 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9130
9131 * Makefile.in (install-arch-indep): Do install info/dired-x*.
9132 Merge code in from install-doc.
9133 (install-doc): Merge code back into install-arch-indep.
9134 (install-arch-dep): Don't depend on install-doc.
9135
9136 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
9137
9138 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9139
9140 * configure.in (making src/Makefile and lib-src/Makefile):
9141 Split off the autoconf substitutions and don't pass them thru cpp.
9142 (undefs): Use $canonical as well as $configuration.
9143
9144 * make-dist: Distribute lisp/Makefile.
9145
9146 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
9147 Use lower case names for the s files.
9148
9149 1994-05-03 Morten Welinder (terra@diku.dk)
9150
9151 * config.bat: Added possibility for different file name
9152 transcriptions in lib-src.
9153
9154 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9155
9156 * Makefile.in (lib-src): Undo previous change.
9157 (blessmail): New target to run maybe-blessmail in lib-src.
9158 (all): Depend on blessmail.
9159
9160 * Makefile.in (lib-src): Depend on src.
9161
9162 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
9163
9164 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
9165 (m88k-dg-dgux5.4R2): dgux5.4R2.
9166
9167 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9168
9169 * configure.in (window_system): Restore accidentally deleted code
9170 that uses AC_FIND_X.
9171
9172 * make-dist: Distribute config.bat.
9173
9174 1994-04-29 Morten Welinder (terra@diku.dk)
9175
9176 * config.bat: Corrected the configuration of lib-src
9177 to keep up with configure. Add note about dos version 3
9178 or better needed (djgpp needs that). Add note explaining
9179 that either install in c:/emacs or edit the script.
9180 Don't change to c:/emacs, but assume we're there (to minimize
9181 the number of places to change).
9182
9183 * config.bat: Build-in the first step towards X11 support with
9184 the X11 emulator that exists. At this time it won't work,
9185 and several files are missing.
9186
9187 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9188
9189 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
9190 Don't look for -lresolv.
9191
9192 * Makefile.in (lib-src): Depend on src/paths.h.
9193
9194 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9195
9196 * configure.in: Restore deleted AC_SUBST of `configuration'.
9197 Improve error message for bad --with-x-toolkit value.
9198
9199 * configure.in: Define CONFIGURATION in src/config.h
9200 rather than substituting in src/Makefile.in.
9201
9202 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9203
9204 * Makefile.in (install-doc): New target.
9205 (install-arch-dep): Depend on install-doc.
9206 (mkdir): Create docdir.
9207
9208 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9209
9210 * configure.in: Test for libresolv.a.
9211 Substitute machfile and opsysfile.
9212
9213 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9214
9215 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
9216 (install-arch-dep): Install under the name $(EMACS).
9217
9218 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9219
9220 * configure.in (version): Use entire value of emacs-version.
9221 (mips-siemens-sysv*): New alternative.
9222
9223 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9224
9225 * Makefile.in (install-arch-indep): Don't install dired-x*.
9226
9227 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9228
9229 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
9230 Fix definition of $undefs.
9231
9232 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9233
9234 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
9235
9236 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
9237
9238 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9239
9240 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
9241
9242 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9243
9244 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
9245 and run it thru cpp, as with src/Makefile.in.
9246
9247 * configure.in: Use AC_SET_MAKE.
9248
9249 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9250
9251 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
9252
9253 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9254
9255 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
9256
9257 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
9258 (printing the choices): Make the toolkit message unconditional.
9259 (USE_X_TOOLKIT): Use `none', not `no', if none.
9260 (include libsrc_libs): Include config.h, and specify -I for srcdir.
9261 Get rid of temp file foofoo1.
9262
9263 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9264
9265 * configure.in (CFLAGS): Use shell syntax, not Makefile.
9266
9267 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9268
9269 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
9270 (printing the choices): State choice of toolkit.
9271 (libsrc_libs): Recalculate after writing config.h;
9272 then update lib-src/Makefile.
9273
9274 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9275
9276 * configure.in: Add sunos4shr as alternative for suns.
9277 Conditionals testing for null $CC were backwards.
9278
9279 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9280
9281 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
9282
9283 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9284
9285 * configure.in: Handle -isc4.0*.
9286
9287 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9288
9289 * configure.in (esix5): Set NON_GNU_CPP.
9290
9291 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
9292
9293 * Makefile.in (thisdir): Nonsensical variable removed.
9294 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
9295 back to $thisdir, rather than the directory `this_dir'.
9296
9297 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9298
9299 * Makefile.in (install-arch-indep): Add missing backslash after a
9300 `then'.
9301
9302 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9303
9304 * Makefile.in (thisdir): New variable.
9305 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
9306
9307 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9308
9309 * configure.in: Add freebsd.
9310
9311 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9312
9313 * configure.in: Check for fpathconf.
9314
9315 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9316
9317 * configure.in (with_x_toolkit): Fix typo in previous change.
9318
9319 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9320
9321 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
9322
9323 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9324
9325 * configure.in (with_x_toolkit): Don't allow motif or open-look.
9326
9327 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9328
9329 * configure.in: Fix value of docdir.
9330 * Makefile.in (install-arch-indep): Install DOC* in docdir.
9331
9332 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9333
9334 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
9335
9336 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
9337
9338 * configure.in: New variable docdir to control where the docstring
9339 file goes.
9340 Makefile.in: Use it to initialize PATH_DOC in paths.h.
9341
9342 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9343
9344 * configure.in: When --run-in-place, don't inherit archlibdir.
9345
9346 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9347
9348 * Makefile.in (install-arch-dep, install-arch-indep):
9349 New targets split up former do-install rule.
9350 (do-install): Target deleted.
9351
9352 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9353
9354 * configure.in (mips-sony-newsos*): New configuration.
9355
9356 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
9357
9358 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
9359
9360 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9361
9362 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
9363
9364 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9365
9366 * configure.in: Don't initialize CC.
9367
9368 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9369
9370 * configure.in (creating src/Makefile): Also generate -U switches
9371 for symbols in the $configuration value.
9372
9373 * configure.in: Check for sys_siglist being declared in system header.
9374
9375 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9376
9377 * configure.in (creating src/Makefile): Delete blank lines
9378 along with lines of whitespace.
9379 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
9380
9381 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9382
9383 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
9384 like C_SWITCH_SYSTEM.
9385 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
9386
9387 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9388
9389 * configure.in (drem): Check for this function.
9390
9391 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9392
9393 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
9394 If CPP was inherited from environment, don't use NON_GNU_CPP.
9395 (NON_GNU_CC): Likewise.
9396 (handling with_gcc): Use explicit if in the `no' case.
9397 (cc_specified): New variable; if set, don't use NON_GNU_CC.
9398
9399 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9400
9401 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
9402
9403 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9404
9405 * configure.in: Check whether fmod exists.
9406
9407 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9408
9409 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
9410 {src,lisp}/OChangeLog.
9411
9412 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9413
9414 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
9415 necessary for proper operation. This code works with the current
9416 released version of Autoconf.
9417
9418 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9419
9420 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
9421 (USE_X_TOOLKIT): Define it for all values except `no'.
9422
9423 * configure.in: Undo first Jan 8 change and Jan 16 change.
9424
9425 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9426
9427 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
9428 Substitute USE_X_TOOLKIT as both C macro and Make variable.
9429
9430 * Makefile.in (lwlib/Makefile): New target.
9431 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
9432 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
9433 (unlock, relock): Handle lwlib subdir.
9434
9435 * Makefile.in: Add some .PHONY targets.
9436
9437 * make-dist: Handle lwlib subdir like oldXMenu subdir.
9438
9439 * lwlib: New subdirectory.
9440
9441 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9442
9443 * configure.in: If CPP has a value that is a directory,
9444 discard the value.
9445
9446 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9447
9448 * configure.in (srcdir_undefs): Add g flag to sed substitution to
9449 remove -U[0-9]*.
9450
9451 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9452
9453 * Makefile.in (do-install): Install the dired-x info files.
9454
9455 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
9456 (See src/s/sol2.h.)
9457
9458 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9459
9460 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
9461
9462 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9463
9464 * configure.in (creating src/Makefile): Put code inside 2nd arg to
9465 AC_OUTPUT as it should be; hopefully no one will again see fit to
9466 gratuitously break this and not make a change log entry.
9467 Optimized sed processing of Makefile.in and cpp output; now
9468 preserves comments previously removed from the cpp input.
9469 Eliminated temp file for cpp output. Generate -U switches to
9470 undefine all identifiers that appear in the directory name
9471 ${srcdir}; pass these to cpp.
9472
9473 * configure.in (version): Fix sed regexp to match two-elt version
9474 number.
9475
9476 * configure.in: Check for strerror.
9477
9478 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9479
9480 * configure.in: Test for bcmp.
9481
9482 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9483
9484 * make-dist (tempdir): Put subdir msdos into the distribution.
9485
9486 1993-01-07 Morten Welinder (terra@diku.dk)
9487
9488 * config.bat: New file.
9489
9490 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9491
9492 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
9493
9494 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9495
9496 * configure.in (m68*-next-*): Don't care about which os is specified.
9497 (i[34]86-*-*): Check for *-nextstop*.
9498
9499 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9500
9501 * configure.in: Check for setsid.
9502
9503 1993-12-17 Richard Stallman (rms@srarc2)
9504
9505 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
9506
9507 1993-12-15 Richard Stallman (rms@srarc2)
9508
9509 * Makefile.in (mkdir): Make only the lockdir writable.
9510
9511 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
9512
9513 1993-12-11 Richard Stallman (rms@srarc2)
9514
9515 * Makefile.in (libdir): Use @libdir@.
9516
9517 1993-12-08 Richard Stallman (rms@srarc2)
9518
9519 * Makefile.in (install): Add empty command.
9520
9521 1993-12-04 Richard Stallman (rms@srarc2)
9522
9523 * make-dist: Put man/getopt.c in the dist.
9524
9525 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
9526
9527 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
9528
9529 1993-12-03 Richard Stallman (rms@srarc2)
9530
9531 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
9532 Set it for all solaris versions.
9533 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
9534 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
9535 Likewise for NON_GNU_CC and CC.
9536
9537 1993-12-01 Richard Stallman (rms@srarc2)
9538
9539 * configure.in (mips-mips-riscos4*): Assign variable CC.
9540 (checking ${with_gcc}): If "no", don't override CC if already set.
9541 (CC): Initialize it as empty.
9542
9543 1993-11-30 Richard Stallman (rms@srarc2)
9544
9545 * configure.in (Suns): Set CPP if *-solaris2.3*.
9546
9547 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9548
9549 * Version 19.22 released.
9550
9551 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
9552
9553 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9554
9555 * make-dist: When breaking links, use cp -p.
9556 Copy install.sh into distribution.
9557 Move the temp dir up into the parent dir;
9558 don't leave the staging dir make-dist.tmp... in existence.
9559 * install.sh: New file.
9560
9561 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9562
9563 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
9564
9565 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9566
9567 * configure.in (version): When --run-in-place, exclude
9568 ${datadir}/emacs/site-lisp from locallisppath.
9569
9570 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9571
9572 * configure.in: Delete jumk.c before writing it.
9573
9574 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9575
9576 * Version 19.21 released.
9577
9578 * Makefile.in (mkdir): Ignore error from chmod.
9579
9580 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9581
9582 * make-dist: Don't put lisp/forms.README in the distribution.
9583
9584 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9585
9586 * configure.in (creating src/Makefile): Before running cpp,
9587 discard all lines that start with `# Generated' or /**/#.
9588
9589 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9590
9591 * Version 19.20 released.
9592
9593 * make-dist: Use build-ins.in, not build-install.in.
9594 Don't bother updating TAGS since it's not included.
9595
9596 * build-ins.in: Renamed from build-install.in.
9597
9598 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9599
9600 * make-dist: Don't try to link *.texinfo--there are none now.
9601 When running make in lib-src, specify YACC var value.
9602
9603 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9604
9605 * configure.in (extrasub): Add vpath patterns for %.[yls].
9606
9607 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
9608 Instead just include the commands to make src/Makefile as the
9609 second arg to AC_OUTPUT.
9610
9611 * configure.in: Use : instead of dnl for comment inside
9612 $makefile_command.
9613
9614 * configure.in: No longer use vpath_sed. Instead, when we notice
9615 srcdir already configured, set extrasub to hack vpath in the
9616 makefiles.
9617
9618 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
9619 before moving it.
9620 * Makefile.in (VPATH): Define to @srcdir@.
9621
9622 1993-09-28 Brian J. Fox (bfox@cubit)
9623
9624 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
9625 doesn't exist. Just copy src/Makefile.in instead. Touch
9626 all of the Makefiles after editing config.status.
9627
9628 * INSTALL: Update documentation to match new configuration
9629 mechanism.
9630
9631 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
9632
9633 * configure.in: Allow any of the path or directory Makefile
9634 variables to be set with flags to configure. Create all Makefiles
9635 at configure time. Edit special commands into config.status after
9636 src/Makefile.in is built from src/Makefile.
9637
9638 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
9639 If these files are out of date, simply have config.status
9640 rebuild them; don't rebuild them explicitly.
9641
9642 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
9643
9644 * build-install.in: Change src/xemacs to src/emacs. We no longer
9645 create src/xemacs, so the file wouldn't be found.
9646
9647 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
9648
9649 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
9650
9651 * configure.in: Avoid forcing the search of /usr/include before
9652 fixed include files by resetting C_SWITCH_X_SITE if it is
9653 "-I/usr/include".
9654
9655 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9656
9657 * Makefile.in (@rip_paths@locallisppath):
9658 Delete ${datadir}/emacs/site-lisp.
9659
9660 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9661
9662 * configure.in:
9663 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
9664 Remove ${extra_output} from AC_OUTPUT call.
9665
9666 1993-09-17 Brian J. Fox (bfox@inferno)
9667
9668 * make-dist: Quote backquotes found in strings to be echoed.
9669
9670 * configure.in: Use "sh -c pwd" when we want to avoid having the
9671 shell fix up the value of $PWD.
9672
9673 1993-09-13 Brian J. Fox (bfox@inferno)
9674
9675 * Makefile.in (do-install): Don't abort if ln or chmod at the end
9676 of the installation fail. Suggested by Karl Berry.
9677
9678 1993-08-30 Brian J. Fox (bfox@inferno)
9679
9680 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
9681 was used. Set MAKEFLAGS from MFLAGS.
9682
9683 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9684
9685 * configure.in: Test for res_init in libc.
9686
9687 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9688
9689 * configure.in: In the file ${tempcname}, use configure___
9690 instead of @configure@.
9691
9692 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
9693
9694 * make-dist: Dist vpath.sed.
9695
9696 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
9697 Depend on vpath.sed.
9698 Replace sed command for VPATH with @vpath_sed@.
9699
9700 * configure.in: Substitute variable `vpath_sed'.
9701 If not in $srcdir and $srcdir is configured,
9702 issue warning that GNU make is required,
9703 and set vpath_sed to use vpath.sed script.
9704
9705 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9706
9707 * configure.in: Remove check for $srcdir being configured. This
9708 pretty much works now.
9709 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
9710 Check for XFree86 (/usr/X386/include) independent of whether
9711 -lXbsd exists.
9712
9713 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
9714 realclean, unlock, relock): Use `$(MAKE)' in place of plain
9715 `make'.
9716
9717 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9718
9719 * Version 19.19 released.
9720
9721 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
9722
9723 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9724
9725 * configure.in: Check for XScreenNumberOfScreen.
9726
9727 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9728
9729 * configure.in: Add * to end of all configuration alternatives.
9730 (m68*-sony-newsos3*): New alternative.
9731
9732 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9733
9734 * make-dist: Include getdate.c in distribution.
9735
9736 * configure.in: For --help, use $PAGER if it is set.
9737 (LIB_X11_LIB): Default to -lX11.
9738 (mips-sgi-irix5.*): New alternative.
9739
9740 * Makefile.in (do-install): Install info/gnus* and info/sc*.
9741
9742 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
9743 Recognize *.B8.* as hpux version 8.
9744 (m68*-tektronix-bsd*): Fix typo in tek4300.
9745 (AC_HAVE_FUNCS): Add ftime.
9746
9747 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9748
9749 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
9750 Use tekxd88, not tekXD88.
9751
9752 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9753
9754 * configure.in: Check for -lm. Then can check for frexp and logb.
9755
9756 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9757
9758 * Version 19.18 released.
9759
9760 * make-dist (src): Don't put gnu-hp300 in dist.
9761 (src, lisp): Include OChangeLog in dist.
9762
9763 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9764
9765 * configure.in: Test for presence of logb and frexp functions.
9766
9767 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9768
9769 * configure.in (machine): Add i370-ibm-aix*.
9770
9771 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9772
9773 * configure.in (function checks): Test for mkdir and rmdir.
9774
9775 * configure.in (function checks): Don't test for random and bcopy
9776 only when we're building with X; look for them all the time.
9777
9778 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9779
9780 * configure.in: Test for availability of bcopy functions, searching
9781 the X libraries if we're using X.
9782
9783 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
9784 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
9785 versions of AIX, and needs to be passed to the loader.
9786
9787 * configure.in: Test for the availability of the
9788 XScreenResourceString function.
9789
9790 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
9791
9792 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
9793 LD_SWITCH_X_SITE and assume --with-x11.
9794 Only look for X11 files if we weren't told about a window system
9795 or if we were told to use X11 but not told where.
9796 Search the libraries from the s and/or m files when checking for
9797 functions.
9798
9799 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
9800
9801 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9802
9803 * make-dist: Include lisp/dired.todo in the distribution.
9804
9805 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9806
9807 * configure.in: Add code to set HAVE_INET_SOCKETS.
9808
9809 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9810
9811 * configure.in: If we do find x_includes and x_libraries
9812 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
9813
9814 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9815
9816 * make-dist: Include src/gnu-hp300 in the dist.
9817
9818 * configure.in (canonical): New variable holds the canonicalized
9819 configuration. Don't alter `configuration'. Use `configuration'
9820 for Makefile.in for file naming.
9821 (testing x_includes and x_libraries): Use =, not ==.
9822
9823 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9824
9825 * Version 19.17 released.
9826
9827 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
9828 directory's makefile. This allows the invocation of CPP which
9829 builds xmakefile to receive these switches. The SunSoft C
9830 preprocessor inserts spaces between tokens if it doesn't get the
9831 -Xs flag requested in src/s/sol2.h.
9832
9833 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
9834
9835 * configure.in (m68k-bull-sysv3): New config.
9836
9837 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9838
9839 * configure.in: Use the autoconf AC_FIND_X macro to try to find
9840 the X Windows libraries.
9841
9842 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9843
9844 * make-dist (tempdir): Don't create lisp/forms-mode directory in
9845 the distribution. Those files aren't kept in their own
9846 subdirectory any more.
9847
9848 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9849
9850 * Version 19.16 released.
9851
9852 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9853
9854 * configure.in: Add --verbose flag.
9855
9856 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9857
9858 * version 19.15 released.
9859
9860 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9861
9862 * Makefile.in (top_distclean): Use -f switch when cleaning out
9863 lock dir; it might be empty.
9864
9865 * configure.in: Only check for -lXbsd once.
9866
9867 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9868
9869 * Version 19.14 released.
9870
9871 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9872
9873 * make-dist: If using gzip, create distribution with '.gz' extension.
9874
9875 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
9876 (lisp/forms-mode): This doesn't exist anymore.
9877
9878 * configure.in: Look for the closedir function.
9879
9880 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9881
9882 * configure.in (CPP): Autoconf sets this to a shell variable
9883 reference, which doesn't work when it's edited into a makefile.
9884 Expand that variable reference.
9885
9886 * Makefile.in (CPP): New variable.
9887 (src/Makefile): Edit CPP into src/Makefile.
9888
9889 * Makefile.in (src/Makefile): Don't bother exiting single quotes
9890 and entering double quotes to get the values of LD_SWITCH_X_SITE
9891 and the other make variables; make substitutes them in anyway.
9892
9893 * Makefile.in (uninstall): Don't remove the lisp and etc
9894 directories if they're in the source tree.
9895
9896 Bring mumbleclean targets into conformance with GNU coding standards.
9897 * Makefile.in (mostlyclean, clean): Separate these two; just have
9898 them pass the request to the subdirectory makefiles.
9899 (distclean): Pass the request down, and then get rid of the
9900 files configure built, and get rid of the Makefiles.
9901 (realclean): Pass the request down, and then do the same things
9902 distclean does.
9903 (uninstall, info, dvi): New targets.
9904
9905 * configure.in: Move clause for PC-compatible i386 box to the end
9906 of the case statement, to avoid masking configurations below.
9907
9908 * configure.in: Add case for m88k-motorola-sysv4.
9909
9910 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
9911 the HP 68000 machines.
9912
9913 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
9914 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
9915 preprocessor won't fiddle with them.
9916
9917 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9918
9919 * Makefile.in (TAGS): cd to src to run etags.
9920
9921 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9922
9923 * configure.in (version): Check the X libraries for XrmSetDatabase
9924 and random, and see if we have -lXbsd.
9925
9926 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9927
9928 * configure.in: Pass "-Isrc" to the CPP we run to examine the
9929 s/*.h and m/*.h files. Martin Tomes
9930 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
9931
9932 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9933
9934 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
9935 above the general i386 alternative.
9936
9937 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9938
9939 * configure.in: Recognize configuration name for Data General
9940 AViiON machines.
9941
9942 * configure.in: Use AC_LONG_FILE_NAMES.
9943
9944 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9945
9946 * configure.in: Test for bison.
9947 * Makefile.in (YACC): New variable.
9948 (lib-src/Makefile.in): Edit YACC into the makefile.
9949
9950 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9951
9952 * Version 19.13 released.
9953
9954 * configure.in (CFLAGS): Don't set this according to the value of
9955 the GCC shell variable. Instead, consult the machine and system
9956 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
9957 test __GNUC__ while we're at it.
9958
9959 * configure.in: Remove extra ;; from hpux cases.
9960
9961 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9962
9963 * configure.in: Check to see if the system has -ldnet.
9964
9965 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9966
9967 * make-dist: Add clauses to distribute lisp/forms-mode.
9968
9969 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9970
9971 * configure.in (machine): Fix the versions in hpux version number test.
9972 Do not guess based on cpu type. Do check for explicit system version.
9973
9974 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9975
9976 * configure.in: Do NOT look for `unknown' as company name.
9977
9978 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9979
9980 * configure.in: Fix typo in message.
9981
9982 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9983
9984 * Version 19.12 released.
9985
9986 * Makefile.in (do-install): Correct previous etc-copying change.
9987 Partially rewrite using `if'.
9988 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
9989
9990 * Version 19.11 released.
9991
9992 * configure.in: Handle 386bsd.
9993
9994 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9995
9996 * make-dist: Update getdate.c.
9997
9998 * configure.in: Handle bsd386.
9999
10000 * Makefile.in (do-install): Use `-' in tar options.
10001
10002 * configure.in: Change ! "${...}" to x"${...}" = x.
10003
10004 * Makefile.in (do-install): Copy the DOC-* files from the build
10005 etc directory, as well as lots of things from ${srcdir}/etc.
10006
10007 * make-dist: Copy config.guess.
10008
10009 * configure.in: Handle AIX versions 1.2, 1.3.
10010
10011 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10012
10013 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
10014 the configuration name mips-mips-usg* to represent USG systems.
10015
10016 * configure.in: Fix logic to detect if srcdir is already configured.
10017
10018 * Makefile.in: Pass in LD_SWITCH_X_SITE.
10019
10020 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
10021 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
10022 of a directory; cd might fail, and have pwd print out the current
10023 directory.
10024
10025 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10026
10027 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
10028
10029 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10030
10031 * configure.in: Complain if srcdir points at an already-configured
10032 tree.
10033
10034 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10035
10036 * Version 19.10 released.
10037
10038 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10039
10040 * Makefile.in: Use Makefile comments, not C comments.
10041
10042 * configure.in: Add case for the Tektronix XD88.
10043
10044 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10045
10046 * configure.in: Handle sysv4.2 and sysvr4.2.
10047
10048 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10049
10050 * configure.in: Traverse the argument list without destroying it;
10051 don't use shift. It turns out that "set - ${saved_arguments}"
10052 doesn't work portably.
10053
10054 * configure.in: Add missing "fi".
10055
10056 * make-dist: Rebuild configure if configure.in is newer.
10057
10058 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
10059 targets to be executed even if make remembers that it has already
10060 satisfied FRC.
10061
10062 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10063
10064 * Makefile.in (do-install): Delete redundant code to copy etc twice.
10065
10066 * configure.in (romp): Handle various version numbers with aos and bsd.
10067
10068 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10069
10070 * configure.in: Fix message text.
10071
10072 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10073
10074 * make-dist: Make a `site-lisp' directory in the distribution,
10075 instead of a `local-lisp' directory, which hasn't been the
10076 appropriate name for a long time.
10077 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
10078 from the distribution first, then /usr/local/lib/emacs/site-lisp.
10079
10080 * Makefile.in (do-install): Correctly detect if ./etc and
10081 ${srcdir}/etc are the same.
10082
10083 * configure.in: Extract UNEXEC from the system configuration
10084 files, compute the name of the source file corresponding to the
10085 object file, and #define it as UNEXEC_SRC in config.h.
10086
10087 * configure.in: If srcdir is '.', then try using PWD to make it
10088 absolute.
10089
10090 * configure.in: Include ${srcdir} in the printed report, to help
10091 people notice if it's an automounter path.
10092
10093 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10094
10095 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
10096
10097 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10098
10099 * Makefile.in (do-install): Delete the dest dir, not the source dir,
10100 when they are different. Add `shift' command.
10101 (COPYDESTS, COPYDIR): Delete external-lisp dir.
10102 (externallispdir): Var deleted.
10103
10104 * configure.in: Delete spurious paren outputting short_usage.
10105
10106 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10107
10108 * Version 19.9 released.
10109
10110 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10111
10112 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
10113 subdirectory makes.
10114
10115 * make-dist: Check for .elc files with no corresponding .el file.
10116
10117 * Makefile.in (mkdir): Make all the directories in locallisppath.
10118
10119 * config.guess: New file.
10120 * configure.in: Use it, tentatively.
10121 * INSTALL: Mention its usage.
10122
10123 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
10124 the former gives you the operating system rev directly. Use
10125 s/hpux.h if we don't recognize what we got.
10126
10127 * Makefile.in (do-install): Don't remove a destination directory
10128 if it's the same as the source. If ${srcdir}/info == ${infodir},
10129 don't try to copy the info files.
10130
10131 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
10132 doesn't work if you're not using a separate source directory.
10133 (do-install): Copy the build tree's etc directory only after
10134 making sure it's not also the source tree's etc directory.
10135
10136 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10137
10138 * configure.in: Handle sunos4.1.3 specially.
10139
10140 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10141
10142 * Makefile.in (INSTALL): Add definition.
10143
10144 * configure.in: Fix some messages. Support -with-gnu-cc.
10145 At the end, use `set --', not `set -'.
10146 Delete spurious `.h' in hpux alternatives.
10147
10148 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10149
10150 * Version 19.8 released.
10151
10152 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10153
10154 * configure.in: When looking for source in the same directory as
10155 the configure script, make the path thus discovered absolute.
10156 If the user specifies the `--srcdir' switch, make that directory
10157 absolute too.
10158
10159 * Makefile.in (srcdir): Remove comment saying this doesn't work.
10160
10161 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
10162 too, as the value of the PATH_INFO macro.
10163
10164 * configure.in: Check to see if the source lives in the same
10165 directory as the configure script.
10166
10167 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10168
10169 * Makefile.in (install): Split this into `install' and
10170 `do-install', to give people more control over exactly what gets
10171 done.
10172 (do-install): New target, containing the guts of `install'. Don't
10173 remove and recreate the directories inside the copying loop - do
10174 it all before the copying loop. Pass more flags to the lib-src
10175 make.
10176 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
10177 avoid errors and warnings.
10178
10179 * configure.in: For generic IBM PC boxes, insist on "unknown" for
10180 the manufacturer - the more general case was blocking other i386
10181 configuration names below, and that's how the names are written in
10182 MACHINES anyway.
10183
10184 * make-dist: When breaking links, remove the link before moving
10185 the copy onto it, to avoid interactive behavior.
10186
10187 * Makefile.in: Doc fix.
10188
10189 * configure.in: Doc fix.
10190
10191 * INSTALL: Mention --exec-prefix option.
10192
10193 * configure.in: Add support for the `--exec-prefix' option.
10194 * Makefile.in: Accept that support.
10195
10196 * configure.in: Use the AC_PROG_INSTALL macro.
10197 * Makefile.in (INSTALL): Variable removed.
10198 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
10199
10200 * configure.in: Distinguish between hp800's and hp700's by calling
10201 "uname -m".
10202
10203 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10204
10205 * configure.in: Recognize configuration names for i860 boxes
10206 running SYSV.
10207
10208 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10209
10210 * configure.in: Distinguish between hp800's and hp700's by the
10211 version of HP/UX they run, since that's something people are more
10212 likely to know - hp700's run 8.0.
10213 Add HP 700 configuration.
10214
10215 * configure.in: Test for the presence of the `rename' function.
10216
10217 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
10218 configure.in.
10219 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
10220
10221 * make-dist: Break intra-tree links.
10222
10223 * configure.in: Explain that this is an autoconf script, and give
10224 instructions for rebuilding configure from it. Arrange to put
10225 comments in configure explaining this too.
10226
10227 * configure.in: Make the first line of the configure script be
10228 "#!/bin/sh". Leaving the first line blank didn't work.
10229
10230 * configure.in (long_usage): Removed; made short_usage describe
10231 the options briefly.
10232
10233 * configure.in: Implement the --prefix option.
10234 * Makefile.in (prefix): Add support for it here.
10235 * INSTALL: Document it here.
10236
10237 * Makefile.in (install): Don't assume that the files in the `info'
10238 subdirectory match *.info. They don't have that prefix.
10239
10240 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10241
10242 * configure.in: Add case for version 5 of Esix.
10243
10244 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10245
10246 * Version 19.7 released.
10247
10248 * make-dist: There aren't any *.com files in lib-src anymore.
10249
10250 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
10251 them; they're symlinks to other filesystems on the GNU machines.
10252
10253 * make-dist: Check that the manual reflects the same version of
10254 Emacs as stated in lisp/version.el. Edit that version number into
10255 the README file.
10256
10257 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10258
10259 * configure.in: Remove the hack of AC_DEFINE; use
10260 AC_DEFINE_UNQUOTED.
10261
10262 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10263
10264 * make-dist: Don't distribute precomp.com, compile.com, or
10265 link.com from ./src; they're in ./vms now.
10266
10267 Some time-handling patches from Paul Eggert:
10268 * configure.in: Add AC_TIMEZONE.
10269
10270 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10271
10272 * configure.in: Recognize Linux as a valid operating system for
10273 the i386.
10274
10275 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10276
10277 * make-dist: Distribute some VMS files we got from Richard Levitte.
10278
10279 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
10280 the source for the sed command, not oldXMenu/Makefile.
10281
10282 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10283
10284 * INSTALL: Don't claim the srcdir option doesn't work.
10285
10286 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10287
10288 * configure.in: Include remarks saying what order the autoconf
10289 tests should go in, and remind people to change config.h.in
10290 whenever they add autoconf tests which make #definitions.
10291
10292 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
10293
10294 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10295
10296 * Makefile.in (oldXMenu/Makefile): Make this depend on
10297 ${srcdir}/oldXMenu/Makefile.in, not itself.
10298
10299 * PROBLEMS: Some updates from David J. Mackenzie.
10300
10301 More changes from David J. Mackenzie.
10302 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
10303 removed; autoconf and config.h should specify all these
10304 differences.
10305 (buildlisppath): Make this path depend on ${srcdir}.
10306 (INSTALLFLAGS): Removed.
10307 (INSTALL): Include the -c flag.
10308 (install): Change the way we invoke install accordingly.
10309
10310 Install ${srcdir} changes from DJM.
10311 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
10312 list.
10313 (COPYDIR, COPYDESTS): Install files from both the etc directory in
10314 the source tree and the etc directory in the object tree.
10315 (${SUBDIR}): Pass the prefix variable down to submakes.
10316 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
10317 in /bin.
10318 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
10319 values for srcdir and VPATH.
10320 (install): Add `v' flag to tar command. Make sure that `dir'
10321 exists in ${srcdir}/info before copying it. Remember that the man
10322 pages come from the source tree, not the object tree.
10323 * configure.in: Remove remarks saying that the --srcdir option
10324 doesn't work.
10325 Create the etc directory in the object tree.
10326 Recognize configuration names of the form *-sun-solaris*.
10327 Recognize sunos5 and solaris as operating system names.
10328
10329 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
10330 lib-src/getdate.y and src/systime.h.
10331
10332 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10333
10334 * make-dist: Make links in info subdir.
10335
10336 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10337
10338 * configure.in: Call AC_STDC_HEADERS.
10339
10340 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10341
10342 * configure.in: Sidestep autoconf's quoting of the second argument
10343 of AC_DEFINE, so we can specify the value to put there. It would
10344 be nice if autoconf provided some way to specify computed values
10345 for macros.
10346
10347 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10348
10349 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
10350 this is always just -DHAVE_CONFIG_H.
10351
10352 The GNU coding standards specify that CFLAGS should be left for
10353 users to set.
10354 * Makefile.in (CFLAGS): Let configure determine the default value
10355 for this. Don't
10356 have it default to DEFS.
10357 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
10358 (lib-src/Makefile, src/Makefile): Edit the default value for
10359 CFLAGS into these files, not DEFS.
10360 * configure.in (CFLAGS): Choose a default value for this - "-g"
10361 normally, or "-g -O" if we're using GCC. Edit it into the
10362 top-level Makefile.
10363
10364 * configure.in: When scanning the machine and system description
10365 #include files, write their names to conftest.c properly.
10366
10367 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10368
10369 * configure.in: In configuration name case for Apallos running
10370 Domainios, set opsys, not opsysfile.
10371
10372 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
10373 src/config.h, instead of AC_OUTPUT; the latter overwrites
10374 src/config.h even when it hasn't changed, puts a makefile-style
10375 comment at the top even though it's C code, and produces a
10376 config.status script which doesn't do the job right.
10377
10378 * configure.in: Add AC_LN_S test, so we can tell whether or not we
10379 can use a symbolic link to get the X Menu library into src.
10380 * Makefile.in (LN_S): New variable.
10381 (src/Makefile): Edit the value of LN_S into this makefile.
10382
10383 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10384
10385 * configure.in: Support *-sco3.2v4* as opsystem.
10386
10387 * make-dist: Don't include calc directory.
10388 Exclude many files in the man directory; copy a few.
10389
10390 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10391
10392 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
10393 call AC_STRUCT_TM to see what's in time.h.
10394
10395 * configure.in: Employ quoting stupidity to get the value of CPP
10396 to expand properly.
10397
10398 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10399
10400 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
10401 variable to scan the machine and system description files.
10402
10403 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
10404 so that getdate.y builds correctly.
10405
10406 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10407
10408 * configure.in (tempcname): Change this to "conftest.c", so it will
10409 work properly on systems with short filenames; this is the name
10410 autoconf uses.
10411
10412 * configure.in: Also detect the availability of dup2 and
10413 gethostname.
10414
10415 * configure.in: Use the AC_ALLOCA test.
10416 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
10417 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
10418
10419 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10420
10421 * make-dist: Distribute configure, as well as configure.in.
10422 Oversight.
10423
10424 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10425
10426 * Makefile.in (install): Print out the name of the directory we're
10427 copying, so people can have some idea of whether we're making
10428 progress.
10429
10430 * Makefile.in (install.aix, install.xenix, install.sysv, install):
10431 Don't forget to re-create the COPYDESTS directories after we clear
10432 them out.
10433
10434 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10435
10436 * Makefile.in: Add autoconf cookies so that the configure
10437 script can comment out sections of path variable definitions to
10438 choose between the installable configuration and the run-in-place
10439 configuration.
10440 * configure.in: Add new option `--run-in-place', to select the
10441 run-in-place path definitions.
10442
10443 * configure.in: Add a clause to the big configuration name case
10444 for the NeXT machine.
10445
10446 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10447
10448 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10449 Make sure that each source directory exists, and is different from
10450 the destination directory; then, delete the destination before
10451 copying over the source.
10452
10453 * make-dist: Distribute configure.in, instead of configure.
10454
10455 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10456
10457 * configure.in: Don't set CC to "gcc -O" if the user specifies
10458 `--with-gcc'. Add -O to DEFS if GCC is set.
10459
10460 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10461
10462 * Makefile.in (clean mostlyclean): Missing right paren.
10463
10464 * configure.in: When checking for X windows, search for an X11
10465 subdirectory of ${x_includes}.
10466
10467 * configure.in: Check for gettimeofday function, for getdate.y.
10468
10469 Change `configure' to a mixture of custom code and autoconf stuff.
10470 autoconf can't derive all the information we need, but we'd really
10471 like to be able to take advantage of some of its tests, and its
10472 file-editing facilities.
10473 * configure.in: Renamed from configure.
10474 Quote the sections of shell script we want copied literally to
10475 the configure script.
10476 (compile): Initialize this to make the autoconf macros' code happy.
10477 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
10478 code to do their jobs.
10479 Use autoconf to produce Makefile and src/config.h.
10480 Remove the Makefile-style comment that autoconf places at the top
10481 of src/config.h.
10482 (config_h_opts): Removed - no longer necessary.
10483 * Makefile.in (configname): Renamed to configuration.
10484 (CONFIG_CFLAGS): Renamed to DEFS.
10485 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
10486 get values via autoload @cookies@.
10487 (libsrc_libs): Get this from autoconf. We used to do nothing
10488 about this.
10489 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
10490
10491 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
10492 echo the move-if-change command.
10493
10494 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
10495
10496 * make-dist: Distribute lib-src/rcs-checkin.
10497
10498 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
10499 Don't try to make links to the RCS or Old subdirectories.
10500 Use the appropriate extension for the compression type in use.
10501 Create the tar file in the shell's initial default directory, not
10502 in ${tempparent}.
10503 Erase the whole ${tempparent} tree, not just ${tempdir}.
10504
10505 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10506
10507 * Makefile.in (src/paths.h): Don't echo the huge sed command we
10508 use to build paths.h.
10509 (lib-src/Makefile, src/Makefile): Similarly.
10510
10511 * configure: Extend test for working `const' keyword to handle AIX
10512 3.2 cc.
10513
10514 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10515
10516 * make-dist: Distribute lisp/term/ChangeLog.
10517
10518 Arrange for C compilation throughout the tree to get
10519 C_SWITCH_SYSTEM from the configuration files.
10520 * configure: Extract C_SWITCH_SYSTEM from the machine and
10521 system-dependent files, and save it in the top-level Makefile.
10522 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
10523 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
10524
10525 * make-dist: Include the VMS support files in oldXMenu in the
10526 distribution.
10527
10528 * configure: Doc fix.
10529
10530 * configure: Fix corrupted config_h_opts.
10531
10532 * configure: Properly report option names in error messages.
10533
10534 * configure: Properly recognize --x-includes and --x-libraries
10535 options.
10536
10537 * configure: Fix syntax errors in code handling XFree386.
10538
10539 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10540
10541 * configure: Add special code to detect XFree386, and tell
10542 config.h about it.
10543
10544 * configure: Properly handle extracting values of LIBS_MACHINE and
10545 LIBS_SYSTEM that contain spaces.
10546
10547 * configure: Add `--x-includes' and `--x-libraries' options. I
10548 think these are dopey, but no less than three alpha testers, at
10549 large sites, have said they have their X files installed in odd
10550 places. Implement them by setting C_SWITCH_X_SITE and
10551 LD_SWITCH_X_SITE in src/config.h.
10552
10553 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10554
10555 * make-dist: Don't distribute etc/Old files.
10556
10557 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
10558 backups.
10559
10560 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10561
10562 * make-dist: Fix typo.
10563
10564 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10565
10566 * make-dist: Corrected typo, fixed it to discard = and TAGS files
10567 in some cases where it should but didn't seen to.
10568
10569 * Makefile.in: Added unlock and relock productions.
10570
10571 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10572
10573 * make-dist: Add a --compress option to force make-dist to use
10574 compress.
10575
10576 * make-dist: Use gzip, if we can find it.
10577
10578 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10579 make rs6000-ibm-aix default to -aix32.
10580
10581 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10582
10583 * Makefile.in: Added `Developer's configuration' section.
10584
10585 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10586
10587 * Makefile.in: Add commented-out variable settings for developer's
10588 configuration.
10589
10590 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10591
10592 * make-dist: Distribute `src/bitmaps' too.
10593
10594 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
10595
10596 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10597 make rs6000-ibm-aix default to -aix32.
10598
10599 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10600
10601 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
10602
10603 * Makefile.in (install.sysv): Add a second `$' in front of
10604 `${dest}', so that the shell will expand it, instead of Make.
10605
10606 * configure: When processing the name of the configure script,
10607 collapse `././' to `./', but leave a single `./' prefix alone.
10608
10609 * configure: Doc fix.
10610
10611 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10612
10613 * configure: Handle isc3.0 correctly.
10614
10615 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10616
10617 * make-dist: Don't try to copy the COPYING notice into
10618 external-lisp; we're not distributing that directory any more.
10619
10620 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10621
10622 * Makefile.in (install, install.aix, install.xenix, install.sysv):
10623 Remove CVS subdirectories from the installed directory trees, as
10624 well as RCS directories.
10625
10626 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10627
10628 * make-dist: Only copy gmalloc.c if we couldn't link it.
10629 Don't try to copy man/{README,Makefile} unless they actually exist.
10630
10631 * Makefile.in (lisppath): Don't include externallispdir in this.
10632 We're not sure whether we're even going to distribute the
10633 directory yet.
10634
10635 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10636
10637 * make-dist: Don't distribute the external-lisp directory anymore.
10638 * INSTALL: Remove all references to external-lisp.
10639
10640 * configure: Detect whether the compiler supports `const'
10641 properly, and edit src/config.h accordingly.
10642
10643 * configure: Tweak layout of final report.
10644
10645 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
10646 CFLAGS.
10647
10648 * Makefile.in (locallisppath): Make this default to
10649 ${datadir}/emacs/site-lisp, instead of
10650 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
10651 the same thing, and local-lisp causes completion conflicts with
10652 lock.
10653 (lisppath): Add ${externallispdir} to this.
10654 * INSTALL: Adjust installation directions.
10655
10656 * Makefile.in (externallispdir): New variable, to say where to
10657 install the externally-maintained lisp files.
10658 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
10659 the others.
10660 * INSTALL: Describe external-lisp and the new externallispdir
10661 variable.
10662
10663 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10664
10665 * configure (progname): New option `--with-gcc'. Make it clearer
10666 how we are trying to guess whether or not we have GCC.
10667 * INSTALL: Document the `--with-gcc' option, and improve
10668 description of `--with-x' options.
10669
10670 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10671
10672 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
10673 ${infodir} from these variables; we have written out explicit code
10674 to install the info files.
10675
10676 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10677
10678 * make-dist: Don't distributed the RCS files in the etc directory.
10679
10680 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10681
10682 * Makefile.in: Some makes can't handle comments in the middle of
10683 commands; move them to before the whole rule.
10684
10685 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10686
10687 * README: Mention what Emacs is.
10688
10689 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10690
10691 * make-dist: Include `./lisp/calc-2.02' in the distribution.
10692 Add `./cpp' and `./man' back into the distribution.
10693
10694 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10695
10696 * Makefile.in: Define MAKE, and use where appropriate.
10697
10698 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10699
10700 * make-dist: Remember that the authoritative COPYING notice is
10701 `etc/COPYING', not `../etc/COPYING'.
10702
10703 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10704
10705 * make-dist: Make sure that the COPYING notices in each directory
10706 are copies, not symlinks.
10707
10708 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10709
10710 * INSTALL: The build process produces an executable called `emacs'
10711 now. Change references.
10712 * Makefile.in: Adjust `install.mumble' targets to install
10713 `src/emacs', not `src/xemacs'.
10714
10715 * configure: Start with a blank line; this keeps some old CSH's
10716 from thinking it's a CSH script. Most systems will just use
10717 /bin/sh to run it, which is what we're expecting; the only other
10718 shells which might try to interpret it themselves are probably
10719 Bourne-compatible.
10720
10721 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10722
10723 * INSTALL: Improvements suggested by David Mackenzie.
10724
10725 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10726
10727 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10728 Don't try to copy the info files if there aren't any; the
10729 unexpanded globbing pattern disappoints `install'. Ignore the
10730 return status of that command.
10731
10732 * INSTALL: Updated for new configuration arrangement.
10733
10734 * configure: Don't make the top-level Makefile read-only - people
10735 may want to edit the values of the path variables.
10736
10737 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10738 Install the info files in ${infodir}. Install the executable
10739 under both `emacs' and `emacs-VERSION'.
10740
10741 * Makefile.in: Doc fix.
10742
10743 * Makefile.in (exec_prefix): New variable, as per latest version
10744 of coding standards.
10745 (bindir, libdir): Use it, instead of `prefix'.
10746 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
10747
10748 * Makefile.in (mandir): Make the default value for this depend on
10749 $(prefix).
10750
10751 * Makefile.in (datadir, statedir, libdir): Make these all default
10752 to ${prefix}/lib.
10753 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
10754 to compensate.
10755
10756 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10757 Install the etags and ctags man pages too.
10758
10759 * Makefile.in (distclean): Don't delete backup files; that's the
10760 job of extraclean.
10761 (extraclean): Like distclean, but deletes backup and autosave files.
10762
10763 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10764
10765 Make path specification conform to GNU coding standards.
10766 * configure (long_usage): Remove all traces of old arguments from
10767 usage messages, and document the options we do accept in more
10768 detail: -with-x... and --srcdir.
10769 (options, boolean_opts): Deleted; we don't have enough options to
10770 make this worthwhile.
10771 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
10772 along with the code which supported them; these should be set as
10773 arguments to the top-level make.
10774 (config_h_opts): Since this no longer doubles as a list of option
10775 names, make them upper case; this simplifies the code which uses
10776 them to build the sed command to edit src/config.h. Change the
10777 code which sets them.
10778 (cc, g, O): Don't allow the user to set these using options; they
10779 should be specified using `CC=' and `CFLAGS=' arguments to the
10780 top-level make. Just choose reasonable default values for them,
10781 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
10782 values.
10783 (gnu_malloc, rel_alloc): Don't allow the user to set these using
10784 options; use them whenever the configuration files say they're
10785 possible.
10786 Simplify the argument processing loop. Don't accept abbreviations
10787 for option names; these might conflict with other configuration
10788 options in the future.
10789 Add some support for the `--srcdir' option. Check for the sources
10790 in . and .. if `--srcdir' is omitted. If the directories we will
10791 compile in don't exist yet, create them under the current directory.
10792 Note that the rest of the build process doesn't really support
10793 this.
10794 Edit only the top Makefile. That should edit the others. Edit
10795 into the makefile: `version', from lisp/version.el, `configname'
10796 and `srcdir' from the configuration arguments, `CC' and
10797 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
10798 the user's path, and LOADLIBES as gleaned from the system
10799 description files.
10800 Simplify the report generated; it doesn't need to include any
10801 description of paths now.
10802 Make `config.status' exec configure instead of just calling it, so
10803 there's no harm in overwriting `config.status'.
10804 * Makefile.in (version, configname): New variables, used to choose
10805 the default values for datadir and libdir.
10806 Path variables rearranged into two clearer groups:
10807 - In the first group are the variables specified by the GNU coding
10808 standards (prefix, bindir, datadir, statedir, libdir, mandir,
10809 manext, infodir, and srcdir).
10810 - In the second are the variables actually used for Emacs's paths
10811 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
10812 archlibdir), which depend on the first category.
10813 datadir and libdir default to directories under
10814 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
10815 demand.
10816 etcdir and lispdir default to subdirectories of datadir.
10817 archlibdir defaults to libdir.
10818 The new installation tree is a bit deeper than it used to be, so
10819 use the new make-path program in lib-src to build them all.
10820 Always build a new src/paths.h.tmp and then move-if-change it to
10821 src/paths.h, to avoid unnecessary rebuilds while responding to the
10822 right changes.
10823 Remove all mention of arch-lib. Run utility commands from
10824 lib-src, and let the executables be copied into archlibdir when
10825 Emacs is installed.
10826 Add targets for src/Makefile, lib-src/Makefile, and
10827 oldXMenu/Makefile, editing the values of the path variables into
10828 them.
10829 Let lib-src do its own installation.
10830 (datadir): Default to putting data files under
10831 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
10832 (emacsdir): Variable deleted; it would only be confusing to use.
10833 (lispdir, etcdir): Default to ${datadir}/lisp.
10834 (mkdir): Use make-path for this.
10835 (lockdir): Do this in mkdir.
10836 (Makefile): New target.
10837
10838 * configure (usage_message): Rename to long_usage.
10839
10840 * make-dist: Don't bother creating an arch-lib directory; that's
10841 only for installation now.
10842
10843 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10844
10845 * configure: Use GCC-style configuration names, using config.sub.
10846 Change the usage and help messages.
10847
10848 * configure: Initialize window_system, not indow_system.
10849
10850 * configure: Report which window system, compiler, and signal
10851 handler return type we decide to use.
10852
10853 * make-dist: Explain what's going on if config.sub and gmalloc.c
10854 can't be linked. Place the code which copies them near the code
10855 which links the rest of the files around them.
10856
10857 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
10858
10859 * make-dist: Don't bother to distribute src/*.com, or
10860 src/vmsbuild; those have all been moved to `../vms'.
10861
10862 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10863
10864 * make-dist: Don't forget that the way to avoid filenames starting
10865 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
10866 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
10867 couldn't make hard links to, since we have two already, and
10868 perhaps more to come.
10869
10870 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10871
10872 * configure: When editing parameters into lib-src/Makefile, change
10873 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
10874 needs some other flags too.
10875
10876 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10877
10878 * configure: Remove spurious echo of the configuration name.
10879
10880 * make-dist: Don't distribute files in src/m and src/s whose names
10881 begin with `='.
10882
10883 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10884
10885 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
10886 Also LISP_FLOAT_TYPE.
10887
10888 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10889
10890 * make-dist: Copy config.sub, since it's a symbolic link to a file
10891 on another file system.
10892
10893 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10894
10895 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
10896 distribution.
10897
10898 * config.sub: New file, to help us recognize configuration names.
10899 * make-dist: Include it in the distribution.
10900
10901 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10902
10903 * configure: Convert `-' to `_' in specified option names.
10904 Accept options with --. Delete --highpri and --have-x-menu options.
10905 New options --with-x and --with-x10 replace -window-system.
10906 Don't mention options --gnu-malloc, --rel-alloc
10907 or --lisp-float-type in help message.
10908
10909 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10910
10911 * make-dist: Include the `vms' subdirectory in the distribution.
10912
10913 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10914
10915 * configure: Remove lines starting with "# DIST: " when building
10916 lib-src/Makefile and src/Makefile. This allows us to mark the
10917 "Makefile.in" files with explanatory comments which won't also get
10918 stuck in the Makefiles.
10919
10920 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10921
10922 * make-dist: Don't use the '+' operator in the sed regular
10923 expression that extracts the version number from lisp/version.el;
10924 Ultrix sed doesn't seem support the operator. Just double the
10925 operand and use *.
10926
10927 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10928
10929 * Makefile.in: Doc fix.
10930
10931 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10932
10933 * configure: Rewrite sed command to remove at most one ./ prefix;
10934 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
10935 group.
10936
10937 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10938
10939 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
10940
10941 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10942
10943 * make-dist: Go ahead and build a new TAGS file, unless the
10944 --newer option was specified. Don't try to delete a TAGS file
10945 from etc; it's not kept there, and shouldn't be deleted anyway.
10946
10947 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10948
10949 * make-dist: If the lisp directory contains a default.el, don't
10950 distribute it.
10951
10952 * configure: When searching signal.h for the type of a signal
10953 return handler, make a copy of it, not a symbolic link to it; that
10954 way, it will work on systems that don't have symbolic links.
10955
10956 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10957
10958 * make-dist: Taught it about vcdiff and rcs2log, added --newer
10959 option for generating incremental distributions. Stopped it from
10960 generating a TAGS file into the distribution; that sucker is
10961 *big*, and easily enough generated with the toplevel makefile.
10962
10963 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10964
10965 * configure: When writing config.status, don't prefix progname
10966 with a '.'; it might be absolute.
10967
10968 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10969
10970 * configure: Choose to use X11 if either /usr/lib/libX11.a or
10971 /usr/include/X11 exist, not only if both exist.
10972
10973 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10974
10975 * make-dist: Make the new external-lisp directory a duplicate of
10976 the external-lisp directory, not the lisp directory.
10977
10978 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10979
10980 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
10981 clean' in arch-lib; it doesn't even have a Makefile.
10982
10983 * Makefile.in (clean, mostlyclean): In the test which tries to
10984 distinguish between the build directory, which should be cleaned,
10985 and the installed directory, which shouldn't, cd to `${emacsdir}',
10986 not `${DESTDIR}${LIBDIR}'.
10987
10988 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10989
10990 * make-dist: Be sure to delete the .c and .h files that YACC and
10991 BISON create from getdate.y.
10992
10993 * external-lisp: New directory; see `external-lisp/README'.
10994 * make-dist: Added support for the external-lisp subdirectory.
10995
10996 * make-dist: Changed message which complains that make-dist wasn't
10997 invoked in the right directory to indicate which files it was
10998 looking for.
10999
11000 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11001
11002 * configure: Add comments explaining why we can't translate
11003 character ranges or control characters in `tr'.
11004
11005 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11006
11007 * configure: When generating the configuration message, we used to
11008 build the message from the start so that each line began with "# "
11009 so that it would be a comment in `config.status'. However, this
11010 causes trouble if any of the variables we use in the message
11011 expand to more than one line of text - as gnu_malloc_reason
11012 sometimes does. So instead, we build the message as it should be
11013 printed to the user (i.e. without the "# " prefixes), and stick on
11014 the "# "s when we write it to `config.status'.
11015
11016 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
11017 `lib-src' and `arch-lib'.
11018
11019 * configure: When generating report and `config.status' file, note
11020 that bindir only determines where `make install' and
11021 `build-install' will place the executables; this should make it
11022 clear that the ordinary build process will not try to install
11023 things.
11024
11025 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11026
11027 * make-dist: Change messages to say that we are 'making links to
11028 X', rather than 'copying X'. And put `' quotes around file names.
11029
11030 * make-dist: Include '.tmp' in the name of the staging directory.
11031
11032 * make-dist: Pass the `-f' option to rm when you're not sure that
11033 the files you're removing actually exist.
11034
11035 * make-dist: When setting up etc/COPYING, always nuke whatever is
11036 there, and then copy it in, to make sure we get a real file.
11037
11038 * make-dist: Don't try to distribute *.defns files any more. The
11039 only such file was for simula.el, which has been superseded by a
11040 version which doesn't have a separate .defns file.
11041
11042 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
11043
11044 * make-dist: Don't distribute configured versions of config.h.in,
11045 paths.h.in, Makefile.in in src.
11046
11047 * configure: Delete .tmp files before creating them; don't bother
11048 trying to make final targets writable first, since it won't
11049 matter to move-if-change.
11050
11051 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11052
11053 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
11054 mkdir and chmod in the center of all the conditionals. GNU Make
11055 will strip these out, but other makes won't.
11056
11057 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11058
11059 * make-dist: Include move-if-change in list of files to distribute.
11060
11061 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11062
11063 * configure: Remove any "." elements from the program name.
11064
11065 * configure: Don't record the values of all the possible arguments
11066 in config.status; only record the options that the user specified.
11067
11068 * configure: Use move-if-change to move in the new src/config.h.
11069
11070 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
11071
11072 * move-if-change: New file, copied from gcc release.
11073 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
11074 a temp file, so we don't update paths.h if an error occurs or if
11075 it doesn't need changing.
11076
11077 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11078
11079 * Makefile.in (src/paths.h): Do not install a value for the
11080 PATH_SUPERLOCK value; that macro doesn't exist anymore.
11081 * build-install.in: Same thing.
11082
11083 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11084
11085 * make-dist: Check the flag called "make_tar", not "make_dir"; the
11086 latter, being a typo, is always false, resulting in a program
11087 whose default behavior is to painstakingly build a copy of the
11088 source tree, and then delete it. Rah.
11089
11090 * Makefile.in: Add dist target, and comment for it.
11091
11092 * configure: When scanning <signal.h> for a declaration for
11093 signal, create a symbolic link with a name ending in .c, so the
11094 compiler won't complain that it's only been given .h files.
11095
11096 * configure: Check whether there are any arguments available
11097 before shifting to get the value of a non-boolean parameter.
11098
11099 * make-dist: Doc fix.
11100
11101 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11102
11103 * configure: Instead of grepping /usr/include/signal.h for a
11104 signal declaration, run /usr/include/signal.h or
11105 /usr/include/sys/signal.h through cpp and grep for the
11106 declaration.
11107
11108 * configure: Redirect the output of grep to /dev/null instead of
11109 using grep -s - that flag means different things on other systems.
11110
11111 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
11112 since the former is recognizable even if you don't know what
11113 'dumping' is.
11114 * configure: Accommodate that change.
11115
11116 * configure: Accept options for all of the directories you can
11117 change in the Makefile.
11118
11119 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
11120
11121 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
11122 FOO before you can use them.
11123
11124 * build-install.in: Made the "Where To Install Things" section
11125 conform with the similar section from Makefile.in. Copied section
11126 which builds src/paths.h from src/paths.h.in from the Makefile.
11127
11128 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11129
11130 * configure: Write config.status to pass its command-line
11131 arguments on to configure, so that people can use it to recreate
11132 an old configuration, with minor changes.
11133
11134 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11135
11136 * configure: Don't rely on option variables being unset if their
11137 values are the empty string. In particular, when producing the
11138 English report, don't assume that highpri will be unset when no
11139 increased priority has been requested; -highpri='' should be the
11140 same as omitting -highpri altogether.
11141
11142 * configure: Fix dumb bug: when running the system and machine
11143 description files through cpp, mark those lines that we want to
11144 evaluate with the string '@configure@', and then only evaluate
11145 them. This way if the files include anything that actually
11146 generates text (type definitions or external declarations, say),
11147 we won't try to eval it.
11148
11149 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11150
11151 * make-dist: New shell script.
11152
11153 * configure: When creating foo from foo.in, make foo read-only to
11154 remind people to edit the .in file instead.
11155
11156 * INSTALL: Changed references to config.h-dist to config.h.in.
11157 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
11158 to build src/paths.h from src/paths.h.in; added a paragraph to do
11159 this.
11160 * configure, Makefile, build-install: Changed filenames like
11161 FOO-dist to FOO.in.
11162
11163 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11164
11165 * Makefile, build-install: Renamed to Makefile.in and
11166 build-install.in; the configure script will edit these to produce
11167 the usable Makefile and build-install.
11168 * configure: Changed to produce ./Makefile, ./build-install,
11169 lib-src/Makefile, and src/Makefile from their *.in counterparts,
11170 instead of editing them in place.
11171
11172 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11173
11174 * Makefile: Re-arranged so that the undumped Emacs will search
11175 ../lisp *after* the site's local elisp files.
11176 (locallisppath, dumplisppath): New variables.
11177 (lisppath): This variable's default value is now chosen based on
11178 $(locallisppath) and $(lispdir); while it used to be the
11179 customization point for adding site-local elisp directories to
11180 load-path, that job is now handled mostly by locallisppath.
11181 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
11182 Check the values being assigned to the *LOADSEARCH macros for null
11183 path elements (like '::' in 'foo::bar').
11184
11185 * configure: When checking if the machine- and system-dependent
11186 files define a particular macro or not, actually run them through
11187 CPP and test the macros with #ifs, instead of just grepping for
11188 the macros' names. In particular, check for SYSTEM_MALLOC in this
11189 way.
11190
11191 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11192
11193 * Makefile (install): Don't use -s in install. (Keep the symbols.)
11194
11195 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11196
11197 * configure: Make the config.status file an executable shell
11198 script which will recreate the same configuration. Include the
11199 verbal description of the current configuration as a comment in
11200 the script.
11201 * INSTALL: Doc fix.
11202
11203 * Makefile: Brought the Makefile up to the GNU coding
11204 standards, as described in standards.text:
11205 (TAGS): New name for the target which rebuilds the tags table.
11206 (check): New target; doesn't do anything yet.
11207 (mostlyclean): New target, synonymous with clean.
11208 (realclean): New target. Currently, this just calls the
11209 subdirectories's makefiles and then deletes config.status.
11210 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
11211 variables.
11212 Installation directory variables changed to conform.
11213 (install, install.sysv, install.xenix, install.aix): Changed the
11214 code which copies the directories into their installed location to
11215 allow the installed locations to be in several different
11216 directories; the old version assumed that they would all be in
11217 $(emacsdir).
11218 (mkdir, lockdir): Allow the installed locations to be in several
11219 different directories.
11220 * INSTALL: Doc fix.
11221
11222 * build-install: Use the same variable names as the Makefile.
11223 Allow the installed locations to be in several different
11224 directories.
11225
11226 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11227
11228 * Makefile (src/paths.h): Instead of using a single sed command to
11229 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
11230 separately, and don't forget to append "/!!!SuperLock!!!" to the
11231 value of the PATH_SUPERLOCK macro.
11232
11233 * config.emacs: Renamed to configure, for consistency with other
11234 GNU products. Internal references changed.
11235 INSTALL, Makefile: References changed.
11236
11237 * lock: New directory, which should always be empty. If this
11238 directory doesn't exist, Emacs won't complain; it just won't lock.
11239 Having this here means that people can just unpack Emacs, build
11240 it, and have locking work.
11241
11242 * share-lib: Re-renamed to etc, for the sake of tradition.
11243 * config.emacs: Changed default value for datadir to ../etc.
11244 * INSTALL, README: Adjusted.
11245
11246 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11247
11248 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
11249 by running CPP on the appropriate s/*.h and m/*.h files.
11250
11251 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11252
11253 * config.emacs: Make sure to set the "exit on error" flag once
11254 we've removed config.status; errors should abort the configuration.
11255
11256 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11257
11258 * config.emacs: Added -distribute option, so that the Makefile
11259 paths are in their proper form. I don't know why this matters.
11260
11261 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11262
11263 * local-lisp: New directory, empty in the distribution, for people
11264 to put local elisp code in.
11265 * config.emacs: Include it in the default load path.
11266 * README: Document it.
11267
11268 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11269
11270 * config.emacs: Guess the type of signal handling functions based
11271 on the contents of /usr/include/signal.h.
11272
11273 * config.emacs: Print out progress report messages.
11274
11275 * Makefile (src/paths.h): Don't generically replace
11276 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
11277 editing of the other entries, and each entry should be dealt with
11278 explicitly anyway.
11279
11280 * build-install: Converted from C-shell to Bourne shell.
11281 * config.emacs: Edit build-install properly.
11282
11283 * config.emacs: Doc fix.
11284
11285 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11286
11287 * Makefile (install): Remove `B' from tar xf command.
11288
11289 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11290
11291 * config.emacs: Removed support for the `maintain-environment'
11292 option; the only important difference between this and its absence
11293 has been removed.
11294 * INSTALL: Removed mention of `maintain-environment'.
11295
11296 * config.emacs: Fix arguments to sed when processing boolean
11297 arguments.
11298
11299 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11300
11301 * config.emacs: New file, to help automate the installation
11302 process.
11303
11304 * Makefile: Lots of changes to support the separation of etc into
11305 architecture-dependent and -independent files:
11306 (EMACSROOT): New variable, giving the directory under which all of
11307 Emacs's libraries should be installed. Changed rest of file to
11308 use it.
11309 (LIBDIR): Now denotes only architecture-dependent dir.
11310 (DATADIR): New variable, denoting architecture-independent dir.
11311 (LOCKDIR): New variable, for completeness.
11312 (SUBDIR): No more etc, new lib-src.
11313 (COPYDIR): No more etc, new arch-lib and share-lib.
11314 (src/paths.h): Set PATH_DATA and the LOCK macros too.
11315 (src): Now depends on lib-src, not etc.
11316 * build-install: Changes parallel to the above.
11317 * README: Describe the new arrangement.
11318
11319 * vms: New subdirectory for all the VMS stuff.
11320
11321 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11322
11323 * Makefile (LISPPATH): New variable.
11324 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
11325
11326 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
11327
11328 * Makefile (install, install.sysv, install.xenix):
11329 Install wakeup instead of loadst. No need for setuid or setgid.
11330
11331 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11332
11333 * Makefile (clean): Clean etc if that's not the installation dir.
11334
11335 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11336
11337 * Makefile (paths.h): Make sed alter each name in the path.
11338
11339 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11340
11341 * Makefile (install.sysv): Use cpio, not tar.
11342
11343 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11344
11345 * Makefile (lockdir): Rename `lock' target.
11346 Depend on it from install*, not from `all'.
11347
11348 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
11349
11350 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
11351 to match build-install and paths.h.
11352
11353 ;; Local Variables:
11354 ;; coding: utf-8
11355 ;; End:
11356
11357 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
11358
11359 This file is part of GNU Emacs.
11360
11361 GNU Emacs is free software: you can redistribute it and/or modify
11362 it under the terms of the GNU General Public License as published by
11363 the Free Software Foundation, either version 3 of the License, or
11364 (at your option) any later version.
11365
11366 GNU Emacs is distributed in the hope that it will be useful,
11367 but WITHOUT ANY WARRANTY; without even the implied warranty of
11368 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11369 GNU General Public License for more details.
11370
11371 You should have received a copy of the GNU General Public License
11372 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.