]> code.delx.au - gnu-emacs/blob - ChangeLog
Fix version string in top-level MSDOS Makefile.
[gnu-emacs] / ChangeLog
1 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * configure.in (AC_PREREQ): Require autoconf 2.65.
4
5 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
6
7 * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.
8
9 2010-08-09 Andreas Schwab <schwab@linux-m68k.org>
10
11 * configure.in: Add AC_C_BIGENDIAN.
12
13 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu>
14
15 * configure.in (ORDINARY_LINK): Use on hpux* too.
16
17 2010-08-06 Jan Djärv <jan.h.d@swipnet.se>
18
19 * configure.in: Check for util.h.
20 Use -Wimplicit-function-declaration if compiler supports it.
21
22 2010-08-05 Eli Zaretskii <eliz@gnu.org>
23
24 * configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
25
26 2010-08-04 Andreas Schwab <schwab@linux-m68k.org>
27
28 * configure.in: Restore accidentally removed use of
29 GCC_TEST_OPTIONS/NON_GCC_TEST_OPTIONS.
30
31 2010-07-29 Chad Brown <yandros@mit.edu>
32
33 * configure.in: Check for dirent.h.
34
35 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
36
37 * configure.in: Remove reference to usg5-4, unused.
38
39 2010-07-25 Andreas Schwab <schwab@linux-m68k.org>
40
41 * configure.in: Check for __executable_start.
42
43 2010-07-24 Ken Brown <kbrown@cornell.edu>
44
45 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)
46
47 2010-07-24 Juanma Barranquero <lekktu@gmail.com>
48
49 * .bzrignore, .gitignore: Ignore README.W32 on the root directory.
50
51 2010-07-24 Ken Brown <kbrown@cornell.edu> (tiny change)
52
53 * configure.in (START_FILES) [cygwin]: Set to pre-crt0.o (Bug#6715).
54
55 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
56
57 * configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
58 (PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
59 (C_OPTIMIZE_SWITCH): Remove.
60 (TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.
61
62 2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
63
64 * configure.in: Don't check for index and rindex, check for strchr
65 and strrchr. Define strchr and strrchr as index and rindex,
66 resp., in src/config.h if not available.
67
68 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
69
70 * configure.in: Use -Wold-style-definition if available.
71 This helps with the transition to standard C code, it can be
72 removed when done.
73
74 * configure.in (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): Remove.
75
76 * configure.in (UNEXEC_OBJ): Add comment about values for MSDOS
77 and MSWindows.
78
79 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
80
81 * configure.in: Don't check for bcopy, bcmp, bzero. Don't include
82 <strings.h> and don't define bcopy, bzero, BCMP in config.h.
83
84 2010-07-07 Dan Nicolaescu <dann@ics.uci.edu>
85
86 * configure.in (getenv): Remove K&R declaration.
87
88 2010-07-02 Jan Djärv <jan.h.d@swipnet.se>
89
90 * configure.in: Remove define __P.
91
92 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
93
94 * configure.in (--enable-use-lisp-union-type): New flag.
95
96 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
97
98 Fix CFLAGS for non-GCC compilers.
99 * configure.in (CFLAGS): Always use -g like it was done before the
100 2010-03-30 change.
101 (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags.
102 (Bug#6538)
103
104 2010-06-30 Glenn Morris <rgm@gnu.org>
105
106 * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):
107 Set with AC_DEFINE rather than AH_BOTTOM.
108
109 * configure.in (C_OPTIMIZE_SWITCH, CANNOT_DUMP, SYSTEM_MALLOC):
110 (USE_MMAP_FOR_BUFFERS, C_WARNING_SWITCH, CFLAGS, REAL_CFLAGS):
111 Set with shell, not cpp.
112 (LIBX): Remove, just use -lX11 in the one place this was used.
113 (cannot_dump): Replace with CANNOT_DUMP.
114
115 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
116
117 * configure.in: Add --with-x-toolkit=gtk3. Remove HAVE_GTK_MULTIDISPLAY,
118 check for gtk_file_chooser_dialog_new, and HAVE_GTK_FILE_BOTH (implied
119 by minimum required Gtk+ 2.6). Add checks for functions introduced
120 in Gtk+ 2.14 or newer (bug#6505).
121
122 2010-06-26 Eli Zaretskii <eliz@gnu.org>
123
124 * config.bat: Remove white space around "+" in COPY commands.
125
126 2010-06-23 Glenn Morris <rgm@gnu.org>
127
128 * info/dir: Start descriptions in column 32, per Texinfo convention.
129
130 2010-06-16 Chong Yidong <cyd@stupidchicken.com>
131
132 * INSTALL: Update font information (Bug#6389).
133
134 2010-06-16 Glenn Morris <rgm@gnu.org>
135
136 * INSTALL: General update.
137
138 2010-06-12 Glenn Morris <rgm@gnu.org>
139
140 * Makefile.in (install-arch-indep): Delete any old info .gz files first.
141
142 2010-06-12 Joakim Verona <joakim@verona.se>
143
144 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is
145 defined:
146 (imagemagick_image_p): New function to test for ImageMagic img.
147 (imagemagick_load): New function to load ImageMagick img.
148 (imagemagick_load_image): New function, helper for imagemagick_load
149 (imagemagick-types): New function.
150 (Qimagemagick): New Lisp_object.
151 (imagemagick-render-type): New var, decides which renderer to use
152 * image.el:
153 (imagemagick-types-inhibit): New var.
154 (imagemagick-register-types): New function.
155 * config.in, Makefile.in, configure.in
156
157 2010-06-11 Glenn Morris <rgm@gnu.org>
158
159 * configure.in (--without-compress-info): New option.
160 (GZIP_INFO): New output variable.
161
162 * Makefile.in (GZIP_INFO): New, set by configure.
163 (install-arch-indep): Don't gzip info pages if GZIP_INFO is nil.
164 Handle man pages in the same way.
165
166 2010-06-10 Glenn Morris <rgm@gnu.org>
167
168 * Makefile.in (install-arch-indep): Gzip the info files too.
169
170 * make-dist: Remove references to non-existent directories and files.
171
172 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
173
174 * configure.in: Include <strings.h> and <string.h> instead of
175 "strings.h" and "string.h".
176
177 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
178
179 * configure.in: Remove code dealing with BSTRING.
180
181 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
182
183 * configure.in (AC_PREREQ): Require autoconf 2.65.
184
185 * configure.in (unxec): Do not define and substitute.
186 (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC.
187
188 2010-06-03 Glenn Morris <rgm@gnu.org>
189
190 * configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
191
192 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
193
194 Fix alloca definition when using gcc on non-gnu systems.
195 * configure.in: Use the code sequence indicated by "info autoconf"
196 for alloca (bug#6170).
197
198 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
199
200 * .bzrignore: Ignore new files from trunk, which appear if you use
201 colocated branches (i.e. "bzr switch").
202
203 2010-05-28 Glenn Morris <rgm@gnu.org>
204
205 * configure.in: Simplify some of the $canonical tests.
206
207 2010-05-27 Glenn Morris <rgm@gnu.org>
208
209 * config.bat: Do not preprocess src/Makefile.in.
210
211 * configure.in: Do not preprocess src/Makefile.in.
212 (cpp_undefs, CPP_NEED_TRADITIONAL): Remove.
213 (AC_EGREP_CPP): Test no longer needed.
214
215 * make-dist: No more Makefile.c files.
216
217 2010-05-26 Glenn Morris <rgm@gnu.org>
218
219 * configure.in (YMF_PASS_LDFLAGS): Remove.
220 (PRE_EDIT_LDFLAGS, POST_EDIT_LDFLAGS): New output variables.
221
222 * configure.in (CPPFLAGS, CFLAGS, REAL_CFLAGS):
223 Add $GNUSTEP_LOCAL_HEADERS.
224 (LDFLAGS, LD_SWITCH_SYSTEM_TEMACS): Add $GNUSTEP_LOCAL_LIBRARIES.
225
226 * configure.in (NS_IMPL_GNUSTEP_INC, NS_IMPL_GNUSTEP_TEMACS_LDFLAGS)
227 (GNUSTEP_MAKEFILES): Remove.
228 (LD_SWITCH_SYSTEM_TEMACS): Move NS_IMPL_GNUSTEP_TEMACS_LDFLAGS
229 stuff to here.
230
231 2010-05-25 Glenn Morris <rgm@gnu.org>
232
233 * configure.in (LD_SWITCH_SYSTEM): Move some gnu-linux stuff...
234 (LD_SWITCH_SYSTEM_TEMACS): ... to here.
235
236 * configure.in (LD_SWITCH_SYSTEM_EXTRA): Remove.
237 (LD_SWITCH_SYSTEM_TEMACS): Put darwin stuff from LD_SWITCH_SYSTEM_EXTRA
238 here instead.
239
240 2010-05-24 Romain Francoise <romain@orebokech.com>
241
242 * make-dist: Look for version in src/emacs.c.
243 Use lisp/subr.el rather than lisp/version.el for location check.
244
245 2010-05-21 Glenn Morris <rgm@gnu.org>
246
247 * configure.in (MKDEPDIR): Parallel build tweak.
248
249 * configure.in (ns_frag): New output file.
250
251 * configure.in (OLDXMENU): Set to "nothing" if !HAVE_X11 || USE_GTK.
252 (OLDXMENU_TARGET): Set to empty if USE_GTK.
253
254 * configure.in (cannot_dump): New output variable.
255
256 2010-05-20 enami tsugutomo <tsugutomo.enami@jp.sony.com>
257
258 * configure.in: On NetBSD, if terminfo is found, use it in
259 preference to termcap. (Bug#6190)
260
261 2010-05-20 Glenn Morris <rgm@gnu.org>
262
263 * make-dist (src): Include *.mk.
264 * config.bat: Concatenate deps.mk onto the end of src/Makefile.
265 * configure.in (DEPFLAGS, MKDEPDIR): New output variables.
266 (deps_frag): New output file.
267 (AUTO_DEPEND): Remove this definition.
268
269 * configure.in (--with-gtk, --with-gcc): Remove option stubs.
270
271 2010-05-19 Glenn Morris <rgm@gnu.org>
272
273 * configure.in (LINKER, YMF_PASS_LDFLAGS): New output variables.
274 (ORDINARY_LINK): New AC_DEFINE.
275 (LIB_GCC): No need to set if ORDINARY_LINK.
276
277 2010-05-18 Glenn Morris <rgm@gnu.org>
278
279 * configure.in (POST_ALLOC_OBJ) [cygwin]: Omit vm-limit.o.
280 (POST_ALLOC_OBJ) [!cygwin]: Set to empty.
281
282 * config.bat (RALLOC_OBJ): Edit to empty if sys_malloc.
283 * configure.in (REL_ALLOC): Unset on gnu, gnu-linux if DOUG_LEA_MALLOC.
284 (RALLOC_OBJ): New output variable.
285
286 * config.bat (GMALLOC_OBJ, VMLIMIT_OBJ): Edit to empty if sys_malloc.
287 * configure.in (GMALLOC_OBJ, VMLIMIT_OBJ): New output variables.
288
289 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
290
291 * Makefile.in (src): Provide the name of the VCS file that witnesses
292 a pull.
293 ($(srcdir)/src/config.in): Handle accidental removal of src/config.in.
294
295 2010-05-17 Glenn Morris <rgm@gnu.org>
296
297 * configure.in (OLDXMENU_DEPS): New output variable.
298
299 2010-05-16 Glenn Morris <rgm@gnu.org>
300
301 * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
302
303 * configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value.
304 * Makefile.in (install-arch-dep): Update for above change.
305
306 * Makefile.in (ns_appdir): Remove.
307 (install-arch-dep): Test $ns_appresdir instead of $ns_appdir.
308
309 * configure.in (TEMACS_LDFLAGS2): New output variable.
310
311 * configure.in (NS_IMPL_GNUSTEP_TEMACS_LDFLAGS): New output variable.
312 (START_FILES): Set to empty if NS_IMPL_GNUSTEP.
313 (GNUSTEP_SYSTEM_HEADERS, GNUSTEP_SYSTEM_LIBRARIES): Do not output,
314 nothing uses.
315
316 2010-05-16 Dan Nicolaescu <dann@ics.uci.edu>
317
318 * configure.in: Remove references to usg5-4 and bsd-common, $opsys
319 does not use them.
320 (X11R5_INHIBIT_I18N): Remove, unused.
321
322 2010-05-15 Glenn Morris <rgm@gnu.org>
323
324 * configure.in (LIBXMENU): Set to empty if !HAVE_X_WINDOWS.
325
326 * configure.in (FONT_OBJ): Set to empty if !HAVE_X_WINDOWS.
327
328 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
329
330 * configure.in: Look for version string in its new location.
331
332 2010-05-15 Eli Zaretskii <eliz@gnu.org>
333
334 * config.bat: Remove support for DJGPP v1.x.
335
336 2010-05-15 Glenn Morris <rgm@gnu.org>
337
338 * configure.in (OLDXMENU_TARGET): New output variable.
339
340 * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
341
342 * Makefile.in (install-arch-indep): Remove references to RCS, CVS,
343 and other files that no longer exist.
344
345 2010-05-14 Glenn Morris <rgm@gnu.org>
346
347 * configure.in (cpp_undefs): Add mktime, register, X11.
348
349 * configure.in (GPM_MOUSE_SUPPORT): Remove.
350 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): New output variables.
351 (HAVE_WINDOW_SYSTEM, HAVE_MOUSE): Move out of AC_BOTTOM.
352
353 * configure.in (NS_IMPL_GNUSTEP_INC): New output variable.
354 (GNUSTEP_MAKEFILES): Do not output.
355
356 2010-05-13 Glenn Morris <rgm@gnu.org>
357
358 * configure.in: Fix some paren typos.
359
360 * configure.in (OLDXMENU, LIBXMENU): Set to empty if !HAVE_MENUS.
361
362 * configure.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Do not define.
363
364 2010-05-12 Glenn Morris <rgm@gnu.org>
365
366 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): Remove, unused.
367
368 * configure.in (LIB_GCC): New output variable.
369
370 2010-05-11 Glenn Morris <rgm@gnu.org>
371
372 * make-dist (msdos): No more mainmake.
373
374 * configure.in: Generate lib-src/Makefile directly, do not run cpp.
375 * config.bat: Do not run cpp on lib-src/Makefile.in.
376
377 * config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
378
379 2010-05-10 Glenn Morris <rgm@gnu.org>
380
381 * configure.in (LIBS_SYSTEM): New output variable, replacing cpp.
382
383 * configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs.
384 (BLESSMAIL_TARGET): New output variable.
385
386 2010-05-08 Štěpán Němec <stepnem@gmail.com> (tiny change)
387
388 * INSTALL: Fix typos.
389
390 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
391
392 * configure.in: Add check for buggy version of GCC (Bug#6031).
393
394 2010-05-08 Glenn Morris <rgm@gnu.org>
395
396 * configure.in (HAVE_LIBNCURSES): New local variable.
397 (TERMINFO, LIBS_TERMCAP, TERMCAP_OBJ): New output variables,
398 replacing cpp in src/s/*.h and src/Makefile.in.
399
400 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
401
402 * Version 23.2 released.
403
404 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
405
406 * configure.in: Add tests for `isnan' and `copysign'.
407
408 2010-05-07 Eli Zaretskii <eliz@gnu.org>
409
410 * config.bat: Allow for 2 leading `#'s in comments in
411 src/Makefile.in.
412
413 2010-05-07 Glenn Morris <rgm@gnu.org>
414
415 * configure.in (LD_SWITCH_SYSTEM): Set with configure, not cpp.
416 Merges logic from src/s/* and src/Makefile.in.
417 (LD_SWITCH_SYSTEM_TEMACS): New output variable.
418
419 2010-05-07 Dan Nicolaescu <dann@ics.uci.edu>
420
421 Define START_FILES and LIB_STANDARD using autoconf.
422 * configure.in (START_FILES, LIB_STANDARD): New definitions, moved
423 here from src/s/*.h.
424 (HAVE_CRTIN): Remove, inline logic in the netbsd
425 START_FILES/LIB_STANDARD computation.
426
427 2010-05-06 Glenn Morris <rgm@gnu.org>
428
429 * configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
430
431 * Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
432 (LD_SWITCH_X_SITE): Remove unused variables.
433
434 2010-05-04 Glenn Morris <rgm@gnu.org>
435
436 * configure.in (LD_SWITCH_X_SITE_AUX): Use AC_SUBST only, not AC_DEFINE
437 as well.
438 (LD_SWITCH_X_SITE_AUX_RPATH): New output variable.
439
440 * configure.in (LD_SWITCH_SYSTEM_TEMACS): New output variable.
441
442 * configure.in (C_SWITCH_MACHINE, C_SWITCH_SYSTEM): New output
443 variables, replacing c_switch_machine, c_switch_system.
444 * Makefile.in (C_SWITCH_SYSTEM): Use @C_SWITCH_SYSTEM@ rather than
445 @c_switch_system@.
446
447 2010-05-03 Glenn Morris <rgm@gnu.org>
448
449 * configure.in (LIBXT_OTHER, LIBX_OTHER): New output variables.
450
451 * make-dist: There are no more src/m/*.inp files.
452
453 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu>
454
455 * configure.in (LD_SWITCH_MACHINE, ld_switch_machine): Remove, unused.
456 (ac_link): Do not use ld_switch_machine.
457
458 2010-05-01 Glenn Morris <rgm@gnu.org>
459
460 * configure.in (OTHER_OBJ): Remove.
461 (PRE_ALLOC_OBJ, POST_ALLOC_OBJ): New output variables.
462
463 2010-04-30 Glenn Morris <rgm@gnu.org>
464
465 * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
466 Elsewhere, maybe include it.
467
468 * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS.
469 (OLDXMENU, LIBXMENU): New output variables.
470
471 * configure.in (OTHER_OBJ): New output variable.
472
473 2010-04-28 Glenn Morris <rgm@gnu.org>
474
475 * configure.in (CYGWIN_OBJ): New output variable.
476
477 * configure.in (GPM_MOUSE_SUPPORT): New output variable.
478
479 * configure.in (FONT_OBJ): New output variable.
480
481 * configure.in (LIBXMU): New output variable.
482
483 * configure.in (NS_OBJ, NS_SUPPORT): New output variables.
484
485 * configure.in (machine, canonical): On amdx86-64, check for a 32-bit
486 userland and maybe change values to i386 (move test from s/amdx86-64.h).
487
488 2010-04-27 Glenn Morris <rgm@gnu.org>
489
490 * configure.in (LIBXTR6): New output variable. Move unixware special
491 case here from src/s/unixware.h.
492
493 * configure.in (LUCID_LIBW, MOTIF_LIBW): No longer substitute
494 in Makefiles.
495 (TOOLKIT_LIBW): New output variable, replacing LUCID_LIBW/MOTIF_LIBW.
496
497 * configure.in (HAVE_MOTIF_2_1): Remove unused variable.
498 (LIBXP): No longer substitute in Makefiles.
499 (MOTIF_LIBW): New output variable. Move system-specific settings here
500 from src/s files.
501
502 2010-04-27 Dan Nicolaescu <dann@ics.uci.edu>
503
504 Reduce CPP usage.
505 * configure.in (LIB_X11_LIB): Remove, inline in the only user.
506 (unexec): Define unconditionally, all platforms define
507 UNEXEC. AC_SUBST it.
508 (UNEXEC_SRC): Remove, unused.
509 (C_SWITCH_X_SYSTEM): Define using autoconf, not cpp.
510
511 2010-04-27 Glenn Morris <rgm@gnu.org>
512
513 * configure.in (HAVE_MOTIF_2_1, HAVE_LIBXP): Remove unused AC_DEFINEs,
514 replaced by LIBXP.
515
516 * configure.in (--with-crt-dir): Doc fix (now valid for all platforms).
517 (CRT_DIR): On (powerpc64|sparc64)-*-linux-gnu*, default to /usr/lib64.
518 On hpux10-20, default to /lib.
519
520 * configure.in (LUCID_LIBW, LIBXP, WIDGET_OBJ): New output variables.
521
522 2010-04-26 Dan Nicolaescu <dann@ics.uci.edu>
523
524 * configure.in (LIBS_MACHINE): Remove, unused.
525
526 * configure.in (LIB_MATH): New output variable. Set it for some systems.
527
528 2010-04-24 Glenn Morris <rgm@gnu.org>
529
530 * configure.in (CRT_DIR): New output variable.
531 (--with-crt-dir): New option. (Bug#5655)
532 (HAVE_LIB64_DIR): Remove.
533
534 2010-04-22 Dan Nicolaescu <dann@ics.uci.edu>
535
536 * configure.in (REAL_CFLAGS, CFLAGS): Restore -g for gcc.
537
538 2010-04-22 Miles Bader <miles@gnu.org>
539
540 * configure.in: Get rid of "unix" pre-defined macro when
541 preprocessing Makefile. (Bug#5857)
542
543 2010-04-21 Andreas Schwab <schwab@linux-m68k.org>
544
545 Avoid non-portable shell command negation
546 * configure.in: Revert last change.
547
548 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
549
550 * configure.in: Change "if test ! -f" to "if ! test -f".
551
552 2010-04-21 Glenn Morris <rgm@gnu.org>
553
554 * configure.in (LIBSELINUX_LIBS): Always substitute in Makefiles.
555 (GTK_OBJ, DBUS_OBJ, LIBXSM, XMENU_OBJ, XOBJ): New output variables.
556
557 2010-04-21 Karel Klíč <kklic@redhat.com>
558
559 * configure.in: New option: --with(out)-selinux, on by default.
560 Set HAVE_LIBSELINUX if we find libselinux, and substitute
561 LIBSELINUX_LIBS in Makefiles.
562
563 2010-04-01 Dan Nicolaescu <dann@ics.uci.edu>
564
565 * configure.in: Remove all references to LIBX11_SYSTEM.
566
567 2010-03-30 Dan Nicolaescu <dann@ics.uci.edu>
568
569 * configure.in: Remove all references to C_DEBUG_SWITCH.
570
571 2010-03-27 Eli Zaretskii <eliz@gnu.org>
572
573 * config.bat <lib-src>: Edit out lines that begin with several #
574 characters.
575
576 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu>
577
578 * configure.in: Remove support for old UNIX System V systems and
579 for Unixware on non-x86 machines.
580
581 * configure.in: Remove support for Solaris on PPC and for old versions.
582
583 * configure.in: Remove non-working lynxos port.
584
585 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
586
587 * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
588
589 2010-03-19 Glenn Morris <rgm@gnu.org>
590
591 * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader
592 happy.
593
594 2010-03-18 Jan Djärv <jan.h.d@swipnet.se>
595
596 * configure.in: Check for tputs and friends, abort if not
597 found (bug#5735).
598
599 2010-03-18 Glenn Morris <rgm@gnu.org>
600
601 * configure.in (--with-x-toolkit): In the help text, say which options
602 are synonyms.
603
604 * configure.in (--with-mmdf, --with-mail-unlink):
605 New options, off by default.
606 (--with-mailhost): New option to set default POP host.
607 (LIBXPM, LIBJPEG, LIBPNG, LIBTIFF, LIBGIF, LIBGPM, LIBS_MAIL)
608 (LIBHESIOD, LIBRESOLV, COM_ERRLIB, CRYPTOLIB, KRB5LIB, DESLIB, KRB4LIB):
609 New variables, substituted in Makefiles.
610 (try_libungif, ac_gif_lib_name): Replace with HAVE_GIF=maybe, LIBGIF.
611 (LIBGIF): Use AC_SUBST rather than AC_DEFINE.
612 (HAVE_LIBMAIL, HAVE_LIBLOCKFILE, HAVE_LIBCOM_ERR, HAVE_LIBCRYPTO)
613 (HAVE_LIBK5CRYPTO, HAVE_LIBKRB5, HAVE_LIBDES425, HAVE_LIBDES)
614 (HAVE_LIBKRB4, HAVE_LIBKRB): New AC_DEFINEs.
615
616 2010-03-18 Tetsurou Okazaki <okazaki@be.to> (tiny change)
617
618 * Makefile.in (uninstall): Handle the case where archlibdir does not
619 exist. (Bug#5720)
620
621 2010-03-12 Eli Zaretskii <eliz@gnu.org>
622
623 These changes remove termcap.c from the build on Posix platforms.
624 * configure.in <AC_CHECK_HEADERS>: Remove termcap.h.
625
626 * configure: Regenerated.
627
628 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
629
630 * Branch for 23.2.
631
632 2010-01-31 Juri Linkov <juri@jurta.org>
633
634 * .bzrignore: Add TAGS-LISP.
635
636 2010-01-23 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
637
638 * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks
639 this header file).
640
641 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
642
643 * .bzrignore: Ignore all .exe, instead of individual files.
644
645 2010-01-12 Chong Yidong <cyd@stupidchicken.com>
646
647 * configure.in: Explicitly check for and link to -lXrender.
648
649 2010-01-12 Glenn Morris <rgm@gnu.org>
650
651 * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
652 for bug reports for development versions.
653
654 2010-01-02 Eli Zaretskii <eliz@gnu.org>
655
656 * .bzrignore: Add more ignored patterns, including for the MS-DOS
657 build.
658
659 2009-12-27 Karl Fogel <kfogel@red-bean>
660
661 * INSTALL.BZR: Rename from INSTALL.CVS; edit to talk about Bazaar.
662 * INSTALL, autogen.sh, configure.in, configure: Adjust accordingly.
663
664 2009-12-17 Glenn Morris <rgm@gnu.org>
665
666 * .dir-locals.el (bug-reference-url-format): Change to debbugs.gnu.org.
667
668 2009-12-15 Glenn Morris <rgm@gnu.org>
669
670 * info/dir: Add EDT entry.
671 * Makefile.in (INFO_FILES): Add edt.
672
673 2009-12-10 Jan Djärv <jan.h.d@swipnet.se>
674
675 * configure.in: Check for RSVG if GNUStep is used.
676
677 2009-12-09 Jan Djärv <jan.h.d@swipnet.se>
678
679 * configure.in: Don't check for RSVG or GConf unless X11 is used.
680
681 2009-12-09 Ken Brown <kbrown@cornell.edu> (tiny change)
682
683 * configure.in: Allow compiling Emacs with GTK on Cygwin.
684
685 2009-12-01 Glenn Morris <rgm@gnu.org>
686
687 * make-dist: Add etc/images/mpc directory.
688
689 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
690
691 * configure.in: Don't check for GConf unless X is used.
692
693 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
694
695 * configure.in: Use -Wdeclaration-after-statement if available.
696
697 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
698
699 * configure.in: New option: --with(out)-gconf.
700 Set HAVE_GCONF if we find gconf.
701
702 2009-11-17 Glenn Morris <rgm@gnu.org>
703
704 * Makefile.in (INFO_FILES): Add semantic.
705
706 2009-11-16 Chong Yidong <cyd@stupidchicken.com>
707
708 * info/dir: Add Semantic.
709
710 2009-11-16 Glenn Morris <rgm@gnu.org>
711
712 * Makefile.in (install-arch-indep): Use a more restrictive Makefile
713 pattern, so as not to exclude makefile*.el. (Bug#4912)
714
715 2009-11-14 Jan Djärv <jan.h.d@swipnet.se>
716
717 * configure.in: --enable-autodepend is new. Check for GNU Make
718 and that gcc supports -MMD -MF. Define AUTO_DEPEND if we can use
719 gcc and GNU make to generate dependencies.
720
721 2009-10-27 Glenn Morris <rgm@gnu.org>
722
723 * make-dist: Make links to doc/lispintro/*.pdf.
724
725 2009-10-23 Jim Meyering <meyering@redhat.com>
726
727 * configure.in: Invoke $CPP with -P when creating Makefile and
728 src/Makefile. Without this, gcc 4.4.2 converts each
729 backslash-newline pair in the input to a bare newline, yielding
730 invalid Makefiles.
731
732 * configure: Regenerate.
733
734 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
735
736 * configure.in (vax-dec-vms): Remove, not supported anymore.
737
738 2009-10-15 Adrian Robert <Adrian.B.Robert@gmail.com>
739
740 * configure.in (NS_HAVE_NSINTEGER): Back out previous change.
741 (*-apple-darwin*): Add x86_64 architecture.
742
743 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
744
745 * config.guess, config.sub: Updated from master source.
746
747 2009-10-11 Adrian Robert <Adrian.B.Robert@gmail.com>
748
749 * configure.in (NS_HAVE_NSINTEGER): Remove this test and define.
750
751 2009-10-07 Edward Trumbo <etrumbo@comcast.net> (tiny change)
752
753 * Makefile.in (INFO_FILES): Add EDE and EIEIO.
754
755 2009-09-29 Glenn Morris <rgm@gnu.org>
756
757 * make-dist (check): Update for two new levels of subdirectory in lisp/.
758
759 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
760
761 * config.guess, config.sub: Updated from master source.
762
763 * configure.in (OTHER_FILES): Define using autoconf not cpp.
764
765 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
766
767 * .dir-locals.el (change-log-mode): Restore bug-reference-mode.
768
769 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
770
771 * INSTALL: Update URL for GNU FreeFont.
772
773 2009-09-09 Glenn Morris <rgm@gnu.org>
774
775 * Makefile.in (install-arch-indep): Don't recursively change perms of
776 site-lisp and infodir. There may be non-Emacs files in here, and the
777 files supplied by Emacs are all handled explicitly already. (Bug#3800)
778 (mkdir): Set umask to world-readable before creating directories.
779 mkinstalldirs already checks if dirs exist, don't duplicate this test.
780
781 2009-08-29 Glenn Morris <rgm@gnu.org>
782
783 * Makefile.in (info-real): Don't ignore errors from doc Makefiles.
784 (info): Don't give an error in the absence of makeinfo - let the doc
785 Makefiles do that, if the info files need rebuilding. (Bug#3982)
786
787 2009-08-23 Ken Raeburn <raeburn@raeburn.org>
788
789 * Makefile.in (install-arch-indep): If the versioned DOC-####
790 generated during loadup+dump isn't found, install the plain DOC
791 file that always gets generated, in case CANNOT_DUMP is set.
792
793 * configure.in: Warn if package version specified here doesn't
794 match the version in version.el.
795 * configure: Regenerate.
796
797 2009-08-22 Michael Albinus <michael.albinus@gmx.de>
798
799 * configure.in: AC_CHECK_FUNCS dbus_watch_get_unix_fd.
800
801 * configure: Regenerate.
802
803 2009-08-19 Glenn Morris <rgm@gnu.org>
804
805 * INSTALL: Remove reference to cvtmail.
806
807 2009-08-15 CHENG Gao <chenggao@gmail.com>
808
809 * Makefile.in (install-arch-indep): Remove .DS_Store files (MacOSX).
810
811 2009-08-02 Kevin Ryde <user42@zip.com.au>
812
813 * INSTALL: Fix free fonts URL.
814
815 2009-07-22 Glenn Morris <rgm@gnu.org>
816
817 * configure.in (AC_PREREQ): Require autoconf 2.62.
818
819 2009-07-04 Andreas Schwab <schwab@linux-m68k.org>
820
821 * configure.in (--enable-checking, --enable-profiling):
822 Use AS_HELP_STRING.
823
824 2009-07-03 Dan Nicolaescu <dann@ics.uci.edu>
825
826 * configure.in (--enable-profiling): New option.
827 (mips-*-netbsd*, mipsel-*-netbsd*, mipseb-*-netbsd*): Use machine=mips.
828
829 2009-06-27 Glenn Morris <rgm@gnu.org>
830
831 * configure.in: Restore netbsd on mips, mipsel, mipseb.
832
833 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
834
835 * configure.in (--enable-checking): New option.
836
837 2009-06-24 Glenn Morris <rgm@gnu.org>
838
839 * make-dist: Warn if subdir does not exist in source.
840 (nextstep/Cocoa/Emacs.base/Contents/Resources/preferences.nib)
841 (nextstep/GNUstep/Emacs.base/Resources/preferences.gorm):
842 No longer make links.
843
844 2009-06-24 Yavor Doganov <yavor@gnu.org>
845
846 * make-dist (tempdir): Don't create directories preferences.gorm
847 and preferences.nib, they are no longer required.
848
849 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
850
851 * Branch for 23.1.
852
853 2009-06-12 Chong Yidong <cyd@stupidchicken.com>
854
855 * configure.in: Delete mac-fix-env target, which has been
856 removed (Bug#3531).
857
858 2009-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
859
860 * configure.in: Don't define CANNOT_DUMP for GNUStep any more.
861
862 2009-05-05 Per Starbäck <per@starback.se> (tiny change)
863
864 * BUGS: Use new binding of view-emacs-problems.
865
866 2009-05-04 Simon Leinen <simon.leinen@switch.ch> (tiny change)
867
868 * Makefile.in (install-arch-dep): Avoid using $$(..) construct,
869 for Solaris compatibility.
870
871 2009-04-25 Chong Yidong <cyd@stupidchicken.com>
872
873 * configure: Regenerate.
874
875 * configure.in: Disable use of FreeType without libXft.
876
877 2009-04-19 Jan Djärv <jan.h.d@swipnet.se>
878
879 * configure.in (HAVE_GTK_FILE_SELECTION, HAVE_GTK_FILE_CHOOSER):
880 Check if it is declared in gtk.h.
881
882 2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
883
884 * Makefile.in (install-arch-indep): Remove .gitignore files.
885
886 2009-04-03 Kenichi Handa <handa@m17n.org>
887
888 * INSTALL: Make the section "Complex Text Layout support
889 libraries" the first of "ADDITIONAL DISTRIBUTION FILES".
890
891 2009-03-06 Dan Nicolaescu <dann@ics.uci.edu>
892
893 * configure.in (rs6000-ibm-aix6*): Fix typo.
894
895 2009-03-04 Glenn Morris <rgm@gnu.org>
896
897 * Makefile.in (INFO_FILES): Add auth.
898
899 2009-03-03 Glenn Morris <rgm@gnu.org>
900
901 * info/dir: Add Auth-source.
902
903 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
904
905 * Makefile.in (src): Fix last change so the first `cd' doesn't affect
906 the second.
907
908 2009-02-28 Eli Zaretskii <eliz@gnu.org>
909
910 * config.bat: Copy .dbxinit to _dbxinit.
911
912 * make-dist (Making links to `info'): Remove .gitignore.
913
914 2009-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
915
916 * Makefile.in (lib-src, lisp): Use simpler rule.
917 (src): Be more specific to avoid recompiling all the .elc files just
918 because the bootstrap-emacs is missing.
919
920 2009-02-26 Chong Yidong <cyd@stupidchicken.com>
921
922 * configure.in: Require librsvg >= 2.11.
923
924 2009-02-23 Adrian Robert <Adrian.B.Robert@gmail.com>
925
926 * configure.in (HAVE_XFT, HAVE_FREETYPE, HAVE_LIBOTF)
927 (HAVE_M17N_FLT): Don't check for these unless HAVE_X11.
928
929 2009-02-04 Adrian Robert <Adrian.B.Robert@gmail.com>
930
931 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Drop.
932
933 2009-02-03 Glenn Morris <rgm@gnu.org>
934
935 * make-dist: Add some missing files, remove some that are no longer
936 present.
937
938 2009-02-02 Glenn Morris <rgm@gnu.org>
939
940 * make-dist: Add some missing nextstep/ files.
941
942 2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
943
944 * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
945
946 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
947
948 * configure.in: Add support for m68k-*-netbsd.
949
950 2009-01-14 Juri Linkov <juri@jurta.org>
951
952 * .dir-locals.el (change-log-mode): Remove bug-reference-mode.
953
954 * .dir-locals.el (change-log-mode): Add bug-reference-url-format
955 and bug-reference-mode.
956
957 2009-01-11 Juri Linkov <juri@jurta.org>
958
959 * INSTALL.CVS: Move configuration explicitly to the first step.
960
961 2009-01-09 Glenn Morris <rgm@gnu.org>
962
963 * .dir-locals.el: Don't set indent-tabs-mode.
964
965 2008-12-30 Kenichi Handa <handa@m17n.org>
966
967 * configure.in: Define HAVE_OTF_GET_VARIATION_GLYPHS if libotf has
968 the function OTF_get_variation_glyphs.
969
970 2008-12-30 Jan Djärv <jan.h.d@swipnet.se>
971
972 * Makefile.in (install-arch-dep): Remove old directories in
973 ns_app* before moving new directories there.
974
975 2008-12-27 Dan Nicolaescu <dann@ics.uci.edu>
976
977 * .dir-locals.el: Remove non-working entry for pmail.
978 (fill-column): Fix typo.
979 (change-log-mode): Add fill column.
980
981 2008-12-26 Eli Zaretskii <eliz@gnu.org>
982
983 * config.bat: Produce _dir-locals.el from .dir-locals.el.
984
985 2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
986
987 * make-dist (tempdir): Distribute .dir-locals.el.
988
989 * .dir-locals.el: New file.
990
991 2008-12-19 Eli Zaretskii <eliz@gnu.org>
992
993 * config.bat (--with-system-malloc): New option; see msdos/INSTALL
994 for rationale.
995
996 2008-12-13 Glenn Morris <rgm@gnu.org>
997
998 * Makefile.in (install-arch-indep): Add new man-pages.
999 (manext): Remove variable.
1000 (MAN_PAGES): New variable.
1001 (install-arch-indep, uninstall): Use MAN_PAGES for list of files to add
1002 and remove.
1003 (uninstall): Remove desktop file and icons, game scores if empty.
1004
1005 2008-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1006
1007 * config.guess, config.sub: Updated from master source.
1008
1009 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu>
1010
1011 * Makefile.in (install-arch-indep): Install ebrowse.1.
1012
1013 2008-12-09 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
1014
1015 * configure.in: Add Solaris on x86_64.
1016
1017 2008-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1018
1019 * config.guess, config.sub: Updated from master source.
1020
1021 2008-12-08 Eli Zaretskii <eliz@gnu.org>
1022
1023 * info/dir: Fix last change.
1024
1025 2008-12-07 Eli Zaretskii <eliz@gnu.org>
1026
1027 * info/dir: Untabify.
1028
1029 2008-11-28 Ulrich Mueller <ulm@gentoo.org>
1030
1031 * configure.in: Fix last change.
1032
1033 2008-11-28 Richard M Stallman <rms@gnu.org>
1034
1035 * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):
1036 New configurations.
1037
1038 2008-11-20 Josh Elsasser <josh@elsasser.org> (tiny change)
1039
1040 * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly
1041 removed while misclassified as now unsupported hp9000s300. (Bug#1365)
1042
1043 2008-11-15 Eli Zaretskii <eliz@gnu.org>
1044
1045 * Makefile.in (INFO_FILES): Remove ns-emacs.
1046
1047 * info/dir (NS-Emacs): Remove entry.
1048
1049 2008-11-08 Eli Zaretskii <eliz@gnu.org>
1050
1051 * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL.
1052
1053 2008-11-07 Glenn Morris <rgm@gnu.org>
1054
1055 * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287)
1056
1057 2008-10-31 Eli Zaretskii <eliz@gnu.org>
1058
1059 * config.bat: Tell user to expect one "File not found" message
1060 while the `doc' directory is being configured.
1061
1062 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
1063
1064 * update-subdirs: Put obsolete directory last.
1065
1066 2008-10-30 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
1067
1068 * configure.in: Check fontconfig always.
1069
1070 2008-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1071
1072 * configure (*-solaris2.[7-9]*): Fix typo.
1073
1074 2008-10-24 Glenn Morris <rgm@gnu.org>
1075
1076 * configure.in (--without-sync-input, --with-pkg-config-prog):
1077 Help strings start with lower case.
1078 (--with-gnustep-conf): New option.
1079 (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf.
1080
1081 2008-10-24 Yavor Doganov <yavor@gnu.org> (tiny change)
1082
1083 * configure.in: Use `.' instead of `source' to source GNUstep.conf.
1084 Exit with an error if `--with-ns' was specified but <AppKit/AppKit.h>
1085 is not found. (Bug#1230)
1086
1087 2008-10-23 Ali Bahrami <ali_gnu@emvision.com> (tiny change)
1088
1089 * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h.
1090 Use sol2-6.h for Solaris 7-9.
1091
1092 2008-10-18 Ulrich Mueller <ulm@gentoo.org>
1093
1094 * configure.in: Add support for GNU/Linux on SuperH.
1095
1096 2008-10-12 Andreas Schwab <schwab@suse.de>
1097
1098 * configure.in: Only check for m17n-flt if HAVE_LIBOTF.
1099
1100 2008-08-28 Adrian Robert <Adrian.B.Robert@gmail.com>
1101
1102 * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning
1103 "X") to avoid confusion.
1104
1105 * configure: Regenerate.
1106
1107 2008-09-07 Romain Francoise <romain@orebokech.com>
1108
1109 * make-dist: Distribute doc/man/ChangeLog.
1110
1111 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
1112
1113 * configure.in: Disable XFT and Freetype when without X.
1114
1115 * configure: Regenerate.
1116
1117 2008-08-24 Dan Nicolaescu <dann@ics.uci.edu>
1118
1119 * configure.in (NS_IMPL_GNUSTEP): Increase pure size.
1120
1121 2008-08-21 Christian Faulhammer <opfer@gentoo.org> (tiny change)
1122
1123 * configure.in (GNUSTEP_SYSTEM_HEADERS): Define
1124 GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES.
1125
1126 * configure: Regenerate.
1127
1128 2008-08-20 Eli Zaretskii <eliz@gnu.org>
1129
1130 * configure.in: Move "#define subprocesses" before
1131 config_opsysfile is included.
1132
1133 2008-08-19 Kenichi Handa <handa@m17n.org>
1134
1135 * INSTALL (Extra fonts): Mention local fonts, don't mention
1136 mule-unicode.
1137
1138 2008-08-16 Chong Yidong <cyd@stupidchicken.com>
1139
1140 * make-dist: Omit info/.arch-inventory.
1141
1142 2008-08-16 Jason Rumney <jasonr@gnu.org>
1143
1144 * make-dist (tempdir/nt): Link emacsclient.rc.
1145
1146 2008-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1147
1148 * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable.
1149 AC_SUBST it.
1150 (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define.
1151 AC_SUBST it.
1152 (OTHER_FILES): Always define for HAVE_NS.
1153 (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA.
1154 * configure: Regenerate.
1155
1156 2008-08-07 Andreas Schwab <schwab@suse.de>
1157
1158 * configure.in: Correctly handle
1159 --enable-cocoa-experimental-ctrl-g=no and
1160 --enable-ns-self-contained=yes.
1161
1162 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
1163
1164 * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER.
1165 (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't
1166 bother undef'ing since won't have desired effect.
1167
1168 2008-08-06 Andreas Schwab <schwab@suse.de>
1169
1170 * configure.in: Fix quoting.
1171
1172 2008-08-06 Chong Yidong <cyd@stupidchicken.com>
1173
1174 * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
1175
1176 2008-08-05 Ulrich Mueller <ulm@gentoo.org>
1177
1178 * configure.in: Add checks for krb5_error.text and
1179 krb5_error.e_text struct members.
1180
1181 2008-08-04 Chong Yidong <cyd@stupidchicken.com>
1182
1183 * configure.in: Test for existence of NSInteger.
1184 Suggested by Yavor Doganov.
1185
1186 2008-08-02 Romain Francoise <romain@orebokech.com>
1187
1188 * Makefile.in (INFO_FILES): Add mairix-el.
1189
1190 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1191
1192 * make-dist:
1193 * README: Remove VMS support.
1194 * vms: Remove directory.
1195
1196 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1197
1198 * configure.in (MULTI_KBOARD): Remove.
1199
1200 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1201
1202 * configure.in (DO_BLOCK_INPUT): Remove, unused.
1203
1204 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
1205
1206 * info/dir (File): Add mairix-el.
1207
1208 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1209
1210 Remove support for Mac Carbon.
1211 * mac: Remove directory.
1212 * make-dist:
1213 * configure.in:
1214 * README:
1215 * Makefile.in:
1216 * INSTALL: Remove code for Carbon.
1217 * configure: Regenerate.
1218
1219 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
1220
1221 * Makefile.in (install-arch-dep): Fix typo in NS installation commands.
1222
1223 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
1224
1225 * configure.in: Check for getrlimit.
1226
1227 * configure: Regenerate.
1228
1229 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1230
1231 * configure.in (LD_SWITCH_SITE): Remove, set the values directly
1232 in src/Makefile.in.
1233 (static): Remove, autoconf would always comment it out anyway.
1234 (subprocesses): Define unconditionally.
1235
1236 2008-07-19 Yavor Doganov <yavor@gnu.org> (tiny change)
1237
1238 * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS
1239 compilation under GNUstep.
1240
1241 2008-07-18 Kenichi Handa <handa@m17n.org>
1242
1243 * INSTALL (Complex Text Layout support libraries): Delete the
1244 paragraph about --enable-font-backend.
1245
1246 2008-07-17 Adrian Robert <Adrian.B.Robert@gmail.com>
1247
1248 * configure.in: Print out some info to user for NeXTstep builds.
1249 (ns-app): Remove enable option.
1250 (ns-self-contained): Add enable option.
1251 (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or
1252 GNUstep, use to set install prefixes, and substitute in Makefiles.
1253 * configure: Regenerate.
1254 * Makefile.in (install-arch-dep): Perform post-install cleanup inside
1255 NS app bundle.
1256
1257 2008-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1258
1259 * configure.in: Extract and substitute GNUSTEP_MAKEFILES.
1260
1261 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
1262
1263 * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to
1264 NS_IMPL_COCOA.
1265
1266 2008-07-16 Glenn Morris <rgm@gnu.org>
1267
1268 * configure.in (with_kerberos, with_kerberos5, with_hesiod):
1269 Fix tests for OPTION_DEFAULT_OFF (variables never unset).
1270 (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means
1271 never unset.
1272
1273 * make-dist: Add nextstep/ directories.
1274 (src, lib-src): Add .m files.
1275
1276 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1277
1278 * configure.in (freebsd, kfreebsd): Undo part of previous change.
1279 (USER_FULL_NAME): Remove, not used anymore.
1280 * configure: Regenerate.
1281
1282 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1283
1284 Changes and additions for NeXTstep windowing system (Cocoa and
1285 GNUstep) support.
1286
1287 * configure.in: Add support for NS window system: --with-ns (default
1288 off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add
1289 sparc detection for FreeBSD variants, checks for Cocoa and GNUstep,
1290 disable font backend if window system is "none", not if !HAVE_X11.
1291 * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable.
1292 (install-arch-dep): Add commands to assemble NS .app package.
1293
1294 2008-07-10 Dan Nicolaescu <dann@ics.uci.edu>
1295
1296 * configure.in: Use macppc for Darwin. Remove references to
1297 desupported systems.
1298 * configure: Regenerate.
1299
1300 2008-07-05 Glenn Morris <rgm@gnu.org>
1301
1302 * make-dist (EMACS): Doc fix.
1303 (lisp): There are no *.dat or image files here any more.
1304 (src): There are no *.s files here any more.
1305 (etc/images, etc/images/*): Link to most regular files.
1306
1307 2008-07-04 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1308
1309 * configure.in: Remove reference to deleted $USE_FONT_BACKEND.
1310
1311 2008-07-01 Glenn Morris <rgm@gnu.org>
1312
1313 * configure.in (cpp_undefs): Rename from `undefs', update uses.
1314 Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT,
1315 and explicitly export there. (Bug#507.)
1316
1317 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1318
1319 * configure.in:
1320 * configure: Remove references to obsolete systems.
1321
1322 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1323
1324 * Makefile.in (Makefile): Use it for its timestamp value as well, and
1325 make it depend on all other */.in files.
1326 (src/Makefile, src/config.stamp, lib-src/Makefile)
1327 (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile)
1328 (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile)
1329 (leim/Makefile, lisp/Makefile): Remove those overlapping targets.
1330 (leim, ${SUBDIR}, blessmail): Only depend on Makefile now.
1331
1332 * configure.in: Don't create src/config.stamp any more.
1333
1334 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1335
1336 * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument.
1337
1338 2008-06-22 Glenn Morris <rgm@gnu.org>
1339
1340 * Makefile.in (top_bootclean): Remove obsolete references to lock/.
1341
1342 2008-06-21 Romain Francoise <romain@orebokech.com>
1343
1344 * Makefile.in (INFO_FILES): Add sasl.
1345
1346 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1347
1348 * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
1349 (bootstrap-build): Remove.
1350 (top_bootclean): New var.
1351 (top_distclean, bootstrap-clean): Use it.
1352 (bootstrap): Don't recheck config. Make normally.
1353
1354 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1355
1356 * Makefile.in (SUBDIR): Include `lisp'.
1357 (lisp): Depend on `src'.
1358 (top_distclean): Don't remove config.status.
1359 (bootstrap-clean): New target.
1360 (maintainer-clean): Use it.
1361 (bootstrap): Use bootstrap-clean. Re-run config.status.
1362 (src/bootstrap-emacs${EXEEXT}): New target.
1363 (bootstrap-build): Use it. Don't use bootstrap-prepare because
1364 src/Makefile now takes care of it.
1365 (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove.
1366
1367 2008-06-15 Glenn Morris <rgm@gnu.org>
1368
1369 * info/dir: Add sasl.
1370
1371 2008-06-09 Alan Mackenzie <acm@muc.de>
1372
1373 * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails.
1374
1375 2008-06-08 Eric S. Raymond <esr@snark.thyrsus.com>
1376
1377 * INSTALL.CVS: Indicate when "cvs update -d" may be needed.
1378
1379 2008-06-07 Glenn Morris <rgm@gnu.org>
1380
1381 * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to
1382 serve no purpose.
1383
1384 2008-06-01 Dan Nicolaescu <dann@ics.uci.edu>
1385
1386 * configure.in (USE_LUCID, USE_MOTIF): Don't use "==".
1387 * configure: Regenerate.
1388
1389 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1390
1391 * update-subdirs: Don't touch subdirs.el if it is unchanged.
1392
1393 2008-05-14 Kenichi Handa <handa@m17n.org>
1394
1395 * configure: Regenerate.
1396
1397 * configure.in: Don't handle --disable-font-backend. Don't print
1398 a message about a font backend.
1399
1400 2008-05-09 Glenn Morris <rgm@gnu.org>
1401
1402 * configure.in: Make absence of makeinfo a fatal error only if the info
1403 files don't exist.
1404 * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off.
1405
1406 2008-05-07 Eli Zaretskii <eliz@gnu.org>
1407
1408 * config.bat: Fix last change: don't use < and > in "rem" lines,
1409 they are interpreted as redirection by DOS shells.
1410
1411 2008-05-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1412
1413 * configure.in: Check availability of AvailabilityMacros.h
1414 if HAVE_CARBON.
1415
1416 * configure: Regenerate.
1417
1418 2008-05-03 Glenn Morris <rgm@gnu.org>
1419
1420 * configure.in (x_libraries): Remove standard 64-bit directories -
1421 experimental workaround for minor autoconf bug.
1422
1423 * configure.in (--without-makeinfo): New option. If set,
1424 absence of suitable makeinfo is not a fatal error.
1425 * Makefile.in (MAKEINFO): New, set by configure.
1426 (install-arch-indep): Without makeinfo, ignore any missing manuals.
1427 (info-real): New target.
1428 (info): Without makeinfo, do nothing, else call `info-real'.
1429
1430 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
1431
1432 * configure.in: Remove hpux10.20 from the desupported list.
1433
1434 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
1435
1436 * configure.in: Define USE_LUCID/USE_MOTIF in config.h.
1437
1438 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1439
1440 * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE
1441 rather than change CPPFLAGS.
1442 (HAVE_GTK): Rename to USE_GTK.
1443
1444 2008-04-16 Yavor Doganov <yavor@gnu.org> (tiny change)
1445
1446 * configure.in: Replace the obsolete macros AC_AIX and
1447 AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS.
1448
1449 2008-04-05 Andreas Schwab <schwab@suse.de>
1450
1451 * configure.in: No longer create admin/unidata/Makefile.
1452
1453 2008-03-28 Andreas Schwab <schwab@suse.de>
1454
1455 * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile.
1456 (lisp/Makefile): New rule.
1457
1458 2008-03-13 Glenn Morris <rgm@gnu.org>
1459
1460 * configure.in (AC_INIT): Fix version number.
1461 (sync-input): Reword the option, since it's on by default.
1462
1463 2008-03-11 Jan Djärv <jan.h.d@swipnet.se>
1464
1465 * configure.in: Add --enable-sync-input, default yes.
1466
1467 2008-03-11 Glenn Morris <rgm@gnu.org>
1468
1469 * Makefile.in (install-etc, mkdir): Handle directory
1470 etc/images/icons/hicolor/*/mimetypes/.
1471
1472 * make-dist: Handle icons/hicolor/scalable directory.
1473
1474 2008-03-05 Glenn Morris <rgm@gnu.org>
1475
1476 * configure.in: Enable font-backend by default.
1477 (USE_FONT_BACKEND): Set to "no" in absence of X.
1478 (PKG_CONFIG): Don't set multiple times, once is enough.
1479 (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text.
1480
1481 2008-03-03 Glenn Morris <rgm@gnu.org>
1482
1483 * Makefile.in (iconsrcdir): New variable.
1484 (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon
1485 directory.
1486
1487 2008-02-29 Glenn Morris <rgm@gnu.org>
1488
1489 * test/: New directory.
1490
1491 2008-02-27 Jan Djärv <jan.h.d@swipnet.se>
1492
1493 * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10.
1494
1495 2008-02-25 Dan Nicolaescu <dann@ics.uci.edu>
1496
1497 * configure.in: Print an error for systems that we think are obsolete
1498 and are proposed to be removed. Remove some more unused systems.
1499 Add support for powerpc-ibm-aix6*.
1500
1501 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1502
1503 * configure.in: Remove references to obsolete variables and systems.
1504
1505 2008-02-21 Glenn Morris <rgm@gnu.org>
1506
1507 * Makefile.in (set_installuser): New.
1508 (install-arch-indep): Use set_installuser to avoid duplicate code.
1509
1510 * README.unicode: Split into admin/notes/unicode,font-backend and
1511 remove.
1512
1513 2008-02-10 Matthew Luckie <mjl@luckie.org.nz> (tiny change)
1514
1515 * configure.in (arm*-*-freebsd*): Add.
1516
1517 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
1518
1519 * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
1520 dealing with obsolete variables.
1521
1522 2008-02-08 Glenn Morris <rgm@gnu.org>
1523
1524 * Makefile.in (check-info-dir): New target.
1525
1526 2008-02-08 Michael Olson <mwolson@gnu.org>
1527
1528 * Makefile.in (INFO_FILES): Add epa.
1529
1530 * info/dir: Add EasyPG Assistant manual to the "Emacs misc
1531 features" section.
1532
1533 2008-02-06 Glenn Morris <rgm@gnu.org>
1534
1535 * configure.in (--with-gcc): Give an error saying this option has
1536 been removed.
1537 (--with-gtk): Remove this option.
1538
1539 2008-02-06 Tom Tromey <tromey@redhat.com>
1540
1541 * configure.in (--with-gcc): Remove.
1542 * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc.
1543
1544 2008-02-05 Ulrich Mueller <ulm@gentoo.org>
1545
1546 * INSTALL: Recommend giflib, not libungif.
1547
1548 2008-02-05 Tom Tromey <tromey@redhat.com>
1549
1550 * configure.in (--with-dbus): Default to enabled.
1551
1552 2008-02-05 Kenichi Handa <handa@ni.aist.go.jp>
1553
1554 * INSTALL (Complex Text Layout support libraries): New section.
1555
1556 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
1557
1558 * make-dist: Remove references to files in mac/ that have been
1559 deleted.
1560
1561 2008-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
1562
1563 * configure.in: For libotf and m17n-flt checks, set shell vars
1564 HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and
1565 pkg_check_m17n_flt, respectively, for the sake of the summary output.
1566 Reported by Ulrich Mueller.
1567
1568 2008-02-02 Eli Zaretskii <eliz@gnu.org>
1569
1570 * configure.in: If admin/unidata/UnicodeData.txt is present, copy
1571 admin/unidata/Makefile.in to Makefile.
1572
1573 2008-02-02 Glenn Morris <rgm@gnu.org>
1574
1575 * configure.in (HAVE_XFT): Ensure it is either "yes" or "no".
1576 (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF)
1577 (HAVE_XFT): Add "Does Emacs use..." messages at end.
1578
1579 2008-02-01 Miles Bader <miles@gnu.org>
1580
1581 * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft],
1582 [libotf], and [m17n-flt] options.
1583
1584 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1585
1586 * configure.in: Add EMACS_ARG_N([libotf]...), and
1587 EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not
1588 CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE,
1589 CFLAGS, and LIBS in checking of m17n-flt.
1590
1591 2008-02-01 Kenichi Handa <handa@ni.aist.go.jp>
1592
1593 * configure.in: Check the availability of m17n-flt library.
1594
1595 2008-02-01 Kenichi Handa <handa@m17n.org>
1596
1597 * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is
1598 not available.
1599
1600 2008-02-01 Kenichi Handa <handa@m17n.org>
1601
1602 * configure.in: New args --enable-font-backend, --with-xft,
1603 --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT,
1604 HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS,
1605 FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS,
1606 FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS.
1607
1608 2008-02-01 Kenichi Handa <handa@m17n.org>
1609
1610 * make-dist: Include etc/charsets in tarball.
1611
1612 2008-02-01 Kenichi Handa <handa@m17n.org>
1613
1614 * configure.in: While running cpp on junk.c, include
1615 -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt
1616 exists.
1617
1618 2008-01-29 Dan Nicolaescu <dann@ics.uci.edu>
1619
1620 * configure.in (xtensa): Match more configurations.
1621
1622 2008-01-27 Dan Nicolaescu <dann@ics.uci.edu>
1623
1624 * configure.in: Update comment.
1625
1626 2008-01-26 Glenn Morris <rgm@gnu.org>
1627
1628 * configure.in (--without-gcc): By default, neither off nor on.
1629 (--with-carbon): Tone down rhetoric in help text.
1630
1631 2008-01-25 Glenn Morris <rgm@gnu.org>
1632
1633 * configure.in: Correct usage of OPTION_DEFAULT_ON,
1634 OPTION_DEFAULT_OFF so that the defaults are as they used to be.
1635 Default `Carbon' to off (it's unsupported).
1636
1637 2008-01-24 Glenn Morris <rgm@gnu.org>
1638
1639 * configure.in: Standardize dbus-related messages.
1640
1641 2008-01-23 Michael Olson <mwolson@gnu.org>
1642
1643 * configure.in (pkg-config-prog): Remove initial whitespace.
1644
1645 2008-01-23 Tom Tromey <tromey@redhat.com>
1646
1647 * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
1648 (EMACS_ARG_Y, EMACS_ARG_N): Remove.
1649 Update all users.
1650
1651 2008-01-21 Dan Nicolaescu <dann@ics.uci.edu>
1652
1653 * config.guess, config.sub: Updated from master source.
1654
1655 2008-01-17 Andreas Schwab <schwab@suse.de>
1656
1657 * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR.
1658
1659 2008-01-17 Glenn Morris <rgm@gnu.org>
1660
1661 * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems.
1662
1663 2008-01-16 Dan Nicolaescu <dann@ics.uci.edu>
1664
1665 * configure.in: Remove more references to unsupported systems.
1666
1667 2008-01-16 Sven Joachim <svenjoac@gmx.de>
1668
1669 * make-dist: Add --lzma.
1670
1671 2008-01-16 Glenn Morris <rgm@gnu.org>
1672
1673 * Makefile.in (maybe_bootstrap): Remove texinfo message, since
1674 configure checks for this.
1675
1676 2008-01-13 Dan Nicolaescu <dann@ics.uci.edu>
1677
1678 * configure.in: Remove more references to unsupported systems.
1679
1680 2008-01-06 Romain Francoise <romain@orebokech.com>
1681
1682 * configure.in: Delete extra semicolons.
1683
1684 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1685
1686 * configure.in: Remove references to unsupported systems.
1687
1688 2008-01-05 Romain Francoise <romain@orebokech.com>
1689
1690 * make-dist: Add --bzip2. Update copyright.
1691
1692 2008-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1693
1694 * configure.in: Remove support for Masscomp.
1695
1696 2008-01-05 Glenn Morris <rgm@gnu.org>
1697
1698 * Makefile.in (desktopdir, icondir): New variables.
1699 (install-arch-indep): Also depend on `install-etc'.
1700 (install-etc): New target.
1701 (mkdir): Also create the `applications' and `icons' directories.
1702
1703 2008-01-04 Glenn Morris <rgm@gnu.org>
1704
1705 * make-dist: Update for new etc/images/icons/hicolor directory.
1706
1707 2007-12-09 Andreas Schwab <schwab@suse.de>
1708
1709 * configure.in: D-Bus is not enabled by default.
1710
1711 2007-12-06 Jan Djärv <jan.h.d@swipnet.se>
1712
1713 * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous
1714 change.
1715
1716 2007-12-04 Jan Djärv <jan.h.d@swipnet.se>
1717
1718 * configure.in: Give package name and version to AC_INIT.
1719
1720 2007-12-03 Magnus Henoch <mange@freemail.hu>
1721
1722 * configure.in: Use PKG_CHECK_MODULES to check for D-Bus.
1723
1724 2007-12-03 Michael Albinus <michael.albinus@gmx.de>
1725
1726 * configure.in: No need for DBUS_INFO anymore.
1727
1728 * Makefile.in (INFO_FILES): Use dbus unconditionally.
1729
1730 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
1731
1732 * configure.in: Add D-Bus checks. D-Bus is disabled by default.
1733
1734 * Makefile.in (INFO_FILES): Add dbus.
1735
1736 2007-12-02 Romain Francoise <romain@orebokech.com>
1737
1738 * make-dist: Fix last change.
1739
1740 2007-11-28 Petr Salinger <Petr.Salinger@seznam.cz> (tiny change)
1741
1742 * configure.in: Add support for gnu-kfreebsd.
1743
1744 2007-11-28 Glenn Morris <rgm@gnu.org>
1745
1746 * make-dist: Add etc/nxml.
1747
1748 2007-11-24 Romain Francoise <romain@orebokech.com>
1749
1750 * Makefile.in (INFO_FILES): Add nxml-mode.
1751
1752 2007-11-23 Romain Francoise <romain@orebokech.com>
1753
1754 * make-dist: Include nXML. Don't try to copy FTP, it was removed on
1755 2007/10/17. Don't special-case alloca.c which is no longer in CVS.
1756
1757 2007-11-20 Andreas Schwab <schwab@suse.de>
1758
1759 * configure.in: Always include <resolv.h> when checking for res_init.
1760
1761 2007-11-17 Andreas Schwab <schwab@suse.de>
1762
1763 * update-subdirs: Atomically update subdirs.el.
1764
1765 2007-11-17 Glenn Morris <rgm@gnu.org>
1766
1767 * Makefile.in (check-declare): New target.
1768
1769 2007-11-07 Glenn Morris <rgm@gnu.org>
1770
1771 * configure.in: Deprecate Mac Carbon port.
1772
1773 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
1774
1775 * configure.in: Remove HAVE_X11R5 check.
1776
1777 2007-10-31 Glenn Morris <rgm@gnu.org>
1778
1779 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
1780 when changing ownership of installed files.
1781
1782 2007-10-30 Glenn Morris <rgm@gnu.org>
1783
1784 * make-dist: Add new directory etc/gnus.
1785
1786 2007-10-30 Michael Olson <mwolson@gnu.org>
1787
1788 * Makefile.in (INFO_FILES): Alphabetize. Add remember.
1789
1790 2007-10-29 Glenn Morris <rgm@gnu.org>
1791
1792 * make-dist: Add new directories etc/images/smilies/grayscale,medium.
1793
1794 2007-10-23 Glenn Morris <rgm@gnu.org>
1795
1796 * MAINTAINERS: Move to admin/.
1797
1798 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
1799
1800 * configure.in (HAVE_RES_INIT): Define if res_init() exists.
1801 (HAVE_LIBRESOLV): Also define if we are using res_init().
1802
1803 2007-10-17 Glenn Morris <rgm@gnu.org>
1804
1805 * FTP: Remove file, since it's just a duplicate of one in etc/.
1806
1807 2007-10-05 Eli Zaretskii <eliz@gnu.org>
1808
1809 * config.bat: Fix configuring `doc' due to changes in the
1810 directory structure.
1811
1812 2007-09-16 Peter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com> (tiny change)
1813
1814 * configure.in: Don't use -lpthread on HP-UX.
1815
1816 2007-09-16 Glenn Morris <rgm@gnu.org>
1817
1818 * make-dist: File gfdl.1 has been removed.
1819
1820 2007-09-15 Glenn Morris <rgm@gnu.org>
1821
1822 * configure.in: Fix makeinfo version regexp.
1823
1824 2007-09-12 Glenn Morris <rgm@gnu.org>
1825
1826 * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
1827 implementation of alloca is not found.
1828
1829 * Makefile.in (SOURCES, unlock, relock): Delete.
1830 (install-arch-indep): Do not exclude the etc/ Makefiles.
1831
1832 2007-09-09 Juri Linkov <juri@jurta.org>
1833
1834 * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
1835
1836 * README: Add doc/ to documentation directories.
1837
1838 2007-09-08 Michael Olson <mwolson@gnu.org>
1839
1840 * MAINTAINERS: Add myself for ERC and tq.el.
1841 Update for new doc/ directory layout.
1842
1843 2007-09-06 Romain Francoise <romain@orebokech.com>
1844
1845 * make-dist: Update for new doc/ directory layout.
1846
1847 2007-09-06 Glenn Morris <rgm@gnu.org>
1848
1849 * Makefile.in (mansrcdir): New variable.
1850 (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
1851 (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
1852 update these targets for new doc/ directory layout.
1853 (doc/misc/Makefile): New target.
1854 (install-arch-indep): Use mansrcdir for new location of manpages.
1855 (mostlyclean, clean, distclean, maintainer-clean, unlock)
1856 (relock, info, dvi): Update targets for new doc/ directory layout.
1857
1858 * configure.in (AC_OUTPUT): Update names of generated Makefiles
1859 for new doc/ directory layout.
1860
1861 2007-09-02 Andreas Schwab <schwab@suse.de>
1862
1863 * configure.in: Use AS_HELP_STRING throughout.
1864 * configure: Regenerate.
1865
1866 2007-09-02 Jan Djärv <jan.h.d@swipnet.se>
1867
1868 * configure.in: Require Gtk/Glib 2.6.
1869
1870 2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
1871
1872 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
1873 Use them throughout in place of AC_ARG_WITH calls.
1874 * configure: Regenerate.
1875
1876 2007-09-01 Andreas Schwab <schwab@suse.de>
1877
1878 * configure.in: Put quotes around nested macro calls.
1879
1880 2007-08-31 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1881
1882 * configure.in: Fix typo.
1883 * configure: Regenerate.
1884
1885 2007-08-30 Glenn Morris <rgm@gnu.org>
1886
1887 * configure.in (AH_BOTTOM): Copy some manual changes made to
1888 src/config.in here so they are not lost when it regenerates.
1889
1890 * README.multi-tty: Move to admin/notes/multi-tty, with some edits.
1891
1892 2007-08-29 Károly Lőrentey <karoly@lorentey.hu>
1893
1894 * README.multi-tty: New file.
1895
1896 2007-08-29 Glenn Morris <rgm@gnu.org>
1897
1898 * README: Increase version to 23.0.50.
1899
1900 2007-08-29 Jan Djärv <jan.h.d@swipnet.se>
1901
1902 * configure.in: New option: --without-xaw3d.
1903
1904 2007-08-24 Glenn Morris <rgm@gnu.org>
1905
1906 * configure.in: Check for a suitably recent makeinfo.
1907
1908 2007-08-23 Johannes Weiner <hannes@saeurebad.de> (tiny change)
1909
1910 * configure.in (Check for required libraries): Typo.
1911
1912 2007-08-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1913
1914 * configure.in: Check librsvg2 also for Mac Carbon.
1915
1916 2007-08-22 Romain Francoise <romain@orebokech.com>
1917
1918 * make-dist: Follow reorganization of files in etc/.
1919
1920 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
1921
1922 * configure.in: Add support for SVG images through librsvg2.
1923
1924 2007-07-28 Eli Zaretskii <eliz@gnu.org>
1925
1926 * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC,
1927 to avoid an error message if there is no DOC there.
1928
1929 2007-07-25 Glenn Morris <rgm@gnu.org>
1930
1931 * Relicense all FSF files to GPLv3 or later.
1932
1933 * COPYING, info/COPYING: Switch to GPLv3.
1934
1935 2007-06-20 Jan Djärv <jan.h.d@swipnet.se>
1936
1937 * configure.in: Complain if X seems to be installed but no
1938 development files were found.
1939
1940 2007-06-20 Glenn Morris <rgm@gnu.org>
1941
1942 * configure.in: Prefer libgif over libungif.
1943
1944 2007-06-14 Jan Djärv <jan.h.d@swipnet.se>
1945
1946 * configure.in: Check for all image libraries before exiting.
1947
1948 2007-06-13 Jan Djärv <jan.h.d@swipnet.se>
1949
1950 * configure.in: Exit with error if image libraries aren't found.
1951
1952 2007-06-13 Chong Yidong <cyd@stupidchicken.com>
1953
1954 * configure.in: Merge xaw3d and libXaw checks. Check xaw3d even
1955 when compiling without scrollbars.
1956
1957 2007-06-12 Glenn Morris <rgm@gnu.org>
1958
1959 * configure.in (HAVE_GIF): If -lungif fails, try -lgif.
1960
1961 2007-06-11 Jan Djärv <jan.h.d@swipnet.se>
1962
1963 * configure.in: Change wording about yes/gtk and lucid/athena
1964 being synonyms.
1965
1966 2007-06-08 Glenn Morris <rgm@gnu.org>
1967
1968 * configure.in: Make gtk the default toolkit.
1969
1970 2007-06-07 Glenn Morris <rgm@gnu.org>
1971
1972 * configure.in (NON_GNU_CPP): On Solaris, set using a proper check
1973 for a Sun C compiler.
1974
1975 * Makefile.in (install-arch-indep): Install only the DOC- file
1976 specific to the build, if possible, rather than DOC-*.
1977
1978 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1979
1980 * Version 22.1 released.
1981
1982 2007-05-25 Chong Yidong <cyd@stupidchicken.com>
1983
1984 * mkinstalldirs: Sync to version in automake CVS.
1985
1986 2007-05-22 Andreas Schwab <schwab@suse.de>
1987
1988 * configure.in: Prefer build_alias over host when host_alias is not set.
1989 * configure: Regenerate.
1990
1991 2007-05-20 Andreas Schwab <schwab@suse.de>
1992
1993 * configure.in: Remove empty AC_SUBST.
1994 * configure: Regenerate.
1995
1996 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
1997
1998 * configure.in: Use HAVE_GPM instead of HAVE_GPM_H and implement
1999 it like others.
2000 * configure: Regenerate.
2001
2002 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
2003
2004 * configure.in (AC_CHECK_HEADERS): Add gpm.h.
2005 (AC_CHECK_LIB): Add -lgpm.
2006 * configure: Regenerate.
2007
2008 2007-05-03 Glenn Morris <rgm@gnu.org>
2009
2010 * configure: Tweak message about the absence of shell functions.
2011
2012 2007-04-27 Andreas Schwab <schwab@suse.de>
2013
2014 * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el.
2015
2016 2007-04-26 Glenn Morris <rgm@gnu.org>
2017
2018 * README: Increase version to 22.1.50.
2019
2020 2007-04-24 Juanma Barranquero <lekktu@gmail.com>
2021
2022 * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo.
2023
2024 2007-04-19 Glenn Morris <rgm@gnu.org>
2025
2026 * configure.in: Signal error if Xaw libs are missing in a Lucid build.
2027
2028 2007-04-18 Glenn Morris <rgm@gnu.org>
2029
2030 * INSTALL: Mention CPP.
2031
2032 2007-04-15 Glenn Morris <rgm@gnu.org>
2033
2034 * FTP: Replace with a pointer to the web version.
2035
2036 2007-04-13 Glenn Morris <rgm@gnu.org>
2037
2038 * INSTALL: In lib-src, timer, wakeup, yow are removed.
2039
2040 2007-04-04 Glenn Morris <rgm@gnu.org>
2041
2042 * configure.in (NON_GNU_CPP): Use associated preprocessor when
2043 compiling with Sun Studio on Solaris.
2044
2045 2007-03-23 Glenn Morris <rgm@gnu.org>
2046
2047 * configure.in: Restore support for hp800 (removed 2007-01-27)
2048 following clarification of legal status.
2049
2050 2007-03-22 Joe Buehler <jbuehler@spirentcom.com> (tiny change)
2051
2052 * configure.in: Add support for AIX4.3 on IBM RS6000.
2053
2054 * configure: Regenerate.
2055
2056 2007-03-20 Richard Stallman <rms@gnu.org>
2057
2058 * configure.in: Fix previous change.
2059
2060 2007-03-19 Deanna Phillips <deanna@sixbit.org> (tiny change)
2061
2062 * configure.in (arm-*-openbsd*, hppa-*-openbsd*)
2063 (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added.
2064 (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted.
2065
2066 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
2067
2068 * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the
2069 user specifies "without".
2070
2071 * configure: Regenerate.
2072
2073 2007-03-18 Jan Djärv <jan.h.d@swipnet.se>
2074
2075 * configure.in: Warning for Gtk+ and Cygwin added.
2076 (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS.
2077
2078 2007-02-27 Glenn Morris <rgm@gnu.org>
2079
2080 * make-dist (oldXMenu): Remove Imakefile.
2081 (etc/images): Add README.
2082
2083 2007-02-25 Dan Nicolaescu <dann@ics.uci.edu>
2084
2085 * configure.in (xtensa-*-linux-gnu*): New configuration.
2086
2087 * configure: Regenerate.
2088
2089 2007-02-22 Dan Nicolaescu <dann@ics.uci.edu>
2090
2091 * config.guess, config.sub: Updated from master source.
2092
2093 2007-01-31 Sascha Wilde <wilde@sha-bang.de> (tiny change)
2094
2095 * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs.
2096
2097 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
2098
2099 * configure.in: Restore support for hp800's not running HP-UX.
2100
2101 * configure: Regenerate.
2102
2103 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
2104
2105 * configure.in: Remove support for hp800 and sr2k machine types.
2106
2107 * configure: Regenerate.
2108
2109 2007-01-26 Jan Djärv <jan.h.d@swipnet.se>
2110
2111 * configure.in: Add check for libXft.
2112
2113 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2114
2115 * INSTALL: Info files moved to share/info.
2116
2117 2007-01-02 Stephen C. Gilardi <scgilardi@gmail.com> (tiny change)
2118
2119 * configure.in: Detect and use fink-installed in intel-based Mac
2120 builds; change Apple Darwin section to support both PowerPC and
2121 Intel-based Macs.
2122
2123 2006-12-26 Andreas Schwab <schwab@suse.de>
2124
2125 * Makefile.in (datarootdir): Define.
2126
2127 2006-12-24 Richard Stallman <rms@gnu.org>
2128
2129 * configure.in: Require Autoconf 2.61.
2130
2131 2006-12-22 Mark Davies <mark@mcs.vuw.ac.nz>
2132
2133 * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el.
2134 Remove redundant entry for powerpc-apple-netbsd.
2135
2136 * configure: Regenerate.
2137
2138 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
2139
2140 * configure: Regenerate with autoconf 2.61.
2141
2142 2006-12-20 Jan Djärv <jan.h.d@swipnet.se>
2143
2144 * configure.in: Detect alsa/asoundlib.h also.
2145 * configure: Regenerate.
2146
2147 2006-12-19 Jan Djärv <jan.h.d@swipnet.se>
2148
2149 * configure.in: Check if GTK+ compiles at all.
2150
2151 2006-12-10 Andreas Schwab <schwab@suse.de>
2152
2153 * configure.in: Remove check for struct timezone, its result is
2154 never used.
2155
2156 2006-12-08 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2157
2158 * configure.in: Add support for Solaris 10 on x86-64.
2159
2160 2006-12-08 Jan Djärv <jan.h.d@swipnet.se>
2161
2162 * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage
2163 of PKG_CONFIG_PATH.
2164
2165 2006-12-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2166
2167 * configure.in (HAVE_SYNC): New test.
2168
2169 2006-12-03 Glenn Morris <rgm@gnu.org>
2170
2171 * Makefile.in: Fix Copyright format.
2172
2173 * configure.in (AH_TOP): Add missing Copyright year.
2174
2175 * update-subdirs: Add missing Copyright years.
2176
2177 2006-11-27 Chris Moore <christopher.ian.moore@gmail.com>
2178
2179 * Makefile.in: Touch only the parts of the share/emacs directory
2180 specific to this version.
2181
2182 2006-11-26 Chong Yidong <cyd@stupidchicken.com>
2183
2184 * configure.in (HAVE_X86_64_LIB64_DIR): New test.
2185
2186 2006-11-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2187
2188 * configure.in (HAVE_CANCELMENUTRACKING): Remove test.
2189
2190 2006-11-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2191
2192 * configure.in: Prefer X11 to Carbon only when some X-specific
2193 option is specified (Thanks to Jan Djärv and Andreas Schwab).
2194
2195 2006-11-04 Romain Francoise <romain@orebokech.com>
2196
2197 * Makefile.in (bootstrap-clean-before): Fix typo.
2198 Use new target `bootstrap-clean' in the leim subdirectory.
2199
2200 2006-11-03 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2201
2202 * configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
2203
2204 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
2205
2206 * make-dist: Add makefile.w32-in to the man, lispref and lispintro
2207 directories.
2208
2209 2006-10-29 Jeramey Crawford <jeramey@jeramey.com>
2210
2211 * configure.in: Enable x86-64 OpenBSD compilation.
2212
2213 2006-10-28 Glenn Morris <rgm@gnu.org>
2214
2215 * AUTHORS: Add cal-html.el author.
2216
2217 2006-10-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2218
2219 * make-dist: Make links to mac/make-package and
2220 mac/Emacs.app/Contents/Resources/Emacs.icns.
2221
2222 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
2223
2224 * README: Bump version number to 22.0.90.
2225
2226 2006-10-23 Andreas Schwab <schwab@suse.de>
2227
2228 * configure.in: Make sure x_default_search_path is always set even
2229 when x_libraries is empty, and look in .../share as well for each
2230 library directory.
2231
2232 2006-09-28 Kenichi Handa <handa@m17n.org>
2233
2234 * configure.in (locallisppath): Don't include leim dir.
2235 (lisppath): Include leim dir.
2236
2237 2006-09-15 Jay Belanger <belanger@truman.edu>
2238
2239 * COPYING: Replace "Library Public License" by "Lesser Public
2240 License" throughout.
2241
2242 2006-09-11 Paul Eggert <eggert@cs.ucla.edu>
2243
2244 * make-dist (EMACS): Exit and fail if the EMACS environment
2245 variable is set to something other than an absolute file name.
2246
2247 2006-08-16 Andreas Schwab <schwab@suse.de>
2248
2249 * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
2250 of hardcoding it.
2251
2252 2006-08-16 Richard Stallman <rms@gnu.org>
2253
2254 * INSTALL.CVS: Clean up wording.
2255
2256 2006-07-14 Eli Zaretskii <eliz@gnu.org>
2257
2258 * configure.in (PKG_CHECK_MODULES): Redirect the output of
2259 $PKG_CONFIG --exists "$2" to config.log.
2260 * configure: Regenerate.
2261
2262 2006-07-08 Richard Stallman <rms@gnu.org>
2263
2264 * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections.
2265
2266 2006-07-09 Kim F. Storm <storm@cua.dk>
2267
2268 * CONTRIBUTE: Use outline format.
2269 Add section on copyright years (from admin/notes/years).
2270
2271 2006-07-08 Eli Zaretskii <eliz@gnu.org>
2272
2273 * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config
2274 to /dev/null, since we don't need the error message, just the
2275 exit status.
2276
2277 2006-07-07 Eli Zaretskii <eliz@gnu.org>
2278
2279 * CONTRIBUTE: Slight formatting changes and typo fixes.
2280 Add description of NEWS markings.
2281
2282 2006-07-07 Kim F. Storm <storm@cua.dk>
2283
2284 * CONTRIBUTE: Mention INSTALL.CVS.
2285
2286 2006-07-05 Romain Francoise <romain@orebokech.com>
2287
2288 * make-dist (top-level): Add CONTRIBUTE.
2289
2290 2006-07-04 Richard Stallman <rms@gnu.org>
2291
2292 * CONTRIBUTE: Much rewrite.
2293
2294 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
2295
2296 * CONTRIBUTE: New file.
2297
2298 2006-06-24 Eli Zaretskii <eliz@gnu.org>
2299
2300 * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts.
2301
2302 2006-05-18 Jan Djärv <jan.h.d@swipnet.se>
2303
2304 * configure.in: Add check for ALSA.
2305
2306 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2307
2308 * Makefile.in (INFO_FILES): Remove emacs-xtra.
2309
2310 * info/dir: Remove the Emacs-Xtra entry.
2311
2312 2006-04-20 Ramprasad B <ramprasad_i82@yahoo.com>
2313
2314 Update copyright year(s) in many files.
2315
2316 2006-04-01 Eli Zaretskii <eliz@gnu.org>
2317
2318 * configure: Regenerated.
2319
2320 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2321
2322 * configure.in (HAVE_XAW3D): Disable Xaw3d check if
2323 --without-toolkit-scroll-bars was specified.
2324
2325 2006-04-01 Christoph Bauer <Christoph.Bauer@lms-gmbh.de> (tiny change)
2326
2327 * configure.in (hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE
2328 to CFLAGS. Update Copyright years written to src/config.in.
2329
2330 2006-03-18 Claudio Fontana <claudio@gnu.org>
2331
2332 * Makefile.in (INFO_FILES): New variable, contains all Info file names.
2333 (install-arch-indep, uninstall): Use $(INFO_FILES) to specify files
2334 to be installed/uninstalled.
2335 (uninstall): Invoke "$(INSTALL_INFO) --remove" to remove references
2336 to Info files installed by Emacs.
2337
2338 2006-03-03 Claudio Fontana <claudio@gnu.org>
2339
2340 * Makefile.in (install, uninstall): Add DESTDIR variable to
2341 support staged installations.
2342
2343 2006-02-14 Richard M. Stallman <rms@gnu.org>
2344
2345 * configure.in (s390x-*-linux-gnu*): New configuration.
2346
2347 2006-01-31 Jan Djärv <jan.h.d@swipnet.se>
2348
2349 * configure.in: Require GTK 2.4 or newer.
2350
2351 2006-01-29 Michael Olson <mwolson@gnu.org>
2352
2353 * Makefile.in (install-arch-indep, uninstall): Add ERC.
2354 * info/dir (ERC): New entry.
2355
2356 2006-01-29 Eli Zaretskii <eliz@gnu.org>
2357
2358 * info/dir: Fix last change.
2359
2360 2006-01-28 Luc Teirlinck <teirllm@auburn.edu>
2361
2362 * Makefile.in (install-arch-indep, uninstall): Add rcirc.
2363
2364 2006-01-27 Eli Zaretskii <eliz@gnu.org>
2365
2366 * info/dir: Untabify the whole file.
2367 (Rcirc): New entry.
2368
2369 2006-01-12 Andreas Schwab <schwab@suse.de>
2370
2371 * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile
2372 check.
2373
2374 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
2375
2376 * configure.in: Use -Wno-pointer-sign if available.
2377
2378 2005-12-29 Andreas Schwab <schwab@suse.de>
2379
2380 * config.guess, config.sub: Updated from master source.
2381
2382 2005-12-25 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
2383
2384 * configure.in: Use amdx86-64 for freebsd on x86_64.
2385
2386 2005-11-22 Romain Francoise <romain@orebokech.com>
2387
2388 * make-dist: Add etc/images/icons.
2389
2390 2005-11-03 Andreas Schwab <schwab@suse.de>
2391
2392 * configure.in: Use GZIP_PROG instead of GZIP.
2393
2394 * Makefile.in (GZIP_PROG): Renamed from GZIP.
2395 (install-arch-indep): Adjust.
2396
2397 2005-11-01 Andreas Schwab <schwab@suse.de>
2398
2399 * Makefile.in (bootstrap): Fix dependencies for parallel build.
2400 (bootfast): Likewise.
2401
2402 2005-11-01 Romain Francoise <romain@orebokech.com>
2403
2404 * configure.in: Check for gzip.
2405
2406 * Makefile.in (install): Compress source files.
2407
2408 2005-10-24 Steven Tamm <steventamm@mac.com>
2409
2410 * configure.in: Fix darwin386 configuration issue.
2411
2412 2005-10-22 Eli Zaretskii <eliz@gnu.org>
2413
2414 * INSTALL.CVS: Add mh-autoloads to the partial rebuild procedure.
2415
2416 2005-10-17 Bill Wohler <wohler@newt.com>
2417
2418 * make-dist: Create and populate etc/images/low-color.
2419
2420 2005-10-15 Bill Wohler <wohler@newt.com>
2421
2422 * make-dist: Create and populate etc/images/gud.
2423
2424 2005-10-08 Richard M. Stallman <rms@gnu.org>
2425
2426 * make-dist (tempparent): Don't check for 14-char file name limit.
2427
2428 2005-10-07 Romain Francoise <romain@orebokech.com>
2429
2430 * make-dist: Add etc/images/ezimage and etc/images/mail
2431 directories. Install images in etc/images.
2432
2433 2005-10-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2434
2435 * configure.in: Prefer Carbon if --enable-carbon-app or
2436 --with-carbon is explicitly specified even when X11 is detected.
2437
2438 2005-09-15 Ulf Jasper <ulf.jasper@web.de>
2439
2440 * Makefile.in (install-arch-indep, uninstall):
2441 Handle newsticker manual.
2442 (info): Add - to commands.
2443
2444 2005-09-10 Giuseppe Scrivano <gscrivano@gmail.com>
2445
2446 Remove the MAXPATHLEN limitations:
2447
2448 * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name.
2449
2450 2005-09-09 Eli Zaretskii <eliz@gnu.org>
2451
2452 * configure.in <lynxsos*>: Support for LynxOS on PPC.
2453 * configure: Regenerate.
2454
2455 2005-09-05 Paul Eggert <eggert@cs.ucla.edu>
2456
2457 * config.guess, config.sub: Updated from master source.
2458
2459 2005-08-03 Juanma Barranquero <lekktu@gmail.com>
2460
2461 * .cvsignore: Add `lock'.
2462
2463 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
2464
2465 * .cvsignore: Add `data' and `site-lisp' (for in-place installs).
2466
2467 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
2468
2469 Merge gnulib getopt implementation into Emacs.
2470
2471 * Makefile.in (AUTOCONF_INPUTS): New macro.
2472 ($(srcdir)/configure, $(srcdir)/src/stamp-h.in): Depend on it,
2473 so that these files also depend on m4/getopt.m4.
2474 * configure.in: Configure getopt by including m4/getopt.m4,
2475 and configuring a getopt replacement if necessary.
2476 * make-dist: Add m4 subdirectory. Unlink lib-src/getopt.h.
2477 * m4/getopt.m4: New file.
2478
2479 2005-07-06 Lute Kamstra <lute@gnu.org>
2480
2481 * configure.in: Fix capitalization.
2482
2483 2005-07-04 Lute Kamstra <lute@gnu.org>
2484
2485 Update FSF's address in GPL notices.
2486
2487 2005-06-19 Jérôme Marant <jerome@marant.org>
2488
2489 * Makefile.in (epaths-force): Protect both lisppath and
2490 buildlisppath from whitespace.
2491
2492 2005-06-08 Steven Tamm <steventamm@mac.com>
2493
2494 * configure.in: Support Darwin/MacOSX on Intel
2495
2496 2005-06-06 Jan Djärv <jan.h.d@swipnet.se>
2497
2498 * configure.in (HAVE_CANCELMENUTRACKING): New test.
2499
2500 2005-05-11 Jérôme Marant <jmarant@marant.org>
2501
2502 * configure.in: Add --enable-locallisppath.
2503
2504 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2505
2506 * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes.
2507 Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define
2508 USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes.
2509
2510 2005-05-07 Jérôme Marant <jerome@marant.org>
2511
2512 * make-dist: Remove references to makefile.nt and makefile.def.
2513 Include widgets and images subdirectories of etc. Do not exclude
2514 ldefs-boot.el.
2515
2516 2005-04-23 Andreas Schwab <schwab@suse.de>
2517
2518 * configure.in: Remove duplicate match for powerpc configuration.
2519
2520 2005-04-20 Thien-Thi Nguyen <ttn@gnu.org>
2521
2522 * configure.in: Check for <pwd.h>.
2523
2524 2005-04-14 Lute Kamstra <lute@gnu.org>
2525
2526 * make-dist: Distribute all ChangeLog files in lisp/.
2527 Don't distribute ldefs-boot.el.
2528 lisp/makefile.nt no longer exists.
2529
2530 2005-04-13 Lute Kamstra <lute@gnu.org>
2531
2532 * make-dist: Don't use DONTCOMPILE from lisp/Makefile.in; check
2533 for "no-byte-compile: t" in the file instead.
2534
2535 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2536
2537 * configure.in <Motif>: Don't let a special LessTif/Motif1.2 install
2538 shadow the main Lesstif/Motif-2.1 libs and includes.
2539
2540 2005-03-10 Jan Djärv <jan.h.d@swipnet.se>
2541
2542 * configure.in: Only add XASSERTS to cppflags.
2543
2544 2005-03-04 Jan Djärv <jan.h.d@swipnet.se>
2545
2546 * configure.in: Added --enable-asserts.
2547
2548 2005-02-09 Kim F. Storm <storm@cua.dk>
2549
2550 Change release version from 21.4 to 22.1 throughout.
2551 Change development version from 21.3.50 to 22.0.50.
2552
2553 2005-01-19 Steven Tamm <steventamm@mac.com>
2554
2555 * configure.in: Check for <sys/utsname.h>.
2556
2557 2004-12-11 Kim F. Storm <storm@cua.dk>
2558
2559 * Makefile.in (info): Undo 2004-12-05 change.
2560
2561 2004-12-08 Luc Teirlinck <teirllm@auburn.edu>
2562
2563 * info/dir (File): Add URL and Org Mode manuals.
2564 * Makefile.in (install-arch-indep, uninstall): Add url and org
2565 manuals.
2566
2567 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2568
2569 * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly
2570 committed to src/config.in.
2571
2572 2004-12-07 Jan Djärv <jan.h.d@swipnet.se>
2573
2574 * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for
2575 pthreads and define HAVE_GTK_AND_PTHREAD.
2576
2577 2004-12-05 Richard M. Stallman <rms@gnu.org>
2578
2579 * Makefile.in (info): Ignore errors building info files.
2580
2581 2004-11-27 Eli Zaretskii <eliz@gnu.org>
2582
2583 * config.bat: If 8-byte alignment is not supported, define
2584 NO_DECL_ALIGN in src/config.h, instead of trivially defining
2585 DECL_ALIGN. Protect & with "" because & is special for cmd.exe;
2586 filter through Sed to remove the quotes.
2587
2588 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2589
2590 * info/.cvsignore: Ignore everything. It's OK since .cvsignore does
2591 not apply to files explicitly `cvs add'ed.
2592
2593 2004-11-12 Eli Zaretskii <eliz@gnu.org>
2594
2595 * config.bat: Don't require djecho.exe for the v1.x build.
2596 Add a test for DECL_ALIGN support, and add a trivial definition to
2597 src/config.h if 8-byte alignment is not supported.
2598
2599 2004-11-08 Kim F. Storm <storm@cua.dk>
2600
2601 * Makefile.in (bootstrap, bootstrap-clean-before): Remove .elc
2602 files before building.
2603 (bootfast, bootstrap-clean-before-fast): New targets, like
2604 bootstrap but don't remove .elc files.
2605
2606 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
2607
2608 * configure.in: Add check for getrusage.
2609
2610 2004-11-02 Jan Djärv <jan.h.d@swipnet.se>
2611
2612 * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION):
2613 New tests for new and old GTK file dialogs.
2614 (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
2615 to no.
2616
2617 2004-10-20 Jan Djärv <jan.h.d@swipnet.se>
2618
2619 * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32
2620 can be set. Remove SETARCH test.
2621
2622 2004-10-08 Steven Tamm <steventamm@mac.com>
2623
2624 * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h
2625
2626 2004-10-06 Jan Djärv <jan.h.d@swipnet.se>
2627
2628 * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to
2629 AC_MSG_WARN. Move output of warning message to end of configure run.
2630
2631 2004-10-05 Jan Djärv <jan.h.d@swipnet.se>
2632
2633 * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD.
2634 Run test to see if heap start address is random.
2635
2636 2004-09-29 Miles Bader <miles@gnu.org>
2637
2638 * configure.in (HAVE_EXECSHIELD): Test correct env variable to see
2639 if setarch is present.
2640
2641 2004-09-25 Jan Djärv <jan.h.d@swipnet.se>
2642
2643 * configure.in (HAVE_EXECSHIELD): Only define on x86.
2644
2645 2004-09-24 Jan Djärv <jan.h.d@swipnet.se>
2646
2647 * configure.in: Check for exec-shield.
2648
2649 2004-08-06 Andreas Schwab <schwab@suse.de>
2650
2651 * Makefile.in (install-arch-indep, uninstall): Add flymake.
2652
2653 2004-07-31 Eli Zaretskii <eliz@gnu.org>
2654
2655 * config.bat: Update URLs in the comments.
2656
2657 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de>
2658
2659 * Makefile.in (install-arch-indep): Add pgg and sieve.
2660
2661 * info/.cvsignore: Added pgg and sieve.
2662
2663 2004-07-05 Andreas Schwab <schwab@suse.de>
2664
2665 * Makefile.in (install-arch-indep): Remove .arch-inventory files.
2666
2667 2004-06-21 Kenichi Handa <handa@m17n.org>
2668
2669 * make-dist: Link leim-ext.el into tempdir.
2670
2671 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
2672
2673 * info/dir (File): Add emacs-xtra.
2674 * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra.
2675
2676 2004-06-12 Juri Linkov <juri@jurta.org>
2677
2678 * info/dir: Move menu help lines from `* Menu:' to file header.
2679 Describe the purpose of a red *.
2680
2681 2004-05-04 Dave Love <fx@gnu.org>
2682
2683 * configure.in: Don't use `extrasub'.
2684
2685 2004-04-29 Dave Love <fx@gnu.org>
2686
2687 * configure.in: Don't forget to quote args to `test'.
2688
2689 2004-04-24 Thien-Thi Nguyen <ttn@gnu.org>
2690
2691 * autogen.sh: Update filename in "please read" message.
2692
2693 2004-04-17 Richard M. Stallman <rms@gnu.org>
2694
2695 * INSTALL: Move the info about site-lisp dirs,
2696 and say uninstalled Emacs looks there too.
2697
2698 2004-04-04 Eli Zaretskii <eliz@gnu.org>
2699
2700 * config.bat (lib-src): Recognize comment lines in Makefile.in
2701 that have a TAB after the #, to avoid errors in preprocessing with
2702 GCC 3.3.3.
2703
2704 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
2705
2706 * Makefile.in: Mention in comment that `make maintainer-clean'
2707 deletes .elc files.
2708
2709 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * update-subdirs: Add local variables to prevent byte-compiling.
2712
2713 2004-03-21 Dave Love <fx@gnu.org>
2714
2715 * configure.in: Fix previous change.
2716
2717 2004-03-18 Dave Love <fx@gnu.org>
2718
2719 * configure.in: Add -znocombreloc to LDFLAGS if compiler supports it.
2720
2721 2004-03-15 Luc Teirlinck <teirllm@auburn.edu>
2722
2723 * info/dir (File): Add SMTP and SES.
2724
2725 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
2726
2727 * Makefile.in (maintainer-clean): Clean in the lisp dir as well.
2728 (bootstrap): Use the new bootstrap-prepare target in lisp.
2729
2730 2004-02-18 Kim F. Storm <storm@cua.dk>
2731
2732 * INSTALL.CVS: Add info about ssh/cvs related problems and work-around.
2733
2734 2004-02-16 Eli Zaretskii <eliz@gnu.org>
2735
2736 * make-dist: Don't link index.*perm and permute-index into tempdir.
2737
2738 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
2739
2740 * AUTHORS (JonathanYavner): Rename testcover-*.el to tcover-*.el
2741 to match previous changes by Eli Zaretskii.
2742
2743 2004-02-09 Luc Teirlinck <teirllm@auburn.edu>
2744
2745 * Makefile.in: Set CDPATH to an empty string.
2746
2747 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
2748
2749 * configure.in <darwin>: Use fink packages if available.
2750
2751 2004-01-25 Jérôme Marant <jmarant@free.fr> (tiny change)
2752
2753 * make-dist (lispref): Do include lispref/index.texi.
2754
2755 2004-01-06 Eric Hanchrow <offby1@blarg.net> (tiny change)
2756
2757 * make-dist (tempdir): Include cursors in nt/icons.
2758
2759 2003-12-30 Eli Zaretskii <eliz@gnu.org>
2760
2761 * INSTALL.CVS: Renamed from INSTALL-CVS to avoid file-name
2762 clashes with install-sh on 8+3 filesystems.
2763
2764 2003-12-08 Miles Bader <miles@gnu.org>
2765
2766 * .cvsignore: Add .arch-inventory.
2767
2768 2003-12-24 Andreas Schwab <schwab@suse.de>
2769
2770 * configure.in: Check for <sys/socket.h>. Include it before
2771 including <net/if.h>. Move check for <net/if.h> before its use.
2772
2773 2003-12-24 Jan Djärv <jan.h.d@swipnet.se>
2774
2775 * Makefile.in (install-arch-dep): Don't let cd output go into
2776 pipe for carbon_appdir.
2777
2778 2003-12-24 Andreas Schwab <schwab@suse.de>
2779
2780 * configure.in (PKG_CHECK_MODULES): Fix quoting.
2781
2782 2003-12-01 Andreas Schwab <schwab@suse.de>
2783
2784 * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of
2785 hardcoding gcc.
2786
2787 2003-11-16 Jan Djärv <jan.h.d@swipnet.se>
2788
2789 * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle
2790 multiple displays.
2791 Wrong number of args to AC_CHECK_LIB for HAVE_X_SM test corrected.
2792
2793 2003-09-23 Dave Love <fx@gnu.org>
2794
2795 * configure.in: Check members of struct ifreq.
2796
2797 2003-09-14 Kim F. Storm <storm@cua.dk>
2798
2799 * configure.in: Add checks for sys/ioctl.h and net/if.h.
2800
2801 2003-09-12 Luc Teirlinck <teirllm@mail.auburn.edu>
2802
2803 * Makefile.in (install-arch-indep, uninstall): Add SES manual.
2804
2805 2003-08-18 Lute Kamstra <lute@gnu.org>
2806
2807 * configure.in: Revert the change of 2003-07-29 as GTK+ 2.2 is not
2808 required anymore.
2809
2810 2003-08-07 Andrew Choi <akochoi@shaw.ca>
2811
2812 * configure.in [powerpc-apple-darwin*]: Use the -no-cpp-precomp
2813 option instead of -traditional-cpp for CPP.
2814
2815 2003-07-29 Richard M. Stallman <rms@gnu.org>
2816
2817 * configure.in (HAVE_XIM): Define if XIM is available.
2818
2819 2003-07-29 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
2820
2821 * configure.in: The function gtk_window_set_icon_from_file was
2822 introduced in GTK+ 2.2, so check for that release.
2823
2824 2003-07-23 Andreas Schwab <schwab@suse.de>
2825
2826 * configure.in: Add --enable-maintainer-mode, substitute MAINT.
2827
2828 * Makefile.in (YACC): Remove, not used.
2829 (MAINT): Don't set.
2830 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Use @MAINT@ to
2831 disable dependency on ${srcdir}/configure.in when maintainer mode
2832 is disabled.
2833
2834 2003-07-22 Dave Love <fx@gnu.org>
2835
2836 * configure.in: Make XRegisterIMInstantiateCallback test depend on
2837 HAVE_X11, not with_xim.
2838 (HAVE_CRTIN): Provide template.
2839 <with_png>: Test for png.h and libpng/png.h.
2840
2841 2003-07-15 Andreas Schwab <schwab@suse.de>
2842
2843 * configure.in: Temporarily leave quoting for AC_DEFINE.
2844
2845 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
2846
2847 * configure.in: Check for posix_memalign.
2848
2849 2003-07-12 Richard M. Stallman <rms@gnu.org>
2850
2851 * configure.in [netbsd systems]: Define HAVE_CRTIN properly.
2852
2853 2003-07-09 Kim F. Storm <storm@cua.dk>
2854
2855 * INSTALL (DETAILED BUILDING AND INSTALLATION): Describe new
2856 functionality of --without-xim.
2857
2858 2003-06-29 Dave Love <fx@gnu.org>
2859
2860 * configure.in: Fix XRegisterIMInstantiateCallback check for gcc.
2861
2862 2003-06-23 Dave Love <fx@gnu.org>
2863
2864 * configure.in: Check for sys/_mbstate_t.h.
2865 Test XRegisterIMInstantiateCallback prototype.
2866 (AH_BOTTOM): Define DO_BLOCK_INPUT, my_strftime.
2867
2868 2003-06-06 Dave Love <fx@gnu.org>
2869
2870 * configure.in: Check for locale.h.
2871
2872 2003-06-05 Dave Love <fx@gnu.org>
2873
2874 * configure.in: Check for memcpy, mempcpy, mblen, mbrlen.
2875 Use AC_FUNC_STRFTIME, AC_STRUCT_TIMEZONE, AC_TYPE_MBSTATE_T.
2876 (NLIST_STRUCT): Don't define.
2877 (AH_BOTTOM): Define my_strftime.
2878
2879 2003-06-02 Richard M. Stallman <rms@gnu.org>
2880
2881 * configure.in: Revert changes of 2003-03-03 and 2003-05-24.
2882
2883 2003-05-24 Andreas Schwab <schwab@suse.de>
2884
2885 * configure.in (AH_BOTTOM) [MAC_OSX]: Do not redefine bcopy,
2886 bzero, and bcmp.
2887
2888 2003-05-22 Dave Love <fx@gnu.org>
2889
2890 * configure.in: Remove redundant test for term.h. Test for difftime.
2891
2892 2003-05-20 Dave Love <fx@gnu.org>
2893
2894 * configure.in: Append * to s390-*-linux-gnu case.
2895 (LIBMAIL) <lockfile>: Don't define.
2896
2897 2003-04-30 Richard M. Stallman <rms@gnu.org>
2898
2899 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
2900
2901 2003-04-28 Francesco Potortì <pot@gnu.org>
2902
2903 * configure.in: Undo last (RMS') change, as it is useless, per
2904 Dave Love.
2905
2906 2003-04-08 Richard M. Stallman <rms@gnu.org>
2907
2908 * configure.in: Put #include of jpeglib.h at start of line.
2909
2910 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
2911
2912 * INSTALL (* GNU/Linux development packages): Mention Debian and
2913 RedHat package names.
2914
2915 2003-04-30 Boyd Lynn Gerber <gerberb@zenez.com>
2916
2917 * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*.
2918
2919 2003-04-30 Kai Großjohann <kai.grossjohann@gmx.net>
2920
2921 * INSTALL (* GNU/Linux development packages): Tell people to
2922 install additional packages for compiling Emacs.
2923
2924 2003-04-06 Francesco Potortì <pot@gnu.org>
2925
2926 * configure.in: Use the same configuration for all aix5, not just
2927 aix5.1.
2928
2929 2003-03-16 Nelson H. F. Beebe <beebe@math.utah.edu> (tiny change)
2930
2931 * configure.in: Check for need for bigtoc support on IBM AIX for
2932 solving a linker table overflow problem.
2933
2934 2003-03-03 Rob Browning <rlb@defaultvalue.org>
2935
2936 * configure.in: Add AC_CHECK_FUNCS for memcmp and memmove.
2937 (AH_BOTTOM): Switch tests to prefer memcmp, memset, and memmove
2938 over bzero, bcmp, and bcopy.
2939
2940 2003-02-23 Simon Josefsson <jas@extundo.com>
2941
2942 * Makefile.in (install-arch-indep, uninstall): Add SMTP manual.
2943
2944 2003-02-21 Klaus Zeitler <kzeitler@lucent.com>
2945
2946 * configure.in: Set new hpux10-20.h as "major" include for 10.20.
2947
2948 2003-02-13 Robert J. Chassell <bob@rattlesnake.com> (tiny change)
2949
2950 * INSTALL (* Extra fonts): Say that Emacs doesn't include fonts.
2951
2952 2003-02-08 Andreas Schwab <schwab@suse.de>
2953
2954 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
2955 instead of the substitution.
2956
2957 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
2958
2959 * Makefile.in: Use @EXEEXT@ for Cygwin.
2960 Use USERNAME if LOGNAME is not set (for Cygwin).
2961
2962 * configure.in: Add opsys=cygwin.
2963
2964 2003-01-22 Andreas Schwab <schwab@suse.de>
2965
2966 * configure.in: Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of
2967 redefining it explicitly in src/config.in.
2968
2969 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
2970
2971 * Makefile.in (bootstrap): Make bootstrap-after.
2972
2973 2003-01-20 Jan Djärv <jan.h.d@swipnet.se>
2974
2975 * configure.in: Fix --with-gtk.
2976
2977 2003-01-19 Jan Djärv <jan.h.d@swipnet.se>
2978
2979 * configure.in: Add --with-gtk, --with-x-toolkit=gtk
2980
2981 * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK.
2982
2983 2003-01-14 Francesco Potortì <pot@gnu.org>
2984
2985 * configure.in (m68k-motorola-sysv): Remove (obsolete).
2986
2987 2003-01-07 Steven Tamm <steventamm@mac.com>
2988
2989 * configure.in: New option, --enable-carbon-app, to specify
2990 that the application should be installed
2991 * Makefile.in (install-arch-dep): On Mac OS X, install the
2992 Emacs.app application if carbon-app is enabled
2993
2994 2003-01-06 Dave Love <fx@gnu.org>
2995
2996 * configure.in: Check for nl_langinfo.
2997 [!HAVE_SIZE_T]: Fix typedef.
2998
2999 2003-01-06 David Kastrup <dak@gnu.org>
3000
3001 * Makefile.in (INSTALL_INFO): Get install-info command from configure.
3002
3003 * configure.in: Add tests for install-info.
3004
3005 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
3006
3007 * configure.in (*-sunos5*, *-solaris*): Revert previous change -
3008 use again sol2-6 instead of sol2-8.
3009
3010 2002-12-09 Dave Love <fx@gnu.org>
3011
3012 * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations.
3013
3014 2002-12-08 Andreas Schwab <schwab@suse.de>
3015
3016 * Makefile.in (install-arch-indep): Revert last change.
3017
3018 2002-11-27 Dave Love <fx@gnu.org>
3019
3020 * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
3021 Check for __sys_siglist too. Check for memset.
3022 Use AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
3023
3024 2002-11-22 Juanma Barranquero <lektu@terra.es>
3025
3026 * config.guess, config.sub: Updated from master source.
3027
3028 2002-11-19 Karl Fogel <kfogel@red-bean.com>
3029
3030 * autogen.sh: New file.
3031
3032 2002-11-15 Dave Love <fx@gnu.org>
3033
3034 * configure.in: Tidy up various quoting issues throughout.
3035 Use AC_GNU_SOURCE.
3036 (AH_BOTTOM): Fix #endif protecting config.h. Maybe include
3037 alloca.h. Define GC_SETJMP_WORKS, GC_LISP_OBJECT_ALIGNMENT.
3038 Maybe define bcopy, bzero, bcmp.
3039 (powerpcle-*-solaris2.5*, powerpcle-*-solaris2*): Remove (use
3040 non-existent machine file).
3041 (sys/vlimit.h, sys/resource.h, fsync, __restrict): Test for.
3042 (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test.
3043 (nlist.h): Move test up.
3044
3045 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
3046
3047 * configure.in (*-sunos5*, *-solaris*): Use sol2-8.
3048
3049 2002-11-14 Francesco Potortì <pot@gnu.org>
3050
3051 * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations.
3052
3053 2002-11-11 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
3054
3055 * Makefile.in (install-arch-indep): Prepend $(srcdir)/ to lisp.
3056
3057 2002-11-08 Dave Love <fx@gnu.org>
3058
3059 * configure.in: Use AC_CONFIG_LIBOBJ_DIR and require autoconf 2.54.
3060 (AH_BOTTOM) [!HAVE_SIZE_T]: Typedef size_t.
3061
3062 2002-11-07 Miles Bader <miles@gnu.org>
3063
3064 * Makefile.in (maybe_bootstrap): Fix shell variable usage.
3065 Handle separate-build-dir case.
3066
3067 2002-11-06 Richard M. Stallman <rms@gnu.org>
3068
3069 * Makefile.in (maybe_bootstrap): Add doublequotes to make it
3070 bulletproof. $bar may be empty when there are no .elc files.
3071
3072 2002-10-30 Dave Love <fx@gnu.org>
3073
3074 * configure.in: Require autoconf 2.53. Test for pty.h,
3075 sys/mman.h, sys/param.h, mremap, memmove.
3076 (AH_BOTTOM): Maybe include strings.h. Add local variables for mode.
3077 (AC_PROG_YACC): Delete.
3078 (size_t): Use AC_CHECK_TYPES.
3079 (AH_TOP): Up-date copyright.
3080
3081 2002-10-01 Juanma Barranquero <lektu@terra.es>
3082
3083 * update-subdirs: Add "no-byte-compile: t" to subdirs.el.
3084
3085 2002-09-19 Richard M. Stallman <rms@gnu.org>
3086
3087 * configure.in: Fix the LessTif-directory-finder for real.
3088
3089 2002-09-14 Richard M. Stallman <rms@gnu.org>
3090
3091 * Makefile.in (maybe_bootstrap): Test for complete absence
3092 of compiled Lisp files.
3093
3094 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
3095
3096 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
3097 (bootstrap-clean-after): Delete.
3098 (bootstrap): Make the sequencing explicit.
3099
3100 2002-09-10 Richard M. Stallman <rms@gnu.org>
3101
3102 * configure.in: Fix previous LessTif change.
3103
3104 2002-09-09 Richard M. Stallman <rms@gnu.org>
3105
3106 * configure.in (powerpcle-*-solaris2.5*): New configuration.
3107 (powerpcle-*-solaris*): Use version 2.6 as default.
3108 (*-sunos5.6*, *-solaris2.6*): New alternative.
3109 (*-sunos5*): Use version 2.6 as default.
3110
3111 2002-09-06 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3112
3113 * configure.in: Fix typo.
3114
3115 2002-09-05 Richard M. Stallman <rms@gnu.org>
3116
3117 * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
3118
3119 * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
3120 $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
3121
3122 2002-08-26 Kim F. Storm <storm@cua.dk>
3123
3124 * Makefile.in (install-arch-indep): Do not remove DOC file
3125 when it is the only DOC file installed; this is the case when
3126 CANNOT_DUMP is defined. From Joe Buehler (tiny change).
3127
3128 2002-07-24 Markus Rost <rost@math.ohio-state.edu>
3129
3130 * configure.in: Fix typo.
3131
3132 2002-07-24 Richard M. Stallman <rms@gnu.org>
3133
3134 * configure.in: Don't print anything special about gamedir.
3135
3136 * configure.in: Delete nonstandard --with-game-user option.
3137
3138 2002-07-21 Richard M. Stallman <rms@gnu.org>
3139
3140 * Makefile.in (gamedir, localstatedir): New variables.
3141 (epaths-force): Insert value of gamedir into PATH_GAME.
3142
3143 * configure.in (gamedir): Handle it like lispdir.
3144 (--with-game-dir option): Delete.
3145
3146 2002-06-21 Pavel Janík <Pavel@Janik.cz>
3147
3148 * configure.in: Add support for mipseb-*-netbsd* machines.
3149
3150 2002-06-18 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3151
3152 * Makefile.in (install-arch-indep, uninstall): Add Tramp.
3153
3154 2002-06-17 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3155
3156 * info/dir (File): Add an entry for Tramp.
3157
3158 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
3159
3160 * INSTALL-CVS: New file.
3161
3162 2002-06-07 Andreas Schwab <schwab@suse.de>
3163
3164 * configure.in (x86_64-*-linux-gnu*): New system.
3165
3166 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
3167
3168 * config.bat: Handle the case when lispintro is truncated to lispintr.
3169
3170 2002-05-26 Paul Eggert <eggert@twinsun.com>
3171
3172 * config.guess, config.sub: Updated from master source.
3173
3174 2002-05-09 Richard M. Stallman <rms@gnu.org>
3175
3176 * configure.in (emacs_cv_speed_t): Add square brackets for clarity.
3177
3178 2002-05-04 Pavel Janík <Pavel@Janik.cz>
3179
3180 * make-dist: Do not distribute lock/ directory.
3181
3182 2002-04-30 Andrew Choi <akochoi@shaw.ca>
3183
3184 * configure.in: Provide documentation string when defining
3185 variable HAVE_CARBON. Also define HAVE_WINDOW_SYSTEM, HAVE_MOUSE,
3186 and HAVE_MENUS in AH_BOTTOM if HAVE_CARBON is defined.
3187
3188 2002-04-28 Colin Walters <walters@verbum.org>
3189
3190 * configure.in: Delete configure check for access to the game user.
3191
3192 2002-04-29 Pavel Janík <Pavel@Janik.cz>
3193
3194 * make-dist: lwlib/Imakefile is removed.
3195
3196 2002-04-26 Andrew Choi <akochoi@shaw.ca>
3197
3198 * configure.in: Add support for powerpc-apple-darwin*.
3199 (HAVE_CARBON): Add.
3200
3201 * make-dist: Create directories in mac/Emacs.app.
3202
3203 2002-04-25 Pavel Janík <Pavel@Janik.cz>
3204
3205 * make-dist: lwlib-Xol* are removed.
3206
3207 2002-04-23 Andreas Schwab <schwab@suse.de>
3208
3209 * Makefile.in (MAINT): New variable.
3210 (${srcdir}/configure, $(srcdir)/src/stamp-h.in): Depend on this
3211 instead of configure.in, to avoid running autoconf and autoheader
3212 unless explicitly requested.
3213
3214 2002-04-16 Eli Zaretskii <eliz@gnu.org>
3215
3216 * config.bat: Update for msdos/sed2v2.inp.
3217
3218 2002-04-15 Andreas Schwab <schwab@suse.de>
3219
3220 * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
3221 * configure.in: Add config header templates to all AC_DEFINE and
3222 AC_DEFINE_UNQUOTED symbols.
3223 * make-dist: Run autoheader if necessary.
3224
3225 2002-04-10 Colin Walters <walters@verbum.org>
3226
3227 * configure.in: Add --game-dir, --game-user. Test to see if we
3228 can use them.
3229
3230 2002-04-08 Pavel Janík <Pavel@Janik.cz>
3231
3232 * configure.in: Add --with-sound.
3233
3234 2002-03-18 Kim F. Storm <storm@cua.dk>
3235
3236 * configure.in: Test for sendto, recvfrom, getsockopt, setsockopt,
3237 and getsockname functions. Test for sys/un.h include file.
3238
3239 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
3240
3241 * configure.in: Support AIX 5.1.
3242
3243 2002-03-10 Jan Djärv <jan.h.d@swipnet.se>
3244
3245 * configure.in: Added test for X Session Management (HAVE_X_SM).
3246
3247 2002-03-03 Richard M. Stallman <rms@gnu.org>
3248
3249 * Makefile.in (install-arch-indep): Use umask 022 for DOC* and lisp/.
3250 Run chown $${LOGNAME} on files installed by tar xvf.
3251
3252 2002-03-03 Kim F. Storm <storm@cua.dk>
3253
3254 * configure.in: Test for getpeername.
3255
3256 2002-03-01 Richard M. Stallman <rms@gnu.org>
3257
3258 * configure.in (HAVE_JPEG): Turn it off if libjpeg version < 6b.
3259 (HAVE_GIF): Don't use old libungif versions that crash.
3260
3261 2002-02-26 Richard M. Stallman <rms@gnu.org>
3262
3263 * configure.in <making srcdir absolute>: Verify that PWD is correct,
3264 not just well-formed and valid.
3265 (mips-compaq-nonstopux*): New configuration.
3266
3267 2002-02-18 Paul Eggert <eggert@twinsun.com>
3268
3269 * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
3270 "sed q" is a portable equivalent to plain "head -1".
3271
3272 2002-02-13 Richard M. Stallman <rms@gnu.org>
3273
3274 * Makefile.in (maybe_bootstrap): Do `exit 1'.
3275 (all): Don't depend on maybe_bootstrap here.
3276 (${SUBDIR}): Depend on it here instead.
3277
3278 2002-02-08 Richard M. Stallman <rms@gnu.org>
3279
3280 * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
3281
3282 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3283
3284 * configure.in: Recognize BSD/OS 5.0.
3285
3286 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3287
3288 * make-dist: Make version checking in emacs.texi consistent with
3289 how we set it there.
3290
3291 2001-12-29 Kim F. Storm <storm@cua.dk>
3292
3293 * INSTALL: <CONFIGURATION BY HAND> Now requires autoconf 2.51.
3294
3295 2001-12-28 Richard M. Stallman <rms@gnu.org>
3296
3297 * configure.in: Test for mbsinit.
3298
3299 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
3300
3301 These changes make Leim part of the standard distribution:
3302
3303 * README: Add info about the `leim' directory.
3304
3305 * INSTALL: Remove text that describes Leim as a separate package.
3306
3307 * noleim-Makefile.in: File removed.
3308
3309 * make-dist: Don't copy noleim-Makefile.in to the leim subdirectory.
3310 Link Leim files to ${tempdir}/leim, not to real-leim. Don't move
3311 Leim files out of the Emacs tree. Don't prepare a separate tarball
3312 for Leim.
3313
3314 2001-12-11 Richard M. Stallman <rms@gnu.org>
3315
3316 * configure.in (hppa*-*-linux-gnu*): New alternative.
3317
3318 2001-12-08 Pavel Janík <Pavel@Janik.cz>
3319
3320 * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when
3321 creating distribution.
3322
3323 2001-12-06 Paul Eggert <eggert@twinsun.com>
3324
3325 * configure.in (AC_PREREQ): Bump from 2.50 to 2.51; needed for vfork.
3326 (AC_FUNC_VFORK): Remove.
3327 (AC_FUNC_FORK): Add.
3328 (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS;
3329 this is required by recent Autoconf versions.
3330
3331 2001-12-02 Pavel Janík <Pavel@Janik.cz>
3332
3333 * make-dist: Do not try to link removed files (aclocal.m4, _emacs,
3334 TODO, vms-pp.trans and others).
3335
3336 2001-11-29 Pavel Janík <Pavel@Janik.cz>
3337
3338 * make-dist: Use COPYING from the top-level directory.
3339
3340 2001-11-29 Gerd Moellmann <gerd@gnu.org>
3341
3342 * configure.in: Add support for FreeBSD/Alpha.
3343
3344 2001-11-29 Pavel Janík <Pavel@Janik.cz>
3345
3346 * make-dist: Add COPYING to the top-level directory of the
3347 distribution. Simplify the logic behind copying.
3348
3349 * Makefile.in (maybe_bootstrap): Fix previous change.
3350
3351 2001-11-28 Richard M. Stallman <rms@gnu.org>
3352
3353 * Makefile.in (maybe_bootstrap): Don't bootstrap, just suggest it.
3354
3355 2001-11-26 Richard M. Stallman <rms@gnu.org>
3356
3357 * Makefile.in: bootstrap should not delete dumped executables.
3358 (bootstrap-clean-before): New target.
3359 (bootstrap): Use bootstrap-clean-before instead of clean.
3360 (bootstrap-clean-after): Rename from bootstrap-clean. Calls changed.
3361
3362 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
3363
3364 These changes add the Emacs Lisp Introduction manual to the
3365 distribution:
3366
3367 * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
3368
3369 * make-dist: Copy the files in lispintro directory.
3370
3371 * config.bat: Configure in the lispintro directory.
3372
3373 * configure.in (AC_OUTPUT): Add lispintro/Makefile.
3374
3375 * Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
3376 (lispintro/Makefile): New target.
3377 (mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
3378 (unlock, relock, info, dvi): Ditto.
3379
3380 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3381
3382 * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
3383
3384 * make-dist (etc): Don't distribute gfdl.1.
3385
3386 2001-11-22 Colin Walters <walters@debian.org>
3387
3388 * Makefile.in (install-arch-indep): Install the calc .info files.
3389 (uninstall): Handle deletion of calc .info files (thanks Pavel Janík).
3390
3391 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3392
3393 * make-dist (lispref): Add *.txt, *.el, permute-index, and
3394 tindex.pl to the list of those being put into the distribution.
3395
3396 2001-11-16 Eli Zaretskii <eliz@gnu.org>
3397
3398 * configure.in: Add coff.h to the list in AC_CHECK_HEADERS.
3399
3400 2001-11-15 Pavel Janík <Pavel@Janik.cz>
3401
3402 * Makefile.in (uninstall): Fix previous change.
3403
3404 * configure.in, Makefile.in: Add support for --program-prefix,
3405 --program-suffix and --program-transform-name options.
3406
3407 2001-11-13 Pavel Janík <Pavel@Janik.cz>
3408
3409 * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
3410 (install-arch-indep): Install emacsclient manual page.
3411 (uninstall): Uninstall emacsclient manual page.
3412
3413 2001-11-12 Eli Zaretskii <eliz@is.elta.co.il>
3414
3415 * make-dist: Add lispref/index.*perm files to the distribution.
3416 From Pavel Janík <Pavel@Janik.cz>.
3417
3418 2001-11-12 Pavel Janík <Pavel@Janik.cz>
3419
3420 * Makefile.in (uninstall): Remove gfdl.1 when uninstalling.
3421
3422 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3423
3424 * configure.in: AC_OUTPUT lispref/Makefile.
3425
3426 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
3427
3428 The following changes add the ELisp reference manual to the
3429 distribution.
3430
3431 * make-dist: Add the lispref directory to the distribution.
3432
3433 * Makefile.in (install-arch-indep): Add elisp* to the list of
3434 installed Info files.
3435 (SUBDIR_MAKEFILES): Add lispref/Makefile.
3436 (lispref/Makefile): New target.
3437 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
3438 Add commands for the lispref directory.
3439 (info, dvi): Ditto.
3440
3441 * config.bat: Configure in `lispref'.
3442
3443 2001-11-09 Richard M. Stallman <rms@gnu.org>
3444
3445 * Makefile.in (bootstrap-lisp): Don't suppress error messages.
3446
3447 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
3448
3449 * make-dist (tempdir): Copy AUTHORS as well.
3450
3451 2001-11-06 Sam Steingold <sds@gnu.org>
3452
3453 * configure.in: Added a check for <nlist.h>.
3454
3455 2001-11-01 Pavel Janík <Pavel@Janik.cz>
3456
3457 * configure.in: Reindent --help output.
3458 From Per Starbäck (starback@ling.uu.se).
3459
3460 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
3461
3462 * configure.in: New entry for HP/UX-11.
3463
3464 * Makefile.in (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP.
3465 From Eric S. Raymond <esr@golux.thyrsus.com>.
3466
3467 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3468
3469 * configure.in (s390-*-linux-gnu): New system. From Adam Thornton
3470 <athornton@sinenomine.net>.
3471
3472 2001-10-25 Gerd Moellmann <gerd@gnu.org>
3473
3474 * Makefile.in (maybe_bootstrap): New target.
3475 (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
3476
3477 2001-10-24 Ken Raeburn <raeburn@gnu.org>
3478
3479 * configure.in: If --with-hesiod is given, look for
3480 hes_getmailhost and res_send or __res_send; check hesiod and
3481 resolv libraries respectively if system libraries don't supply them.
3482
3483 2001-10-24 Gerd Moellmann <gerd@gnu.org>
3484
3485 * configure.in: Use $MAKE for `make' if set.
3486
3487 2001-10-22 Gerd Moellmann <gerd@gnu.org>
3488
3489 * Makefile.in (install-arch-indep): Add -h (follow symlinks)
3490 to tar options.
3491
3492 2001-10-20 Gerd Moellmann <gerd@gnu.org>
3493
3494 * (Version 21.1 released).
3495
3496 2001-10-20 Miles Bader <miles@gnu.org>
3497
3498 * configure.in (configuration): Set from `host' if `host_alias'
3499 isn't defined.
3500
3501 2001-10-19 Andreas Schwab <schwab@suse.de>
3502
3503 * configure.in: Make ready for autoconf 2.5x.
3504 (AC_PREREQ): Require autoconf 2.50.
3505 * aclocal.m4: Removed.
3506 * Makefile.in (${srcdir}/configure): Don't depend on aclocal.m4.
3507
3508 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3509
3510 * README: Bump Emacs version to 21.1.50.
3511
3512 2001-10-05 Gerd Moellmann <gerd@gnu.org>
3513
3514 * Branch for 21.1.
3515
3516 2001-09-05 Gerd Moellmann <gerd@gnu.org>
3517
3518 * configure.in: Avoid `$@' which is handled specially in
3519 Autoconf 2.52. From "Adam J. Richter" <adam@yggdrasil.com>.
3520
3521 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
3522
3523 * make-dist (nt): Add subdirs.el to the list of distributed files.
3524
3525 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3526
3527 * configure.in (machine): Add an entry for
3528 hppa1.1-hitachi-hiuxwe2*.
3529
3530 2001-05-28 Gerd Moellmann <gerd@gnu.org>
3531
3532 * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset
3533 LC_MESSAGES and LANG. From Karl Eichwalder <keichwa@gmx.net>.
3534
3535 2001-05-14 Gerd Moellmann <gerd@gnu.org>
3536
3537 * make-dist: Copy texinfo.tex unconditionally.
3538
3539 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
3540
3541 * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages
3542 that are installed.
3543
3544 2001-04-06 Gerd Moellmann <gerd@gnu.org>
3545
3546 * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
3547 Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
3548
3549 * make-dist: Handle leim/MISC-DIC. Only include
3550 `[a-zA-Z]*.{el,elc}' from leim/quail.
3551
3552 2001-04-05 Gerd Moellmann <gerd@gnu.org>
3553
3554 * Makefile.in (install-arch-indep): Remove .cvsignore files.
3555
3556 2001-03-30 Gerd Moellmann <gerd@gnu.org>
3557
3558 * Makefile.in (.PHONY): Add for bootstrap targets.
3559 (bootstrap-clean): New target.
3560 (bootstrap): Use it instead of `clean'.
3561
3562 2001-03-29 Eli Zaretskii <a34785@is.elta.co.il>
3563
3564 * Makefile.in (SUBDIR): Remove leim.
3565 (all, .RECURSIVE, extraclean): Add leim explicitly.
3566 (leim): Provide separate rule which exports PARALLEL=0 into the
3567 environment.
3568
3569 2001-03-20 Gerd Moellmann <gerd@gnu.org>
3570
3571 * configure.in (HAVE_XPM): Don't print the result of the check for
3572 XpmReturnAllocPixels if we don't have an xpm.h.
3573
3574 2001-03-05 Gerd Moellmann <gerd@gnu.org>
3575
3576 * COPYING: New file.
3577
3578 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
3579
3580 * config.bat: Update the copyright.
3581
3582 2001-02-23 Kenichi Handa <handa@etl.go.jp>
3583
3584 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
3585 converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL
3586 to `yes'. Later in AC_OUTPUT, check this variable.
3587
3588 2001-02-09 Dave Love <fx@gnu.org>
3589
3590 * AUTHORS: Updated.
3591
3592 2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3593
3594 * info/dir (Ebrowse): Fix the entry (was missing a dot).
3595
3596 2001-02-02 Gerd Moellmann <gerd@gnu.org>
3597
3598 * mkinstalldirs (errstatus): Chmod a+rx directories we create.
3599
3600 * Makefile.in (uninstall): Ignore exit code of `rm'.
3601
3602 * Makefile.in (uninstall): Remove more info files. Remove
3603 ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*.
3604
3605 2001-01-31 Gerd Moellmann <gerd@gnu.org>
3606
3607 * noleim-Makefile.in (extraclean): Add.
3608
3609 2001-01-28 Gerd Moellmann <gerd@gnu.org>
3610
3611 * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep
3612 it quiet.
3613
3614 2001-01-24 Colin Walters <walters@cis.ohio-state.edu>
3615
3616 * Makefile.in (tags): Fix typo.
3617
3618 2001-01-13 Kenichi Handa <handa@etl.go.jp>
3619
3620 * configure.in: Fix typo in the code setting x_search_path.
3621
3622 2001-01-10 Dave Love <fx@gnu.org>
3623
3624 * configure.in: Don't reset LIBS at end of -lXmu test. Test for
3625 -lXext.
3626 (HAVE_XKBGETKEYBOARD): Fix reporting of result.
3627 (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB.
3628 (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF):
3629 Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB
3630 (now in $LIBS).
3631
3632 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3633
3634 * config.bat: Run the preprocessor with -traditional.
3635
3636 2001-01-01 Eli Zaretskii <eliz@is.elta.co.il>
3637
3638 * INSTALL: Move copying conditions to end of file.
3639
3640 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3641
3642 * INSTALL: Add basic installation procedure which assumes
3643 `configure' does its job. Elaborate on image support libraries.
3644 Add a pointer to Xaw3d library. Add advice about solving
3645 configure-time problems by looking in config.log and setting
3646 variables in the environment.
3647
3648 2000-12-27 Gerd Moellmann <gerd@gnu.org>
3649
3650 * Makefile.in (install-arch-indep): If tar fails, exit with
3651 exit code 1.
3652
3653 2000-12-19 Gerd Moellmann <gerd@gnu.org>
3654
3655 * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose
3656 source file includes XKBlib.h. On some broken Solaris systems,
3657 there is an XKBlib.h, reportedly, but header files included by
3658 XKBlib.h are missing.
3659
3660 2000-12-14 Gerd Moellmann <gerd@gnu.org>
3661
3662 * configure.in: AC_CHECK_FUNC XkbGetKeyboard.
3663
3664 2000-12-11 Dave Love <fx@gnu.org>
3665
3666 * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP.
3667
3668 2000-12-11 Paul Eggert <eggert@twinsun.com>
3669
3670 * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE):
3671 Merge fixes from latest GNU tar version. These macros no longer
3672 futz with _XOPEN_SOURCE, as that was not portable in practice.
3673 (AC_FUNC_FSEEKO): New macro.
3674
3675 * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
3676 ftello.
3677
3678 2000-12-05 Dave Love <fx@gnu.org>
3679
3680 * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
3681
3682 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
3683
3684 * info/dir: Change the category to "Emacs".
3685
3686 2000-12-01 Gerd Moellmann <gerd@gnu.org>
3687
3688 * make-dist (tempdir): Remove epaths.h from the distribution
3689 instead of paths.h.
3690
3691 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3692
3693 * config.bat: Check for existence of djecho.exe, and print an
3694 error message if it is not available.
3695
3696 * INSTALL: Describe possible problem with djecho.exe in old
3697 versions of DJGPP v2.x.
3698
3699 2000-11-23 Gerd Moellmann <gerd@gnu.org>
3700
3701 * configure.in: Initialize HAVE_LIBXP to no.
3702
3703 2000-11-22 Gerd Moellmann <gerd@gnu.org>
3704
3705 * configure.in: Use m/macppc.h instead of the non-existent
3706 m/powerpc.h.
3707
3708 2000-11-21 Gerd Moellmann <gerd@gnu.org>
3709
3710 * Makefile.in (install-arch-indep): Also install info/eshell*
3711 and info/speedbar*.
3712
3713 * configure.in (HAVE_PNG): Check for the presence of
3714 png_get_channels to rule out older PNG libs.
3715
3716 * configure.in (AC_OUTPUT): Arrange to emit definitions of
3717 GCC and NON_GNU_CPP into config.status.
3718
3719 2000-11-20 Dave Love <fx@gnu.org>
3720
3721 * configure.in: Fix last change.
3722
3723 * GETTING.GNU.SOFTWARE: Deleted.
3724 * FTP: New file to replace it.
3725 * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE.
3726
3727 2000-11-20 Gerd Moellmann <gerd@gnu.org>
3728
3729 * configure.in: Use -traditional with GNU cpp.
3730
3731 2000-11-17 Gerd Moellmann <gerd@gnu.org>
3732
3733 * make-dist: Handle the Mac port. Distribute all makefile.w32-in.
3734 Distribute more files from the nt/ subdir. Distribute PBM
3735 image files from subdirs of lisp/. Distribute old change logs
3736 from subdirs of lisp/. Distribute play/5x5.el.
3737
3738 2000-11-11 Dave Love <fx@gnu.org>
3739
3740 * config.sub, config.guess: Updated from master source.
3741
3742 2000-11-07 Dave Love <fx@gnu.org>
3743
3744 * configure.in: Test for mkstemp.
3745
3746 2000-11-01 Eli Zaretskii <eliz@is.elta.co.il>
3747
3748 * info/dir (Top): Rearrange menu items more logically, and put
3749 them into a single category. Add menu items for RefTeX and
3750 Widget.
3751
3752 2000-10-29 Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3753
3754 * Makefile.in (install-arch-indep): Use --info-dir instead of
3755 --dir-file, and a simple argument instead of --info-file, so that
3756 the Debian version of install-info also works.
3757
3758 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
3759
3760 * info/dir (Speedbar): Add entry.
3761
3762 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
3763
3764 * INSTALL: Describe the new image-support options to the configure
3765 script. List URLs where image support libraries can be found.
3766
3767 2000-10-14 Eli Zaretskii <eliz@is.elta.co.il>
3768
3769 * info/dir (Top): Add an entry for Eshell.
3770
3771 2000-10-02 Dave Love <fx@gnu.org>
3772
3773 * configure.in: Check for gai_strerror.
3774
3775 2000-10-01 Andreas Schwab <schwab@suse.de>
3776
3777 * Makefile.in (install-arch-indep): Update list of installed info files.
3778
3779 2000-09-30 Gerd Moellmann <gerd@gnu.org>
3780
3781 * configure.in: Support `sparc*-*-netbsd*'.
3782
3783 2000-09-29 Eli Zaretskii <eliz@is.elta.co.il>
3784
3785 * info/dir (MIME): Add entry for emacs-mime.
3786
3787 2000-09-29 Dave Love <fx@gnu.org>
3788
3789 * configure.in: Fix alpha*-dec-osf4 using the osf5 config.
3790
3791 2000-09-26 Gerd Moellmann <gerd@gnu.org>
3792
3793 * make-dist: Adapt to the change of leim/Makefile which was
3794 necessary to ensure a reasonably working `make dist'.
3795
3796 * leim-Makefile.in: Moved to leim/Makefile.in..
3797
3798 * noleim-Makefile.in: New file, formerly leim/Makefile.in.
3799
3800 2000-09-21 Kenichi Handa <handa@etl.go.jp>
3801
3802 * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
3803 (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
3804 (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
3805 files to .elc.
3806 (${TIT}): Adjusted for the above change.
3807 (clean mostlyclean): Likewise.
3808 (.el.elc): New target.
3809
3810 2000-09-19 Gerd Moellmann <gerd@gnu.org>
3811
3812 * make-dist: Include XPM and XBM files in lisp/ and subdirs
3813 in the distribution.
3814
3815 2000-09-18 Gerd Moellmann <gerd@gnu.org>
3816
3817 * make-dist (skk): Rename to `ja-dic' because the leim directory
3818 was renamed.
3819
3820 2000-09-14 Dave Love <fx@gnu.org>
3821
3822 * configure.in: Fix spurion in last change.
3823
3824 2000-09-14 Gerd Moellmann <gerd@gnu.org>
3825
3826 * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system
3827 configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC
3828 to `no' if defined. Change result report.
3829
3830 2000-09-08 Dave Love <fx@gnu.org>
3831
3832 * configure.in: Remove spurious `@'s.
3833
3834 * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development
3835 autoconf.
3836
3837 2000-09-06 Gerd Moellmann <gerd@gnu.org>
3838
3839 * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
3840 file and print informational message.
3841
3842 * configure.in (AC_FUNC_MMAP): Add.
3843
3844 2000-09-01 Gerd Moellmann <gerd@gnu.org>
3845
3846 * configure.in: Add ``checking'' messages for
3847 XpmReturnAllocPixels.
3848
3849 2000-08-28 Gerd Moellmann <gerd@gnu.org>
3850
3851 * configure.in: Check <strings.h>; check `index' and `rindex'
3852 functions.
3853
3854 2000-08-26 Kenichi Handa <handa@etl.go.jp>
3855
3856 * configure.in <alpha*-dec-osf*>: Move "NON_GNU_CPP='cpp'" before
3857 "case "${canonical}" in".
3858
3859 2000-08-25 Dave Love <fx@gnu.org>
3860
3861 * configure.in <osf>: Use NON_GNU_CPP='cpp' always.
3862
3863 2000-08-25 Kenichi Handa <handa@etl.go.jp>
3864
3865 * leim-Makefile.in: Rename skk to ja-dic throughout the file.
3866
3867 2000-08-24 Gerd Moellmann <gerd@gnu.org>
3868
3869 * configure.in <making srcdir absolute>: Unset CDPATH in case $PWD
3870 contains a relative path. Protect against unusable values of $PWD.
3871
3872 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
3873
3874 * info/dir (WoMan): Add entry.
3875
3876 * config.bat (maindir): Update src/_gdbinit even if it does
3877 already exist.
3878
3879 2000-08-07 Gerd Moellmann <gerd@gnu.org>
3880
3881 * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'.
3882
3883 2000-08-03 Gerd Moellmann <gerd@gnu.org>
3884
3885 * configure.in: Add support for ia64*-*-linux*.
3886
3887 2000-07-27 Gerd Moellmann <gerd@gnu.org>
3888
3889 * make-dist (aclocal.m4): Include in distribution.
3890
3891 2000-07-26 Dave Love <fx@gnu.org>
3892
3893 * configure.in (AC_SYS_LARGEFILE): Moved earlier.
3894
3895 2000-07-24 Dave Love <fx@gnu.org>
3896
3897 * configure.in: Add AC_SIZE_T.
3898
3899 2000-07-18 Dave Love <fx@gnu.org>
3900
3901 * configure.in: Reorder so that most tests are done after CPPFLAGS
3902 is set from the C_SWITCH_... definitions.
3903
3904 2000-07-10 Gerd Moellmann <gerd@gnu.org>
3905
3906 * configure.in (HAVE_XPM): Undo previous change. Check for
3907 preprocessor define XpmReturnAllocPixels.
3908
3909 2000-07-06 Gerd Moellmann <gerd@gnu.org>
3910
3911 * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels
3912 instead of XpmReadFileToPixmap.
3913
3914 2000-07-05 Ken Raeburn <raeburn@gnu.org>
3915
3916 * configure.in: Check for <soundcard.h>. Look for ossaudio
3917 library, and set LIBSOUND accordingly.
3918
3919 2000-07-05 Dave Love <fx@gnu.org>
3920
3921 * configure.in: Use AC_HEADER_SYS_WAIT.
3922
3923 2000-07-05 Gerd Moellmann <gerd@gnu.org>
3924
3925 * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of
3926 lisp/Makefile. Distribute lisp/Makefile.in instead of
3927 lisp/Makefile.
3928
3929 2000-06-30 Ken Raeburn <raeburn@gnu.org>
3930
3931 * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS,
3932 while searching for image-handling libraries.
3933
3934 2000-06-26 Gerd Moellmann <gerd@gnu.org>
3935
3936 * configure.in (--with-xim): New option.
3937
3938 2000-06-23 Dave Love <fx@gnu.org>
3939
3940 * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test
3941 for struct timezone and test how we can call gettimeofday.
3942 Check for OSF 5+. Check for term.h.
3943
3944 * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf
3945 version.
3946
3947 2000-06-23 Gerd Moellmann <gerd@gnu.org>
3948
3949 * configure.in (HAVE_LIBXP): Change test for libXp.
3950
3951 2000-06-21 Dave Love <fx@gnu.org>
3952
3953 * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not
3954 simple test for getloadavg and substitute GETLOADAVG_LIBS.
3955 Simplify test for GETTIMEOFDAY_ONE_ARGUMENT.
3956
3957 2000-06-19 Dave Love <fx@gnu.org>
3958
3959 * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case
3960 _XOPEN_SOURCE is defined.
3961
3962 2000-06-16 Gerd Moellmann <gerd@gnu.org>
3963
3964 * Makefile.in (distclean): Also make distclean in lisp/.
3965
3966 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
3967
3968 * config.bat: Generate lisp/Makefile from lisp/Makefile.in.
3969
3970 2000-06-15 Gerd Moellmann <gerd@gnu.org>
3971
3972 * make-dist: Add --help and --snapshot options.
3973
3974 2000-06-14 Gerd Moellmann <gerd@gnu.org>
3975
3976 * configure.in: Generate lisp/Makefile.
3977
3978 * configure.in: Add support for `*-lynxos*'.
3979 Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
3980 recommended by <Karen.Dorhamer@compaq.com> to fix problems
3981 on Tru64 UNIX v5.0.
3982
3983 2000-06-13 Ken Raeburn <raeburn@gnu.org>
3984
3985 * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
3986 it's on a continuation line.
3987
3988 2000-06-02 Dave Love <fx@gnu.org>
3989
3990 * Makefile.in (install-arch-indep): Add pcl-cvs to list of info
3991 files.
3992
3993 * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5.
3994 Check for struct exception. Use AC_SYS_LARGEFILE and move ftello
3995 test.
3996
3997 * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES)
3998 (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New.
3999
4000 2000-05-26 Gerd Moellmann <gerd@gnu.org>
4001
4002 * configure.in: Add check for speed_t typedef.
4003
4004 2000-05-25 Ken Raeburn <raeburn@gnu.org>
4005
4006 * Makefile.in (install-arch-dep): Install fns-*.el only if it
4007 exists; it won't in the CANNOT_DUMP case.
4008
4009 2000-05-25 Gerd Moellmann <gerd@gnu.org>
4010
4011 * Makefile.in: Ignore exit status of `unset CDPATH' everywhere.
4012 On FreeBSD, the exit status is 1 if CDPATH is not set.
4013 (install-arch-indep): Install ebrowse.info.
4014
4015 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
4016
4017 * configure.in: Check for grandpt and getpt.
4018
4019 2000-05-09 Dave Love <fx@gnu.org>
4020
4021 * Makefile.in (install-arch-indep): Filter CVS as well as RCS.
4022
4023 2000-05-05 Gerd Moellmann <gerd@gnu.org>
4024
4025 * make-dist: Make a link for lib-src/grep-changelog.
4026 Copy install-sh.
4027
4028 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
4029
4030 * config.bat: Identify the beginning of the cpp stuff in
4031 src/Makefile.in and lib-src/Makefile.in more accurately.
4032
4033 2000-04-27 Gerd Moellmann <gerd@gnu.org>
4034
4035 * configure.in: Add support for `powerpc*-*-linux-gnu*'.
4036
4037 2000-04-19 Gerd Moellmann <gerd@gnu.org>
4038
4039 * configure.in: Add support for `powerpc-*-netbsd*'.
4040
4041 2000-04-19 Dave Love <fx@gnu.org>
4042
4043 * configure.in: Don't use AC_FUNC_GETLOADAVG.
4044
4045 * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST.
4046
4047 2000-04-16 Dave Love <fx@gnu.org>
4048
4049 * Makefile.in (${srcdir}/configure): Depend on aclocal.m4.
4050
4051 2000-04-14 Dave Love <fx@gnu.org>
4052
4053 * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
4054
4055 * aclocal.m4 (AC_FUNC_MKTIME): New.
4056
4057 2000-03-28 Ken Raeburn <raeburn@gnu.org>
4058
4059 * configure.in: Line up "--help" output a little better.
4060
4061 2000-03-26 Gerd Moellmann <gerd@gnu.org>
4062
4063 * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src):
4064 New targets.
4065 (bootstrap): Rewritten in terms of the new targets above. Make
4066 info files, too.
4067
4068 2000-03-12 Gerd Moellmann <gerd@gnu.org>
4069
4070 * config.guess, config.sub: Use the versions of the files from
4071 subversions.
4072
4073 2000-03-08 Dave Love <fx@gnu.org>
4074
4075 * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES,
4076 AC_C_VOLATILE. Define POINTER_TYPE.
4077
4078 * aclocal.m4: New file.
4079
4080 2000-03-02 Gerd Moellmann <gerd@gnu.org>
4081
4082 * configure.in (machine): Add `mipsel-*-netbsd*' and
4083 `arm-*-netbsd*'.
4084
4085 2000-03-01 Gerd Moellmann <gerd@gnu.org>
4086
4087 * configure.in (machine): Add support for `*-auspex-sunos*'.
4088
4089 2000-02-29 Gerd Moellmann <gerd@gnu.org>
4090
4091 * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
4092
4093 2000-02-18 Dave Love <fx@gnu.org>
4094
4095 * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+.
4096
4097 2000-02-18 Andreas Schwab <schwab@suse.de>
4098
4099 * Makefile.in (install-arch-indep): Add eudc to list of installed
4100 info files.
4101
4102 2000-02-17 Ken Raeburn <raeburn@gnu.org>
4103
4104 * configure.in: Include -lz and -ljpeg (if it's available) when
4105 testing for the tiff library.
4106
4107 2000-02-17 Gerd Moellmann <gerd@gnu.org>
4108
4109 * configure.in: Remove LISP_FLOAT_TYPE.
4110
4111 2000-02-12 Dave Love <fx@gnu.org>
4112
4113 * configure.in: Use AC_FUNC_VFORK.
4114
4115 2000-02-01 Gerd Moellmann <gerd@gnu.org>
4116
4117 * make-dist: Various fixes for new development tree.
4118
4119 * leim-Makefile.in: New file.
4120
4121 2000-01-31 Gerd Moellmann <gerd@gnu.org>
4122
4123 * Makefile.in (dist): Call ./make-dist.
4124
4125 2000-01-24 Dave Love <fx@gnu.org>
4126
4127 * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
4128
4129 2000-01-18 Gerd Moellmann <gerd@gnu.org>
4130
4131 * configure.in (HAVE_GIF): Check for DGifOpen instead of
4132 DGifOpenFileName.
4133
4134 2000-01-11 Andreas Schwab <schwab@suse.de>
4135
4136 * Makefile.in (install-arch-indep): Update list of info files to
4137 be installed.
4138
4139 2000-01-05 Dave Love <fx@gnu.org>
4140
4141 * configure.in: Check for jerror.h as well as libjpeg.
4142
4143 2000-01-03 Andreas Schwab <schwab@suse.de>
4144
4145 * Makefile.in (install-arch-indep): Install autotype*. Run
4146 install-info on autotype and emacs-faq.info.
4147
4148 1999-12-04 Dave Love <fx@gnu.org>
4149
4150 * Makefile.in (install-arch-indep): Depend on `info'.
4151 (install-strip): Use `install' as sub-make target.
4152
4153 1999-11-23 Ken Raeburn <raeburn@gnu.org>
4154
4155 * configure.in: Restore Kerberos code deleted on 1999-05-29 that
4156 didn't need to be deleted. Check for the k5crypto library as well
4157 as the crypto library; MIT Kerberos 1.1 changed the name.
4158
4159 1999-11-18 Dave Love <fx@gnu.org>
4160
4161 * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests.
4162
4163 1999-11-11 Erik Naggum <erik@naggum.no>
4164
4165 * configure.in (bitmapdir): Allow for both "bitmaps" directories.
4166
4167 1999-11-08 Dave Love <fx@gnu.org>
4168
4169 * configure.in: Fix change for --with-pop default.
4170
4171 1999-11-04 Dave Love <fx@gnu.org>
4172
4173 * configure.in: Default to --with-pop. Change sense of with-gcc
4174 and with-toolkit-scroll-bars messages to reflect the defaults.
4175
4176 1999-11-01 Gerd Moellmann <gerd@gnu.org>
4177
4178 * INSTALL: Mention the Emacs Lisp Reference.
4179
4180 1999-10-27 Noah Friedman <friedman@splode.com>
4181
4182 * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
4183
4184 1999-10-23 Gerd Moellmann <gerd@gnu.org>
4185
4186 * Makefile.in (bootstrap): New target.
4187
4188 1999-10-19 Paul Eggert <eggert@twinsun.com>
4189
4190 Add support for large files. Merge glibc 2.1.2.
4191
4192 * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h.
4193 (HAVE_TM_GMTOFF): New symbol.
4194 (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
4195 mbrlen, strsignal.
4196 (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
4197
4198 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
4199
4200 * make-dist (dontcompile): Look for the DONTCOMPILE variable rather
4201 than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile.
4202
4203 1999-10-09 Richard M. Stallman <rms@gnu.org>
4204
4205 * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
4206 Unset CDPATH to prevent cd from generating output.
4207
4208 1999-10-08 Stefan Monnier <monnier@cs.yale.edu>
4209
4210 * update-subdirs: Also ignore CVS subdirs.
4211
4212 1999-10-07 Gerd Moellmann <gerd@gnu.org>
4213
4214 * Makefile.in (install-arch-indep): Add ada-mode.
4215
4216 1999-10-06 Dave Love <fx@gnu.org>
4217
4218 * Makefile.in: Add rules for config.status, configure.
4219
4220 1999-09-07 Gerd Moellmann <gerd@gnu.org>
4221
4222 * configure.in (--with-sound): Removed.
4223
4224 1999-08-30 Gerd Moellmann <gerd@gnu.org>
4225
4226 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after
4227 the test for Xaw3d.
4228 (HAVE_TIFF): Add -lm to library check.
4229
4230 1999-08-28 Richard Stallman <rms@gnu.org>
4231
4232 * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for
4233 -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down
4234 after the other X-related libraries.
4235
4236 1999-08-21 Dave Love <fx@gnu.org>
4237
4238 * configure.in: Don't check for jpeglib.h.
4239
4240 1999-08-20 Gerd Moellmann <gerd@gnu.org>
4241
4242 * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h.
4243 (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none.
4244
4245 1999-08-18 Dave Love <fx@gnu.org>
4246
4247 * configure.in: Check for termcap.h.
4248
4249 1999-08-15 Gerd Moellmann <gerd@gnu.org>
4250
4251 * configure.in: Add --with-toolkit-scroll-bars. If "no",
4252 use Emacs' scroll bars, even if configured for Motif or when
4253 Xaw3d is available.
4254
4255 1999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
4256
4257 * configure.in: Check for getaddrinfo.
4258
4259 1999-08-04 Eli Zaretskii <eliz@gnu.org>
4260
4261 * config.bat: Make --no-debug work again by removing -gcoff.
4262
4263 1999-07-30 Dave Love <fx@gnu.org>
4264
4265 * configure.in: Check for stdlib.h.
4266
4267 1999-07-19 Dave Love <fx@gnu.org>
4268
4269 * configure.in: Grok sparc64-*-linux-gnu*.
4270
4271 1999-07-12 Richard Stallman <rms@gnu.org>
4272
4273 * Version 20.4 released.
4274
4275 1999-06-23 Karl Heuer <kwzh@gnu.org>
4276
4277 * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state.
4278 Quote $EMACS, in case it's a program with args.
4279
4280 1999-06-15 Gerd Moellmann <gerd@gnu.org>
4281
4282 * configure.in (HAVE_GIF): Use libungif instead of libgif
4283 because the former doesn't contain patented compression code.
4284
4285 1999-05-29 Richard M. Stallman <rms@gnu.org>
4286
4287 * configure.in: Delete the Kerberos stuff.
4288
4289 1999-05-27 Greg Hudson <ghudson@mit.edu>
4290
4291 * configure.in: Prefer kerberos 5 names.
4292
4293 1999-04-26 Richard M. Stallman <rms@gnu.org>
4294
4295 * configure.in: Check for libXp.
4296
4297 1999-04-08 Richard Stallman <rms@gnu.org>
4298
4299 * make-dist: Include change logs in subdirs of `lisp'.
4300
4301 1999-04-05 Richard Stallman <rms@gnu.org>
4302
4303 * Makefile.in (mkdir): If we create ${datadir}, make it world-readable.
4304 (install-arch-indep): Make ${datadir}/emacs world-readable.
4305
4306 1999-03-30 Eli Zaretskii <eliz@gnu.org>
4307
4308 * config.bat: Use epaths.* instead of paths.*.
4309
4310 1999-03-07 Eli Zaretskii <eliz@gnu.org>
4311
4312 * INSTALL: Add detailed instructions to unpack and install
4313 intlfonts on MS-DOS.
4314
4315 1999-02-26 Richard Stallman <rms@gnu.org>
4316
4317 * configure.in: Use epaths.h and epaths-force instead of paths...
4318
4319 * Makefile.in (epaths-force): Renamed from paths-force;
4320 operate on epaths.in and produce epaths.h.
4321
4322 1999-02-24 Richard Stallman <rms@gnu.org>
4323
4324 * make-dist: Fix nt/icons directory handling.
4325
4326 1999-02-22 Simon Josefsson <jas@pdc.kth.se>
4327
4328 * configure.in (f301-fujitsu-uxpv4.1): New target.
4329
4330 1999-02-20 Richard Stallman <rms@gnu.org>
4331
4332 * make-dist (tempparent): Fix command to update info files.
4333
4334 1999-02-09 Richard Stallman <rms@gnu.org>
4335
4336 * configure.in (powerpc-apple-netbsd*): New alternative.
4337
4338 1999-01-25 Geoff Voelker <voelker@cs.washington.edu>
4339
4340 * make-dist: Include the new directory nt/icons in distributions.
4341
4342 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4343
4344 * configure.in: Change message about HAVE_XFREE386.
4345
4346 1999-01-07 Eli Zaretskii <eliz@gnu.org>
4347
4348 * config.bat: Support configuring with leim.
4349
4350 1998-12-16 Petri Kaurinkoski <Petri.Kaurinkoski@hut.fi>
4351
4352 * configure.in (mips-sgi-irix6.5): New target.
4353
4354 1998-12-16 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4355
4356 * configure.in: Remove GSS-API support, since it has been removed
4357 from movemail.
4358
4359 1998-12-04 Markus Rost <rost@delysid.gnu.org>
4360
4361 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
4362
4363 1998-12-04 Andreas Schwab <schwab@delysid.gnu.org>
4364
4365 * Makefile.in: Don't install customize info file.
4366 Run install-info on viper info file.
4367
4368 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
4369
4370 * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src.
4371
4372 1998-11-16 Kenichi Handa <handa@etl.go.jp>
4373
4374 * configure.in (*-*-bsdi4*): New target.
4375
4376 1998-11-13 Ehud Karni <ehud@unix.simonwiesel.co.il>
4377
4378 * configure.in: Fix previous change.
4379
4380 1998-11-11 Richard Stallman <rms@gnu.org>
4381
4382 * configure.in (aviion-intel): New machine.
4383
4384 1998-11-04 Kenichi Handa <handa@etl.go.jp>
4385
4386 * configure.in (mips-nec-sysv4*): New target.
4387
4388 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
4389
4390 * Makefile.in (install-arch-dep): Fix last change and use fns-*.el
4391 from lisp.
4392
4393 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
4394
4395 * make-dist: Don't include fns*.el in dist.
4396
4397 1998-10-30 Dave Love <fx@gnu.org>
4398
4399 * configure.in: Don't mkdir cpp.
4400
4401 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
4402
4403 * Makefile.in (install-arch-dep): Install src/fns-*.el in
4404 ${archlibdir}.
4405
4406 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
4407
4408 * Version 20.3 released.
4409
4410 1998-07-30 Paul Eggert <eggert@twinsun.com>
4411
4412 * Makefile.in (Makefile, src/Makefile, src/config.stamp)
4413 (lib-src/Makefile, man/Makefile, oldXMenu/Makefile)
4414 (lwlib/Makefile, leim/Makefile):
4415 Prepend $(srcdir)/ to rule dependencies outside this dir.
4416
4417 1998-06-30 Richard Stallman <rms@psilocin.ai.mit.edu>
4418
4419 * configure.in: Use unset CDPATH instead of making it empty.
4420
4421 1998-06-20 Karl Heuer <kwzh@gnu.org>
4422
4423 * configure.in: Assume unspecified Solaris is 2.5, not 2.4.
4424
4425 1998-06-07 Richard Stallman <rms@psilocin.ai.mit.edu>
4426
4427 * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el
4428 and default.el. Sort the results.
4429
4430 1998-05-31 Karl Heuer <kwzh@gnu.org>
4431
4432 * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't
4433 writable.
4434
4435 1998-05-14 Richard Stallman <rms@psilocin.ai.mit.edu>
4436
4437 * Makefile.in (install-arch-indep):
4438 Don't alter site-lisp/subdirs.el if it exists.
4439
4440 1998-05-12 Richard Stallman <rms@psilocin.ai.mit.edu>
4441
4442 * Makefile.in (install-arch-indep): Put `-' on commands to create
4443 subdirs.el in site-lisp dirs.
4444
4445 1998-05-07 Richard Stallman <rms@psilocin.gnu.org>
4446
4447 * Makefile.in (install-arch-indep): Fix typo in previous change.
4448
4449 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
4450
4451 * Makefile.in (install-arch-indep): Pass --dir-file to install-info.
4452
4453 1998-04-28 Richard Stallman <rms@psilocin.gnu.org>
4454
4455 * Makefile.in (mkdir): Create the site-lisp dirs.
4456 (install-arch-indep): Make site-lisp/subdirs files world-readable.
4457
4458 1998-04-26 Richard Stallman <rms@psilocin.gnu.org>
4459
4460 * Makefile.in (INSTALL_INFO): New variable.
4461 (install-arch-indep): Don't replace the dir file if it already exists.
4462 Use the install-info program, via INSTALL_INFO, to add entries.
4463 Make the `info' subdir and the Info files world-readable.
4464
4465 1998-04-16 Eli Zaretskii <eliz@delysid.gnu.org>
4466
4467 * config.bat: Make sure the environment is large enough to support
4468 all the "set foo=bar" commands. Update pointers to DJGPP FTP sites.
4469
4470 1998-04-10 Karl Heuer <kwzh@gnu.org>
4471
4472 * make-dist: Don't accept EMACS=t when testing for $EMACS set.
4473
4474 1998-04-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4475
4476 * configure.in: Add --with-gssapi to specify GSS-API
4477 authentication support for movemail.
4478
4479 1998-04-02 Richard Stallman <rms@psilocin.ai.mit.edu>
4480
4481 * Makefile.in (install-arch-indep): Fix previous change.
4482
4483 1998-03-30 Richard Stallman <rms@psilocin.ai.mit.edu>
4484
4485 * Makefile.in (info): Run man in build dir, not srcdir.
4486
4487 1998-03-28 Richard Stallman <rms@psilocin.ai.mit.edu>
4488
4489 * Makefile.in (install-arch-indep): Fix previous change.
4490
4491 1998-03-23 Kenichi Handa <handa@etl.go.jp>
4492
4493 * Makefile.in (top_distclean): Check the existence of `lock' subdir.
4494
4495 1998-03-22 Richard Stallman <rms@gnu.org>
4496
4497 * Makefile.in (install-arch-indep): Put special subdirs.el files
4498 in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path.
4499
4500 1998-03-21 Richard Stallman <rms@psilocin.gnu.org>
4501
4502 * make-dist: Fix shell syntax in check for missing .el or .elc files.
4503
4504 1998-03-09 Richard Stallman <rms@psilocin.gnu.org>
4505
4506 * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
4507 (m68*-hp-hpux*): Handle versions 1X like 10.
4508
4509 1998-03-07 Richard Stallman <rms@psilocin.gnu.org>
4510
4511 * make-dist: PROBLEMS is now in etc, not top level dir.
4512
4513 * Makefile.in (SOURCES): Delete PROBLEMS.
4514
4515 1998-02-25 Richard Stallman <rms@gnu.org>
4516
4517 * configure.in (hppa*-hp-hpux*): Use hpux10 by default.
4518
4519 * Makefile.in (install-arch-indep): Do chmod a+x on subdirs.
4520
4521 1998-01-17 Richard Stallman <rms@gnu.org>
4522
4523 * Makefile.in (install-arch-indep): Add semicolon before `else'.
4524
4525 1998-01-02 Richard Stallman <rms@psilocin.gnu.org>
4526
4527 * make-dist (tempparent): New option --no-check.
4528
4529 * make-dist: Don't do anything with cpp directory.
4530
4531 1997-12-20 Richard Stallman <rms@psilocin.gnu.org>
4532
4533 * configure.in (sparc-fujitsu-sysv4*): New target.
4534
4535 1997-12-17 Andreas Schwab <schwab@gnu.org>
4536
4537 * configure.in: Cache more tests. Add missing quotes around
4538 message with embedded comma.
4539
4540 1997-12-04 Karl Heuer <kwzh@gnu.org>
4541
4542 * Makefile.in (unlock, relock): Don't reference cpp/ directory.
4543
4544 1997-11-26 Joel N. Weber II <devnull@gnu.org>
4545
4546 * make-dist: Changed the comment about `umask 0' to say `Don't
4547 restrict access to any files.'; previously it said `Don't protect
4548 any files', which may have implied that we think fascism is good.
4549
4550 1997-11-24 Paul Eggert <eggert@twinsun.com>
4551
4552 * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library
4553 strftime needs the underlying host's strftime for locale dependent
4554 formats.
4555
4556 1997-11-20 Abraham Nahum <miko@uxsrvc.tti.co.il>
4557
4558 * configure.in (i586-dg-dguxR4.*): New name in case branch.
4559
4560 1997-11-20 Eli Zaretskii <eliz@is.elta.co.il>
4561
4562 * config.bat: Configure the man subdirectory.
4563
4564 1997-11-07 Paul Eggert <eggert@twinsun.com>
4565
4566 * configure.in (AC_CHECK_LIB): Add -lintl.
4567
4568 1997-11-07 Karl Heuer <kwzh@gnu.org>
4569
4570 * make-dist (check for .elc files): Avoid bash-specific syntax.
4571 (check for overflow 14-char limit): Simplify.
4572
4573 1997-11-07 Richard Stallman <rms@gnu.org>
4574
4575 * Makefile.in (install): Move blessmail last.
4576
4577 1997-10-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4578
4579 * configure.in (gettimeofday, one arg or two):
4580 Clarify messages by avoiding double negative.
4581
4582 1997-09-30 Karl Eichwalder <ke@suse.de>
4583
4584 * Makefile.in (install-arch-indep): Install the widget info file.
4585
4586 1997-09-24 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4587
4588 * configure.in (with-pop, with-kerberos): Need to check Kerberos
4589 libraries in reverse order, so that libraries will appear in the
4590 correct dependency order on the link line (and so that the
4591 configure checks themselves will work properly when early
4592 libraries depend on later ones).
4593
4594 1997-09-21 Erik Naggum <erik@naggum.no>
4595
4596 * make-dist (making links to `src'): Keep timestamp on copied files.
4597
4598 * make-delta: New script to produce delta distributions.
4599
4600 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4601
4602 * Version 20.2 released.
4603
4604 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4605
4606 * Version 20.1 released.
4607
4608 * Makefile.in (install-leim): Depend on mkdir.
4609 (leim): Depend on src.
4610
4611 1997-09-13 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4612
4613 * configure.in: Recognize alpha* instead of just alpha.
4614
4615 1997-09-12 Paul Eggert <eggert@twinsun.com>
4616
4617 * leim-Makefile.in (mostlyclean, maintainer-clean): New targets.
4618
4619 1997-09-12 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4620
4621 * update-subdirs: Use rm -f.
4622
4623 1997-09-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4624
4625 * update-subdirs: Delete subdirs.el if this dir has no subdirs.
4626 Ignore subdirs named Old.
4627
4628 1997-08-04 Kenneth Stailey <kstailey@elbereth.disclosure.com>
4629
4630 * configure.in: Add OpenBSD clause to set $machine.
4631
4632 1997-09-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4633
4634 * make-dist: Recompile everything after updating various Lisp files.
4635 Recompile in leim as well as lisp.
4636 Check in leim as well as lisp for mismatched files and too-long names.
4637
4638 1997-09-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4639
4640 * Makefile.in (TAGS tags): Simply refer this to the src subdir.
4641
4642 1997-08-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4643
4644 * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it
4645 before trying to copy anything from it.
4646
4647 1997-08-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4648
4649 * Makefile.in (man/Makefile): New target.
4650 (tags): Define env var EMACS and run Makefile from build dir.
4651
4652 1997-08-27 Eli Zaretskii <eliz@psilocin.gnu.ai.mit.edu>
4653
4654 * config.bat: If src/_gdbinit doesn't exist, try using
4655 src/.gdbinit to create it (for building on Windows 95).
4656
4657 1997-08-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4658
4659 * Makefile.in (install-arch-indep):
4660 Discard extra data in tar | tar pipes.
4661
4662 1997-08-24 NIIBE Yutaka <gniibe@mri.co.jp>
4663
4664 * configure.in (x_default_search_path): Corrected
4665 '${x_library}' to '${x_library}/X11'.
4666
4667 1997-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4668
4669 * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1.
4670
4671 1997-08-22 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4672
4673 * configure.in: Support auto-configuration of both Kerberos V4 and
4674 Kerberos V5 for movemail, including detection of V4 and V5 header
4675 files and libraries.
4676
4677 1997-08-16 NIIBE Yutaka <gniibe@etl.go.jp>
4678
4679 * configure.in: Compute x_default_search_path
4680 and substitute into makefiles.
4681
4682 * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h.
4683
4684 1997-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4685
4686 * Makefile.in (install-arch-indep): Run list-load-path-shadows.
4687
4688 1997-08-07 Erik Naggum <erik@naggum.no>
4689
4690 * configure.in: Remove lockdir, it is no longer needed.
4691 * Makefile.in (mkdir): Don't create lockdir.
4692 (lockdir): Variable deleted.
4693 (paths-force): Don't operate on PATH_LOCK.
4694
4695 1997-08-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4696
4697 * leim-Makefile.in (clean, distclean): New targets.
4698
4699 * make-dist: Include leim/ChangeLog in leim distribution.
4700
4701 1997-08-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4702
4703 * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP.
4704
4705 1997-07-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4706
4707 * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS.
4708
4709 1997-07-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4710
4711 * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS.
4712
4713 1997-07-25 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4714
4715 * make-dist: Update leim/leim-list.el.
4716 Pass along value of $EMACS when updating lisp dir.
4717
4718 1997-07-25 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
4719
4720 * configure.in (doug_lea_malloc): Make __after_morecore_hook a
4721 prerequisite to the use of Doug Lea's malloc.
4722
4723 1997-07-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4724
4725 * Makefile.in (top_distclean): Use -f to delete contents of lock dir.
4726
4727 * make-dist: Use name leim/SKK-DIC, not leim/SKK.
4728
4729 1997-07-16 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4730
4731 * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim.
4732
4733 1997-07-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4734
4735 * configure.in (mips-sony-newsos6*): File news-risc.h renamed
4736 to news-r6.h.
4737
4738 1997-07-10 Eli Zaretskii <eliz@is.elta.co.il>
4739
4740 * config.bat: Use `sed' instead of `cp', which might not be
4741 installed.
4742
4743 1997-07-09 Kenichi Handa <handa@etl.go.jp>
4744
4745 * Makefile.in (mostlyclean): Add cleaning leim directory.
4746 (clean, distclean, maintainer-clean): Likewise.
4747
4748 1997-07-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4749
4750 * make-dist (bogosities): Check subdirs of `lisp' also.
4751
4752 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4753
4754 * make-dist (etc): Really avoid symlinks now.
4755 (lisp): Don't delete from subdirs the things we never copy.
4756
4757 1997-07-07 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
4758
4759 * Makefile.in (install-arch-indep): Correct the target name.
4760 The first letter `i' was dropped by the previous change of mine.
4761
4762 1997-07-06 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4763
4764 * configure.in (leim/Makefile): Generate this.
4765 (*-sysv4.2uw*): Recognize new alternative.
4766
4767 * leim-Makefile.in: Renamed from leim-Makefile.
4768
4769 * make-dist: Set up real-leim subdirectory,
4770 with the real contents of leim; then move it to
4771 a separate top-level directory.
4772
4773 * make-dist: Don't mention site-lisp, site-init, site-start
4774 or default, when listing files hat are not compiled and should be.
4775
4776 * configure.in: Create src/config.stamp at the end.
4777
4778 1997-07-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4779
4780 * Makefile.in (install-leim): Correct previous change.
4781
4782 1997-07-02 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
4783
4784 * Makefile.in (install-leim): New target.
4785 (install): Depend on install-leim.
4786
4787 1997-07-01 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
4788
4789 * Makefile.in (SUBDIR): Add leim.
4790 (SUBDIR_MAKEFILES): Add leim/Makefile.
4791 (leim/Makefile): New target.
4792
4793 1997-07-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4794
4795 * leim-Makefile: New file.
4796 * make-dist: Initialize a `leim' subdirectory with that makefile.
4797
4798 1997-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4799
4800 * configure.in (GNU_MALLOC_reason): Fix message text.
4801
4802 1997-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4803
4804 * make-dist (lisp): Don't process subdirs that start with =.
4805 (etc): Copy symlinks, as in src.
4806
4807 1997-06-26 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4808
4809 * configure.in (i*86-*-unixware*): New alternative.
4810
4811 1997-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4812
4813 * Makefile.in (src/config.stamp): Target renamed from src/config.h
4814 and touch it explicitly.
4815
4816 * configure.in (mips-sony-newsos6*): New alternative.
4817 (mips-*-linux-gnu*): New alternative.
4818 (*-*-bsdi*): New alternative.
4819 (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
4820
4821 1997-06-22 Dave Love <d.love@dl.ac.uk>
4822
4823 * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o).
4824 (src/config.h): New target to re-configure if src/config.in is patched.
4825
4826 1997-06-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4827
4828 * configure.in (shutdown): Check for `shutdown' function.
4829
4830 1997-06-18 Kenichi Handa <handa@psilocin.gnu.ai.mit.edu>
4831
4832 * update-subdirs: Include the directory "language" in subdirs.
4833
4834 1997-06-01 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4835
4836 * configure.in (m88k-dg-dgux4*): New alternative.
4837 (alpha-*-netbsd*): New alternative.
4838 (powerpcle-*-solaris2*): New alternative.
4839
4840 1997-05-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4841
4842 * make-dist: Warn about .el files that are not compiled.
4843
4844 1997-05-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4845
4846 * Makefile.in (dist): Don't run update-subdirs here,
4847 since make-dist now gets that done.
4848
4849 * make-dist: Use the new `updates' target in lisp/Makefile.
4850
4851 * make-dist: Use new non-file targets in lisp/Makefile.
4852
4853 1997-04-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4854
4855 * make-dist: Handle all subdirs of `lisp' uniformly.
4856 Don't handle `term' and `language' specially.
4857 Clear out umask at the beginning.
4858
4859 1997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4860
4861 * make-dist: Use Make to update finder-inf.el and autoloads.
4862 Also update cus-load.el.
4863
4864 1997-04-09 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
4865
4866 * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC,
4867 in case it is desirable to disable the GNU malloc features with glibc.
4868
4869 1997-04-08 Marcus G. Daniels <marcus@cathcart.sysc.pdx.edu>
4870
4871 * configure.in (DOUG_LEA_MALLOC):
4872 Define if malloc_{get,set}_state exist.
4873
4874 1997-03-05 Kenichi Handa <handa@etl.go.jp>
4875
4876 * make-dist: Make links for files under lisp/language.
4877
4878 1997-02-20 Kenichi Handa <handa@etl.go.jp>
4879
4880 * update-subdirs: Exclude the directory "language" from subdirs.
4881
4882 1997-01-26 Karl Heuer <kwzh@gnu.ai.mit.edu>
4883
4884 * configure.in: Check for rint and cbrt.
4885
4886 1997-01-01 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4887
4888 * make-dist: Use $EMACS to say where to run Emacs.
4889 Add --no-update option.
4890
4891 1996-12-30 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4892
4893 * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
4894
4895 1996-12-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4896
4897 * make-dist (copying src): Check thoroughly for symlinks
4898 and copy them in all cases. Regularize the linking of *.in
4899 and *.opt and ChangeLog files.
4900 (copying lib-src): Likewise.
4901 Don't rm getdate.c or y.tab.*--they don't exist any more.
4902
4903 1996-12-18 Jonathan I. Kamens <jik@annex-1-slip-jik.cam.ov.com>
4904
4905 * configure.in: Check for libmail, maillock.h and
4906 touchlock (for movemail).
4907
4908 1996-12-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4909
4910 * configure.in (limits.h): Check for this file.
4911
4912 1996-12-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4913
4914 * configure.in (rs6000-ibm-aix4.2): New alternative.
4915 (rs6000-ibm-aix4.0): New alternative.
4916 (rs6000-ibm-aix4*): Assume aix 4.1 by default.
4917
4918 1996-11-22 Ben Harris <bjh21@cam.ac.uk>
4919
4920 * configure.in: Recognize vax-*-netbsd*.
4921
4922 1996-11-06 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4923
4924 * configure.in (locallisppath): Add leim directory.
4925
4926 1996-10-31 Eli Zaretskii <eliz@is.elta.co.il>
4927
4928 * config.bat: Make sure `mv' supports forward slashes and -f.
4929
4930 1996-10-28 Christian Limpach <chris@nice.ch>
4931
4932 * configure.in (hppa*-next-nextstep*): * added after hppa
4933 to accept hppa1.0 and hppa1.1.
4934
4935 1996-10-05 Marcus G. Daniels <marcus@coulee.tdb.com>
4936
4937 * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX.
4938 * configure.in (ld_switch_machine): Fix typo.
4939
4940 1996-09-28 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4941
4942 * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE
4943 from config.h and use them in $ac_link.
4944
4945 1996-09-28 Erik Naggum <erik@psilocin.gnu.ai.mit.edu>
4946
4947 * configure.in: Create a subdir named `lisp'.
4948
4949 1996-09-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4950
4951 * configure.in: Check for getcwd.
4952
4953 1996-09-04 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4954
4955 * configure.in: Check for termios.h. Check for setpgid.
4956
4957 1996-08-31 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4958
4959 * configure.in: Check for setrlimit.
4960
4961 1996-08-31 Paul Eggert <eggert@twinsun.com>
4962
4963 * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo.
4964
4965 1996-08-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4966
4967 * configure.in: Check for utimes.
4968
4969 * configure.in: Check for com_err library, but only
4970 if --with-kerberos was used. Check for krb and des
4971 only if --with-kerberos.
4972
4973 1996-08-26 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4974
4975 * Makefile.in (INSTALL_STRIP): New variable.
4976 (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM.
4977 (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src.
4978
4979 1996-08-25 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4980
4981 * configure.in: Check for krb and des libraries.
4982
4983 1996-08-24 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
4984
4985 * configure.in (*-sunos4.1.[3-9]*noshare):
4986 Use sunos413, not sunos4-1-3.
4987 (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
4988 (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
4989
4990 1996-08-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
4991
4992 * Makefile.in (src/paths.h): Target deleted.
4993 (paths-force): Delete all dependencies on this target
4994 but don't delete the target.
4995 (install): Depend on `all'.
4996 (paths-force): Don't print a message.
4997
4998 * configure.in: Generate src/paths.h here.
4999
5000 1996-08-18 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5001
5002 * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS):
5003 New variables that affect linking only.
5004 (alpha-dec-osf*): Use those instead of previous change.
5005
5006 1996-08-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5007
5008 * Makefile.in (install-arch-indep): Install info/messages.
5009
5010 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5011
5012 * Version 19.33 released.
5013
5014 1996-08-10 Marcus G. Daniels <marcus@sayre.sysc.pdx.edu>
5015
5016 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
5017 Fix previous change.
5018
5019 1996-08-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5020
5021 * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*):
5022 New alternative.
5023
5024 1996-08-07 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5025
5026 * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS
5027 and NON_GCC_TEST_OPTIONS.
5028
5029 1996-08-06 Paul Eggert <eggert@twinsun.com>
5030
5031 * configure.in (LOCALTIME_CACHE): Don't put a string literal
5032 "TZ=..." in environ.
5033
5034 1996-08-04 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5035
5036 * make-dist (msdos): Add is_exec.c, sigaction.c to distribution.
5037
5038 1996-08-03 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5039
5040 * configure.in (*-sunos4.1.[3-9]*noshare): Move this before
5041 the more general *-sunos4.1.[3-9]* clause.
5042
5043 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5044
5045 * Version 19.32 released.
5046
5047 * configure.in (*-sco3.2v5*):
5048 Set OVERRIDE_CPPFLAG to a string of one space.
5049 Fix the code that uses OVERRIDE_CPPFLAG.
5050
5051 1996-07-16 Karl Heuer <kwzh@gnu.ai.mit.edu>
5052
5053 * configure.in: Undo previous change.
5054
5055 1996-07-16 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5056
5057 * config.sub: Use `pc', not `unknown', when canonicalizing
5058 the vendor for ...86.
5059
5060 1996-07-15 David Mosberger-Tang <davidm@AZStarNet.com>
5061
5062 * configure.in: Check for termios.h header.
5063
5064 1996-07-11 Bill Mann <dvmann@dvncr.praxisint.com>
5065
5066 * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3.
5067
5068 1996-07-07 Karl Heuer <kwzh@gnu.ai.mit.edu>
5069
5070 * configure.in: Split bsdos2 and bsdos2-1.
5071
5072 1996-07-06 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5073
5074 * config.sub: If last two words are not a recognized
5075 KERNEL-OS pair, use just the last word as OS, as in 19.31.
5076 Make conversion of gnu/linux to linux-gnu really work.
5077
5078 * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
5079
5080 1996-06-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5081
5082 * configure.in (check for using Lucid widgets by default):
5083 Eliminate indentation that confuses some compilers.
5084
5085 1996-06-29 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5086
5087 * config.sub: Convert linux and gnu/linux to linux-gnu.
5088
5089 * make-dist: Don't update getdate.c.
5090 Ignore =... files when checking for too-long Lisp file names.
5091
5092 1996-06-28 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5093
5094 * configure.in (euidaccess): Check for that, not for eaccess.
5095
5096 1996-06-27 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5097
5098 * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from
5099 before `noshare'.
5100 (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS.
5101
5102 1996-06-21 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5103
5104 * configure.in: Rename lignux to linux-gnu in configuration names.
5105 Use gnu-linux as the opsys value (s/ file name).
5106 Allow i686 just like i386, i486, i586.
5107
5108 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5109
5110 * configure.in (i*86-*-sco3.2v5): New alternative.
5111 (OVERRIDE_CPPFLAG): New variable.
5112 (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that.
5113
5114 * configure.in: Specify vpath for .texi files.
5115
5116 1996-06-09 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5117
5118 * configure.in: Always check for HAVE_X11R5.
5119 Separately decide whether to use a toolkit by default.
5120
5121 1996-06-04 Bill Mann <dvmann@dvhpux1.praxisint.com>
5122
5123 * configure.in: If X11R5 is missing the Xaw headers,
5124 default to --with-x-toolkit=no.
5125
5126 1996-05-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5127
5128 * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000.
5129
5130 1996-05-30 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
5131
5132 * Makefile.in (install-arch-indep): If cd etc makes output,
5133 don't treat that as part of the tar data.
5134 Check that ./lisp actually exists.
5135
5136 1996-05-29 Karl Heuer <kwzh@gnu.ai.mit.edu>
5137
5138 * make-dist: Check for long file names.
5139
5140 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5141
5142 * Version 19.31 released.
5143
5144 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
5145
5146 * configure.in: Recognize sparc-*-lignux.
5147
5148 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
5149
5150 * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist.
5151 Don't include config.w95.
5152
5153 1996-04-21 Richard Stallman <rms@delasyd.gnu.ai.mit.edu>
5154
5155 * make-dist: Replace --no-clean-up and --no-tar options
5156 with --clean-up and --tar, so that the default is useful.
5157
5158 1996-04-15 Eli Zaretskii <eliz@is.elta.co.il>
5159
5160 * config.bat: Make sure the GDB init file is called src/_gdbinit;
5161 if not, tell the user to rename it and abort.
5162
5163 1996-04-14 Eli Zaretskii <eliz@is.elta.co.il>
5164
5165 * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE
5166 test program.
5167
5168 1996-04-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5169
5170 * config.bat (djgpp_ver): Variable renamed from djgpp-ver.
5171
5172 * make-dist (MANIFEST): Fix previous change.
5173 (msdos): Put mainmake.v2 into the dist.
5174
5175 1996-04-10 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5176
5177 * make-dist: Exit if autoconf fails.
5178
5179 1996-04-10 Eli Zaretskii <eliz@is.elta.co.il>
5180
5181 * config.bat: Set djgpp-ver, and unset it at the end.
5182 Add a number of conditionals for DJGPP version 2.
5183 Rename label libsrc2 to libsrc3.
5184 Substitute for LDFLAGS in src/Makefile.
5185 Substitute for ALL_CFLAGS in lib-src/Makefile.
5186
5187 1996-04-08 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5188
5189 * configure.in (ncurses): Check this after checking fns like strerror.
5190
5191 1996-04-08 Erik Naggum <erik@naggum.no>
5192
5193 * make-dist (MANIFEST): Don't include lines from =files.
5194
5195 1996-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5196
5197 * make-dist: Don't put lisp/dired.todo in the dist.
5198
5199 1996-04-05 Richard Stallman <rms@lucy.gnu.ai.mit.edu>
5200
5201 * configure.in (HAVE_NCURSES): Look for library named ncurses.
5202
5203 * configure.in (setlocale): Check for it.
5204
5205 * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
5206
5207 1996-03-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5208
5209 * configure.in: Use lignux instead of linux as value of opsys.
5210
5211 1996-03-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5212
5213 * Makefile.in (install-strip): Fix whitespace.
5214 Get rid of continuation.
5215
5216 * config.sub: Convert linux or gnu/linux to lignux.
5217
5218 1996-03-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5219
5220 * configure.in: Accept lignux in configuration name.
5221
5222 1996-03-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5223
5224 * Makefile.in (install-strip): New target.
5225
5226 1996-03-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5227
5228 * Makefile.in (top_distclean): Use `|| true' to ignore error in rm.
5229 -f failed to do the job on Suns.
5230
5231 1996-03-13 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5232
5233 * Makefile.in (install-arch-dep): Don't depend on install-arch-indep.
5234
5235 * configure.in (linux/version.h): Check for this header.
5236
5237 1996-03-12 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5238
5239 * configure.in: Remove -fno-builtin hackery from -lm check.
5240
5241 1996-03-08 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
5242
5243 * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for
5244 just this test.
5245
5246 * configure.in (AC_PREREQ): Require version 2.8 of Autoconf.
5247
5248 1996-03-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5249
5250 * configure.in: Check for ncurses.
5251
5252 1996-02-28 Paul Eggert <eggert@twinsun.com>
5253
5254 * configure.in (LOCALTIME_CACHE):
5255 Also define if localtime mishandles unsetting TZ.
5256 This works around a localtime bug in mips-dec-ultrix.
5257
5258 1996-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5259
5260 * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist.
5261
5262 * configure.in: Improve messages about X versions.
5263
5264 1996-02-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5265
5266 * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null.
5267
5268 1996-02-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5269
5270 * configure.in (HAVE_X11XTR6): Set it as a shell variable.
5271 (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE.
5272
5273 * Makefile.in (install-arch-dep): Depend on install-arch-indep.
5274 (install): Put install-arch-indep before install-arch-dep.
5275
5276 1996-02-20 Dave Love <d.love@dl.ac.uk>
5277
5278 * INSTALL: Clarify info about MS-DOS path handling.
5279
5280 1996-02-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5281
5282 * Makefile.in (install-arch-indep): Install info/ccmode*.
5283 In previous change, protect against /bin/pwd returning null string.
5284
5285 1996-02-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5286
5287 * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir
5288 to lispdir.
5289
5290 1996-02-01 Paul Eggert <eggert@twinsun.com>
5291
5292 * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar.
5293
5294 1996-01-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5295
5296 * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails.
5297
5298 1996-01-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5299
5300 * Makefile.in (extraclean): Use ${top_distclean} to ensure
5301 we delete everything distclean deletes.
5302
5303 1996-01-23 Karl Heuer <kwzh@gnu.ai.mit.edu>
5304
5305 * make-dist (lwlib): Don't distribute lwlib-Xol* files.
5306
5307 1996-01-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5308
5309 * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE
5310 into LDFLAGS instead of into LIBS.
5311
5312 1996-01-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5313
5314 * configure.in (HAVE_XMU): Fix typo in previous change.
5315
5316 1996-01-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5317
5318 * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc.
5319
5320 1996-01-10 Erik Naggum <erik@naggum.no>
5321
5322 * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'.
5323
5324 1996-01-10 Karl Heuer <kwzh@gnu.ai.mit.edu>
5325
5326 * Makefile.in (install-arch-indep): Ignore error if no chmod -R.
5327
5328 1996-01-10 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5329
5330 * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit
5331 and use -lXt to link it.
5332
5333 1996-01-08 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5334
5335 * configure.in (locallisppath): Put version-specific dir first.
5336
5337 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5338
5339 * configure.in (hppa-*-nextstep*): New alternative.
5340 (USE_X_TOOLKIT): By default, set this to "maybe";
5341 and change that later to LUCID or "no" according to X11 version.
5342
5343 * make-dist: Recompile outdated .elc files and update all autoloads.
5344
5345 1996-01-05 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
5346
5347 * configure.in (locallisppath): Fix typo in last change: " -> '.
5348
5349 1996-01-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5350
5351 * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp.
5352
5353 1995-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5354
5355 * Makefile.in (install-arch-indep): Give all files read permission.
5356
5357 1995-12-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5358
5359 * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*):
5360 If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5.
5361
5362 1995-12-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5363
5364 * configure.in: Determine HAVE_X11R6.
5365 (HAVE_MENUS): Renamed from HAVE_X_MENU.
5366
5367 1995-12-21 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5368
5369 * configure.in: Just "solaris" now defaults to version 2.4.
5370 Add sunos4.1.n-noshare as alternative.
5371
5372 1995-12-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5373
5374 * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP.
5375
5376 1995-11-29 Erik Naggum <erik@naggum.no>
5377
5378 * Makefile.in (install-arch-indep): Add missing backslash.
5379
5380 1995-11-29 Karl Eichwalder <ke@ke.Central.DE>
5381
5382 * Makefile.in (install-arch-indep): Don't install
5383 lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo.
5384
5385 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5386
5387 * Makefile.in (install-arch-indep): Fix previous change.
5388
5389 * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*.
5390
5391 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5392
5393 * Version 19.30 released.
5394
5395 * make-dist (lisp): Exclude subdirs.el.
5396
5397 1995-11-22 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5398
5399 * make-dist (etc): Delete *.orig and *.rej.
5400
5401 1995-11-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5402
5403 * Makefile.in (install-arch-indep): Rename old info/dir only if exists.
5404
5405 1995-11-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5406
5407 * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h.
5408
5409 1995-11-14 Geoff Voelker <voelker@cs.washington.edu>
5410
5411 * make-dist (nt): Rename install, readme, and todo to
5412 INSTALL, README, and TODO.
5413
5414 1995-11-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5415
5416 * make-dist (lisp): Don't distribute site-start.
5417
5418 1995-11-06 Karl Heuer <kwzh@gnu.ai.mit.edu>
5419
5420 * make-dist: Break the hard link on alloca.c.
5421
5422 1995-11-04 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
5423
5424 * configure.in (LIBS): Add libsrc_libs and keep the old LIBS.
5425
5426 1995-11-02 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5427
5428 * make-dist (src, lib-src): Don't distribute Makefile.c.
5429 (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
5430
5431 1995-10-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5432
5433 * Makefile.in (mkdir): Create man1dir, not mandir.
5434 (uninstall): Use man1dir, not mandir.
5435
5436 1995-10-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5437
5438 * Makefile.in (man1dir): New variable.
5439 (install-arch-indep): Use man1dir.
5440
5441 * configure.in (sparc-*-nextstep*): Remove incorrect .h's.
5442
5443 * make-dist: Create lisp/MANIFEST.
5444
5445 1995-10-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5446
5447 * configure.in (m68k-*-linux*): New alternative.
5448
5449 1995-10-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5450
5451 * make-dist: Use new names config.in, paths.in, and
5452 {src,lib-src}/Makefile.in.
5453
5454 1995-10-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5455
5456 * configure.in: Don't bother checking for drem.
5457
5458 1995-10-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5459
5460 * Makefile.in (distclean): Delete line with just a tab in it.
5461 (install-arch-indep): Delete spaces that precede tabs.
5462 Delete spurious `fi' left from previous change.
5463 (install): Supply `true' as command, to avoid null command.
5464
5465 1995-10-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5466
5467 * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'.
5468
5469 1995-09-30 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5470
5471 * configure.in (powerpc-*-solaris2): New alternative.x
5472
5473 1995-09-12 Karl Heuer <kwzh@gnu.ai.mit.edu>
5474
5475 * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead
5476 of paths.h.tmp$$, to avoid going beyond 14 characters.
5477
5478 1995-09-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5479
5480 * configure.in: Improve error msg for invalid --with-x-toolkit value.
5481
5482 1995-09-06 Paul Eggert <eggert@twinsun.com>
5483
5484 * configure.in (LOCALTIME_CACHE): Define if tzset exists and
5485 if localtime caches TZ. Check for tzset.
5486
5487 1995-09-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5488
5489 * config.bat: Simplify using new names file names src/makefile.in,
5490 config.in, paths.in. Change Echo commands not to use `.
5491
5492 1995-08-31 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5493
5494 * Makefile.in (install-arch-indep): Always install the new dir file;
5495 rename the previous dir file to dir.bak or dir.old.
5496
5497 1995-08-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5498
5499 * configure.in (RANLIB): Substitute this into makefiles.
5500 Set it specially on solaris; set it by default on other systems.
5501
5502 * configure.in: Fix previous Alpha change.
5503
5504 1995-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5505
5506 * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and
5507 NON_GCC_TEST_OPTIONS.
5508
5509 1995-08-10 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5510
5511 * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS
5512 from config.h, use SPECIFIED_CFLAGS to get what the user specified.
5513
5514 * configure.in (alpha-*-linux*): New configuration.
5515
5516 1995-08-05 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5517
5518 * configure.in (m68*-next-*): Use m68k.h and nextstep.h.
5519 (m68k-next-nextstep*): New alias for that.
5520 (i*86-*-nextstep*): Use nextstep.h.
5521 (sparc-*-nextstep*): New configuration.
5522
5523 1995-08-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5524
5525 * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS.
5526 And get CFLAGS from config.h if SPECIFIED_CFLAGS is null.
5527
5528 1995-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5529
5530 * configure.in: Handle sunos4shr by sharing; not like sunos4*.
5531 Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment.
5532
5533 1995-07-18 Mike Long <mike.long@analog.com>
5534
5535 * make-dist: Fix update of finder-inf.el, and byte-compile it.
5536
5537 1995-07-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5538
5539 * Makefile.in (src/paths.h, paths-force):
5540 Rename src/paths.h.in to src/paths.in.
5541 (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in.
5542
5543 * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in.
5544 Use Makefile.c for intermediate file.
5545 Rename src/config.h.in to src/config.in.
5546
5547 1995-07-17 Richard Stallman <rms@gnu.ai.mit.edu>
5548
5549 * configure.in (mips-dec-ultrix*): Assume version 4.3.
5550 (mips-dec-ultrix4.[12]): New alternative for old versions.
5551
5552 1995-07-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5553
5554 * make-dist: Don't break intra-tree links.
5555
5556 1995-07-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5557
5558 * configure.in: Put back archlibdir initialization. Require
5559 autoconf 2.4.1 or later.
5560
5561 1995-07-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5562
5563 * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9].
5564 (mips-mips-riscos5*): New alternative.
5565
5566 1995-06-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5567
5568 * Makefile.in (uninstall, install-arch-indep): Install info/ediff*.
5569
5570 1995-06-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5571
5572 * configure.in (bindir, datadir, sharedstatedir, libexecdir)
5573 (mandir, infodir, archlibdir): Initializations deleted.
5574
5575 * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4.
5576 On hpux9shr, use hpux9shxr4.h.
5577
5578 1995-06-24 Morten Welinder <terra+@cs.cmu.edu>
5579
5580 * configure.in: Added target mips-dec-mach_bsd4.3.
5581 * config.guess: Guess mips-dec-mach_bsd4.3.
5582
5583 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5584
5585 * Makefile.in (mkdir): Use symbolic chmod.
5586
5587 1995-06-22 Paul Eggert <eggert@twinsun.com>
5588
5589 * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for
5590 SunOS 4.1.5 through 4.1.9, should they ever exist.)
5591
5592 1995-06-22 Paul Eggert <eggert@twinsun.com>
5593
5594 * Makefile.in (SUBDIR_MAKEFILES):
5595 Add man/Makefile, so `make distclean' removes it.
5596 (top_distclean): Add config.log to the list of files to be removed.
5597
5598 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5599
5600 * Version 19.29 released.
5601
5602 1995-06-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5603
5604 * configure.in: Fix the previous change to verify that the -b
5605 option really solves the problem.
5606
5607 * make-dist (nt): Explicitly include makefile.nt and makefile.def only.
5608
5609 1995-06-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5610
5611 * configure.in: Test whether XFree86 needs -b i486-linuxaout to link.
5612
5613 1995-06-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5614
5615 * configure.in: Report more clearly when there is no special
5616 dir to search for X includes or libraries.
5617
5618 1995-06-13 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5619
5620 * configure.in: Check for -lpthreads, not -lpthread.
5621
5622 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
5623
5624 * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in.
5625
5626 1995-06-08 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5627
5628 * configure.in: Check for -lpthread.
5629
5630 1995-06-05 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5631
5632 * Makefile.in (install-arch-indep): Install info files for mh-e.
5633 (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc.
5634
5635 1995-06-01 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5636
5637 * configure.in (*-solaris2.5): New configuration.
5638
5639 * make-dist: Copy new files config.nt and config.w95.
5640
5641 1995-05-30 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5642
5643 * configure.in: Use x_includes, not x_libraries, for -I.
5644 Make bitmapdir a colon-separated list.
5645
5646 1995-05-27 Richard Stallman <rms@gnu.ai.mit.edu>
5647
5648 * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations.
5649
5650 * configure.in: Allow x_libraries and x_includes to be paths.
5651
5652 1995-05-25 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5653
5654 * configure.in: Fix typo.
5655
5656 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5657
5658 * INSTALL: Clarify use of site-init.el.
5659
5660 1995-05-22 enami tsugutomo <enami@sys.ptg.sony.co.jp>
5661
5662 * configure.in: Pass arg to sqrt.
5663
5664 1995-05-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5665
5666 * make-dist: Fix May 6 change.
5667
5668 1995-05-17 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5669
5670 * vpath.sed: Delete reference to ymakefile.
5671
5672 1995-05-09 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5673
5674 * configure.in: Use sqrt (more portable) instead of fmod in -lm check.
5675
5676 1995-05-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5677
5678 * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist.
5679
5680 * update-subdirs: Specify /bin/sh to run the script.
5681
5682 1995-05-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5683
5684 * make-dist: Put src/makefile.nt in dist.
5685
5686 * configure.in (i[345]86-*-bsdi2*): New configuration.
5687 (vax-dec-bsd386*): Deleted.
5688
5689 1995-05-06 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5690
5691 * configure.in: Make sure CDPATH doesn't mess up PWD check.
5692 Check whether X bitmaps are in X11/bitmaps instead of bitmaps.
5693 Use fmod instead of logb in -lm check.
5694
5695 1995-05-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5696
5697 * configure.in (m68*-apollo-*): Renamed from m68*-apollo*.
5698 Use bsd4-3. Don't set NON_GNU_CPP.
5699
5700 * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src.
5701 In nt, copy various different things, but not *.cmd.
5702 Fix the ln commands for the subdirs of nt.
5703
5704 1995-04-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5705
5706 * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h.
5707
5708 1995-04-27 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5709
5710 * configure.in (*-sun-sunos4.1.3*): Use shared libraries,
5711 since that's what the header file expects.
5712
5713 1995-04-24 Francesco Potortì (pot@cnuce.cnr.it)
5714
5715 * configure.in (m68k-motorola-sysv*): Distinguish between 68030
5716 and 68040 based machines when choosing options for gnucc.
5717
5718 1995-04-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5719
5720 * Makefile.in (top_distclean): Delete config.cache.
5721
5722 1995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5723
5724 * Makefile.in (install-arch-indep): Delete .#* when copying subdirs.
5725
5726 * configure.in: Use m/ncr386.h.
5727
5728 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5729
5730 * Makefile.in (install-arch-indep): Undo Sep 23 change.
5731
5732 1995-04-06 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5733
5734 * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore.
5735 (man): Don't copy texindex.c and getopt.c; they're deleted.
5736 (etc): Omit `e'; it's a subdirectory.
5737 (etc/e): Use `../..', not `..', to reference top level.
5738
5739 1995-04-06 Simon Leinen <simon@lia.di.epfl.ch>
5740
5741 * Makefile.in (install-arch-indep, dist):
5742 Look for `update-subdir' in $(srcdir).
5743
5744 1995-04-06 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5745
5746 * make-dist: Include mkinstalldirs in distribution.
5747
5748 1995-04-05 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5749
5750 * make-dist: Add missing close backquote.
5751
5752 1995-04-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5753
5754 * make-dist: Don't distribute shortnames directory.
5755
5756 1995-03-12 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5757
5758 * Makefile.in (blessmail): Pass archlibdir to the sub-make.
5759
5760 1995-02-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5761
5762 * configure.in (m88k-motorola-sysv4*): Use usg5-4-2.
5763
5764 1995-02-23 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5765
5766 * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args.
5767
5768 1995-02-13 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5769
5770 * configure.in (mips-sgi-irix6): New configuration.
5771
5772 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5773
5774 * Makefile.in (maintainer-clean): Renamed from realclean.
5775
5776 1995-02-02 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
5777
5778 * configure.in: Create a .gdbinit that sources the real one,
5779 if using a different build directory.
5780
5781 1995-01-23 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5782
5783 * configure.in: Check for sys/select.h.
5784
5785 1995-01-02 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5786
5787 * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP.
5788
5789 1994-12-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5790
5791 * configure.in: Handle isc 4.1 operating system.
5792
5793 1994-12-10 Richard Stallman <rms@kepa>
5794
5795 * configure.in (rs6000-ibm-aix4.1*): New alternative.
5796 (rs6000-ibm-aix4*): New alternative.
5797
5798 1994-12-06 Richard Stallman <rms@kepa>
5799
5800 * configure.in: For SVR4.2, set NON_GNU_CPP if not already set.
5801
5802 1994-11-30 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
5803
5804 * configure.in: Don't try to make directories that are guaranteed
5805 to already exist.
5806
5807 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5808
5809 * configure.in: Generate man/Makefile from man/Makefile.in.
5810 Create the man subdir.
5811
5812 * Makefile.in (dvi): Run Make in our man subdir.
5813
5814 * make-dist: Create subdir etc/e.
5815 Make links to it.
5816 Put man/Makefile.in in dist, instead of man/Makefile.
5817
5818 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu)
5819
5820 * configure.in: Add --with-pop, --with-kerberos, and
5821 --with-hesiod for movemail.
5822
5823 1994-11-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5824
5825 * configure.in (m68*-apollo*): Use s/domain.h.
5826
5827 1994-11-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5828
5829 * configure.in (m68*-apollo*): Set NON_GNU_CPP.
5830
5831 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
5832
5833 * configure.in: Don't add -I, -L, -R options for cc if their
5834 arguments would be empty.
5835
5836 1994-11-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5837
5838 * configure.in (i860-intel-osf1*): New alternative.
5839 (mips-sgi-irix5.[01]*): Distinguish from irix5*.
5840 (mips-sgi-irix*): Now an alias for mips-sgi-irix5*.
5841
5842 1994-11-09 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
5843
5844 * configure.in: Make h_errno check not use nested functions.
5845
5846 1994-11-09 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
5847
5848 * Makefile.in (install-arch-indep): Delete *.orig in copied dirs.
5849
5850 1994-11-08 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
5851
5852 * Makefile.in (install-arch-indep): Avoid continued comment
5853 swallowing target line.
5854
5855 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu)
5856
5857 * configure.in: Protect a character class with `changequote'.
5858
5859 1994-11-07 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu>
5860
5861 * configure.in: Accept `news' as a synonym for `newsos'.
5862
5863 1994-11-03 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5864
5865 * Makefile.in: Don't rm files if cd fails.
5866
5867 1994-11-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5868
5869 * make-dist: Put nt subdir and its subdirs in the dist.
5870 (lib-src): Put makefile.nt in the dist.
5871 (lisp): Put makefile.nt in the dist.
5872
5873 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
5874
5875 * configure.in: Change a stray `[' to `test'.
5876
5877 1994-10-28 David J. MacKenzie <djm@duality.gnu.ai.mit.edu>
5878
5879 * configure.in: Adapt for Autoconf v2. Use the standard argument
5880 parser, host type canonicalizer, X11 finder, and message
5881 printing macros. Use the new macro names. Use `test' instead of `['.
5882
5883 1994-10-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5884
5885 * configure.in: Check for getpagesize.
5886
5887 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5888
5889 * make-dist (msdos): Put sed* in the distribution.
5890
5891 1994-10-17 Morten Welinder <terra@mole.gnu.ai.mit.edu>
5892
5893 * config.bat: New option, `--with-x', for configuring Emacs
5894 for use with the X11 system DesqView/X.
5895 New option, `--no-debug', for compiling Emacs without debug
5896 information thus saving disk space.
5897 (src/config.h, src/paths.h): Use `update' (which is like
5898 `move-if-changed') to change the file.
5899 (src/config.h): When configuring for X11 perform extra changes.
5900 (src/makefile): When configuring for X11 perform extra changes.
5901 (lib-src): Remove temporary files.
5902 (): Check that `sed', `rm', `mv', and `gcc' are available.
5903
5904 1994-10-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5905
5906 * Makefile.in (sharedstatedir): Substitute sharedstatedir properly.
5907
5908 * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps.
5909
5910 1994-10-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5911
5912 * configure.in (EMACS_CONFIGURATION): Use $canonical as value.
5913
5914 * configure.in (canonical): Substitute var into makefiles.
5915 (bitmapdir): Likewise.
5916
5917 * Makefile.in (bitmapdir): New variable.
5918 (src/paths.h, paths-force): Edit PATH_BITMAPS.
5919
5920 1994-10-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5921
5922 * make-dist: Put update-subdirs and lisp/subdirs.el in the dist.
5923
5924 * Makefile.in (dist, install-arch-indep): Run update-subdirs.
5925 * update-subdirs: New shell script.
5926
5927 1994-10-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5928
5929 * Makefile.in (top_distclean): Don't rm build-install.
5930 (SOURCES): Delete build-install.in.
5931
5932 * make-dist: Don't distribute build-ins.in.
5933 * build-ins.in: File deleted.
5934
5935 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu)
5936
5937 * Makefile.in (mkdir): Use mkinstalldirs instead of make-path.
5938
5939 1994-10-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5940
5941 * Makefile.in: Use libexecdir and sharedstatedir as appropriate.
5942
5943 * configure.in (libexecdir): Renamed from libdir. New default.
5944 (sharedstatedir): Renamed from statedir. New default.
5945 (datadir): New default.
5946
5947 * make-dist: Don't distribute subdirs.el.
5948
5949 1994-10-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5950
5951 * configure.in (eaccess): Check for it.
5952
5953 1994-10-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5954
5955 * configure.in (mktime): Check for it.
5956
5957 1994-10-02 Paul Reilly <pmr@geech.gnu.ai.mit.edu>
5958
5959 * configure.in (motif): Add support for usage and option checking.
5960
5961 1994-09-24 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
5962
5963 * configure.in (utimes): Check for it.
5964
5965 1994-09-23 Richard Stallman <rms@churchy.gnu.ai.mit.edu>
5966
5967 * Makefile.in (install-arch-indep): Don't do mkdir here.
5968
5969 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5970
5971 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
5972 riscix.h renamed to acorn.h.
5973
5974 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il)
5975
5976 * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*):
5977 New configurations.
5978
5979 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu)
5980
5981 * configure.in: Remove trailing slashes from srcdir.
5982
5983 1994-09-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5984
5985 * configure.in (i[345]86-sequent-ptx*): Handle
5986
5987 1994-09-20 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5988
5989 * Makefile.in (paths-force): Depend on src/paths.h
5990
5991 1994-09-19 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5992
5993 * configure.in (config_options): Save all arguments, not just some.
5994
5995 1994-09-18 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
5996
5997 * Makefile.in (install-arch-indep): Copy DOC-*, not DOC*
5998
5999 * configure.in: Add AC_AIX.
6000 Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT.
6001
6002 1994-09-18 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6003
6004 * configure.in (parsing options): Simplify sed command to delete -'s.
6005
6006 1994-09-16 Karl Heuer <kwzh@churchy.gnu.ai.mit.edu>
6007
6008 * configure.in (config_options): New shell variable.
6009 Pass its value to C code in EMACS_CONFIG_OPTIONS.
6010
6011 1994-09-16 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6012
6013 * configure.in (alpha-dec-osf*): New target.
6014
6015 * Makefile.in: Use just one FRC target.
6016
6017 1994-09-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6018
6019 * Makefile.in (removenullpaths, paths-force):
6020 Use name paths.h.tmp$$, which depends on the pid.
6021
6022 1994-09-14 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6023
6024 * Makefile.in (removenullpaths, paths-force):
6025 Put paths.h.tmp in top-level dir, not in src.
6026
6027 1994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6028
6029 * Version 19.27 released.
6030
6031 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6032
6033 * Version 19.26 released.
6034
6035 1994-09-04 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6036
6037 * configure.in: Check for lrand48, not rand48.
6038
6039 1994-09-03 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6040
6041 * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5)
6042 (powerpc-ibm-aix*): New aliases.
6043
6044 1994-08-21 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6045
6046 * make-dist (src/m, src/s): Put *.inp in distribution.
6047
6048 1994-08-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6049
6050 * configure.in: Accept i586 and i486 along with i386.
6051
6052 1994-08-15 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6053
6054 * configure.in: Do compute unexec, LIBX, system_malloc, etc
6055 even if CPP env var was set by the user.
6056
6057 * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value.
6058
6059 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com)
6060
6061 * Makefile.in: Uninstall "$(EMACS)", not "emacs".
6062
6063 1994-08-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6064
6065 * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP.
6066
6067 1994-08-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6068
6069 * configure.in: Check more specifically for i*86-sun-sunos.
6070
6071 1994-08-03 Caveh Jalali (caveh@eng.sun.com)
6072
6073 * configure.in: Handle solaris 2.4.
6074
6075 1994-07-27 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6076
6077 * configure.in (rand48): Check for it.
6078
6079 1994-07-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6080
6081 * make-dist: Update the info files.
6082
6083 1994-07-25 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6084
6085 * configure.in: Make "checking..." messages' style consistent.
6086 (HAVE_H_ERRNO): New test.
6087
6088 1994-07-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
6089
6090 * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP.
6091
6092 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6093
6094 * configure.in (CFLAGS): If the envvar was specified, use that.
6095 And set REAL_CFLAGS from it too.
6096
6097 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6098
6099 * make-dist: Update finder-inf.el.
6100
6101 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6102
6103 * make-dist (msdos): Include sed4.inp in dist.
6104
6105 * Makefile.in (libsrc_libs): Var deleted.
6106
6107 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6108
6109 * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands.
6110
6111 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6112
6113 * configure.in (mips-sony-newsos4*): New alias.
6114
6115 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6116
6117 * configure.in (*-convex-bsd*): Set NON_GNU_CPP.
6118 (*-convex-convexos*): Accept this as alias.
6119
6120 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6121
6122 * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE,
6123 for two different uses.
6124
6125 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6126
6127 * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
6128
6129 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6130
6131 * make-dist: Put ./BUGS into the distrib.
6132
6133 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6134
6135 * configure.in: Handle 386 running Solaris 2.
6136
6137 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6138
6139 * configure.in (mips-siemens-sysv*): Use cpp, not cc -E.
6140
6141 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6142
6143 * configure.in (mips-sony-newsos*): Use news-risc.h.
6144
6145 * configure.in: Accept bsdi as opsys, like bsd386.
6146
6147 1994-06-01 Morten Welinder (terra@diku.dk)
6148
6149 * config.bat (src/paths.h): Use sed script msdos/sed4.inp.
6150
6151 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6152
6153 * Version 19.25 released.
6154
6155 * make-dist (shortversion): Don't assume another period follows.
6156
6157 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6158
6159 * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd.
6160 (uninstall): Use /bin/pwd.
6161
6162 * Makefile.in (blessmail): Depend on src.
6163 (all): Don't depend on blessmail.
6164
6165 * Makefile.in (src/paths.h): Don't force recomputation.
6166 (paths-force): New target; force recomputation of paths.h.
6167 (all): Depend on paths-force.
6168 (src, lib-src): Depend on src/paths.h.
6169
6170 * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS,
6171 NON_GCC_TEST_OPTIONS.
6172
6173 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6174
6175 * configure.in: Don't insist on subversions for irix.
6176
6177 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6178
6179 * configure.in (hppa*-hp-hpux9shr): Move alternative up.
6180
6181 * configure.in (i[34]86-next-*): New alternative.
6182
6183 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6184
6185 * Version 19.24 released.
6186
6187 * configure.in: New config hppa*-hp-hpux9shr*.
6188
6189 1994-05-22 Morten Welinder (terra@tyr.diku.dk)
6190
6191 * config.bat: Doc fix.
6192
6193 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6194
6195 * Makefile.in (mostlyclean, clean, distclean, realclean)
6196 (extraclean): Don't act on man subdir if it doesn't exist.
6197
6198 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6199
6200 * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars.
6201 Use them to set up CC.
6202 (*-sun-sunos4.1.3): Set them.
6203
6204 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6205
6206 * Makefile.in (lib-src): Don't depend on src/paths.h.
6207
6208 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6209
6210 * build-ins.in (copydests): Get rid of spurious `-'s.
6211
6212 * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION.
6213
6214 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6215
6216 * Version 19.23 released.
6217
6218 * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS
6219 for the Xlib and Xt checks; then restore old CFLAGS.
6220
6221 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6222
6223 * configure.in (HAVE_X11XTR6): Add newline before #if.
6224 Add newline after #endif.
6225
6226 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6227
6228 * configure.in (HAVE_X11XTR6): Arrange to define it.
6229
6230 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6231
6232 * Makefile.in (install): Depend on blessmail.
6233
6234 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
6235
6236 * configure.in (mips-siemens-sysv*): Put quotes around value
6237 containing blanks.
6238
6239 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6240
6241 * Makefile.in (TAGS): Use the makefile in src subdir.
6242
6243 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6244
6245 * configure.in (opsys): Recognize `gnu'.
6246
6247 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6248
6249 * configure.in (using NON_GNU_CPP): Fix test for CPP already set.
6250
6251 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
6252
6253 * configure.in: Remove AC_LANG_C call. Not needed with Autoconf
6254 version > 1.8.
6255
6256 1994-05-08 Morten Welinder (terra@diku.dk)
6257
6258 * config.bat: Forcibly remove "# " style comments from makefiles.
6259
6260 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6261
6262 * Makefile.in (uninstall): When processing lispdir and etcdir,
6263 do nothing unless it exists and is a directory.
6264
6265 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6266
6267 * Makefile.in (install-arch-indep): Do install info/dired-x*.
6268 Merge code in from install-doc.
6269 (install-doc): Merge code back into install-arch-indep.
6270 (install-arch-dep): Don't depend on install-doc.
6271
6272 * configure.in (run_in_place): Don't use pwd for archlibdir and docdir.
6273
6274 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6275
6276 * configure.in (making src/Makefile and lib-src/Makefile):
6277 Split off the autoconf substitutions and don't pass them thru cpp.
6278 (undefs): Use $canonical as well as $configuration.
6279
6280 * make-dist: Distribute lisp/Makefile.
6281
6282 * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*.
6283 Use lower case names for the s files.
6284
6285 1994-05-03 Morten Welinder (terra@diku.dk)
6286
6287 * config.bat: Added possibility for different file name
6288 transcriptions in lib-src.
6289
6290 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6291
6292 * Makefile.in (lib-src): Undo previous change.
6293 (blessmail): New target to run maybe-blessmail in lib-src.
6294 (all): Depend on blessmail.
6295
6296 * Makefile.in (lib-src): Depend on src.
6297
6298 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu)
6299
6300 * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3.
6301 (m88k-dg-dgux5.4R2): dgux5.4R2.
6302
6303 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6304
6305 * configure.in (window_system): Restore accidentally deleted code
6306 that uses AC_FIND_X.
6307
6308 * make-dist: Distribute config.bat.
6309
6310 1994-04-29 Morten Welinder (terra@diku.dk)
6311
6312 * config.bat: Corrected the configuration of lib-src
6313 to keep up with configure. Add note about dos version 3
6314 or better needed (djgpp needs that). Add note explaining
6315 that either install in c:/emacs or edit the script.
6316 Don't change to c:/emacs, but assume we're there (to minimize
6317 the number of places to change).
6318
6319 * config.bat: Build-in the first step towards X11 support with
6320 the X11 emulator that exists. At this time it won't work,
6321 and several files are missing.
6322
6323 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6324
6325 * configure.in: Use m/hp800.h in place of m/hp9000s800.h.
6326 Don't look for -lresolv.
6327
6328 * Makefile.in (lib-src): Depend on src/paths.h.
6329
6330 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6331
6332 * configure.in: Restore deleted AC_SUBST of `configuration'.
6333 Improve error message for bad --with-x-toolkit value.
6334
6335 * configure.in: Define CONFIGURATION in src/config.h
6336 rather than substituting in src/Makefile.in.
6337
6338 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6339
6340 * Makefile.in (install-doc): New target.
6341 (install-arch-dep): Depend on install-doc.
6342 (mkdir): Create docdir.
6343
6344 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6345
6346 * configure.in: Test for libresolv.a.
6347 Substitute machfile and opsysfile.
6348
6349 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6350
6351 * Makefile.in (.PHONY, install): Kill reference to obsolete do-install.
6352 (install-arch-dep): Install under the name $(EMACS).
6353
6354 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6355
6356 * configure.in (version): Use entire value of emacs-version.
6357 (mips-siemens-sysv*): New alternative.
6358
6359 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6360
6361 * Makefile.in (install-arch-indep): Don't install dired-x*.
6362
6363 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6364
6365 * configure.in (src/Makefile, lib-src/Makefile): Delete ^L.
6366 Fix definition of $undefs.
6367
6368 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6369
6370 * configure.in (window_system): Obey --with-x11=no and --with-x10=no.
6371
6372 * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I.
6373
6374 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu)
6375
6376 * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE.
6377
6378 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6379
6380 * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in
6381 and run it thru cpp, as with src/Makefile.in.
6382
6383 * configure.in: Use AC_SET_MAKE.
6384
6385 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6386
6387 * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2.
6388
6389 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6390
6391 * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@.
6392
6393 * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes.
6394 (printing the choices): Make the toolkit message unconditional.
6395 (USE_X_TOOLKIT): Use `none', not `no', if none.
6396 (include libsrc_libs): Include config.h, and specify -I for srcdir.
6397 Get rid of temp file foofoo1.
6398
6399 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6400
6401 * configure.in (CFLAGS): Use shell syntax, not Makefile.
6402
6403 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6404
6405 * configure.in (window_system): If no X, set USE_X_TOOLKIT=no.
6406 (printing the choices): State choice of toolkit.
6407 (libsrc_libs): Recalculate after writing config.h;
6408 then update lib-src/Makefile.
6409
6410 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6411
6412 * configure.in: Add sunos4shr as alternative for suns.
6413 Conditionals testing for null $CC were backwards.
6414
6415 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6416
6417 * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*.
6418
6419 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6420
6421 * configure.in: Handle -isc4.0*.
6422
6423 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6424
6425 * configure.in (esix5): Set NON_GNU_CPP.
6426
6427 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu)
6428
6429 * Makefile.in (thisdir): Nonsensical variable removed.
6430 (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd
6431 back to $thisdir, rather than the directory `this_dir'.
6432
6433 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6434
6435 * Makefile.in (install-arch-indep): Add missing backslash after a
6436 `then'.
6437
6438 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6439
6440 * Makefile.in (thisdir): New variable.
6441 (install-arch-indep): Go back to thisdir to run INSTALL_DATA.
6442
6443 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6444
6445 * configure.in: Add freebsd.
6446
6447 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6448
6449 * configure.in: Check for fpathconf.
6450
6451 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6452
6453 * configure.in (with_x_toolkit): Fix typo in previous change.
6454
6455 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6456
6457 * configure.in: New s-file for rs60000-ibm-aix3.2.5.
6458
6459 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6460
6461 * configure.in (with_x_toolkit): Don't allow motif or open-look.
6462
6463 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
6464
6465 * configure.in: Fix value of docdir.
6466 * Makefile.in (install-arch-indep): Install DOC* in docdir.
6467
6468 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6469
6470 * configure.in (*-sysv4.1): Set NON_GNU_CPP.
6471
6472 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu)
6473
6474 * configure.in: New variable docdir to control where the docstring
6475 file goes.
6476 Makefile.in: Use it to initialize PATH_DOC in paths.h.
6477
6478 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6479
6480 * configure.in: When --run-in-place, don't inherit archlibdir.
6481
6482 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6483
6484 * Makefile.in (install-arch-dep, install-arch-indep):
6485 New targets split up former do-install rule.
6486 (do-install): Target deleted.
6487
6488 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6489
6490 * configure.in (mips-sony-newsos*): New configuration.
6491
6492 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu)
6493
6494 * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20.
6495
6496 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6497
6498 * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX.
6499
6500 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6501
6502 * configure.in: Don't initialize CC.
6503
6504 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6505
6506 * configure.in (creating src/Makefile): Also generate -U switches
6507 for symbols in the $configuration value.
6508
6509 * configure.in: Check for sys_siglist being declared in system header.
6510
6511 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6512
6513 * configure.in (creating src/Makefile): Delete blank lines
6514 along with lines of whitespace.
6515 (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
6516
6517 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6518
6519 * configure.in: Get, use, and substitute C_SWITCH_MACHINE
6520 like C_SWITCH_SYSTEM.
6521 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000.
6522
6523 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6524
6525 * configure.in (drem): Check for this function.
6526
6527 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6528
6529 * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces.
6530 If CPP was inherited from environment, don't use NON_GNU_CPP.
6531 (NON_GNU_CC): Likewise.
6532 (handling with_gcc): Use explicit if in the `no' case.
6533 (cc_specified): New variable; if set, don't use NON_GNU_CC.
6534
6535 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6536
6537 * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP.
6538
6539 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu)
6540
6541 * configure.in: Check whether fmod exists.
6542
6543 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6544
6545 * make-dist: Distribute {src,lisp}/ChangeLog.? instead of
6546 {src,lisp}/OChangeLog.
6547
6548 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6549
6550 * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is
6551 necessary for proper operation. This code works with the current
6552 released version of Autoconf.
6553
6554 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6555
6556 * configure.in (with_x_toolkit): Treat values athena and lucid alike.
6557 (USE_X_TOOLKIT): Define it for all values except `no'.
6558
6559 * configure.in: Undo first Jan 8 change and Jan 16 change.
6560
6561 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6562
6563 * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile.
6564 Substitute USE_X_TOOLKIT as both C macro and Make variable.
6565
6566 * Makefile.in (lwlib/Makefile): New target.
6567 (SUBDIR_MAKEFILES): Depend on lwlib/Makefile.
6568 (clean, mostlyclean, distclean, realclean): Handle lwlib subdir.
6569 (unlock, relock): Handle lwlib subdir.
6570
6571 * Makefile.in: Add some .PHONY targets.
6572
6573 * make-dist: Handle lwlib subdir like oldXMenu subdir.
6574
6575 * lwlib: New subdirectory.
6576
6577 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6578
6579 * configure.in: If CPP has a value that is a directory,
6580 discard the value.
6581
6582 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6583
6584 * configure.in (srcdir_undefs): Add g flag to sed substitution to
6585 remove -U[0-9]*.
6586
6587 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6588
6589 * Makefile.in (do-install): Install the dired-x info files.
6590
6591 * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX.
6592 (See src/s/sol2.h.)
6593
6594 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6595
6596 * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs.
6597
6598 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6599
6600 * configure.in (creating src/Makefile): Put code inside 2nd arg to
6601 AC_OUTPUT as it should be; hopefully noone will again see fit to
6602 gratuitously break this and not make a change log entry.
6603 Optimized sed processing of Makefile.in and cpp output; now
6604 preserves comments previously removed from the cpp input.
6605 Eliminated temp file for cpp output. Generate -U switches to
6606 undefine all identifiers that appear in the directory name
6607 ${srcdir}; pass these to cpp.
6608
6609 * configure.in (version): Fix sed regexp to match two-elt version
6610 number.
6611
6612 * configure.in: Check for strerror.
6613
6614 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6615
6616 * configure.in: Test for bcmp.
6617
6618 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6619
6620 * make-dist (tempdir): Put subdir msdos into the distribution.
6621
6622 1993-01-07 Morten Welinder (terra@diku.dk)
6623
6624 * config.bat: New file.
6625
6626 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6627
6628 * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
6629
6630 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6631
6632 * configure.in (m68*-next-*): Don't care about which os is specified.
6633 (i[34]86-*-*): Check for *-nextstop*.
6634
6635 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6636
6637 * configure.in: Check for setsid.
6638
6639 1993-12-17 Richard Stallman (rms@srarc2)
6640
6641 * configure.in (*-sun-solaris*): Add special case for Solaris 2.3.
6642
6643 1993-12-15 Richard Stallman (rms@srarc2)
6644
6645 * Makefile.in (mkdir): Make only the lockdir writable.
6646
6647 * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4.
6648
6649 1993-12-11 Richard Stallman (rms@srarc2)
6650
6651 * Makefile.in (libdir): Use @libdir@.
6652
6653 1993-12-08 Richard Stallman (rms@srarc2)
6654
6655 * Makefile.in (install): Add empty command.
6656
6657 1993-12-04 Richard Stallman (rms@srarc2)
6658
6659 * make-dist: Put man/getopt.c in the dist.
6660
6661 * configure.in (LIBS): Add test for existence of XSetWMProtocols.
6662
6663 * Makefile.in (install): Depend on ${SUBDIR}, not `all'.
6664
6665 1993-12-03 Richard Stallman (rms@srarc2)
6666
6667 * configure.in (solaris): Set NON_GNU_CPP instead of CPP.
6668 Set it for all solaris versions.
6669 (mips-mips-riscos4*): Set NON_GNU_CC, not CC.
6670 (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP.
6671 Likewise for NON_GNU_CC and CC.
6672
6673 1993-12-01 Richard Stallman (rms@srarc2)
6674
6675 * configure.in (mips-mips-riscos4*): Assign variable CC.
6676 (checking ${with_gcc}): If "no", don't override CC if already set.
6677 (CC): Initialize it as empty.
6678
6679 1993-11-30 Richard Stallman (rms@srarc2)
6680
6681 * configure.in (Suns): Set CPP if *-solaris2.3*.
6682
6683 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6684
6685 * Version 19.22 released.
6686
6687 * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs.
6688
6689 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6690
6691 * make-dist: When breaking links, use cp -p.
6692 Copy install.sh into distribution.
6693 Move the temp dir up into the parent dir;
6694 don't leave the staging dir make-dist.tmp... in existence.
6695 * install.sh: New file.
6696
6697 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6698
6699 * configure.in (i[34]86-ncr-sysv*): New specific alternative.
6700
6701 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6702
6703 * configure.in (version): When --run-in-place, exclude
6704 ${datadir}/emacs/site-lisp from locallisppath.
6705
6706 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6707
6708 * configure.in: Delete jumk.c before writing it.
6709
6710 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6711
6712 * Version 19.21 released.
6713
6714 * Makefile.in (mkdir): Ignore error from chmod.
6715
6716 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6717
6718 * make-dist: Don't put lisp/forms.README in the distribution.
6719
6720 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6721
6722 * configure.in (creating src/Makefile): Before running cpp,
6723 discard all lines that start with `# Generated' or /**/#.
6724
6725 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6726
6727 * Version 19.20 released.
6728
6729 * make-dist: Use build-ins.in, not build-install.in.
6730 Don't bother updating TAGS since it's not included.
6731
6732 * build-ins.in: Renamed from build-install.in.
6733
6734 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6735
6736 * make-dist: Don't try to link *.texinfo--there are none now.
6737 When running make in lib-src, specify YACC var value.
6738
6739 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6740
6741 * configure.in (extrasub): Add vpath patterns for %.[yls].
6742
6743 * configure.in: Don't do seddery on config.status after AC_OUTPUT.
6744 Instead just include the commands to make src/Makefile as the
6745 second arg to AC_OUTPUT.
6746
6747 * configure.in: Use : instead of dnl for comment inside
6748 $makefile_command.
6749
6750 * configure.in: No longer use vpath_sed. Instead, when we notice
6751 srcdir already configured, set extrasub to hack vpath in the
6752 makefiles.
6753
6754 * configure.in: In cmds to make src/Makefile, chmod Makefile.new
6755 before moving it.
6756 * Makefile.in (VPATH): Define to @srcdir@.
6757
6758 1993-09-28 Brian J. Fox (bfox@cubit)
6759
6760 * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file
6761 doesn't exist. Just copy src/Makefile.in instead. Touch
6762 all of the Makefiles after editing config.status.
6763
6764 * INSTALL: Update documentation to match new configuration
6765 mechanism.
6766
6767 1993-09-27 Brian J. Fox (bfox@ai.mit.edu)
6768
6769 * configure.in: Allow any of the path or directory Makefile
6770 variables to be set with flags to configure. Create all Makefiles
6771 at configure time. Edit special commands into config.status after
6772 src/Makefile.in is built from src/Makefile.
6773
6774 * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile):
6775 If these files are out of date, simply have config.status
6776 rebuild them; don't rebuild them explicitly.
6777
6778 1993-09-25 Brian J. Fox (bfox@ai.mit.edu)
6779
6780 * build-install.in: Change src/xemacs to src/emacs. We no longer
6781 create src/xemacs, so the file wouldn't be found.
6782
6783 * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'.
6784
6785 1993-09-24 Brian J. Fox (bfox@albert.gnu.ai.mit.edu)
6786
6787 * configure.in: Avoid forcing the search of /usr/include before
6788 fixed include files by resetting C_SWITCH_X_SITE if it is
6789 "-I/usr/include".
6790
6791 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6792
6793 * Makefile.in (@rip_paths@locallisppath):
6794 Delete ${datadir}/emacs/site-lisp.
6795
6796 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6797
6798 * configure.in:
6799 Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
6800 Remove ${extra_output} from AC_OUTPUT call.
6801
6802 1993-09-17 Brian J. Fox (bfox@inferno)
6803
6804 * make-dist: Quote backquotes found in strings to be echoed.
6805
6806 * configure.in: Use "sh -c pwd" when we want to avoid having the
6807 shell fix up the value of $PWD.
6808
6809 1993-09-13 Brian J. Fox (bfox@inferno)
6810
6811 * Makefile.in (do-install): Don't abort if ln or chmod at the end
6812 of the installation fail. Suggested by Karl Berry.
6813
6814 1993-08-30 Brian J. Fox (bfox@inferno)
6815
6816 * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make"
6817 was used. Set MAKEFLAGS from MFLAGS.
6818
6819 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6820
6821 * configure.in: Test for res_init in libc.
6822
6823 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6824
6825 * configure.in: In the file ${tempcname}, use configure___
6826 instead of @configure@.
6827
6828 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu)
6829
6830 * make-dist: Dist vpath.sed
6831
6832 * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile):
6833 Depend on vpath.sed.
6834 Replace sed comand for VPATH with @vpath_sed@.
6835
6836 * configure.in: Substitute variable `vpath_sed'.
6837 If not in $srcdir and $srcdir is configured,
6838 issue warning that GNU make is required,
6839 and set vpath_sed to use vpath.sed script.
6840
6841 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6842
6843 * configure.in: Remove check for $srcdir being configured. This
6844 pretty much works now.
6845 Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd.
6846 Check for XFree86 (/usr/X386/include) independent of whether
6847 -lXbsd exists.
6848
6849 * Makefile.in (info, dvi, clean, mostlyclean, distclean,
6850 realclean, unlock, relock): Use `$(MAKE)' in place of plain
6851 `make'.
6852
6853 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6854
6855 * Version 19.19 released.
6856
6857 * configure.in (i386-*-sunos4): Assume Sunos 4.0.
6858
6859 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6860
6861 * configure.in: Check for XScreenNumberOfScreen.
6862
6863 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6864
6865 * configure.in: Add * to end of all configuration alternatives.
6866 (m68*-sony-newsos3*): New alternative.
6867
6868 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6869
6870 * make-dist: Include getdate.c in distribution.
6871
6872 * configure.in: For --help, use $PAGER if it is set.
6873 (LIB_X11_LIB): Default to -lX11.
6874 (mips-sgi-irix5.*): New alternative.
6875
6876 * Makefile.in (do-install): Install info/gnus* and info/sc*.
6877
6878 * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*):
6879 Recognize *.B8.* as hpux version 8.
6880 (m68*-tektronix-bsd*): Fix typo in tek4300.
6881 (AC_HAVE_FUNCS): Add ftime.
6882
6883 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6884
6885 * configure.in (m88k-tektronix-sysv3*): Added the missing *.
6886 Use tekxd88, not tekXD88.
6887
6888 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
6889
6890 * configure.in: Check for -lm. Then can check for frexp and logb.
6891
6892 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6893
6894 * Version 19.18 released.
6895
6896 * make-dist (src): Don't put gnu-hp300 in dist.
6897 (src, lisp): Include OChangeLog in dist.
6898
6899 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6900
6901 * configure.in: Test for presence of logb and frexp functions.
6902
6903 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6904
6905 * configure.in (machine): Add i370-ibm-aix*.
6906
6907 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6908
6909 * configure.in (function checks): Test for mkdir and rmdir.
6910
6911 * configure.in (function checks): Don't test for random and bcopy
6912 only when we're building with X; look for them all the time.
6913
6914 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6915
6916 * configure.in: Test for availability of bcopy functions, searching
6917 the X libraries if we're using X.
6918
6919 * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
6920 and #define HAVE_AIX_SMT_EXP if we do. This is present in some
6921 versions of AIX, and needs to be passed to the loader.
6922
6923 * configure.in: Test for the availability of the
6924 XScreenResourceString function.
6925
6926 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu)
6927
6928 * configure.in: If we found X on our own, set C_SWITCH_X_SITE and
6929 LD_SWITCH_X_SITE and assume --with-x11.
6930 Only look for X11 files if we weren't told about a window system
6931 or if we were told to use X11 but not told where.
6932 Search the libraries from the s and/or m files when checking for
6933 functions.
6934
6935 * configure.in: Remove any trailing slashes in prefix and exec_prefix.
6936
6937 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6938
6939 * make-dist: Include lisp/dired.todo in the distribution.
6940
6941 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6942
6943 * configure.in: Add code to set HAVE_INET_SOCKETS.
6944
6945 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6946
6947 * configure.in: If we do find x_includes and x_libraries
6948 via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE.
6949
6950 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
6951
6952 * make-dist: Include src/gnu-hp300 in the dist.
6953
6954 * configure.in (canonical): New variable holds the canonicalized
6955 configuration. Don't alter `configuration'. Use `configuration'
6956 for Makefile.in for file naming.
6957 (testing x_includes and x_libraries): Use =, not ==.
6958
6959 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
6960
6961 * Version 19.17 released.
6962
6963 * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src
6964 directory's makefile. This allows the invocation of CPP which
6965 builds xmakefile to receive these switches. The SunSoft C
6966 preprocessor inserts spaces between tokens if it doesn't get the
6967 -Xs flag requested in src/s/sol2.h.
6968
6969 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
6970
6971 * configure.in (m68k-bull-sysv3): New config.
6972
6973 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6974
6975 * configure.in: Use the autoconf AC_FIND_X macro to try to find
6976 the X Windows libraries.
6977
6978 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6979
6980 * make-dist (tempdir): Don't create lisp/forms-mode directory in
6981 the distribution. Those files aren't kept in their own
6982 subdirectory any more.
6983
6984 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6985
6986 * Version 19.16 released.
6987
6988 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6989
6990 * configure.in: Add --verbose flag.
6991
6992 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
6993
6994 * version 19.15 released.
6995
6996 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
6997
6998 * Makefile.in (top_distclean): Use -f switch when cleaning out
6999 lock dir; it might be empty.
7000
7001 * configure.in: Only check for -lXbsd once.
7002
7003 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7004
7005 * Version 19.14 released.
7006
7007 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7008
7009 * make-dist: If using gzip, create distribution with '.gz' extension.
7010
7011 * make-dist (lisp/term): This doesn't have a ChangeLog anymore.
7012 (lisp/forms-mode): This doesn't exist anymore.
7013
7014 * configure.in: Look for the closedir function.
7015
7016 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7017
7018 * configure.in (CPP): Autoconf sets this to a shell variable
7019 reference, which doesn't work when it's edited into a makefile.
7020 Expand that variable reference.
7021
7022 * Makefile.in (CPP): New variable.
7023 (src/Makefile): Edit CPP into src/Makefile.
7024
7025 * Makefile.in (src/Makefile): Don't bother exiting single quotes
7026 and entering double quotes to get the values of LD_SWITCH_X_SITE
7027 and the other make variables; make substitutes them in anyway.
7028
7029 * Makefile.in (uninstall): Don't remove the lisp and etc
7030 directories if they're in the source tree.
7031
7032 Bring mumbleclean targets into conformance with GNU coding standards.
7033 * Makefile.in (mostlyclean, clean): Separate these two; just have
7034 them pass the request to the subdirectory makefiles.
7035 (distclean): Pass the request down, and then get rid of the
7036 files configure built, and get rid of the Makefiles.
7037 (realclean): Pass the request down, and then do the same things
7038 distclean does.
7039 (uninstall, info, dvi): New targets.
7040
7041 * configure.in: Move clause for PC-compatible i386 box to the end
7042 of the case statement, to avoid masking configurations below.
7043
7044 * configure.in: Add case for m88k-motorola-sysv4.
7045
7046 * configure.in: Add support for HP/UX versions 7, 8, and 9 on
7047 the HP 68000 machines.
7048
7049 * configure.in: Put the arguments to LD_SWITCH_X_SITE's and
7050 C_SWITCH_X_SITE's -L and -I switches in quotes, so the
7051 preprocessor won't fiddle with them.
7052
7053 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7054
7055 * Makefile.in (TAGS): cd to src to run etags.
7056
7057 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7058
7059 * configure.in (version): Check the X libraries for XrmSetDatabase
7060 and random, and see if we have -lXbsd.
7061
7062 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7063
7064 * configure.in: Pass "-Isrc" to the CPP we run to examine the
7065 s/*.h and m/*.h files. Martin Tomes
7066 <mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
7067
7068 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7069
7070 * configure.in: Move i386-prime-sysv* and i386-sequent-bsd*
7071 above the general i386 alternative.
7072
7073 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7074
7075 * configure.in: Recognize configuration name for Data General
7076 AViiON machines.
7077
7078 * configure.in: Use AC_LONG_FILE_NAMES.
7079
7080 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7081
7082 * configure.in: Test for bison.
7083 * Makefile.in (YACC): New variable.
7084 (lib-src/Makefile.in): Edit YACC into the makefile.
7085
7086 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7087
7088 * Version 19.13 released.
7089
7090 * configure.in (CFLAGS): Don't set this according to the value of
7091 the GCC shell variable. Instead, consult the machine and system
7092 files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and
7093 test __GNUC__ while we're at it.
7094
7095 * configure.in: Remove extra ;; from hpux cases.
7096
7097 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7098
7099 * configure.in: Check to see if the system has -ldnet.
7100
7101 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7102
7103 * make-dist: Add clauses to distribute lisp/forms-mode.
7104
7105 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7106
7107 * configure.in (machine): Fix the versions in hpux version number test.
7108 Do not guess based on cpu type. Do check for explicit system version.
7109
7110 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7111
7112 * configure.in: Do NOT look for `unknown' as company name.
7113
7114 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7115
7116 * configure.in: Fix typo in message.
7117
7118 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7119
7120 * Version 19.12 released.
7121
7122 * Makefile.in (do-install): Correct previous etc-copying change.
7123 Partially rewrite using `if'.
7124 (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
7125
7126 * Version 19.11 released.
7127
7128 * configure.in: Handle 386bsd.
7129
7130 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7131
7132 * make-dist: Update getdate.c.
7133
7134 * configure.in: Handle bsd386.
7135
7136 * Makefile.in (do-install): Use `-' in tar options.
7137
7138 * configure.in: Change ! "${...}" to x"${...}" = x.
7139
7140 * Makefile.in (do-install): Copy the DOC-* files from the build
7141 etc directory, as well as lots of things from ${srcdir}/etc.
7142
7143 * make-dist: Copy config.guess.
7144
7145 * configure.in: Handle AIX versions 1.2, 1.3.
7146
7147 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7148
7149 * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add
7150 the configuration name mips-mips-usg* to represent USG systems.
7151
7152 * configure.in: Fix logic to detect if srcdir is already configured.
7153
7154 * Makefile.in: Pass in LD_SWITCH_X_SITE.
7155
7156 * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd
7157 foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name
7158 of a directory; cd might fail, and have pwd print out the current
7159 directory.
7160
7161 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7162
7163 * configure.in: When looking for sources, use '.', not `.`. Also '..'.
7164
7165 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7166
7167 * configure.in: Complain if srcdir points at an already-configured
7168 tree.
7169
7170 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7171
7172 * Version 19.10 released.
7173
7174 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7175
7176 * Makefile.in: Use Makefile comments, not C comments.
7177
7178 * configure.in: Add case for the Tektronix XD88.
7179
7180 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7181
7182 * configure.in: Handle sysv4.2 and sysvr4.2.
7183
7184 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7185
7186 * configure.in: Traverse the argument list without destroying it;
7187 don't use shift. It turns out that "set - ${saved_arguments}"
7188 doesn't work portably.
7189
7190 * configure.in: Add missing "fi".
7191
7192 * make-dist: Rebuild configure if configure.in is newer.
7193
7194 * Makefile.in (src:, lib-src:, FRC:): Force the src and lib-src
7195 targets to be executed even if make remembers that it has already
7196 satisfied FRC.
7197
7198 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7199
7200 * Makefile.in (do-install): Delete redundant code to copy etc twice.
7201
7202 * configure.in (romp): Handle various version numbers with aos and bsd.
7203
7204 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7205
7206 * configure.in: Fix message text.
7207
7208 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7209
7210 * make-dist: Make a `site-lisp' directory in the distribution,
7211 instead of a `local-lisp' directory, which hasn't been the
7212 appropriate name for a long time.
7213 * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory
7214 from the distribution first, then /usr/local/lib/emacs/site-lisp.
7215
7216 * Makefile.in (do-install): Correctly detect if ./etc and
7217 ${srcdir}/etc are the same.
7218
7219 * configure.in: Extract UNEXEC from the system configuration
7220 files, compute the name of the source file corresponding to the
7221 object file, and #define it as UNEXEC_SRC in config.h.
7222
7223 * configure.in: If srcdir is '.', then try using PWD to make it
7224 absolute.
7225
7226 * configure.in: Include ${srcdir} in the printed report, to help
7227 people notice if it's an automounter path.
7228
7229 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7230
7231 * configure.in (prefix): Don't run pwd on srcdir unnecessarily.
7232
7233 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7234
7235 * Makefile.in (do-install): Delete the dest dir, not the source dir,
7236 when they are different. Add `shift' command.
7237 (COPYDESTS, COPYDIR): Delete external-lisp dir.
7238 (externallispdir): Var deleted.
7239
7240 * configure.in: Delete spurious paren outputting short_usage.
7241
7242 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7243
7244 * Version 19.9 released.
7245
7246 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7247
7248 * Makefile.in (${SUBDIR}): Pass the value of the make variable to
7249 subdirectory makes.
7250
7251 * make-dist: Check for .elc files with no corresponding .el file.
7252
7253 * Makefile.in (mkdir): Make all the directories in locallisppath.
7254
7255 * config.guess: New file.
7256 * configure.in: Use it, tentatively.
7257 * INSTALL: Mention its usage.
7258
7259 * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m;
7260 the former gives you the operating system rev directly. Use
7261 s/hpux.h if we don't recognize what we got.
7262
7263 * Makefile.in (do-install): Don't remove a destination directory
7264 if it's the same as the source. If ${srcdir}/info == ${infodir},
7265 don't try to copy the info files.
7266
7267 * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this
7268 doesn't work if you're not using a separate source directory.
7269 (do-install): Copy the build tree's etc directory only after
7270 making sure it's not also the source tree's etc directory.
7271
7272 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7273
7274 * configure.in: Handle sunos4.1.3 specially.
7275
7276 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7277
7278 * Makefile.in (INSTALL): Add definition.
7279
7280 * configure.in: Fix some messages. Support -with-gnu-cc.
7281 At the end, use `set --', not `set -'.
7282 Delete spurious `.h' in hpux alternatives.
7283
7284 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7285
7286 * Version 19.8 released.
7287
7288 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7289
7290 * configure.in: When looking for source in the same directory as
7291 the configure script, make the path thus discovered absolute.
7292 If the user specifies the `--srcdir' switch, make that directory
7293 absolute too.
7294
7295 * Makefile.in (srcdir): Remove comment saying this doesn't work.
7296
7297 * Makefile.in (src/paths.h): Edit the `infodir' variable into this
7298 too, as the value of the PATH_INFO macro.
7299
7300 * configure.in: Check to see if the source lives in the same
7301 directory as the configure script.
7302
7303 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7304
7305 * Makefile.in (install): Split this into `install' and
7306 `do-install', to give people more control over exactly what gets
7307 done.
7308 (do-install): New target, containing the guts of `install'. Don't
7309 remove and recreate the directories inside the copying loop - do
7310 it all before the copying loop. Pass more flags to the lib-src
7311 make.
7312 (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
7313 avoid errors and warnings.
7314
7315 * configure.in: For generic IBM PC boxes, insist on "unknown" for
7316 the manufacturer - the more general case was blocking other i386
7317 configuration names below, and that's how the names are written in
7318 MACHINES anyway.
7319
7320 * make-dist: When breaking links, remove the link before moving
7321 the copy onto it, to avoid interactive behavior.
7322
7323 * Makefile.in: Doc fix.
7324
7325 * configure.in: Doc fix.
7326
7327 * INSTALL: Mention --exec-prefix option.
7328
7329 * configure.in: Add support for the `--exec-prefix' option.
7330 * Makefile.in: Accept that support.
7331
7332 * configure.in: Use the AC_PROG_INSTALL macro.
7333 * Makefile.in (INSTALL): Variable removed.
7334 (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
7335
7336 * configure.in: Distinguish between hp800's and hp700's by calling
7337 "uname -m".
7338
7339 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7340
7341 * configure.in: Recognize configuration names for i860 boxes
7342 running SYSV.
7343
7344 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7345
7346 * configure.in: Distinguish between hp800's and hp700's by the
7347 version of HP/UX they run, since that's something people are more
7348 likely to know - hp700's run 8.0.
7349 Add HP 700 configuration.
7350
7351 * configure.in: Test for the presence of the `rename' function.
7352
7353 * Makefile.in (C_SWITCH_X_SITE): New variable - get this from
7354 configure.in.
7355 (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.
7356
7357 * make-dist: Break intra-tree links.
7358
7359 * configure.in: Explain that this is an autoconf script, and give
7360 instructions for rebuilding configure from it. Arrange to put
7361 comments in configure explaining this too.
7362
7363 * configure.in: Make the first line of the configure script be
7364 "#!/bin/sh". Leaving the first line blank didn't work.
7365
7366 * configure.in (long_usage): Removed; made short_usage describe
7367 the options briefly.
7368
7369 * configure.in: Implement the --prefix option.
7370 * Makefile.in (prefix): Add support for it here.
7371 * INSTALL: Document it here.
7372
7373 * Makefile.in (install): Don't assume that the files in the `info'
7374 subdirectory match *.info. They don't have that prefix.
7375
7376 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7377
7378 * configure.in: Add case for version 5 of Esix.
7379
7380 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7381
7382 * Version 19.7 released.
7383
7384 * make-dist: There aren't any *.com files in lib-src anymore.
7385
7386 * make-dist: Copy texinfo.tex and texindex.c, rather than linking
7387 them; they're symlinks to other filesystems on the GNU machines.
7388
7389 * make-dist: Check that the manual reflects the same version of
7390 Emacs as stated in lisp/version.el. Edit that version number into
7391 the README file.
7392
7393 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7394
7395 * configure.in: Remove the hack of AC_DEFINE; use
7396 AC_DEFINE_UNQUOTED.
7397
7398 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7399
7400 * make-dist: Don't distribute precomp.com, compile.com, or
7401 link.com from ./src; they're in ./vms now.
7402
7403 Some time-handling patches from Paul Eggert:
7404 * configure.in: Add AC_TIMEZONE.
7405
7406 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7407
7408 * configure.in: Recognize Linux as a valid operating system for
7409 the i386.
7410
7411 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7412
7413 * make-dist: Distribute some VMS files we got from Richard Levitte.
7414
7415 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
7416 the source for the sed command, not oldXMenu/Makefile.
7417
7418 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7419
7420 * INSTALL: Don't claim the srcdir option doesn't work.
7421
7422 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7423
7424 * configure.in: Include remarks saying what order the autoconf
7425 tests should go in, and remind people to change config.h.in
7426 whenever they add autoconf tests which make #definitions.
7427
7428 * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile.
7429
7430 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7431
7432 * Makefile.in (oldXMenu/Makefile): Make this depend on
7433 ${srcdir}/oldXMenu/Makefile.in, not itself.
7434
7435 * PROBLEMS: Some updates from David J. Mackenzie.
7436
7437 More changes from David J. Mackenzie.
7438 * Makefile.in (install.sysv, install.xenix, install.aix): Targets
7439 removed; autoconf and config.h should specify all these
7440 differences.
7441 (buildlisppath): Make this path depend on ${srcdir}.
7442 (INSTALLFLAGS): Removed.
7443 (INSTALL): Include the -c flag.
7444 (install): Change the way we invoke install accordingly.
7445
7446 Install ${srcdir} changes from DJM.
7447 * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this
7448 list.
7449 (COPYDIR, COPYDESTS): Install files from both the etc directory in
7450 the source tree and the etc directory in the object tree.
7451 (${SUBDIR}): Pass the prefix variable down to submakes.
7452 (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed
7453 in /bin.
7454 (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in
7455 values for srcdir and VPATH.
7456 (install): Add `v' flag to tar command. Make sure that `dir'
7457 exists in ${srcdir}/info before copying it. Remember that the man
7458 pages come from the source tree, not the object tree.
7459 * configure.in: Remove remarks saying that the --srcdir option
7460 doesn't work.
7461 Create the etc directory in the object tree.
7462 Recognize configuration names of the form *-sun-solaris*.
7463 Recognize sunos5 and solaris as operating system names.
7464
7465 * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for
7466 lib-src/getdate.y and src/systime.h.
7467
7468 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7469
7470 * make-dist: Make links in info subdir.
7471
7472 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7473
7474 * configure.in: Call AC_STDC_HEADERS.
7475
7476 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7477
7478 * configure.in: Sidestep autoconf's quoting of the second argument
7479 of AC_DEFINE, so we can specify the value to put there. It would
7480 be nice if autoconf provided some way to specify computed values
7481 for macros.
7482
7483 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7484
7485 * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER,
7486 this is always just -DHAVE_CONFIG_H.
7487
7488 The GNU coding standards specify that CFLAGS should be left for
7489 users to set.
7490 * Makefile.in (CFLAGS): Let configure determine the default value
7491 for this. Don't
7492 have it default to DEFS.
7493 (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS.
7494 (lib-src/Makefile, src/Makefile): Edit the default value for
7495 CFLAGS into these files, not DEFS.
7496 * configure.in (CFLAGS): Choose a default value for this - "-g"
7497 normally, or "-g -O" if we're using GCC. Edit it into the
7498 top-level Makefile.
7499
7500 * configure.in: When scanning the machine and system description
7501 #include files, write their names to conftest.c properly.
7502
7503 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7504
7505 * configure.in: In configuration name case for Apallos running
7506 Domainios, set opsys, not opsysfile.
7507
7508 * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce
7509 src/config.h, instead of AC_OUTPUT; the latter overwrites
7510 src/config.h even when it hasn't changed, puts a makefile-style
7511 comment at the top even though it's C code, and produces a
7512 config.status script which doesn't do the job right.
7513
7514 * configure.in: Add AC_LN_S test, so we can tell whether or not we
7515 can use a symbolic link to get the X Menu library into src.
7516 * Makefile.in (LN_S): New variable.
7517 (src/Makefile): Edit the value of LN_S into this makefile.
7518
7519 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7520
7521 * configure.in: Support *-sco3.2v4* as opsystem.
7522
7523 * make-dist: Don't include calc directory.
7524 Exclude many files in the man directory; copy a few.
7525
7526 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7527
7528 * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and
7529 call AC_STRUCT_TM to see what's in time.h.
7530
7531 * configure.in: Employ quoting stupidity to get the value of CPP
7532 to expand properly.
7533
7534 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7535
7536 * configure.in: Use the AC_PROG_CPP macro, and then use the CPP
7537 variable to scan the machine and system description files.
7538
7539 * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h,
7540 so that getdate.y builds correctly.
7541
7542 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7543
7544 * configure.in (tempcname): Change this to "conftest.c", so it will
7545 work properly on systems with short filenames; this is the name
7546 autoconf uses.
7547
7548 * configure.in: Also detect the availability of dup2 and
7549 gethostname.
7550
7551 * configure.in: Use the AC_ALLOCA test.
7552 * Makefile.in (ALLOCA): New variable, to be set by ./configure.
7553 (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile.
7554
7555 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7556
7557 * make-dist: Distribute configure, as well as configure.in.
7558 Oversight.
7559
7560 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7561
7562 * Makefile.in (install): Print out the name of the directory we're
7563 copying, so people can have some idea of whether we're making
7564 progress.
7565
7566 * Makefile.in (install.aix, install.xenix, install.sysv, install):
7567 Don't forget to re-create the COPYDESTS directories after we clear
7568 them out.
7569
7570 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7571
7572 * Makefile.in: Add autoconf cookies so that the configure
7573 script can comment out sections of path variable definitions to
7574 choose between the installable configuration and the run-in-place
7575 configuration.
7576 * configure.in: Add new option `--run-in-place', to select the
7577 run-in-place path definitions.
7578
7579 * configure.in: Add a clause to the big configuration name case
7580 for the NeXT machine.
7581
7582 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7583
7584 * Makefile.in (install, install.sysv, install.xenix, install.aix):
7585 Make sure that each source directory exists, and is different from
7586 the destination directory; then, delete the destination before
7587 copying over the source.
7588
7589 * make-dist: Distribute configure.in, instead of configure.
7590
7591 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7592
7593 * configure.in: Don't set CC to "gcc -O" if the user specifies
7594 `--with-gcc'. Add -O to DEFS if GCC is set.
7595
7596 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7597
7598 * Makefile.in (clean mostlyclean): Missing right paren.
7599
7600 * configure.in: When checking for X windows, search for an X11
7601 subdirectory of ${x_includes}.
7602
7603 * configure.in: Check for gettimeofday function, for getdate.y.
7604
7605 Change `configure' to a mixture of custom code and autoconf stuff.
7606 autoconf can't derive all the information we need, but we'd really
7607 like to be able to take advantage of some of its tests, and its
7608 file-editing facilities.
7609 * configure.in: Renamed from configure.
7610 Quote the sections of shell script we want copied literally to
7611 the configure script.
7612 (compile): Initialize this to make the autoconf macros' code happy.
7613 Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out
7614 code to do their jobs.
7615 Use autoconf to produce Makefile and src/config.h.
7616 Remove the Makefile-style comment that autoconf places at the top
7617 of src/config.h.
7618 (config_h_opts): Removed - no longer necessary.
7619 * Makefile.in (configname): Renamed to configuration.
7620 (CONFIG_CFLAGS): Renamed to DEFS.
7621 (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to
7622 get values via autoload @cookies@.
7623 (libsrc_libs): Get this from autoconf. We used to do nothing
7624 about this.
7625 (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS.
7626
7627 * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't
7628 echo the move-if-change command.
7629
7630 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu)
7631
7632 * make-dist: Distribute lib-src/rcs-checkin.
7633
7634 * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms.
7635 Don't try to make links to the RCS or Old subdirectories.
7636 Use the appropriate extension for the compression type in use.
7637 Create the tar file in the shell's initial default directory, not
7638 in ${tempparent}.
7639 Erase the whole ${tempparent} tree, not just ${tempdir}.
7640
7641 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7642
7643 * Makefile.in (src/paths.h): Don't echo the huge sed command we
7644 use to build paths.h.
7645 (lib-src/Makefile, src/Makefile): Similarly.
7646
7647 * configure: Extend test for working `const' keyword to handle AIX
7648 3.2 cc.
7649
7650 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7651
7652 * make-dist: Distribute lisp/term/ChangeLog.
7653
7654 Arrange for C compilation throughout the tree to get
7655 C_SWITCH_SYSTEM from the configuration files.
7656 * configure: Extract C_SWITCH_SYSTEM from the machine and
7657 system-dependent files, and save it in the top-level Makefile.
7658 * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
7659 (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
7660
7661 * make-dist: Include the VMS support files in oldXMenu in the
7662 distribution.
7663
7664 * configure: Doc fix.
7665
7666 * configure: Fix corrupted config_h_opts.
7667
7668 * configure: Properly report option names in error messages.
7669
7670 * configure: Properly recognize --x-includes and --x-libraries
7671 options.
7672
7673 * configure: Fix syntax errors in code handling XFree386.
7674
7675 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7676
7677 * configure: Add special code to detect XFree386, and tell
7678 config.h about it.
7679
7680 * configure: Properly handle extracting values of LIBS_MACHINE and
7681 LIBS_SYSTEM that contain spaces.
7682
7683 * configure: Add `--x-includes' and `--x-libraries' options. I
7684 think these are dopey, but no less than three alpha testers, at
7685 large sites, have said they have their X files installed in odd
7686 places. Implement them by setting C_SWITCH_X_SITE and
7687 LD_SWITCH_X_SITE in src/config.h.
7688
7689 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
7690
7691 * make-dist: Don't distribute etc/Old files.
7692
7693 * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their
7694 backups.
7695
7696 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7697
7698 * make-dist: Fix typo.
7699
7700 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
7701
7702 * make-dist: Corrected typo, fixed it to discard = and TAGS files
7703 in some cases where it should but didn't seen to.
7704
7705 * Makefile.in: Added unlock and relock productions.
7706
7707 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7708
7709 * make-dist: Add a --compress option to force make-dist to use
7710 compress.
7711
7712 * make-dist: Use gzip, if we can find it.
7713
7714 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
7715 make rs6000-ibm-aix default to -aix32.
7716
7717 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
7718
7719 * Makefile.in: Added `Developer's configuration' section.
7720
7721 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
7722
7723 * Makefile.in: Add commented-out variable settings for developer's
7724 configuration.
7725
7726 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7727
7728 * make-dist: Distribute `src/bitmaps' too.
7729
7730 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu)
7731
7732 * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and
7733 make rs6000-ibm-aix default to -aix32.
7734
7735 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7736
7737 * configure: Recognize strings like "sysvr0" or "sysvr1" as System V.
7738
7739 * Makefile.in (install.sysv): Add a second `$' in front of
7740 `${dest}', so that the shell will expand it, instead of Make.
7741
7742 * configure: When processing the name of the configure script,
7743 collapse `././' to `./', but leave a single `./' prefix alone.
7744
7745 * configure: Doc fix.
7746
7747 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7748
7749 * configure: Handle isc3.0 correctly.
7750
7751 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7752
7753 * make-dist: Don't try to copy the COPYING notice into
7754 external-lisp; we're not distributing that directory any more.
7755
7756 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7757
7758 * Makefile.in (install, install.aix, install.xenix, install.sysv):
7759 Remove CVS subdirectories from the installed directory trees, as
7760 well as RCS directories.
7761
7762 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7763
7764 * make-dist: Only copy gmalloc.c if we couldn't link it.
7765 Don't try to copy man/{README,Makefile} unless they actually exist.
7766
7767 * Makefile.in (lisppath): Don't include externallispdir in this.
7768 We're not sure whether we're even going to distribute the
7769 directory yet.
7770
7771 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7772
7773 * make-dist: Don't distribute the external-lisp directory anymore.
7774 * INSTALL: Remove all references to external-lisp.
7775
7776 * configure: Detect whether the compiler supports `const'
7777 properly, and edit src/config.h accordingly.
7778
7779 * configure: Tweak layout of final report.
7780
7781 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not
7782 CFLAGS.
7783
7784 * Makefile.in (locallisppath): Make this default to
7785 ${datadir}/emacs/site-lisp, instead of
7786 ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often
7787 the same thing, and local-lisp causes completion conflicts with
7788 lock.
7789 (lisppath): Add ${externallispdir} to this.
7790 * INSTALL: Adjust installation directions.
7791
7792 * Makefile.in (externallispdir): New variable, to say where to
7793 install the externally-maintained lisp files.
7794 (COPYDIR, COPYDESTS): Copy the external lisp directory just like
7795 the others.
7796 * INSTALL: Describe external-lisp and the new externallispdir
7797 variable.
7798
7799 1993-02-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7800
7801 * configure (progname): New option `--with-gcc'. Make it clearer
7802 how we are trying to guess whether or not we have GCC.
7803 * INSTALL: Document the `--with-gcc' option, and improve
7804 description of `--with-x' options.
7805
7806 1993-02-06 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7807
7808 * Makefile.in (COPYDIR, COPYDESTS): Remove ${srcdir}/info and
7809 ${infodir} from these variables; we have written out explicit code
7810 to install the info files.
7811
7812 1993-01-25 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
7813
7814 * make-dist: Don't distributed the RCS files in the etc directory.
7815
7816 1993-01-24 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7817
7818 * Makefile.in: Some makes can't handle comments in the middle of
7819 commands; move them to before the whole rule.
7820
7821 1993-01-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7822
7823 * README: Mention what Emacs is.
7824
7825 1993-01-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7826
7827 * make-dist: Include `./lisp/calc-2.02' in the distribution.
7828 Add `./cpp' and `./man' back into the distribution.
7829
7830 1993-01-13 Richard Stallman (rms@mole.gnu.ai.mit.edu)
7831
7832 * Makefile.in: Define MAKE, and use where appropriate.
7833
7834 1993-01-07 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7835
7836 * make-dist: Remember that the authoritative COPYING notice is
7837 `etc/COPYING', not `../etc/COPYING'.
7838
7839 1992-12-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7840
7841 * make-dist: Make sure that the COPYING notices in each directory
7842 are copies, not symlinks.
7843
7844 1992-12-19 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7845
7846 * INSTALL: The build process produces an executable called `emacs'
7847 now. Change references.
7848 * Makefile.in: Adjust `install.mumble' targets to install
7849 `src/emacs', not `src/xemacs'.
7850
7851 * configure: Start with a blank line; this keeps some old CSH's
7852 from thinking it's a CSH script. Most systems will just use
7853 /bin/sh to run it, which is what we're expecting; the only other
7854 shells which might try to interpret it themselves are probably
7855 Bourne-compatible.
7856
7857 1992-12-14 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7858
7859 * INSTALL: Improvements suggested by David Mackenzie.
7860
7861 1992-12-12 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7862
7863 * Makefile.in (install, install.sysv, install.xenix, install.aix):
7864 Don't try to copy the info files if there aren't any; the
7865 unexpanded globbing pattern disappoints `install'. Ignore the
7866 return status of that command.
7867
7868 * INSTALL: Updated for new configuration arrangement.
7869
7870 * configure: Don't make the top-level Makefile read-only - people
7871 may want to edit the values of the path variables.
7872
7873 * Makefile.in (install, install.sysv, install.xenix, install.aix):
7874 Install the info files in ${infodir}. Install the executable
7875 under both `emacs' and `emacs-VERSION'.
7876
7877 * Makefile.in: Doc fix.
7878
7879 * Makefile.in (exec_prefix): New variable, as per latest version
7880 of coding standards.
7881 (bindir, libdir): Use it, instead of `prefix'.
7882 (lib-src/Makefile): Edit value of exec_prefix into lib-src/Makefile.
7883
7884 * Makefile.in (mandir): Make the default value for this depend on
7885 $(prefix).
7886
7887 * Makefile.in (datadir, statedir, libdir): Make these all default
7888 to ${prefix}/lib.
7889 (lispdir, locallisppath, etcdir, lockdir, archlibdir): Adjusted
7890 to compensate.
7891
7892 * Makefile.in (install, install.sysv, install.xenix, install.aix):
7893 Install the etags and ctags man pages too.
7894
7895 * Makefile.in (distclean): Don't delete backup files; that's the
7896 job of extraclean.
7897 (extraclean): Like distclean, but deletes backup and autosave files.
7898
7899 1992-12-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7900
7901 Make path specification conform to GNU coding standards.
7902 * configure (long_usage): Remove all traces of old arguments from
7903 usage messages, and document the options we do accept in more
7904 detail: -with-x... and --srcdir.
7905 (options, boolean_opts): Deleted; we don't have enough options to
7906 make this worthwhile.
7907 (prefix, bindir, lisppath, datadir, libdir, lockdir): Deleted,
7908 along with the code which supported them; these should be set as
7909 arguments to the top-level make.
7910 (config_h_opts): Since this no longer doubles as a list of option
7911 names, make them upper case; this simplifies the code which uses
7912 them to build the sed command to edit src/config.h. Change the
7913 code which sets them.
7914 (cc, g, O): Don't allow the user to set these using options; they
7915 should be specified using `CC=' and `CFLAGS=' arguments to the
7916 top-level make. Just choose reasonable default values for them,
7917 and edit them into Makefile.in's default CC and CONFIG_CFLAGS
7918 values.
7919 (gnu_malloc, rel_alloc): Don't allow the user to set these using
7920 options; use them whenever the configuration files say they're
7921 possible.
7922 Simplify the argument processing loop. Don't accept abbreviations
7923 for option names; these might conflict with other configuration
7924 options in the future.
7925 Add some support for the `--srcdir' option. Check for the sources
7926 in . and .. if `--srcdir' is omitted. If the directories we will
7927 compile in don't exist yet, create them under the current directory.
7928 Note that the rest of the build process doesn't really support
7929 this.
7930 Edit only the top Makefile. That should edit the others. Edit
7931 into the makefile: `version', from lisp/version.el, `configname'
7932 and `srcdir' from the configuration arguments, `CC' and
7933 `CONFIG_CFLAGS' as guessed from the presence or absence of GCC in
7934 the user's path, and LOADLIBES as gleaned from the system
7935 description files.
7936 Simplify the report generated; it doesn't need to include any
7937 description of paths now.
7938 Make `config.status' exec configure instead of just calling it, so
7939 there's no harm in overwriting `config.status'.
7940 * Makefile.in (version, configname): New variables, used to choose
7941 the default values for datadir and libdir.
7942 Path variables rearranged into two clearer groups:
7943 - In the first group are the variables specified by the GNU coding
7944 standards (prefix, bindir, datadir, statedir, libdir, mandir,
7945 manext, infodir, and srcdir).
7946 - In the second are the variables actually used for Emacs's paths
7947 (lispdir, locallisppath, lisppath, buildlisppath, etcdir, lockdir,
7948 archlibdir), which depend on the first category.
7949 datadir and libdir default to directories under
7950 ${prefix}/lib/emacs instead of ${prefix}/emacs, by popular
7951 demand.
7952 etcdir and lispdir default to subdirectories of datadir.
7953 archlibdir defaults to libdir.
7954 The new installation tree is a bit deeper than it used to be, so
7955 use the new make-path program in lib-src to build them all.
7956 Always build a new src/paths.h.tmp and then move-if-change it to
7957 src/paths.h, to avoid unnecessary rebuilds while responding to the
7958 right changes.
7959 Remove all mention of arch-lib. Run utility commands from
7960 lib-src, and let the executables be copied into archlibdir when
7961 Emacs is installed.
7962 Add targets for src/Makefile, lib-src/Makefile, and
7963 oldXMenu/Makefile, editing the values of the path variables into
7964 them.
7965 Let lib-src do its own installation.
7966 (datadir): Default to putting data files under
7967 ${prefix}/lib/emacs/${version}, not /usr/local/emacs.
7968 (emacsdir): Variable deleted; it would only be confusing to use.
7969 (lispdir, etcdir): Default to ${datadir}/lisp.
7970 (mkdir): Use make-path for this.
7971 (lockdir): Do this in mkdir.
7972 (Makefile): New target.
7973
7974 * configure (usage_message): Rename to long_usage.
7975
7976 * make-dist: Don't bother creating an arch-lib directory; that's
7977 only for installation now.
7978
7979 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu)
7980
7981 * configure: Use GCC-style configuration names, using config.sub.
7982 Change the usage and help messages.
7983
7984 * configure: Initialize window_system, not indow_system.
7985
7986 * configure: Report which window system, compiler, and signal
7987 handler return type we decide to use.
7988
7989 * make-dist: Explain what's going on if config.sub and gmalloc.c
7990 can't be linked. Place the code which copies them near the code
7991 which links the rest of the files around them.
7992
7993 1992-11-15 Jim Blandy (jimb@apple-gunkies.gnu.ai.mit.edu)
7994
7995 * make-dist: Don't bother to distribute src/*.com, or
7996 src/vmsbuild; those have all been moved to `../vms'.
7997
7998 1992-11-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
7999
8000 * make-dist: Don't forget that the way to avoid filenames starting
8001 with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
8002 `[a-zA-Z0-9].h'. Add a new section for dealing with files that we
8003 couldn't make hard links to, since we have two already, and
8004 perhaps more to come.
8005
8006 1992-11-04 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8007
8008 * configure: When editing parameters into lib-src/Makefile, change
8009 the definition of CONFIG_CFLAGS instead of CFLAGS itself; CFLAGS
8010 needs some other flags too.
8011
8012 1992-11-03 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8013
8014 * configure: Remove spurious echo of the configuration name.
8015
8016 * make-dist: Don't distribute files in src/m and src/s whose names
8017 begin with `='.
8018
8019 1992-10-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8020
8021 * configure: Update GNU_MALLOC and REL_ALLOC in config.h.
8022 Also LISP_FLOAT_TYPE.
8023
8024 1992-10-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8025
8026 * make-dist: Copy config.sub, since it's a symbolic link to a file
8027 on another file system.
8028
8029 1992-10-17 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8030
8031 * make-dist: Include lib-src/makedoc.com and emacs.csh in the
8032 distribution.
8033
8034 * config.sub: New file, to help us recognize configuration names.
8035 * make-dist: Include it in the distribution.
8036
8037 1992-09-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8038
8039 * configure: Convert `-' to `_' in specified option names.
8040 Accept options with --. Delete --highpri and --have-x-menu options.
8041 New options --with-x and --with-x10 replace -window-system.
8042 Don't mention options --gnu-malloc, --rel-alloc
8043 or --lisp-float-type in help message.
8044
8045 1992-09-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8046
8047 * make-dist: Include the `vms' subdirectory in the distribution.
8048
8049 1992-09-10 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8050
8051 * configure: Remove lines starting with "# DIST: " when building
8052 lib-src/Makefile and src/Makefile. This allows us to mark the
8053 "Makefile.in" files with explanatory comments which won't also get
8054 stuck in the Makefiles.
8055
8056 1992-09-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8057
8058 * make-dist: Don't use the '+' operator in the sed regular
8059 expression that extracts the version number from lisp/version.el;
8060 Ultrix sed doesn't seem support the operator. Just double the
8061 operand and use *.
8062
8063 1992-09-01 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8064
8065 * Makefile.in: Doc fix.
8066
8067 1992-08-31 Jim Blandy (jimb@totoro.cs.oberlin.edu)
8068
8069 * configure: Rewrite sed command to remove at most one ./ prefix;
8070 Ultrix's sed doesn't allow us to apply the * operator to a \( \)
8071 group.
8072
8073 1992-08-25 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8074
8075 * Makefile.in (src/paths.h): Use sed, not /bin/sed.
8076
8077 1992-08-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8078
8079 * make-dist: Go ahead and build a new TAGS file, unless the
8080 --newer option was specified. Don't try to delete a TAGS file
8081 from etc; it's not kept there, and shouldn't be deleted anyway.
8082
8083 1992-08-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8084
8085 * make-dist: If the lisp directory contains a default.el, don't
8086 distribute it.
8087
8088 * configure: When searching signal.h for the type of a signal
8089 return handler, make a copy of it, not a symbolic link to it; that
8090 way, it will work on systems that don't have symbolic links.
8091
8092 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
8093
8094 * make-dist: Taught it about vcdiff and rcs2log, added --newer
8095 option for generating incremental distributions. Stopped it from
8096 generating a TAGS file into the distribution; that sucker is
8097 *big*, and easily enough generated with the toplevel makefile.
8098
8099 1992-08-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8100
8101 * configure: When writing config.status, don't prefix progname
8102 with a '.'; it might be absolute.
8103
8104 1992-08-05 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8105
8106 * configure: Choose to use X11 if either /usr/lib/libX11.a or
8107 /usr/include/X11 exist, not only if both exist.
8108
8109 1992-07-27 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8110
8111 * make-dist: Make the new external-lisp directory a duplicate of
8112 the external-lisp directory, not the lisp directory.
8113
8114 1992-07-07 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8115
8116 * Makefile.in (clean, mostlyclean): Don't bother trying to `make
8117 clean' in arch-lib; it doesn't even have a Makefile.
8118
8119 * Makefile.in (clean, mostlyclean): In the test which tries to
8120 distinguish between the build directory, which should be cleaned,
8121 and the installed directory, which shouldn't, cd to `${emacsdir}',
8122 not `${DESTDIR}${LIBDIR}'.
8123
8124 1992-06-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8125
8126 * make-dist: Be sure to delete the .c and .h files that YACC and
8127 BISON create from getdate.y.
8128
8129 * external-lisp: New directory; see `external-lisp/README'.
8130 * make-dist: Added support for the external-lisp subdirectory.
8131
8132 * make-dist: Changed message which complains that make-dist wasn't
8133 invoked in the right directory to indicate which files it was
8134 looking for.
8135
8136 1992-06-29 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8137
8138 * configure: Add comments explaining why we can't translate
8139 character ranges or control characters in `tr'.
8140
8141 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8142
8143 * configure: When generating the configuration message, we used to
8144 build the message from the start so that each line began with "# "
8145 so that it would be a comment in `config.status'. However, this
8146 causes trouble if any of the variables we use in the message
8147 expand to more than one line of text - as gnu_malloc_reason
8148 sometimes does. So instead, we build the message as it should be
8149 printed to the user (i.e. without the "# " prefixes), and stick on
8150 the "# "s when we write it to `config.status'.
8151
8152 * Makefile.in (clean, mostlyclean): Don't neglect to clean out
8153 `lib-src' and `arch-lib'.
8154
8155 * configure: When generating report and `config.status' file, note
8156 that bindir only determines where `make install' and
8157 `build-install' will place the executables; this should make it
8158 clear that the ordinary build process will not try to install
8159 things.
8160
8161 1992-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
8162
8163 * make-dist: Change messages to say that we are 'making links to
8164 X', rather than 'copying X'. And put `' quotes around file names.
8165
8166 * make-dist: Include '.tmp' in the name of the staging directory.
8167
8168 * make-dist: Pass the `-f' option to rm when you're not sure that
8169 the files you're removing actually exist.
8170
8171 * make-dist: When setting up etc/COPYING, always nuke whatever is
8172 there, and then copy it in, to make sure we get a real file.
8173
8174 * make-dist: Don't try to distribute *.defns files any more. The
8175 only such file was for simula.el, which has been superceded by a
8176 version which doesn't have a separate .defns file.
8177
8178 1992-05-28 Ken Raeburn (Raeburn@Cygnus.COM)
8179
8180 * make-dist: Don't distribute configured versions of config.h.in,
8181 paths.h.in, Makefile.in in src.
8182
8183 * configure: Delete .tmp files before creating them; don't bother
8184 trying to make final targets writeable first, since it won't
8185 matter to move-if-change.
8186
8187 1992-05-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8188
8189 * Makefile.in (mkdir, lockdir): Don't put dashes in front of the
8190 mkdir and chmod in the center of all the conditionals. GNU Make
8191 will strip these out, but other makes won't.
8192
8193 1992-05-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8194
8195 * make-dist: Include move-if-change in list of files to distribute.
8196
8197 1992-05-04 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8198
8199 * configure: Remove any "." elements from the program name.
8200
8201 * configure: Don't record the values of all the possible arguments
8202 in config.status; only record the options that the user specified.
8203
8204 * configure: Use move-if-change to move in the new src/config.h.
8205
8206 1992-04-29 Ken Raeburn (Raeburn@Cygnus.COM)
8207
8208 * move-if-change: New file, copied from gcc release.
8209 * Makefile.in (src/paths.h): Use it, and put the "sed" output into
8210 a temp file, so we don't update paths.h if an error occurs or if
8211 it doesn't need changing.
8212
8213 1992-04-28 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8214
8215 * Makefile.in (src/paths.h): Do not install a value for the
8216 PATH_SUPERLOCK value; that macro doesn't exist anymore.
8217 * build-install.in: Same thing.
8218
8219 1992-04-24 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8220
8221 * make-dist: Check the flag called "make_tar", not "make_dir"; the
8222 latter, being a typo, is always false, resulting in a program
8223 whose default behavior is to painstakingly build a copy of the
8224 source tree, and then delete it. Rah.
8225
8226 * Makefile.in: Add dist target, and comment for it.
8227
8228 * configure: When scanning <signal.h> for a declaration for
8229 signal, create a symbolic link with a name ending in .c, so the
8230 compiler won't complain that it's only been given .h files.
8231
8232 * configure: Check whether there are any arguments available
8233 before shifting to get the value of a non-boolean parameter.
8234
8235 * make-dist: Doc fix.
8236
8237 1992-04-20 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8238
8239 * configure: Instead of grepping /usr/include/signal.h for a
8240 signal declaration, run /usr/include/signal.h or
8241 /usr/include/sys/signal.h through cpp and grep for the
8242 declaration.
8243
8244 * configure: Redirect the output of grep to /dev/null instead of
8245 using grep -s - that flag means different things on other systems.
8246
8247 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
8248 since the former is recognizable even if you don't know what
8249 'dumping' is.
8250 * configure: Accommodate that change.
8251
8252 * configure: Accept options for all of the directories you can
8253 change in the Makefile.
8254
8255 * configure: Accept "-OPTION VALUE" as well as "-OPTION=VALUE".
8256
8257 * INSTALL: Mention that you have to copy all the 'FOO.in' files to
8258 FOO before you can use them.
8259
8260 * build-install.in: Made the "Where To Install Things" section
8261 conform with the similar section from Makefile.in. Copied section
8262 which builds src/paths.h from src/paths.h.in from the Makefile.
8263
8264 1992-04-19 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8265
8266 * configure: Write config.status to pass its command-line
8267 arguments on to configure, so that people can use it to recreate
8268 an old configuration, with minor changes.
8269
8270 1992-04-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8271
8272 * configure: Don't rely on option variables being unset if their
8273 values are the empty string. In particular, when producing the
8274 English report, don't assume that highpri will be unset when no
8275 increased priority has been requested; -highpri='' should be the
8276 same as omitting -highpri altogether.
8277
8278 * configure: Fix dumb bug: when running the system and machine
8279 description files through cpp, mark those lines that we want to
8280 evaluate with the string '@configure@', and then only evaluate
8281 them. This way if the files include anything that actually
8282 generates text (type definitions or external declarations, say),
8283 we won't try to eval it.
8284
8285 1992-04-11 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8286
8287 * make-dist: New shell script.
8288
8289 * configure: When creating foo from foo.in, make foo read-only to
8290 remind people to edit the .in file instead.
8291
8292 * INSTALL: Changed references to config.h-dist to config.h.in.
8293 The "BUILDING GNU EMACS BY HAND" section neglected to mention how
8294 to build src/paths.h from src/paths.h.in; added a paragraph to do
8295 this.
8296 * configure, Makefile, build-install: Changed filenames like
8297 FOO-dist to FOO.in.
8298
8299 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8300
8301 * Makefile, build-install: Renamed to Makefile.in and
8302 build-install.in; the configure script will edit these to produce
8303 the usable Makefile and build-install.
8304 * configure: Changed to produce ./Makefile, ./build-install,
8305 lib-src/Makefile, and src/Makefile from their *.in counterparts,
8306 instead of editing them in place.
8307
8308 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8309
8310 * Makefile: Re-arranged so that the undumped Emacs will search
8311 ../lisp *after* the site's local elisp files.
8312 (locallisppath, dumplisppath): New variables.
8313 (lisppath): This variable's default value is now chosen based on
8314 $(locallisppath) and $(lispdir); while it used to be the
8315 customization point for adding site-local elisp directories to
8316 load-path, that job is now handled mostly by locallisppath.
8317 (src/paths.h): Edit the value of a new macro, PATH_DUMPLOADSEARCH.
8318 Check the values being assigned to the *LOADSEARCH macros for null
8319 path elements (like '::' in 'foo::bar').
8320
8321 * configure: When checking if the machine- and system-dependent
8322 files define a particular macro or not, actually run them through
8323 CPP and test the macros with #ifs, instead of just grepping for
8324 the macros' names. In particular, check for SYSTEM_MALLOC in this
8325 way.
8326
8327 1992-04-03 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8328
8329 * Makefile (install): Don't use -s in install. (Keep the symbols.)
8330
8331 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8332
8333 * configure: Make the config.status file an executable shell
8334 script which will recreate the same configuration. Include the
8335 verbal description of the current configuration as a comment in
8336 the script.
8337 * INSTALL: Doc fix.
8338
8339 * Makefile: Brought the Makefile up to the GNU coding
8340 standards, as described in standards.text:
8341 (TAGS): New name for the target which rebuilds the tags table.
8342 (check): New target; doesn't do anything yet.
8343 (mostlyclean): New target, synonymous with clean.
8344 (realclean): New target. Currently, this just calls the
8345 subdirectories's makefiles and then deletes config.status.
8346 (INSTALL, INSTALLFLAGS, INSTALL_PROGRAM, INSTALL_DATA): New
8347 variables.
8348 Installation directory variables changed to conform.
8349 (install, install.sysv, install.xenix, install.aix): Changed the
8350 code which copies the directories into their installed location to
8351 allow the installed locations to be in several different
8352 directories; the old version assumed that they would all be in
8353 $(emacsdir).
8354 (mkdir, lockdir): Allow the installed locations to be in several
8355 different directories.
8356 * INSTALL: Doc fix.
8357
8358 * build-install: Use the same variable names as the Makefile.
8359 Allow the installed locations to be in several different
8360 directories.
8361
8362 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8363
8364 * Makefile (src/paths.h): Instead of using a single sed command to
8365 edit both the PATH_LOCK and PATH_SUPERLOCK macros, edit the two
8366 separately, and don't forget to append "/!!!SuperLock!!!" to the
8367 value of the PATH_SUPERLOCK macro.
8368
8369 * config.emacs: Renamed to configure, for consistency with other
8370 GNU products. Internal references changed.
8371 INSTALL, Makefile: References changed.
8372
8373 * lock: New directory, which should always be empty. If this
8374 directory doesn't exist, Emacs won't complain; it just won't lock.
8375 Having this here means that people can just unpack Emacs, build
8376 it, and have locking work.
8377
8378 * share-lib: Re-renamed to etc, for the sake of tradition.
8379 * config.emacs: Changed default value for datadir to ../etc.
8380 * INSTALL, README: Adjusted.
8381
8382 1992-03-18 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8383
8384 * config.emacs: Guess the value for LOADLIBES in lib-src/Makefile
8385 by running CPP on the appropriate s/*.h and m/*.h files.
8386
8387 1992-03-16 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8388
8389 * config.emacs: Make sure to set the "exit on error" flag once
8390 we've removed config.status; errors should abort the configuration.
8391
8392 1992-02-15 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8393
8394 * config.emacs: Added -distribute option, so that the Makefile
8395 paths are in their proper form. I don't know why this matters.
8396
8397 1992-02-14 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8398
8399 * local-lisp: New directory, empty in the distribution, for people
8400 to put local elisp code in.
8401 * config.emacs: Include it in the default load path.
8402 * README: Document it.
8403
8404 1992-01-30 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8405
8406 * config.emacs: Guess the type of signal handling functions based
8407 on the contents of /usr/include/signal.h.
8408
8409 * config.emacs: Print out progress report messages.
8410
8411 * Makefile (src/paths.h): Don't generically replace
8412 /usr/local/lib/emacs with LIBROOT. This can hide bugs in the
8413 editing of the other entries, and each entry should be dealt with
8414 explicitly anyway.
8415
8416 * build-install: Converted from C-shell to Bourne shell.
8417 * config.emacs: Edit build-install properly.
8418
8419 * config.emacs: Doc fix.
8420
8421 1992-01-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8422
8423 * Makefile (install): Remove `B' from tar xf command.
8424
8425 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
8426
8427 * config.emacs: Removed support for the `maintain-environment'
8428 option; the only important difference between this and its absence
8429 has been removed.
8430 * INSTALL: Removed mention of `maintain-environment'.
8431
8432 * config.emacs: Fix arguments to sed when processing boolean
8433 arguments.
8434
8435 1991-12-05 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
8436
8437 * config.emacs: New file, to help automate the installation
8438 process.
8439
8440 * Makefile: Lots of changes to support the separation of etc into
8441 architecture-dependent and -independent files:
8442 (EMACSROOT): New variable, giving the directory under which all of
8443 Emacs's libraries should be installed. Changed rest of file to
8444 use it.
8445 (LIBDIR): Now denotes only architecture-dependent dir.
8446 (DATADIR): New variable, denoting architecture-independent dir.
8447 (LOCKDIR): New variable, for completeness.
8448 (SUBDIR): No more etc, new lib-src.
8449 (COPYDIR): No more etc, new arch-lib and share-lib.
8450 (src/paths.h): Set PATH_DATA and the LOCK macros too.
8451 (src): Now depends on lib-src, not etc.
8452 * build-install: Changes parallel to the above.
8453 * README: Describe the new arrangement.
8454
8455 * vms: New subdirectory for all the VMS stuff.
8456
8457 1991-12-03 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
8458
8459 * Makefile (LISPPATH): New variable.
8460 (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
8461
8462 1990-09-28 Richard Stallman (rms@mole.ai.mit.edu)
8463
8464 * Makefile (install, install.sysv, install.xenix):
8465 Install wakeup instead of loadst. No need for setuid or setgid.
8466
8467 1990-08-07 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8468
8469 * Makefile (clean): Clean etc if that's not the installation dir.
8470
8471 1990-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8472
8473 * Makefile (paths.h): Make sed alter each name in the path.
8474
8475 1988-08-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8476
8477 * Makefile (install.sysv): Use cpio, not tar.
8478
8479 1988-08-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
8480
8481 * Makefile (lockdir): Rename `lock' target.
8482 Depend on it from install*, not from `all'.
8483
8484 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
8485
8486 * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
8487 to match build-install and paths.h.
8488
8489 ;; Local Variables:
8490 ;; coding: utf-8
8491 ;; add-log-time-zone-rule: t
8492 ;; End:
8493
8494 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
8495 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
8496
8497 This file is part of GNU Emacs.
8498
8499 GNU Emacs is free software: you can redistribute it and/or modify
8500 it under the terms of the GNU General Public License as published by
8501 the Free Software Foundation, either version 3 of the License, or
8502 (at your option) any later version.
8503
8504 GNU Emacs is distributed in the hope that it will be useful,
8505 but WITHOUT ANY WARRANTY; without even the implied warranty of
8506 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8507 GNU General Public License for more details.
8508
8509 You should have received a copy of the GNU General Public License
8510 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
8511
8512 ;;; arch-tag: ac61a779-1480-4884-b292-d0c39c127a73