diff options
| author | Stefan Monnier | 2002-09-11 21:03:41 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-09-11 21:03:41 +0000 |
| commit | b3cd696555c8d5580d273f48de9b32ccd0415413 (patch) | |
| tree | c64a95d3785060292755405c5a466008ce0088e4 /ChangeLog | |
| parent | b14e35ac9425e3aff9d8d0c3ce2d101bac3e3b48 (diff) | |
| download | emacs-b3cd696555c8d5580d273f48de9b32ccd0415413.tar.gz emacs-b3cd696555c8d5580d273f48de9b32ccd0415413.zip | |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 44 |
1 files changed, 24 insertions, 20 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-09-11 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap) | ||
| 4 | (bootstrap-clean-after): Delete. | ||
| 5 | (bootstrap): Make the sequencing explicit. | ||
| 6 | |||
| 1 | 2002-09-10 Richard M. Stallman <rms@gnu.org> | 7 | 2002-09-10 Richard M. Stallman <rms@gnu.org> |
| 2 | 8 | ||
| 3 | * configure.in: Fix previous LessTif change. | 9 | * configure.in: Fix previous LessTif change. |
| @@ -17,7 +23,7 @@ | |||
| 17 | 23 | ||
| 18 | * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif. | 24 | * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif. |
| 19 | 25 | ||
| 20 | * configure.in: Handle $GCC_LINK_TEST_OPTIONS and | 26 | * configure.in: Handle $GCC_LINK_TEST_OPTIONS and |
| 21 | $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros. | 27 | $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros. |
| 22 | 28 | ||
| 23 | 2002-08-26 Kim F. Storm <storm@cua.dk> | 29 | 2002-08-26 Kim F. Storm <storm@cua.dk> |
| @@ -35,7 +41,7 @@ | |||
| 35 | * configure.in: Don't print anything special about gamedir. | 41 | * configure.in: Don't print anything special about gamedir. |
| 36 | 42 | ||
| 37 | * configure.in: Delete nonstandard --with-game-user option. | 43 | * configure.in: Delete nonstandard --with-game-user option. |
| 38 | 44 | ||
| 39 | 2002-07-21 Richard M. Stallman <rms@gnu.org> | 45 | 2002-07-21 Richard M. Stallman <rms@gnu.org> |
| 40 | 46 | ||
| 41 | * Makefile.in (gamedir, localstatedir): New variables. | 47 | * Makefile.in (gamedir, localstatedir): New variables. |
| @@ -88,8 +94,7 @@ | |||
| 88 | 94 | ||
| 89 | 2002-04-28 Colin Walters <walters@verbum.org> | 95 | 2002-04-28 Colin Walters <walters@verbum.org> |
| 90 | 96 | ||
| 91 | * configure.in: Delete configure check for access to the game | 97 | * configure.in: Delete configure check for access to the game user. |
| 92 | user. | ||
| 93 | 98 | ||
| 94 | 2002-04-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 99 | 2002-04-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 95 | 100 | ||
| @@ -100,7 +105,7 @@ | |||
| 100 | * configure.in: Add support for powerpc-apple-darwin*. | 105 | * configure.in: Add support for powerpc-apple-darwin*. |
| 101 | (HAVE_CARBON): Add. | 106 | (HAVE_CARBON): Add. |
| 102 | 107 | ||
| 103 | * make-dist: Create directories in mac/Emacs.app. | 108 | * make-dist: Create directories in mac/Emacs.app. |
| 104 | 109 | ||
| 105 | 2002-04-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 110 | 2002-04-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 106 | 111 | ||
| @@ -119,8 +124,7 @@ | |||
| 119 | 124 | ||
| 120 | 2002-04-15 Andreas Schwab <schwab@suse.de> | 125 | 2002-04-15 Andreas Schwab <schwab@suse.de> |
| 121 | 126 | ||
| 122 | * Makefile.in ($(srcdir)/src/config.in): Generate using | 127 | * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader. |
| 123 | autoheader. | ||
| 124 | * configure.in: Add config header templates to all AC_DEFINE and | 128 | * configure.in: Add config header templates to all AC_DEFINE and |
| 125 | AC_DEFINE_UNQUOTED symbols. | 129 | AC_DEFINE_UNQUOTED symbols. |
| 126 | * make-dist: Run autoheader if necessary. | 130 | * make-dist: Run autoheader if necessary. |
| @@ -166,7 +170,7 @@ | |||
| 166 | * configure.in <making srcdir absolute>: Verify that PWD is correct, | 170 | * configure.in <making srcdir absolute>: Verify that PWD is correct, |
| 167 | not just well-formed and valid. | 171 | not just well-formed and valid. |
| 168 | (mips-compaq-nonstopux*): New configuration. | 172 | (mips-compaq-nonstopux*): New configuration. |
| 169 | 173 | ||
| 170 | 2002-02-18 Paul Eggert <eggert@twinsun.com> | 174 | 2002-02-18 Paul Eggert <eggert@twinsun.com> |
| 171 | 175 | ||
| 172 | * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1". | 176 | * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1". |
| @@ -267,8 +271,7 @@ | |||
| 267 | These changes add the Emacs Lisp Introduction manual to the | 271 | These changes add the Emacs Lisp Introduction manual to the |
| 268 | distribution: | 272 | distribution: |
| 269 | 273 | ||
| 270 | * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro | 274 | * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files. |
| 271 | files. | ||
| 272 | 275 | ||
| 273 | * make-dist: Copy the files in lispintro directory. | 276 | * make-dist: Copy the files in lispintro directory. |
| 274 | 277 | ||
| @@ -283,16 +286,14 @@ | |||
| 283 | 286 | ||
| 284 | 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il> | 287 | 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 285 | 288 | ||
| 286 | * Makefile.in (uninstall, install-arch-indep): Don't install | 289 | * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1. |
| 287 | gfdl.1. | ||
| 288 | 290 | ||
| 289 | * make-dist (etc): Don't distribute gfdl.1. | 291 | * make-dist (etc): Don't distribute gfdl.1. |
| 290 | 292 | ||
| 291 | 2001-11-22 Colin Walters <walters@debian.org> | 293 | 2001-11-22 Colin Walters <walters@debian.org> |
| 292 | 294 | ||
| 293 | * Makefile.in (install-arch-indep): Install the calc .info files. | 295 | * Makefile.in (install-arch-indep): Install the calc .info files. |
| 294 | (uninstall): Handle deletion of calc .info files (thanks Pavel | 296 | (uninstall): Handle deletion of calc .info files (thanks Pavel Jan,Bm(Bk). |
| 295 | Jan,Bm(Bk). | ||
| 296 | 297 | ||
| 297 | 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il> | 298 | 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il> |
| 298 | 299 | ||
| @@ -312,8 +313,7 @@ | |||
| 312 | 313 | ||
| 313 | 2001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 314 | 2001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 314 | 315 | ||
| 315 | * Makefile.in (install-arch-indep): Use `${manext}' instead of | 316 | * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'. |
| 316 | `.1'. | ||
| 317 | (install-arch-indep): Install emacsclient manual page. | 317 | (install-arch-indep): Install emacsclient manual page. |
| 318 | (uninstall): Uninstall emacsclient manual page. | 318 | (uninstall): Uninstall emacsclient manual page. |
| 319 | 319 | ||
| @@ -379,15 +379,13 @@ | |||
| 379 | 2001-10-25 Gerd Moellmann <gerd@gnu.org> | 379 | 2001-10-25 Gerd Moellmann <gerd@gnu.org> |
| 380 | 380 | ||
| 381 | * Makefile.in (maybe_bootstrap): New target. | 381 | * Makefile.in (maybe_bootstrap): New target. |
| 382 | (all): Add to prerequisites to bootstrap if abbrev.elc doesn't | 382 | (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist. |
| 383 | exist. | ||
| 384 | 383 | ||
| 385 | 2001-10-24 Ken Raeburn <raeburn@gnu.org> | 384 | 2001-10-24 Ken Raeburn <raeburn@gnu.org> |
| 386 | 385 | ||
| 387 | * configure.in: If --with-hesiod is given, look for | 386 | * configure.in: If --with-hesiod is given, look for |
| 388 | hes_getmailhost and res_send or __res_send; check hesiod and | 387 | hes_getmailhost and res_send or __res_send; check hesiod and |
| 389 | resolv libraries respectively if system libraries don't supply | 388 | resolv libraries respectively if system libraries don't supply them. |
| 390 | them. | ||
| 391 | 389 | ||
| 392 | 2001-10-24 Gerd Moellmann <gerd@gnu.org> | 390 | 2001-10-24 Gerd Moellmann <gerd@gnu.org> |
| 393 | 391 | ||
| @@ -507,9 +505,15 @@ | |||
| 507 | * mkinstalldirs (errstatus): Chmod a+rx directories we create. | 505 | * mkinstalldirs (errstatus): Chmod a+rx directories we create. |
| 508 | 506 | ||
| 509 | * Makefile.in (uninstall): Ignore exit code of `rm'. | 507 | * Makefile.in (uninstall): Ignore exit code of `rm'. |
| 508 | <<<<<<< ChangeLog | ||
| 509 | |||
| 510 | * Makefile.in (uninstall): Remove more info files. | ||
| 511 | Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*. | ||
| 512 | ======= | ||
| 510 | 513 | ||
| 511 | * Makefile.in (uninstall): Remove more info files. Remove | 514 | * Makefile.in (uninstall): Remove more info files. Remove |
| 512 | ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*. | 515 | ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*. |
| 516 | >>>>>>> 1.214 | ||
| 513 | 517 | ||
| 514 | 2001-01-31 Gerd Moellmann <gerd@gnu.org> | 518 | 2001-01-31 Gerd Moellmann <gerd@gnu.org> |
| 515 | 519 | ||