X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/f7e73b1d1683eedaf405b35cc95f25113028887f..6750bd93573b54223c8b002bae89fc03138e4971:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 8f20ad9977..a146fe9087 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,232 @@ -2006-11-27 Chris Moore (tiny change) +2008-05-02 YAMAMOTO Mitsuharu + + * configure.in: Check availability of AvailabilityMacros.h + if HAVE_CARBON. + + * configure: Regenerate. + +2008-04-11 Dan Nicolaescu + + * configure.in: Remove hpux10.20 from the desupported list. + +2008-03-26 Chong Yidong + + * Version 22.2 released. + +2008-02-25 Dan Nicolaescu + + * configure.in: Print an error for systems that we think are + obsolete and are proposed to be removed. + + * configure: Regenerate. + +2008-02-10 Matthew Luckie (tiny change) + + * configure.in (arm*-*-freebsd*): Added. + +2008-01-23 Dan Nicolaescu + + * configure.in (xtensa): Match more configurations. + + * configure: Regenerate. + +2008-01-21 Dan Nicolaescu + + * config.guess, config.sub: Updated from master source. + +2008-01-17 Glenn Morris + + * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems. + +2007-11-28 Petr Salinger (tiny change) + + * configure.in: Add support for gnu-kfreebsd. + +2007-09-16 Peter O'Gorman (tiny change) + + * configure.in: Don't use -lpthread on HP-UX. + +2007-09-02 Jan Dj,Ad(Brv + + * configure.in: Require Gtk/Glib 2.6. + +2007-07-28 Eli Zaretskii + + * Makefile.in (install-arch-indep): Use "rm -f" for removing DOC, + to avoid an error message if there is no DOC there. + +2007-07-25 Glenn Morris + + * Relicense all FSF files to GPLv3 or later. + + * COPYING, info/COPYING: Switch to GPLv3. + +2007-06-02 Chong Yidong + + * Version 22.1 released. + +2007-05-03 Glenn Morris + + * configure: Tweak message about the absence of shell functions. + +2007-04-24 Juanma Barranquero + + * INSTALL (DETAILED BUILDING AND INSTALLATION): Fix typo. + +2007-04-19 Glenn Morris + + * configure.in: Signal error if Xaw libs are missing in a Lucid build. + +2007-04-18 Glenn Morris + + * INSTALL: Mention CPP. + +2007-04-15 Glenn Morris + + * FTP: Replace with a pointer to the web version. + +2007-04-13 Glenn Morris + + * INSTALL: In lib-src, timer, wakeup, yow are removed. + +2007-04-04 Glenn Morris + + * configure.in (NON_GNU_CPP): Use associated preprocessor when + compiling with Sun Studio on Solaris. + +2007-03-23 Glenn Morris + + * configure.in: Restore support for hp800 (removed 2007-01-27) + following clarification of legal status. + +2007-03-22 Joe Buehler (tiny change) + + * configure.in: Add support for AIX4.3 on IBM RS6000. + + * configure: Regenerate. + +2007-03-20 Richard Stallman + + * configure.in: Fix previous change. + +2007-03-19 Deanna Phillips (tiny change) + + * configure.in (arm-*-openbsd*, hppa-*-openbsd*) + (m88k-*-openbsd*, mips64-*-openbsd*, sh-*-openbsd*): Added. + (ns32k-*-openbsd*, ns32k-*-openbsd*): Deleted. + +2007-03-19 Chong Yidong + + * configure.in: Don't define KERBEROS, KERBEROS5, or HESIOD if the + user specifies "without". + + * configure: Regenerate. + +2007-03-18 Jan Dj,Ad(Brv + + * configure.in: Warning for Gtk+ and Cygwin added. + (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS. + +2007-02-27 Glenn Morris + + * make-dist (oldXMenu): Remove Imakefile. + (etc/images): Add README. + +2007-02-25 Dan Nicolaescu + + * configure.in (xtensa-*-linux-gnu*): New configuration. + + * configure: Regenerate. + +2007-02-22 Dan Nicolaescu + + * config.guess, config.sub: Updated from master source. + +2007-01-31 Sascha Wilde (tiny change) + + * configure.in (PKG_CHECK_MODULES): Change ///* to / in cflags and libs. + +2007-01-29 Chong Yidong + + * configure.in: Restore support for hp800's not running HP-UX. + + * configure: Regenerate. + +2007-01-27 Chong Yidong + + * configure.in: Remove support for hp800 and sr2k machine types. + + * configure: Regenerate. + +2007-01-26 Jan Dj,Ad(Brv + + * configure.in: Add check for libXft. + +2007-01-18 Bruno Haible (tiny change) + + * INSTALL: Info files moved to share/info. + +2007-01-02 Stephen C. Gilardi (tiny change) + + * configure.in: Detect and use fink-installed in intel-based Mac + builds; change Apple Darwin section to support both PowerPC and + Intel-based Macs. + +2006-12-26 Andreas Schwab + + * Makefile.in (datarootdir): Define. + +2006-12-24 Richard Stallman + + * configure.in: Require Autoconf 2.61. + +2006-12-22 Mark Davies + + * configure.in: Add support for NetBSD on x86-64, hp800 and sh3el. + Remove redundant entry for powerpc-apple-netbsd. + + * configure: Regenerate. + +2006-12-22 Chong Yidong + + * configure: Regenerate with autoconf 2.61. + +2006-12-20 Jan Dj,Ad(Brv + + * configure.in: Detect alsa/asoundlib.h also. + * configure: Regenerate. + +2006-12-19 Jan Dj,Ad(Brv + + * configure.in: Check if GTK+ compiles at all. + +2006-12-10 Andreas Schwab + + * configure.in: Remove check for struct timezone, its result is + never used. + +2006-12-08 NAKAJI Hiroyuki (tiny change) + + * configure.in: Add support for Solaris 10 on x86-64. + +2006-12-08 Jan Dj,Ad(Brv + + * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage + of PKG_CONFIG_PATH. + +2006-12-04 YAMAMOTO Mitsuharu + + * configure.in (HAVE_SYNC): New test. + +2006-12-03 Glenn Morris + + * Makefile.in: Fix Copyright format. + + * configure.in (AH_TOP): Add missing Copyright year. + + * update-subdirs: Add missing Copyright years. + +2006-11-27 Chris Moore * Makefile.in: Touch only the parts of the share/emacs directory specific to this version. @@ -7,21 +235,15 @@ * configure.in (HAVE_X86_64_LIB64_DIR): New test. - * configure: Regenerate. - 2006-11-14 YAMAMOTO Mitsuharu * configure.in (HAVE_CANCELMENUTRACKING): Remove test. - * configure: Regenerate. - 2006-11-08 YAMAMOTO Mitsuharu * configure.in: Prefer X11 to Carbon only when some X-specific option is specified (Thanks to Jan Dj,Ad(Brv and Andreas Schwab). - * configure: Regenerate. - 2006-11-04 Romain Francoise * Makefile.in (bootstrap-clean-before): Fix typo. @@ -36,10 +258,6 @@ * make-dist: Add makefile.w32-in to the man, lispref and lispintro directories. -2006-10-29 Chong Yidong - - * configure: Regenerate using autoconf 2.59. - 2006-10-29 Jeramey Crawford * configure.in: Enable x86-64 OpenBSD compilation. @@ -57,26 +275,12 @@ * README: Bump version number to 22.0.90. - * AUTHORS: Regenerate. - - * configure: Regenerate. - 2006-10-23 Andreas Schwab * configure.in: Make sure x_default_search_path is always set even when x_libraries is empty, and look in .../share as well for each library directory. - * configure: Regenerate. - -2006-10-03 Kim F. Storm - - * AUTHORS: Regenerate. - -2006-09-30 Eli Zaretskii - - * configure: Regenerate. - 2006-09-28 Kenichi Handa * configure.in (locallisppath): Don't include leim dir. @@ -92,10 +296,6 @@ * make-dist (EMACS): Exit and fail if the EMACS environment variable is set to something other than an absolute file name. -2006-09-07 Kim F. Storm - - * AUTHORS: Regenerate. - 2006-08-16 Andreas Schwab * configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead @@ -111,10 +311,6 @@ $PKG_CONFIG --exists "$2" to config.log. * configure: Regenerate. -2006-07-14 Kim F. Storm - - * AUTHORS: Regenerate. - 2006-07-08 Richard Stallman * INSTALL (DETAILED BUILDING AND INSTALLATION): Minor corrections. @@ -126,8 +322,6 @@ 2006-07-08 Eli Zaretskii - * configure: Regenerate. - * configure.in (PKG_CHECK_MODULES): Redirect stderr of pkg-config to /dev/null, since we don't need the error message, just the exit status. @@ -153,22 +347,13 @@ * CONTRIBUTE: New file. -2006-06-25 Kim F. Storm - - * AUTHORS: Regenerate. - 2006-06-24 Eli Zaretskii * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts. -2006-06-05 Kim F. Storm - - * AUTHORS: Regenerate. - 2006-05-18 Jan Dj,Ad(Brv * configure.in: Add check for ALSA. - * configure: Regenerate. 2006-05-06 Eli Zaretskii @@ -180,10 +365,6 @@ * Copyright (sources/emacs): Update copyright year(s). -2006-04-01 Eli Zaretskii - - * configure: Regenerate. - 2006-04-01 Emanuele Giaquinta (tiny change) * configure.in (HAVE_XAW3D): Disable Xaw3d check if @@ -207,10 +388,6 @@ * Makefile.in (install, uninstall): Add DESTDIR variable to support staged installations. -2006-02-14 Eli Zaretskii - - * configure: Regenerate. - 2006-02-14 Richard M. Stallman * configure.in (s390x-*-linux-gnu*): New configuration. @@ -218,7 +395,6 @@ 2006-01-31 Jan Dj,Ad(Brv * configure.in: Require GTK 2.4 or newer. - * configure: Regenerate. 2006-01-29 Michael Olson @@ -242,12 +418,10 @@ * configure.in: Move AC_AIX and AC_GNU_SOURCE before first compile check. - * configure: Regenerate. 2006-01-02 Chong Yidong * configure.in: Use -Wno-pointer-sign if available. - * configure: Regenerate. 2005-12-29 Andreas Schwab @@ -276,14 +450,12 @@ 2005-11-01 Romain Francoise * configure.in: Check for gzip. - * configure: Regenerate. * Makefile.in (install): Compress source files. 2005-10-24 Steven Tamm * configure.in: Fix darwin386 configuration issue. - * configure: Regenerate. 2005-10-22 Eli Zaretskii @@ -310,7 +482,6 @@ * configure.in: Prefer Carbon if --enable-carbon-app or --with-carbon is explicitly specified even when X11 is detected. - * configure: Regenerate. 2005-09-15 Ulf Jasper @@ -318,16 +489,11 @@ Handle newsticker manual. (info): Add - to commands. -2005-09-11 Kim F. Storm - - * AUTHORS: Regenerate. - 2005-09-10 Giuseppe Scrivano Remove the MAXPATHLEN limitations: * configure.in (AC_CHECK_FUNCS): Check for get_current_dir_name. - * configure: Regenerate. 2005-09-09 Eli Zaretskii @@ -361,13 +527,12 @@ 2005-07-06 Lute Kamstra * configure.in: Fix capitalization. - * configure: Regenerate. 2005-07-04 Lute Kamstra Update FSF's address in GPL notices. -2005-06-19 J,bi(Br,bt(Bme Marant +2005-06-19 J,Ai(Br,At(Bme Marant * Makefile.in (epaths-force): Protect both lisppath and buildlisppath from whitespace. @@ -375,24 +540,20 @@ 2005-06-08 Steven Tamm * configure.in: Support Darwin/MacOSX on Intel - * configure: Regenerate. 2005-06-06 Jan Dj,Ad(Brv * configure.in (HAVE_CANCELMENUTRACKING): New test. - * configure: Regenerate. 2005-05-11 J,Ai(Br,At(Bme Marant * configure.in: Add --enable-locallisppath. - * configure: Regenerate. 2005-05-13 YAMAMOTO Mitsuharu * configure.in: Don't check HAVE_CARBON if HAVE_X11 is set to yes. Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes. - * configure: Regenerate. 2005-05-07 J,Ai(Br,At(Bme Marant @@ -403,12 +564,10 @@ 2005-04-23 Andreas Schwab * configure.in: Remove duplicate match for powerpc configuration. - * configure: Regenerate. 2005-04-20 Thien-Thi Nguyen * configure.in: Check for . - * configure: Regenerate. 2005-04-14 Lute Kamstra @@ -429,12 +588,10 @@ 2005-03-10 Jan Dj,Ad(Brv * configure.in: Only add XASSERTS to cppflags. - * configure: Regenerate. 2005-03-04 Jan Dj,Ad(Brv * configure.in: Added --enable-asserts. - * configure: Regenerate. 2005-02-09 Kim F. Storm @@ -444,7 +601,6 @@ 2005-01-19 Steven Tamm * configure.in: Check for . - * configure: Regenerate. 2004-12-11 Kim F. Storm @@ -456,7 +612,7 @@ * Makefile.in (install-arch-indep, uninstall): Add url and org manuals. -2004-12-07 Stefan +2004-12-07 Stefan Monnier * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly committed to src/config.in. @@ -465,7 +621,6 @@ * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for pthreads and define HAVE_GTK_AND_PTHREAD. - * configure: Regenerate. 2004-12-05 Richard M. Stallman @@ -499,7 +654,6 @@ 2004-11-06 Lars Brinkhoff * configure.in: Add check for getrusage. - * configure: Regenerate. 2004-11-02 Jan Dj,Ad(Brv @@ -508,25 +662,21 @@ (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set to no. - * configure: Rebuild. - 2004-10-20 Jan Dj,Ad(Brv * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32 can be set. Remove SETARCH test. - * configure: Rebuild. 2004-10-08 Steven Tamm * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h - * configure: Rebuild. 2004-10-06 Jan Dj,Ad(Brv * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to AC_MSG_WARN. Move output of warning message to end of configure run. -2004-10-05 Jan Dj,Ad(Brv. +2004-10-05 Jan Dj,Ad(Brv * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD. Run test to see if heap start address is random. @@ -539,12 +689,10 @@ 2004-09-25 Jan Dj,Ad(Brv * configure.in (HAVE_EXECSHIELD): Only define on x86. - * configure: Rebuild. 2004-09-24 Jan Dj,Ad(Brv * configure.in: Check for exec-shield. - * configure: Rebuild. 2004-08-06 Andreas Schwab @@ -648,11 +796,11 @@ * configure.in : Use fink packages if available. -2004-01-25 Jerome Marant (tiny change) +2004-01-25 J,Ai(Br,At(Bme Marant (tiny change) * make-dist (lispref): Do include lispref/index.texi. -2004-01-06 Eric Hanchrow (tiny change) +2004-01-06 Eric Hanchrow (tiny change) * make-dist (tempdir): Include cursors in nt/icons. @@ -683,7 +831,6 @@ * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of hardcoding gcc. - * configure: Rebuild. 2003-11-16 Jan Dj,Ad(Brv @@ -760,10 +907,6 @@ * configure.in: Fix XRegisterIMInstantiateCallback check for gcc. -2003-06-26 Jan Dj,Ad(Brv - - * configure: Regenerate. - 2003-06-23 Dave Love * configure.in: Check for sys/_mbstate_t.h. @@ -805,7 +948,7 @@ 2003-04-28 Francesco Potort,Al(B - * configure.in: Undo last (RMS') change, as it is useless, per + * configure.in: Undo last (RMS') change, as it is useless, per Dave Love. 2003-04-08 Richard M. Stallman @@ -864,13 +1007,7 @@ * Makefile.in: Use @EXEEXT@ for Cygwin. Use USERNAME if LOGNAME is not set (for Cygwin). - * configure.in: - * configure: Add opsys=cygwin. - -2003-01-29 Kim F. Storm - - * AUTHORS: Regenerate using new format (after fixing numerous - formatting errors in the ChangeLog files). + * configure.in: Add opsys=cygwin. 2003-01-22 Andreas Schwab @@ -911,7 +1048,7 @@ * Makefile.in (INSTALL_INFO): Get install-info command from configure. - * configure.in: Add tests for install-info + * configure.in: Add tests for install-info. 2002-12-09 Markus Rost @@ -957,7 +1094,7 @@ * configure.in (*-sunos5*, *-solaris*): Use sol2-8. -2002-11-14 Francesco Potorti` +2002-11-14 Francesco Potort,Al(B * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations. @@ -982,7 +1119,7 @@ 2002-10-30 Dave Love - * configure.in: Require autoconf 2.53. Test for pty.h, + * configure.in: Require autoconf 2.53. Test for pty.h, sys/mman.h, sys/param.h, mremap, memmove. (AH_BOTTOM): Maybe include strings.h. Add local variables for mode. (AC_PROG_YACC): Delete. @@ -1211,7 +1348,7 @@ These changes make Leim part of the standard distribution: - * README: Add info about the `leim' directory + * README: Add info about the `leim' directory. * INSTALL: Remove text that describes Leim as a separate package. @@ -1361,7 +1498,7 @@ 2001-11-06 Sam Steingold - * configure.in: Added a check for + * configure.in: Added a check for . 2001-11-01 Pavel Jan,Am(Bk @@ -1779,8 +1916,7 @@ 2000-08-24 Gerd Moellmann * configure.in : Unset CDPATH in case $PWD - contains a relative path. Protect against unusable values of - $PWD. + contains a relative path. Protect against unusable values of $PWD. 2000-08-08 Eli Zaretskii @@ -1791,8 +1927,7 @@ 2000-08-07 Gerd Moellmann - * Makefile.in (config.status): Prepend `$(srcdir)/' to - `configure'. + * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'. 2000-08-03 Gerd Moellmann @@ -1901,7 +2036,7 @@ 2000-06-02 Dave Love - * Makefile.in: (install-arch-indep): Add pcl-cvs to list of info + * Makefile.in (install-arch-indep): Add pcl-cvs to list of info files. * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5. @@ -1936,8 +2071,8 @@ 2000-05-05 Gerd Moellmann - * make-dist: Make a link for lib-src/grep-changelog. Copy - install-sh. + * make-dist: Make a link for lib-src/grep-changelog. + Copy install-sh. 2000-05-01 Eli Zaretskii @@ -2061,7 +2196,7 @@ 1999-12-04 Dave Love - * Makefile.in: (install-arch-indep): Depend on `info'. + * Makefile.in (install-arch-indep): Depend on `info'. (install-strip): Use `install' as sub-make target. 1999-11-23 Ken Raeburn @@ -2158,7 +2293,7 @@ 1999-08-18 Dave Love - * configure.in: : Check for termcap.h. + * configure.in: Check for termcap.h. 1999-08-15 Gerd Moellmann @@ -2271,8 +2406,8 @@ 1998-12-04 Andreas Schwab - * Makefile.in: Don't install customize info file. Run - install-info on viper info file. + * Makefile.in: Don't install customize info file. + Run install-info on viper info file. 1998-11-29 Richard Stallman @@ -2492,7 +2627,7 @@ 1997-09-30 Karl Eichwalder - * Makefile.in (install-arch-indep): install the widget info file. + * Makefile.in (install-arch-indep): Install the widget info file. 1997-09-24 Jonathan I. Kamens @@ -2504,8 +2639,7 @@ 1997-09-21 Erik Naggum - * make-dist (making links to `src'): Keep timestamp on copied - files. + * make-dist (making links to `src'): Keep timestamp on copied files. * make-delta: New script to produce delta distributions. @@ -2666,7 +2800,7 @@ * make-dist (etc): Really avoid symlinks now. (lisp): Don't delete from subdirs the things we never copy. -1997-07-07 Ken'ichi Handa +1997-07-07 Kenichi Handa * Makefile.in (install-arch-indep): Correct the target name. The first letter `i' was dropped by the previous change of mine. @@ -2691,12 +2825,12 @@ * Makefile.in (install-leim): Correct previous change. -1997-07-02 Ken'ichi Handa +1997-07-02 Kenichi Handa * Makefile.in (install-leim): New target. (install): Depend on install-leim. -1997-07-01 Ken'ichi Handa +1997-07-01 Kenichi Handa * Makefile.in (SUBDIR): Add leim. (SUBDIR_MAKEFILES): Add leim/Makefile. @@ -2732,16 +2866,14 @@ 1997-06-22 Dave Love - * Makefile.in (lib-src): Depend on src/config.h (e.g. for - movemail.o). - (src/config.h): New target to re-configure if src/config.in - is patched. + * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o). + (src/config.h): New target to re-configure if src/config.in is patched. 1997-06-18 Richard Stallman * configure.in (shutdown): Check for `shutdown' function. -1997-06-18 Ken'ichi Handa +1997-06-18 Kenichi Handa * update-subdirs: Include the directory "language" in subdirs. @@ -2777,16 +2909,15 @@ 1997-04-09 Marcus G. Daniels - * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC, - in case it is desirable to disable the GNU malloc features with - glibc. + * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC, + in case it is desirable to disable the GNU malloc features with glibc. 1997-04-08 Marcus G. Daniels * configure.in (DOUG_LEA_MALLOC): Define if malloc_{get,set}_state exist. -1997-03-05 Ken'ichi Handa +1997-03-05 Kenichi Handa * make-dist: Make links for files under lisp/language. @@ -2978,7 +3109,7 @@ 1996-07-11 Bill Mann - * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3 + * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3. 1996-07-07 Karl Heuer @@ -3501,8 +3632,8 @@ 1995-06-22 Paul Eggert - * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. - (Likewise for SunOS 4.1.5 thorugh 4.1.9, should they ever exist.) + * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for + SunOS 4.1.5 thorugh 4.1.9, should they ever exist.) 1995-06-22 Paul Eggert @@ -3574,7 +3705,7 @@ 1995-05-22 enami tsugutomo - * configure.in: pass arg to sqrt. + * configure.in: Pass arg to sqrt. 1995-05-18 Karl Heuer @@ -3586,8 +3717,7 @@ 1995-05-09 David J. MacKenzie - * configure.in: Use sqrt (more portable) instead of fmod in -lm - check. + * configure.in: Use sqrt (more portable) instead of fmod in -lm check. 1995-05-09 Richard Stallman @@ -3604,9 +3734,9 @@ 1995-05-06 David J. MacKenzie - * configure.in: Make sure CDPATH doesn't mess up PWD check. Check - whether X bitmaps are in X11/bitmaps instead of bitmaps. Use fmod - instead of logb in -lm check. + * configure.in: Make sure CDPATH doesn't mess up PWD check. + Check whether X bitmaps are in X11/bitmaps instead of bitmaps. + Use fmod instead of logb in -lm check. 1995-05-03 Richard Stallman @@ -3626,7 +3756,7 @@ * configure.in (*-sun-sunos4.1.3*): Use shared libraries, since that's what the header file expects. -1995-04-24 Francesco Potorti` (pot@cnuce.cnr.it) +1995-04-24 Francesco Potort,Al(B (pot@cnuce.cnr.it) * configure.in (m68k-motorola-sysv*): Distinguish between 68030 and 68040 based machines when choosing options for gnucc. @@ -3655,7 +3785,7 @@ 1995-04-06 Simon Leinen * Makefile.in (install-arch-indep, dist): - look for `update-subdir' in $(srcdir). + Look for `update-subdir' in $(srcdir). 1995-04-06 Richard Stallman @@ -3691,8 +3821,8 @@ 1995-02-02 David J. MacKenzie - * configure.in: Create a .gdbinit that sources the real one, if - using a different build directory. + * configure.in: Create a .gdbinit that sources the real one, + if using a different build directory. 1995-01-23 Karl Heuer @@ -6407,9 +6537,24 @@ ;; add-log-time-zone-rule: t ;; End: - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2006 - Free Software Foundation, Inc. - Copying and distribution of this file, with or without modification, - are permitted provided the copyright notice and this notice are preserved. + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, + 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + + This file is part of GNU Emacs. + + GNU Emacs is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3, or (at your option) + any later version. + + GNU Emacs is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with GNU Emacs; see the file COPYING. If not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. ;;; arch-tag: ac61a779-1480-4884-b292-d0c39c127a73