emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/ChangeLog
Date: Wed, 11 Sep 2002 17:03:41 -0400

Index: emacs/ChangeLog
diff -c emacs/ChangeLog:1.273 emacs/ChangeLog:1.274
*** emacs/ChangeLog:1.273       Tue Sep 10 12:40:18 2002
--- emacs/ChangeLog     Wed Sep 11 17:03:41 2002
***************
*** 1,3 ****
--- 1,9 ----
+ 2002-09-11  Stefan Monnier  <address@hidden>
+ 
+       * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap)
+       (bootstrap-clean-after): Delete.
+       (bootstrap): Make the sequencing explicit.
+ 
  2002-09-10  Richard M. Stallman  <address@hidden>
  
        * configure.in: Fix previous LessTif change.
***************
*** 17,23 ****
  
        * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
  
!       * configure.in: Handle $GCC_LINK_TEST_OPTIONS and 
        $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
  
  2002-08-26  Kim F. Storm  <address@hidden>
--- 23,29 ----
  
        * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
  
!       * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
        $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
  
  2002-08-26  Kim F. Storm  <address@hidden>
***************
*** 35,41 ****
        * configure.in: Don't print anything special about gamedir.
  
        * configure.in: Delete nonstandard --with-game-user option.
!       
  2002-07-21  Richard M. Stallman  <address@hidden>
  
        * Makefile.in (gamedir, localstatedir): New variables.
--- 41,47 ----
        * configure.in: Don't print anything special about gamedir.
  
        * configure.in: Delete nonstandard --with-game-user option.
! 
  2002-07-21  Richard M. Stallman  <address@hidden>
  
        * Makefile.in (gamedir, localstatedir): New variables.
***************
*** 88,95 ****
  
  2002-04-28  Colin Walters  <address@hidden>
  
!       * configure.in: Delete configure check for access to the game
!       user.
  
  2002-04-29  Pavel Jan,Bm(Bk  <address@hidden>
  
--- 94,100 ----
  
  2002-04-28  Colin Walters  <address@hidden>
  
!       * configure.in: Delete configure check for access to the game user.
  
  2002-04-29  Pavel Jan,Bm(Bk  <address@hidden>
  
***************
*** 100,106 ****
        * configure.in: Add support for powerpc-apple-darwin*.
        (HAVE_CARBON): Add.
  
!       * make-dist: Create directories in mac/Emacs.app.       
  
  2002-04-25  Pavel Jan,Bm(Bk  <address@hidden>
  
--- 105,111 ----
        * configure.in: Add support for powerpc-apple-darwin*.
        (HAVE_CARBON): Add.
  
!       * make-dist: Create directories in mac/Emacs.app.
  
  2002-04-25  Pavel Jan,Bm(Bk  <address@hidden>
  
***************
*** 119,126 ****
  
  2002-04-15  Andreas Schwab  <address@hidden>
  
!       * Makefile.in ($(srcdir)/src/config.in): Generate using
!       autoheader.
        * configure.in: Add config header templates to all AC_DEFINE and
        AC_DEFINE_UNQUOTED symbols.
        * make-dist: Run autoheader if necessary.
--- 124,130 ----
  
  2002-04-15  Andreas Schwab  <address@hidden>
  
!       * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
        * configure.in: Add config header templates to all AC_DEFINE and
        AC_DEFINE_UNQUOTED symbols.
        * make-dist: Run autoheader if necessary.
***************
*** 166,172 ****
        * configure.in <making srcdir absolute>: Verify that PWD is correct,
        not just well-formed and valid.
        (mips-compaq-nonstopux*): New configuration.
!       
  2002-02-18  Paul Eggert  <address@hidden>
  
        * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
--- 170,176 ----
        * configure.in <making srcdir absolute>: Verify that PWD is correct,
        not just well-formed and valid.
        (mips-compaq-nonstopux*): New configuration.
! 
  2002-02-18  Paul Eggert  <address@hidden>
  
        * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
***************
*** 267,274 ****
        These changes add the Emacs Lisp Introduction manual to the
        distribution:
  
!       * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro
!       files.
  
        * make-dist: Copy the files in lispintro directory.
  
--- 271,277 ----
        These changes add the Emacs Lisp Introduction manual to the
        distribution:
  
!       * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
  
        * make-dist: Copy the files in lispintro directory.
  
***************
*** 283,298 ****
  
  2001-11-23  Eli Zaretskii  <address@hidden>
  
!       * Makefile.in (uninstall, install-arch-indep): Don't install
!       gfdl.1.
  
        * make-dist (etc): Don't distribute gfdl.1.
  
  2001-11-22  Colin Walters  <address@hidden>
  
        * Makefile.in (install-arch-indep): Install the calc .info files.
!       (uninstall): Handle deletion of calc .info files (thanks Pavel
!       Jan,Bm(Bk).
  
  2001-11-17  Eli Zaretskii  <address@hidden>
  
--- 286,299 ----
  
  2001-11-23  Eli Zaretskii  <address@hidden>
  
!       * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
  
        * make-dist (etc): Don't distribute gfdl.1.
  
  2001-11-22  Colin Walters  <address@hidden>
  
        * Makefile.in (install-arch-indep): Install the calc .info files.
!       (uninstall): Handle deletion of calc .info files (thanks Pavel 
Jan,Bm(Bk).
  
  2001-11-17  Eli Zaretskii  <address@hidden>
  
***************
*** 312,319 ****
  
  2001-11-13  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * Makefile.in (install-arch-indep): Use `${manext}' instead of
!       `.1'.
        (install-arch-indep): Install emacsclient manual page.
        (uninstall): Uninstall emacsclient manual page.
  
--- 313,319 ----
  
  2001-11-13  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
        (install-arch-indep): Install emacsclient manual page.
        (uninstall): Uninstall emacsclient manual page.
  
***************
*** 379,393 ****
  2001-10-25  Gerd Moellmann  <address@hidden>
  
        * Makefile.in (maybe_bootstrap): New target.
!       (all): Add to prerequisites to bootstrap if abbrev.elc doesn't
!       exist.
  
  2001-10-24  Ken Raeburn  <address@hidden>
  
        * configure.in: If --with-hesiod is given, look for
        hes_getmailhost and res_send or __res_send; check hesiod and
!       resolv libraries respectively if system libraries don't supply
!       them.
  
  2001-10-24  Gerd Moellmann  <address@hidden>
  
--- 379,391 ----
  2001-10-25  Gerd Moellmann  <address@hidden>
  
        * Makefile.in (maybe_bootstrap): New target.
!       (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
  
  2001-10-24  Ken Raeburn  <address@hidden>
  
        * configure.in: If --with-hesiod is given, look for
        hes_getmailhost and res_send or __res_send; check hesiod and
!       resolv libraries respectively if system libraries don't supply them.
  
  2001-10-24  Gerd Moellmann  <address@hidden>
  
***************
*** 507,515 ****
--- 505,519 ----
        * mkinstalldirs (errstatus): Chmod a+rx directories we create.
  
        * Makefile.in (uninstall): Ignore exit code of `rm'.
+ <<<<<<< ChangeLog
+ 
+       * Makefile.in (uninstall): Remove more info files.
+       Remove ${libexecdir}/emacs/${version}.  Remove ${archlibdir}/fns-*.
+ =======
  
        * Makefile.in (uninstall): Remove more info files.  Remove
        ${libexecdir}/emacs/${version}.  Remove ${archlibdir}/fns-*.
+ >>>>>>> 1.214
  
  2001-01-31  Gerd Moellmann  <address@hidden>
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]