* configure.ac: Port to hosts lacking gtk.
[bpt/emacs.git] / ChangeLog
1 2012-09-14 Paul Eggert <eggert@cs.ucla.edu>
2
3 * configure.ac: Port to hosts lacking gtk.
4 (PKG_CHECK_MODULES): Capture pkg-config diagnostics
5 better, in particular, problems in invoking pkg-config itself.
6 This is useful on hosts that don't have pkg-config.
7 (GTK_MODULES): Do not exit 'configure' simply because gtk3
8 and gtk2 are both missing. Problem found on Solaris 8.
9
10 2012-09-13 Jan Djärv <jan.h.d@swipnet.se>
11
12 * configure.ac: Reorder Xaw3d messages.
13 Report Gtk+ 3 as GTK.
14
15 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
16
17 Simplify SIGIO usage (Bug#12408).
18 * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO)
19 (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove.
20 (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of
21 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need
22 to #undef SIGIO now (which was error-prone). Likewise, all uses
23 of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'.
24
25 2012-09-12 Jan Djärv <jan.h.d@swipnet.se>
26
27 * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first
28 and then gtk2 if not found.
29 --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found.
30 --with-x-toolkit=gtk2: Only try gtk2, fail if not found.
31 --with-x-toolkit=gtk3: Only try gtk3, fail if not found.
32
33 2012-09-11 Glenn Morris <rgm@gnu.org>
34
35 * Makefile.in (install-arch-dep, install-arch-indep, install-doc):
36 Be more explicit about dependencies, for parallel `make install'.
37
38 2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
39
40 Simplify, document, and port floating-point (Bug#12381).
41 * configure.ac (logb, cbrt): Do not check for these functions,
42 as they are not being used.
43
44 2012-09-10 Paul Eggert <eggert@cs.ucla.edu>
45
46 Improve robustness of 'make bootstrap' (Bug#12376).
47 Run autogen.sh after bootstrap-clean, to avoid bzr pull issues.
48 * INSTALL, README: Document autogen.sh.
49 * Makefile.in (Makefile): Mark it as precious, since it's updated
50 atomically.
51 (MAKE_CONFIG_STATUS): New macro.
52 (config.status, bootstrap): Use it. This causes 'make bootstrap'
53 to run config.status with the --recheck option, which is more
54 appropriate for a bootstrap.
55 (bootstrap): Run autogen.sh right after cleaning. Don't worry
56 about failures due to missing tools.
57 * autogen.sh: Exit with status 101 when failing due to missing tools.
58 * make-dist: Distribute autogen.sh.
59
60 2012-09-09 Paul Eggert <eggert@cs.ucla.edu>
61
62 Assume C89 or later for math functions (Bug#12381).
63 * configure.ac (frexp, fmod): Remove checks for these functions,
64 as we now assume them.
65 (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC, NO_MATHERR)
66 (HAVE_EXCEPTION):
67 Remove; no longer needed.
68
69 2012-09-07 Paul Eggert <eggert@cs.ucla.edu>
70
71 More signal-handler cleanup (Bug#12327).
72 * configure.ac (FLOAT_CHECK_DOMAIN): Comment fix (Bug#12327).
73
74 2012-09-06 Paul Eggert <eggert@cs.ucla.edu>
75
76 Signal-handler cleanup (Bug#12327).
77 * configure.ac (PTY_OPEN, PTY_TTY_NAME_SPRINTF):
78 Adjust to syssignal.h changes.
79 (SIGNAL_H_AB): Remove; no longer needed.
80
81 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
82
83 Simplify redefinition of 'abort' (Bug#12316).
84 * configure.ac (NO_ABRT): Remove.
85
86 * configure.ac (_setjmp, _longjmp): Check by compiling
87 instead of by guessing. The guesses were wrong for
88 recent versions of Solaris, such as Solaris 11.
89
90 2012-09-03 Paul Eggert <eggert@cs.ucla.edu>
91
92 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
93 It generates false alarms in doc.c, regex.c, xdisp.c. See
94 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>.
95
96 Merge from gnulib, incorporating:
97 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
98 2011-11-30 manywarnings: update the list of "all" warnings
99
100 2012-09-02 Jan Djärv <jan.h.d@swipnet.se>
101
102 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
103
104 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
105
106 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
107 This ports to glibc 2.15 or later, when configured with
108 --enable-gcc-warnings. See Eric Blake in
109 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
110
111 2012-09-01 Daniel Colascione <dan.colascione@gmail.com>
112
113 * configure.ac: Introduce term_header variable, which holds the
114 value which will become TERM_HEADER in code. We effect our choice
115 of window system by setting term_header and WINDOW_SYSTEM_OBJ
116 instead of using ad-hoc variables and flags for each window
117 system.
118
119 2012-08-26 Paul Eggert <eggert@cs.ucla.edu>
120
121 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
122 and if the user has not specified CFLAGS. -g3 simplifies
123 debugging, since it makes macros visible to the debugger.
124
125 2012-08-25 Juanma Barranquero <lekktu@gmail.com>
126
127 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
128
129 2012-08-25 Eli Zaretskii <eliz@gnu.org>
130
131 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
132 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
133
134 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
135
136 On assertion failure, print backtrace if available.
137 Merge from gnulib, incorporating:
138 2012-08-24 execinfo: port to FreeBSD
139 2012-08-22 execinfo: new module
140 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
141 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
142
143 2012-08-22 Glenn Morris <rgm@gnu.org>
144
145 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
146 do not create the bin/emacs link. (Bug#12011)
147
148 2012-08-21 Paul Eggert <eggert@cs.ucla.edu>
149
150 Merge from gnulib, incorporating:
151 2012-08-20 extern-inline: support old GCC 'inline'
152
153 2012-08-20 Glenn Morris <rgm@gnu.org>
154
155 * configure.ac (AC_PROG_LN_S): Test for ln.
156 * Makefile.in (LN_S): New, set by configure.
157 (install-arch-dep): Use $LN_S.
158
159 2012-08-19 Paul Eggert <eggert@cs.ucla.edu>
160
161 Merge from gnulib, incorporating:
162 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
163 2012-08-19 mktime, sys_select: avoid 'static inline'
164 2012-08-19 gnulib-tool: Fix indentation.
165
166 2012-08-18 Paul Eggert <eggert@cs.ucla.edu>
167
168 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.
169 These files have been unused since the 2012-06-22 patch that
170 introduced high-resolution time stamps.
171
172 2012-08-17 Jan Beich <jbeich@tormail.org> (tiny change)
173
174 * configure.ac (PTY_OPEN): Try posix_openpt on gnu-linux,
175 gnu-kfreebsd, freebsd, and netbsd. (Bug#12040)
176
177 2012-08-14 Paul Eggert <eggert@cs.ucla.edu>
178
179 Merge from gnulib, incorporating:
180 2012-08-05 extern-inline: also ignore -Wmissing-declarations
181
182 2012-08-10 Juanma Barranquero <lekktu@gmail.com>
183
184 * lib/makefile.w32-in (STAT_TIME_H): New macro.
185 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
186 ($(BLD)/u64.$(O)): Update dependencies.
187
188 2012-08-10 Glenn Morris <rgm@gnu.org>
189
190 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
191
192 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
193
194 * configure.ac (--disable-features): Rename to --without-all.
195 (OPTION_DEFAULT_ON): Change to use with_features.
196 * INSTALL: Fix description.
197
198 2012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
199
200 * configure.ac: New option --disable-features.
201 (OPTION_DEFAULT_ON): Change to use enable_features.
202 * INSTALL: Explain --disable-features.
203
204 2012-08-07 Glenn Morris <rgm@gnu.org>
205
206 * configure.ac: Require automake 1.11 (fairly arbitrarily).
207 * autogen.sh (automake_min): Get it from configure.ac.
208
209 2012-08-06 Glenn Morris <rgm@gnu.org>
210
211 * configure.ac (BROKEN_GETWD) [unixware]: New define.
212
213 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
214 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
215 (DISPNEW_NEEDS_STDIO_EXT): New define.
216
217 2012-08-05 Michael Albinus <michael.albinus@gmx.de>
218
219 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
220
221 2012-08-05 Ulrich Müller <ulm@gentoo.org>
222
223 * configure.ac: Disable paxctl if binaries don't have a
224 PT_PAX_FLAGS program header. (Bug#11979)
225
226 2012-08-03 Eli Zaretskii <eliz@gnu.org>
227
228 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
229 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
230 (SHA512_H): Don't mention u64.h twice.
231 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
232 New targets.
233
234 2012-08-03 Paul Eggert <eggert@cs.ucla.edu>
235
236 Merge from gnulib, incorporating:
237 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
238
239 2012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
240
241 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
242 out-of-tree build.
243
244 2012-08-02 Glenn Morris <rgm@gnu.org>
245
246 * make-dist: Remove src/s.
247
248 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
249
250 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
251
252 Merge from gnulib (Bug#12116), incorporating:
253 2012-08-01 extern-inline: new module
254 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
255 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
256 New files. The new .c files are for instantiating extern inline
257 functions.
258
259 Port to Solaris 8.
260 Without this change, 'configure' fails because the recently-added
261 wait3 prototype in config.h messes up later 'configure' tests.
262 Fix this problem by droping wait3 and WRETCODE, as they're
263 no longer needed on hosts that are current porting targets.
264 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
265 All uses changed to waitpid and WEXITSTATUS.
266
267 Avoid needless autoheader after autogen.sh.
268 * src/stamp-h.in: Remove from bzr repository; no longer needed there.
269 * .bzrignore: Add it.
270 * autogen.sh: Create it.
271
272 2012-08-01 Glenn Morris <rgm@gnu.org>
273
274 * configure.ac (DOS_NT, MSDOS): New system type templates.
275
276 2012-08-01 Ulrich Müller <ulm@gentoo.org>
277
278 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
279 Don't include crtbegin.o and crtend.o. (Bug#12047)
280
281 2012-08-01 Glenn Morris <rgm@gnu.org>
282
283 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
284 (INTERNAL_TERMINAL): New.
285
286 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
287 (IS_ANY_SEP): Move here from src/lisp.h.
288
289 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
290
291 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
292 (CONF_POST_H): New macro.
293
294 2012-07-31 Glenn Morris <rgm@gnu.org>
295
296 * configure.ac (S_FILE): Remove output variable.
297
298 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
299
300 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
301 Move here from src.
302
303 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
304 Move here from conf_post.h.
305
306 2012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
307
308 Improve OpenMotif detection on GNU/Linux systems.
309 * configure.ac (MOTIF): Check for /usr/include/openmotif
310 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
311
312 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
313
314 * Makefile.in (install-arch-indep): Avoid eval.
315
316 2012-07-31 Glenn Morris <rgm@gnu.org>
317
318 * configure.ac (opsysfile, S_FILE): Now they are always empty.
319
320 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
321 when removing src/s/sol2-6.h yesterday.
322
323 * configure.ac (USG5_4): Reintroduce this.
324 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
325
326 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
327
328 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
329 and to s/usg5-4-common.h on irix6-5.
330
331 2012-07-30 Glenn Morris <rgm@gnu.org>
332
333 * configure.ac (AH_BOTTOM): Use an include file, so that the
334 contents do not get processed by autoheader.
335
336 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
337
338 Do not overwrite config.status while executing it (Bug#11214).
339 * Makefile.in (MAKEFILE_NAME): New macro.
340 ($(MAKEFILE_NAME)): Rename rule from Makefile.
341 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
342 so that GNU 'make' isn't tempted to make the Makefile and then
343 regenerate config.status while config.status is running.
344
345 Update .PHONY listings in makefiles.
346 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
347 FRC, install-arch-dep, install-arch-indep, install-doc,
348 install-info, install-man, install-etc, install-strip, uninstall,
349 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
350 (.RECURSIVE): Remove; hasn't been needed for years.
351
352 2012-07-30 Glenn Morris <rgm@gnu.org>
353
354 * configure.ac (SIGNAL_H_AHB): New hack macro.
355 (opsysfile): Set to empty on netbsd, openbsd.
356 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
357
358 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
359
360 2012-07-30 Jan Djärv <jan.h.d@swipnet.se>
361
362 * Makefile.in (install-arch-indep): Remove sh -x.
363
364 2012-07-30 Glenn Morris <rgm@gnu.org>
365
366 * configure.ac (opsysfile): Tweak message for null case.
367
368 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
369 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
370
371 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
372
373 Merge from gnulib, incorporating:
374 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
375
376 2012-07-29 Jan Djärv <jan.h.d@swipnet.se>
377
378 * Makefile.in (install-arch-indep): Handle space in locallisppath.
379
380 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
381
382 Use Gnulib environ module (Bug#9772).
383 * m4/environ.m4: New file, from gnulib.
384 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
385
386 Use Gnulib stdalign module (Bug#9772, Bug#9960).
387 This should improve portability of macros like alignof and DECL_ALIGN.
388 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
389 * .bzrignore: Add lib/stdalign.h.
390 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
391 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
392 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
393 fiddles with this, as gnulib now does this for us.
394
395 2012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
396
397 Fix toolkit configuration report.
398 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
399 --with-x-toolkit=gtk3 is used.
400
401 2012-07-17 Paul Eggert <eggert@cs.ucla.edu>
402
403 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
404 * configure.ac: Configure gnulib at the end, not before running
405 pkg-config. This restores the behavior before 2012-06-22, when
406 higher-resolution time stamps were added, and fixes a bug whereby
407 LIB_PTHREAD was not used and gnulib's part of 'configure'
408 therefore incorrectly assumed that pthread_sigmask wasn't working.
409 Fix the problem with -lrt and clock_gettime a different way.
410 This should complete the fix for Bug#11884.
411 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
412
413 2012-07-15 Paul Eggert <eggert@cs.ucla.edu>
414
415 Merge from gnulib, incorporating:
416 2012-07-15 pthread_sigmask: fix bug on FreeBSD 9 (Bug#11884)
417 2012-07-11 gettext: do not assume '#define ... defined ...' behavior
418
419 2012-07-14 Glenn Morris <rgm@gnu.org>
420
421 * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
422 (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
423
424 2012-07-13 Glenn Morris <rgm@gnu.org>
425
426 * configure.ac (opsysfile): Set to empty on gnu, cygwin.
427
428 * configure.ac (BSD4_2, BSD_SYSTEM, USG, USG5, _AIX, CYGWIN)
429 (DARWIN_OS, GNU_LINUX, HPUX, IRIX6_5, SOLARIS2):
430 Move "system type" macros here from src/s.
431 (BSD_SYSTEM_AHB): New hack macro.
432 (AH_BOTTOM): Set BSD_SYSTEM, using BSD_SYSTEM_AHB.
433
434 * configure.ac (NSIG_MINIMUM, ULIMIT_BREAK_VALUE, SETUP_SLAVE_PTY)
435 (GC_MARK_SECONDARY_STACK): Move here from src/s.
436
437 2012-07-12 Glenn Morris <rgm@gnu.org>
438
439 * configure.ac (AH_BOTTOM) [DARWIN_OS]: Move SYSTEM_PURESIZE_EXTRA
440 setting here from src/s/darwin.h.
441
442 * configure.ac (NO_MATHERR): Unconditionally define for Darwin;
443 as src/s/darwin.h used to.
444
445 * configure.ac (NARROWPROTO, NO_ABORT, BROKEN_GET_CURRENT_DIR_NAME)
446 (BROKEN_FIONREAD, BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO)
447 (BROKEN_SIGPOLL, BROKEN_SIGPTY, FIRST_PTY_LETTER, NO_EDITRES)
448 (G_SLICE_ALWAYS_MALLOC, PREFER_VSUSP, PTY_ITERATION, PTY_OPEN)
449 (PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
450 (SETPGRP_RELEASES_CTTY, TAB3, TABDLY, RUN_TIME_REMAP, UNIX98_PTYS)
451 (XOS_NEEDS_TIME_H): Move here from src/s.
452
453 2012-07-11 Glenn Morris <rgm@gnu.org>
454
455 * configure.ac (INTERRUPT_INPUT): Move here from src/s.
456 (HAVE_PTYS, HAVE_SOCKETS): Define unconditionally.
457
458 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
459
460 * configure.ac (tzset): Remove check that's redundant with gnulib.
461
462 2012-07-11 Glenn Morris <rgm@gnu.org>
463
464 * configure.ac (CLASH_DETECTION): Define unconditionally.
465
466 * configure.ac (opsysfile): Use bsd-common on gnu systems.
467
468 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT):
469 (SIGNALS_VIA_CHARACTERS): Move here from src/s.
470
471 2012-07-11 Paul Eggert <eggert@cs.ucla.edu>
472
473 Assume mkdir, rename, rmdir, strerror.
474 * configure.ac (mkdir, rename, rmdir, strerror): Remove check.
475
476 2012-07-11 Glenn Morris <rgm@gnu.org>
477
478 * configure.ac (DONT_REOPEN_PTY): Move here from src/s.
479
480 * configure.ac (DEFAULT_SOUND_DEVICE): New definition.
481
482 2012-07-10 Paul Eggert <eggert@cs.ucla.edu>
483
484 Remove "#define unix" that is no longer needed (Bug#11905).
485 Merge from gnulib to make "#define unix" unnecessary, incorporating:
486 2012-07-10 getloadavg: clean out old Emacs and Autoconf cruft
487 2012-07-09 getopt: Simplify after Emacs changed.
488
489 2012-07-10 Glenn Morris <rgm@gnu.org>
490
491 * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT):
492 Move here from src/s.
493
494 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
495
496 * configure.ac (PNG_DEPSTRUCT): Define this instead of
497 PNG_DEPRECATED.
498
499 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
500
501 Add GCC-style 'const' attribute to functions that can use it.
502 * configure.ac (WARN_CFLAGS): Add -Wsuggest-attribute=const.
503 (ATTRIBUTE_CONST): New macro, in config.h.
504
505 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
506
507 * lib/makefile.w32-in: Rework dependencies.
508 (GNU_LIB, NT_INC, C_CTYPE_H, MS_W32_H, CONFIG_H, FILEMODE_H)
509 (FTOASTR_H, FTOASTR_C, GETOPT_INT_H, MD5_H, SHA1_H, SHA256_H)
510 (U64_H, SHA512_H): New macros.
511 (SRC): Redefine to point to src/, not current directory.
512 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
513 ($(BLD)/c-strncasecmp.$(O), $(BLD)/dtoastr.$(O))
514 ($(BLD)/dtotimespec.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
515 ($(BLD)/gettime.$(O), $(BLD)/strftime.$(O), $(BLD)/time_r.$(O))
516 ($(BLD)/timespec-add.$(O), $(BLD)/timespec-sub.$(O), $(BLD)/md5.$(O))
517 ($(BLD)/sha1.$(O), $(BLD)/sha256.$(O), $(BLD)/sha512.$(O))
518 ($(BLD)/filemode.$(O)): Update dependencies.
519
520 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
521
522 Merge from gnulib, incorporating:
523 2012-07-09 timespec: mark functions with const attributes
524
525 Rename configure.in to configure.ac (Bug#11603).
526 The name 'configure.in' has been obsolescent for quite some time,
527 and the next release of Autoconf will generate warnings for it.
528 See commit 'v2.69-4-g560f16b' of 2012-05-06, "general: deprecate
529 'configure.in' as autoconf input" in the Autoconf git repository.
530 * configure.ac: Rename from configure.in.
531 * INSTALL, INSTALL.BZR, README, make-dist:
532 * Makefile.in (AUTOCONF_INPUTS):
533 * autogen.sh (autoconf_min):
534 * autogen/update_autogen (sources):
535 Adjust to reflect new name.
536
537 2012-07-08 Paul Eggert <eggert@cs.ucla.edu>
538
539 Restore deprecation warnings, except for older libpng.
540 * configure.in (WARN_CFLAGS): Remove -Wno-deprecated-declarations.
541 (HAVE_LIBPNG_PNG_H): Don't bother checking for this if we have png.h.
542 (PNG_DEPRECATED): Define when compiling with older PNG versions.
543
544 2012-07-07 Andreas Schwab <schwab@linux-m68k.org>
545
546 * configure.in (WARN_CFLAGS): Add -Wno-deprecated-declarations.
547
548 2012-07-07 Paul Eggert <eggert@cs.ucla.edu>
549
550 Improve static checking when configured --with-ns.
551 See Samuel Bronson's remarks in
552 <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>.
553 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
554 a no-op with recent GCC and harmful in earlier ones.
555 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
556 warning when compiling with ObjC. Always omit
557 -Wunsafe-loop-optimizations, as we don't mind when optimization is
558 being done correctly.
559
560 2012-07-07 Glenn Morris <rgm@gnu.org>
561
562 * configure.in (BROKEN_SA_RESTART): Doc fix.
563
564 * configure.in: Rather than checking for things then undef'ing
565 them on some platforms, simply don't check for them.
566 (getwd): Don't check for it on unixware.
567 (random, rint): Don't check for these on hpux.
568 (res_init, libresolv): Don't check for these on darwin.
569
570 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
571
572 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/c-ctype.$(O),
573 $(BLD)/c-strcasecmp.$(O) and $(BLD)/c-strncasecmp.$(O).
574 ($(BLD)/c-ctype.$(O), $(BLD)/c-strcasecmp.$(O))
575 ($(BLD)/c-strncasecmp.$(O)): New dependencies.
576
577 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
578
579 * configure.in: Document --enable-gcc-warnings better.
580
581 Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
582 This is safer than strcasecmp, which has unspecified behavior
583 outside the POSIX locale and in practice sometimes does not work
584 in multibyte locales. Similarly for c_strncasecmp and strncasecmp.
585 * configure.in (strcasecmp, strncasecmp): Remove checks.
586
587 * lib/c-ctype.c, lib/c-ctype.h, lib/c-strcase.h, lib/c-strcasecmp.c:
588 * lib/c-strncasecmp.c: New files, taken from gnulib.
589 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
590
591 Merge from gnulib, incorporating:
592 2012-07-06 timespec-sub: avoid duplicate include
593 Reported by Juanma Barranquero.
594
595 2012-07-06 Glenn Morris <rgm@gnu.org>
596
597 * make-dist [update]: Let autoreconf figure out what needs updating.
598 Use `make info-real'. leim/leim-list.el should always exist.
599 Check cd return value.
600
601 2012-07-06 Paul Eggert <eggert@cs.ucla.edu>
602
603 Merge from gnulib. This is for OpenBSD 5.1 amd64.
604 * m4/sys_time_h.m4: New version from gnulib, incorporating:
605 2012-07-05 sys_time: allow too-wide tv_sec
606
607 2012-07-04 Paul Eggert <eggert@cs.ucla.edu>
608
609 Merge from gnulib.
610 * lib/alloca.in.h: New version from gnulib, incorporating:
611 2012-07-03 alloca: add support for HP NonStop TNS/E native
612
613 2012-07-04 Dmitry Antipov <dmantipov@yandex.ru>
614
615 * configure.in: If --enable-gcc-warnings, disable
616 -Wunsafe-loop-optimizations for -O1 optimization level.
617
618 2012-06-30 Glenn Morris <rgm@gnu.org>
619
620 * configure.in (standardlisppath): New output variable.
621 (lisppath): Use standardlisppath.
622 * Makefile.in (standardlisppath): New, set by configure.
623 (epaths-force): Use standardlisppath and locallisppath rather than
624 lisppath.
625
626 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
627
628 * configure.in: Fix previous change. Remove --enable-asserts.
629 (CPPFLAGS): Remove conditional -DXASSERTS=1.
630 Add --enable-link-time-optimization.
631 * INSTALL: Mention this.
632
633 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
634
635 * configure.in: Add glyphs category to --enable-checking option.
636 (GLYPH_DEBUG): Define if glyphs debugging is enabled.
637
638 2012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
639
640 * configure.in (ENABLE_CHECKING): Update comment.
641
642 2012-06-28 Paul Eggert <eggert@cs.ucla.edu>
643
644 * configure.in: Don't check for sys/select.h, sys/time.h, utime.h.
645 Emacs proper no longer uses these headers, and can rely on Gnulib
646 for these checks.
647
648 Merge from gnulib.
649 * m4/getopt.m4: Copy new version from gnulib, incorporating:
650 getopt-posix: No longer guarantee that option processing is resettable.
651
652 2012-06-27 Glenn Morris <rgm@gnu.org>
653
654 * configure.in: Only check for paxctl on gnu-linux. (Bug#11398#26)
655
656 * INSTALL: Remove references to paths.el.
657
658 2012-06-26 Eli Zaretskii <eliz@gnu.org>
659
660 * lib/makefile.w32-in ($(GNULIBOBJS)): Depend on stamp_BLD. This
661 replaces separate dependency for each object file, which required
662 the same object file to be mentioned twice, causing failures in
663 parallel builds.
664
665 2012-06-26 Paul Eggert <eggert@cs.ucla.edu>
666
667 Clean out last vestiges of the old HAVE_CONFIG_H stuff.
668 * lib/makefile.w32-in (LOCAL_FLAGS): Remove -DHAVE_CONFIG_H.
669
670 2012-06-25 Dmitry Antipov <dmantipov@yandex.ru>
671
672 * configure.in (AC_CHECK_FUNCS): Detect library functions
673 strcasecmp and strncasecmp.
674
675 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
676
677 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
678 We might as well use the spelling standardized by C11,
679 as in the long run that should simplify maintenance.
680 * configure.in (NO_RETURN): Remove. All uses replaced by _Noreturn.
681
682 2012-06-24 Eli Zaretskii <eliz@gnu.org>
683
684 * lib/makefile.w32-in ($(BLD)/dtotimespec.$(O)):
685 ($(BLD)/timespec-add.$(O)):
686 ($(BLD)/timespec-sub.$(O)): Don't depend on
687 $(EMACS_ROOT)/nt/inc/sys/time.h.
688
689 * lib/stat-time.h:
690 * lib/timespec.h:
691 * lib/utimens.h: Revert last change.
692
693 2012-06-23 Paul Eggert <eggert@cs.ucla.edu>
694
695 Merge from gnulib.
696 * m4/getopt.m4: Copy new version from gnulib, incorporating:
697 getopt-gnu: Handle suboptimal getopt_long's abbreviation handling.
698
699 2012-06-23 Eli Zaretskii <eliz@gnu.org>
700
701 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
702 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/dtotimespec.$(O),
703 $(BLD)/gettime.$(O), $(BLD)/timespec-add.$(O), and
704 $(BLD)/timespec-sub.$(O).
705 ($(BLD)/dtotimespec.$(O)):
706 ($(BLD)/gettime.$(O)):
707 ($(BLD)/timespec-add.$(O)):
708 ($(BLD)/timespec-sub.$(O)): New dependencies.
709
710 * lib/stat-time.h:
711 * lib/timespec.h:
712 * lib/utimens.h: Include sys/time.h.
713
714 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
715
716 * configure.in: Don't use AC_CHECK_FUNCS_ONCE, which doesn't use
717 the correct CFLAGS and LIBS.
718
719 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
720
721 Support higher-resolution time stamps (Bug#9000).
722 * configure.in (gl_ASSERT_NO_GNULIB_POSIXCHECK)
723 (gl_ASSERT_NO_GNULIB_TESTS, gl_INIT): Move these up earlier, so
724 that the new clock stuff doesn't clash with RSVG_LIBS.
725 (AC_CHECK_HEADERS): Don't check for sys/select.h, sys/time.h, utime.h,
726 as gnulib does that for us now.
727 (emacs_cv_struct_utimbuf, HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL)
728 (GETTIMEOFDAY_ONE_ARGUMENT): Remove; gnulib does these now.
729 (AC_CHECK_FUNCS): Remove utimes; no longer needed.
730 * lib/dtotimespec.c, lib/gettime.c, lib/gettimeofday.c, lib/pselect.c:
731 * lib/stat-time.h, lib/sys_select.in.h, lib/sys_time.in.h:
732 * lib/timespec-add.c, lib/timespec-sub.c, lib/timespec.h:
733 * lib/utimens.c, lib/utimens.h, m4/clock_time.m4, m4/gettime.m4:
734 * m4/gettimeofday.m4, m4/pselect.m4, m4/stat-time.m4:
735 * m4/sys_select_h.m4, m4/sys_socket_h.m4, m4/sys_time_h.m4:
736 * m4/timespec.m4, m4/utimbuf.m4, m4/utimens.m4, m4/utimes.m4:
737 New files, copied automatically from gnulib.
738 * lib/gnulib.mk, m4/gnulib-comp.m4: Merge from gnulib.
739
740 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
741
742 Merge from gnulib.
743 * lib/filemode.h, lib/signal.in.h, lib/stat.c, lib/stdint.in.h:
744 * lib/stdlib.in.h, lib/unistd.in.h, m4/extensions.m4, m4/getloadavg.m4:
745 * m4/getopt.m4, m4/gnulib-common.m4, m4/largefile.m4, m4/mktime.m4:
746 * m4/multiarch.m4, m4/nocrash.m4, m4/stdio_h.m4, m4/time_r.m4:
747 Copy new versions from gnulib, incorporating the following changes:
748 2012-06-22 time_r: fix typo that always overrode localtime_r decl
749 2012-06-22 Write "Mac OS X" instead of "MacOS X".
750 2012-06-21 mktime: fix integer overflow in 'configure'-time test
751 2012-06-21 nonblocking: Avoid compilation error on mingw64.
752 2012-06-19 stat, fstat: Avoid warnings on mingw64.
753 2012-06-19 getopt-gnu: Fix exit code overflow in autoconf test.
754
755 2012-06-13 Andreas Schwab <schwab@linux-m68k.org>
756
757 * configure.in: Rename --enable-use-lisp-union-type to
758 --enable-check-lisp-object-type and define CHECK_LISP_OBJECT_TYPE
759 instead of USE_LISP_UNION_TYPE.
760
761 2012-06-12 Glenn Morris <rgm@gnu.org>
762
763 * configure.in (HAVE_PROCFS, _STRUCTURED_PROC): New AC_DEFINEs.
764 (opsysfile): Set specially for sol2-10.
765
766 * configure.in (BROKEN_SA_RESTART, USG_SUBTTY_WORKS):
767 New AC_DEFINEs, for hpux11.
768 (opsysfile): Set specially for hpux11.
769
770 2012-06-12 Paul Eggert <eggert@cs.ucla.edu>
771
772 * configure.in: Coalesce some function checking.
773 This makes 'configure' a bit smaller.
774 Prefer AC_CHECK_FUNCS_ONCE for functions that we always check for.
775
776 2012-06-12 Glenn Morris <rgm@gnu.org>
777
778 * configure.in (opsysfile): Set specially for gnu-kfreebsd, openbsd.
779
780 * configure.in (NO_TERMIO, BROKEN_SIGIO): Move here from src/s.
781
782 * configure.in: Anticipate platforms with no src/s file.
783
784 2012-06-12 Chong Yidong <cyd@gnu.org>
785
786 * configure.in: Check for MagickMergeImageLayers (Bug#11678).
787
788 2012-06-11 Glenn Morris <rgm@gnu.org>
789
790 * configure.in (SYSTEM_TYPE): New AC_DEFINE.
791
792 2012-06-09 Michael Albinus <michael.albinus@gmx.de>
793
794 * configure.in (dbus_type_is_valid): Check for library function.
795
796 2012-06-06 Glenn Morris <rgm@gnu.org>
797
798 * INSTALL, make-dist: Remove vcdiff.
799
800 2012-06-03 Glenn Morris <rgm@gnu.org>
801
802 * INSTALL, make-dist: Remove rcs-checkin.
803
804 2012-06-03 Ulrich Müller <ulm@gentoo.org>
805
806 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
807
808 2012-06-01 Paul Eggert <eggert@cs.ucla.edu>
809
810 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
811 It is confusingly named and rarely useful. See, for example,
812 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>.
813 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
814 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
815 * configure.in: Remove --disable-maintainer-mode.
816 (USE_MAINTAINER_MODE, MAINT): Remove.
817
818 2012-05-28 Paul Eggert <eggert@cs.ucla.edu>
819
820 Make 'configure' a bit smaller and faster.
821 * configure.in (INSTALL_INFO): Set it with one call to
822 AC_PATH_PROG, not three.
823 (PKG_CONFIG): Hoist this out of PKG_CHECK_MODULES, since it's
824 so likely that it'll be needed.
825 (AC_CHECK_HEADERS_ONCE): Prefer to AC_CHECK_HEADERS where either works.
826 (AC_PROG_MAKE_SET): Remove; Automake does this.
827 (sysinfo): Do not check for this function, as it's never used.
828 (tzset): Check for this function just once.
829 * m4/manywarnings.m4: Sync from gnulib, incorporating the following:
830 2012-05-27 manywarnings: remove duplicate -Wmultichar entry
831
832 2012-05-27 Eli Zaretskii <eliz@gnu.org>
833
834 * config.bat (lib): Create/update lib/stdalign.in-h and
835 lib/sys_types.in-h.
836
837 * lib/makefile.w32-in ($(BLD)/md5.$(O)):
838 ($(BLD)/sha1.$(O)):
839 ($(BLD)/sha256.$(O)):
840 ($(BLD)/sha512.$(O)): Depend on $(EMACS_ROOT)/nt/inc/stdalign.h.
841 Suggested by Christoph Scholtes <cschol2112@googlemail.com>.
842
843 * lib/getopt_.h: Regenerate.
844
845 2012-05-27 Paul Eggert <eggert@cs.ucla.edu>
846
847 Assume gnulib does largefile.
848 Gnulib does the largefile configuration anyway, so when configure.in
849 invokes AC_SYS_LARGEFILE, that bloats 'configure' unnecessarily.
850 * configure.in (AC_SYS_LARGEFILE): Remove.
851 * lib/gnulib.mk: Autoupdate.
852
853 2012-05-26 Paul Eggert <eggert@cs.ucla.edu>
854
855 Merge from gnulib. (Bug#11527)
856
857 The build procedure now creates <stdalign.h> and <sys/types.h> for
858 older hosts that lack a working <stdalign.h> or whose
859 <sys/types.h> does not define pid_t, size_t, ssize_t, mode_t. New
860 symbols such as WINDOWS_64_BIT_OFF_T may require attention in the
861 msdos and nt builds.
862
863 Here is a precis of gnulib changes that seem relevant; please see
864 the gnulib ChangeLog for details.
865
866 2012-05-18 crypto: fix bug in large buffer handling
867 2012-05-14 ignore-value.h: remove unused _GL_ATTRIBUTE_DEPRECATED
868 2012-05-10 _Noreturn: port config.h to gcc -Wundef
869 2012-05-08 warnings.m4: give a means to specify the program to compile
870 2012-05-07 stdint: be more consistent with glibc, SunOS libc
871 2012-04-21 Large File Support for native Windows platforms.
872 2012-04-14 stat: Bypass buggy override in mingw64.
873 2012-03-29 stdio: don't assume gets any more
874 2012-03-24 Enable common subexpression optimization in GCC.
875 2012-02-09 maint: replace FSF snail-mail addresses with URLs
876 2012-01-30 sys_stat: Fix support for mingw64 and MSVC.
877 2012-01-28 strtoimax: eliminate need for stdint.h, inttypes.h checks
878 2012-01-21 stdint: Add support for Android.
879 2012-01-15 Improve support for MSVC 9.
880 2012-01-08 mktime: Avoid compilation error on Solaris 11.
881 2012-01-05 Use ', not `, for quoting output.
882 2012-01-05 strtoimax: Don't replace systems where intmax_t is int.
883 2012-01-05 strtoimax: Work around AIX 5.1 bug.
884 2012-01-05 inttypes: Modernize.
885 2011-12-13 inttypes, stdint: add C++11 support
886 2011-11-26 Fix conflict between two instantiations of module 'unistd'.
887 2011-11-21 _Noreturn: Check that _MSC_VER is defined
888 2011-11-10 ptsname_r: Avoid compilation error on OSF/1 5.1.
889 2011-11-09 raise: fix mingw handling of SIGPIPE
890 2011-10-27 Add stdalign module and use it in other modules.
891
892 * lib/stdalign.in.h, lib/sys_types.in.h, m4/off_t.m4, m4/stdalign.m4:
893 * m4/sys_types_h.m4:
894 New files.
895 * build-aux/move-if-change, build-aux/snippet/_Noreturn.h:
896 * build-aux/snippet/arg-nonnull.h, build-aux/snippet/c++defs.h:
897 * build-aux/snippet/warn-on-use.h, doc/misc/texinfo.tex:
898 * lib/alloca.in.h, lib/allocator.h, lib/careadlinkat.c:
899 * lib/careadlinkat.h, lib/dosname.h, lib/dup2.c, lib/filemode.c:
900 * lib/filemode.h, lib/ftoastr.c, lib/ftoastr.h, lib/getloadavg.c:
901 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
902 * lib/gettext.h, lib/gnulib.mk, lib/ignore-value.h, lib/intprops.h:
903 * lib/inttypes.in.h, lib/lstat.c, lib/md5.c, lib/md5.h, lib/mktime.c:
904 * lib/pathmax.h, lib/pthread_sigmask.c, lib/readlink.c, lib/sha1.c:
905 * lib/sha1.h, lib/sha256.c, lib/sha256.h, lib/sha512.c, lib/sha512.h:
906 * lib/signal.in.h, lib/sigprocmask.c, lib/stat.c, lib/stdarg.in.h:
907 * lib/stdbool.in.h, lib/stddef.in.h, lib/stdint.in.h, lib/stdio.in.h:
908 * lib/stdlib.in.h, lib/strftime.c, lib/strftime.h, lib/strtoimax.c:
909 * lib/strtol.c, lib/strtoll.c, lib/strtoul.c, lib/strtoull.c:
910 * lib/symlink.c, lib/sys_stat.in.h, lib/time.in.h, lib/time_r.c:
911 * lib/u64.h, lib/unistd.in.h, lib/verify.h, m4/00gnulib.m4:
912 * m4/alloca.m4, m4/c-strtod.m4, m4/dup2.m4, m4/extensions.m4:
913 * m4/filemode.m4, m4/getloadavg.m4, m4/getopt.m4, m4/gl-comp.m4:
914 * m4/gnulib-common.m4, m4/gnulib-tool.m4, m4/include_next.m4:
915 * m4/inttypes.m4, m4/largefile.m4, m4/longlong.m4, m4/lstat.m4:
916 * m4/md5.m4, m4/mktime.m4, m4/multiarch.m4, m4/nocrash.m4:
917 * m4/pathmax.m4, m4/pthread_sigmask.m4, m4/readlink.m4, m4/sha1.m4:
918 * m4/sha256.m4, m4/sha512.m4, m4/signal_h.m4, m4/signalblocking.m4:
919 * m4/socklen.m4, m4/ssize_t.m4, m4/st_dm_mode.m4, m4/stat.m4:
920 * m4/stdarg.m4, m4/stdbool.m4, m4/stddef_h.m4, m4/stdint.m4:
921 * m4/stdio_h.m4, m4/stdlib_h.m4, m4/strftime.m4, m4/strtoimax.m4:
922 * m4/strtoll.m4, m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4:
923 * m4/sys_stat_h.m4, m4/time_h.m4, m4/time_r.m4, m4/tm_gmtoff.m4:
924 * m4/unistd_h.m4, m4/warnings.m4, m4/wchar_t.m4:
925 Update from gnulib.
926
927 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
928
929 Remove src/m/*.
930 * configure.in: Remove all mention of src/m/*.
931 (machine, machfile, M_FILE, config_machfile, and_machfile): Remove.
932 All uses removed.
933 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG)
934 (BITS_PER_LONG_LONG): Move to src/lisp.h.
935 * lib/makefile.w32-in: Remove dependencies on
936 $(EMACS_ROOT)/src/m/intel386.h.
937 * make-dist: Don't make links to src/m.
938
939 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
940
941 * Makefile.in (ACLOCAL_INPUTS): Fix up gnulib-comp.m4 name. (Bug#11529)
942 Without this further fix, aclocal was being invoked unnecessarily.
943
944 2012-05-22 Glenn Morris <rgm@gnu.org>
945
946 * Makefile.in (blessmail, install-arch-dep, uninstall):
947 Check cd lib-src works.
948 (install-arch-dep, uninstall): Remove unneeded subshells.
949
950 2012-05-21 Glenn Morris <rgm@gnu.org>
951
952 * update-subdirs: Move to build-aux/.
953 * make-dist, Makefile.in (install-arch-indep): Update for this change.
954
955 * Makefile.in (leimdir): New, set by configure.
956 (COPYDIR, COPYDESTS): Add leim directories.
957 (install-leim): Remove.
958 (install-arch-indep): Handle leim installation directly.
959
960 * vpath.sed: Remove unused file.
961 * make-dist: No more vpath.sed.
962
963 2012-05-21 Paul Eggert <eggert@cs.ucla.edu>
964
965 Use full name for m4/gnulib-comp.m4. (Bug#11529)
966 Previously the file was named m4/gl-comp.m4 due to DOS 8+3 restrictions,
967 even though the file's name in gnulib is m4/gnulib-comp.m4.
968 This had a problem when merging from gnulib, as the code temporarily
969 renamed it to the full name, causing problems when interrupted.
970 Now the file has its full name, with the idea that we will find
971 a solution for MS-DOS that does not affect the rest of Emacs.
972 * m4/gnulib-comp.m4: Rename from m4/gl-comp.m4.
973
974 Assume C89 or later.
975 * configure.in (AC_C_PROTOTYPES, AC_C_VOLATILE, AC_C_CONST)
976 (POINTER_TYPE, PROTOTYPES): Remove.
977
978 Make merging from gnulib a script, not a makefile action.
979 Putting it in a makefile has some problems with reflection, as
980 merging from gnulib updates 'configure', which can update the makefile.
981 Putting it in a standalone script breaks this loop.
982 * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
983 (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
984 Remove, moving the actions to the script admin/merge-gnulib.
985
986 2012-05-21 Glenn Morris <rgm@gnu.org>
987
988 * configure.in (LEIM_INSTALLDIR):
989 Rename to leimdir, treat like lispdir.
990
991 2012-05-21 Glenn Morris <rgm@gnu.org>
992
993 * Makefile.in (install-arch-indep, install-doc, install-info)
994 (uninstall): Scrap superfluous subshells.
995
996 2012-05-19 Ulrich Mueller <ulm@gentoo.org>
997
998 * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518)
999
1000 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
1001
1002 * configure.in (AC_CHECK_FUNCS): Remove XSetWMProtocols,
1003 getdomainname, mblen (twice), mbrlen (twice), mbsinit, ualarm,
1004 getsockopt, setsockopt, mremap, mempcpy.
1005
1006 * configure.in (machine): Do not set to 'vax', since src/m/vax.h
1007 is being removed.
1008 (AC_CHECK_FUNCS): Remove ftime.
1009
1010 2012-05-19 Glenn Morris <rgm@gnu.org>
1011
1012 * Makefile.in (install-arch-indep): Remove unneeded subshell.
1013
1014 * Makefile.in (install-arch-indep): Remove unneeded chmod.
1015 Set permissions of lisp/subdirs.el.
1016
1017 * Makefile.in (SUBDIR): Add leim. Update users.
1018
1019 * Makefile.in (lib, lib-src, lisp): Check cd return value.
1020
1021 * Makefile.in (leim): No need to set PARALLEL.
1022
1023 2012-05-18 Glenn Morris <rgm@gnu.org>
1024
1025 * Makefile.in (install-arch-indep, install-info, install-man):
1026 Simplify some one-sided ifs.
1027
1028 * Makefile.in: Install only the relevant DOC file.
1029 (install-arch-indep): Delete etc/DOC*.
1030 (install-doc): No more need to delete etc/DOC.
1031
1032 * Makefile.in (install-arch-indep): Split into several rules.
1033 (install-doc, innstall-info, install-man): New rules.
1034
1035 * configure.in (mandir): May as well include it in the NS app bundle.
1036
1037 * configure.in (INSTALL_ARCH_INDEP_EXTRA): New output variable.
1038 * Makefile.in (INSTALL_ARCH_INDEP_EXTRA): New, set by configure.
1039 (install-arch-indep): Don't install-etc for self-contained ns builds.
1040
1041 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS) <darwin>:
1042 No longer unconditonally add /sw directories. (Bug#2280)
1043
1044 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
1045 (install-arch-indep): Depend on install-leim.
1046 (install): Remove explicit install-leim dependence.
1047
1048 * Makefile.in (install-arch-indep):
1049 Move last element of mkdir rule here.
1050 (mkdir): Remove rule.
1051
1052 * Makefile.in (install-arch-indep): Remove unneeded chmods.
1053 INSTALL_DATA does this for us.
1054
1055 * Makefile.in (install-arch-dep): Ensure bindir exists.
1056 Drop mkdir dependency.
1057 (install-arch-indep): Ensure docdir, infodir, mandir exist.
1058 (install-leim): Drop mkdir dependency.
1059 (mkdir): Remove most directories, now made in relevant rules.
1060
1061 * Makefile.in (install-arch-indep): Combine adjacent loops.
1062
1063 2012-05-17 Glenn Morris <rgm@gnu.org>
1064
1065 * Makefile.in (install-etc, mkdir):
1066 Make relevant directories in install-etc rather than mkdir.
1067
1068 * Makefile.in (write_subdir): Create the directory if needed.
1069 (install-arch-dep, mkdir): No need to make site-lisp directories.
1070
1071 * Makefile.in (write_subdir): New.
1072 (install-arch-indep, install-arch-dep): Use $write_subdir.
1073
1074 * configure.in (docdir, etcdir, infodir, lispdir):
1075 For a self-contained ns build, set these to the appropriate values.
1076 * Makefile.in (install-arch-dep): No need to move info/ any more.
1077
1078 * configure.in (ns_self_contained): New output variable.
1079 * Makefile.in (ns_self_contained): New, set by configure.
1080 (install-arch-dep): For a self-contained ns build,
1081 don't bother installing binaries then immediately deleting them.
1082
1083 * Makefile.in (ns_appbindir, ns_appresdir):
1084 Move them before things that may refer to them.
1085 (install-arch-dep): No need to relocate self-contained ns libexec.
1086
1087 * configure.in (archlibdir): Set it for self-contained ns builds.
1088 (libexecdir): Don't expand it now (this is mainly cosmetic).
1089
1090 2012-05-16 Paul Eggert <eggert@cs.ucla.edu>
1091
1092 * configure.in: Simplify by removing CPP etc.
1093 (CPP_TEST_OPTIONS, NON_GNU_CPP, cc_specified, SPECIFIED_CFLAGS)
1094 (SPECIFED_CPP, CPP, NON_GNU_CC, AC_PROG_CPP): Remove; not needed.
1095 In particular we no longer need to fiddle with CPP, since we don't
1096 use CPP specially any more.
1097 (gl_EARLY): Invoke this after adjusting CC, so that it uses the
1098 adjusted compiler.
1099 (AC_PROG_INSTALL, AC_PROG_MKDIR_P, AC_PROG_RANLIB): Comment out,
1100 since gl_EARLY and/or Autoconf already does these.
1101
1102 2012-05-16 Glenn Morris <rgm@gnu.org>
1103
1104 * configure.in: Try to fix building with gcc >= 4.6 on Darwin.
1105 (CPP): Do not unconditionally set it on Darwin.
1106 Instead, try to test if -no-cpp-precomp is accepted.
1107 (CPP_TEST_OPTIONS, SPECIFIED_CPP): New. (Bug#9755)
1108
1109 2012-05-15 Glenn Morris <rgm@gnu.org>
1110
1111 * Makefile.in (install-arch-dep): Replace use of MV_DIRS.
1112
1113 * Makefile.in (install-arch-dep): Do not hard-code version number.
1114
1115 * Makefile.in (install-arch-dep): NS install no longer needs to
1116 symlink libexec/* into bin/, since 2012-05-14 ns_init_paths change.
1117
1118 2012-05-12 Glenn Morris <rgm@gnu.org>
1119
1120 * configure.in (ns_appbindir): Remove trailing "/".
1121
1122 * configure.in (AC_PROG_MKDIR_P): Call it, to set MKDIR_P.
1123 (MKDEPDIR): Use $MKDIR_P.
1124 * Makefile.in (MKDIR_P): New, set by configure.
1125 (mkdir): Use $MKDIR_P.
1126
1127 2012-05-11 Glenn Morris <rgm@gnu.org>
1128
1129 * Makefile.in (install-arch-indep): There are no more Makefile.c files.
1130 Use INSTALL_DATA for the DOC file.
1131 Remove dead code for ./lisp that never executes.
1132
1133 2012-05-10 Glenn Morris <rgm@gnu.org>
1134
1135 * configure.in (LEIM_INSTALLDIR): New output variable.
1136
1137 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1138
1139 * .dir-locals.el (log-edit-mode): Enable gnu-style checks.
1140
1141 2012-05-08 Glenn Morris <rgm@gnu.org>
1142
1143 * make-dist: No more doc/lispref/*.el.
1144
1145 2012-05-05 Andreas Schwab <schwab@linux-m68k.org>
1146
1147 * configure.in: Fix quoting bugs.
1148
1149 2012-05-04 Glenn Morris <rgm@gnu.org>
1150
1151 * configure.in (INFO_EXT, INFO_OPTS): New output variables.
1152
1153 2012-05-02 Glenn Morris <rgm@gnu.org>
1154
1155 * configure.in (LD_SWITCH_SYSTEM): Don't try to defeat
1156 the choices made by FreeBSD and NetBSD. (Bug#10313)
1157
1158 * Makefile.in (INFO_FILES): Remove variable.
1159 (INFO_NONMISC): New variable.
1160 (install-arch-indep, uninstall): Don't use $INFO_FILES.
1161
1162 * Makefile.in (uninstall): Remove useless-use-of-for; that for
1163 some reason caused problems on an old Solaris.
1164
1165 * Makefile.in (install-arch-indep, uninstall):
1166 Ensure that INSTALL-type commands are run from top-level.
1167
1168 * info/dir: Make some entries consistent with the source texi files.
1169
1170 * configure.in (LIBS_TERMCAP): Fix netbsd logic, broken 2012-03-04.
1171
1172 2012-05-02 Glenn Morris <rgm@gnu.org>
1173
1174 * Makefile.in (install-arch-indep):
1175 Combine adjacent install-data and install-info loops.
1176
1177 2012-05-01 Glenn Morris <rgm@gnu.org>
1178
1179 * Makefile.in (MAN_PAGES): Remove.
1180 (install-arch-indep, uninstall): Don't use $MAN_PAGES.
1181
1182 * configure.in: Try libtinfo for tputs.
1183 (LIBS_TERMCAP) [gnu*]: Use libtinfo if it was found. (Bug#9741)
1184
1185 * configure.in: Combine adjacent $opsys case blocks.
1186
1187 * configure.in (LIBS_TERMCAP): Remove unreachable branch for sol2.
1188
1189 * configure.in: Invert the TERMINFO logic,
1190 since "yes" is far more common than "no".
1191
1192 * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
1193
1194 * configure.in (LD_SWITCH_X_SITE_RPATH):
1195 Rename from LD_SWITCH_X_SITE_AUX_RPATH.
1196
1197 * configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
1198
1199 2012-04-26 Glenn Morris <rgm@gnu.org>
1200
1201 * make-dist: No more doc/lispref/tindex.pl.
1202
1203 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
1204
1205 * configure.in (dbus_validate_bus_name, dbus_validate_path)
1206 (dbus_validate_interface, dbus_validate_member): Check also for
1207 these library functions.
1208
1209 2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
1210
1211 * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
1212 With glibc 2.14 or later, when compiled with GCC 4.7.0's
1213 -Werror=deprecated-declarations flag, use of hooks like
1214 __malloc_initialize_hook causes compilation to fail because these
1215 hooks are deprecated. Modify 'configure' to check for these hooks too.
1216 Simplify the 'configure' code to test for all the hooks at once.
1217 (emacs_cv_var___after_morecore_hook): Remove, replacing with ...
1218 (emacs_cv_var_doug_lea_malloc): ... this new var.
1219
1220 2012-04-21 Paul Eggert <eggert@cs.ucla.edu>
1221
1222 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc
1223 dated 2011-10-07. Regenerating from current gnulib would be a
1224 pervasive change, and currently the trunk isn't open to such changes.
1225 * configure.in (WARN_CFLAGS): Remove; no longer needed now
1226 that gnulib does it.
1227 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1228
1229 2012-04-21 Andreas Schwab <schwab@linux-m68k.org>
1230
1231 * m4/gl-comp.m4: Update. (Bug#11285)
1232
1233 2012-04-20 Ludovic Courtès <ludo@gnu.org>
1234
1235 * configure.in: Don't use the -R option (Bug#11251).
1236
1237 2012-04-18 Paul Eggert <eggert@cs.ucla.edu>
1238
1239 configure: new option --enable-gcc-warnings (Bug#11207)
1240 I have been using this change for many months in my private copy
1241 of Emacs, and have used it to find several bugs. It's mature
1242 enough to publish now.
1243 * Makefile.in (GNULIB_MODULES): Add warnings, manywarnings.
1244 * configure.in: Support --enable-gcc-warnings, in the style of
1245 other GNU packages such as coreutils.
1246 (C_WARNINGS_SWITCH): Remove, replacing with...
1247 (WARN_CFLAGS, GNULIB_WARN_CFLAGS): New variable.
1248 (PKG_CHECK_MODULES, C_SWITCH_X_SITE): Use -isystem rather than -I,
1249 when including system files with GCC.
1250 * etc/NEWS: Mention --enable-gcc-warnings.
1251 * INSTALL (DETAILED BUILDING AND INSTALLATION): Likewise.
1252 * lib/Makefile.am (AM_CFLAGS): New macro.
1253 * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib.
1254
1255 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1256
1257 * configure.in (AC_CHECK_FUNCS):
1258 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
1259
1260 2012-04-16 Glenn Morris <rgm@gnu.org>
1261
1262 * configure.in (NS_HAVE_NSINTEGER): Remove unnecessary variable.
1263
1264 * configure.in: Remove X libs workaround for old autoconf.
1265
1266 2012-04-12 Ken Brown <kbrown@cornell.edu>
1267
1268 * configure.in: Warn that Cygwin 1.5 is unsupported. (Bug#10398)
1269
1270 2012-04-11 Glenn Morris <rgm@gnu.org>
1271
1272 * configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
1273
1274 2012-04-10 Glenn Morris <rgm@gnu.org>
1275
1276 * configure.in: Conditionally generate admin/unidata/Makefile.
1277
1278 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1279
1280 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
1281
1282 2012-04-09 Glenn Morris <rgm@gnu.org>
1283
1284 * Makefile.in (leim): Check cd return value. Pass fewer variables.
1285 (install-leim): Check cd return value. Pass $MFLAGS.
1286 (install-strip): Pass $MFLAGS.
1287
1288 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
1289 Eg org.texi has been using 4.7 functions for some time.
1290
1291 2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
1292
1293 Check pkg-config exit status when configuring (Bug#10626).
1294 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
1295 works; check its exit status. Problem reported by Jordi Gutiérrez
1296 Hermoso in
1297 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
1298
1299 2012-04-07 Glenn Morris <rgm@gnu.org>
1300
1301 * README, configure.in (AC_INIT): Bump version to 24.1.50.
1302
1303 2012-04-07 Eli Zaretskii <eliz@gnu.org>
1304
1305 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
1306
1307 2012-03-04 Paul Eggert <eggert@cs.ucla.edu>
1308
1309 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)
1310 * configure.in (LIBS_TERMCAP): Default this to the result of
1311 the tputs library search. Do a run-time test for the linkability
1312 of tputs unless cross-compiling, as that's more reliable if the
1313 link flags and libraries are messed up. Don't change LIBS as
1314 a result of the test, as that may mess up later tests.
1315
1316 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
1317
1318 * make-dist (README.W32): Include file in source tarball. (Bug#9750)
1319
1320 * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
1321 specific makefiles to support getopt_.h generation with MSVC.
1322
1323 2012-02-04 Glenn Morris <rgm@gnu.org>
1324
1325 * Makefile.in (uninstall):
1326 Handle compressed info files and man pages. (Bug#10718)
1327
1328 2012-02-02 Glenn Morris <rgm@gnu.org>
1329
1330 * configure.in [HAVE_NS]:
1331 Error if use --without-toolkit-scroll-bars. (Bug#10673)
1332
1333 2012-02-01 Paul Eggert <eggert@cs.ucla.edu>
1334
1335 Port to older Solaris 10 versions (Bug#10677).
1336 Bug reported by Chong Yidong for SunOS 5.10 Generic_127111-11 sparc.
1337 I cannot reproduce it on SunOS 5.10 Generic_141444-09 sparc but
1338 possibly this is because Sun fixed the 'stat' bug in my version.
1339 * Makefile.in (GNULIB_TOOL_FLAGS): Do not avoid the pathmax module.
1340 * lib/pathmax.h, m4/pathmax.m4: New files, from gnulib.
1341 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1342 These changes are based on gnulib version
1343 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc dated 2011-10-07 20:59:10,
1344 because Emacs is in feature freeze and we do not want to merge any
1345 more-recent changes from gnulib.
1346
1347 2012-01-31 Glenn Morris <rgm@gnu.org>
1348
1349 * configure.in: Throw an explicit error if Motif toolkit was
1350 requested but requirements could not be found.
1351
1352 * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
1353
1354 2012-01-30 Eli Zaretskii <eliz@gnu.org>
1355
1356 * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
1357 $(BLD)/sha512.$(O)): Depend on stamp_BLD. Fixes a build failure
1358 with "make -j3".
1359
1360 2012-01-16 Juanma Barranquero <lekktu@gmail.com>
1361
1362 * .bzrignore: Ignore etc/__pycache__.
1363
1364 2011-12-17 Paul Eggert <eggert@cs.ucla.edu>
1365
1366 Port HAVE_PTHREAD configuration to MirBSD 10 (Bug#10201).
1367 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
1368 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
1369 by Nelson H. F. Beebe in
1370 <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>.
1371
1372 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
1373
1374 * update-subdirs: Don't set no-byte-compile twice (bug#10260).
1375
1376 2011-12-10 Jan Djärv <jan.h.d@swipnet.se>
1377
1378 * configure.in (HAVE_ALSA, HAVE_GSETTINGS): Save and restore LIBS
1379 instead of LDFLAGS (Bug#10230).
1380
1381 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1382
1383 * INSTALL.BZR: Mention configure -C, --disable-maintainer-mode.
1384
1385 Propagate configure flags to sub-configures.
1386 * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS):
1387 New macros.
1388 (config.status, bootstrap): Use them to propagate configure flags
1389 to sub-configures.
1390 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
1391
1392 2011-12-03 Paul Eggert <eggert@cs.ucla.edu>
1393
1394 * .bzrignore: Add config.cache.
1395
1396 2011-11-27 Jan Djärv <jan.h.d@swipnet.se>
1397
1398 * configure.in: Check for gtk_window_set_has_resize_grip.
1399
1400 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1401
1402 * configure.in (HAVE_XPM): Fix typo.
1403
1404 2011-11-22 Glenn Morris <rgm@gnu.org>
1405
1406 * configure.in (EMACSDATA, EMACSDOC): If set, print, since they can
1407 have confusing effects on the build. (Bug#6401)
1408
1409 * Makefile.in (install-arch-dep): Tweak previous change.
1410
1411 2011-11-22 Yavor Doganov <yavor@gnu.org>
1412
1413 Do not install arch-dependent files in the app bundle if
1414 --disable-ns-self-contained is requested. (Bug#1335)
1415 * configure.in (exec_prefix, libexecdir): Define relative to
1416 `ns_appbindir' only if configured for a self-contained app.
1417 * Makefile.in (install-arch-dep): Test for the existence of
1418 libexec in the Emacs.app bundle before executing commands.
1419
1420 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
1421
1422 * configure.in: Remove reference to src/m/ibms390.h.
1423
1424 2011-11-13 Glenn Morris <rgm@gnu.org>
1425
1426 * INSTALL: Tiny updates for disk space used during installation.
1427
1428 2011-11-05 Eli Zaretskii <eliz@gnu.org>
1429
1430 * lib/makefile.w32-in (FRC): New dummy target.
1431 (TAGS): Depend on FRC.
1432
1433 2011-11-04 Glenn Morris <rgm@gnu.org>
1434
1435 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
1436 Do not include GnuTLS version info in final summary message.
1437
1438 2011-10-31 Eli Zaretskii <eliz@gnu.org>
1439
1440 * config.bat: Use config.in and Makefile.in from src/ and lib/, if
1441 they exist there, else from autogen/.
1442
1443 * make-dist (msdos): Add depfiles.bat and inttypes.h.
1444
1445 2011-10-25 Nali Toja <nalitoja@gmail.com> (tiny change)
1446
1447 * configure.in (HAVE_GNU_MAKE): Respect MAKE env-var. (Bug#9868)
1448
1449 2011-10-24 Paul Eggert <eggert@cs.ucla.edu>
1450
1451 * configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
1452 if the library is found. Otherwise, later configure-time tests,
1453 such as the test for pthread_sigmask, generate the wrong results
1454 on some platforms. Problem reported for FreeBSD by Nali Toja.
1455
1456 2011-10-20 Paul Eggert <eggert@cs.ucla.edu>
1457
1458 Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)
1459 * configure.in (AC_STRUCT_TM, AC_STRUCT_TIMEZONE, HAVE_TM_GMTOFF):
1460 Remove; no longer needed, now that we defer to strftime for time
1461 zone names.
1462
1463 2011-10-18 Jan Djärv <jan.h.d@swipnet.se>
1464
1465 * configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to 2.10 (Bug#9786).
1466
1467 2011-10-18 Chong Yidong <cyd@gnu.org>
1468
1469 * make-dist: Remove Cocoa/Emacs.xcodeproj from distribution.
1470
1471 2011-10-13 Glenn Morris <rgm@gnu.org>
1472
1473 * configure.in: Also look for tputs in libcurses. (Bug#9736)
1474
1475 2011-10-12 Paul Eggert <eggert@cs.ucla.edu>
1476
1477 * configure.in: Remove check for -lintl (Bug#9713).
1478 The check could break 'configure' on GNU/Linux with a (broken) libintl.
1479 The check was helpful but not essential in Solaris 2.6 (1997),
1480 and is no longer needed in Solaris 8 (2000). Solaris 2.6 is
1481 obsolete -- Sun dropped support for it in 2006 -- and without
1482 access to that Silurian platform we can't maintain the code anyway.
1483
1484 2011-10-07 Paul Eggert <eggert@cs.ucla.edu>
1485
1486 Merge from gnulib, fixing some 'configure' typos (Bug#9696).
1487 * lib/signal.in.h, lib/sigprocmask.c, m4/gl-comp.m4:
1488 * m4/gnulib-common.m4: Merge from gnulib.
1489 Without this, 'configure' would say "func_gl_gnulib_m4code_pathmax:
1490 command not found" on powerpc-apple-darwin9.8.0.
1491
1492 * configure.in (GC_LISP_OBJECT_ALIGNMENT): Remove.
1493 This is now done by src/alloc.c.
1494
1495 2011-10-02 Richard Stallman <rms@gnu.org>
1496
1497 * configure.in: Rename xlinux_first_failure to xgnu_linux_first_failure
1498 and xlinux_second_failure to xgnu_linux_second_failure.
1499
1500 2011-09-29 Eli Zaretskii <eliz@gnu.org>
1501
1502 * .bzrignore: Add ./GNUmakefile.unix, lib/SYS, lib/alloca.in-h,
1503 lib/signal.in-h.
1504
1505 * config.bat: Rename GNUmakefile, so it is not run on MS-DOS.
1506 Rename signal.in.h and alloca.in.h.
1507
1508 2011-09-28 Eli Zaretskii <eliz@gnu.org>
1509
1510 * INSTALL: Mention that m17n libraries and libotf are needed for
1511 Arabic shaping.
1512
1513 2011-09-26 Paul Eggert <eggert@cs.ucla.edu>
1514
1515 Merge from gnulib, improving some licensing wording.
1516 This clarifies and fixes some licensing issues raised by Glenn Morris
1517 <http://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>.
1518 It also merges the latest version of texinfo.tex and has some
1519 MSVC-related changes that don't affect Emacs.
1520 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
1521 pathmax, and raise, since these are needed only to address
1522 MSVC-related issues that Emacs doesn't have.
1523 * doc/misc/texinfo.tex, lib/dup2.c, lib/gnulib.mk, lib/signal.in.h:
1524 * lib/sigprocmask.c, lib/stat.c, lib/stdio.in.h, lib/sys_stat.in.h:
1525 * lib/unistd.in.h, m4/dup2.m4, m4/getloadavg.m4, m4/gl-comp.m4:
1526 * m4/include_next.m4, m4/signal_h.m4, m4/signalblocking.m4:
1527 * m4/stdint.m4, m4/stdio_h.m4, m4/sys_stat_h.m4, m4/time_h.m4:
1528 * m4/unistd_h.m4: Merge from gnulib.
1529
1530 2011-09-26 Andreas Schwab <schwab@linux-m68k.org>
1531
1532 * configure.in: Initialize HAVE_LIBXML2.
1533
1534 2011-09-26 Glenn Morris <rgm@gnu.org>
1535
1536 * make-dist: Add lib/makefile.w32-in.
1537
1538 2011-09-24 Glenn Morris <rgm@gnu.org>
1539
1540 * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
1541
1542 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1543
1544 * .dir-locals.el: Change the debbugs regexp to allow having the
1545 bug number as the first thing on a line.
1546
1547 2011-09-15 Glenn Morris <rgm@gnu.org>
1548
1549 * configure.in: Make configure work with recent GNUsteps.
1550 (_NATIVE_OBJC_EXCEPTIONS): New AC_DEFINE.
1551 (GNU_OBJC_CFLAGS): Add -fobjc-exceptions when needed.
1552 (C_SWITCH_X_SYSTEM): Enable GNUstep to find its headers.
1553
1554 2011-09-11 Paul Eggert <eggert@cs.ucla.edu>
1555
1556 Merge from gnulib, porting to Tru64.
1557 * lib/lstat.c, lib/stat.c, m4/include_next.m4, m4/nocrash.m4:
1558 * m4/signal_h.m4, m4/time_h.m4, m4/unistd_h.m4:
1559 Merge from gnulib. This fixes a compilation error on Tru64 UNIX
1560 aka OSF/1 5.1 DTK cc. There is also some mingw stuff here that
1561 doesn't affect Emacs.
1562
1563 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
1564
1565 * configure.in (isnan): Remove now-unnecessary check.
1566
1567 2011-09-06 Paul Eggert <eggert@cs.ucla.edu>
1568
1569 Merge from gnulib, using build-aux to remove clutter (Bug#9169).
1570 This is to fix the following problems:
1571 . On FreeBSD 6.4, HP-UX 11.31, and Solaris 9, and when Emacs is
1572 configured not to use gtk or any other thread-using library,
1573 signals aren't blocked correctly.
1574 . On IRIX 6.5 it fixes an unwanted clash between Emacs's
1575 and IRIX's signal handling.
1576 . On Cygwin 1.7.5 it works around an incompatibility with
1577 the system pthread_sigmask.
1578 . On MacOS X 10.5 (32-bit), files whose inode numbers
1579 exceed 2**31 cannot be read or manipulated.
1580 . pthread_sigmask: Actually use results of gl_THREADLIB.
1581 . strtoimax, strtoumax: Avoid link error on OSF/1 with DTK cc.
1582 . find 'ar' program that fits with --host argument.
1583 . Allow the user to override the choice of AR, ARFLAGS, RANLIB.
1584 * autogen/README: Update destination list.
1585 * autogen/copy_autogen, autogen/update_autogen, .bzrignore:
1586 The autogenerated files compile, config.guess,
1587 config.sub, depcomp, install-sh, and missing are now in build-aux.
1588 * m4/largefile.m4: New file, so that Emacs does not mess up when
1589 accessing files with large inode numbers in MacOS X 10.5 and later.
1590 * m4/nocrash.m4: New file, to avoid triggering background debugger
1591 and/or create core dumps during 'configure'.
1592 * build-aux/move-if-change: Renamed from move-if-change.
1593 * build-aux/snippet/arg-nonnull.h: Renamed from arg-nonnull.h.
1594 * build-aux/snippet/c++defs.h: Renamed from c++defs.h.
1595 * build-aux/snippet/warn-on-use.h: Renamed from warn-on-use.h.
1596 * build-aux/snippet/_Noreturn.h: New file, for draft C1X _Noreturn.
1597 * Makefile.in (epaths-force, sync-from-gnulib):
1598 move-if-change is now in build-aux.
1599 (GNULIB_TOOL_FLAGS): Avoid threadlib; this is now a prerequisite
1600 of gnulib's pthread_sigmask module, but Emacs doesn't need it.
1601 (mkdir): install-sh is now in build-aux.
1602 * config.bat: c++defs.h is now in build-aux/snippets.
1603 * configure.in: Specify AC_CONFIG_AUX_DIR with build-aux (the
1604 usual parameter).
1605 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1606 * lib/makefile.w32-in (ARG_NONNULL_H): arg-nonnull.h moved
1607 to build-aux/snippet.
1608 * lib/pthread_sigmask.c, lib/stdlib.in.h, m4/extensions.m4:
1609 * m4/getopt.m4, m4/gnulib-common.m4, m4/pthread_sigmask.m4:
1610 Merge from gnuilib. This fixes porting bugs on Cygwin, Irix, and
1611 Solaris, enables MacOS extensions, and enables nocrash during
1612 'configure'.
1613 * make-dist: Adjust to new build-aux and build-aux/snippit dirs.
1614
1615 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
1616
1617 * configure.in (snprintf): New check.
1618
1619 2011-08-30 Paul Eggert <eggert@cs.ucla.edu>
1620
1621 * configure.in (opsys): Change pattern to *-*-linux*
1622 to recognize powerpc-gnu-linux-uclibc (Bug#9403).
1623 Remove unreachable pattern hppa*-*-linux-gnu*.
1624 Also, remove ia64*-hp-hpux1[1-9]*, as it also sets machine=hp800,
1625 and that can't possibly work now that src/m/hp800.h no longer exists.
1626
1627 2011-08-26 Jan Djärv <jan.h.d@swipnet.se>
1628
1629 * configure.in: Add -MP to DEPFLAGS (Bug#9372).
1630
1631 2011-08-13 Jan Djärv <jan.h.d@swipnet.se>
1632
1633 * configure.in: Add header check: sys/socket.h (Bug#8477),
1634 ifaddrs.h, net/if_dl.h. Check for getifaddrs and freeifaddrs.
1635 Check for sa_len in struct ifreq.ifr_addr (Bug#8477).
1636
1637 2011-08-04 Jan Djärv <jan.h.d@swipnet.se>
1638
1639 * configure.in (HAVE_PTHREAD): Add check for -lpthread (Bug#9216).
1640 (HAVE_GTK_AND_PTHREAD): Remove.
1641
1642 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
1643
1644 * configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep
1645 build, not just GNUstep (Bug#9177).
1646
1647 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
1648
1649 Assume freestanding C89 headers, string.h, stdlib.h.
1650 Again, this simplifies the code, and all current platforms have these.
1651 * configure.in (AC_CHECK_HEADERS): Don't check for limits.h.
1652 (AC_HEADER_STDC): Remove.
1653 (AC_CHECK_FUNCS): No need to check for strchr, strrchr.
1654 (strchr, strrchr): Remove fallback macros.
1655
1656 Assume support for memcmp, memcpy, memmove, memset.
1657 This simplifies the code a bit. All current platforms have these,
1658 as they are required for C89. If this turns into a problem we
1659 can add the gnulib modules for these (a 1-line change to Makefile.in).
1660 * configure.in: Don't check for memcmp, memcpy, memmove, memset.
1661
1662 2011-07-27 Paul Eggert <eggert@cs.ucla.edu>
1663
1664 * GNUmakefile: New file.
1665 This is for convenience, so that one can run GNU make in an
1666 unconfigured source tree, and get a default build.
1667
1668 2011-07-13 Jan Djärv <jan.h.d@swipnet.se>
1669
1670 * configure.in (GSETTINGS): Check for gio-2.0 >= 2.26.
1671
1672 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1673
1674 * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin
1675 so as to suppress address randomization (Bug#8395).
1676
1677 2011-07-09 Paul Eggert <eggert@cs.ucla.edu>
1678
1679 * lib/stdint.in.h: Merge from gnulib (Bug#9025).
1680 This fixes a build problem on older Mac OS X hosts.
1681
1682 * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB
1683 test, which runs afoul of Automake installations where, for example,
1684 /usr/share/aclocal contains a copy of gl_THREADLIB.
1685 Problem reported by Sven Joachim in
1686 <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>.
1687 This is just a quick temporary fix, specific to Emacs; I'll work
1688 with the other gnulib maintainers to get a more-permanent fix.
1689
1690 Add gnulib's strtoimax module, needed on Solaris 8.
1691 * Makefile.in (GNULIB_MODULES): Add strtoimax.
1692 * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
1693 automatically imported from gnulib.
1694 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1695
1696 2011-07-08 Paul Eggert <eggert@cs.ucla.edu>
1697
1698 Add gnulib support for pthread_sigmask (Bug#9010).
1699 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
1700 * configure.in (AC_TYPE_UID_T): New dummy macro.
1701 Configure gnulib after adjusting LIBS,
1702 so that gnulib can assume the libraries in LIBS.
1703 * lib/signal.in.h, m4/pthread_sigmask.m4, m4/signal_h.m4:
1704 * lib/pthread_sigprocmask.c, lib/sigprocmask.c, m4/signalblocking.m4:
1705 * lib/pthread_sigmask.c:
1706 New files, automatically imported from gnulib.
1707 * lib/gnulib.mk, m4/gl-comp.m4: Automatically-imported update
1708 due to the above changes.
1709 * .bzrignore: Add lib/signal.h.
1710
1711 * lib/getopt.c, lib/unistd.in.h, m4/getopt.m4: Merge from gnulib.
1712
1713 2011-07-07 Andreas Schwab <schwab@linux-m68k.org>
1714
1715 * configure.in (maintainer-mode): Reflect default in help string.
1716
1717 2011-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1718
1719 * configure.in: Remove reference to iris4d.h.
1720
1721 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
1722
1723 * configure.in (HAVE_GCONF): Allow both HAVE_GCONF and HAVE_GSETTINGS.
1724
1725 2011-07-01 Glenn Morris <rgm@gnu.org>
1726
1727 * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo.
1728
1729 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1730
1731 * configure.in (HAVE_GSETTINGS): Fix syntax for GSETTINGS tests,
1732 which made ./configure infloop.
1733
1734 2011-06-30 Jan Djärv <jan.h.d@swipnet.se>
1735
1736 * configure.in (gsettings): New option and check for GSettings.
1737
1738 2011-06-29 Glenn Morris <rgm@gnu.org>
1739
1740 * configure.in: Try to test for the required crt*.o files.
1741
1742 2011-06-27 Bill Wohler <wohler@newt.com>
1743
1744 * .bzrignore: Add lisp/mh-e/mh-autoloads.el and lisp/mh-e/mh-cus-load.el.
1745
1746 2011-06-25 Paul Eggert <eggert@cs.ucla.edu>
1747
1748 Use gnulib's dup2 module instead of rolling our own.
1749 * Makefile.in (GNULIB_MODULES): Add dup2.
1750 * configure.in: Do not check for dup2; gnulib does that now.
1751 * lib/dup2.c, m4/dup2.m4: New files, from gnulib.
1752
1753 2011-06-23 Paul Eggert <eggert@cs.ucla.edu>
1754
1755 * lib/getopt.c, lib/stat.c, m4/gl-comp.m4: Merge from gnulib.
1756
1757 2011-06-22 Paul Eggert <eggert@cs.ucla.edu>
1758
1759 Use gnulib's alloca-opt module.
1760 * .bzrignore: Add lib/alloca.h.
1761 * Makefile.in (GNULIB_MODULES): Add alloca-opt.
1762 * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff,
1763 as gnulib now does that for us. Put alloca check in config.h.
1764 Include <alloca.h> before any other include file, for AIX 3.
1765 * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
1766 * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib.
1767
1768 2011-06-21 Leo Liu <sdl.web@gmail.com>
1769
1770 * m4/sha256.m4:
1771 * m4/sha512.m4:
1772 * m4/gl-comp.m4:
1773 * lib/u64.h:
1774 * lib/sha256.c:
1775 * lib/sha256.h:
1776 * lib/sha512.c:
1777 * lib/sha512.h:
1778 * lib/makefile.w32-in (GNULIBOBJS):
1779 * lib/gnulib.mk:
1780 * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and
1781 crypto/sha512 modules from gnulib.
1782
1783 2011-06-19 Paul Eggert <eggert@cs.ucla.edu>
1784
1785 * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib.
1786
1787 2011-06-17 Glenn Morris <rgm@gnu.org>
1788
1789 * configure.in: Restore the behavior of checking crt-dir only
1790 when the user specified it (not all platforms use it).
1791
1792 2011-06-16 Paul Eggert <eggert@cs.ucla.edu>
1793
1794 * m4/lstat.m4: Merge from gnulib (Bug#8878).
1795
1796 2011-06-16 Miles Bader <miles@gnu.org>
1797
1798 * configure.in: Try to determine CRT_DIR automatically when
1799 using gcc.
1800
1801 2011-06-15 Paul Eggert <eggert@cs.ucla.edu>
1802
1803 * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h:
1804 * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4:
1805 * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4:
1806 * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4:
1807 * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4:
1808 Merge from gnulib.
1809
1810 2011-06-14 Jan Djärv <jan.h.d@swipnet.se>
1811
1812 * configure.in: Add emacsgtkfixed.o to GTK_OBJ if HAVE_GTK3.
1813
1814 2011-06-08 Paul Eggert <eggert@cs.ucla.edu>
1815
1816 * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib.
1817
1818 2011-06-07 Paul Eggert <eggert@cs.ucla.edu>
1819
1820 * configure.in: Add --with-wide-int.
1821 * INSTALL: Mention this.
1822
1823 2011-06-06 Paul Eggert <eggert@cs.ucla.edu>
1824
1825 Merge from gnulib.
1826 * lib/careadlinkat.c, lib/careadlinkat.h, m4/gnulib-common.m4: Merge.
1827
1828 2011-06-02 Paul Eggert <eggert@cs.ucla.edu>
1829
1830 * lib/allocator.h, lib/careadlinkat.c: Merge from gnulib.
1831
1832 2011-05-30 Paul Eggert <eggert@cs.ucla.edu>
1833
1834 Use 'inline', not 'INLINE'.
1835 * configure.in (INLINE): Remove.
1836
1837 2011-05-29 Paul Eggert <eggert@cs.ucla.edu>
1838
1839 Adjust to recent gnulib change for @GUARD_PREFIX@.
1840 * lib/makefile.w32-in (getopt_h): Substitute @GUARD_PREFIX@, too.
1841 All uses of _GL_ for guard prefixes in lib/*.h replaced with
1842 _@GUARD_PREFIX@_.
1843
1844 2011-05-27 Paul Eggert <eggert@cs.ucla.edu>
1845
1846 * lib/getopt.c, lib/intprops.h: Merge from gnulib.
1847
1848 2011-05-24 Glenn Morris <rgm@gnu.org>
1849
1850 * Makefile.in (check): Just give a message if no test/ directory.
1851
1852 * configure.in: Avoid using variables inside AC_CONFIG_FILES.
1853
1854 * configure.in (OPT_MAKEFILES_IN): Remove.
1855 (SUBDIR_MAKEFILES): New variable, passed to AC_CONFIG_FILES.
1856 (SUBDIR_MAKEFILES_IN): New output variable.
1857 * Makefile.in (OPT_MAKEFILES_IN): Remove.
1858 (SUBDIR_MAKEFILES_IN): Let configure set it.
1859
1860 2011-05-24 Leo Liu <sdl.web@gmail.com>
1861
1862 * m4/sha1.m4:
1863 * m4/gl-comp.m4:
1864 * lib/sha1.h:
1865 * lib/sha1.c:
1866 * lib/makefile.w32-in (GNULIBOBJS):
1867 * lib/gnulib.mk:
1868 * Makefile.in (GNULIB_MODULES): Add crypto/sha1 module.
1869
1870 2011-05-24 Glenn Morris <rgm@gnu.org>
1871
1872 * configure.in: Remove test for already configured source directory.
1873 AM_INIT_AUTOMAKE has already done a more stringent test. (Bug#953)
1874
1875 * Makefile.in (TAGS, tags, check): Pass MFLAGS to sub-makes.
1876
1877 2011-05-24 Glenn Morris <rgm@gnu.org>
1878
1879 * make-dist: Don't distribute test/. (Bug#8107)
1880 * configure.in (OPT_MAKEFILES_IN): New output variable.
1881 (AC_CONFIG_FILES): Conditionally include test/automated/Makefile.
1882 * Makefile.in (OPT_MAKEFILES_IN): New, set by configure.
1883 (SUBDIR_MAKEFILES_IN): Use $OPT_MAKEFILES_IN.
1884 (check): Give an explicit error if test/ is not present.
1885
1886 * Makefile.in (SUBDIR_MAKEFILES_IN): New variable.
1887 (SUBDIR_MAKEFILES): Derive from $SUBDIR_MAKEFILES_IN.
1888 (Makefile): Use $SUBDIR_MAKEFILES_IN.
1889
1890 2011-05-23 Paul Eggert <eggert@cs.ucla.edu>
1891
1892 * lib/verify.h: Merge from gnulib.
1893
1894 2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
1895
1896 * lib/intprops.h, lib/stdint.in.h, m4/mktime.m4, m4/readlink.m4:
1897 Merge from gnulib.
1898
1899 2011-05-21 Andreas Schwab <schwab@linux-m68k.org>
1900
1901 * Makefile.in (AUTOMAKE_INPUTS): Add $(srcdir)/lib/gnulib.mk.
1902
1903 2011-05-20 Eli Zaretskii <eliz@gnu.org>
1904
1905 * .bzrignore: Add lib/stdio.in-h, lib/stdbool.h, and lib/stdint.h.
1906
1907 * config.bat: Concatenate lisp.mk onto the end of src/Makefile.
1908
1909 2011-05-20 Glenn Morris <rgm@gnu.org>
1910
1911 * configure.in (lisp_frag): New output file.
1912
1913 2011-05-19 Glenn Morris <rgm@gnu.org>
1914
1915 * configure.in (NS_SUPPORT, MOUSE_SUPPORT, TOOLTIP_SUPPORT)
1916 (WINDOW_SUPPORT): Remove output variables that are no longer used.
1917
1918 2011-05-17 Paul Eggert <eggert@cs.ucla.edu>
1919
1920 * lib/gnulib.mk:
1921 * lib/intprops.h:
1922 * lib/unistd.in.h:
1923 * m4/inttypes.m4:
1924 * m4/stdint.m4:
1925 * m4/unistd_h.m4: Sync from gnulib.
1926
1927 2011-05-14 Glenn Morris <rgm@gnu.org>
1928
1929 * configure.in: Treat failure to find an X toolkit the same way we treat
1930 failure to find X and image support.
1931
1932 2011-05-12 Glenn Morris <rgm@gnu.org>
1933
1934 * Makefile.in (src, install-arch-indep, bootstrap-clean)
1935 (check-declare): Shell portability fixes. (Bug#8642)
1936
1937 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1938
1939 * configure.in: Require GnuTLS 2.6.x or higher.
1940
1941 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
1942
1943 Use C99's va_copy to avoid undefined behavior on x86-64 GNU/Linux.
1944 * Makefile.in (GNULIB_MODULES): Add stdarg, for va_copy.
1945 * lib/stdarg.in.h, m4/stdarg.m4: New files, from gnulib.
1946
1947 * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional-dependencies.
1948 This new gnulib-tool option saves 'configure' the trouble of
1949 checking for strtoull when strtoumax exists.
1950
1951 * configure.in (BITS_PER_LONG_LONG): New macro.
1952
1953 2011-05-05 Glenn Morris <rgm@gnu.org>
1954
1955 * Makefile.in (bootstrap-clean): Save config.log. (Bug#765)
1956 (top_distclean): Delete config.log~.
1957
1958 2011-04-27 Ben Key <bkey76@gmail.com>
1959
1960 * configure.in: Fixed a bug that caused configure with
1961 --enable-checking=stringoverrun to have no effect.
1962
1963 2011-04-26 Paul Eggert <eggert@cs.ucla.edu>
1964
1965 * configure.in: Suppress unnecessary checks for size_t.
1966 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
1967 (size_t): Do not check for this, and do not typedef. This code
1968 is never exercised now.
1969
1970 * Makefile.in (GNULIB_MODULES): Add strtoumax.
1971 This is needed for the new integer-reading code in lread.c.
1972 It automatically pulls in the following gnulib files, which
1973 are used on old-fashioned platforms that don't have strtoumax:
1974 lib/inttypes.in.h, lib/strtoimax.c, lib/strtol.c, lib/strtoul.c,
1975 lib/strtoull.c, lib/strtoumax.c, lib/verify.h, m4/inttypes.m4,
1976 m4/strtoull.m4, m4/strtoumax.m4.
1977 * .bzrignore: Add lib/inttypes.h.
1978
1979 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
1980
1981 * configure.in: Check for GnuTLS certificate verify callbacks.
1982
1983 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1984
1985 * Makefile.in (config.status): Don't erase in case of error.
1986 In case it disappeared, rebuild it with `configure'.
1987
1988 2011-04-20 Ken Brown <kbrown@cornell.edu>
1989
1990 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.
1991
1992 2011-04-12 Glenn Morris <rgm@gnu.org>
1993
1994 * configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
1995
1996 2011-04-09 Paul Eggert <eggert@cs.ucla.edu>
1997
1998 * lib/allocator.c: New file, automatically generated by gnulib.
1999
2000 2011-04-07 Glenn Morris <rgm@gnu.org>
2001
2002 * autogen/update_autogen: Ignore comment diffs in ldefs-boot.el.
2003
2004 2011-04-06 Eli Zaretskii <eliz@gnu.org>
2005
2006 * lib/makefile.w32-in ($(BLD)/careadlinkat.$(O), GNULIBOBJS):
2007 Revert last change.
2008
2009 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
2010
2011 * lib/makefile.w32-in (GNULIBOBJS): Add careadlinkat.$(O).
2012 ($(BLD)/careadlinkat.$(O)): New target.
2013 ($(BLD)/dtoastr.$(O), $(BLD)/getopt.$(O), $(BLD)/getopt1.$(O))
2014 ($(BLD)/strftime.$(O), $(BLD)/time_r.$(O), $(BLD)/md5.$(O)):
2015 Update dependencies.
2016
2017 2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
2018
2019 Fix more problems found by GCC 4.6.0's static checks.
2020
2021 * configure.in (ATTRIBUTE_FORMAT, ATTRIBUTE_FORMAT_PRINTF): New macros.
2022
2023 Replace 2 copies of readlink code with 1 gnulib version (Bug#8401).
2024 * Makefile.in (GNULIB_MODULES): Add careadlinkat.
2025 * lib/allocator.h, lib/careadlinkat.c, lib/careadlinkat.h:
2026 * m4/ssize_t.m4: New files, automatically generated from gnulib.
2027
2028 2011-04-06 Glenn Morris <rgm@gnu.org>
2029
2030 * autogen/update_autogen: Handle loaddefs-like files as well.
2031 (usage): Add -l, -C.
2032 (clean, ldefs_flag, ldefs_in, ldefs_out): New variables.
2033 With -l, check status of lisp/ as well.
2034 With -C, clean before building.
2035 (autoreconf): Only pass -f in the `clean' case.
2036 (commit): New function.
2037
2038 2011-03-28 Glenn Morris <rgm@gnu.org>
2039
2040 * autogen/update_autogen: Pass -f to autoreconf.
2041
2042 * autogen.sh (get_version): Discard "not found" lines.
2043 (check_version): Respect $AUTOCONF etc environment variables.
2044
2045 2011-03-27 Glenn Morris <rgm@gnu.org>
2046
2047 * configure.in (AC_TYPE_SIGNAL): Remove obsolete macro.
2048 (AH_BOTTOM): Do not define SIGTYPE.
2049
2050 2011-03-26 Glenn Morris <rgm@gnu.org>
2051
2052 * configure.in: Replace obsolete macros AC_TRY_COMPILE, AC_TRY_LINK,
2053 AC_TRY_RUN with AC_COMPILE_IFELSE, AC_LINK_IFELSE, AC_RUN_IFELSE.
2054
2055 2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
2056
2057 * autogen/update_autogen: Remove useless function keyword.
2058
2059 2011-03-25 Eli Zaretskii <eliz@gnu.org>
2060
2061 * config.bat: Generate src/config.h and lib/Makefile from
2062 autogen/config.in and autogen/Makefile.in.
2063
2064 2011-03-25 Glenn Morris <rgm@gnu.org>
2065
2066 * compile, config.guess, config.sub, depcomp, install-sh, missing:
2067 Remove; autoreconf can supply them.
2068 * Makefile.in (sync-from-gnulib): Don't sync config.sub,
2069 config.guess, install-sh. Pass -i to autoreconf.
2070 * autogen/update_autogen (genfiles): Add compile, config.guess,
2071 config.sub, depcomp, install-sh, missing. Pass -i to autoreconf.
2072 Discard non-error output from autoreconf in -q case.
2073 * autogen/compile, autogen/config.guess, autogen/config.sub:
2074 * autogen/depcomp, autogen/install-sh, autogen/missing: New.
2075 * autogen/copy_autogen: Add compile, config.guess, config.sub, depcomp,
2076 install-sh, missing.
2077
2078 2011-03-23 Glenn Morris <rgm@gnu.org>
2079
2080 * autogen/update_autogen: Fix typo.
2081 (msg): Remove function; use `exec' instead.
2082
2083 * Makefile.in (mkdir): Use `install-sh -d' instead of mkinstalldirs.
2084 (sync-from-gnulib): Don't sync mkinstalldirs.
2085 * make-dist: Don't distribute mkinstalldirs.
2086
2087 2011-03-23 Paul Eggert <eggert@cs.ucla.edu>
2088
2089 Fix more problems found by GCC 4.5.2's static checks.
2090 * Makefile.in (GNULIB_MODULES): Add socklen.
2091 * configure.in: Do not check for sys/socket.h, since socklen does that.
2092 * m4/socklen.m4: New automatically-generated file, from gnulib.
2093
2094 fakemail: Remove dependency on ignore-value.
2095 * Makefile.in (GNULIB_MODULES): Add stdio.
2096 * lib/stdio.in.h, m4/stdio_h.m4: New files, automatically
2097 imported from gnulib.
2098 * .bzrignore: Add lib/stdio.h.
2099
2100 2011-03-22 Glenn Morris <rgm@gnu.org>
2101
2102 * autogen/copy_autogen: Work from ./ or ../.
2103 Fix time-stamps.
2104 * autogen.sh: Doc fix.
2105
2106 2011-03-20 Glenn Morris <rgm@gnu.org>
2107
2108 * autogen/: New directory, to be excluded from releases.
2109 * autogen/copy_autogen, autogen/update_autogen: New scripts.
2110 * autogen/README: New file.
2111 * autogen/aclocal.m4, autogen/config.in, autogen/configure:
2112 * autogen/Makefile.in: Add auto-updated generated files.
2113 * autogen.sh: No longer a no-op, now it tests for autotools
2114 and runs them as necessary.
2115 * configure.in: Default maintainer-mode to on.
2116 * aclocal.m4, configure, lib/Makefile.in: Remove files.
2117
2118 2011-03-13 Paul Eggert <eggert@cs.ucla.edu>
2119
2120 Update for gnulib.
2121 * Makefile.in (GNULIB_MODULES): Add intprops, as Emacs now
2122 includes <intprops.h> directly.
2123 * lib/sys_stat.in.h: New version from Gnulib, which fixes a bug
2124 when building Emacs on Solaris 9 and running it on Solaris 10.
2125
2126 2011-03-08 Jan Djärv <jan.h.d@swipnet.se>
2127
2128 * configure.in: Require 3.0 for --with-gtk3. Add HAVE_GTK3.
2129
2130 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2131
2132 * Version 23.3 released.
2133
2134 2011-03-06 Glenn Morris <rgm@gnu.org>
2135
2136 * configure.in (FREETYPE_LIBS): Actually set it to something.
2137
2138 2011-03-02 Paul Eggert <eggert@cs.ucla.edu>
2139
2140 Work around some portability problems with symlinks.
2141
2142 * Makefile.in (GNULIB_MODULES): Add lstat, readlink, symlink.
2143 * configure.in (lstat, HAVE_LSTAT): Remove special hack.
2144 * lib/dosname.h, lib/lstat.c, lib/readlink.c, lib/stat.c:
2145 * lib/symlink.c, m4/lstat.m4, m4/readlink.m4, m4/stat.m4:
2146 * m4/symlink.m4:
2147 New files, automatically generated from gnulib.
2148 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2149 * m4/gl-comp.m4, src/config.in, config.sub: Regenerate.
2150
2151 2011-02-26 Eli Zaretskii <eliz@gnu.org>
2152
2153 * .bzrignore: Ignore new lib/*.in-h files.
2154
2155 * config.bat: Rename stdint.in.h and sys_stat.in.h. Call
2156 depfiles.bat even if lib/deps already exist.
2157
2158 2011-02-25 Paul Eggert <eggert@cs.ucla.edu>
2159
2160 * configure, lib/Makefile.in, lib/getopt_int.h, lib/gnulib.mk:
2161 * lib/stdlib.in.h, m4/stdlib_h.m4: Regenerate to incorporate
2162 recent changes to configure.in and to gnulib.
2163
2164 2011-02-24 Glenn Morris <rgm@gnu.org>
2165
2166 * configure.in: Replace obsolete AC_OUTPUT() with AC_CONFIG_FILES(),
2167 AC_CONFIG_COMMANDS(), and AC_OUTPUT sans arguments.
2168
2169 2011-02-22 Paul Eggert <eggert@cs.ucla.edu>
2170
2171 Assume S_ISLNK etc. work, since gnulib supports this.
2172 * Makefile.in (GNULIB_MODULES): Add sys_stat.
2173 * configure.in: Check for lstat and set HAVE_LSTAT=0 if not.
2174 Pretend to be using the gnulib lstat module for benefit of sys/stat.h.
2175 * configure, lib/Makefile.in, lib/gnulib.mk: Regenerate.
2176
2177 2011-02-21 Paul Eggert <eggert@cs.ucla.edu>
2178
2179 * lib/min-max.h: New file, for "min" and "max".
2180
2181 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
2182
2183 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Added dependency on
2184 $(EMACS_ROOT)/nt/inc/stdint.h.
2185
2186 2011-02-21 Eli Zaretskii <eliz@gnu.org>
2187
2188 * lib/makefile.w32-in ($(BLD)/filemode.$(O)): Move from
2189 src/makefile.w32-in and adapt. Depend on stamp_BLD.
2190 (GNULIBOBJS): Add $(BLD)/filemode.$(O).
2191
2192 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
2193
2194 Import filemode module from gnulib.
2195 * .bzrignore: Add lib/sys/.
2196 * Makefile.in (GNULIB_MODULES): Add filemode.
2197 * lib/Makefile.am (MOSTLYCLEANDIRS): New macro.
2198 * lib/filemode.c: Renamed from src/filemode.c and regenerated
2199 from gnulib. This adds support for some more file types, e.g.,
2200 Cray DMF migrated files.
2201 * lisp/emacs-lisp/find-gc.el (find-gc-source-files): Remove filemode.c.
2202 * lib/filemode.h, lib/sys_stat.in.h, m4/filemode.m4, m4/st_dm_mode.m4:
2203 * m4/sys_stat_h.m4: New files, generated from gnulib.
2204 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2205 Regenerate.
2206
2207 2011-02-20 Eli Zaretskii <eliz@gnu.org>
2208
2209 * lib/makefile.w32-in ($(BLD)/md5.$(O)): Don't depend on
2210 $(EMACS_ROOT)/nt/inc/sys/stat.h.
2211
2212 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
2213
2214 * configure.in (C_WARNINGS_SWITCH): Do not prepend -Wno-pointer-sign.
2215 This undoes the 2006-01-02 change. The -Wno-pointer-sign option
2216 is no longer needed, due to the recent SSDATA and related changes.
2217 Perhaps -Wno-pointer-sign should also be removed from
2218 nextstep/Cocoa/Emacs.xcodeproj/project.pbxproj but I have no easy
2219 way to test this so I left it alone.
2220 * configure: Regenerate.
2221
2222 2011-02-20 Christoph Scholtes <cschol2112@gmail.com>
2223
2224 * lib/makefile.w32-in ($(BLD)/md5.$(O)): New recipe, moved from
2225 src/makefile.w32-in.
2226
2227 2011-02-20 Paul Eggert <eggert@cs.ucla.edu>
2228
2229 Import crypto/md5 and stdint modules from gnulib.
2230 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2231 Regenerate.
2232 * lib/md5.c, lib/md5.h: Rename from src/md5.h and lib/md5.h.
2233 Import the new versions from gnulib; they assume a C99-style
2234 <stdint.h>, supplied by the stdint module.
2235 * lib/stdint.in.h, m4/longlong.m4, m4/stdint.m4, m4/md5.m4: New files,
2236 imported from gnulib.
2237 * Makefile.in (MAKEFILE_MODULES): Add crypto/md5.
2238 * admin/notes/copyright: Remove src/md5.c and src/md5.h as
2239 special cases.
2240
2241 2011-02-19 Eli Zaretskii <eliz@gnu.org>
2242
2243 * .bzrignore: Ignore cxxdefs.h and lib/*.in-h files.
2244 Add lib/deps/.
2245
2246 * config.bat: Configure in `lib'.
2247 Generate *.Po files in lib/deps.
2248
2249 2011-02-18 Paul Eggert <eggert@cs.ucla.edu>
2250
2251 Import IRIX 6.5 getloadavg fixes from gnulib.
2252 * configure, lib/getloadavg.c, m4/getloadavg.m4: Regenerate.
2253
2254 2011-02-16 Paul Eggert <eggert@cs.ucla.edu>
2255
2256 Import getloadavg module from gnulib.
2257 * .bzrignore: Add lib/stdlib.h.
2258 * Makefile.in (GNULIB_MODULES): Add getloadavg.
2259 * admin/notes/copyright: Remove src/getloadavg.c as a special case.
2260 * configure.in (LIBS_SYSTEM): Omit -lkstat on sol2*; gnulib does this.
2261 (AC_CONFIG_LIBOBJ_DIR, AC_FUNC_GETLOADAVG, GETLOADAVG_FILES):
2262 Remove; gnulib does this now.
2263 * lib/getloadavg.c: Rename from src/getloadavg.c, and sync
2264 from gnulib. This adds support for several other systems, such
2265 as Tru64 4.0D, QNX, AIX perfstat, etc. It also fixes a potential
2266 buffer overrun on Linux hosts under very high load, and on hosts
2267 that maintain a channel to the load average file it makes sure
2268 the file descriptor is close-on-exec (on hosts that support this)
2269 and is not stdin, stdout, or stderr.
2270 * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4: New files,
2271 from gnulib.
2272 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2273 * src/config.in: Regenerate.
2274
2275 2011-02-15 Paul Eggert <eggert@cs.ucla.edu>
2276
2277 Merge from gnulib.
2278
2279 * install-sh: Update to scriptversion 2011-01-19.21.
2280
2281 2011-02-13 Bruno Haible <bruno@clisp.org>
2282
2283 Consistent macro naming for macros that use GCC __attribute__.
2284 * lib/ignore-value.h (_GL_ATTRIBUTE_DEPRECATED): Renamed from
2285 ATTRIBUTE_DEPRECATED.
2286
2287 2011-02-12 Bruno Haible <bruno@clisp.org>
2288
2289 setlocale: Prefer gnulib's override over libintl's override.
2290 * lib/gettext.h (setlocale): Redefine to rpl_setlocale if
2291 GNULIB_defined_setlocale is set.
2292
2293 2011-02-13 Glenn Morris <rgm@gnu.org>
2294
2295 * make-dist: Exclude generated file src/globals.h.
2296
2297 2011-02-10 Paul Eggert <eggert@cs.ucla.edu>
2298
2299 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
2300 Sync from gnulib, which has been patched to fix the problem
2301 with the license notices. Problem reported by Glenn Morris in
2302 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>.
2303
2304 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
2305
2306 * .bzrignore: Ignore globals.h and related stamp.
2307
2308 2011-02-09 Paul Eggert <eggert@cs.ucla.edu>
2309
2310 * lib/Makefile.in, lib/gnulib.mk: Regenerate.
2311 This merges the following fix from gnulib:
2312
2313 2011-02-08 Bruno Haible <bruno@clisp.org>
2314
2315 Split large sed scripts, for HP-UX sed.
2316
2317 2011-02-08 Tom Tromey <tromey@redhat.com>
2318
2319 * configure: Rebuild.
2320 * configure.in (NS_OBJC_OBJ): New subst.
2321
2322 2011-02-06 Paul Eggert <eggert@cs.ucla.edu>
2323
2324 gnulib: allow multiple gnulib generated replacements to coexist
2325 This defines a few preprocessor symbols that should not affect Emacs.
2326 * lib/getopt.in.h, lib/time.in.h, lib/unistd.in.h: Regenerate
2327 via "make sync-from-gnulib".
2328
2329 gnulib: undo previous change
2330 The upstream _HEADERS change was backed out of gnulib (see the
2331 same thread). Stay in sync with gnulib.
2332
2333 gnulib: adjust to upstream _HEADERS change
2334 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
2335 New empty macros, to accommodate recent changes to gnulib. See
2336 <http://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>.
2337 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
2338 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
2339 * lib/time.in.h, lib/unistd.in.h:
2340 Regenerate.
2341
2342 2011-02-05 Paul Eggert <eggert@cs.ucla.edu>
2343
2344 sync from gnulib to remove HAVE_STDBOOL_H
2345 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Renamed from
2346 AC_HEADER_STDBOOL. All uses changed. Do not define
2347 HAVE_STDBOOL_H, as gnulib does not need this. This change is
2348 imported from the latest Autoconf git. It was motivated by Emacs,
2349 which uses gnulib but does not need HAVE_STDBOOL_H.
2350 * configure, src/config.in: Regenerate.
2351 * config.guess, config.sub: Sync to 2011-02-02 versions (whitespace)
2352
2353 2011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2354
2355 allow C code to suppress warnings about ignored return values
2356 * Makefile.in (GNULIB_MODULES): Add ignore-value.
2357 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
2358 * lib/ignore-value.h: New file.
2359
2360 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
2361
2362 * configure.in: Test existence of xaw3d library, not just the
2363 header (Bug#7642).
2364
2365 2011-01-31 Eli Zaretskii <eliz@gnu.org>
2366
2367 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/strftime.$(O) and
2368 $(BLD)/time_r.$(O).
2369 ($(BLD)/dtoastr.$(O)): Depend on $(EMACS_ROOT)/src/s/ms-w32.h and
2370 $(EMACS_ROOT)/src/m/intel386.h.
2371 ($(BLD)/strftime.$(O)):
2372 ($(BLD)/time_r.$(O)): Define prerequisites.
2373
2374 2011-01-31 Paul Eggert <eggert@cs.ucla.edu>
2375
2376 src/emacs.c now gets version number from configure.in
2377 * configure.in (version): Set this from $PACKAGE_VERSION,
2378 which is set from AC_INIT, rather than scouting through src/emacs.c.
2379 * configure: Regenerate.
2380 * make-dist (version): Get it from configure.in, not src/emacs.c.
2381
2382 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2383
2384 strftime: import from gnulib
2385 * Makefile.in (GNULIB_MODULES): Add strftime.
2386 * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer
2387 needed.
2388 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4:
2389 Regenerate.
2390 * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files,
2391 imported from gnulib.
2392 * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise.
2393 This incorporates many changes from gnulib, including simpler
2394 handling of multibyte formats, porting to mingw32 and other
2395 platforms, and support for higher-resolution time stamps.
2396 Emacs does not yet use the higher-resolution interface.
2397
2398 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2399
2400 gnulib: import mktime and move-if-change fixes from gnulib
2401
2402 * configure: Regenerate from the following.
2403
2404 2011-01-30 Paul Eggert <eggert@cs.ucla.edu>
2405
2406 mktime: clarify long_int width checking
2407 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
2408 the top level, to make it clearer that the assumption about
2409 long_int width is being checked. See
2410 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>.
2411
2412 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
2413
2414 TYPE_MAXIMUM: avoid theoretically undefined behavior
2415 * lib/intprops.h (TYPE_MINIMUM, TYPE_MAXIMUM): Do not shift a
2416 negative number, which the C Standard says has undefined behavior.
2417 In practice this is not a problem, but might as well do it by the book.
2418 Reported by Rich Felker and Eric Blake; see
2419 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>.
2420 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
2421 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
2422
2423 mktime: #undef mktime before #defining it
2424 * lib/mktime.c (mktime) [DEBUG]: #undef mktime before #defining it.
2425
2426 mktime: systematically normalize tm_isdst comparisons
2427 * lib/mktime.c (isdst_differ): New function.
2428 (__mktime_internal): Use it systematically for all isdst comparisons.
2429 This completes the fix for libc BZ #6723, and removes the need for
2430 normalizing tm_isdst. See
2431 <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>
2432 (not_equal_tm) [DEBUG]: Use isdst_differ here, too.
2433
2434 mktime: fix some integer overflow issues and sidestep the rest
2435
2436 This was prompted by a bug report by Benjamin Lindner for MinGW
2437 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>.
2438 His bug is due to signed integer overflow (0 - INT_MIN), and I
2439 I scanned through mktime.c looking for other integer overflow
2440 problems, fixing all the bugs I found.
2441
2442 Although the C Standard says the resulting code is still not safe
2443 in the presence of integer overflow, in practice it should be good
2444 enough for all real-world two's-complement implementations, except
2445 for debugging environments that deliberately trap on integer
2446 overflow (e.g., gcc -ftrapv).
2447
2448 * lib/mktime.c (WRAPV): New macro.
2449 (SHR): Also check that long_int and time_t shift right in the
2450 usual way, before using the fast-but-unportable method.
2451 (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove, no longer
2452 used. The code already assumed two's complement, so there's
2453 no need to test for alternatives. All uses removed.
2454 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
2455 the C standard. Problem reported by Rich Felker in
2456 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>.
2457 (twos_complement_arithmetic): Also check long_int and time_t.
2458 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
2459 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
2460 (__mktime_internal): Avoid integer overflow with unary subtraction
2461 in two instances where -1 - X is an adequate replacement for -X,
2462 since the calculations are approximate.
2463
2464 2011-01-29 Eric Blake <eblake@redhat.com>
2465
2466 mktime: avoid infinite loop
2467 * m4/mktime.m4 (AC_FUNC_MKTIME): Avoid overflow on possibly-signed
2468 type; behavior is still undefined but portable to all known targets.
2469 Reported by Rich Felker.
2470
2471 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2472
2473 mktime: avoid problems on NetBSD 5 / i386
2474 * lib/mktime.c (long_int): New type. This works around a problem
2475 on NetBSD 5 / i386, where 'long int' and 'int' are both 32 bits
2476 but time_t is 64 bits, and where I expect the existing code is
2477 wrong in some cases.
2478 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it.
2479 (ydhms_diff): Bring back the compile-time check for wide-enough
2480 year and yday.
2481
2482 mktime: fix misspelling in comment
2483 * lib/mktime.c (__mktime_internal): Fix misspelling in comment.
2484 This merges all recent glibc changes of importance.
2485
2486 2011-01-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2487
2488 move-if-change: cope with concurrent mv of identical file.
2489 * move-if-change (CMPPROG): Accept environment
2490 variable as an override for `cmp'.
2491 (usage): Document CMPPROG.
2492 Adjust comparison to drop stdout. Cope with failure of mv if
2493 the target file exists and is identical to the source, for
2494 parallel builds.
2495 Report from H.J. Lu against binutils in PR binutils/12283.
2496
2497 2011-01-29 Eli Zaretskii <eliz@gnu.org>
2498
2499 * lib/makefile.w32-in:
2500 * lib/getopt_.h: New files.
2501
2502 2011-01-28 Paul Eggert <eggert@cs.ucla.edu>
2503
2504 improve fix for MS-DOS file name clash
2505 * Makefile.in (DOS_gnulib_comp.m4): Renamed from DOS-gnulib-comp.m4,
2506 for portability to POSIX make. Reported by Bruno Haible.
2507 (sync-from-gnulib): Copy gl-comp.m4 (if present) back to
2508 gnulib-comp.m4 before running gnulib-tool, to prevent old gnulib
2509 files from accumulating as garbage. Also reported by Bruno Haible.
2510
2511 2011-01-27 Paul Eggert <eggert@cs.ucla.edu>
2512
2513 fix two m4/gnulib-*.m4 file names that clashed under MS-DOS
2514 * Makefile.in (DOS-gnulib-comp.m4): New macro.
2515 (sync-from-gnulib): Rename m4/gnulib-comp.m4 to m4/gl-comp.m4 to avoid
2516 problems with MS-DOS 8+3 file name restrictions.
2517 Remove m4/gnulib-cache.m4, as we can live without it. If we kept
2518 it, it would also cause problems when extracting Emacs distribution
2519 tarballs on MS-DOS hosts.
2520 (ACLOCAL_INPUTS): Adjust to file renaming.
2521 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
2522 * config.guess, config.sub: Sync from gnulib.
2523 * m4/gnulib-cache.m4: Remove from repository.
2524 * m4/gl-comp.m4: Rename from m4/gnulib-comp.m4.
2525
2526 2011-01-25 Glenn Morris <rgm@gnu.org>
2527
2528 * README: Add a note about ranges in copyright years.
2529
2530 * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).
2531
2532 2011-01-25 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
2533
2534 * configure.in: Add HP-UX on IA64 (Bug#6811).
2535
2536 2011-01-24 Paul Eggert <eggert@cs.ucla.edu>
2537
2538 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
2539 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
2540 as it is no longer needed.
2541 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
2542 * configure.in: Invoke the new gnulib macro
2543 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
2544 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
2545 * m4/getopt.m4: Sync from gnulib; this removes the need for
2546 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
2547 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
2548 New macro, synced from gnulib.
2549 * m4/warn-on-use.m4: Remove.
2550
2551 2011-01-22 Paul Eggert <eggert@cs.ucla.edu>
2552
2553 aclocal.m4: put this file back into repository
2554 This way, we don't have to assume that the maintainer has
2555 the automake package installed. See
2556 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>.
2557 * .bzrignore: Remove aclocal.m4, undoing the previous change.
2558 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
2559 undoing the previous change.
2560 * aclocal.m4: New file (actually, resurrected).
2561
2562 2011-01-22 Miles Bader <miles@gnu.org>
2563
2564 * configure.in: Don't zero-out FONTCONFIG_CFLAGS and
2565 FONTCONFIG_LIBS when building with XFT (doing so is incorrect, as
2566 Emacs directly uses fontconfig, and breaks building when using a
2567 strict linker).
2568
2569 2011-01-21 Paul Eggert <eggert@cs.ucla.edu>
2570
2571 src/config.in: shrink slightly
2572 * configure.in: Invoke the new gnulib macro gl_ASSERT_NO_GNULIB_TESTS.
2573 This makes src/config.in a bit smaller, by removing identifiers
2574 like GNULIB_TEST_MKTIME that Emacs does not need.
2575 * m4/getopt.m4, m4/gnulib-common.m4, m4/include_next.m4:
2576 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/unistd_h.m4:
2577 Sync from gnulib. This removes a few more unnecessary symbols from
2578 src/config.in, such as AA_APPLE_UNIVERSAL_BUILD and HAVE_STDDEF_H.
2579 * configure, src/config.in: Regenerate.
2580
2581 aclocal.m4: tweaks to regenerate more conveniently
2582 This attempts to act better when the source is in a weird state. See
2583 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>.
2584 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
2585 * .bzrignore: Add aclocal.m4.
2586
2587 2011-01-20 Paul Eggert <eggert@cs.ucla.edu>
2588
2589 aclocal.m4: omit auto-generated file from repository
2590 * Makefile.in (top_maintainer_clean): Remove aclocal.m4; this undoes
2591 the most recent change here.
2592 * aclocal.m4: Remove from bzr repository. This file is
2593 auto-generated and isn't needed to run 'configure'. See
2594 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>.
2595
2596 2011-01-19 Paul Eggert <eggert@cs.ucla.edu>
2597
2598 Minor Makefile.in tweaks to build from gnulib better.
2599 <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>
2600 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
2601 (top_maintainer_clean): Don't remove aclocal.m4.
2602
2603 2011-01-18 Paul Eggert <eggert@cs.ucla.edu>
2604
2605 Minor cleanups for 'bzr status'
2606 * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
2607 the output of config.guess.
2608 * Makefile.in (top_distclean): Remove stamp-h1 too.
2609
2610 * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
2611 defined if the compiler supports GCC-style __attribute__
2612 ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support
2613 this syntax.
2614
2615 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
2616
2617 Makefile.in: tidy up the building of lib
2618 * Makefile.in (am--refresh): Mark as .PHONY.
2619 (top_maintainer_clean): Don't remove lib/gnulib.mk m4/gnulib-cache.m4,
2620 as they're not rebuilt unless you do a "make sync-from-gnulib"
2621 and the former is needed for "configure".
2622 (maintainer-clean): Don't recurse into lib, as "make bootstrap-clean"
2623 has already removed lib/Makefile.
2624
2625 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
2626 This avoids building ftoastr and ldtoastr, which aren't needed. See
2627 <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>.
2628
2629 * .bzrignore: Add .h files that are host-dependent.
2630 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,
2631 lib/time.h, lib/unistd.h, lib/warn-on-use.h. These are
2632 host-dependent and are built as part of an ordinary 'make', and
2633 should not be checked in.
2634
2635 * lib/Makefile.in: Regenerate.
2636 * lib/COPYING: New file, a copy of COPYING.
2637
2638 * configure: Regenerate.
2639 * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
2640
2641 Regenerate.
2642 * lib/getopt.c, lib/getopt.in.h, lib/getopt1.c, lib/getopt_int.h:
2643 * lib/gettext.h, lib/unistd.in.h, m4/unistd_h.m4:
2644 New files, copied from gnulib by gnulib-tool.
2645 * aclocal.m4, configure, lib/Makefile.in, m4/getopt.m4:
2646 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2647 Regenerate.
2648
2649 Use gnulib's getopt-gnu module.
2650 * Makefile.in (GNULIB_MODULES): Add getopt-gnu.
2651 (AUTOCONF_INPUTS): Remove getopt.m4; aclocal.m4 is a good-enough
2652 representative of the dependencies.
2653 * configure.in: Do not configure getopt, as gnulib does that now.
2654 * make-dist: Do not worry about lib-src/getopt.h, as gnulib handles
2655 getopt now, in lib.
2656
2657 Regenerate.
2658 * arg-nonnull.h, c++defs.h, lib/mktime-internal.h, lib/mktime.c:
2659 * lib/stddef.in.h, lib/time.h, lib/time.in.h, lib/time_r.c:
2660 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4:
2661 * m4/multiarch.m4, m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4:
2662 * m4/extensions.m4, m4/include_next.m4, m4/mktime.m4, m4/multiarch.m4:
2663 * m4/stddef_h.m4, m4/time_h.m4, m4/time_r.m4, m4/warn-on-use.m4:
2664 * m4/wchar_t.m4, warn-on-use.h:
2665 New files, copied from gnulib by gnulib-tool.
2666 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2667 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2668 Regenerate.
2669
2670 Use gnulib's mktime module.
2671 * Makefile.in (GNULIB_MODULES): Add mktime.
2672 * configure.in: Remove code no longer needed, as gnulib now does it.
2673 (AC_CHECK_FUNCS): Remove mktime.
2674 (AC_FUNC_MKTIME, BROKEN_MKTIME): Remove.
2675 (__restrict): Remove, as this now gets in the way of the C99
2676 support for 'restrict' pulled in by the gnulib mktime module.
2677 Code should now use 'restrict' and not '__restrict".
2678 (mktime): Remove.
2679 * make-dist: Put gnulib-generated files arg-nonnull.h, c++defs.h,
2680 and warn-on-use.h into the distribution.
2681
2682 Regenerate.
2683 * lib/dtoastr.c, lib/ftoastr.c, lib/ftoastr.h, lib/intprops.h:
2684 * lib/ldtoastr.c, m4/c-strtod.m4:
2685 New files, copied from gnulib by gnulib-tool.
2686 * lib/dummy.c: Remove.
2687 * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk:
2688 * m4/gnulib-cache.m4, m4/gnulib-comp.m4, src/config.in:
2689 Regenerate.
2690
2691 Use gnulib's ftoastr module.
2692 * Makefile.in (GNULIB_MODULES): Add ftoastr. Remove dummy.
2693
2694 Regenerate.
2695 * aclocal.m4, compile, depcomp, lib/Makefile.in, lib/dummy.c:
2696 * lib/gnulib.mk, m4/00gnulib.m4, m4/gnulib-cache.m4:
2697 * m4/gnulib-common.m4, m4/gnulib-comp.m4, m4/gnulib-tool.m4, missing:
2698 New files, generated automatically, with 'make sync-from-gnulib'
2699 followed by 'make'.
2700 * configure, lisp/dired.el, src/config.in: Regenerate.
2701
2702 Automate syncing from gnulib.
2703 * INSTALL, README: Document new subdirectory 'lib'.
2704 * Makefile.in (SUBDIR): Add lib.
2705 (SUBDIR_MAKEFILES): Add lib/Makefile.
2706 (lib-src, src, TAGS, tags): Depend on lib.
2707 (gnulib_srcdir, GNULIB_MODULES, GNULIB_TOOL_FLAGS): New macros.
2708 ($(gnulib_srcdir)): New rule.
2709 (sync-from-gnulib): New rule, which is .PHONY.
2710 (lib): New rule, which is like lib-src.
2711 (Makefile): Depend on lib/Makefile.in.
2712 (AUTOCONF_INPUTS): Depend on aclocal.m4.
2713 (ACLOCAL_INPUTS, AUTOMAKE_INPUTS): New macros.
2714 ($(srcdir)/aclocal.m4, $(srcdir)/lib/Makefile.in): New rules.
2715 (am--refresh): New rule, to pacify Automake.
2716 (mostlyclean, clean, distclean, bootstrap-clean, maintainer-clean):
2717 Clean lib, too.
2718 (top_maintainer_clean): New macro, to remove gnulib-tool and Automake
2719 droppings.
2720 (maintainer-clean, extraclean): Use it.
2721 * configure.in: Initialize for automake and gnulib, by invoking
2722 AM_INIT_AUTOMAKE, AM_PROG_CC_C_O, gl_EARLY, and gl_INIT. Output
2723 lib/Makefile, too. Use automake to build gnulib, as gnulib works
2724 more conveniently with automake.
2725 * lib/Makefile.am: New file.
2726 * make-dist: Also put into the distribution aclocal.m4,
2727 compile, depcomp, missing, and the files under lib/.
2728
2729 2011-01-15 Glenn Morris <rgm@gnu.org>
2730
2731 * Makefile.in (epaths-force): No more arch-tag to edit.
2732
2733 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2734
2735 * configure.in: Bump min libxml2 version to 2.6.17 (Bug#7603).
2736
2737 2011-01-14 Paul Eggert <eggert@cs.ucla.edu>
2738
2739 * make-dist: Distribute test/ files too.
2740 Distribute every file under test/ that is under version control,
2741 using patterns like *.el to capture files that are added later.
2742 Without this change, "configure" would fail, because it would
2743 attempt to build from a Makefile.in that was not distributed.
2744
2745 2011-01-13 Christian Ohler <ohler@gnu.org>
2746
2747 * Makefile.in (INFO_FILES): Add ERT.
2748
2749 * Makefile.in (check): Run tests in test/automated.
2750
2751 * Makefile.in:
2752 * configure.in: Add test/automated/Makefile.
2753
2754 2011-01-07 Paul Eggert <eggert@cs.ucla.edu>
2755
2756 * install-sh, mkinstalldirs, move-if-change: Update from master
2757 source in gnulib.
2758
2759 * config.guess, config.sub: Updated from master source.
2760
2761 2011-01-05 Andreas Schwab <schwab@linux-m68k.org>
2762
2763 * configure.in: Check for __builtin_unwind_init.
2764
2765 2011-01-05 Glenn Morris <rgm@gnu.org>
2766
2767 * configure.in (HAVE_MAKEINFO): New output variable.
2768 (MAKEINFO): Reset to "makeinfo" if not found.
2769 * Makefile.in (install-arch-indep, info):
2770 Replace MAKEINFO = off with HAVE_MAKEINFO = no.
2771
2772 2010-12-29 Ulrich Mueller <ulm@gentoo.org>
2773
2774 * configure.in: Make gameuser configurable (Bug#7717).
2775
2776 2010-12-15 Glenn Morris <rgm@gnu.org>
2777
2778 * Makefile.in (install-arch-dep, uninstall): Remove code relating to the
2779 long absent lib-src/fns-*.el.
2780
2781 2010-12-11 Glenn Morris <rgm@gnu.org>
2782
2783 * make-dist: Exclude etc/*.pyc.
2784
2785 2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
2786
2787 * configure.in: Don't double machfile in final message.
2788
2789 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
2790
2791 * configure.in: Fix last change.
2792
2793 2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
2794
2795 * configure.in: Remove reference to removed machine description
2796 files and allow $machine and $machfile to be empty. Substitute
2797 M_FILE/S_FILE instead of machfile/opsysfile.
2798
2799 2010-12-03 Glenn Morris <rgm@gnu.org>
2800
2801 * make-dist: Remove EMACS_UNIBYTE unsetting; it does nothing.
2802
2803 2010-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2804
2805 * configure.in <AC_CHECK_HEADERS>: Remove sys/ioctl.h.
2806 (EXTERNALLY_VISIBLE): New definition.
2807
2808 2010-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2809
2810 * configure.in (INLINE): Do not depend on OPTIMIZE, unused.
2811
2812 2010-11-15 Dan Nicolaescu <dann@ics.uci.edu>
2813
2814 * configure.in: Do not check for unconditionally included headers.
2815
2816 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2817
2818 * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes.
2819
2820 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
2821
2822 * configure.in: Don't write a warning for D-Bus anymore.
2823
2824 2010-11-06 Andreas Schwab <schwab@linux-m68k.org>
2825
2826 * configure.in: Fix indentation.
2827
2828 2010-10-31 Ken Brown <kbrown@cornell.edu>
2829
2830 * configure.in (checking whether localtime caches TZ): Use
2831 unsetenv instead of modifying environment directly.
2832
2833 2010-10-25 Andreas Schwab <schwab@linux-m68k.org>
2834
2835 * configure.in (checking for -znocombreloc): Use AC_LANG_PROGRAM
2836 to avoid warning.
2837
2838 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2839
2840 * configure.in: Remove the BROKEN annotation from GnuTLS.
2841
2842 2010-10-22 Glenn Morris <rgm@gnu.org>
2843
2844 * make-dist: Avoid listing .el files twice. Don't try to run
2845 autoconf if --no-update.
2846
2847 2010-10-20 Glenn Morris <rgm@gnu.org>
2848
2849 * make-dist: No longer create lisp/MANIFEST.
2850
2851 2010-10-14 Glenn Morris <rgm@gnu.org>
2852
2853 * BUGS, INSTALL.BZR, README: Updates.
2854
2855 2010-10-13 Glenn Morris <rgm@gnu.org>
2856
2857 * make-dist: Remove --compress. Check for the appropriate
2858 gzip-like executable, and if not found, don't compress.
2859 Check version number in README, don't change it.
2860 Use find for nt/inc/*.h.
2861
2862 2010-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2863
2864 * configure (ns_appdir, OLDXMENU, TOOLTIP_SUPPORT): Remove
2865 trailing / from directory names.
2866
2867 2010-10-12 Glenn Morris <rgm@gnu.org>
2868
2869 * make-dist: Update and simplify.
2870
2871 2010-10-12 Eli Zaretskii <eliz@gnu.org>
2872
2873 * make-dist: Don't distribute src/buildobj.h. (Bug#7167)
2874
2875 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
2876
2877 * configure.in (PROFILING_LDFLAGS): Do not define, remove all uses.
2878
2879 2010-10-09 Glenn Morris <rgm@gnu.org>
2880
2881 * make-dist: No more doc/emacs/*.texi.in.
2882
2883 * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
2884
2885 2010-10-09 Glenn Morris <rgm@gnu.org>
2886
2887 * configure.in: Combine some conditionals.
2888
2889 * configure.in (AC_OUTPUT): Add doc/emacs/emacsver.texi.
2890 * make-dist: Include doc/emacs/*.texi.in.
2891
2892 * INSTALL, make-dist: Remove references to b2m.
2893 * Makefile.in (MAN_PAGES): Remove b2m.1.
2894
2895 2010-10-05 Glenn Morris <rgm@gnu.org>
2896
2897 * .dir-locals.el: The Emacs convention is sentence-end-double-space.
2898
2899 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2900
2901 * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.
2902
2903 2010-10-01 Dan Nicolaescu <dann@ics.uci.edu>
2904
2905 * configure.in: Include stdlib.h and string.h unconditionally.
2906
2907 2010-09-29 Romain Francoise <romain@orebokech.com>
2908
2909 * configure.in: Don't enable ImageMagick unless HAVE_X11.
2910
2911 2010-09-28 Glenn Morris <rgm@gnu.org>
2912
2913 * configure.in (HAVE_GNUTLS): Add a description to make autoheader
2914 happy.
2915
2916 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2917
2918 * configure.in: Enable imagemagick by default.
2919
2920 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2921
2922 * configure.in (HAVE_GNUTLS): Don't break if we don't have the
2923 GnuTLS libraries.
2924
2925 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
2926
2927 * configure.in: Set up GnuTLS.
2928
2929 2010-09-22 Chong Yidong <cyd@stupidchicken.com>
2930
2931 * configure.in: Announce whether libxml2 is linked to.
2932
2933 2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
2934
2935 * configure.in (LINKER): Rename to LD_FIRSTFLAG, do not include $(CC).
2936
2937 2010-09-18 Eli Zaretskii <eliz@gnu.org>
2938
2939 * config.bat: Detect that libxml2 is installed and if so, build
2940 with it.
2941
2942 2010-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2943
2944 * configure.in (HAVE_LIBXML2): Check that the libxml2 we found can
2945 be used. This fixes a conf problem on Mac OS X.
2946
2947 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2948
2949 * configure.in: Check for libxml2.
2950
2951 2010-09-09 Glenn Morris <rgm@gnu.org>
2952
2953 * make-dist: No more TODO files under lisp/.
2954
2955 2010-09-04 Eli Zaretskii <eliz@gnu.org>
2956
2957 * config.bat: Produce lisp/gnus/_dir-locals.el from
2958 lisp/gnus/.dir-locals.el.
2959
2960 2010-08-23 Andreas Schwab <schwab@linux-m68k.org>
2961
2962 * configure.in: Fix check for librsvg, imagemagick and
2963 MagickExportImagePixels.
2964
2965 2010-08-18 Joakim Verona <joakim@verona.se>
2966
2967 * Makefile.in, configure.in: Checks for ImageMagick.
2968
2969 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
2970
2971 * configure.in (AC_PREREQ): Require autoconf 2.65.
2972
2973 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2974
2975 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
2976
2977 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
2978
2979 * configure.in: Add AC_C_BIGENDIAN.
2980
2981 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
2982
2983 * configure.in (ORDINARY_LINK): Use on hpux* too.
2984
2985 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
2986
2987 * configure.in: Check for util.h.
2988 Use -Wimplicit-function-declaration if compiler supports it.
2989
2990 2010-08-05 Eli Zaretskii <eliz@gnu.org>
2991
2992 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
2993
2994 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
2995
2996 * configure.in: Restore accidentally removed use of
2997 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
2998
2999 2010-07-29 Chad Brown <yandros@mit.edu>
3000
3001 * configure.in: Check for dirent.h.
3002
3003 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
3004
3005 * configure.in: Remove reference to usg5-4, unused.
3006
3007 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
3008
3009 * configure.in: Check for __executable_start.
3010
3011 2010-07-24 Ken Brown <kbrown@cornell.edu>
3012
3013 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
3014
3015 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
3016
3017 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
3018
3019 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
3020
3021 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
3022
3023 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
3024
3025 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
3026 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
3027 (C_OPTIMIZE_SWITCH): Remove.
3028 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
3029
3030 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
3031
3032 * configure.in: Don't check for index and rindex, check for strchr
3033 and strrchr. Define strchr and strrchr as index and rindex,
3034 resp., in src/config.h if not available.
3035
3036 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
3037
3038 * configure.in: Use -Wold-style-definition if available.
3039 This helps with the transition to standard C code, it can be
3040 removed when done.
3041
3042 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
3043
3044 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
3045 and MSWindows.
3046
3047 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
3048
3049 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
3050 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
3051
3052 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
3053
3054 * configure.in (getenv): Remove K&R declaration.
3055
3056 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
3057
3058 * configure.in: Remove define __P.
3059
3060 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
3061
3062 * configure.in (--enable-use-lisp-union-type): New flag.
3063
3064 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
3065
3066 Fix CFLAGS for non-GCC compilers.
3067 * configure.in (CFLAGS): Always use -g like it was done before the
3068 2010-03-30 change.
3069 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
3070 (Bug#6538)
3071
3072 2010-06-30 Glenn Morris <rgm@gnu.org>
3073
3074 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
3075 Set with AC_DEFINE rather than AH_BOTTOM.
3076
3077 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
3078 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
3079 Set with shell, not cpp.
3080 (LIBX): Remove, just use -lX11 in the one place this was used.
3081 (cannot_dump): Replace with CANNOT_DUMP.
3082
3083 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
3084
3085 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
3086 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
3087 by minimum required Gtk+ 2.6). Add checks for functions introduced
3088 in Gtk+ 2.14 or newer (bug#6505).
3089
3090 2010-06-26 Eli Zaretskii <eliz@gnu.org>
3091
3092 * config.bat: Remove white space around "+" in COPY commands.
3093
3094 2010-06-23 Glenn Morris <rgm@gnu.org>
3095
3096 * info/dir: Start descriptions in column 32, per Texinfo convention.
3097
3098 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
3099
3100 * INSTALL: Update font information (Bug#6389).
3101
3102 2010-06-16 Glenn Morris <rgm@gnu.org>
3103
3104 * INSTALL: General update.
3105
3106 2010-06-12 Glenn Morris <rgm@gnu.org>
3107
3108 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
3109
3110 2010-06-11 Glenn Morris <rgm@gnu.org>
3111
3112 * configure.in (--without-compress-info): New option.
3113 (GZIP_INFO): New output variable.
3114
3115 * Makefile.in (GZIP_INFO): New, set by configure.
3116 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
3117 Handle man pages in the same way.
3118
3119 2010-06-10 Glenn Morris <rgm@gnu.org>
3120
3121 * Makefile.in (install-arch-indep): Gzip the info files too.
3122
3123 * make-dist: Remove references to non-existent directories and files.
3124
3125 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
3126
3127 * configure.in: Include <strings.h> and <string.h> instead of
3128 "strings.h" and "string.h".
3129
3130 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
3131
3132 * configure.in: Remove code dealing with BSTRING.
3133
3134 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
3135
3136 * configure.in (AC_PREREQ): Require autoconf 2.65.
3137
3138 * configure.in (unxec): Do not define and substitute.
3139 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
3140
3141 2010-06-03 Glenn Morris <rgm@gnu.org>
3142
3143 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
3144
3145 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
3146
3147 Fix alloca definition when using gcc on non-gnu systems.
3148 * configure.in: Use the code sequence indicated by "info autoconf"
3149 for alloca (bug#6170).
3150
3151 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3152
3153 * .bzrignore: Ignore new files from trunk, which appear if you use
3154 colocated branches (i.e. "bzr switch").
3155
3156 2010-05-28 Glenn Morris <rgm@gnu.org>
3157
3158 * configure.in: Simplify some of the $canonical tests.
3159
3160 2010-05-27 Glenn Morris <rgm@gnu.org>
3161
3162 * config.bat: Do not preprocess src/Makefile.in.
3163
3164 * configure.in: Do not preprocess src/Makefile.in.
3165 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
3166 (AC_EGREP_CPP): Test no longer needed.
3167
3168 * make-dist: No more Makefile.c files.
3169
3170 2010-05-26 Glenn Morris <rgm@gnu.org>
3171
3172 * configure.in (YMF_PASS_LDFLAGS): Remove.
3173 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
3174
3175 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
3176 Add $GNUSTEP_LOCAL_HEADERS.
3177 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
3178
3179 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
3180 (GNUSTEP_MAKEFILES): Remove.
3181 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
3182 stuff to here.
3183
3184 2010-05-25 Glenn Morris <rgm@gnu.org>
3185
3186 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
3187 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
3188
3189 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
3190 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
3191 here instead.
3192
3193 2010-05-24 Romain Francoise <romain@orebokech.com>
3194
3195 * make-dist: Look for version in src/emacs.c.
3196 Use lisp/subr.el rather than lisp/version.el for location check.
3197
3198 2010-05-21 Glenn Morris <rgm@gnu.org>
3199
3200 * configure.in (MKDEPDIR): Parallel build tweak.
3201
3202 * configure.in (ns_frag): New output file.
3203
3204 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
3205 (OLDXMENU_TARGET): Set to empty if USE_GTK.
3206
3207 * configure.in (cannot_dump): New output variable.
3208
3209 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
3210
3211 * configure.in: On NetBSD, if terminfo is found, use it in
3212 preference to termcap. (Bug#6190)
3213
3214 2010-05-20 Glenn Morris <rgm@gnu.org>
3215
3216 * make-dist (src): Include *.mk.
3217 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
3218 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
3219 (deps_frag): New output file.
3220 (AUTO_DEPEND): Remove this definition.
3221
3222 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
3223
3224 2010-05-19 Glenn Morris <rgm@gnu.org>
3225
3226 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
3227 (ORDINARY_LINK): New AC_DEFINE.
3228 (LIB_GCC): No need to set if ORDINARY_LINK.
3229
3230 2010-05-18 Glenn Morris <rgm@gnu.org>
3231
3232 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
3233 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
3234
3235 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
3236 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
3237 (RALLOC_OBJ): New output variable.
3238
3239 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
3240 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
3241
3242 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * Makefile.in (src): Provide the name of the VCS file that witnesses
3245 a pull.
3246 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
3247
3248 2010-05-17 Glenn Morris <rgm@gnu.org>
3249
3250 * configure.in (OLDXMENU_DEPS): New output variable.
3251
3252 2010-05-16 Glenn Morris <rgm@gnu.org>
3253
3254 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
3255
3256 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
3257 * Makefile.in (install-arch-dep): Update for above change.
3258
3259 * Makefile.in (ns_appdir): Remove.
3260 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
3261
3262 * configure.in (TEMACS_LDFLAGS2): New output variable.
3263
3264 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
3265 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
3266 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
3267 nothing uses.
3268
3269 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
3270
3271 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
3272 does not use them.
3273 (X11R5_INHIBIT_I18N): Remove, unused.
3274
3275 2010-05-15 Glenn Morris <rgm@gnu.org>
3276
3277 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
3278
3279 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
3280
3281 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
3282
3283 * configure.in: Look for version string in its new location.
3284
3285 2010-05-15 Eli Zaretskii <eliz@gnu.org>
3286
3287 * config.bat: Remove support for DJGPP v1.x.
3288
3289 2010-05-15 Glenn Morris <rgm@gnu.org>
3290
3291 * configure.in (OLDXMENU_TARGET): New output variable.
3292
3293 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
3294
3295 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
3296 and other files that no longer exist.
3297
3298 2010-05-14 Glenn Morris <rgm@gnu.org>
3299
3300 * configure.in (cpp_undefs): Add mktime, register, X11.
3301
3302 * configure.in (GPM_MOUSE_SUPPORT): Remove.
3303 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
3304 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
3305
3306 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
3307 (GNUSTEP_MAKEFILES): Do not output.
3308
3309 2010-05-13 Glenn Morris <rgm@gnu.org>
3310
3311 * configure.in: Fix some paren typos.
3312
3313 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
3314
3315 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
3316
3317 2010-05-12 Glenn Morris <rgm@gnu.org>
3318
3319 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
3320
3321 * configure.in (LIB_GCC): New output variable.
3322
3323 2010-05-11 Glenn Morris <rgm@gnu.org>
3324
3325 * make-dist (msdos): No more mainmake.
3326
3327 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
3328 * config.bat: Do not run cpp on lib-src/Makefile.in.
3329
3330 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
3331
3332 2010-05-10 Glenn Morris <rgm@gnu.org>
3333
3334 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
3335
3336 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
3337 (BLESSMAIL_TARGET): New output variable.
3338
3339 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
3340
3341 * INSTALL: Fix typos.
3342
3343 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3344
3345 * configure.in: Add check for buggy version of GCC (Bug#6031).
3346
3347 2010-05-08 Glenn Morris <rgm@gnu.org>
3348
3349 * configure.in (HAVE_LIBNCURSES): New local variable.
3350 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
3351 replacing cpp in src/s/*.h and src/Makefile.in.
3352
3353 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3354
3355 * Version 23.2 released.
3356
3357 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3358
3359 * configure.in: Add tests for `isnan' and `copysign'.
3360
3361 2010-05-07 Eli Zaretskii <eliz@gnu.org>
3362
3363 * config.bat: Allow for 2 leading `#'s in comments in
3364 src/Makefile.in.
3365
3366 2010-05-07 Glenn Morris <rgm@gnu.org>
3367
3368 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
3369 Merges logic from src/s/* and src/Makefile.in.
3370 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3371
3372 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3373
3374 Define START_FILES and LIB_STANDARD using autoconf.
3375 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
3376 here from src/s/*.h.
3377 (HAVE_CRTIN): Remove, inline logic in the netbsd
3378 START_FILES/LIB_STANDARD computation.
3379
3380 2010-05-06 Glenn Morris <rgm@gnu.org>
3381
3382 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
3383
3384 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
3385 (LD_SWITCH_X_SITE): Remove unused variables.
3386
3387 2010-05-04 Glenn Morris <rgm@gnu.org>
3388
3389 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
3390 as well.
3391 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
3392
3393 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
3394
3395 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
3396 variables, replacing c_switch_machine, c_switch_system.
3397 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
3398 @c_switch_system@.
3399
3400 2010-05-03 Glenn Morris <rgm@gnu.org>
3401
3402 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
3403
3404 * make-dist: There are no more src/m/*.inp files.
3405
3406 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3407
3408 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
3409 (ac_link): Do not use ld_switch_machine.
3410
3411 2010-05-01 Glenn Morris <rgm@gnu.org>
3412
3413 * configure.in (OTHER_OBJ): Remove.
3414 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
3415
3416 2010-04-30 Glenn Morris <rgm@gnu.org>
3417
3418 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
3419 Elsewhere, maybe include it.
3420
3421 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
3422 (OLDXMENU, LIBXMENU): New output variables.
3423
3424 * configure.in (OTHER_OBJ): New output variable.
3425
3426 2010-04-28 Glenn Morris <rgm@gnu.org>
3427
3428 * configure.in (CYGWIN_OBJ): New output variable.
3429
3430 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
3431
3432 * configure.in (FONT_OBJ): New output variable.
3433
3434 * configure.in (LIBXMU): New output variable.
3435
3436 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
3437
3438 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
3439 userland and maybe change values to i386 (move test from s/amdx86-64.h).
3440
3441 2010-04-27 Glenn Morris <rgm@gnu.org>
3442
3443 * configure.in (LIBXTR6): New output variable. Move unixware special
3444 case here from src/s/unixware.h.
3445
3446 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
3447 in Makefiles.
3448 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
3449
3450 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
3451 (LIBXP): No longer substitute in Makefiles.
3452 (MOTIF_LIBW): New output variable. Move system-specific settings here
3453 from src/s files.
3454
3455 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
3456
3457 Reduce CPP usage.
3458 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
3459 (unexec): Define unconditionally, all platforms define
3460 UNEXEC. AC_SUBST it.
3461 (UNEXEC_SRC): Remove, unused.
3462 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
3463
3464 2010-04-27 Glenn Morris <rgm@gnu.org>
3465
3466 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
3467 replaced by LIBXP.
3468
3469 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
3470 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
3471 On hpux10-20, default to /lib.
3472
3473 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
3474
3475 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
3476
3477 * configure.in (LIBS_MACHINE): Remove, unused.
3478
3479 * configure.in (LIB_MATH): New output variable. Set it for some systems.
3480
3481 2010-04-24 Glenn Morris <rgm@gnu.org>
3482
3483 * configure.in (CRT_DIR): New output variable.
3484 (--with-crt-dir): New option. (Bug#5655)
3485 (HAVE_LIB64_DIR): Remove.
3486
3487 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
3488
3489 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
3490
3491 2010-04-22 Miles Bader <miles@gnu.org>
3492
3493 * configure.in: Get rid of "unix" pre-defined macro when
3494 preprocessing Makefile. (Bug#5857)
3495
3496 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
3497
3498 Avoid non-portable shell command negation
3499 * configure.in: Revert last change.
3500
3501 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3502
3503 * configure.in: Change "if test ! -f" to "if ! test -f".
3504
3505 2010-04-21 Glenn Morris <rgm@gnu.org>
3506
3507 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
3508 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
3509
3510 2010-04-21 Karel Klíč <kklic@redhat.com>
3511
3512 * configure.in: New option: --with(out)-selinux, on by default.
3513 Set HAVE_LIBSELINUX if we find libselinux, and substitute
3514 LIBSELINUX_LIBS in Makefiles.
3515
3516 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
3517
3518 * configure.in: Remove all references to LIBX11_SYSTEM.
3519
3520 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
3521
3522 * configure.in: Remove all references to C_DEBUG_SWITCH.
3523
3524 2010-03-27 Eli Zaretskii <eliz@gnu.org>
3525
3526 * config.bat <lib-src>: Edit out lines that begin with several #
3527 characters.
3528
3529 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
3530
3531 * configure.in: Remove support for old UNIX System V systems and
3532 for Unixware on non-x86 machines.
3533
3534 * configure.in: Remove support for Solaris on PPC and for old versions.
3535
3536 * configure.in: Remove non-working lynxos port.
3537
3538 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
3539
3540 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
3541
3542 2010-03-19 Glenn Morris <rgm@gnu.org>
3543
3544 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
3545 happy.
3546
3547 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
3548
3549 * configure.in: Check for tputs and friends, abort if not
3550 found (bug#5735).
3551
3552 2010-03-18 Glenn Morris <rgm@gnu.org>
3553
3554 * configure.in (--with-x-toolkit): In the help text, say which options
3555 are synonyms.
3556
3557 * configure.in (--with-mmdf, --with-mail-unlink):
3558 New options, off by default.
3559 (--with-mailhost): New option to set default POP host.
3560 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
3561 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
3562 New variables, substituted in Makefiles.
3563 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
3564 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
3565 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
3566 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
3567 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
3568
3569 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3570
3571 * Makefile.in (uninstall): Handle the case where archlibdir does not
3572 exist. (Bug#5720)
3573
3574 2010-03-12 Eli Zaretskii <eliz@gnu.org>
3575
3576 These changes remove termcap.c from the build on POSIX platforms.
3577 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
3578
3579 * configure: Regenerated.
3580
3581 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
3582
3583 * Branch for 23.2.
3584
3585 2010-01-31 Juri Linkov <juri@jurta.org>
3586
3587 * .bzrignore: Add TAGS-LISP.
3588
3589 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
3590
3591 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
3592 this header file).
3593
3594 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
3595
3596 * .bzrignore: Ignore all .exe, instead of individual files.
3597
3598 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
3599
3600 * configure.in: Explicitly check for and link to -lXrender.
3601
3602 2010-01-12 Glenn Morris <rgm@gnu.org>
3603
3604 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
3605 for bug reports for development versions.
3606
3607 2010-01-02 Eli Zaretskii <eliz@gnu.org>
3608
3609 * .bzrignore: Add more ignored patterns, including for the MS-DOS
3610 build.
3611
3612 2009-12-27 Karl Fogel <kfogel@red-bean>
3613
3614 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
3615 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
3616
3617 2009-12-17 Glenn Morris <rgm@gnu.org>
3618
3619 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
3620
3621 2009-12-15 Glenn Morris <rgm@gnu.org>
3622
3623 * info/dir: Add EDT entry.
3624 * Makefile.in (INFO_FILES): Add edt.
3625
3626 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
3627
3628 * configure.in: Check for RSVG if GNUstep is used.
3629
3630 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
3631
3632 * configure.in: Don't check for RSVG or GConf unless X11 is used.
3633
3634 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
3635
3636 * configure.in: Allow compiling Emacs with GTK on Cygwin.
3637
3638 2009-12-01 Glenn Morris <rgm@gnu.org>
3639
3640 * make-dist: Add etc/images/mpc directory.
3641
3642 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
3643
3644 * configure.in: Don't check for GConf unless X is used.
3645
3646 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3647
3648 * configure.in: Use -Wdeclaration-after-statement if available.
3649
3650 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
3651
3652 * configure.in: New option: --with(out)-gconf.
3653 Set HAVE_GCONF if we find gconf.
3654
3655 2009-11-17 Glenn Morris <rgm@gnu.org>
3656
3657 * Makefile.in (INFO_FILES): Add semantic.
3658
3659 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
3660
3661 * info/dir: Add Semantic.
3662
3663 2009-11-16 Glenn Morris <rgm@gnu.org>
3664
3665 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
3666 pattern, so as not to exclude makefile*.el. (Bug#4912)
3667
3668 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
3669
3670 * configure.in: --enable-autodepend is new. Check for GNU Make
3671 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
3672 gcc and GNU make to generate dependencies.
3673
3674 2009-10-27 Glenn Morris <rgm@gnu.org>
3675
3676 * make-dist: Make links to doc/lispintro/*.pdf.
3677
3678 2009-10-23 Jim Meyering <meyering@redhat.com>
3679
3680 * configure.in: Invoke $CPP with -P when creating Makefile and
3681 src/Makefile. Without this, gcc 4.4.2 converts each
3682 backslash-newline pair in the input to a bare newline, yielding
3683 invalid Makefiles.
3684
3685 * configure: Regenerate.
3686
3687 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3688
3689 * configure.in (vax-dec-vms): Remove, not supported anymore.
3690
3691 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
3692
3693 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
3694 (*-apple-darwin*): Add x86_64 architecture.
3695
3696 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3697
3698 * config.guess, config.sub: Updated from master source.
3699
3700 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
3701
3702 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
3703
3704 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
3705
3706 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
3707
3708 2009-09-29 Glenn Morris <rgm@gnu.org>
3709
3710 * make-dist (check): Update for two new levels of subdirectory in lisp/.
3711
3712 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
3713
3714 * config.guess, config.sub: Updated from master source.
3715
3716 * configure.in (OTHER_FILES): Define using autoconf not cpp.
3717
3718 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
3719
3720 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
3721
3722 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
3723
3724 * INSTALL: Update URL for GNU FreeFont.
3725
3726 2009-09-09 Glenn Morris <rgm@gnu.org>
3727
3728 * Makefile.in (install-arch-indep): Don't recursively change perms of
3729 site-lisp and infodir. There may be non-Emacs files in here, and the
3730 files supplied by Emacs are all handled explicitly already. (Bug#3800)
3731 (mkdir): Set umask to world-readable before creating directories.
3732 mkinstalldirs already checks if dirs exist, don't duplicate this test.
3733
3734 2009-08-29 Glenn Morris <rgm@gnu.org>
3735
3736 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
3737 (info): Don't give an error in the absence of makeinfo - let the doc
3738 Makefiles do that, if the info files need rebuilding. (Bug#3982)
3739
3740 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
3741
3742 * Makefile.in (install-arch-indep): If the versioned DOC-####
3743 generated during loadup+dump isn't found, install the plain DOC
3744 file that always gets generated, in case CANNOT_DUMP is set.
3745
3746 * configure.in: Warn if package version specified here doesn't
3747 match the version in version.el.
3748 * configure: Regenerate.
3749
3750 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
3751
3752 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
3753
3754 * configure: Regenerate.
3755
3756 2009-08-19 Glenn Morris <rgm@gnu.org>
3757
3758 * INSTALL: Remove reference to cvtmail.
3759
3760 2009-08-15 CHENG Gao <chenggao@gmail.com>
3761
3762 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
3763
3764 2009-08-02 Kevin Ryde <user42@zip.com.au>
3765
3766 * INSTALL: Fix free fonts URL.
3767
3768 2009-07-22 Glenn Morris <rgm@gnu.org>
3769
3770 * configure.in (AC_PREREQ): Require autoconf 2.62.
3771
3772 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
3773
3774 * configure.in (--enable-checking, --enable-profiling):
3775 Use AS_HELP_STRING.
3776
3777 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
3778
3779 * configure.in (--enable-profiling): New option.
3780 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
3781
3782 2009-06-27 Glenn Morris <rgm@gnu.org>
3783
3784 * configure.in: Restore netbsd on mips, mipsel, mipseb.
3785
3786 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
3787
3788 * configure.in (--enable-checking): New option.
3789
3790 2009-06-24 Glenn Morris <rgm@gnu.org>
3791
3792 * make-dist: Warn if subdir does not exist in source.
3793 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
3794 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
3795 No longer make links.
3796
3797 2009-06-24 Yavor Doganov <yavor@gnu.org>
3798
3799 * make-dist (tempdir): Don't create directories preferences.gorm
3800 and preferences.nib, they are no longer required.
3801
3802 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
3803
3804 * Branch for 23.1.
3805
3806 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
3807
3808 * configure.in: Delete mac-fix-env target, which has been
3809 removed (Bug#3531).
3810
3811 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3812
3813 * configure.in: Don't define CANNOT_DUMP for GNUstep any more.
3814
3815 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
3816
3817 * BUGS: Use new binding of view-emacs-problems.
3818
3819 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
3820
3821 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
3822 for Solaris compatibility.
3823
3824 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
3825
3826 * configure: Regenerate.
3827
3828 * configure.in: Disable use of FreeType without libXft.
3829
3830 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
3831
3832 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
3833 Check if it is declared in gtk.h.
3834
3835 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
3836
3837 * Makefile.in (install-arch-indep): Remove .gitignore files.
3838
3839 2009-04-03 Kenichi Handa <handa@m17n.org>
3840
3841 * INSTALL: Make the section "Complex Text Layout support
3842 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
3843
3844 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
3845
3846 * configure.in (rs6000-ibm-aix6*): Fix typo.
3847
3848 2009-03-04 Glenn Morris <rgm@gnu.org>
3849
3850 * Makefile.in (INFO_FILES): Add auth.
3851
3852 2009-03-03 Glenn Morris <rgm@gnu.org>
3853
3854 * info/dir: Add Auth-source.
3855
3856 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3857
3858 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
3859 the second.
3860
3861 2009-02-28 Eli Zaretskii <eliz@gnu.org>
3862
3863 * config.bat: Copy .dbxinit to _dbxinit.
3864
3865 * make-dist (Making links to `info'): Remove .gitignore.
3866
3867 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3868
3869 * Makefile.in (lib-src, lisp): Use simpler rule.
3870 (src): Be more specific to avoid recompiling all the .elc files just
3871 because the bootstrap-emacs is missing.
3872
3873 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
3874
3875 * configure.in: Require librsvg >= 2.11.
3876
3877 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
3878
3879 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
3880 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
3881
3882 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
3883
3884 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
3885
3886 2009-02-03 Glenn Morris <rgm@gnu.org>
3887
3888 * make-dist: Add some missing files, remove some that are no longer
3889 present.
3890
3891 2009-02-02 Glenn Morris <rgm@gnu.org>
3892
3893 * make-dist: Add some missing nextstep/ files.
3894
3895 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
3896
3897 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
3898
3899 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
3900
3901 * configure.in: Add support for m68k-*-netbsd.
3902
3903 2009-01-14 Juri Linkov <juri@jurta.org>
3904
3905 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
3906
3907 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
3908 and bug-reference-mode.
3909
3910 2009-01-11 Juri Linkov <juri@jurta.org>
3911
3912 * INSTALL.CVS: Move configuration explicitly to the first step.
3913
3914 2009-01-09 Glenn Morris <rgm@gnu.org>
3915
3916 * .dir-locals.el: Don't set indent-tabs-mode.
3917
3918 2008-12-30 Kenichi Handa <handa@m17n.org>
3919
3920 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
3921 the function OTF_get_variation_glyphs.
3922
3923 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
3924
3925 * Makefile.in (install-arch-dep): Remove old directories in
3926 ns_app* before moving new directories there.
3927
3928 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
3929
3930 * .dir-locals.el: Remove non-working entry for pmail.
3931 (fill-column): Fix typo.
3932 (change-log-mode): Add fill column.
3933
3934 2008-12-26 Eli Zaretskii <eliz@gnu.org>
3935
3936 * config.bat: Produce _dir-locals.el from .dir-locals.el.
3937
3938 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
3939
3940 * make-dist (tempdir): Distribute .dir-locals.el.
3941
3942 * .dir-locals.el: New file.
3943
3944 2008-12-19 Eli Zaretskii <eliz@gnu.org>
3945
3946 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
3947 for rationale.
3948
3949 2008-12-13 Glenn Morris <rgm@gnu.org>
3950
3951 * Makefile.in (install-arch-indep): Add new man-pages.
3952 (manext): Remove variable.
3953 (MAN_PAGES): New variable.
3954 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
3955 and remove.
3956 (uninstall): Remove desktop file and icons, game scores if empty.
3957
3958 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
3959
3960 * config.guess, config.sub: Updated from master source.
3961
3962 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
3963
3964 * Makefile.in (install-arch-indep): Install ebrowse.1.
3965
3966 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
3967
3968 * configure.in: Add Solaris on x86_64.
3969
3970 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
3971
3972 * config.guess, config.sub: Updated from master source.
3973
3974 2008-12-08 Eli Zaretskii <eliz@gnu.org>
3975
3976 * info/dir: Fix last change.
3977
3978 2008-12-07 Eli Zaretskii <eliz@gnu.org>
3979
3980 * info/dir: Untabify.
3981
3982 2008-11-28 Ulrich Mueller <ulm@gentoo.org>
3983
3984 * configure.in: Fix last change.
3985
3986 2008-11-28 Richard M Stallman <rms@gnu.org>
3987
3988 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
3989 New configurations.
3990
3991 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
3992
3993 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
3994 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
3995
3996 2008-11-15 Eli Zaretskii <eliz@gnu.org>
3997
3998 * Makefile.in (INFO_FILES): Remove ns-emacs.
3999
4000 * info/dir (NS-Emacs): Remove entry.
4001
4002 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4003
4004 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
4005
4006 2008-11-07 Glenn Morris <rgm@gnu.org>
4007
4008 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
4009
4010 2008-10-31 Eli Zaretskii <eliz@gnu.org>
4011
4012 * config.bat: Tell user to expect one "File not found" message
4013 while the `doc' directory is being configured.
4014
4015 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4016
4017 * update-subdirs: Put obsolete directory last.
4018
4019 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
4020
4021 * configure.in: Check fontconfig always.
4022
4023 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
4024
4025 * configure (*-solaris2.[7-9]*): Fix typo.
4026
4027 2008-10-24 Glenn Morris <rgm@gnu.org>
4028
4029 * configure.in (--without-sync-input, --with-pkg-config-prog):
4030 Help strings start with lower case.
4031 (--with-gnustep-conf): New option.
4032 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
4033
4034 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
4035
4036 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
4037 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
4038 is not found. (Bug#1230)
4039
4040 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
4041
4042 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
4043 Use sol2-6.h for Solaris 7-9.
4044
4045 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
4046
4047 * configure.in: Add support for GNU/Linux on SuperH.
4048
4049 2008-10-12 Andreas Schwab <schwab@suse.de>
4050
4051 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
4052
4053 2008-10-03 Adrian Robert <Adrian.B.Robert@gmail.com>
4054
4055 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
4056 "X") to avoid confusion.
4057
4058 * configure: Regenerate.
4059
4060 2008-09-07 Romain Francoise <romain@orebokech.com>
4061
4062 * make-dist: Distribute doc/man/ChangeLog.
4063
4064 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
4065
4066 * configure.in: Disable XFT and Freetype when without X.
4067
4068 * configure: Regenerate.
4069
4070 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
4071
4072 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
4073
4074 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4075
4076 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
4077 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
4078
4079 * configure: Regenerate.
4080
4081 2008-08-20 Eli Zaretskii <eliz@gnu.org>
4082
4083 * configure.in: Move "#define subprocesses" before
4084 config_opsysfile is included.
4085
4086 2008-08-19 Kenichi Handa <handa@m17n.org>
4087
4088 * INSTALL (Extra fonts): Mention local fonts, don't mention
4089 mule-unicode.
4090
4091 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
4092
4093 * make-dist: Omit info/.arch-inventory.
4094
4095 2008-08-16 Jason Rumney <jasonr@gnu.org>
4096
4097 * make-dist (tempdir/nt): Link emacsclient.rc.
4098
4099 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
4100
4101 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
4102 AC_SUBST it.
4103 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
4104 AC_SUBST it.
4105 (OTHER_FILES): Always define for HAVE_NS.
4106 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
4107 * configure: Regenerate.
4108
4109 2008-08-07 Andreas Schwab <schwab@suse.de>
4110
4111 * configure.in: Correctly handle
4112 --enable-cocoa-experimental-ctrl-g=no and
4113 --enable-ns-self-contained=yes.
4114
4115 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4116
4117 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
4118 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
4119 bother undef'ing since won't have desired effect.
4120
4121 2008-08-06 Andreas Schwab <schwab@suse.de>
4122
4123 * configure.in: Fix quoting.
4124
4125 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
4126
4127 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
4128
4129 2008-08-05 Ulrich Mueller <ulm@gentoo.org>
4130
4131 * configure.in: Add checks for krb5_error.text and
4132 krb5_error.e_text struct members.
4133
4134 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
4135
4136 * configure.in: Test for existence of NSInteger.
4137 Suggested by Yavor Doganov.
4138
4139 2008-08-02 Romain Francoise <romain@orebokech.com>
4140
4141 * Makefile.in (INFO_FILES): Add mairix-el.
4142
4143 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4144
4145 * make-dist:
4146 * README: Remove VMS support.
4147 * vms: Remove directory.
4148
4149 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4150
4151 * configure.in (MULTI_KBOARD): Remove.
4152
4153 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4154
4155 * configure.in (DO_BLOCK_INPUT): Remove, unused.
4156
4157 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
4158
4159 * info/dir (File): Add mairix-el.
4160
4161 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4162
4163 Remove support for Mac Carbon.
4164 * mac: Remove directory.
4165 * make-dist:
4166 * configure.in:
4167 * README:
4168 * Makefile.in:
4169 * INSTALL: Remove code for Carbon.
4170 * configure: Regenerate.
4171
4172 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4173
4174 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
4175
4176 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
4177
4178 * configure.in: Check for getrlimit.
4179
4180 * configure: Regenerate.
4181
4182 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
4183
4184 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
4185 in src/Makefile.in.
4186 (static): Remove, autoconf would always comment it out anyway.
4187 (subprocesses): Define unconditionally.
4188
4189 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
4190
4191 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
4192 compilation under GNUstep.
4193
4194 2008-07-18 Kenichi Handa <handa@m17n.org>
4195
4196 * INSTALL (Complex Text Layout support libraries): Delete the
4197 paragraph about --enable-font-backend.
4198
4199 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
4200
4201 * configure.in: Print out some info to user for NeXTstep builds.
4202 (ns-app): Remove enable option.
4203 (ns-self-contained): Add enable option.
4204 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
4205 GNUstep, use to set install prefixes, and substitute in Makefiles.
4206 * configure: Regenerate.
4207 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
4208 NS app bundle.
4209
4210 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4211
4212 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
4213
4214 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
4215
4216 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
4217 NS_IMPL_COCOA.
4218
4219 2008-07-16 Glenn Morris <rgm@gnu.org>
4220
4221 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
4222 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
4223 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
4224 never unset.
4225
4226 * make-dist: Add nextstep/ directories.
4227 (src, lib-src): Add .m files.
4228
4229 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
4230
4231 * configure.in (freebsd, kfreebsd): Undo part of previous change.
4232 (USER_FULL_NAME): Remove, not used anymore.
4233 * configure: Regenerate.
4234
4235 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
4236
4237 Changes and additions for NeXTstep windowing system (Cocoa and
4238 GNUstep) support.
4239
4240 * configure.in: Add support for NS window system: --with-ns (default
4241 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
4242 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
4243 disable font backend if window system is "none", not if !HAVE_X11.
4244 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
4245 (install-arch-dep): Add commands to assemble NS .app package.
4246
4247 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
4248
4249 * configure.in: Use macppc for Darwin. Remove references to
4250 desupported systems.
4251 * configure: Regenerate.
4252
4253 2008-07-05 Glenn Morris <rgm@gnu.org>
4254
4255 * make-dist (EMACS): Doc fix.
4256 (lisp): There are no *.dat or image files here any more.
4257 (src): There are no *.s files here any more.
4258 (etc/images, etc/images/*): Link to most regular files.
4259
4260 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4261
4262 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
4263
4264 2008-07-01 Glenn Morris <rgm@gnu.org>
4265
4266 * configure.in (cpp_undefs): Rename from `undefs', update uses.
4267 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
4268 and explicitly export there. (Bug#507.)
4269
4270 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
4271
4272 * configure.in:
4273 * configure: Remove references to obsolete systems.
4274
4275 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4276
4277 * Makefile.in (Makefile): Use it for its timestamp value as well, and
4278 make it depend on all other */.in files.
4279 (src/Makefile, src/config.stamp, lib-src/Makefile)
4280 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
4281 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
4282 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
4283 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
4284
4285 * configure.in: Don't create src/config.stamp any more.
4286
4287 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4288
4289 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
4290
4291 2008-06-22 Glenn Morris <rgm@gnu.org>
4292
4293 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
4294
4295 2008-06-21 Romain Francoise <romain@orebokech.com>
4296
4297 * Makefile.in (INFO_FILES): Add sasl.
4298
4299 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4300
4301 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
4302 (bootstrap-build): Remove.
4303 (top_bootclean): New var.
4304 (top_distclean, bootstrap-clean): Use it.
4305 (bootstrap): Don't recheck config. Make normally.
4306
4307 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * Makefile.in (SUBDIR): Include `lisp'.
4310 (lisp): Depend on `src'.
4311 (top_distclean): Don't remove config.status.
4312 (bootstrap-clean): New target.
4313 (maintainer-clean): Use it.
4314 (bootstrap): Use bootstrap-clean. Re-run config.status.
4315 (src/bootstrap-emacs${EXEEXT}): New target.
4316 (bootstrap-build): Use it. Don't use bootstrap-prepare because
4317 src/Makefile now takes care of it.
4318 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
4319
4320 2008-06-15 Glenn Morris <rgm@gnu.org>
4321
4322 * info/dir: Add sasl.
4323
4324 2008-06-09 Alan Mackenzie <acm@muc.de>
4325
4326 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
4327
4328 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
4329
4330 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
4331
4332 2008-06-07 Glenn Morris <rgm@gnu.org>
4333
4334 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
4335 serve no purpose.
4336
4337 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
4338
4339 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
4340 * configure: Regenerate.
4341
4342 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4343
4344 * update-subdirs: Don't touch subdirs.el if it is unchanged.
4345
4346 2008-05-14 Kenichi Handa <handa@m17n.org>
4347
4348 * configure: Regenerate.
4349
4350 * configure.in: Don't handle --disable-font-backend. Don't print
4351 a message about a font backend.
4352
4353 2008-05-09 Glenn Morris <rgm@gnu.org>
4354
4355 * configure.in: Make absence of makeinfo a fatal error only if the info
4356 files don't exist.
4357 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
4358
4359 2008-05-07 Eli Zaretskii <eliz@gnu.org>
4360
4361 * config.bat: Fix last change: don't use < and > in "rem" lines,
4362 they are interpreted as redirection by DOS shells.
4363
4364 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4365
4366 * configure.in: Check availability of AvailabilityMacros.h
4367 if HAVE_CARBON.
4368
4369 * configure: Regenerate.
4370
4371 2008-05-03 Glenn Morris <rgm@gnu.org>
4372
4373 * configure.in (x_libraries): Remove standard 64-bit directories -
4374 experimental workaround for minor autoconf bug.
4375
4376 * configure.in (--without-makeinfo): New option. If set,
4377 absence of suitable makeinfo is not a fatal error.
4378 * Makefile.in (MAKEINFO): New, set by configure.
4379 (install-arch-indep): Without makeinfo, ignore any missing manuals.
4380 (info-real): New target.
4381 (info): Without makeinfo, do nothing, else call `info-real'.
4382
4383 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4384
4385 * configure.in: Remove hpux10.20 from the desupported list.
4386
4387 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4388
4389 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
4390
4391 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4392
4393 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
4394 rather than change CPPFLAGS.
4395 (HAVE_GTK): Rename to USE_GTK.
4396
4397 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
4398
4399 * configure.in: Replace the obsolete macros AC_AIX and
4400 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
4401
4402 2008-04-05 Andreas Schwab <schwab@suse.de>
4403
4404 * configure.in: No longer create admin/unidata/Makefile.
4405
4406 2008-03-28 Andreas Schwab <schwab@suse.de>
4407
4408 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
4409 (lisp/Makefile): New rule.
4410
4411 2008-03-13 Glenn Morris <rgm@gnu.org>
4412
4413 * configure.in (AC_INIT): Fix version number.
4414 (sync-input): Reword the option, since it's on by default.
4415
4416 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
4417
4418 * configure.in: Add --enable-sync-input, default yes.
4419
4420 2008-03-11 Glenn Morris <rgm@gnu.org>
4421
4422 * Makefile.in (install-etc, mkdir): Handle directory
4423 etc/images/icons/hicolor/*/mimetypes/.
4424
4425 * make-dist: Handle icons/hicolor/scalable directory.
4426
4427 2008-03-05 Glenn Morris <rgm@gnu.org>
4428
4429 * configure.in: Enable font-backend by default.
4430 (USE_FONT_BACKEND): Set to "no" in absence of X.
4431 (PKG_CONFIG): Don't set multiple times, once is enough.
4432 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
4433
4434 2008-03-03 Glenn Morris <rgm@gnu.org>
4435
4436 * Makefile.in (iconsrcdir): New variable.
4437 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
4438 directory.
4439
4440 2008-02-29 Glenn Morris <rgm@gnu.org>
4441
4442 * test/: New directory.
4443
4444 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
4445
4446 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
4447
4448 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
4449
4450 * configure.in: Print an error for systems that we think are obsolete
4451 and are proposed to be removed. Remove some more unused systems.
4452 Add support for powerpc-ibm-aix6*.
4453
4454 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4455
4456 * configure.in: Remove references to obsolete variables and systems.
4457
4458 2008-02-21 Glenn Morris <rgm@gnu.org>
4459
4460 * Makefile.in (set_installuser): New.
4461 (install-arch-indep): Use set_installuser to avoid duplicate code.
4462
4463 * README.unicode: Split into admin/notes/unicode,font-backend and
4464 remove.
4465
4466 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
4467
4468 * configure.in (arm*-*-freebsd*): Add.
4469
4470 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
4471
4472 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
4473 dealing with obsolete variables.
4474
4475 2008-02-08 Glenn Morris <rgm@gnu.org>
4476
4477 * Makefile.in (check-info-dir): New target.
4478
4479 2008-02-08 Michael Olson <mwolson@gnu.org>
4480
4481 * Makefile.in (INFO_FILES): Add epa.
4482
4483 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
4484 features" section.
4485
4486 2008-02-06 Glenn Morris <rgm@gnu.org>
4487
4488 * configure.in (--with-gcc): Give an error saying this option has
4489 been removed.
4490 (--with-gtk): Remove this option.
4491
4492 2008-02-06 Tom Tromey <tromey@redhat.com>
4493
4494 * configure.in (--with-gcc): Remove.
4495 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
4496
4497 2008-02-05 Ulrich Mueller <ulm@gentoo.org>
4498
4499 * INSTALL: Recommend giflib, not libungif.
4500
4501 2008-02-05 Tom Tromey <tromey@redhat.com>
4502
4503 * configure.in (--with-dbus): Default to enabled.
4504
4505 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
4506
4507 * INSTALL (Complex Text Layout support libraries): New section.
4508
4509 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
4510
4511 * make-dist: Remove references to files in mac/ that have been
4512 deleted.
4513
4514 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4515
4516 * configure.in: For libotf and m17n-flt checks, set shell vars
4517 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
4518 pkg_check_m17n_flt, respectively, for the sake of the summary output.
4519 Reported by Ulrich Mueller.
4520
4521 2008-02-02 Eli Zaretskii <eliz@gnu.org>
4522
4523 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
4524 admin/unidata/Makefile.in to Makefile.
4525
4526 2008-02-02 Glenn Morris <rgm@gnu.org>
4527
4528 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
4529 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
4530 (HAVE_XFT): Add "Does Emacs use..." messages at end.
4531
4532 2008-02-01 Miles Bader <miles@gnu.org>
4533
4534 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
4535 [libotf], and [m17n-flt] options.
4536
4537 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4538
4539 * configure.in: Add EMACS_ARG_N([libotf]...), and
4540 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
4541 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
4542 CFLAGS, and LIBS in checking of m17n-flt.
4543
4544 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
4545
4546 * configure.in: Check the availability of m17n-flt library.
4547
4548 2008-02-01 Kenichi Handa <handa@m17n.org>
4549
4550 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
4551 not available.
4552
4553 2008-02-01 Kenichi Handa <handa@m17n.org>
4554
4555 * configure.in: New args --enable-font-backend, --with-xft,
4556 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
4557 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
4558 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
4559 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
4560
4561 2008-02-01 Kenichi Handa <handa@m17n.org>
4562
4563 * make-dist: Include etc/charsets in tarball.
4564
4565 2008-02-01 Kenichi Handa <handa@m17n.org>
4566
4567 * configure.in: While running cpp on junk.c, include
4568 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
4569 exists.
4570
4571 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
4572
4573 * configure.in (xtensa): Match more configurations.
4574
4575 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
4576
4577 * configure.in: Update comment.
4578
4579 2008-01-26 Glenn Morris <rgm@gnu.org>
4580
4581 * configure.in (--without-gcc): By default, neither off nor on.
4582 (--with-carbon): Tone down rhetoric in help text.
4583
4584 2008-01-25 Glenn Morris <rgm@gnu.org>
4585
4586 * configure.in: Correct usage of OPTION_DEFAULT_ON,
4587 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
4588 Default `Carbon' to off (it's unsupported).
4589
4590 2008-01-24 Glenn Morris <rgm@gnu.org>
4591
4592 * configure.in: Standardize dbus-related messages.
4593
4594 2008-01-23 Michael Olson <mwolson@gnu.org>
4595
4596 * configure.in (pkg-config-prog): Remove initial whitespace.
4597
4598 2008-01-23 Tom Tromey <tromey@redhat.com>
4599
4600 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
4601 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
4602 Update all users.
4603
4604 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
4605
4606 * config.guess, config.sub: Updated from master source.
4607
4608 2008-01-17 Andreas Schwab <schwab@suse.de>
4609
4610 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
4611
4612 2008-01-17 Glenn Morris <rgm@gnu.org>
4613
4614 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
4615
4616 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
4617
4618 * configure.in: Remove more references to unsupported systems.
4619
4620 2008-01-16 Sven Joachim <svenjoac@gmx.de>
4621
4622 * make-dist: Add --lzma.
4623
4624 2008-01-16 Glenn Morris <rgm@gnu.org>
4625
4626 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
4627 configure checks for this.
4628
4629 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
4630
4631 * configure.in: Remove more references to unsupported systems.
4632
4633 2008-01-06 Romain Francoise <romain@orebokech.com>
4634
4635 * configure.in: Delete extra semicolons.
4636
4637 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
4638
4639 * configure.in: Remove references to unsupported systems.
4640
4641 2008-01-05 Romain Francoise <romain@orebokech.com>
4642
4643 * make-dist: Add --bzip2. Update copyright.
4644
4645 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
4646
4647 * configure.in: Remove support for Masscomp.
4648
4649 2008-01-05 Glenn Morris <rgm@gnu.org>
4650
4651 * Makefile.in (desktopdir, icondir): New variables.
4652 (install-arch-indep): Also depend on `install-etc'.
4653 (install-etc): New target.
4654 (mkdir): Also create the `applications' and `icons' directories.
4655
4656 2008-01-04 Glenn Morris <rgm@gnu.org>
4657
4658 * make-dist: Update for new etc/images/icons/hicolor directory.
4659
4660 2007-12-09 Andreas Schwab <schwab@suse.de>
4661
4662 * configure.in: D-Bus is not enabled by default.
4663
4664 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
4665
4666 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
4667 change.
4668
4669 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
4670
4671 * configure.in: Give package name and version to AC_INIT.
4672
4673 2007-12-03 Magnus Henoch <mange@freemail.hu>
4674
4675 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
4676
4677 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
4678
4679 * configure.in: No need for DBUS_INFO anymore.
4680
4681 * Makefile.in (INFO_FILES): Use dbus unconditionally.
4682
4683 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
4684
4685 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
4686
4687 * Makefile.in (INFO_FILES): Add dbus.
4688
4689 2007-12-02 Romain Francoise <romain@orebokech.com>
4690
4691 * make-dist: Fix last change.
4692
4693 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
4694
4695 * configure.in: Add support for gnu-kfreebsd.
4696
4697 2007-11-28 Glenn Morris <rgm@gnu.org>
4698
4699 * make-dist: Add etc/nxml.
4700
4701 2007-11-24 Romain Francoise <romain@orebokech.com>
4702
4703 * Makefile.in (INFO_FILES): Add nxml-mode.
4704
4705 2007-11-23 Romain Francoise <romain@orebokech.com>
4706
4707 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
4708 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
4709
4710 2007-11-20 Andreas Schwab <schwab@suse.de>
4711
4712 * configure.in: Always include <resolv.h> when checking for res_init.
4713
4714 2007-11-17 Andreas Schwab <schwab@suse.de>
4715
4716 * update-subdirs: Atomically update subdirs.el.
4717
4718 2007-11-17 Glenn Morris <rgm@gnu.org>
4719
4720 * Makefile.in (check-declare): New target.
4721
4722 2007-11-07 Glenn Morris <rgm@gnu.org>
4723
4724 * configure.in: Deprecate Mac Carbon port.
4725
4726 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
4727
4728 * configure.in: Remove HAVE_X11R5 check.
4729
4730 2007-10-31 Glenn Morris <rgm@gnu.org>
4731
4732 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
4733 when changing ownership of installed files.
4734
4735 2007-10-30 Glenn Morris <rgm@gnu.org>
4736
4737 * make-dist: Add new directory etc/gnus.
4738
4739 2007-10-30 Michael Olson <mwolson@gnu.org>
4740
4741 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
4742
4743 2007-10-29 Glenn Morris <rgm@gnu.org>
4744
4745 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
4746
4747 2007-10-23 Glenn Morris <rgm@gnu.org>
4748
4749 * MAINTAINERS: Move to admin/.
4750
4751 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
4752
4753 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
4754 (HAVE_LIBRESOLV): Also define if we are using res_init().
4755
4756 2007-10-17 Glenn Morris <rgm@gnu.org>
4757
4758 * FTP: Remove file, since it's just a duplicate of one in etc/.
4759
4760 2007-10-05 Eli Zaretskii <eliz@gnu.org>
4761
4762 * config.bat: Fix configuring `doc' due to changes in the
4763 directory structure.
4764
4765 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
4766
4767 * configure.in: Don't use -lpthread on HP-UX.
4768
4769 2007-09-16 Glenn Morris <rgm@gnu.org>
4770
4771 * make-dist: File gfdl.1 has been removed.
4772
4773 2007-09-15 Glenn Morris <rgm@gnu.org>
4774
4775 * configure.in: Fix makeinfo version regexp.
4776
4777 2007-09-12 Glenn Morris <rgm@gnu.org>
4778
4779 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
4780 implementation of alloca is not found.
4781
4782 * Makefile.in (SOURCES, unlock, relock): Delete.
4783 (install-arch-indep): Do not exclude the etc/ Makefiles.
4784
4785 2007-09-09 Juri Linkov <juri@jurta.org>
4786
4787 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
4788
4789 * README: Add doc/ to documentation directories.
4790
4791 2007-09-08 Michael Olson <mwolson@gnu.org>
4792
4793 * MAINTAINERS: Add myself for ERC and tq.el.
4794 Update for new doc/ directory layout.
4795
4796 2007-09-06 Romain Francoise <romain@orebokech.com>
4797
4798 * make-dist: Update for new doc/ directory layout.
4799
4800 2007-09-06 Glenn Morris <rgm@gnu.org>
4801
4802 * Makefile.in (mansrcdir): New variable.
4803 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
4804 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
4805 update these targets for new doc/ directory layout.
4806 (doc/misc/Makefile): New target.
4807 (install-arch-indep): Use mansrcdir for new location of manpages.
4808 (mostlyclean, clean, distclean, maintainer-clean, unlock)
4809 (relock, info, dvi): Update targets for new doc/ directory layout.
4810
4811 * configure.in (AC_OUTPUT): Update names of generated Makefiles
4812 for new doc/ directory layout.
4813
4814 2007-09-02 Andreas Schwab <schwab@suse.de>
4815
4816 * configure.in: Use AS_HELP_STRING throughout.
4817 * configure: Regenerate.
4818
4819 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
4820
4821 * configure.in: Require Gtk/Glib 2.6.
4822
4823 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
4824
4825 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
4826 Use them throughout in place of AC_ARG_WITH calls.
4827 * configure: Regenerate.
4828
4829 2007-09-01 Andreas Schwab <schwab@suse.de>
4830
4831 * configure.in: Put quotes around nested macro calls.
4832
4833 2007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
4834
4835 * configure.in: Fix typo.
4836 * configure: Regenerate.
4837
4838 2007-08-30 Glenn Morris <rgm@gnu.org>
4839
4840 * configure.in (AH_BOTTOM): Copy some manual changes made to
4841 src/config.in here so they are not lost when it regenerates.
4842
4843 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
4844
4845 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
4846
4847 * README.multi-tty: New file.
4848
4849 2007-08-29 Glenn Morris <rgm@gnu.org>
4850
4851 * README: Increase version to 23.0.50.
4852
4853 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
4854
4855 * configure.in: New option: --without-xaw3d.
4856
4857 2007-08-24 Glenn Morris <rgm@gnu.org>
4858
4859 * configure.in: Check for a suitably recent makeinfo.
4860
4861 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
4862
4863 * configure.in (Check for required libraries): Typo.
4864
4865 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4866
4867 * configure.in: Check librsvg2 also for Mac Carbon.
4868
4869 2007-08-22 Romain Francoise <romain@orebokech.com>
4870
4871 * make-dist: Follow reorganization of files in etc/.
4872
4873 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
4874
4875 * configure.in: Add support for SVG images through librsvg2.
4876
4877 2007-07-28 Eli Zaretskii <eliz@gnu.org>
4878
4879 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
4880 to avoid an error message if there is no DOC there.
4881
4882 2007-07-25 Glenn Morris <rgm@gnu.org>
4883
4884 * Relicense all FSF files to GPLv3 or later.
4885
4886 * COPYING, info/COPYING: Switch to GPLv3.
4887
4888 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
4889
4890 * configure.in: Complain if X seems to be installed but no
4891 development files were found.
4892
4893 2007-06-20 Glenn Morris <rgm@gnu.org>
4894
4895 * configure.in: Prefer libgif over libungif.
4896
4897 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
4898
4899 * configure.in: Check for all image libraries before exiting.
4900
4901 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
4902
4903 * configure.in: Exit with error if image libraries aren't found.
4904
4905 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
4906
4907 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
4908 when compiling without scrollbars.
4909
4910 2007-06-12 Glenn Morris <rgm@gnu.org>
4911
4912 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
4913
4914 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
4915
4916 * configure.in: Change wording about yes/gtk and lucid/athena
4917 being synonyms.
4918
4919 2007-06-08 Glenn Morris <rgm@gnu.org>
4920
4921 * configure.in: Make gtk the default toolkit.
4922
4923 2007-06-07 Glenn Morris <rgm@gnu.org>
4924
4925 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
4926 for a Sun C compiler.
4927
4928 * Makefile.in (install-arch-indep): Install only the DOC- file
4929 specific to the build, if possible, rather than DOC-*.
4930
4931 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
4932
4933 * Version 22.1 released.
4934
4935 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
4936
4937 * mkinstalldirs: Sync to version in automake CVS.
4938
4939 2007-05-22 Andreas Schwab <schwab@suse.de>
4940
4941 * configure.in: Prefer build_alias over host when host_alias is not set.
4942 * configure: Regenerate.
4943
4944 2007-05-20 Andreas Schwab <schwab@suse.de>
4945
4946 * configure.in: Remove empty AC_SUBST.
4947 * configure: Regenerate.
4948
4949 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
4950
4951 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
4952 it like others.
4953 * configure: Regenerate.
4954
4955 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
4956
4957 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
4958 (AC_CHECK_LIB): Add -lgpm.
4959 * configure: Regenerate.
4960
4961 2007-05-03 Glenn Morris <rgm@gnu.org>
4962
4963 * configure: Tweak message about the absence of shell functions.
4964
4965 2007-04-27 Andreas Schwab <schwab@suse.de>
4966
4967 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
4968
4969 2007-04-26 Glenn Morris <rgm@gnu.org>
4970
4971 * README: Increase version to 22.1.50.
4972
4973 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
4974
4975 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
4976
4977 2007-04-19 Glenn Morris <rgm@gnu.org>
4978
4979 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
4980
4981 2007-04-18 Glenn Morris <rgm@gnu.org>
4982
4983 * INSTALL: Mention CPP.
4984
4985 2007-04-15 Glenn Morris <rgm@gnu.org>
4986
4987 * FTP: Replace with a pointer to the web version.
4988
4989 2007-04-13 Glenn Morris <rgm@gnu.org>
4990
4991 * INSTALL: In lib-src, timer, wakeup, yow are removed.
4992
4993 2007-04-04 Glenn Morris <rgm@gnu.org>
4994
4995 * configure.in (NON_GNU_CPP): Use associated preprocessor when
4996 compiling with Sun Studio on Solaris.
4997
4998 2007-03-23 Glenn Morris <rgm@gnu.org>
4999
5000 * configure.in: Restore support for hp800 (removed 2007-01-27)
5001 following clarification of legal status.
5002
5003 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
5004
5005 * configure.in: Add support for AIX4.3 on IBM RS6000.
5006
5007 * configure: Regenerate.
5008
5009 2007-03-20 Richard Stallman <rms@gnu.org>
5010
5011 * configure.in: Fix previous change.
5012
5013 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
5014
5015 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
5016 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
5017 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
5018
5019 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
5020
5021 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
5022 user specifies "without".
5023
5024 * configure: Regenerate.
5025
5026 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
5027
5028 * configure.in: Warning for Gtk+ and Cygwin added.
5029 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
5030
5031 2007-02-27 Glenn Morris <rgm@gnu.org>
5032
5033 * make-dist (oldXMenu): Remove Imakefile.
5034 (etc/images): Add README.
5035
5036 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
5037
5038 * configure.in (xtensa-*-linux-gnu*): New configuration.
5039
5040 * configure: Regenerate.
5041
5042 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
5043
5044 * config.guess, config.sub: Updated from master source.
5045
5046 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
5047
5048 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
5049
5050 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
5051
5052 * configure.in: Restore support for hp800's not running HP-UX.
5053
5054 * configure: Regenerate.
5055
5056 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
5057
5058 * configure.in: Remove support for hp800 and sr2k machine types.
5059
5060 * configure: Regenerate.
5061
5062 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
5063
5064 * configure.in: Add check for libXft.
5065
5066 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
5067
5068 * INSTALL: Info files moved to share/info.
5069
5070 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
5071
5072 * configure.in: Detect and use fink-installed in intel-based Mac
5073 builds; change Apple Darwin section to support both PowerPC and
5074 Intel-based Macs.
5075
5076 2006-12-26 Andreas Schwab <schwab@suse.de>
5077
5078 * Makefile.in (datarootdir): Define.
5079
5080 2006-12-24 Richard Stallman <rms@gnu.org>
5081
5082 * configure.in: Require Autoconf 2.61.
5083
5084 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
5085
5086 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
5087 Remove redundant entry for powerpc-apple-netbsd.
5088
5089 * configure: Regenerate.
5090
5091 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
5092
5093 * configure: Regenerate with autoconf 2.61.
5094
5095 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
5096
5097 * configure.in: Detect alsa/asoundlib.h also.
5098 * configure: Regenerate.
5099
5100 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
5101
5102 * configure.in: Check if GTK+ compiles at all.
5103
5104 2006-12-10 Andreas Schwab <schwab@suse.de>
5105
5106 * configure.in: Remove check for struct timezone, its result is
5107 never used.
5108
5109 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
5110
5111 * configure.in: Add support for Solaris 10 on x86-64.
5112
5113 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
5114
5115 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
5116 of PKG_CONFIG_PATH.
5117
5118 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5119
5120 * configure.in (HAVE_SYNC): New test.
5121
5122 2006-12-03 Glenn Morris <rgm@gnu.org>
5123
5124 * Makefile.in: Fix Copyright format.
5125
5126 * configure.in (AH_TOP): Add missing Copyright year.
5127
5128 * update-subdirs: Add missing Copyright years.
5129
5130 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
5131
5132 * Makefile.in: Touch only the parts of the share/emacs directory
5133 specific to this version.
5134
5135 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
5136
5137 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
5138
5139 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5140
5141 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
5142
5143 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5144
5145 * configure.in: Prefer X11 to Carbon only when some X-specific
5146 option is specified (Thanks to Jan Djärv and Andreas Schwab).
5147
5148 2006-11-04 Romain Francoise <romain@orebokech.com>
5149
5150 * Makefile.in (bootstrap-clean-before): Fix typo.
5151 Use new target `bootstrap-clean' in the leim subdirectory.
5152
5153 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5154
5155 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
5156
5157 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
5158
5159 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
5160 directories.
5161
5162 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
5163
5164 * configure.in: Enable x86-64 OpenBSD compilation.
5165
5166 2006-10-28 Glenn Morris <rgm@gnu.org>
5167
5168 * AUTHORS: Add cal-html.el author.
5169
5170 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5171
5172 * make-dist: Make links to mac/make-package and
5173 mac/Emacs.app/Contents/Resources/Emacs.icns.
5174
5175 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
5176
5177 * README: Bump version number to 22.0.90.
5178
5179 2006-10-23 Andreas Schwab <schwab@suse.de>
5180
5181 * configure.in: Make sure x_default_search_path is always set even
5182 when x_libraries is empty, and look in .../share as well for each
5183 library directory.
5184
5185 2006-09-28 Kenichi Handa <handa@m17n.org>
5186
5187 * configure.in (locallisppath): Don't include leim dir.
5188 (lisppath): Include leim dir.
5189
5190 2006-09-15 Jay Belanger <belanger@truman.edu>
5191
5192 * COPYING: Replace "Library Public License" by "Lesser Public
5193 License" throughout.
5194
5195 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
5196
5197 * make-dist (EMACS): Exit and fail if the EMACS environment
5198 variable is set to something other than an absolute file name.
5199
5200 2006-08-16 Andreas Schwab <schwab@suse.de>
5201
5202 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
5203 of hardcoding it.
5204
5205 2006-08-16 Richard Stallman <rms@gnu.org>
5206
5207 * INSTALL.CVS: Clean up wording.
5208
5209 2006-07-14 Eli Zaretskii <eliz@gnu.org>
5210
5211 * configure.in (PKG_CHECK_MODULES): Redirect the output of
5212 $PKG_CONFIG --exists "$2" to config.log.
5213 * configure: Regenerate.
5214
5215 2006-07-09 Richard Stallman <rms@gnu.org>
5216
5217 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
5218
5219 2006-07-09 Kim F. Storm <storm@cua.dk>
5220
5221 * CONTRIBUTE: Use outline format.
5222 Add section on copyright years (from admin/notes/years).
5223
5224 2006-07-08 Eli Zaretskii <eliz@gnu.org>
5225
5226 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
5227 to /dev/null, since we don't need the error message, just the
5228 exit status.
5229
5230 2006-07-07 Eli Zaretskii <eliz@gnu.org>
5231
5232 * CONTRIBUTE: Slight formatting changes and typo fixes.
5233 Add description of NEWS markings.
5234
5235 2006-07-07 Kim F. Storm <storm@cua.dk>
5236
5237 * CONTRIBUTE: Mention INSTALL.CVS.
5238
5239 2006-07-05 Romain Francoise <romain@orebokech.com>
5240
5241 * make-dist (top-level): Add CONTRIBUTE.
5242
5243 2006-07-04 Richard Stallman <rms@gnu.org>
5244
5245 * CONTRIBUTE: Much rewrite.
5246
5247 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
5248
5249 * CONTRIBUTE: New file.
5250
5251 2006-06-24 Eli Zaretskii <eliz@gnu.org>
5252
5253 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
5254
5255 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
5256
5257 * configure.in: Add check for ALSA.
5258
5259 2006-05-06 Eli Zaretskii <eliz@gnu.org>
5260
5261 * Makefile.in (INFO_FILES): Remove emacs-xtra.
5262
5263 * info/dir: Remove the Emacs-Xtra entry.
5264
5265 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
5266
5267 Update copyright year(s) in many files.
5268
5269 2006-04-01 Eli Zaretskii <eliz@gnu.org>
5270
5271 * configure: Regenerated.
5272
5273 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
5274
5275 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
5276 --without-toolkit-scroll-bars was specified.
5277
5278 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
5279
5280 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
5281 to CFLAGS. Update Copyright years written to src/config.in.
5282
5283 2006-03-18 Claudio Fontana <claudio@gnu.org>
5284
5285 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
5286 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
5287 to be installed/uninstalled.
5288 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
5289 to Info files installed by Emacs.
5290
5291 2006-03-03 Claudio Fontana <claudio@gnu.org>
5292
5293 * Makefile.in (install, uninstall): Add DESTDIR variable to
5294 support staged installations.
5295
5296 2006-02-14 Richard M. Stallman <rms@gnu.org>
5297
5298 * configure.in (s390x-*-linux-gnu*): New configuration.
5299
5300 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
5301
5302 * configure.in: Require GTK 2.4 or newer.
5303
5304 2006-01-29 Michael Olson <mwolson@gnu.org>
5305
5306 * Makefile.in (install-arch-indep, uninstall): Add ERC.
5307 * info/dir (ERC): New entry.
5308
5309 2006-01-29 Eli Zaretskii <eliz@gnu.org>
5310
5311 * info/dir: Fix last change.
5312
5313 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
5314
5315 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
5316
5317 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5318
5319 * info/dir: Untabify the whole file.
5320 (Rcirc): New entry.
5321
5322 2006-01-12 Andreas Schwab <schwab@suse.de>
5323
5324 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
5325 check.
5326
5327 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
5328
5329 * configure.in: Use -Wno-pointer-sign if available.
5330
5331 2005-12-29 Andreas Schwab <schwab@suse.de>
5332
5333 * config.guess, config.sub: Updated from master source.
5334
5335 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5336
5337 * configure.in: Use amdx86-64 for freebsd on x86_64.
5338
5339 2005-11-22 Romain Francoise <romain@orebokech.com>
5340
5341 * make-dist: Add etc/images/icons.
5342
5343 2005-11-03 Andreas Schwab <schwab@suse.de>
5344
5345 * configure.in: Use GZIP_PROG instead of GZIP.
5346
5347 * Makefile.in (GZIP_PROG): Renamed from GZIP.
5348 (install-arch-indep): Adjust.
5349
5350 2005-11-01 Andreas Schwab <schwab@suse.de>
5351
5352 * Makefile.in (bootstrap): Fix dependencies for parallel build.
5353 (bootfast): Likewise.
5354
5355 2005-11-01 Romain Francoise <romain@orebokech.com>
5356
5357 * configure.in: Check for gzip.
5358
5359 * Makefile.in (install): Compress source files.
5360
5361 2005-10-24 Steven Tamm <steventamm@mac.com>
5362
5363 * configure.in: Fix darwin386 configuration issue.
5364
5365 2005-10-22 Eli Zaretskii <eliz@gnu.org>
5366
5367 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
5368
5369 2005-10-17 Bill Wohler <wohler@newt.com>
5370
5371 * make-dist: Create and populate etc/images/low-color.
5372
5373 2005-10-15 Bill Wohler <wohler@newt.com>
5374
5375 * make-dist: Create and populate etc/images/gud.
5376
5377 2005-10-08 Richard M. Stallman <rms@gnu.org>
5378
5379 * make-dist (tempparent): Don't check for 14-char file name limit.
5380
5381 2005-10-07 Romain Francoise <romain@orebokech.com>
5382
5383 * make-dist: Add etc/images/ezimage and etc/images/mail
5384 directories. Install images in etc/images.
5385
5386 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5387
5388 * configure.in: Prefer Carbon if --enable-carbon-app or
5389 --with-carbon is explicitly specified even when X11 is detected.
5390
5391 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
5392
5393 * Makefile.in (install-arch-indep, uninstall):
5394 Handle newsticker manual.
5395 (info): Add - to commands.
5396
5397 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
5398
5399 Remove the MAXPATHLEN limitations:
5400
5401 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
5402
5403 2005-09-09 Eli Zaretskii <eliz@gnu.org>
5404
5405 * configure.in <lynxsos*>: Support for LynxOS on PPC.
5406 * configure: Regenerate.
5407
5408 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
5409
5410 * config.guess, config.sub: Updated from master source.
5411
5412 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
5413
5414 * .cvsignore: Add `lock'.
5415
5416 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5417
5418 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
5419
5420 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
5421
5422 Merge gnulib getopt implementation into Emacs.
5423
5424 * Makefile.in (AUTOCONF_INPUTS): New macro.
5425 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
5426 so that these files also depend on m4/getopt.m4.
5427 * configure.in: Configure getopt by including m4/getopt.m4,
5428 and configuring a getopt replacement if necessary.
5429 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
5430 * m4/getopt.m4: New file.
5431
5432 2005-07-06 Lute Kamstra <lute@gnu.org>
5433
5434 * configure.in: Fix capitalization.
5435
5436 2005-07-04 Lute Kamstra <lute@gnu.org>
5437
5438 Update FSF's address in GPL notices.
5439
5440 2005-06-19 Jérôme Marant <jerome@marant.org>
5441
5442 * Makefile.in (epaths-force): Protect both lisppath and
5443 buildlisppath from whitespace.
5444
5445 2005-06-08 Steven Tamm <steventamm@mac.com>
5446
5447 * configure.in: Support Darwin/MacOSX on Intel.
5448
5449 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
5450
5451 * configure.in (HAVE_CANCELMENUTRACKING): New test.
5452
5453 2005-05-19 Jérôme Marant <jmarant@marant.org>
5454
5455 * configure.in: Add --enable-locallisppath.
5456
5457 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5458
5459 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
5460 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
5461 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
5462
5463 2005-05-07 Jérôme Marant <jerome@marant.org>
5464
5465 * make-dist: Remove references to makefile.nt and makefile.def.
5466 Include widgets and images subdirectories of etc. Do not exclude
5467 ldefs-boot.el.
5468
5469 2005-04-23 Andreas Schwab <schwab@suse.de>
5470
5471 * configure.in: Remove duplicate match for powerpc configuration.
5472
5473 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
5474
5475 * configure.in: Check for <pwd.h>.
5476
5477 2005-04-14 Lute Kamstra <lute@gnu.org>
5478
5479 * make-dist: Distribute all ChangeLog files in lisp/.
5480 Don't distribute ldefs-boot.el.
5481 lisp/makefile.nt no longer exists.
5482
5483 2005-04-13 Lute Kamstra <lute@gnu.org>
5484
5485 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
5486 for "no-byte-compile: t" in the file instead.
5487
5488 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5489
5490 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
5491 shadow the main Lesstif/Motif-2.1 libs and includes.
5492
5493 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
5494
5495 * configure.in: Only add XASSERTS to cppflags.
5496
5497 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
5498
5499 * configure.in: Added --enable-asserts.
5500
5501 2005-02-09 Kim F. Storm <storm@cua.dk>
5502
5503 Change release version from 21.4 to 22.1 throughout.
5504 Change development version from 21.3.50 to 22.0.50.
5505
5506 2005-01-19 Steven Tamm <steventamm@mac.com>
5507
5508 * configure.in: Check for <sys/utsname.h>.
5509
5510 2004-12-11 Kim F. Storm <storm@cua.dk>
5511
5512 * Makefile.in (info): Undo 2004-12-05 change.
5513
5514 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
5515
5516 * info/dir (File): Add URL and Org Mode manuals.
5517 * Makefile.in (install-arch-indep, uninstall): Add url and org
5518 manuals.
5519
5520 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5521
5522 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
5523 committed to src/config.in.
5524
5525 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
5526
5527 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
5528 pthreads and define HAVE_GTK_AND_PTHREAD.
5529
5530 2004-12-05 Richard M. Stallman <rms@gnu.org>
5531
5532 * Makefile.in (info): Ignore errors building info files.
5533
5534 2004-11-27 Eli Zaretskii <eliz@gnu.org>
5535
5536 * config.bat: If 8-byte alignment is not supported, define
5537 NO_DECL_ALIGN in src/config.h, instead of trivially defining
5538 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
5539 filter through Sed to remove the quotes.
5540
5541 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
5542
5543 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
5544 not apply to files explicitly `cvs add'ed.
5545
5546 2004-11-12 Eli Zaretskii <eliz@gnu.org>
5547
5548 * config.bat: Don't require djecho.exe for the v1.x build.
5549 Add a test for DECL_ALIGN support, and add a trivial definition to
5550 src/config.h if 8-byte alignment is not supported.
5551
5552 2004-11-08 Kim F. Storm <storm@cua.dk>
5553
5554 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
5555 files before building.
5556 (bootfast, bootstrap-clean-before-fast): New targets, like
5557 bootstrap but don't remove .elc files.
5558
5559 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
5560
5561 * configure.in: Add check for getrusage.
5562
5563 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
5564
5565 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
5566 New tests for new and old GTK file dialogs.
5567 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
5568 to no.
5569
5570 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
5571
5572 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
5573 can be set. Remove SETARCH test.
5574
5575 2004-10-08 Steven Tamm <steventamm@mac.com>
5576
5577 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h.
5578
5579 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
5580
5581 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
5582 AC_MSG_WARN. Move output of warning message to end of configure run.
5583
5584 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
5585
5586 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
5587 Run test to see if heap start address is random.
5588
5589 2004-09-29 Miles Bader <miles@gnu.org>
5590
5591 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
5592 if setarch is present.
5593
5594 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
5595
5596 * configure.in (HAVE_EXECSHIELD): Only define on x86.
5597
5598 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
5599
5600 * configure.in: Check for exec-shield.
5601
5602 2004-09-04 Reiner Steib <Reiner.Steib@gmx.de>
5603
5604 * Makefile.in (install-arch-indep): Add pgg and sieve.
5605
5606 * info/.cvsignore: Added pgg and sieve.
5607
5608 2004-08-06 Andreas Schwab <schwab@suse.de>
5609
5610 * Makefile.in (install-arch-indep, uninstall): Add flymake.
5611
5612 2004-07-31 Eli Zaretskii <eliz@gnu.org>
5613
5614 * config.bat: Update URLs in the comments.
5615
5616 2004-07-05 Andreas Schwab <schwab@suse.de>
5617
5618 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
5619
5620 2004-06-21 Kenichi Handa <handa@m17n.org>
5621
5622 * make-dist: Link leim-ext.el into tempdir.
5623
5624 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
5625
5626 * info/dir (File): Add emacs-xtra.
5627 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
5628
5629 2004-06-12 Juri Linkov <juri@jurta.org>
5630
5631 * info/dir: Move menu help lines from `* Menu:' to file header.
5632 Describe the purpose of a red *.
5633
5634 2004-05-04 Dave Love <fx@gnu.org>
5635
5636 * configure.in: Don't use `extrasub'.
5637
5638 2004-04-29 Dave Love <fx@gnu.org>
5639
5640 * configure.in: Don't forget to quote args to `test'.
5641
5642 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
5643
5644 * autogen.sh: Update filename in "please read" message.
5645
5646 2004-04-17 Richard M. Stallman <rms@gnu.org>
5647
5648 * INSTALL: Move the info about site-lisp dirs,
5649 and say uninstalled Emacs looks there too.
5650
5651 2004-04-04 Eli Zaretskii <eliz@gnu.org>
5652
5653 * config.bat (lib-src): Recognize comment lines in Makefile.in
5654 that have a TAB after the #, to avoid errors in preprocessing with
5655 GCC 3.3.3.
5656
5657 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
5658
5659 * Makefile.in: Mention in comment that `make maintainer-clean'
5660 deletes .elc files.
5661
5662 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
5663
5664 * update-subdirs: Add local variables to prevent byte-compiling.
5665
5666 2004-03-21 Dave Love <fx@gnu.org>
5667
5668 * configure.in: Fix previous change.
5669
5670 2004-03-18 Dave Love <fx@gnu.org>
5671
5672 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
5673
5674 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
5675
5676 * info/dir (File): Add SMTP and SES.
5677
5678 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
5679
5680 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
5681 (bootstrap): Use the new bootstrap-prepare target in lisp.
5682
5683 2004-02-18 Kim F. Storm <storm@cua.dk>
5684
5685 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
5686
5687 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5688
5689 * make-dist: Don't link index.*perm and permute-index into tempdir.
5690
5691 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
5692
5693 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
5694 to match previous changes by Eli Zaretskii.
5695
5696 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
5697
5698 * Makefile.in: Set CDPATH to an empty string.
5699
5700 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
5701
5702 * configure.in <darwin>: Use fink packages if available.
5703
5704 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
5705
5706 * make-dist (lispref): Do include lispref/index.texi.
5707
5708 2004-01-06 Eric Hanchrow <offby1@blarg.net>
5709
5710 * make-dist (tempdir): Include cursors in nt/icons.
5711
5712 2003-12-30 Eli Zaretskii <eliz@gnu.org>
5713
5714 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
5715 clashes with install-sh on 8+3 filesystems.
5716
5717 2003-12-24 Miles Bader <miles@gnu.org>
5718
5719 * .cvsignore: Add .arch-inventory.
5720
5721 2003-12-24 Andreas Schwab <schwab@suse.de>
5722
5723 * configure.in: Check for <sys/socket.h>. Include it before
5724 including <net/if.h>. Move check for <net/if.h> before its use.
5725
5726 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
5727
5728 * Makefile.in (install-arch-dep): Don't let cd output go into
5729 pipe for carbon_appdir.
5730
5731 2003-12-24 Andreas Schwab <schwab@suse.de>
5732
5733 * configure.in (PKG_CHECK_MODULES): Fix quoting.
5734
5735 2003-12-01 Andreas Schwab <schwab@suse.de>
5736
5737 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
5738 hardcoding gcc.
5739
5740 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
5741
5742 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
5743 multiple displays.
5744 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
5745
5746 2003-09-23 Dave Love <fx@gnu.org>
5747
5748 * configure.in: Check members of struct ifreq.
5749
5750 2003-09-14 Kim F. Storm <storm@cua.dk>
5751
5752 * configure.in: Add checks for sys/ioctl.h and net/if.h.
5753
5754 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
5755
5756 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
5757
5758 2003-08-18 Lute Kamstra <lute@gnu.org>
5759
5760 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
5761 required anymore.
5762
5763 2003-08-07 Andrew Choi <akochoi@shaw.ca>
5764
5765 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
5766 option instead of -traditional-cpp for CPP.
5767
5768 2003-07-29 Richard M. Stallman <rms@gnu.org>
5769
5770 * configure.in (HAVE_XIM): Define if XIM is available.
5771
5772 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
5773
5774 * configure.in: The function gtk_window_set_icon_from_file was
5775 introduced in GTK+ 2.2, so check for that release.
5776
5777 2003-07-23 Andreas Schwab <schwab@suse.de>
5778
5779 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
5780
5781 * Makefile.in (YACC): Remove, not used.
5782 (MAINT): Don't set.
5783 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
5784 disable dependency on ${srcdir}/configure.in when maintainer mode
5785 is disabled.
5786
5787 2003-07-22 Dave Love <fx@gnu.org>
5788
5789 * configure.in: Make XRegisterIMInstantiateCallback test depend on
5790 HAVE_X11, not with_xim.
5791 (HAVE_CRTIN): Provide template.
5792 <with_png>: Test for png.h and libpng/png.h.
5793
5794 2003-07-15 Andreas Schwab <schwab@suse.de>
5795
5796 * configure.in: Temporarily leave quoting for AC_DEFINE.
5797
5798 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
5799
5800 * configure.in: Check for posix_memalign.
5801
5802 2003-07-12 Richard M. Stallman <rms@gnu.org>
5803
5804 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
5805
5806 2003-07-09 Kim F. Storm <storm@cua.dk>
5807
5808 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
5809 functionality of --without-xim.
5810
5811 2003-06-29 Dave Love <fx@gnu.org>
5812
5813 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
5814
5815 2003-06-23 Dave Love <fx@gnu.org>
5816
5817 * configure.in: Check for sys/_mbstate_t.h.
5818 Test XRegisterIMInstantiateCallback prototype.
5819 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
5820
5821 2003-06-06 Dave Love <fx@gnu.org>
5822
5823 * configure.in: Check for locale.h.
5824
5825 2003-06-05 Dave Love <fx@gnu.org>
5826
5827 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
5828 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
5829 (NLIST_STRUCT): Don't define.
5830 (AH_BOTTOM): Define my_strftime.
5831
5832 2003-06-02 Richard M. Stallman <rms@gnu.org>
5833
5834 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
5835
5836 2003-05-24 Andreas Schwab <schwab@suse.de>
5837
5838 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
5839 bzero, and bcmp.
5840
5841 2003-05-22 Dave Love <fx@gnu.org>
5842
5843 * configure.in: Remove redundant test for term.h. Test for difftime.
5844
5845 2003-05-20 Dave Love <fx@gnu.org>
5846
5847 * configure.in: Append * to s390-*-linux-gnu case.
5848 (LIBMAIL) <lockfile>: Don't define.
5849
5850 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5851
5852 * INSTALL (* GNU/Linux development packages): Mention Debian and
5853 RedHat package names.
5854
5855 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
5856
5857 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5858
5859 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
5860
5861 * INSTALL (* GNU/Linux development packages): Tell people to
5862 install additional packages for compiling Emacs.
5863
5864 2003-04-30 Richard M. Stallman <rms@gnu.org>
5865
5866 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
5867
5868 2003-04-28 Francesco Potortì <pot@gnu.org>
5869
5870 * configure.in: Undo last (RMS') change, as it is useless, per
5871 Dave Love.
5872
5873 2003-04-08 Richard M. Stallman <rms@gnu.org>
5874
5875 * configure.in: Put #include of jpeglib.h at start of line.
5876
5877 2003-04-06 Francesco Potortì <pot@gnu.org>
5878
5879 * configure.in: Use the same configuration for all aix5, not just
5880 aix5.1.
5881
5882 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
5883
5884 * configure.in: Check for need for bigtoc support on IBM AIX for
5885 solving a linker table overflow problem.
5886
5887 2003-03-03 Rob Browning <rlb@defaultvalue.org>
5888
5889 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
5890 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
5891 over bzero, bcmp, and bcopy.
5892
5893 2003-02-23 Simon Josefsson <jas@extundo.com>
5894
5895 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
5896
5897 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
5898
5899 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
5900
5901 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
5902
5903 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
5904
5905 2003-02-08 Andreas Schwab <schwab@suse.de>
5906
5907 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
5908 instead of the substitution.
5909
5910 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
5911
5912 * Makefile.in: Use @EXEEXT@ for Cygwin.
5913 Use USERNAME if LOGNAME is not set (for Cygwin).
5914
5915 * configure.in: Add opsys=cygwin.
5916
5917 2003-01-22 Andreas Schwab <schwab@suse.de>
5918
5919 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
5920 redefining it explicitly in src/config.in.
5921
5922 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
5923
5924 * Makefile.in (bootstrap): Make bootstrap-after.
5925
5926 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
5927
5928 * configure.in: Fix --with-gtk.
5929
5930 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
5931
5932 * configure.in: Add --with-gtk, --with-x-toolkit=gtk.
5933
5934 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
5935
5936 2003-01-14 Francesco Potortì <pot@gnu.org>
5937
5938 * configure.in (m68k-motorola-sysv): Remove (obsolete).
5939
5940 2003-01-07 Steven Tamm <steventamm@mac.com>
5941
5942 * configure.in: New option, --enable-carbon-app, to specify
5943 that the application should be installed
5944 * Makefile.in (install-arch-dep): On Mac OS X, install the
5945 Emacs.app application if carbon-app is enabled.
5946
5947 2003-01-06 Dave Love <fx@gnu.org>
5948
5949 * configure.in: Check for nl_langinfo.
5950 [!HAVE_SIZE_T]: Fix typedef.
5951
5952 2003-01-06 David Kastrup <dak@gnu.org>
5953
5954 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
5955
5956 * configure.in: Add tests for install-info.
5957
5958 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
5959
5960 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
5961 use again sol2-6 instead of sol2-8.
5962
5963 2002-12-09 Dave Love <fx@gnu.org>
5964
5965 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
5966
5967 2002-12-08 Andreas Schwab <schwab@suse.de>
5968
5969 * Makefile.in (install-arch-indep): Revert last change.
5970
5971 2002-11-27 Dave Love <fx@gnu.org>
5972
5973 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
5974 Check for __sys_siglist too. Check for memset.
5975 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
5976
5977 2002-11-22 Juanma Barranquero <lektu@terra.es>
5978
5979 * config.guess, config.sub: Updated from master source.
5980
5981 2002-11-19 Karl Fogel <kfogel@red-bean.com>
5982
5983 * autogen.sh: New file.
5984
5985 2002-11-18 Dave Love <fx@gnu.org>
5986
5987 * configure.in: Tidy up various quoting issues throughout.
5988 Use AC_GNU_SOURCE.
5989 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
5990 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
5991 Maybe define bcopy, bzero, bcmp.
5992 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
5993 non-existent machine file).
5994 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
5995 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
5996 (nlist.h): Move test up.
5997
5998 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
5999
6000 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
6001
6002 2002-11-14 Francesco Potortì <pot@gnu.org>
6003
6004 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
6005
6006 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
6007
6008 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
6009
6010 2002-11-08 Dave Love <fx@gnu.org>
6011
6012 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
6013 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
6014
6015 2002-11-07 Miles Bader <miles@gnu.org>
6016
6017 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
6018 Handle separate-build-dir case.
6019
6020 2002-11-06 Richard M. Stallman <rms@gnu.org>
6021
6022 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
6023 bulletproof. $bar may be empty when there are no .elc files.
6024
6025 2002-10-30 Dave Love <fx@gnu.org>
6026
6027 * configure.in: Require autoconf 2.53. Test for pty.h,
6028 sys/mman.h, sys/param.h, mremap, memmove.
6029 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
6030 (AC_PROG_YACC): Delete.
6031 (size_t): Use AC_CHECK_TYPES.
6032 (AH_TOP): Up-date copyright.
6033
6034 2002-10-01 Juanma Barranquero <lektu@terra.es>
6035
6036 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
6037
6038 2002-09-19 Richard M. Stallman <rms@gnu.org>
6039
6040 * configure.in: Fix the LessTif-directory-finder for real.
6041
6042 2002-09-14 Richard M. Stallman <rms@gnu.org>
6043
6044 * Makefile.in (maybe_bootstrap): Test for complete absence
6045 of compiled Lisp files.
6046
6047 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
6048
6049 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
6050 (bootstrap-clean-after): Delete.
6051 (bootstrap): Make the sequencing explicit.
6052
6053 2002-09-10 Richard M. Stallman <rms@gnu.org>
6054
6055 * configure.in: Fix previous LessTif change.
6056
6057 2002-09-09 Richard M. Stallman <rms@gnu.org>
6058
6059 * configure.in (powerpcle-*-solaris2.5*): New configuration.
6060 (powerpcle-*-solaris*): Use version 2.6 as default.
6061 (*-sunos5.6*, *-solaris2.6*): New alternative.
6062 (*-sunos5*): Use version 2.6 as default.
6063
6064 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6065
6066 * configure.in: Fix typo.
6067
6068 2002-09-05 Richard M. Stallman <rms@gnu.org>
6069
6070 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
6071
6072 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
6073 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
6074
6075 2002-08-26 Kim F. Storm <storm@cua.dk>
6076
6077 * Makefile.in (install-arch-indep): Do not remove DOC file
6078 when it is the only DOC file installed; this is the case when
6079 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
6080
6081 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
6082
6083 * configure.in: Fix typo.
6084
6085 2002-07-24 Richard M. Stallman <rms@gnu.org>
6086
6087 * configure.in: Don't print anything special about gamedir.
6088
6089 * configure.in: Delete nonstandard --with-game-user option.
6090
6091 2002-07-21 Richard M. Stallman <rms@gnu.org>
6092
6093 * Makefile.in (gamedir, localstatedir): New variables.
6094 (epaths-force): Insert value of gamedir into PATH_GAME.
6095
6096 * configure.in (gamedir): Handle it like lispdir.
6097 (--with-game-dir option): Delete.
6098
6099 2002-06-21 Pavel Janík <Pavel@Janik.cz>
6100
6101 * configure.in: Add support for mipseb-*-netbsd* machines.
6102
6103 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6104
6105 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
6106
6107 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6108
6109 * info/dir (File): Add an entry for Tramp.
6110
6111 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
6112
6113 * INSTALL-CVS: New file.
6114
6115 2002-06-07 Andreas Schwab <schwab@suse.de>
6116
6117 * configure.in (x86_64-*-linux-gnu*): New system.
6118
6119 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
6120
6121 * config.bat: Handle the case when lispintro is truncated to lispintr.
6122
6123 2002-05-26 Paul Eggert <eggert@twinsun.com>
6124
6125 * config.guess, config.sub: Updated from master source.
6126
6127 2002-05-09 Richard M. Stallman <rms@gnu.org>
6128
6129 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
6130
6131 2002-05-04 Pavel Janík <Pavel@Janik.cz>
6132
6133 * make-dist: Do not distribute lock/ directory.
6134
6135 2002-04-30 Andrew Choi <akochoi@shaw.ca>
6136
6137 * configure.in: Provide documentation string when defining
6138 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
6139 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
6140
6141 2002-04-29 Colin Walters <walters@verbum.org>
6142
6143 * configure.in: Delete configure check for access to the game user.
6144
6145 2002-04-29 Pavel Janík <Pavel@Janik.cz>
6146
6147 * make-dist: lwlib/Imakefile is removed.
6148
6149 2002-04-26 Andrew Choi <akochoi@shaw.ca>
6150
6151 * configure.in: Add support for powerpc-apple-darwin*.
6152 (HAVE_CARBON): Add.
6153
6154 * make-dist: Create directories in mac/Emacs.app.
6155
6156 2002-04-25 Pavel Janík <Pavel@Janik.cz>
6157
6158 * make-dist: lwlib-Xol* are removed.
6159
6160 2002-04-23 Andreas Schwab <schwab@suse.de>
6161
6162 * Makefile.in (MAINT): New variable.
6163 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
6164 instead of configure.in, to avoid running autoconf and autoheader
6165 unless explicitly requested.
6166
6167 2002-04-16 Eli Zaretskii <eliz@gnu.org>
6168
6169 * config.bat: Update for msdos/sed2v2.inp.
6170
6171 2002-04-15 Andreas Schwab <schwab@suse.de>
6172
6173 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
6174 * configure.in: Add config header templates to all AC_DEFINE and
6175 AC_DEFINE_UNQUOTED symbols.
6176 * make-dist: Run autoheader if necessary.
6177
6178 2002-04-10 Colin Walters <walters@verbum.org>
6179
6180 * configure.in: Add --game-dir, --game-user. Test to see if we
6181 can use them.
6182
6183 2002-04-08 Pavel Janík <Pavel@Janik.cz>
6184
6185 * configure.in: Add --with-sound.
6186
6187 2002-03-18 Kim F. Storm <storm@cua.dk>
6188
6189 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
6190 and getsockname functions. Test for sys/un.h include file.
6191
6192 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
6193
6194 * configure.in: Support AIX 5.1.
6195
6196 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
6197
6198 * configure.in: Added test for X Session Management (HAVE_X_SM).
6199
6200 2002-03-03 Richard M. Stallman <rms@gnu.org>
6201
6202 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
6203 Run chown $${LOGNAME} on files installed by tar xvf.
6204
6205 2002-03-03 Kim F. Storm <storm@cua.dk>
6206
6207 * configure.in: Test for getpeername.
6208
6209 2002-03-01 Richard M. Stallman <rms@gnu.org>
6210
6211 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
6212 (HAVE_GIF): Don't use old libungif versions that crash.
6213
6214 2002-02-26 Richard M. Stallman <rms@gnu.org>
6215
6216 * configure.in <making srcdir absolute>: Verify that PWD is correct,
6217 not just well-formed and valid.
6218 (mips-compaq-nonstopux*): New configuration.
6219
6220 2002-02-18 Paul Eggert <eggert@twinsun.com>
6221
6222 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
6223 "sed q" is a portable equivalent to plain "head -1".
6224
6225 2002-02-13 Richard M. Stallman <rms@gnu.org>
6226
6227 * Makefile.in (maybe_bootstrap): Do `exit 1'.
6228 (all): Don't depend on maybe_bootstrap here.
6229 (${SUBDIR}): Depend on it here instead.
6230
6231 2002-02-08 Richard M. Stallman <rms@gnu.org>
6232
6233 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
6234
6235 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
6236
6237 * configure.in: Recognize BSD/OS 5.0.
6238
6239 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
6240
6241 * make-dist: Make version checking in emacs.texi consistent with
6242 how we set it there.
6243
6244 2001-12-29 Kim F. Storm <storm@cua.dk>
6245
6246 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
6247
6248 2001-12-28 Richard M. Stallman <rms@gnu.org>
6249
6250 * configure.in: Test for mbsinit.
6251
6252 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6253
6254 These changes make Leim part of the standard distribution:
6255
6256 * README: Add info about the `leim' directory.
6257
6258 * INSTALL: Remove text that describes Leim as a separate package.
6259
6260 * noleim-Makefile.in: File removed.
6261
6262 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
6263 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
6264 Leim files out of the Emacs tree. Don't prepare a separate tarball
6265 for Leim.
6266
6267 2001-12-11 Richard M. Stallman <rms@gnu.org>
6268
6269 * configure.in (hppa*-*-linux-gnu*): New alternative.
6270
6271 2001-12-08 Pavel Janík <Pavel@Janik.cz>
6272
6273 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
6274 creating distribution.
6275
6276 2001-12-06 Paul Eggert <eggert@twinsun.com>
6277
6278 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
6279 (AC_FUNC_VFORK): Remove.
6280 (AC_FUNC_FORK): Add.
6281 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
6282 this is required by recent Autoconf versions.
6283
6284 2001-12-02 Pavel Janík <Pavel@Janik.cz>
6285
6286 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
6287 TODO, vms-pp.trans and others).
6288
6289 2001-11-29 Pavel Janík <Pavel@Janik.cz>
6290
6291 * make-dist: Use COPYING from the top-level directory.
6292
6293 2001-11-29 Gerd Moellmann <gerd@gnu.org>
6294
6295 * configure.in: Add support for FreeBSD/Alpha.
6296
6297 2001-11-29 Pavel Janík <Pavel@Janik.cz>
6298
6299 * make-dist: Add COPYING to the top-level directory of the
6300 distribution. Simplify the logic behind copying.
6301
6302 * Makefile.in (maybe_bootstrap): Fix previous change.
6303
6304 2001-11-28 Richard M. Stallman <rms@gnu.org>
6305
6306 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
6307
6308 2001-11-26 Richard M. Stallman <rms@gnu.org>
6309
6310 * Makefile.in: bootstrap should not delete dumped executables.
6311 (bootstrap-clean-before): New target.
6312 (bootstrap): Use bootstrap-clean-before instead of clean.
6313 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
6314
6315 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
6316
6317 These changes add the Emacs Lisp Introduction manual to the
6318 distribution:
6319
6320 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
6321
6322 * make-dist: Copy the files in lispintro directory.
6323
6324 * config.bat: Configure in the lispintro directory.
6325
6326 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
6327
6328 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
6329 (lispintro/Makefile): New target.
6330 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
6331 (unlock, relock, info, dvi): Ditto.
6332
6333 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6334
6335 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
6336
6337 * make-dist (etc): Don't distribute gfdl.1.
6338
6339 2001-11-22 Colin Walters <walters@debian.org>
6340
6341 * Makefile.in (install-arch-indep): Install the calc .info files.
6342 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
6343
6344 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
6345
6346 * make-dist (lispref): Add *.txt, *.el, permute-index, and
6347 tindex.pl to the list of those being put into the distribution.
6348
6349 2001-11-16 Eli Zaretskii <eliz@gnu.org>
6350
6351 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
6352
6353 2001-11-15 Pavel Janík <Pavel@Janik.cz>
6354
6355 * Makefile.in (uninstall): Fix previous change.
6356
6357 * configure.in, Makefile.in: Add support for --program-prefix,
6358 --program-suffix and --program-transform-name options.
6359
6360 2001-11-13 Pavel Janík <Pavel@Janik.cz>
6361
6362 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
6363 (install-arch-indep): Install emacsclient manual page.
6364 (uninstall): Uninstall emacsclient manual page.
6365
6366 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
6367
6368 * make-dist: Add lispref/index.*perm files to the distribution.
6369 From Pavel Janík <Pavel@Janik.cz>.
6370
6371 2001-11-12 Pavel Janík <Pavel@Janik.cz>
6372
6373 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
6374
6375 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6376
6377 * configure.in: AC_OUTPUT lispref/Makefile.
6378
6379 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
6380
6381 The following changes add the ELisp reference manual to the
6382 distribution.
6383
6384 * make-dist: Add the lispref directory to the distribution.
6385
6386 * Makefile.in (install-arch-indep): Add elisp* to the list of
6387 installed Info files.
6388 (SUBDIR_MAKEFILES): Add lispref/Makefile.
6389 (lispref/Makefile): New target.
6390 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
6391 Add commands for the lispref directory.
6392 (info, dvi): Ditto.
6393
6394 * config.bat: Configure in `lispref'.
6395
6396 2001-11-09 Richard M. Stallman <rms@gnu.org>
6397
6398 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
6399
6400 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
6401
6402 * make-dist (tempdir): Copy AUTHORS as well.
6403
6404 2001-11-06 Sam Steingold <sds@gnu.org>
6405
6406 * configure.in: Added a check for <nlist.h>.
6407
6408 2001-11-01 Pavel Janík <Pavel@Janik.cz>
6409
6410 * configure.in: Reindent --help output.
6411 From Per Starbäck (starback@ling.uu.se).
6412
6413 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
6414
6415 * configure.in: New entry for HP/UX-11.
6416
6417 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
6418 From Eric S. Raymond <esr@golux.thyrsus.com>.
6419
6420 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6421
6422 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
6423 <athornton@sinenomine.net>.
6424
6425 2001-10-25 Gerd Moellmann <gerd@gnu.org>
6426
6427 * Makefile.in (maybe_bootstrap): New target.
6428 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
6429
6430 2001-10-24 Ken Raeburn <raeburn@gnu.org>
6431
6432 * configure.in: If --with-hesiod is given, look for
6433 hes_getmailhost and res_send or __res_send; check hesiod and
6434 resolv libraries respectively if system libraries don't supply them.
6435
6436 2001-10-24 Gerd Moellmann <gerd@gnu.org>
6437
6438 * configure.in: Use $MAKE for `make' if set.
6439
6440 2001-10-22 Gerd Moellmann <gerd@gnu.org>
6441
6442 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
6443 to tar options.
6444
6445 2001-10-20 Gerd Moellmann <gerd@gnu.org>
6446
6447 * (Version 21.1 released).
6448
6449 2001-10-20 Miles Bader <miles@gnu.org>
6450
6451 * configure.in (configuration): Set from `host' if `host_alias'
6452 isn't defined.
6453
6454 2001-10-19 Andreas Schwab <schwab@suse.de>
6455
6456 * configure.in: Make ready for autoconf 2.5x.
6457 (AC_PREREQ): Require autoconf 2.50.
6458 * aclocal.m4: Removed.
6459 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
6460
6461 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
6462
6463 * README: Bump Emacs version to 21.1.50.
6464
6465 2001-10-05 Gerd Moellmann <gerd@gnu.org>
6466
6467 * Branch for 21.1.
6468
6469 2001-09-05 Gerd Moellmann <gerd@gnu.org>
6470
6471 * configure.in: Avoid `$@' which is handled specially in
6472 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
6473
6474 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
6475
6476 * make-dist (nt): Add subdirs.el to the list of distributed files.
6477
6478 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6479
6480 * configure.in (machine): Add an entry for
6481 hppa1.1-hitachi-hiuxwe2*.
6482
6483 2001-05-28 Gerd Moellmann <gerd@gnu.org>
6484
6485 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
6486 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
6487
6488 2001-05-14 Gerd Moellmann <gerd@gnu.org>
6489
6490 * make-dist: Copy texinfo.tex unconditionally.
6491
6492 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
6493
6494 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
6495 that are installed.
6496
6497 2001-04-06 Gerd Moellmann <gerd@gnu.org>
6498
6499 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
6500 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
6501
6502 * make-dist: Handle leim/MISC-DIC. Only include
6503 `[a-zA-Z]*.{el,elc}' from leim/quail.
6504
6505 2001-04-05 Gerd Moellmann <gerd@gnu.org>
6506
6507 * Makefile.in (install-arch-indep): Remove .cvsignore files.
6508
6509 2001-03-30 Gerd Moellmann <gerd@gnu.org>
6510
6511 * Makefile.in (.PHONY): Add for bootstrap targets.
6512 (bootstrap-clean): New target.
6513 (bootstrap): Use it instead of `clean'.
6514
6515 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
6516
6517 * Makefile.in (SUBDIR): Remove leim.
6518 (all, .RECURSIVE, extraclean): Add leim explicitly.
6519 (leim): Provide separate rule which exports PARALLEL=0 into the
6520 environment.
6521
6522 2001-03-20 Gerd Moellmann <gerd@gnu.org>
6523
6524 * configure.in (HAVE_XPM): Don't print the result of the check for
6525 XpmReturnAllocPixels if we don't have an xpm.h.
6526
6527 2001-03-05 Gerd Moellmann <gerd@gnu.org>
6528
6529 * COPYING: New file.
6530
6531 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
6532
6533 * config.bat: Update the copyright.
6534
6535 2001-02-23 Kenichi Handa <handa@etl.go.jp>
6536
6537 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
6538 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
6539 to `yes'. Later in AC_OUTPUT, check this variable.
6540
6541 2001-02-09 Dave Love <fx@gnu.org>
6542
6543 * AUTHORS: Updated.
6544
6545 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
6546
6547 * info/dir (Ebrowse): Fix the entry (was missing a dot).
6548
6549 2001-02-02 Gerd Moellmann <gerd@gnu.org>
6550
6551 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
6552
6553 * Makefile.in (uninstall): Ignore exit code of `rm'.
6554
6555 * Makefile.in (uninstall): Remove more info files. Remove
6556 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
6557
6558 2001-01-31 Gerd Moellmann <gerd@gnu.org>
6559
6560 * noleim-Makefile.in (extraclean): Add.
6561
6562 2001-01-28 Gerd Moellmann <gerd@gnu.org>
6563
6564 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
6565 it quiet.
6566
6567 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
6568
6569 * Makefile.in (tags): Fix typo.
6570
6571 2001-01-13 Kenichi Handa <handa@etl.go.jp>
6572
6573 * configure.in: Fix typo in the code setting x_search_path.
6574
6575 2001-01-10 Dave Love <fx@gnu.org>
6576
6577 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
6578 -lXext.
6579 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
6580 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
6581 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
6582 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
6583 (now in $LIBS).
6584
6585 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
6586
6587 * config.bat: Run the preprocessor with -traditional.
6588
6589 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
6590
6591 * INSTALL: Move copying conditions to end of file.
6592
6593 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
6594
6595 * INSTALL: Add basic installation procedure which assumes
6596 `configure' does its job. Elaborate on image support libraries.
6597 Add a pointer to Xaw3d library. Add advice about solving
6598 configure-time problems by looking in config.log and setting
6599 variables in the environment.
6600
6601 2000-12-27 Gerd Moellmann <gerd@gnu.org>
6602
6603 * Makefile.in (install-arch-indep): If tar fails, exit with
6604 exit code 1.
6605
6606 2000-12-19 Gerd Moellmann <gerd@gnu.org>
6607
6608 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
6609 source file includes XKBlib.h. On some broken Solaris systems,
6610 there is an XKBlib.h, reportedly, but header files included by
6611 XKBlib.h are missing.
6612
6613 2000-12-14 Gerd Moellmann <gerd@gnu.org>
6614
6615 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
6616
6617 2000-12-11 Dave Love <fx@gnu.org>
6618
6619 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
6620
6621 2000-12-11 Paul Eggert <eggert@twinsun.com>
6622
6623 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
6624 Merge fixes from latest GNU tar version. These macros no longer
6625 futz with _XOPEN_SOURCE, as that was not portable in practice.
6626 (AC_FUNC_FSEEKO): New macro.
6627
6628 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
6629 ftello.
6630
6631 2000-12-05 Dave Love <fx@gnu.org>
6632
6633 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
6634
6635 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6636
6637 * info/dir: Change the category to "Emacs".
6638
6639 2000-12-01 Gerd Moellmann <gerd@gnu.org>
6640
6641 * make-dist (tempdir): Remove epaths.h from the distribution
6642 instead of paths.h.
6643
6644 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6645
6646 * config.bat: Check for existence of djecho.exe, and print an
6647 error message if it is not available.
6648
6649 * INSTALL: Describe possible problem with djecho.exe in old
6650 versions of DJGPP v2.x.
6651
6652 2000-11-23 Gerd Moellmann <gerd@gnu.org>
6653
6654 * configure.in: Initialize HAVE_LIBXP to no.
6655
6656 2000-11-22 Gerd Moellmann <gerd@gnu.org>
6657
6658 * configure.in: Use m/macppc.h instead of the non-existent
6659 m/powerpc.h.
6660
6661 2000-11-21 Gerd Moellmann <gerd@gnu.org>
6662
6663 * Makefile.in (install-arch-indep): Also install info/eshell*
6664 and info/speedbar*.
6665
6666 * configure.in (HAVE_PNG): Check for the presence of
6667 png_get_channels to rule out older PNG libs.
6668
6669 * configure.in (AC_OUTPUT): Arrange to emit definitions of
6670 GCC and NON_GNU_CPP into config.status.
6671
6672 2000-11-20 Dave Love <fx@gnu.org>
6673
6674 * configure.in: Fix last change.
6675
6676 * GETTING.GNU.SOFTWARE: Deleted.
6677 * FTP: New file to replace it.
6678 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
6679
6680 2000-11-20 Gerd Moellmann <gerd@gnu.org>
6681
6682 * configure.in: Use -traditional with GNU cpp.
6683
6684 2000-11-17 Gerd Moellmann <gerd@gnu.org>
6685
6686 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
6687 Distribute more files from the nt/ subdir. Distribute PBM
6688 image files from subdirs of lisp/. Distribute old change logs
6689 from subdirs of lisp/. Distribute play/5x5.el.
6690
6691 2000-11-11 Dave Love <fx@gnu.org>
6692
6693 * config.sub, config.guess: Updated from master source.
6694
6695 2000-11-07 Dave Love <fx@gnu.org>
6696
6697 * configure.in: Test for mkstemp.
6698
6699 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
6700
6701 * info/dir (Top): Rearrange menu items more logically, and put
6702 them into a single category. Add menu items for RefTeX and
6703 Widget.
6704
6705 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6706
6707 * Makefile.in (install-arch-indep): Use --info-dir instead of
6708 --dir-file, and a simple argument instead of --info-file, so that
6709 the Debian version of install-info also works.
6710
6711 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
6712
6713 * info/dir (Speedbar): Add entry.
6714
6715 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
6716
6717 * INSTALL: Describe the new image-support options to the configure
6718 script. List URLs where image support libraries can be found.
6719
6720 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
6721
6722 * info/dir (Top): Add an entry for Eshell.
6723
6724 2000-10-02 Dave Love <fx@gnu.org>
6725
6726 * configure.in: Check for gai_strerror.
6727
6728 2000-10-01 Andreas Schwab <schwab@suse.de>
6729
6730 * Makefile.in (install-arch-indep): Update list of installed info files.
6731
6732 2000-09-30 Gerd Moellmann <gerd@gnu.org>
6733
6734 * configure.in: Support `sparc*-*-netbsd*'.
6735
6736 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
6737
6738 * info/dir (MIME): Add entry for emacs-mime.
6739
6740 2000-09-29 Dave Love <fx@gnu.org>
6741
6742 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
6743
6744 2000-09-26 Gerd Moellmann <gerd@gnu.org>
6745
6746 * make-dist: Adapt to the change of leim/Makefile which was
6747 necessary to ensure a reasonably working `make dist'.
6748
6749 * leim-Makefile.in: Moved to leim/Makefile.in..
6750
6751 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
6752
6753 2000-09-21 Kenichi Handa <handa@etl.go.jp>
6754
6755 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
6756 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
6757 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
6758 files to .elc.
6759 (${TIT}): Adjusted for the above change.
6760 (clean mostlyclean): Likewise.
6761 (.el.elc): New target.
6762
6763 2000-09-19 Gerd Moellmann <gerd@gnu.org>
6764
6765 * make-dist: Include XPM and XBM files in lisp/ and subdirs
6766 in the distribution.
6767
6768 2000-09-18 Gerd Moellmann <gerd@gnu.org>
6769
6770 * make-dist (skk): Rename to `ja-dic' because the leim directory
6771 was renamed.
6772
6773 2000-09-14 Dave Love <fx@gnu.org>
6774
6775 * configure.in: Fix spurion in last change.
6776
6777 2000-09-14 Gerd Moellmann <gerd@gnu.org>
6778
6779 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
6780 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
6781 to `no' if defined. Change result report.
6782
6783 2000-09-08 Dave Love <fx@gnu.org>
6784
6785 * configure.in: Remove spurious `@'s.
6786
6787 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
6788 autoconf.
6789
6790 2000-09-06 Gerd Moellmann <gerd@gnu.org>
6791
6792 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
6793 file and print informational message.
6794
6795 * configure.in (AC_FUNC_MMAP): Add.
6796
6797 2000-09-01 Gerd Moellmann <gerd@gnu.org>
6798
6799 * configure.in: Add ``checking'' messages for
6800 XpmReturnAllocPixels.
6801
6802 2000-08-28 Gerd Moellmann <gerd@gnu.org>
6803
6804 * configure.in: Check <strings.h>; check `index' and `rindex'
6805 functions.
6806
6807 2000-08-26 Kenichi Handa <handa@etl.go.jp>
6808
6809 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
6810 "case "${canonical}" in".
6811
6812 2000-08-25 Dave Love <fx@gnu.org>
6813
6814 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
6815
6816 2000-08-25 Kenichi Handa <handa@etl.go.jp>
6817
6818 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
6819
6820 2000-08-24 Gerd Moellmann <gerd@gnu.org>
6821
6822 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
6823 contains a relative path. Protect against unusable values of $PWD.
6824
6825 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6826
6827 * info/dir (WoMan): Add entry.
6828
6829 * config.bat (maindir): Update src/_gdbinit even if it does
6830 already exist.
6831
6832 2000-08-07 Gerd Moellmann <gerd@gnu.org>
6833
6834 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
6835
6836 2000-08-03 Gerd Moellmann <gerd@gnu.org>
6837
6838 * configure.in: Add support for ia64*-*-linux*.
6839
6840 2000-07-27 Gerd Moellmann <gerd@gnu.org>
6841
6842 * make-dist (aclocal.m4): Include in distribution.
6843
6844 2000-07-26 Dave Love <fx@gnu.org>
6845
6846 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
6847
6848 2000-07-24 Dave Love <fx@gnu.org>
6849
6850 * configure.in: Add AC_SIZE_T.
6851
6852 2000-07-18 Dave Love <fx@gnu.org>
6853
6854 * configure.in: Reorder so that most tests are done after CPPFLAGS
6855 is set from the C_SWITCH_... definitions.
6856
6857 2000-07-10 Gerd Moellmann <gerd@gnu.org>
6858
6859 * configure.in (HAVE_XPM): Undo previous change. Check for
6860 preprocessor define XpmReturnAllocPixels.
6861
6862 2000-07-06 Gerd Moellmann <gerd@gnu.org>
6863
6864 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
6865 instead of XpmReadFileToPixmap.
6866
6867 2000-07-05 Ken Raeburn <raeburn@gnu.org>
6868
6869 * configure.in: Check for <soundcard.h>. Look for ossaudio
6870 library, and set LIBSOUND accordingly.
6871
6872 2000-07-05 Dave Love <fx@gnu.org>
6873
6874 * configure.in: Use AC_HEADER_SYS_WAIT.
6875
6876 2000-07-05 Gerd Moellmann <gerd@gnu.org>
6877
6878 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
6879 lisp/Makefile. Distribute lisp/Makefile.in instead of
6880 lisp/Makefile.
6881
6882 2000-06-30 Ken Raeburn <raeburn@gnu.org>
6883
6884 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
6885 while searching for image-handling libraries.
6886
6887 2000-06-26 Gerd Moellmann <gerd@gnu.org>
6888
6889 * configure.in (--with-xim): New option.
6890
6891 2000-06-23 Dave Love <fx@gnu.org>
6892
6893 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
6894 for struct timezone and test how we can call gettimeofday.
6895 Check for OSF 5+. Check for term.h.
6896
6897 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
6898 version.
6899
6900 2000-06-23 Gerd Moellmann <gerd@gnu.org>
6901
6902 * configure.in (HAVE_LIBXP): Change test for libXp.
6903
6904 2000-06-21 Dave Love <fx@gnu.org>
6905
6906 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
6907 simple test for getloadavg and substitute GETLOADAVG_LIBS.
6908 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
6909
6910 2000-06-19 Dave Love <fx@gnu.org>
6911
6912 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
6913 _XOPEN_SOURCE is defined.
6914
6915 2000-06-16 Gerd Moellmann <gerd@gnu.org>
6916
6917 * Makefile.in (distclean): Also make distclean in lisp/.
6918
6919 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
6920
6921 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
6922
6923 2000-06-15 Gerd Moellmann <gerd@gnu.org>
6924
6925 * make-dist: Add --help and --snapshot options.
6926
6927 2000-06-14 Gerd Moellmann <gerd@gnu.org>
6928
6929 * configure.in: Generate lisp/Makefile.
6930
6931 * configure.in: Add support for `*-lynxos*'.
6932 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
6933 recommended by <Karen.Dorhamer@compaq.com> to fix problems
6934 on Tru64 UNIX v5.0.
6935
6936 2000-06-13 Ken Raeburn <raeburn@gnu.org>
6937
6938 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
6939 it's on a continuation line.
6940
6941 2000-06-02 Dave Love <fx@gnu.org>
6942
6943 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
6944 files.
6945
6946 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
6947 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
6948 test.
6949
6950 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
6951 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
6952
6953 2000-05-26 Gerd Moellmann <gerd@gnu.org>
6954
6955 * configure.in: Add check for speed_t typedef.
6956
6957 2000-05-25 Ken Raeburn <raeburn@gnu.org>
6958
6959 * Makefile.in (install-arch-dep): Install fns-*.el only if it
6960 exists; it won't in the CANNOT_DUMP case.
6961
6962 2000-05-25 Gerd Moellmann <gerd@gnu.org>
6963
6964 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
6965 On FreeBSD, the exit status is 1 if CDPATH is not set.
6966 (install-arch-indep): Install ebrowse.info.
6967
6968 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
6969
6970 * configure.in: Check for grandpt and getpt.
6971
6972 2000-05-09 Dave Love <fx@gnu.org>
6973
6974 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
6975
6976 2000-05-05 Gerd Moellmann <gerd@gnu.org>
6977
6978 * make-dist: Make a link for lib-src/grep-changelog.
6979 Copy install-sh.
6980
6981 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
6982
6983 * config.bat: Identify the beginning of the cpp stuff in
6984 src/Makefile.in and lib-src/Makefile.in more accurately.
6985
6986 2000-04-27 Gerd Moellmann <gerd@gnu.org>
6987
6988 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
6989
6990 2000-04-19 Gerd Moellmann <gerd@gnu.org>
6991
6992 * configure.in: Add support for `powerpc-*-netbsd*'.
6993
6994 2000-04-19 Dave Love <fx@gnu.org>
6995
6996 * configure.in: Don't use AC_FUNC_GETLOADAVG.
6997
6998 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
6999
7000 2000-04-16 Dave Love <fx@gnu.org>
7001
7002 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
7003
7004 2000-04-14 Dave Love <fx@gnu.org>
7005
7006 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
7007
7008 * aclocal.m4 (AC_FUNC_MKTIME): New.
7009
7010 2000-03-28 Ken Raeburn <raeburn@gnu.org>
7011
7012 * configure.in: Line up "--help" output a little better.
7013
7014 2000-03-26 Gerd Moellmann <gerd@gnu.org>
7015
7016 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
7017 New targets.
7018 (bootstrap): Rewritten in terms of the new targets above. Make
7019 info files, too.
7020
7021 2000-03-12 Gerd Moellmann <gerd@gnu.org>
7022
7023 * config.guess, config.sub: Use the versions of the files from
7024 subversions.
7025
7026 2000-03-08 Dave Love <fx@gnu.org>
7027
7028 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
7029 AC_C_VOLATILE. Define POINTER_TYPE.
7030
7031 * aclocal.m4: New file.
7032
7033 2000-03-02 Gerd Moellmann <gerd@gnu.org>
7034
7035 * configure.in (machine): Add `mipsel-*-netbsd*' and
7036 `arm-*-netbsd*'.
7037
7038 2000-03-01 Gerd Moellmann <gerd@gnu.org>
7039
7040 * configure.in (machine): Add support for `*-auspex-sunos*'.
7041
7042 2000-02-29 Gerd Moellmann <gerd@gnu.org>
7043
7044 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
7045
7046 2000-02-18 Dave Love <fx@gnu.org>
7047
7048 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
7049
7050 2000-02-18 Andreas Schwab <schwab@suse.de>
7051
7052 * Makefile.in (install-arch-indep): Add eudc to list of installed
7053 info files.
7054
7055 2000-02-17 Ken Raeburn <raeburn@gnu.org>
7056
7057 * configure.in: Include -lz and -ljpeg (if it's available) when
7058 testing for the tiff library.
7059
7060 2000-02-17 Gerd Moellmann <gerd@gnu.org>
7061
7062 * configure.in: Remove LISP_FLOAT_TYPE.
7063
7064 2000-02-12 Dave Love <fx@gnu.org>
7065
7066 * configure.in: Use AC_FUNC_VFORK.
7067
7068 2000-02-01 Gerd Moellmann <gerd@gnu.org>
7069
7070 * make-dist: Various fixes for new development tree.
7071
7072 * leim-Makefile.in: New file.
7073
7074 2000-01-31 Gerd Moellmann <gerd@gnu.org>
7075
7076 * Makefile.in (dist): Call ./make-dist.
7077
7078 2000-01-24 Dave Love <fx@gnu.org>
7079
7080 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
7081
7082 2000-01-18 Gerd Moellmann <gerd@gnu.org>
7083
7084 * configure.in (HAVE_GIF): Check for DGifOpen instead of
7085 DGifOpenFileName.
7086
7087 2000-01-11 Andreas Schwab <schwab@suse.de>
7088
7089 * Makefile.in (install-arch-indep): Update list of info files to
7090 be installed.
7091
7092 2000-01-05 Dave Love <fx@gnu.org>
7093
7094 * configure.in: Check for jerror.h as well as libjpeg.
7095
7096 2000-01-03 Andreas Schwab <schwab@suse.de>
7097
7098 * Makefile.in (install-arch-indep): Install autotype*. Run
7099 install-info on autotype and emacs-faq.info.
7100
7101 1999-12-04 Dave Love <fx@gnu.org>
7102
7103 * Makefile.in (install-arch-indep): Depend on `info'.
7104 (install-strip): Use `install' as sub-make target.
7105
7106 1999-11-23 Ken Raeburn <raeburn@gnu.org>
7107
7108 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
7109 didn't need to be deleted. Check for the k5crypto library as well
7110 as the crypto library; MIT Kerberos 1.1 changed the name.
7111
7112 1999-11-18 Dave Love <fx@gnu.org>
7113
7114 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
7115
7116 1999-11-11 Erik Naggum <erik@naggum.no>
7117
7118 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
7119
7120 1999-11-08 Dave Love <fx@gnu.org>
7121
7122 * configure.in: Fix change for --with-pop default.
7123
7124 1999-11-04 Dave Love <fx@gnu.org>
7125
7126 * configure.in: Default to --with-pop. Change sense of with-gcc
7127 and with-toolkit-scroll-bars messages to reflect the defaults.
7128
7129 1999-11-01 Gerd Moellmann <gerd@gnu.org>
7130
7131 * INSTALL: Mention the Emacs Lisp Reference.
7132
7133 1999-10-27 Noah Friedman <friedman@splode.com>
7134
7135 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
7136
7137 1999-10-23 Gerd Moellmann <gerd@gnu.org>
7138
7139 * Makefile.in (bootstrap): New target.
7140
7141 1999-10-19 Paul Eggert <eggert@twinsun.com>
7142
7143 Add support for large files. Merge glibc 2.1.2.
7144
7145 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
7146 (HAVE_TM_GMTOFF): New symbol.
7147 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
7148 mbrlen, strsignal.
7149 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
7150
7151 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
7152
7153 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
7154 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
7155
7156 1999-10-09 Richard M. Stallman <rms@gnu.org>
7157
7158 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
7159 Unset CDPATH to prevent cd from generating output.
7160
7161 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
7162
7163 * update-subdirs: Also ignore CVS subdirs.
7164
7165 1999-10-07 Gerd Moellmann <gerd@gnu.org>
7166
7167 * Makefile.in (install-arch-indep): Add ada-mode.
7168
7169 1999-10-06 Dave Love <fx@gnu.org>
7170
7171 * Makefile.in: Add rules for config.status, configure.
7172
7173 1999-09-07 Gerd Moellmann <gerd@gnu.org>
7174
7175 * configure.in (--with-sound): Removed.
7176
7177 1999-08-30 Gerd Moellmann <gerd@gnu.org>
7178
7179 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
7180 the test for Xaw3d.
7181 (HAVE_TIFF): Add -lm to library check.
7182
7183 1999-08-28 Richard Stallman <rms@gnu.org>
7184
7185 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
7186 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
7187 after the other X-related libraries.
7188
7189 1999-08-21 Dave Love <fx@gnu.org>
7190
7191 * configure.in: Don't check for jpeglib.h.
7192
7193 1999-08-20 Gerd Moellmann <gerd@gnu.org>
7194
7195 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
7196 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
7197
7198 1999-08-18 Dave Love <fx@gnu.org>
7199
7200 * configure.in: Check for termcap.h.
7201
7202 1999-08-15 Gerd Moellmann <gerd@gnu.org>
7203
7204 * configure.in: Add --with-toolkit-scroll-bars. If "no",
7205 use Emacs' scroll bars, even if configured for Motif or when
7206 Xaw3d is available.
7207
7208 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7209
7210 * configure.in: Check for getaddrinfo.
7211
7212 1999-08-04 Eli Zaretskii <eliz@gnu.org>
7213
7214 * config.bat: Make --no-debug work again by removing -gcoff.
7215
7216 1999-07-30 Dave Love <fx@gnu.org>
7217
7218 * configure.in: Check for stdlib.h.
7219
7220 1999-07-19 Dave Love <fx@gnu.org>
7221
7222 * configure.in: Grok sparc64-*-linux-gnu*.
7223
7224 1999-07-12 Richard Stallman <rms@gnu.org>
7225
7226 * Version 20.4 released.
7227
7228 1999-06-23 Karl Heuer <kwzh@gnu.org>
7229
7230 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
7231 Quote $EMACS, in case it's a program with args.
7232
7233 1999-06-15 Gerd Moellmann <gerd@gnu.org>
7234
7235 * configure.in (HAVE_GIF): Use libungif instead of libgif
7236 because the former doesn't contain patented compression code.
7237
7238 1999-05-29 Richard M. Stallman <rms@gnu.org>
7239
7240 * configure.in: Delete the Kerberos stuff.
7241
7242 1999-05-27 Greg Hudson <ghudson@mit.edu>
7243
7244 * configure.in: Prefer kerberos 5 names.
7245
7246 1999-04-26 Richard M. Stallman <rms@gnu.org>
7247
7248 * configure.in: Check for libXp.
7249
7250 1999-04-08 Richard Stallman <rms@gnu.org>
7251
7252 * make-dist: Include change logs in subdirs of `lisp'.
7253
7254 1999-04-05 Richard Stallman <rms@gnu.org>
7255
7256 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
7257 (install-arch-indep): Make ${datadir}/emacs world-readable.
7258
7259 1999-03-30 Eli Zaretskii <eliz@gnu.org>
7260
7261 * config.bat: Use epaths.* instead of paths.*.
7262
7263 1999-03-07 Eli Zaretskii <eliz@gnu.org>
7264
7265 * INSTALL: Add detailed instructions to unpack and install
7266 intlfonts on MS-DOS.
7267
7268 1999-02-26 Richard Stallman <rms@gnu.org>
7269
7270 * configure.in: Use epaths.h and epaths-force instead of paths...
7271
7272 * Makefile.in (epaths-force): Renamed from paths-force;
7273 operate on epaths.in and produce epaths.h.
7274
7275 1999-02-24 Richard Stallman <rms@gnu.org>
7276
7277 * make-dist: Fix nt/icons directory handling.
7278
7279 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
7280
7281 * configure.in (f301-fujitsu-uxpv4.1): New target.
7282
7283 1999-02-20 Richard Stallman <rms@gnu.org>
7284
7285 * make-dist (tempparent): Fix command to update info files.
7286
7287 1999-02-09 Richard Stallman <rms@gnu.org>
7288
7289 * configure.in (powerpc-apple-netbsd*): New alternative.
7290
7291 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
7292
7293 * make-dist: Include the new directory nt/icons in distributions.
7294
7295 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7296
7297 * configure.in: Change message about HAVE_XFREE386.
7298
7299 1999-01-07 Eli Zaretskii <eliz@gnu.org>
7300
7301 * config.bat: Support configuring with leim.
7302
7303 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
7304
7305 * configure.in (mips-sgi-irix6.5): New target.
7306
7307 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7308
7309 * configure.in: Remove GSS-API support, since it has been removed
7310 from movemail.
7311
7312 1998-12-04 Markus Rost <rost@delysid.gnu.org>
7313
7314 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
7315
7316 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
7317
7318 * Makefile.in: Don't install customize info file.
7319 Run install-info on viper info file.
7320
7321 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
7322
7323 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
7324
7325 1998-11-16 Kenichi Handa <handa@etl.go.jp>
7326
7327 * configure.in (*-*-bsdi4*): New target.
7328
7329 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
7330
7331 * configure.in: Fix previous change.
7332
7333 1998-11-11 Richard Stallman <rms@gnu.org>
7334
7335 * configure.in (aviion-intel): New machine.
7336
7337 1998-11-04 Kenichi Handa <handa@etl.go.jp>
7338
7339 * configure.in (mips-nec-sysv4*): New target.
7340
7341 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
7342
7343 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
7344 from lisp.
7345
7346 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
7347
7348 * make-dist: Don't include fns*.el in dist.
7349
7350 1998-10-30 Dave Love <fx@gnu.org>
7351
7352 * configure.in: Don't mkdir cpp.
7353
7354 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
7355
7356 * Makefile.in (install-arch-dep): Install src/fns-*.el in
7357 ${archlibdir}.
7358
7359 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
7360
7361 * Version 20.3 released.
7362
7363 1998-07-30 Paul Eggert <eggert@twinsun.com>
7364
7365 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
7366 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
7367 (lwlib/Makefile, leim/Makefile):
7368 Prepend $(srcdir)/ to rule dependencies outside this dir.
7369
7370 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7371
7372 * configure.in: Use unset CDPATH instead of making it empty.
7373
7374 1998-06-20 Karl Heuer <kwzh@gnu.org>
7375
7376 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
7377
7378 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
7379
7380 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
7381 and default.el. Sort the results.
7382
7383 1998-05-31 Karl Heuer <kwzh@gnu.org>
7384
7385 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
7386 writable.
7387
7388 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
7389
7390 * Makefile.in (install-arch-indep):
7391 Don't alter site-lisp/subdirs.el if it exists.
7392
7393 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
7394
7395 * Makefile.in (install-arch-indep): Put `-' on commands to create
7396 subdirs.el in site-lisp dirs.
7397
7398 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
7399
7400 * Makefile.in (install-arch-indep): Fix typo in previous change.
7401
7402 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
7403
7404 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
7405
7406 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
7407
7408 * Makefile.in (mkdir): Create the site-lisp dirs.
7409 (install-arch-indep): Make site-lisp/subdirs files world-readable.
7410
7411 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
7412
7413 * Makefile.in (INSTALL_INFO): New variable.
7414 (install-arch-indep): Don't replace the dir file if it already exists.
7415 Use the install-info program, via INSTALL_INFO, to add entries.
7416 Make the `info' subdir and the Info files world-readable.
7417
7418 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
7419
7420 * config.bat: Make sure the environment is large enough to support
7421 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
7422
7423 1998-04-10 Karl Heuer <kwzh@gnu.org>
7424
7425 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
7426
7427 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7428
7429 * configure.in: Add --with-gssapi to specify GSS-API
7430 authentication support for movemail.
7431
7432 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
7433
7434 * Makefile.in (install-arch-indep): Fix previous change.
7435
7436 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
7437
7438 * Makefile.in (info): Run man in build dir, not srcdir.
7439
7440 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
7441
7442 * Makefile.in (install-arch-indep): Fix previous change.
7443
7444 1998-03-23 Kenichi Handa <handa@etl.go.jp>
7445
7446 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
7447
7448 1998-03-22 Richard Stallman <rms@gnu.org>
7449
7450 * Makefile.in (install-arch-indep): Put special subdirs.el files
7451 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
7452
7453 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
7454
7455 * make-dist: Fix shell syntax in check for missing .el or .elc files.
7456
7457 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
7458
7459 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
7460 (m68*-hp-hpux*): Handle versions 1X like 10.
7461
7462 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
7463
7464 * make-dist: PROBLEMS is now in etc, not top level dir.
7465
7466 * Makefile.in (SOURCES): Delete PROBLEMS.
7467
7468 1998-02-25 Richard Stallman <rms@gnu.org>
7469
7470 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
7471
7472 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
7473
7474 1998-01-17 Richard Stallman <rms@gnu.org>
7475
7476 * Makefile.in (install-arch-indep): Add semicolon before `else'.
7477
7478 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
7479
7480 * make-dist (tempparent): New option --no-check.
7481
7482 * make-dist: Don't do anything with cpp directory.
7483
7484 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
7485
7486 * configure.in (sparc-fujitsu-sysv4*): New target.
7487
7488 1997-12-17 Andreas Schwab <schwab@gnu.org>
7489
7490 * configure.in: Cache more tests. Add missing quotes around
7491 message with embedded comma.
7492
7493 1997-12-04 Karl Heuer <kwzh@gnu.org>
7494
7495 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
7496
7497 1997-11-26 Joel N. Weber II <devnull@gnu.org>
7498
7499 * make-dist: Changed the comment about `umask 0' to say `Don't
7500 restrict access to any files.'; previously it said `Don't protect
7501 any files', which may have implied that we think fascism is good.
7502
7503 1997-11-24 Paul Eggert <eggert@twinsun.com>
7504
7505 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
7506 strftime needs the underlying host's strftime for locale dependent
7507 formats.
7508
7509 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
7510
7511 * configure.in (i586-dg-dguxR4.*): New name in case branch.
7512
7513 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
7514
7515 * config.bat: Configure the man subdirectory.
7516
7517 1997-11-07 Paul Eggert <eggert@twinsun.com>
7518
7519 * configure.in (AC_CHECK_LIB): Add -lintl.
7520
7521 1997-11-07 Karl Heuer <kwzh@gnu.org>
7522
7523 * make-dist (check for .elc files): Avoid bash-specific syntax.
7524 (check for overflow 14-char limit): Simplify.
7525
7526 1997-11-07 Richard Stallman <rms@gnu.org>
7527
7528 * Makefile.in (install): Move blessmail last.
7529
7530 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7531
7532 * configure.in (gettimeofday, one arg or two):
7533 Clarify messages by avoiding double negative.
7534
7535 1997-09-30 Karl Eichwalder <ke@suse.de>
7536
7537 * Makefile.in (install-arch-indep): Install the widget info file.
7538
7539 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7540
7541 * configure.in (with-pop, with-kerberos): Need to check Kerberos
7542 libraries in reverse order, so that libraries will appear in the
7543 correct dependency order on the link line (and so that the
7544 configure checks themselves will work properly when early
7545 libraries depend on later ones).
7546
7547 1997-09-21 Erik Naggum <erik@naggum.no>
7548
7549 * make-dist (making links to `src'): Keep timestamp on copied files.
7550
7551 * make-delta: New script to produce delta distributions.
7552
7553 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7554
7555 * Version 20.2 released.
7556
7557 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7558
7559 * Version 20.1 released.
7560
7561 * Makefile.in (install-leim): Depend on mkdir.
7562 (leim): Depend on src.
7563
7564 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7565
7566 * configure.in: Recognize alpha* instead of just alpha.
7567
7568 1997-09-12 Paul Eggert <eggert@twinsun.com>
7569
7570 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
7571
7572 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7573
7574 * update-subdirs: Use rm -f.
7575
7576 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7577
7578 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
7579 Ignore subdirs named Old.
7580
7581 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
7582
7583 * configure.in: Add OpenBSD clause to set $machine.
7584
7585 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7586
7587 * make-dist: Recompile everything after updating various Lisp files.
7588 Recompile in leim as well as lisp.
7589 Check in leim as well as lisp for mismatched files and too-long names.
7590
7591 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7592
7593 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
7594
7595 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7596
7597 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
7598 before trying to copy anything from it.
7599
7600 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7601
7602 * Makefile.in (man/Makefile): New target.
7603 (tags): Define env var EMACS and run Makefile from build dir.
7604
7605 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
7606
7607 * config.bat: If src/_gdbinit doesn't exist, try using
7608 src/.gdbinit to create it (for building on Windows 95).
7609
7610 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7611
7612 * Makefile.in (install-arch-indep):
7613 Discard extra data in tar | tar pipes.
7614
7615 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
7616
7617 * configure.in (x_default_search_path): Corrected
7618 '${x_library}' to '${x_library}/X11'.
7619
7620 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7621
7622 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
7623
7624 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
7625
7626 * configure.in: Support auto-configuration of both Kerberos V4 and
7627 Kerberos V5 for movemail, including detection of V4 and V5 header
7628 files and libraries.
7629
7630 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
7631
7632 * configure.in: Compute x_default_search_path
7633 and substitute into makefiles.
7634
7635 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
7636
7637 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7638
7639 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
7640
7641 1997-08-07 Erik Naggum <erik@naggum.no>
7642
7643 * configure.in: Remove lockdir, it is no longer needed.
7644 * Makefile.in (mkdir): Don't create lockdir.
7645 (lockdir): Variable deleted.
7646 (paths-force): Don't operate on PATH_LOCK.
7647
7648 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7649
7650 * leim-Makefile.in (clean, distclean): New targets.
7651
7652 * make-dist: Include leim/ChangeLog in leim distribution.
7653
7654 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7655
7656 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
7657
7658 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7659
7660 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
7661
7662 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7663
7664 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
7665
7666 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7667
7668 * make-dist: Update leim/leim-list.el.
7669 Pass along value of $EMACS when updating lisp dir.
7670
7671 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7672
7673 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
7674 prerequisite to the use of Doug Lea's malloc.
7675
7676 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7677
7678 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
7679
7680 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
7681
7682 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7683
7684 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
7685
7686 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7687
7688 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
7689 to news-r6.h.
7690
7691 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7692
7693 * config.bat: Use `sed' instead of `cp', which might not be
7694 installed.
7695
7696 1997-07-09 Kenichi Handa <handa@etl.go.jp>
7697
7698 * Makefile.in (mostlyclean): Add cleaning leim directory.
7699 (clean, distclean, maintainer-clean): Likewise.
7700
7701 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7702
7703 * make-dist (bogosities): Check subdirs of `lisp' also.
7704
7705 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7706
7707 * make-dist (etc): Really avoid symlinks now.
7708 (lisp): Don't delete from subdirs the things we never copy.
7709
7710 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7711
7712 * Makefile.in (install-arch-indep): Correct the target name.
7713 The first letter `i' was dropped by the previous change of mine.
7714
7715 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7716
7717 * configure.in (leim/Makefile): Generate this.
7718 (*-sysv4.2uw*): Recognize new alternative.
7719
7720 * leim-Makefile.in: Renamed from leim-Makefile.
7721
7722 * make-dist: Set up real-leim subdirectory,
7723 with the real contents of leim; then move it to
7724 a separate top-level directory.
7725
7726 * make-dist: Don't mention site-lisp, site-init, site-start
7727 or default, when listing files hat are not compiled and should be.
7728
7729 * configure.in: Create src/config.stamp at the end.
7730
7731 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7732
7733 * Makefile.in (install-leim): Correct previous change.
7734
7735 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7736
7737 * Makefile.in (install-leim): New target.
7738 (install): Depend on install-leim.
7739
7740 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7741
7742 * Makefile.in (SUBDIR): Add leim.
7743 (SUBDIR_MAKEFILES): Add leim/Makefile.
7744 (leim/Makefile): New target.
7745
7746 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7747
7748 * leim-Makefile: New file.
7749 * make-dist: Initialize a `leim' subdirectory with that makefile.
7750
7751 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7752
7753 * configure.in (GNU_MALLOC_reason): Fix message text.
7754
7755 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7756
7757 * make-dist (lisp): Don't process subdirs that start with =.
7758 (etc): Copy symlinks, as in src.
7759
7760 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7761
7762 * configure.in (i*86-*-unixware*): New alternative.
7763
7764 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7765
7766 * Makefile.in (src/config.stamp): Target renamed from src/config.h
7767 and touch it explicitly.
7768
7769 * configure.in (mips-sony-newsos6*): New alternative.
7770 (mips-*-linux-gnu*): New alternative.
7771 (*-*-bsdi*): New alternative.
7772 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
7773
7774 1997-06-22 Dave Love <d.love@dl.ac.uk>
7775
7776 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
7777 (src/config.h): New target to re-configure if src/config.in is patched.
7778
7779 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7780
7781 * configure.in (shutdown): Check for `shutdown' function.
7782
7783 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
7784
7785 * update-subdirs: Include the directory "language" in subdirs.
7786
7787 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7788
7789 * configure.in (m88k-dg-dgux4*): New alternative.
7790 (alpha-*-netbsd*): New alternative.
7791 (powerpcle-*-solaris2*): New alternative.
7792
7793 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7794
7795 * make-dist: Warn about .el files that are not compiled.
7796
7797 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7798
7799 * Makefile.in (dist): Don't run update-subdirs here,
7800 since make-dist now gets that done.
7801
7802 * make-dist: Use the new `updates' target in lisp/Makefile.
7803
7804 * make-dist: Use new non-file targets in lisp/Makefile.
7805
7806 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7807
7808 * make-dist: Handle all subdirs of `lisp' uniformly.
7809 Don't handle `term' and `language' specially.
7810 Clear out umask at the beginning.
7811
7812 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7813
7814 * make-dist: Use Make to update finder-inf.el and autoloads.
7815 Also update cus-load.el.
7816
7817 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7818
7819 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
7820 in case it is desirable to disable the GNU malloc features with glibc.
7821
7822 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
7823
7824 * configure.in (DOUG_LEA_MALLOC):
7825 Define if malloc_{get,set}_state exist.
7826
7827 1997-03-05 Kenichi Handa <handa@etl.go.jp>
7828
7829 * make-dist: Make links for files under lisp/language.
7830
7831 1997-02-20 Kenichi Handa <handa@etl.go.jp>
7832
7833 * update-subdirs: Exclude the directory "language" from subdirs.
7834
7835 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
7836
7837 * configure.in: Check for rint and cbrt.
7838
7839 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7840
7841 * make-dist: Use $EMACS to say where to run Emacs.
7842 Add --no-update option.
7843
7844 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7845
7846 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
7847
7848 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7849
7850 * make-dist (copying src): Check thoroughly for symlinks
7851 and copy them in all cases. Regularize the linking of *.in
7852 and *.opt and ChangeLog files.
7853 (copying lib-src): Likewise.
7854 Don't rm getdate.c or y.tab.*--they don't exist any more.
7855
7856 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
7857
7858 * configure.in: Check for libmail, maillock.h and
7859 touchlock (for movemail).
7860
7861 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7862
7863 * configure.in (limits.h): Check for this file.
7864
7865 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7866
7867 * configure.in (rs6000-ibm-aix4.2): New alternative.
7868 (rs6000-ibm-aix4.0): New alternative.
7869 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
7870
7871 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
7872
7873 * configure.in: Recognize vax-*-netbsd*.
7874
7875 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7876
7877 * configure.in (locallisppath): Add leim directory.
7878
7879 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
7880
7881 * config.bat: Make sure `mv' supports forward slashes and -f.
7882
7883 1996-10-28 Christian Limpach <chris@nice.ch>
7884
7885 * configure.in (hppa*-next-nextstep*): * added after hppa
7886 to accept hppa1.0 and hppa1.1.
7887
7888 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
7889
7890 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
7891 * configure.in (ld_switch_machine): Fix typo.
7892
7893 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7894
7895 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
7896 from config.h and use them in $ac_link.
7897
7898 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
7899
7900 * configure.in: Create a subdir named `lisp'.
7901
7902 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7903
7904 * configure.in: Check for getcwd.
7905
7906 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7907
7908 * configure.in: Check for termios.h. Check for setpgid.
7909
7910 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7911
7912 * configure.in: Check for setrlimit.
7913
7914 1996-08-31 Paul Eggert <eggert@twinsun.com>
7915
7916 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
7917
7918 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7919
7920 * configure.in: Check for utimes.
7921
7922 * configure.in: Check for com_err library, but only
7923 if --with-kerberos was used. Check for krb and des
7924 only if --with-kerberos.
7925
7926 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7927
7928 * Makefile.in (INSTALL_STRIP): New variable.
7929 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
7930 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
7931
7932 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7933
7934 * configure.in: Check for krb and des libraries.
7935
7936 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
7937
7938 * configure.in (*-sunos4.1.[3-9]*noshare):
7939 Use sunos413, not sunos4-1-3.
7940 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
7941 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
7942
7943 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7944
7945 * Makefile.in (src/paths.h): Target deleted.
7946 (paths-force): Delete all dependencies on this target
7947 but don't delete the target.
7948 (install): Depend on `all'.
7949 (paths-force): Don't print a message.
7950
7951 * configure.in: Generate src/paths.h here.
7952
7953 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7954
7955 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
7956 New variables that affect linking only.
7957 (alpha-dec-osf*): Use those instead of previous change.
7958
7959 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7960
7961 * Makefile.in (install-arch-indep): Install info/messages.
7962
7963 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7964
7965 * Version 19.33 released.
7966
7967 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
7968
7969 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7970 Fix previous change.
7971
7972 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7973
7974 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
7975 New alternative.
7976
7977 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7978
7979 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
7980 and NON_GCC_TEST_OPTIONS.
7981
7982 1996-08-06 Paul Eggert <eggert@twinsun.com>
7983
7984 * configure.in (LOCALTIME_CACHE): Don't put a string literal
7985 "TZ=..." in environ.
7986
7987 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7988
7989 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
7990
7991 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7992
7993 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
7994 the more general *-sunos4.1.[3-9]* clause.
7995
7996 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
7997
7998 * Version 19.32 released.
7999
8000 * configure.in (*-sco3.2v5*):
8001 Set OVERRIDE_CPPFLAG to a string of one space.
8002 Fix the code that uses OVERRIDE_CPPFLAG.
8003
8004 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
8005
8006 * configure.in: Undo previous change.
8007
8008 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8009
8010 * config.sub: Use `pc', not `unknown', when canonicalizing
8011 the vendor for ...86.
8012
8013 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
8014
8015 * configure.in: Check for termios.h header.
8016
8017 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
8018
8019 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
8020
8021 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
8022
8023 * configure.in: Split bsdos2 and bsdos2-1.
8024
8025 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8026
8027 * config.sub: If last two words are not a recognized
8028 KERNEL-OS pair, use just the last word as OS, as in 19.31.
8029 Make conversion of gnu/linux to linux-gnu really work.
8030
8031 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
8032
8033 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8034
8035 * configure.in (check for using Lucid widgets by default):
8036 Eliminate indentation that confuses some compilers.
8037
8038 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8039
8040 * config.sub: Convert linux and gnu/linux to linux-gnu.
8041
8042 * make-dist: Don't update getdate.c.
8043 Ignore =... files when checking for too-long Lisp file names.
8044
8045 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8046
8047 * configure.in (euidaccess): Check for that, not for eaccess.
8048
8049 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8050
8051 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
8052 before `noshare'.
8053 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
8054
8055 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8056
8057 * configure.in: Rename lignux to linux-gnu in configuration names.
8058 Use gnu-linux as the opsys value (s/ file name).
8059 Allow i686 just like i386, i486, i586.
8060
8061 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8062
8063 * configure.in (i*86-*-sco3.2v5): New alternative.
8064 (OVERRIDE_CPPFLAG): New variable.
8065 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
8066
8067 * configure.in: Specify vpath for .texi files.
8068
8069 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8070
8071 * configure.in: Always check for HAVE_X11R5.
8072 Separately decide whether to use a toolkit by default.
8073
8074 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
8075
8076 * configure.in: If X11R5 is missing the Xaw headers,
8077 default to --with-x-toolkit=no.
8078
8079 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8080
8081 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
8082
8083 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
8084
8085 * Makefile.in (install-arch-indep): If cd etc makes output,
8086 don't treat that as part of the tar data.
8087 Check that ./lisp actually exists.
8088
8089 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
8090
8091 * make-dist: Check for long file names.
8092
8093 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8094
8095 * Version 19.31 released.
8096
8097 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
8098
8099 * configure.in: Recognize sparc-*-lignux.
8100
8101 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
8102
8103 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
8104 Don't include config.w95.
8105
8106 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
8107
8108 * make-dist: Replace --no-clean-up and --no-tar options
8109 with --clean-up and --tar, so that the default is useful.
8110
8111 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8112
8113 * config.bat: Make sure the GDB init file is called src/_gdbinit;
8114 if not, tell the user to rename it and abort.
8115
8116 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8117
8118 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
8119 test program.
8120
8121 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8122
8123 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
8124
8125 * make-dist (MANIFEST): Fix previous change.
8126 (msdos): Put mainmake.v2 into the dist.
8127
8128 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8129
8130 * make-dist: Exit if autoconf fails.
8131
8132 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
8133
8134 * config.bat: Set djgpp-ver, and unset it at the end.
8135 Add a number of conditionals for DJGPP version 2.
8136 Rename label libsrc2 to libsrc3.
8137 Substitute for LDFLAGS in src/Makefile.
8138 Substitute for ALL_CFLAGS in lib-src/Makefile.
8139
8140 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8141
8142 * configure.in (ncurses): Check this after checking fns like strerror.
8143
8144 1996-04-08 Erik Naggum <erik@naggum.no>
8145
8146 * make-dist (MANIFEST): Don't include lines from =files.
8147
8148 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8149
8150 * make-dist: Don't put lisp/dired.todo in the dist.
8151
8152 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
8153
8154 * configure.in (HAVE_NCURSES): Look for library named ncurses.
8155
8156 * configure.in (setlocale): Check for it.
8157
8158 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
8159
8160 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8161
8162 * configure.in: Use lignux instead of linux as value of opsys.
8163
8164 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8165
8166 * Makefile.in (install-strip): Fix whitespace.
8167 Get rid of continuation.
8168
8169 * config.sub: Convert linux or gnu/linux to lignux.
8170
8171 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8172
8173 * configure.in: Accept lignux in configuration name.
8174
8175 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8176
8177 * Makefile.in (install-strip): New target.
8178
8179 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8180
8181 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
8182 -f failed to do the job on Suns.
8183
8184 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8185
8186 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
8187
8188 * configure.in (linux/version.h): Check for this header.
8189
8190 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8191
8192 * configure.in: Remove -fno-builtin hackery from -lm check.
8193
8194 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
8195
8196 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
8197 just this test.
8198
8199 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
8200
8201 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8202
8203 * configure.in: Check for ncurses.
8204
8205 1996-02-28 Paul Eggert <eggert@twinsun.com>
8206
8207 * configure.in (LOCALTIME_CACHE):
8208 Also define if localtime mishandles unsetting TZ.
8209 This works around a localtime bug in mips-dec-ultrix.
8210
8211 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8212
8213 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
8214
8215 * configure.in: Improve messages about X versions.
8216
8217 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8218
8219 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
8220
8221 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8222
8223 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
8224 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
8225
8226 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
8227 (install): Put install-arch-indep before install-arch-dep.
8228
8229 1996-02-20 Dave Love <d.love@dl.ac.uk>
8230
8231 * INSTALL: Clarify info about MS-DOS path handling.
8232
8233 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8234
8235 * Makefile.in (install-arch-indep): Install info/ccmode*.
8236 In previous change, protect against /bin/pwd returning null string.
8237
8238 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8239
8240 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
8241 to lispdir.
8242
8243 1996-02-01 Paul Eggert <eggert@twinsun.com>
8244
8245 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
8246
8247 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8248
8249 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
8250
8251 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8252
8253 * Makefile.in (extraclean): Use ${top_distclean} to ensure
8254 we delete everything distclean deletes.
8255
8256 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
8257
8258 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
8259
8260 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8261
8262 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
8263 into LDFLAGS instead of into LIBS.
8264
8265 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8266
8267 * configure.in (HAVE_XMU): Fix typo in previous change.
8268
8269 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8270
8271 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
8272
8273 1996-01-10 Erik Naggum <erik@naggum.no>
8274
8275 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
8276
8277 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
8278
8279 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
8280
8281 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8282
8283 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
8284 and use -lXt to link it.
8285
8286 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8287
8288 * configure.in (locallisppath): Put version-specific dir first.
8289
8290 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8291
8292 * configure.in (hppa-*-nextstep*): New alternative.
8293 (USE_X_TOOLKIT): By default, set this to "maybe";
8294 and change that later to LUCID or "no" according to X11 version.
8295
8296 * make-dist: Recompile outdated .elc files and update all autoloads.
8297
8298 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8299
8300 * configure.in (locallisppath): Fix typo in last change: " -> '.
8301
8302 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8303
8304 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
8305
8306 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8307
8308 * Makefile.in (install-arch-indep): Give all files read permission.
8309
8310 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8311
8312 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
8313 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
8314
8315 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8316
8317 * configure.in: Determine HAVE_X11R6.
8318 (HAVE_MENUS): Renamed from HAVE_X_MENU.
8319
8320 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8321
8322 * configure.in: Just "solaris" now defaults to version 2.4.
8323 Add sunos4.1.n-noshare as alternative.
8324
8325 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8326
8327 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
8328
8329 1995-11-29 Erik Naggum <erik@naggum.no>
8330
8331 * Makefile.in (install-arch-indep): Add missing backslash.
8332
8333 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
8334
8335 * Makefile.in (install-arch-indep): Don't install
8336 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
8337
8338 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8339
8340 * Makefile.in (install-arch-indep): Fix previous change.
8341
8342 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
8343
8344 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8345
8346 * Version 19.30 released.
8347
8348 * make-dist (lisp): Exclude subdirs.el.
8349
8350 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8351
8352 * make-dist (etc): Delete *.orig and *.rej.
8353
8354 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8355
8356 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
8357
8358 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8359
8360 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
8361
8362 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
8363
8364 * make-dist (nt): Rename install, readme, and todo to
8365 INSTALL, README, and TODO.
8366
8367 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8368
8369 * make-dist (lisp): Don't distribute site-start.
8370
8371 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
8372
8373 * make-dist: Break the hard link on alloca.c.
8374
8375 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
8376
8377 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
8378
8379 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8380
8381 * make-dist (src, lib-src): Don't distribute Makefile.c.
8382 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
8383
8384 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8385
8386 * Makefile.in (mkdir): Create man1dir, not mandir.
8387 (uninstall): Use man1dir, not mandir.
8388
8389 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8390
8391 * Makefile.in (man1dir): New variable.
8392 (install-arch-indep): Use man1dir.
8393
8394 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
8395
8396 * make-dist: Create lisp/MANIFEST.
8397
8398 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8399
8400 * configure.in (m68k-*-linux*): New alternative.
8401
8402 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8403
8404 * make-dist: Use new names config.in, paths.in, and
8405 {src,lib-src}/Makefile.in.
8406
8407 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8408
8409 * configure.in: Don't bother checking for drem.
8410
8411 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8412
8413 * Makefile.in (distclean): Delete line with just a tab in it.
8414 (install-arch-indep): Delete spaces that precede tabs.
8415 Delete spurious `fi' left from previous change.
8416 (install): Supply `true' as command, to avoid null command.
8417
8418 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8419
8420 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
8421
8422 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8423
8424 * configure.in (powerpc-*-solaris2): New alternative.
8425
8426 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
8427
8428 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
8429 of paths.h.tmp$$, to avoid going beyond 14 characters.
8430
8431 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8432
8433 * configure.in: Improve error msg for invalid --with-x-toolkit value.
8434
8435 1995-09-06 Paul Eggert <eggert@twinsun.com>
8436
8437 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
8438 if localtime caches TZ. Check for tzset.
8439
8440 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8441
8442 * config.bat: Simplify using new names file names src/makefile.in,
8443 config.in, paths.in. Change Echo commands not to use `.
8444
8445 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8446
8447 * Makefile.in (install-arch-indep): Always install the new dir file;
8448 rename the previous dir file to dir.bak or dir.old.
8449
8450 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8451
8452 * configure.in (RANLIB): Substitute this into makefiles.
8453 Set it specially on solaris; set it by default on other systems.
8454
8455 * configure.in: Fix previous Alpha change.
8456
8457 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8458
8459 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
8460 NON_GCC_TEST_OPTIONS.
8461
8462 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8463
8464 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
8465 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
8466
8467 * configure.in (alpha-*-linux*): New configuration.
8468
8469 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8470
8471 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
8472 (m68k-next-nextstep*): New alias for that.
8473 (i*86-*-nextstep*): Use nextstep.h.
8474 (sparc-*-nextstep*): New configuration.
8475
8476 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8477
8478 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
8479 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
8480
8481 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8482
8483 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
8484 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
8485
8486 1995-07-18 Mike Long <mike.long@analog.com>
8487
8488 * make-dist: Fix update of finder-inf.el, and byte-compile it.
8489
8490 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8491
8492 * Makefile.in (src/paths.h, paths-force):
8493 Rename src/paths.h.in to src/paths.in.
8494 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
8495
8496 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
8497 Use Makefile.c for intermediate file.
8498 Rename src/config.h.in to src/config.in.
8499
8500 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
8501
8502 * configure.in (mips-dec-ultrix*): Assume version 4.3.
8503 (mips-dec-ultrix4.[12]): New alternative for old versions.
8504
8505 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8506
8507 * make-dist: Don't break intra-tree links.
8508
8509 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8510
8511 * configure.in: Put back archlibdir initialization. Require
8512 autoconf 2.4.1 or later.
8513
8514 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8515
8516 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
8517 (mips-mips-riscos5*): New alternative.
8518
8519 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8520
8521 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
8522
8523 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8524
8525 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
8526 (mandir, infodir, archlibdir): Initializations deleted.
8527
8528 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
8529 On hpux9shr, use hpux9shxr4.h.
8530
8531 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
8532
8533 * configure.in: Added target mips-dec-mach_bsd4.3.
8534 * config.guess: Guess mips-dec-mach_bsd4.3.
8535
8536 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8537
8538 * Makefile.in (mkdir): Use symbolic chmod.
8539
8540 1995-06-22 Paul Eggert <eggert@twinsun.com>
8541
8542 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
8543 SunOS 4.1.5 through 4.1.9, should they ever exist.)
8544
8545 1995-06-22 Paul Eggert <eggert@twinsun.com>
8546
8547 * Makefile.in (SUBDIR_MAKEFILES):
8548 Add man/Makefile, so `make distclean' removes it.
8549 (top_distclean): Add config.log to the list of files to be removed.
8550
8551 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8552
8553 * Version 19.29 released.
8554
8555 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8556
8557 * configure.in: Fix the previous change to verify that the -b
8558 option really solves the problem.
8559
8560 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
8561
8562 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8563
8564 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
8565
8566 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8567
8568 * configure.in: Report more clearly when there is no special
8569 dir to search for X includes or libraries.
8570
8571 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8572
8573 * configure.in: Check for -lpthreads, not -lpthread.
8574
8575 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
8576
8577 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
8578
8579 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8580
8581 * configure.in: Check for -lpthread.
8582
8583 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8584
8585 * Makefile.in (install-arch-indep): Install info files for mh-e.
8586 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
8587
8588 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8589
8590 * configure.in (*-solaris2.5): New configuration.
8591
8592 * make-dist: Copy new files config.nt and config.w95.
8593
8594 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8595
8596 * configure.in: Use x_includes, not x_libraries, for -I.
8597 Make bitmapdir a colon-separated list.
8598
8599 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
8600
8601 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
8602
8603 * configure.in: Allow x_libraries and x_includes to be paths.
8604
8605 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8606
8607 * configure.in: Fix typo.
8608
8609 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8610
8611 * INSTALL: Clarify use of site-init.el.
8612
8613 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
8614
8615 * configure.in: Pass arg to sqrt.
8616
8617 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8618
8619 * make-dist: Fix May 6 change.
8620
8621 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8622
8623 * vpath.sed: Delete reference to ymakefile.
8624
8625 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8626
8627 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
8628
8629 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8630
8631 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
8632
8633 * update-subdirs: Specify /bin/sh to run the script.
8634
8635 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8636
8637 * make-dist: Put src/makefile.nt in dist.
8638
8639 * configure.in (i[345]86-*-bsdi2*): New configuration.
8640 (vax-dec-bsd386*): Deleted.
8641
8642 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8643
8644 * configure.in: Make sure CDPATH doesn't mess up PWD check.
8645 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
8646 Use fmod instead of logb in -lm check.
8647
8648 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8649
8650 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
8651 Use bsd4-3. Don't set NON_GNU_CPP.
8652
8653 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
8654 In nt, copy various different things, but not *.cmd.
8655 Fix the ln commands for the subdirs of nt.
8656
8657 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8658
8659 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
8660
8661 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8662
8663 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
8664 since that's what the header file expects.
8665
8666 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
8667
8668 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
8669 and 68040 based machines when choosing options for gnucc.
8670
8671 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8672
8673 * Makefile.in (top_distclean): Delete config.cache.
8674
8675 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8676
8677 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
8678
8679 * configure.in: Use m/ncr386.h.
8680
8681 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8682
8683 * Makefile.in (install-arch-indep): Undo Sep 23 change.
8684
8685 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8686
8687 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
8688 (man): Don't copy texindex.c and getopt.c; they're deleted.
8689 (etc): Omit `e'; it's a subdirectory.
8690 (etc/e): Use `../..', not `..', to reference top level.
8691
8692 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
8693
8694 * Makefile.in (install-arch-indep, dist):
8695 Look for `update-subdir' in $(srcdir).
8696
8697 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8698
8699 * make-dist: Include mkinstalldirs in distribution.
8700
8701 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8702
8703 * make-dist: Add missing close backquote.
8704
8705 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8706
8707 * make-dist: Don't distribute shortnames directory.
8708
8709 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8710
8711 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
8712
8713 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8714
8715 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
8716
8717 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8718
8719 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
8720
8721 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8722
8723 * configure.in (mips-sgi-irix6): New configuration.
8724
8725 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8726
8727 * Makefile.in (maintainer-clean): Renamed from realclean.
8728
8729 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8730
8731 * configure.in: Create a .gdbinit that sources the real one,
8732 if using a different build directory.
8733
8734 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8735
8736 * configure.in: Check for sys/select.h.
8737
8738 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8739
8740 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
8741
8742 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8743
8744 * configure.in: Handle isc 4.1 operating system.
8745
8746 1994-12-10 Richard Stallman <rms@kepa>
8747
8748 * configure.in (rs6000-ibm-aix4.1*): New alternative.
8749 (rs6000-ibm-aix4*): New alternative.
8750
8751 1994-12-06 Richard Stallman <rms@kepa>
8752
8753 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
8754
8755 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8756
8757 * configure.in: Don't try to make directories that are guaranteed
8758 to already exist.
8759
8760 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8761
8762 * configure.in: Generate man/Makefile from man/Makefile.in.
8763 Create the man subdir.
8764
8765 * Makefile.in (dvi): Run Make in our man subdir.
8766
8767 * make-dist: Create subdir etc/e.
8768 Make links to it.
8769 Put man/Makefile.in in dist, instead of man/Makefile.
8770
8771 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
8772
8773 * configure.in: Add --with-pop, --with-kerberos, and
8774 --with-hesiod for movemail.
8775
8776 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8777
8778 * configure.in (m68*-apollo*): Use s/domain.h.
8779
8780 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8781
8782 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
8783
8784 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8785
8786 * configure.in: Don't add -I, -L, -R options for cc if their
8787 arguments would be empty.
8788
8789 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8790
8791 * configure.in (i860-intel-osf1*): New alternative.
8792 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
8793 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
8794
8795 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8796
8797 * configure.in: Make h_errno check not use nested functions.
8798
8799 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
8800
8801 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
8802
8803 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
8804
8805 * Makefile.in (install-arch-indep): Avoid continued comment
8806 swallowing target line.
8807
8808 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
8809
8810 * configure.in: Protect a character class with `changequote'.
8811
8812 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
8813
8814 * configure.in: Accept `news' as a synonym for `newsos'.
8815
8816 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8817
8818 * Makefile.in: Don't rm files if cd fails.
8819
8820 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8821
8822 * make-dist: Put nt subdir and its subdirs in the dist.
8823 (lib-src): Put makefile.nt in the dist.
8824 (lisp): Put makefile.nt in the dist.
8825
8826 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8827
8828 * configure.in: Change a stray `[' to `test'.
8829
8830 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
8831
8832 * configure.in: Adapt for Autoconf v2. Use the standard argument
8833 parser, host type canonicalizer, X11 finder, and message
8834 printing macros. Use the new macro names. Use `test' instead of `['.
8835
8836 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8837
8838 * configure.in: Check for getpagesize.
8839
8840 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8841
8842 * make-dist (msdos): Put sed* in the distribution.
8843
8844 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
8845
8846 * config.bat: New option, `--with-x', for configuring Emacs
8847 for use with the X11 system DesqView/X.
8848 New option, `--no-debug', for compiling Emacs without debug
8849 information thus saving disk space.
8850 (src/config.h, src/paths.h): Use `update' (which is like
8851 `move-if-changed') to change the file.
8852 (src/config.h): When configuring for X11 perform extra changes.
8853 (src/makefile): When configuring for X11 perform extra changes.
8854 (lib-src): Remove temporary files.
8855 (): Check that `sed', `rm', `mv', and `gcc' are available.
8856
8857 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8858
8859 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
8860
8861 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
8862
8863 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8864
8865 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
8866
8867 * configure.in (canonical): Substitute var into makefiles.
8868 (bitmapdir): Likewise.
8869
8870 * Makefile.in (bitmapdir): New variable.
8871 (src/paths.h, paths-force): Edit PATH_BITMAPS.
8872
8873 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8874
8875 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
8876
8877 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
8878 * update-subdirs: New shell script.
8879
8880 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8881
8882 * Makefile.in (top_distclean): Don't rm build-install.
8883 (SOURCES): Delete build-install.in.
8884
8885 * make-dist: Don't distribute build-ins.in.
8886 * build-ins.in: File deleted.
8887
8888 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
8889
8890 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
8891
8892 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8893
8894 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
8895
8896 * configure.in (libexecdir): Renamed from libdir. New default.
8897 (sharedstatedir): Renamed from statedir. New default.
8898 (datadir): New default.
8899
8900 * make-dist: Don't distribute subdirs.el.
8901
8902 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8903
8904 * configure.in (eaccess): Check for it.
8905
8906 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8907
8908 * configure.in (mktime): Check for it.
8909
8910 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
8911
8912 * configure.in (motif): Add support for usage and option checking.
8913
8914 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8915
8916 * configure.in (utimes): Check for it.
8917
8918 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
8919
8920 * Makefile.in (install-arch-indep): Don't do mkdir here.
8921
8922 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8923
8924 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8925 riscix.h renamed to acorn.h.
8926
8927 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
8928
8929 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
8930 New configurations.
8931
8932 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
8933
8934 * configure.in: Remove trailing slashes from srcdir.
8935
8936 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8937
8938 * configure.in (i[345]86-sequent-ptx*): Handle.
8939
8940 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8941
8942 * Makefile.in (paths-force): Depend on src/paths.h.
8943
8944 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8945
8946 * configure.in (config_options): Save all arguments, not just some.
8947
8948 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
8949
8950 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*.
8951
8952 * configure.in: Add AC_AIX.
8953 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
8954
8955 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8956
8957 * configure.in (parsing options): Simplify sed command to delete -'s.
8958
8959 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
8960
8961 * configure.in (config_options): New shell variable.
8962 Pass its value to C code in EMACS_CONFIG_OPTIONS.
8963
8964 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8965
8966 * configure.in (alpha-dec-osf*): New target.
8967
8968 * Makefile.in: Use just one FRC target.
8969
8970 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8971
8972 * Makefile.in (removenullpaths, paths-force):
8973 Use name paths.h.tmp$$, which depends on the pid.
8974
8975 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8976
8977 * Makefile.in (removenullpaths, paths-force):
8978 Put paths.h.tmp in top-level dir, not in src.
8979
8980 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8981
8982 * Version 19.27 released.
8983
8984 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8985
8986 * Version 19.26 released.
8987
8988 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8989
8990 * configure.in: Check for lrand48, not rand48.
8991
8992 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8993
8994 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
8995 (powerpc-ibm-aix*): New aliases.
8996
8997 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8998
8999 * make-dist (src/m, src/s): Put *.inp in distribution.
9000
9001 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9002
9003 * configure.in: Accept i586 and i486 along with i386.
9004
9005 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9006
9007 * configure.in: Do compute unexec, LIBX, system_malloc, etc
9008 even if CPP env var was set by the user.
9009
9010 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
9011
9012 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
9013
9014 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
9015
9016 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9017
9018 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
9019
9020 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9021
9022 * configure.in: Check more specifically for i*86-sun-sunos.
9023
9024 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
9025
9026 * configure.in: Handle solaris 2.4.
9027
9028 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9029
9030 * configure.in (rand48): Check for it.
9031
9032 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9033
9034 * make-dist: Update the info files.
9035
9036 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9037
9038 * configure.in: Make "checking..." messages' style consistent.
9039 (HAVE_H_ERRNO): New test.
9040
9041 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
9042
9043 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
9044
9045 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9046
9047 * configure.in (CFLAGS): If the envvar was specified, use that.
9048 And set REAL_CFLAGS from it too.
9049
9050 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9051
9052 * make-dist: Update finder-inf.el.
9053
9054 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9055
9056 * make-dist (msdos): Include sed4.inp in dist.
9057
9058 * Makefile.in (libsrc_libs): Var deleted.
9059
9060 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9061
9062 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
9063
9064 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9065
9066 * configure.in (mips-sony-newsos4*): New alias.
9067
9068 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9069
9070 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
9071 (*-convex-convexos*): Accept this as alias.
9072
9073 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9074
9075 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
9076 for two different uses.
9077
9078 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9079
9080 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
9081
9082 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9083
9084 * make-dist: Put ./BUGS into the distrib.
9085
9086 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9087
9088 * configure.in: Handle 386 running Solaris 2.
9089
9090 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9091
9092 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
9093
9094 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9095
9096 * configure.in (mips-sony-newsos*): Use news-risc.h.
9097
9098 * configure.in: Accept bsdi as opsys, like bsd386.
9099
9100 1994-06-01 Morten Welinder (terra@diku.dk)
9101
9102 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
9103
9104 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9105
9106 * Version 19.25 released.
9107
9108 * make-dist (shortversion): Don't assume another period follows.
9109
9110 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9111
9112 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
9113 (uninstall): Use /bin/pwd.
9114
9115 * Makefile.in (blessmail): Depend on src.
9116 (all): Don't depend on blessmail.
9117
9118 * Makefile.in (src/paths.h): Don't force recomputation.
9119 (paths-force): New target; force recomputation of paths.h.
9120 (all): Depend on paths-force.
9121 (src, lib-src): Depend on src/paths.h.
9122
9123 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
9124 NON_GCC_TEST_OPTIONS.
9125
9126 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9127
9128 * configure.in: Don't insist on subversions for irix.
9129
9130 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9131
9132 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
9133
9134 * configure.in (i[34]86-next-*): New alternative.
9135
9136 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9137
9138 * Version 19.24 released.
9139
9140 * configure.in: New config hppa*-hp-hpux9shr*.
9141
9142 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
9143
9144 * config.bat: Doc fix.
9145
9146 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9147
9148 * Makefile.in (mostlyclean, clean, distclean, realclean)
9149 (extraclean): Don't act on man subdir if it doesn't exist.
9150
9151 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9152
9153 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
9154 Use them to set up CC.
9155 (*-sun-sunos4.1.3): Set them.
9156
9157 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9158
9159 * Makefile.in (lib-src): Don't depend on src/paths.h.
9160
9161 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9162
9163 * build-ins.in (copydests): Get rid of spurious `-'s.
9164
9165 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
9166
9167 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9168
9169 * Version 19.23 released.
9170
9171 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
9172 for the Xlib and Xt checks; then restore old CFLAGS.
9173
9174 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9175
9176 * configure.in (HAVE_X11XTR6): Add newline before #if.
9177 Add newline after #endif.
9178
9179 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9180
9181 * configure.in (HAVE_X11XTR6): Arrange to define it.
9182
9183 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9184
9185 * Makefile.in (install): Depend on blessmail.
9186
9187 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9188
9189 * configure.in (mips-siemens-sysv*): Put quotes around value
9190 containing blanks.
9191
9192 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9193
9194 * Makefile.in (TAGS): Use the makefile in src subdir.
9195
9196 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9197
9198 * configure.in (opsys): Recognize `gnu'.
9199
9200 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9201
9202 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
9203
9204 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9205
9206 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
9207 version > 1.8.
9208
9209 1994-05-08 Morten Welinder (terra@diku.dk)
9210
9211 * config.bat: Forcibly remove "# " style comments from makefiles.
9212
9213 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9214
9215 * Makefile.in (uninstall): When processing lispdir and etcdir,
9216 do nothing unless it exists and is a directory.
9217
9218 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9219
9220 * Makefile.in (install-arch-indep): Do install info/dired-x*.
9221 Merge code in from install-doc.
9222 (install-doc): Merge code back into install-arch-indep.
9223 (install-arch-dep): Don't depend on install-doc.
9224
9225 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
9226
9227 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9228
9229 * configure.in (making src/Makefile and lib-src/Makefile):
9230 Split off the autoconf substitutions and don't pass them thru cpp.
9231 (undefs): Use $canonical as well as $configuration.
9232
9233 * make-dist: Distribute lisp/Makefile.
9234
9235 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
9236 Use lower case names for the s files.
9237
9238 1994-05-03 Morten Welinder (terra@diku.dk)
9239
9240 * config.bat: Added possibility for different file name
9241 transcriptions in lib-src.
9242
9243 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9244
9245 * Makefile.in (lib-src): Undo previous change.
9246 (blessmail): New target to run maybe-blessmail in lib-src.
9247 (all): Depend on blessmail.
9248
9249 * Makefile.in (lib-src): Depend on src.
9250
9251 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
9252
9253 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
9254 (m88k-dg-dgux5.4R2): dgux5.4R2.
9255
9256 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9257
9258 * configure.in (window_system): Restore accidentally deleted code
9259 that uses AC_FIND_X.
9260
9261 * make-dist: Distribute config.bat.
9262
9263 1994-04-29 Morten Welinder (terra@diku.dk)
9264
9265 * config.bat: Corrected the configuration of lib-src
9266 to keep up with configure. Add note about dos version 3
9267 or better needed (djgpp needs that). Add note explaining
9268 that either install in c:/emacs or edit the script.
9269 Don't change to c:/emacs, but assume we're there (to minimize
9270 the number of places to change).
9271
9272 * config.bat: Build-in the first step towards X11 support with
9273 the X11 emulator that exists. At this time it won't work,
9274 and several files are missing.
9275
9276 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9277
9278 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
9279 Don't look for -lresolv.
9280
9281 * Makefile.in (lib-src): Depend on src/paths.h.
9282
9283 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9284
9285 * configure.in: Restore deleted AC_SUBST of `configuration'.
9286 Improve error message for bad --with-x-toolkit value.
9287
9288 * configure.in: Define CONFIGURATION in src/config.h
9289 rather than substituting in src/Makefile.in.
9290
9291 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9292
9293 * Makefile.in (install-doc): New target.
9294 (install-arch-dep): Depend on install-doc.
9295 (mkdir): Create docdir.
9296
9297 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9298
9299 * configure.in: Test for libresolv.a.
9300 Substitute machfile and opsysfile.
9301
9302 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9303
9304 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
9305 (install-arch-dep): Install under the name $(EMACS).
9306
9307 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9308
9309 * configure.in (version): Use entire value of emacs-version.
9310 (mips-siemens-sysv*): New alternative.
9311
9312 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9313
9314 * Makefile.in (install-arch-indep): Don't install dired-x*.
9315
9316 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9317
9318 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
9319 Fix definition of $undefs.
9320
9321 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9322
9323 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
9324
9325 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
9326
9327 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
9328
9329 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
9330
9331 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9332
9333 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
9334 and run it thru cpp, as with src/Makefile.in.
9335
9336 * configure.in: Use AC_SET_MAKE.
9337
9338 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9339
9340 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
9341
9342 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9343
9344 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
9345
9346 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
9347 (printing the choices): Make the toolkit message unconditional.
9348 (USE_X_TOOLKIT): Use `none', not `no', if none.
9349 (include libsrc_libs): Include config.h, and specify -I for srcdir.
9350 Get rid of temp file foofoo1.
9351
9352 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9353
9354 * configure.in (CFLAGS): Use shell syntax, not Makefile.
9355
9356 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9357
9358 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
9359 (printing the choices): State choice of toolkit.
9360 (libsrc_libs): Recalculate after writing config.h;
9361 then update lib-src/Makefile.
9362
9363 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9364
9365 * configure.in: Add sunos4shr as alternative for suns.
9366 Conditionals testing for null $CC were backwards.
9367
9368 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9369
9370 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
9371
9372 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9373
9374 * configure.in: Handle -isc4.0*.
9375
9376 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9377
9378 * configure.in (esix5): Set NON_GNU_CPP.
9379
9380 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
9381
9382 * Makefile.in (thisdir): Nonsensical variable removed.
9383 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
9384 back to $thisdir, rather than the directory `this_dir'.
9385
9386 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9387
9388 * Makefile.in (install-arch-indep): Add missing backslash after a
9389 `then'.
9390
9391 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9392
9393 * Makefile.in (thisdir): New variable.
9394 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
9395
9396 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9397
9398 * configure.in: Add freebsd.
9399
9400 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9401
9402 * configure.in: Check for fpathconf.
9403
9404 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9405
9406 * configure.in (with_x_toolkit): Fix typo in previous change.
9407
9408 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9409
9410 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
9411
9412 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9413
9414 * configure.in (with_x_toolkit): Don't allow motif or open-look.
9415
9416 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
9417
9418 * configure.in: Fix value of docdir.
9419 * Makefile.in (install-arch-indep): Install DOC* in docdir.
9420
9421 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9422
9423 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
9424
9425 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
9426
9427 * configure.in: New variable docdir to control where the docstring
9428 file goes.
9429 Makefile.in: Use it to initialize PATH_DOC in paths.h.
9430
9431 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9432
9433 * configure.in: When --run-in-place, don't inherit archlibdir.
9434
9435 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9436
9437 * Makefile.in (install-arch-dep, install-arch-indep):
9438 New targets split up former do-install rule.
9439 (do-install): Target deleted.
9440
9441 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9442
9443 * configure.in (mips-sony-newsos*): New configuration.
9444
9445 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
9446
9447 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
9448
9449 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9450
9451 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
9452
9453 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9454
9455 * configure.in: Don't initialize CC.
9456
9457 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9458
9459 * configure.in (creating src/Makefile): Also generate -U switches
9460 for symbols in the $configuration value.
9461
9462 * configure.in: Check for sys_siglist being declared in system header.
9463
9464 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9465
9466 * configure.in (creating src/Makefile): Delete blank lines
9467 along with lines of whitespace.
9468 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
9469
9470 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9471
9472 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
9473 like C_SWITCH_SYSTEM.
9474 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
9475
9476 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9477
9478 * configure.in (drem): Check for this function.
9479
9480 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9481
9482 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
9483 If CPP was inherited from environment, don't use NON_GNU_CPP.
9484 (NON_GNU_CC): Likewise.
9485 (handling with_gcc): Use explicit if in the `no' case.
9486 (cc_specified): New variable; if set, don't use NON_GNU_CC.
9487
9488 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9489
9490 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
9491
9492 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
9493
9494 * configure.in: Check whether fmod exists.
9495
9496 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9497
9498 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
9499 {src,lisp}/OChangeLog.
9500
9501 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9502
9503 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
9504 necessary for proper operation. This code works with the current
9505 released version of Autoconf.
9506
9507 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9508
9509 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
9510 (USE_X_TOOLKIT): Define it for all values except `no'.
9511
9512 * configure.in: Undo first Jan 8 change and Jan 16 change.
9513
9514 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9515
9516 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
9517 Substitute USE_X_TOOLKIT as both C macro and Make variable.
9518
9519 * Makefile.in (lwlib/Makefile): New target.
9520 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
9521 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
9522 (unlock, relock): Handle lwlib subdir.
9523
9524 * Makefile.in: Add some .PHONY targets.
9525
9526 * make-dist: Handle lwlib subdir like oldXMenu subdir.
9527
9528 * lwlib: New subdirectory.
9529
9530 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9531
9532 * configure.in: If CPP has a value that is a directory,
9533 discard the value.
9534
9535 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9536
9537 * configure.in (srcdir_undefs): Add g flag to sed substitution to
9538 remove -U[0-9]*.
9539
9540 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9541
9542 * Makefile.in (do-install): Install the dired-x info files.
9543
9544 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
9545 (See src/s/sol2.h.)
9546
9547 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9548
9549 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
9550
9551 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9552
9553 * configure.in (creating src/Makefile): Put code inside 2nd arg to
9554 AC_OUTPUT as it should be; hopefully no one will again see fit to
9555 gratuitously break this and not make a change log entry.
9556 Optimized sed processing of Makefile.in and cpp output; now
9557 preserves comments previously removed from the cpp input.
9558 Eliminated temp file for cpp output. Generate -U switches to
9559 undefine all identifiers that appear in the directory name
9560 ${srcdir}; pass these to cpp.
9561
9562 * configure.in (version): Fix sed regexp to match two-elt version
9563 number.
9564
9565 * configure.in: Check for strerror.
9566
9567 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9568
9569 * configure.in: Test for bcmp.
9570
9571 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9572
9573 * make-dist (tempdir): Put subdir msdos into the distribution.
9574
9575 1993-01-07 Morten Welinder (terra@diku.dk)
9576
9577 * config.bat: New file.
9578
9579 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9580
9581 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
9582
9583 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9584
9585 * configure.in (m68*-next-*): Don't care about which os is specified.
9586 (i[34]86-*-*): Check for *-nextstop*.
9587
9588 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9589
9590 * configure.in: Check for setsid.
9591
9592 1993-12-17 Richard Stallman (rms@srarc2)
9593
9594 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
9595
9596 1993-12-15 Richard Stallman (rms@srarc2)
9597
9598 * Makefile.in (mkdir): Make only the lockdir writable.
9599
9600 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
9601
9602 1993-12-11 Richard Stallman (rms@srarc2)
9603
9604 * Makefile.in (libdir): Use @libdir@.
9605
9606 1993-12-08 Richard Stallman (rms@srarc2)
9607
9608 * Makefile.in (install): Add empty command.
9609
9610 1993-12-04 Richard Stallman (rms@srarc2)
9611
9612 * make-dist: Put man/getopt.c in the dist.
9613
9614 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
9615
9616 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
9617
9618 1993-12-03 Richard Stallman (rms@srarc2)
9619
9620 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
9621 Set it for all solaris versions.
9622 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
9623 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
9624 Likewise for NON_GNU_CC and CC.
9625
9626 1993-12-01 Richard Stallman (rms@srarc2)
9627
9628 * configure.in (mips-mips-riscos4*): Assign variable CC.
9629 (checking ${with_gcc}): If "no", don't override CC if already set.
9630 (CC): Initialize it as empty.
9631
9632 1993-11-30 Richard Stallman (rms@srarc2)
9633
9634 * configure.in (Suns): Set CPP if *-solaris2.3*.
9635
9636 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9637
9638 * Version 19.22 released.
9639
9640 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
9641
9642 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9643
9644 * make-dist: When breaking links, use cp -p.
9645 Copy install.sh into distribution.
9646 Move the temp dir up into the parent dir;
9647 don't leave the staging dir make-dist.tmp... in existence.
9648 * install.sh: New file.
9649
9650 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9651
9652 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
9653
9654 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9655
9656 * configure.in (version): When --run-in-place, exclude
9657 ${datadir}/emacs/site-lisp from locallisppath.
9658
9659 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9660
9661 * configure.in: Delete jumk.c before writing it.
9662
9663 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9664
9665 * Version 19.21 released.
9666
9667 * Makefile.in (mkdir): Ignore error from chmod.
9668
9669 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9670
9671 * make-dist: Don't put lisp/forms.README in the distribution.
9672
9673 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9674
9675 * configure.in (creating src/Makefile): Before running cpp,
9676 discard all lines that start with `# Generated' or /**/#.
9677
9678 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9679
9680 * Version 19.20 released.
9681
9682 * make-dist: Use build-ins.in, not build-install.in.
9683 Don't bother updating TAGS since it's not included.
9684
9685 * build-ins.in: Renamed from build-install.in.
9686
9687 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9688
9689 * make-dist: Don't try to link *.texinfo--there are none now.
9690 When running make in lib-src, specify YACC var value.
9691
9692 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9693
9694 * configure.in (extrasub): Add vpath patterns for %.[yls].
9695
9696 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
9697 Instead just include the commands to make src/Makefile as the
9698 second arg to AC_OUTPUT.
9699
9700 * configure.in: Use : instead of dnl for comment inside
9701 $makefile_command.
9702
9703 * configure.in: No longer use vpath_sed. Instead, when we notice
9704 srcdir already configured, set extrasub to hack vpath in the
9705 makefiles.
9706
9707 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
9708 before moving it.
9709 * Makefile.in (VPATH): Define to @srcdir@.
9710
9711 1993-09-28 Brian J. Fox (bfox@cubit)
9712
9713 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
9714 doesn't exist. Just copy src/Makefile.in instead. Touch
9715 all of the Makefiles after editing config.status.
9716
9717 * INSTALL: Update documentation to match new configuration
9718 mechanism.
9719
9720 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
9721
9722 * configure.in: Allow any of the path or directory Makefile
9723 variables to be set with flags to configure. Create all Makefiles
9724 at configure time. Edit special commands into config.status after
9725 src/Makefile.in is built from src/Makefile.
9726
9727 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
9728 If these files are out of date, simply have config.status
9729 rebuild them; don't rebuild them explicitly.
9730
9731 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
9732
9733 * build-install.in: Change src/xemacs to src/emacs. We no longer
9734 create src/xemacs, so the file wouldn't be found.
9735
9736 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
9737
9738 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
9739
9740 * configure.in: Avoid forcing the search of /usr/include before
9741 fixed include files by resetting C_SWITCH_X_SITE if it is
9742 "-I/usr/include".
9743
9744 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9745
9746 * Makefile.in (@rip_paths@locallisppath):
9747 Delete ${datadir}/emacs/site-lisp.
9748
9749 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9750
9751 * configure.in:
9752 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
9753 Remove ${extra_output} from AC_OUTPUT call.
9754
9755 1993-09-17 Brian J. Fox (bfox@inferno)
9756
9757 * make-dist: Quote backquotes found in strings to be echoed.
9758
9759 * configure.in: Use "sh -c pwd" when we want to avoid having the
9760 shell fix up the value of $PWD.
9761
9762 1993-09-13 Brian J. Fox (bfox@inferno)
9763
9764 * Makefile.in (do-install): Don't abort if ln or chmod at the end
9765 of the installation fail. Suggested by Karl Berry.
9766
9767 1993-08-30 Brian J. Fox (bfox@inferno)
9768
9769 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
9770 was used. Set MAKEFLAGS from MFLAGS.
9771
9772 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9773
9774 * configure.in: Test for res_init in libc.
9775
9776 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9777
9778 * configure.in: In the file ${tempcname}, use configure___
9779 instead of @configure@.
9780
9781 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
9782
9783 * make-dist: Dist vpath.sed.
9784
9785 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
9786 Depend on vpath.sed.
9787 Replace sed command for VPATH with @vpath_sed@.
9788
9789 * configure.in: Substitute variable `vpath_sed'.
9790 If not in $srcdir and $srcdir is configured,
9791 issue warning that GNU make is required,
9792 and set vpath_sed to use vpath.sed script.
9793
9794 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9795
9796 * configure.in: Remove check for $srcdir being configured. This
9797 pretty much works now.
9798 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
9799 Check for XFree86 (/usr/X386/include) independent of whether
9800 -lXbsd exists.
9801
9802 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
9803 realclean, unlock, relock): Use `$(MAKE)' in place of plain
9804 `make'.
9805
9806 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9807
9808 * Version 19.19 released.
9809
9810 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
9811
9812 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9813
9814 * configure.in: Check for XScreenNumberOfScreen.
9815
9816 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9817
9818 * configure.in: Add * to end of all configuration alternatives.
9819 (m68*-sony-newsos3*): New alternative.
9820
9821 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9822
9823 * make-dist: Include getdate.c in distribution.
9824
9825 * configure.in: For --help, use $PAGER if it is set.
9826 (LIB_X11_LIB): Default to -lX11.
9827 (mips-sgi-irix5.*): New alternative.
9828
9829 * Makefile.in (do-install): Install info/gnus* and info/sc*.
9830
9831 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
9832 Recognize *.B8.* as hpux version 8.
9833 (m68*-tektronix-bsd*): Fix typo in tek4300.
9834 (AC_HAVE_FUNCS): Add ftime.
9835
9836 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9837
9838 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
9839 Use tekxd88, not tekXD88.
9840
9841 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
9842
9843 * configure.in: Check for -lm. Then can check for frexp and logb.
9844
9845 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9846
9847 * Version 19.18 released.
9848
9849 * make-dist (src): Don't put gnu-hp300 in dist.
9850 (src, lisp): Include OChangeLog in dist.
9851
9852 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9853
9854 * configure.in: Test for presence of logb and frexp functions.
9855
9856 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9857
9858 * configure.in (machine): Add i370-ibm-aix*.
9859
9860 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9861
9862 * configure.in (function checks): Test for mkdir and rmdir.
9863
9864 * configure.in (function checks): Don't test for random and bcopy
9865 only when we're building with X; look for them all the time.
9866
9867 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9868
9869 * configure.in: Test for availability of bcopy functions, searching
9870 the X libraries if we're using X.
9871
9872 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
9873 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
9874 versions of AIX, and needs to be passed to the loader.
9875
9876 * configure.in: Test for the availability of the
9877 XScreenResourceString function.
9878
9879 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
9880
9881 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
9882 LD_SWITCH_X_SITE and assume --with-x11.
9883 Only look for X11 files if we weren't told about a window system
9884 or if we were told to use X11 but not told where.
9885 Search the libraries from the s and/or m files when checking for
9886 functions.
9887
9888 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
9889
9890 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9891
9892 * make-dist: Include lisp/dired.todo in the distribution.
9893
9894 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9895
9896 * configure.in: Add code to set HAVE_INET_SOCKETS.
9897
9898 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9899
9900 * configure.in: If we do find x_includes and x_libraries
9901 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
9902
9903 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
9904
9905 * make-dist: Include src/gnu-hp300 in the dist.
9906
9907 * configure.in (canonical): New variable holds the canonicalized
9908 configuration. Don't alter `configuration'. Use `configuration'
9909 for Makefile.in for file naming.
9910 (testing x_includes and x_libraries): Use =, not ==.
9911
9912 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
9913
9914 * Version 19.17 released.
9915
9916 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
9917 directory's makefile. This allows the invocation of CPP which
9918 builds xmakefile to receive these switches. The SunSoft C
9919 preprocessor inserts spaces between tokens if it doesn't get the
9920 -Xs flag requested in src/s/sol2.h.
9921
9922 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
9923
9924 * configure.in (m68k-bull-sysv3): New config.
9925
9926 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9927
9928 * configure.in: Use the autoconf AC_FIND_X macro to try to find
9929 the X Windows libraries.
9930
9931 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9932
9933 * make-dist (tempdir): Don't create lisp/forms-mode directory in
9934 the distribution. Those files aren't kept in their own
9935 subdirectory any more.
9936
9937 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9938
9939 * Version 19.16 released.
9940
9941 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9942
9943 * configure.in: Add --verbose flag.
9944
9945 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9946
9947 * version 19.15 released.
9948
9949 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
9950
9951 * Makefile.in (top_distclean): Use -f switch when cleaning out
9952 lock dir; it might be empty.
9953
9954 * configure.in: Only check for -lXbsd once.
9955
9956 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9957
9958 * Version 19.14 released.
9959
9960 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9961
9962 * make-dist: If using gzip, create distribution with '.gz' extension.
9963
9964 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
9965 (lisp/forms-mode): This doesn't exist anymore.
9966
9967 * configure.in: Look for the closedir function.
9968
9969 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
9970
9971 * configure.in (CPP): Autoconf sets this to a shell variable
9972 reference, which doesn't work when it's edited into a makefile.
9973 Expand that variable reference.
9974
9975 * Makefile.in (CPP): New variable.
9976 (src/Makefile): Edit CPP into src/Makefile.
9977
9978 * Makefile.in (src/Makefile): Don't bother exiting single quotes
9979 and entering double quotes to get the values of LD_SWITCH_X_SITE
9980 and the other make variables; make substitutes them in anyway.
9981
9982 * Makefile.in (uninstall): Don't remove the lisp and etc
9983 directories if they're in the source tree.
9984
9985 Bring mumbleclean targets into conformance with GNU coding standards.
9986 * Makefile.in (mostlyclean, clean): Separate these two; just have
9987 them pass the request to the subdirectory makefiles.
9988 (distclean): Pass the request down, and then get rid of the
9989 files configure built, and get rid of the Makefiles.
9990 (realclean): Pass the request down, and then do the same things
9991 distclean does.
9992 (uninstall, info, dvi): New targets.
9993
9994 * configure.in: Move clause for PC-compatible i386 box to the end
9995 of the case statement, to avoid masking configurations below.
9996
9997 * configure.in: Add case for m88k-motorola-sysv4.
9998
9999 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
10000 the HP 68000 machines.
10001
10002 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
10003 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
10004 preprocessor won't fiddle with them.
10005
10006 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10007
10008 * Makefile.in (TAGS): cd to src to run etags.
10009
10010 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10011
10012 * configure.in (version): Check the X libraries for XrmSetDatabase
10013 and random, and see if we have -lXbsd.
10014
10015 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10016
10017 * configure.in: Pass "-Isrc" to the CPP we run to examine the
10018 s/*.h and m/*.h files. Martin Tomes
10019 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
10020
10021 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10022
10023 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
10024 above the general i386 alternative.
10025
10026 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10027
10028 * configure.in: Recognize configuration name for Data General
10029 AViiON machines.
10030
10031 * configure.in: Use AC_LONG_FILE_NAMES.
10032
10033 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10034
10035 * configure.in: Test for bison.
10036 * Makefile.in (YACC): New variable.
10037 (lib-src/Makefile.in): Edit YACC into the makefile.
10038
10039 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10040
10041 * Version 19.13 released.
10042
10043 * configure.in (CFLAGS): Don't set this according to the value of
10044 the GCC shell variable. Instead, consult the machine and system
10045 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
10046 test __GNUC__ while we're at it.
10047
10048 * configure.in: Remove extra ;; from hpux cases.
10049
10050 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10051
10052 * configure.in: Check to see if the system has -ldnet.
10053
10054 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10055
10056 * make-dist: Add clauses to distribute lisp/forms-mode.
10057
10058 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10059
10060 * configure.in (machine): Fix the versions in hpux version number test.
10061 Do not guess based on cpu type. Do check for explicit system version.
10062
10063 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10064
10065 * configure.in: Do NOT look for `unknown' as company name.
10066
10067 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10068
10069 * configure.in: Fix typo in message.
10070
10071 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10072
10073 * Version 19.12 released.
10074
10075 * Makefile.in (do-install): Correct previous etc-copying change.
10076 Partially rewrite using `if'.
10077 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
10078
10079 * Version 19.11 released.
10080
10081 * configure.in: Handle 386bsd.
10082
10083 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10084
10085 * make-dist: Update getdate.c.
10086
10087 * configure.in: Handle bsd386.
10088
10089 * Makefile.in (do-install): Use `-' in tar options.
10090
10091 * configure.in: Change ! "${...}" to x"${...}" = x.
10092
10093 * Makefile.in (do-install): Copy the DOC-* files from the build
10094 etc directory, as well as lots of things from ${srcdir}/etc.
10095
10096 * make-dist: Copy config.guess.
10097
10098 * configure.in: Handle AIX versions 1.2, 1.3.
10099
10100 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10101
10102 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
10103 the configuration name mips-mips-usg* to represent USG systems.
10104
10105 * configure.in: Fix logic to detect if srcdir is already configured.
10106
10107 * Makefile.in: Pass in LD_SWITCH_X_SITE.
10108
10109 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
10110 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
10111 of a directory; cd might fail, and have pwd print out the current
10112 directory.
10113
10114 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10115
10116 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
10117
10118 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10119
10120 * configure.in: Complain if srcdir points at an already-configured
10121 tree.
10122
10123 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10124
10125 * Version 19.10 released.
10126
10127 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10128
10129 * Makefile.in: Use Makefile comments, not C comments.
10130
10131 * configure.in: Add case for the Tektronix XD88.
10132
10133 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10134
10135 * configure.in: Handle sysv4.2 and sysvr4.2.
10136
10137 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10138
10139 * configure.in: Traverse the argument list without destroying it;
10140 don't use shift. It turns out that "set - ${saved_arguments}"
10141 doesn't work portably.
10142
10143 * configure.in: Add missing "fi".
10144
10145 * make-dist: Rebuild configure if configure.in is newer.
10146
10147 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
10148 targets to be executed even if make remembers that it has already
10149 satisfied FRC.
10150
10151 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10152
10153 * Makefile.in (do-install): Delete redundant code to copy etc twice.
10154
10155 * configure.in (romp): Handle various version numbers with aos and bsd.
10156
10157 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10158
10159 * configure.in: Fix message text.
10160
10161 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10162
10163 * make-dist: Make a `site-lisp' directory in the distribution,
10164 instead of a `local-lisp' directory, which hasn't been the
10165 appropriate name for a long time.
10166 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
10167 from the distribution first, then /usr/local/lib/emacs/site-lisp.
10168
10169 * Makefile.in (do-install): Correctly detect if ./etc and
10170 ${srcdir}/etc are the same.
10171
10172 * configure.in: Extract UNEXEC from the system configuration
10173 files, compute the name of the source file corresponding to the
10174 object file, and #define it as UNEXEC_SRC in config.h.
10175
10176 * configure.in: If srcdir is '.', then try using PWD to make it
10177 absolute.
10178
10179 * configure.in: Include ${srcdir} in the printed report, to help
10180 people notice if it's an automounter path.
10181
10182 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10183
10184 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
10185
10186 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10187
10188 * Makefile.in (do-install): Delete the dest dir, not the source dir,
10189 when they are different. Add `shift' command.
10190 (COPYDESTS, COPYDIR): Delete external-lisp dir.
10191 (externallispdir): Var deleted.
10192
10193 * configure.in: Delete spurious paren outputting short_usage.
10194
10195 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10196
10197 * Version 19.9 released.
10198
10199 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10200
10201 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
10202 subdirectory makes.
10203
10204 * make-dist: Check for .elc files with no corresponding .el file.
10205
10206 * Makefile.in (mkdir): Make all the directories in locallisppath.
10207
10208 * config.guess: New file.
10209 * configure.in: Use it, tentatively.
10210 * INSTALL: Mention its usage.
10211
10212 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
10213 the former gives you the operating system rev directly. Use
10214 s/hpux.h if we don't recognize what we got.
10215
10216 * Makefile.in (do-install): Don't remove a destination directory
10217 if it's the same as the source. If ${srcdir}/info == ${infodir},
10218 don't try to copy the info files.
10219
10220 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
10221 doesn't work if you're not using a separate source directory.
10222 (do-install): Copy the build tree's etc directory only after
10223 making sure it's not also the source tree's etc directory.
10224
10225 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10226
10227 * configure.in: Handle sunos4.1.3 specially.
10228
10229 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10230
10231 * Makefile.in (INSTALL): Add definition.
10232
10233 * configure.in: Fix some messages. Support -with-gnu-cc.
10234 At the end, use `set --', not `set -'.
10235 Delete spurious `.h' in hpux alternatives.
10236
10237 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10238
10239 * Version 19.8 released.
10240
10241 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10242
10243 * configure.in: When looking for source in the same directory as
10244 the configure script, make the path thus discovered absolute.
10245 If the user specifies the `--srcdir' switch, make that directory
10246 absolute too.
10247
10248 * Makefile.in (srcdir): Remove comment saying this doesn't work.
10249
10250 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
10251 too, as the value of the PATH_INFO macro.
10252
10253 * configure.in: Check to see if the source lives in the same
10254 directory as the configure script.
10255
10256 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10257
10258 * Makefile.in (install): Split this into `install' and
10259 `do-install', to give people more control over exactly what gets
10260 done.
10261 (do-install): New target, containing the guts of `install'. Don't
10262 remove and recreate the directories inside the copying loop - do
10263 it all before the copying loop. Pass more flags to the lib-src
10264 make.
10265 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
10266 avoid errors and warnings.
10267
10268 * configure.in: For generic IBM PC boxes, insist on "unknown" for
10269 the manufacturer - the more general case was blocking other i386
10270 configuration names below, and that's how the names are written in
10271 MACHINES anyway.
10272
10273 * make-dist: When breaking links, remove the link before moving
10274 the copy onto it, to avoid interactive behavior.
10275
10276 * Makefile.in: Doc fix.
10277
10278 * configure.in: Doc fix.
10279
10280 * INSTALL: Mention --exec-prefix option.
10281
10282 * configure.in: Add support for the `--exec-prefix' option.
10283 * Makefile.in: Accept that support.
10284
10285 * configure.in: Use the AC_PROG_INSTALL macro.
10286 * Makefile.in (INSTALL): Variable removed.
10287 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
10288
10289 * configure.in: Distinguish between hp800's and hp700's by calling
10290 "uname -m".
10291
10292 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10293
10294 * configure.in: Recognize configuration names for i860 boxes
10295 running SYSV.
10296
10297 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10298
10299 * configure.in: Distinguish between hp800's and hp700's by the
10300 version of HP/UX they run, since that's something people are more
10301 likely to know - hp700's run 8.0.
10302 Add HP 700 configuration.
10303
10304 * configure.in: Test for the presence of the `rename' function.
10305
10306 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
10307 configure.in.
10308 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
10309
10310 * make-dist: Break intra-tree links.
10311
10312 * configure.in: Explain that this is an autoconf script, and give
10313 instructions for rebuilding configure from it. Arrange to put
10314 comments in configure explaining this too.
10315
10316 * configure.in: Make the first line of the configure script be
10317 "#!/bin/sh". Leaving the first line blank didn't work.
10318
10319 * configure.in (long_usage): Removed; made short_usage describe
10320 the options briefly.
10321
10322 * configure.in: Implement the --prefix option.
10323 * Makefile.in (prefix): Add support for it here.
10324 * INSTALL: Document it here.
10325
10326 * Makefile.in (install): Don't assume that the files in the `info'
10327 subdirectory match *.info. They don't have that prefix.
10328
10329 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10330
10331 * configure.in: Add case for version 5 of Esix.
10332
10333 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10334
10335 * Version 19.7 released.
10336
10337 * make-dist: There aren't any *.com files in lib-src anymore.
10338
10339 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
10340 them; they're symlinks to other filesystems on the GNU machines.
10341
10342 * make-dist: Check that the manual reflects the same version of
10343 Emacs as stated in lisp/version.el. Edit that version number into
10344 the README file.
10345
10346 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10347
10348 * configure.in: Remove the hack of AC_DEFINE; use
10349 AC_DEFINE_UNQUOTED.
10350
10351 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10352
10353 * make-dist: Don't distribute precomp.com, compile.com, or
10354 link.com from ./src; they're in ./vms now.
10355
10356 Some time-handling patches from Paul Eggert:
10357 * configure.in: Add AC_TIMEZONE.
10358
10359 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10360
10361 * configure.in: Recognize Linux as a valid operating system for
10362 the i386.
10363
10364 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10365
10366 * make-dist: Distribute some VMS files we got from Richard Levitte.
10367
10368 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
10369 the source for the sed command, not oldXMenu/Makefile.
10370
10371 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10372
10373 * INSTALL: Don't claim the srcdir option doesn't work.
10374
10375 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10376
10377 * configure.in: Include remarks saying what order the autoconf
10378 tests should go in, and remind people to change config.h.in
10379 whenever they add autoconf tests which make #definitions.
10380
10381 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
10382
10383 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10384
10385 * Makefile.in (oldXMenu/Makefile): Make this depend on
10386 ${srcdir}/oldXMenu/Makefile.in, not itself.
10387
10388 * PROBLEMS: Some updates from David J. Mackenzie.
10389
10390 More changes from David J. Mackenzie.
10391 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
10392 removed; autoconf and config.h should specify all these
10393 differences.
10394 (buildlisppath): Make this path depend on ${srcdir}.
10395 (INSTALLFLAGS): Removed.
10396 (INSTALL): Include the -c flag.
10397 (install): Change the way we invoke install accordingly.
10398
10399 Install ${srcdir} changes from DJM.
10400 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
10401 list.
10402 (COPYDIR, COPYDESTS): Install files from both the etc directory in
10403 the source tree and the etc directory in the object tree.
10404 (${SUBDIR}): Pass the prefix variable down to submakes.
10405 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
10406 in /bin.
10407 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
10408 values for srcdir and VPATH.
10409 (install): Add `v' flag to tar command. Make sure that `dir'
10410 exists in ${srcdir}/info before copying it. Remember that the man
10411 pages come from the source tree, not the object tree.
10412 * configure.in: Remove remarks saying that the --srcdir option
10413 doesn't work.
10414 Create the etc directory in the object tree.
10415 Recognize configuration names of the form *-sun-solaris*.
10416 Recognize sunos5 and solaris as operating system names.
10417
10418 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
10419 lib-src/getdate.y and src/systime.h.
10420
10421 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10422
10423 * make-dist: Make links in info subdir.
10424
10425 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10426
10427 * configure.in: Call AC_STDC_HEADERS.
10428
10429 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10430
10431 * configure.in: Sidestep autoconf's quoting of the second argument
10432 of AC_DEFINE, so we can specify the value to put there. It would
10433 be nice if autoconf provided some way to specify computed values
10434 for macros.
10435
10436 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10437
10438 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
10439 this is always just -DHAVE_CONFIG_H.
10440
10441 The GNU coding standards specify that CFLAGS should be left for
10442 users to set.
10443 * Makefile.in (CFLAGS): Let configure determine the default value
10444 for this. Don't
10445 have it default to DEFS.
10446 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
10447 (lib-src/Makefile, src/Makefile): Edit the default value for
10448 CFLAGS into these files, not DEFS.
10449 * configure.in (CFLAGS): Choose a default value for this - "-g"
10450 normally, or "-g -O" if we're using GCC. Edit it into the
10451 top-level Makefile.
10452
10453 * configure.in: When scanning the machine and system description
10454 #include files, write their names to conftest.c properly.
10455
10456 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10457
10458 * configure.in: In configuration name case for Apallos running
10459 Domainios, set opsys, not opsysfile.
10460
10461 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
10462 src/config.h, instead of AC_OUTPUT; the latter overwrites
10463 src/config.h even when it hasn't changed, puts a makefile-style
10464 comment at the top even though it's C code, and produces a
10465 config.status script which doesn't do the job right.
10466
10467 * configure.in: Add AC_LN_S test, so we can tell whether or not we
10468 can use a symbolic link to get the X Menu library into src.
10469 * Makefile.in (LN_S): New variable.
10470 (src/Makefile): Edit the value of LN_S into this makefile.
10471
10472 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10473
10474 * configure.in: Support *-sco3.2v4* as opsystem.
10475
10476 * make-dist: Don't include calc directory.
10477 Exclude many files in the man directory; copy a few.
10478
10479 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10480
10481 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
10482 call AC_STRUCT_TM to see what's in time.h.
10483
10484 * configure.in: Employ quoting stupidity to get the value of CPP
10485 to expand properly.
10486
10487 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10488
10489 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
10490 variable to scan the machine and system description files.
10491
10492 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
10493 so that getdate.y builds correctly.
10494
10495 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10496
10497 * configure.in (tempcname): Change this to "conftest.c", so it will
10498 work properly on systems with short filenames; this is the name
10499 autoconf uses.
10500
10501 * configure.in: Also detect the availability of dup2 and
10502 gethostname.
10503
10504 * configure.in: Use the AC_ALLOCA test.
10505 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
10506 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
10507
10508 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10509
10510 * make-dist: Distribute configure, as well as configure.in.
10511 Oversight.
10512
10513 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10514
10515 * Makefile.in (install): Print out the name of the directory we're
10516 copying, so people can have some idea of whether we're making
10517 progress.
10518
10519 * Makefile.in (install.aix, install.xenix, install.sysv, install):
10520 Don't forget to re-create the COPYDESTS directories after we clear
10521 them out.
10522
10523 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10524
10525 * Makefile.in: Add autoconf cookies so that the configure
10526 script can comment out sections of path variable definitions to
10527 choose between the installable configuration and the run-in-place
10528 configuration.
10529 * configure.in: Add new option `--run-in-place', to select the
10530 run-in-place path definitions.
10531
10532 * configure.in: Add a clause to the big configuration name case
10533 for the NeXT machine.
10534
10535 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10536
10537 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10538 Make sure that each source directory exists, and is different from
10539 the destination directory; then, delete the destination before
10540 copying over the source.
10541
10542 * make-dist: Distribute configure.in, instead of configure.
10543
10544 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10545
10546 * configure.in: Don't set CC to "gcc -O" if the user specifies
10547 `--with-gcc'. Add -O to DEFS if GCC is set.
10548
10549 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10550
10551 * Makefile.in (clean mostlyclean): Missing right paren.
10552
10553 * configure.in: When checking for X windows, search for an X11
10554 subdirectory of ${x_includes}.
10555
10556 * configure.in: Check for gettimeofday function, for getdate.y.
10557
10558 Change `configure' to a mixture of custom code and autoconf stuff.
10559 autoconf can't derive all the information we need, but we'd really
10560 like to be able to take advantage of some of its tests, and its
10561 file-editing facilities.
10562 * configure.in: Renamed from configure.
10563 Quote the sections of shell script we want copied literally to
10564 the configure script.
10565 (compile): Initialize this to make the autoconf macros' code happy.
10566 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
10567 code to do their jobs.
10568 Use autoconf to produce Makefile and src/config.h.
10569 Remove the Makefile-style comment that autoconf places at the top
10570 of src/config.h.
10571 (config_h_opts): Removed - no longer necessary.
10572 * Makefile.in (configname): Renamed to configuration.
10573 (CONFIG_CFLAGS): Renamed to DEFS.
10574 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
10575 get values via autoload @cookies@.
10576 (libsrc_libs): Get this from autoconf. We used to do nothing
10577 about this.
10578 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
10579
10580 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
10581 echo the move-if-change command.
10582
10583 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
10584
10585 * make-dist: Distribute lib-src/rcs-checkin.
10586
10587 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
10588 Don't try to make links to the RCS or Old subdirectories.
10589 Use the appropriate extension for the compression type in use.
10590 Create the tar file in the shell's initial default directory, not
10591 in ${tempparent}.
10592 Erase the whole ${tempparent} tree, not just ${tempdir}.
10593
10594 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10595
10596 * Makefile.in (src/paths.h): Don't echo the huge sed command we
10597 use to build paths.h.
10598 (lib-src/Makefile, src/Makefile): Similarly.
10599
10600 * configure: Extend test for working `const' keyword to handle AIX
10601 3.2 cc.
10602
10603 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10604
10605 * make-dist: Distribute lisp/term/ChangeLog.
10606
10607 Arrange for C compilation throughout the tree to get
10608 C_SWITCH_SYSTEM from the configuration files.
10609 * configure: Extract C_SWITCH_SYSTEM from the machine and
10610 system-dependent files, and save it in the top-level Makefile.
10611 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
10612 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
10613
10614 * make-dist: Include the VMS support files in oldXMenu in the
10615 distribution.
10616
10617 * configure: Doc fix.
10618
10619 * configure: Fix corrupted config_h_opts.
10620
10621 * configure: Properly report option names in error messages.
10622
10623 * configure: Properly recognize --x-includes and --x-libraries
10624 options.
10625
10626 * configure: Fix syntax errors in code handling XFree386.
10627
10628 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10629
10630 * configure: Add special code to detect XFree386, and tell
10631 config.h about it.
10632
10633 * configure: Properly handle extracting values of LIBS_MACHINE and
10634 LIBS_SYSTEM that contain spaces.
10635
10636 * configure: Add `--x-includes' and `--x-libraries' options. I
10637 think these are dopey, but no less than three alpha testers, at
10638 large sites, have said they have their X files installed in odd
10639 places. Implement them by setting C_SWITCH_X_SITE and
10640 LD_SWITCH_X_SITE in src/config.h.
10641
10642 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10643
10644 * make-dist: Don't distribute etc/Old files.
10645
10646 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
10647 backups.
10648
10649 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10650
10651 * make-dist: Fix typo.
10652
10653 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10654
10655 * make-dist: Corrected typo, fixed it to discard = and TAGS files
10656 in some cases where it should but didn't seen to.
10657
10658 * Makefile.in: Added unlock and relock productions.
10659
10660 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10661
10662 * make-dist: Add a --compress option to force make-dist to use
10663 compress.
10664
10665 * make-dist: Use gzip, if we can find it.
10666
10667 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10668 make rs6000-ibm-aix default to -aix32.
10669
10670 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
10671
10672 * Makefile.in: Added `Developer's configuration' section.
10673
10674 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
10675
10676 * Makefile.in: Add commented-out variable settings for developer's
10677 configuration.
10678
10679 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10680
10681 * make-dist: Distribute `src/bitmaps' too.
10682
10683 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
10684
10685 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
10686 make rs6000-ibm-aix default to -aix32.
10687
10688 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10689
10690 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
10691
10692 * Makefile.in (install.sysv): Add a second `$' in front of
10693 `${dest}', so that the shell will expand it, instead of Make.
10694
10695 * configure: When processing the name of the configure script,
10696 collapse `././' to `./', but leave a single `./' prefix alone.
10697
10698 * configure: Doc fix.
10699
10700 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10701
10702 * configure: Handle isc3.0 correctly.
10703
10704 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10705
10706 * make-dist: Don't try to copy the COPYING notice into
10707 external-lisp; we're not distributing that directory any more.
10708
10709 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10710
10711 * Makefile.in (install, install.aix, install.xenix, install.sysv):
10712 Remove CVS subdirectories from the installed directory trees, as
10713 well as RCS directories.
10714
10715 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10716
10717 * make-dist: Only copy gmalloc.c if we couldn't link it.
10718 Don't try to copy man/{README,Makefile} unless they actually exist.
10719
10720 * Makefile.in (lisppath): Don't include externallispdir in this.
10721 We're not sure whether we're even going to distribute the
10722 directory yet.
10723
10724 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10725
10726 * make-dist: Don't distribute the external-lisp directory anymore.
10727 * INSTALL: Remove all references to external-lisp.
10728
10729 * configure: Detect whether the compiler supports `const'
10730 properly, and edit src/config.h accordingly.
10731
10732 * configure: Tweak layout of final report.
10733
10734 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
10735 CFLAGS.
10736
10737 * Makefile.in (locallisppath): Make this default to
10738 ${datadir}/emacs/site-lisp, instead of
10739 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
10740 the same thing, and local-lisp causes completion conflicts with
10741 lock.
10742 (lisppath): Add ${externallispdir} to this.
10743 * INSTALL: Adjust installation directions.
10744
10745 * Makefile.in (externallispdir): New variable, to say where to
10746 install the externally-maintained lisp files.
10747 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
10748 the others.
10749 * INSTALL: Describe external-lisp and the new externallispdir
10750 variable.
10751
10752 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10753
10754 * configure (progname): New option `--with-gcc'. Make it clearer
10755 how we are trying to guess whether or not we have GCC.
10756 * INSTALL: Document the `--with-gcc' option, and improve
10757 description of `--with-x' options.
10758
10759 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10760
10761 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
10762 ${infodir} from these variables; we have written out explicit code
10763 to install the info files.
10764
10765 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
10766
10767 * make-dist: Don't distributed the RCS files in the etc directory.
10768
10769 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10770
10771 * Makefile.in: Some makes can't handle comments in the middle of
10772 commands; move them to before the whole rule.
10773
10774 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10775
10776 * README: Mention what Emacs is.
10777
10778 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10779
10780 * make-dist: Include `./lisp/calc-2.02' in the distribution.
10781 Add `./cpp' and `./man' back into the distribution.
10782
10783 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10784
10785 * Makefile.in: Define MAKE, and use where appropriate.
10786
10787 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10788
10789 * make-dist: Remember that the authoritative COPYING notice is
10790 `etc/COPYING', not `../etc/COPYING'.
10791
10792 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10793
10794 * make-dist: Make sure that the COPYING notices in each directory
10795 are copies, not symlinks.
10796
10797 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10798
10799 * INSTALL: The build process produces an executable called `emacs'
10800 now. Change references.
10801 * Makefile.in: Adjust `install.mumble' targets to install
10802 `src/emacs', not `src/xemacs'.
10803
10804 * configure: Start with a blank line; this keeps some old CSH's
10805 from thinking it's a CSH script. Most systems will just use
10806 /bin/sh to run it, which is what we're expecting; the only other
10807 shells which might try to interpret it themselves are probably
10808 Bourne-compatible.
10809
10810 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10811
10812 * INSTALL: Improvements suggested by David Mackenzie.
10813
10814 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10815
10816 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10817 Don't try to copy the info files if there aren't any; the
10818 unexpanded globbing pattern disappoints `install'. Ignore the
10819 return status of that command.
10820
10821 * INSTALL: Updated for new configuration arrangement.
10822
10823 * configure: Don't make the top-level Makefile read-only - people
10824 may want to edit the values of the path variables.
10825
10826 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10827 Install the info files in ${infodir}. Install the executable
10828 under both `emacs' and `emacs-VERSION'.
10829
10830 * Makefile.in: Doc fix.
10831
10832 * Makefile.in (exec_prefix): New variable, as per latest version
10833 of coding standards.
10834 (bindir, libdir): Use it, instead of `prefix'.
10835 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
10836
10837 * Makefile.in (mandir): Make the default value for this depend on
10838 $(prefix).
10839
10840 * Makefile.in (datadir, statedir, libdir): Make these all default
10841 to ${prefix}/lib.
10842 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
10843 to compensate.
10844
10845 * Makefile.in (install, install.sysv, install.xenix, install.aix):
10846 Install the etags and ctags man pages too.
10847
10848 * Makefile.in (distclean): Don't delete backup files; that's the
10849 job of extraclean.
10850 (extraclean): Like distclean, but deletes backup and autosave files.
10851
10852 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10853
10854 Make path specification conform to GNU coding standards.
10855 * configure (long_usage): Remove all traces of old arguments from
10856 usage messages, and document the options we do accept in more
10857 detail: -with-x... and --srcdir.
10858 (options, boolean_opts): Deleted; we don't have enough options to
10859 make this worthwhile.
10860 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
10861 along with the code which supported them; these should be set as
10862 arguments to the top-level make.
10863 (config_h_opts): Since this no longer doubles as a list of option
10864 names, make them upper case; this simplifies the code which uses
10865 them to build the sed command to edit src/config.h. Change the
10866 code which sets them.
10867 (cc, g, O): Don't allow the user to set these using options; they
10868 should be specified using `CC=' and `CFLAGS=' arguments to the
10869 top-level make. Just choose reasonable default values for them,
10870 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
10871 values.
10872 (gnu_malloc, rel_alloc): Don't allow the user to set these using
10873 options; use them whenever the configuration files say they're
10874 possible.
10875 Simplify the argument processing loop. Don't accept abbreviations
10876 for option names; these might conflict with other configuration
10877 options in the future.
10878 Add some support for the `--srcdir' option. Check for the sources
10879 in . and .. if `--srcdir' is omitted. If the directories we will
10880 compile in don't exist yet, create them under the current directory.
10881 Note that the rest of the build process doesn't really support
10882 this.
10883 Edit only the top Makefile. That should edit the others. Edit
10884 into the makefile: `version', from lisp/version.el, `configname'
10885 and `srcdir' from the configuration arguments, `CC' and
10886 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
10887 the user's path, and LOADLIBES as gleaned from the system
10888 description files.
10889 Simplify the report generated; it doesn't need to include any
10890 description of paths now.
10891 Make `config.status' exec configure instead of just calling it, so
10892 there's no harm in overwriting `config.status'.
10893 * Makefile.in (version, configname): New variables, used to choose
10894 the default values for datadir and libdir.
10895 Path variables rearranged into two clearer groups:
10896 - In the first group are the variables specified by the GNU coding
10897 standards (prefix, bindir, datadir, statedir, libdir, mandir,
10898 manext, infodir, and srcdir).
10899 - In the second are the variables actually used for Emacs's paths
10900 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
10901 archlibdir), which depend on the first category.
10902 datadir and libdir default to directories under
10903 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
10904 demand.
10905 etcdir and lispdir default to subdirectories of datadir.
10906 archlibdir defaults to libdir.
10907 The new installation tree is a bit deeper than it used to be, so
10908 use the new make-path program in lib-src to build them all.
10909 Always build a new src/paths.h.tmp and then move-if-change it to
10910 src/paths.h, to avoid unnecessary rebuilds while responding to the
10911 right changes.
10912 Remove all mention of arch-lib. Run utility commands from
10913 lib-src, and let the executables be copied into archlibdir when
10914 Emacs is installed.
10915 Add targets for src/Makefile, lib-src/Makefile, and
10916 oldXMenu/Makefile, editing the values of the path variables into
10917 them.
10918 Let lib-src do its own installation.
10919 (datadir): Default to putting data files under
10920 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
10921 (emacsdir): Variable deleted; it would only be confusing to use.
10922 (lispdir, etcdir): Default to ${datadir}/lisp.
10923 (mkdir): Use make-path for this.
10924 (lockdir): Do this in mkdir.
10925 (Makefile): New target.
10926
10927 * configure (usage_message): Rename to long_usage.
10928
10929 * make-dist: Don't bother creating an arch-lib directory; that's
10930 only for installation now.
10931
10932 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10933
10934 * configure: Use GCC-style configuration names, using config.sub.
10935 Change the usage and help messages.
10936
10937 * configure: Initialize window_system, not indow_system.
10938
10939 * configure: Report which window system, compiler, and signal
10940 handler return type we decide to use.
10941
10942 * make-dist: Explain what's going on if config.sub and gmalloc.c
10943 can't be linked. Place the code which copies them near the code
10944 which links the rest of the files around them.
10945
10946 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
10947
10948 * make-dist: Don't bother to distribute src/*.com, or
10949 src/vmsbuild; those have all been moved to `../vms'.
10950
10951 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10952
10953 * make-dist: Don't forget that the way to avoid filenames starting
10954 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
10955 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
10956 couldn't make hard links to, since we have two already, and
10957 perhaps more to come.
10958
10959 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10960
10961 * configure: When editing parameters into lib-src/Makefile, change
10962 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
10963 needs some other flags too.
10964
10965 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10966
10967 * configure: Remove spurious echo of the configuration name.
10968
10969 * make-dist: Don't distribute files in src/m and src/s whose names
10970 begin with `='.
10971
10972 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10973
10974 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
10975 Also LISP_FLOAT_TYPE.
10976
10977 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
10978
10979 * make-dist: Copy config.sub, since it's a symbolic link to a file
10980 on another file system.
10981
10982 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
10983
10984 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
10985 distribution.
10986
10987 * config.sub: New file, to help us recognize configuration names.
10988 * make-dist: Include it in the distribution.
10989
10990 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10991
10992 * configure: Convert `-' to `_' in specified option names.
10993 Accept options with --. Delete --highpri and --have-x-menu options.
10994 New options --with-x and --with-x10 replace -window-system.
10995 Don't mention options --gnu-malloc, --rel-alloc
10996 or --lisp-float-type in help message.
10997
10998 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
10999
11000 * make-dist: Include the `vms' subdirectory in the distribution.
11001
11002 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11003
11004 * configure: Remove lines starting with "# DIST: " when building
11005 lib-src/Makefile and src/Makefile. This allows us to mark the
11006 "Makefile.in" files with explanatory comments which won't also get
11007 stuck in the Makefiles.
11008
11009 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11010
11011 * make-dist: Don't use the '+' operator in the sed regular
11012 expression that extracts the version number from lisp/version.el;
11013 Ultrix sed doesn't seem support the operator. Just double the
11014 operand and use *.
11015
11016 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11017
11018 * Makefile.in: Doc fix.
11019
11020 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
11021
11022 * configure: Rewrite sed command to remove at most one ./ prefix;
11023 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
11024 group.
11025
11026 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11027
11028 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
11029
11030 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11031
11032 * make-dist: Go ahead and build a new TAGS file, unless the
11033 --newer option was specified. Don't try to delete a TAGS file
11034 from etc; it's not kept there, and shouldn't be deleted anyway.
11035
11036 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11037
11038 * make-dist: If the lisp directory contains a default.el, don't
11039 distribute it.
11040
11041 * configure: When searching signal.h for the type of a signal
11042 return handler, make a copy of it, not a symbolic link to it; that
11043 way, it will work on systems that don't have symbolic links.
11044
11045 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
11046
11047 * make-dist: Taught it about vcdiff and rcs2log, added --newer
11048 option for generating incremental distributions. Stopped it from
11049 generating a TAGS file into the distribution; that sucker is
11050 *big*, and easily enough generated with the toplevel makefile.
11051
11052 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11053
11054 * configure: When writing config.status, don't prefix progname
11055 with a '.'; it might be absolute.
11056
11057 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11058
11059 * configure: Choose to use X11 if either /usr/lib/libX11.a or
11060 /usr/include/X11 exist, not only if both exist.
11061
11062 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11063
11064 * make-dist: Make the new external-lisp directory a duplicate of
11065 the external-lisp directory, not the lisp directory.
11066
11067 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11068
11069 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
11070 clean' in arch-lib; it doesn't even have a Makefile.
11071
11072 * Makefile.in (clean, mostlyclean): In the test which tries to
11073 distinguish between the build directory, which should be cleaned,
11074 and the installed directory, which shouldn't, cd to `${emacsdir}',
11075 not `${DESTDIR}${LIBDIR}'.
11076
11077 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11078
11079 * make-dist: Be sure to delete the .c and .h files that YACC and
11080 BISON create from getdate.y.
11081
11082 * external-lisp: New directory; see `external-lisp/README'.
11083 * make-dist: Added support for the external-lisp subdirectory.
11084
11085 * make-dist: Changed message which complains that make-dist wasn't
11086 invoked in the right directory to indicate which files it was
11087 looking for.
11088
11089 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11090
11091 * configure: Add comments explaining why we can't translate
11092 character ranges or control characters in `tr'.
11093
11094 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11095
11096 * configure: When generating the configuration message, we used to
11097 build the message from the start so that each line began with "# "
11098 so that it would be a comment in `config.status'. However, this
11099 causes trouble if any of the variables we use in the message
11100 expand to more than one line of text - as gnu_malloc_reason
11101 sometimes does. So instead, we build the message as it should be
11102 printed to the user (i.e. without the "# " prefixes), and stick on
11103 the "# "s when we write it to `config.status'.
11104
11105 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
11106 `lib-src' and `arch-lib'.
11107
11108 * configure: When generating report and `config.status' file, note
11109 that bindir only determines where `make install' and
11110 `build-install' will place the executables; this should make it
11111 clear that the ordinary build process will not try to install
11112 things.
11113
11114 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
11115
11116 * make-dist: Change messages to say that we are 'making links to
11117 X', rather than 'copying X'. And put `' quotes around file names.
11118
11119 * make-dist: Include '.tmp' in the name of the staging directory.
11120
11121 * make-dist: Pass the `-f' option to rm when you're not sure that
11122 the files you're removing actually exist.
11123
11124 * make-dist: When setting up etc/COPYING, always nuke whatever is
11125 there, and then copy it in, to make sure we get a real file.
11126
11127 * make-dist: Don't try to distribute *.defns files any more. The
11128 only such file was for simula.el, which has been superseded by a
11129 version which doesn't have a separate .defns file.
11130
11131 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
11132
11133 * make-dist: Don't distribute configured versions of config.h.in,
11134 paths.h.in, Makefile.in in src.
11135
11136 * configure: Delete .tmp files before creating them; don't bother
11137 trying to make final targets writable first, since it won't
11138 matter to move-if-change.
11139
11140 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11141
11142 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
11143 mkdir and chmod in the center of all the conditionals. GNU Make
11144 will strip these out, but other makes won't.
11145
11146 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11147
11148 * make-dist: Include move-if-change in list of files to distribute.
11149
11150 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11151
11152 * configure: Remove any "." elements from the program name.
11153
11154 * configure: Don't record the values of all the possible arguments
11155 in config.status; only record the options that the user specified.
11156
11157 * configure: Use move-if-change to move in the new src/config.h.
11158
11159 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
11160
11161 * move-if-change: New file, copied from gcc release.
11162 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
11163 a temp file, so we don't update paths.h if an error occurs or if
11164 it doesn't need changing.
11165
11166 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11167
11168 * Makefile.in (src/paths.h): Do not install a value for the
11169 PATH_SUPERLOCK value; that macro doesn't exist anymore.
11170 * build-install.in: Same thing.
11171
11172 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11173
11174 * make-dist: Check the flag called "make_tar", not "make_dir"; the
11175 latter, being a typo, is always false, resulting in a program
11176 whose default behavior is to painstakingly build a copy of the
11177 source tree, and then delete it. Rah.
11178
11179 * Makefile.in: Add dist target, and comment for it.
11180
11181 * configure: When scanning <signal.h> for a declaration for
11182 signal, create a symbolic link with a name ending in .c, so the
11183 compiler won't complain that it's only been given .h files.
11184
11185 * configure: Check whether there are any arguments available
11186 before shifting to get the value of a non-boolean parameter.
11187
11188 * make-dist: Doc fix.
11189
11190 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11191
11192 * configure: Instead of grepping /usr/include/signal.h for a
11193 signal declaration, run /usr/include/signal.h or
11194 /usr/include/sys/signal.h through cpp and grep for the
11195 declaration.
11196
11197 * configure: Redirect the output of grep to /dev/null instead of
11198 using grep -s - that flag means different things on other systems.
11199
11200 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
11201 since the former is recognizable even if you don't know what
11202 'dumping' is.
11203 * configure: Accommodate that change.
11204
11205 * configure: Accept options for all of the directories you can
11206 change in the Makefile.
11207
11208 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
11209
11210 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
11211 FOO before you can use them.
11212
11213 * build-install.in: Made the "Where To Install Things" section
11214 conform with the similar section from Makefile.in. Copied section
11215 which builds src/paths.h from src/paths.h.in from the Makefile.
11216
11217 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11218
11219 * configure: Write config.status to pass its command-line
11220 arguments on to configure, so that people can use it to recreate
11221 an old configuration, with minor changes.
11222
11223 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11224
11225 * configure: Don't rely on option variables being unset if their
11226 values are the empty string. In particular, when producing the
11227 English report, don't assume that highpri will be unset when no
11228 increased priority has been requested; -highpri='' should be the
11229 same as omitting -highpri altogether.
11230
11231 * configure: Fix dumb bug: when running the system and machine
11232 description files through cpp, mark those lines that we want to
11233 evaluate with the string '@configure@', and then only evaluate
11234 them. This way if the files include anything that actually
11235 generates text (type definitions or external declarations, say),
11236 we won't try to eval it.
11237
11238 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11239
11240 * make-dist: New shell script.
11241
11242 * configure: When creating foo from foo.in, make foo read-only to
11243 remind people to edit the .in file instead.
11244
11245 * INSTALL: Changed references to config.h-dist to config.h.in.
11246 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
11247 to build src/paths.h from src/paths.h.in; added a paragraph to do
11248 this.
11249 * configure, Makefile, build-install: Changed filenames like
11250 FOO-dist to FOO.in.
11251
11252 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11253
11254 * Makefile, build-install: Renamed to Makefile.in and
11255 build-install.in; the configure script will edit these to produce
11256 the usable Makefile and build-install.
11257 * configure: Changed to produce ./Makefile, ./build-install,
11258 lib-src/Makefile, and src/Makefile from their *.in counterparts,
11259 instead of editing them in place.
11260
11261 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11262
11263 * Makefile: Re-arranged so that the undumped Emacs will search
11264 ../lisp *after* the site's local elisp files.
11265 (locallisppath, dumplisppath): New variables.
11266 (lisppath): This variable's default value is now chosen based on
11267 $(locallisppath) and $(lispdir); while it used to be the
11268 customization point for adding site-local elisp directories to
11269 load-path, that job is now handled mostly by locallisppath.
11270 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
11271 Check the values being assigned to the *LOADSEARCH macros for null
11272 path elements (like '::' in 'foo::bar').
11273
11274 * configure: When checking if the machine- and system-dependent
11275 files define a particular macro or not, actually run them through
11276 CPP and test the macros with #ifs, instead of just grepping for
11277 the macros' names. In particular, check for SYSTEM_MALLOC in this
11278 way.
11279
11280 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11281
11282 * Makefile (install): Don't use -s in install. (Keep the symbols.)
11283
11284 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11285
11286 * configure: Make the config.status file an executable shell
11287 script which will recreate the same configuration. Include the
11288 verbal description of the current configuration as a comment in
11289 the script.
11290 * INSTALL: Doc fix.
11291
11292 * Makefile: Brought the Makefile up to the GNU coding
11293 standards, as described in standards.text:
11294 (TAGS): New name for the target which rebuilds the tags table.
11295 (check): New target; doesn't do anything yet.
11296 (mostlyclean): New target, synonymous with clean.
11297 (realclean): New target. Currently, this just calls the
11298 subdirectories's makefiles and then deletes config.status.
11299 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
11300 variables.
11301 Installation directory variables changed to conform.
11302 (install, install.sysv, install.xenix, install.aix): Changed the
11303 code which copies the directories into their installed location to
11304 allow the installed locations to be in several different
11305 directories; the old version assumed that they would all be in
11306 $(emacsdir).
11307 (mkdir, lockdir): Allow the installed locations to be in several
11308 different directories.
11309 * INSTALL: Doc fix.
11310
11311 * build-install: Use the same variable names as the Makefile.
11312 Allow the installed locations to be in several different
11313 directories.
11314
11315 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11316
11317 * Makefile (src/paths.h): Instead of using a single sed command to
11318 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
11319 separately, and don't forget to append "/!!!SuperLock!!!" to the
11320 value of the PATH_SUPERLOCK macro.
11321
11322 * config.emacs: Renamed to configure, for consistency with other
11323 GNU products. Internal references changed.
11324 INSTALL, Makefile: References changed.
11325
11326 * lock: New directory, which should always be empty. If this
11327 directory doesn't exist, Emacs won't complain; it just won't lock.
11328 Having this here means that people can just unpack Emacs, build
11329 it, and have locking work.
11330
11331 * share-lib: Re-renamed to etc, for the sake of tradition.
11332 * config.emacs: Changed default value for datadir to ../etc.
11333 * INSTALL, README: Adjusted.
11334
11335 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11336
11337 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
11338 by running CPP on the appropriate s/*.h and m/*.h files.
11339
11340 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11341
11342 * config.emacs: Make sure to set the "exit on error" flag once
11343 we've removed config.status; errors should abort the configuration.
11344
11345 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11346
11347 * config.emacs: Added -distribute option, so that the Makefile
11348 paths are in their proper form. I don't know why this matters.
11349
11350 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11351
11352 * local-lisp: New directory, empty in the distribution, for people
11353 to put local elisp code in.
11354 * config.emacs: Include it in the default load path.
11355 * README: Document it.
11356
11357 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11358
11359 * config.emacs: Guess the type of signal handling functions based
11360 on the contents of /usr/include/signal.h.
11361
11362 * config.emacs: Print out progress report messages.
11363
11364 * Makefile (src/paths.h): Don't generically replace
11365 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
11366 editing of the other entries, and each entry should be dealt with
11367 explicitly anyway.
11368
11369 * build-install: Converted from C-shell to Bourne shell.
11370 * config.emacs: Edit build-install properly.
11371
11372 * config.emacs: Doc fix.
11373
11374 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
11375
11376 * Makefile (install): Remove `B' from tar xf command.
11377
11378 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
11379
11380 * config.emacs: Removed support for the `maintain-environment'
11381 option; the only important difference between this and its absence
11382 has been removed.
11383 * INSTALL: Removed mention of `maintain-environment'.
11384
11385 * config.emacs: Fix arguments to sed when processing boolean
11386 arguments.
11387
11388 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11389
11390 * config.emacs: New file, to help automate the installation
11391 process.
11392
11393 * Makefile: Lots of changes to support the separation of etc into
11394 architecture-dependent and -independent files:
11395 (EMACSROOT): New variable, giving the directory under which all of
11396 Emacs's libraries should be installed. Changed rest of file to
11397 use it.
11398 (LIBDIR): Now denotes only architecture-dependent dir.
11399 (DATADIR): New variable, denoting architecture-independent dir.
11400 (LOCKDIR): New variable, for completeness.
11401 (SUBDIR): No more etc, new lib-src.
11402 (COPYDIR): No more etc, new arch-lib and share-lib.
11403 (src/paths.h): Set PATH_DATA and the LOCK macros too.
11404 (src): Now depends on lib-src, not etc.
11405 * build-install: Changes parallel to the above.
11406 * README: Describe the new arrangement.
11407
11408 * vms: New subdirectory for all the VMS stuff.
11409
11410 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
11411
11412 * Makefile (LISPPATH): New variable.
11413 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
11414
11415 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
11416
11417 * Makefile (install, install.sysv, install.xenix):
11418 Install wakeup instead of loadst. No need for setuid or setgid.
11419
11420 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11421
11422 * Makefile (clean): Clean etc if that's not the installation dir.
11423
11424 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11425
11426 * Makefile (paths.h): Make sed alter each name in the path.
11427
11428 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11429
11430 * Makefile (install.sysv): Use cpio, not tar.
11431
11432 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
11433
11434 * Makefile (lockdir): Rename `lock' target.
11435 Depend on it from install*, not from `all'.
11436
11437 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
11438
11439 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
11440 to match build-install and paths.h.
11441
11442 ;; Local Variables:
11443 ;; coding: utf-8
11444 ;; End:
11445
11446 Copyright (C) 1993-1999, 2001-2012 Free Software Foundation, Inc.
11447
11448 This file is part of GNU Emacs.
11449
11450 GNU Emacs is free software: you can redistribute it and/or modify
11451 it under the terms of the GNU General Public License as published by
11452 the Free Software Foundation, either version 3 of the License, or
11453 (at your option) any later version.
11454
11455 GNU Emacs is distributed in the hope that it will be useful,
11456 but WITHOUT ANY WARRANTY; without even the implied warranty of
11457 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11458 GNU General Public License for more details.
11459
11460 You should have received a copy of the GNU General Public License
11461 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.