/[emacs]/emacs/ChangeLog
ViewVC logotype

Diff of /emacs/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.273 by rms, Tue Sep 10 16:40:18 2002 UTC revision 1.274 by monnier, Wed Sep 11 21:03:41 2002 UTC
# Line 1  Line 1 
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    
7  2002-09-10  Richard M. Stallman  <rms@gnu.org>  2002-09-10  Richard M. Stallman  <rms@gnu.org>
8    
9          * configure.in: Fix previous LessTif change.          * configure.in: Fix previous LessTif change.
# Line 17  Line 23 
23    
24          * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.          * configure.in: Look for LessTif in /usr/X11R6/LessTif/ before Motif.
25    
26          * configure.in: Handle $GCC_LINK_TEST_OPTIONS and          * configure.in: Handle $GCC_LINK_TEST_OPTIONS and
27          $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.          $NON_GCC_LINK_TEST_OPTIONS after the AC_PROG_... macros.
28    
29  2002-08-26  Kim F. Storm  <storm@cua.dk>  2002-08-26  Kim F. Storm  <storm@cua.dk>
# Line 35  Line 41 
41          * configure.in: Don't print anything special about gamedir.          * configure.in: Don't print anything special about gamedir.
42    
43          * configure.in: Delete nonstandard --with-game-user option.          * configure.in: Delete nonstandard --with-game-user option.
44            
45  2002-07-21  Richard M. Stallman  <rms@gnu.org>  2002-07-21  Richard M. Stallman  <rms@gnu.org>
46    
47          * Makefile.in (gamedir, localstatedir): New variables.          * Makefile.in (gamedir, localstatedir): New variables.
# Line 88  Line 94 
94    
95  2002-04-28  Colin Walters  <walters@verbum.org>  2002-04-28  Colin Walters  <walters@verbum.org>
96    
97          * configure.in: Delete configure check for access to the game          * configure.in: Delete configure check for access to the game user.
         user.  
98    
99  2002-04-29  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>  2002-04-29  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
100    
# Line 100  Line 105 
105          * configure.in: Add support for powerpc-apple-darwin*.          * configure.in: Add support for powerpc-apple-darwin*.
106          (HAVE_CARBON): Add.          (HAVE_CARBON): Add.
107    
108          * make-dist: Create directories in mac/Emacs.app.                * make-dist: Create directories in mac/Emacs.app.
109    
110  2002-04-25  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>  2002-04-25  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
111    
# Line 119  Line 124 
124    
125  2002-04-15  Andreas Schwab  <schwab@suse.de>  2002-04-15  Andreas Schwab  <schwab@suse.de>
126    
127          * Makefile.in ($(srcdir)/src/config.in): Generate using          * Makefile.in ($(srcdir)/src/config.in): Generate using autoheader.
         autoheader.  
128          * configure.in: Add config header templates to all AC_DEFINE and          * configure.in: Add config header templates to all AC_DEFINE and
129          AC_DEFINE_UNQUOTED symbols.          AC_DEFINE_UNQUOTED symbols.
130          * make-dist: Run autoheader if necessary.          * make-dist: Run autoheader if necessary.
# Line 166  Line 170 
170          * configure.in <making srcdir absolute>: Verify that PWD is correct,          * configure.in <making srcdir absolute>: Verify that PWD is correct,
171          not just well-formed and valid.          not just well-formed and valid.
172          (mips-compaq-nonstopux*): New configuration.          (mips-compaq-nonstopux*): New configuration.
173            
174  2002-02-18  Paul Eggert  <eggert@twinsun.com>  2002-02-18  Paul Eggert  <eggert@twinsun.com>
175    
176          * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".          * make-dist: Port to POSIX 1003.1-2001, which doesn't allow "head -1".
# Line 267  Line 271 
271          These changes add the Emacs Lisp Introduction manual to the          These changes add the Emacs Lisp Introduction manual to the
272          distribution:          distribution:
273    
274          * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro          * Makefile.in (install-arch-indep, uninstall): Add ELisp Intro files.
         files.  
275    
276          * make-dist: Copy the files in lispintro directory.          * make-dist: Copy the files in lispintro directory.
277    
# Line 283  Line 286 
286    
287  2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>  2001-11-23  Eli Zaretskii  <eliz@is.elta.co.il>
288    
289          * Makefile.in (uninstall, install-arch-indep): Don't install          * Makefile.in (uninstall, install-arch-indep): Don't install gfdl.1.
         gfdl.1.  
290    
291          * make-dist (etc): Don't distribute gfdl.1.          * make-dist (etc): Don't distribute gfdl.1.
292    
293  2001-11-22  Colin Walters  <walters@debian.org>  2001-11-22  Colin Walters  <walters@debian.org>
294    
295          * Makefile.in (install-arch-indep): Install the calc .info files.          * Makefile.in (install-arch-indep): Install the calc .info files.
296          (uninstall): Handle deletion of calc .info files (thanks Pavel          (uninstall): Handle deletion of calc .info files (thanks Pavel Jan,Bm(Bk).
         Jan,Bm(Bk).  
297    
298  2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>  2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
299    
# Line 312  Line 313 
313    
314  2001-11-13  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>  2001-11-13  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
315    
316          * Makefile.in (install-arch-indep): Use `${manext}' instead of          * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'.
         `.1'.  
317          (install-arch-indep): Install emacsclient manual page.          (install-arch-indep): Install emacsclient manual page.
318          (uninstall): Uninstall emacsclient manual page.          (uninstall): Uninstall emacsclient manual page.
319    
# Line 379  Line 379 
379  2001-10-25  Gerd Moellmann  <gerd@gnu.org>  2001-10-25  Gerd Moellmann  <gerd@gnu.org>
380    
381          * Makefile.in (maybe_bootstrap): New target.          * Makefile.in (maybe_bootstrap): New target.
382          (all): Add to prerequisites to bootstrap if abbrev.elc doesn't          (all): Add to prerequisites to bootstrap if abbrev.elc doesn't exist.
         exist.  
383    
384  2001-10-24  Ken Raeburn  <raeburn@gnu.org>  2001-10-24  Ken Raeburn  <raeburn@gnu.org>
385    
386          * configure.in: If --with-hesiod is given, look for          * configure.in: If --with-hesiod is given, look for
387          hes_getmailhost and res_send or __res_send; check hesiod and          hes_getmailhost and res_send or __res_send; check hesiod and
388          resolv libraries respectively if system libraries don't supply          resolv libraries respectively if system libraries don't supply them.
         them.  
389    
390  2001-10-24  Gerd Moellmann  <gerd@gnu.org>  2001-10-24  Gerd Moellmann  <gerd@gnu.org>
391    
# Line 507  Line 505 
505          * mkinstalldirs (errstatus): Chmod a+rx directories we create.          * mkinstalldirs (errstatus): Chmod a+rx directories we create.
506    
507          * Makefile.in (uninstall): Ignore exit code of `rm'.          * 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    =======
513    
514          * Makefile.in (uninstall): Remove more info files.  Remove          * Makefile.in (uninstall): Remove more info files.  Remove
515          ${libexecdir}/emacs/${version}.  Remove ${archlibdir}/fns-*.          ${libexecdir}/emacs/${version}.  Remove ${archlibdir}/fns-*.
516    >>>>>>> 1.214
517    
518  2001-01-31  Gerd Moellmann  <gerd@gnu.org>  2001-01-31  Gerd Moellmann  <gerd@gnu.org>
519    

Legend:
Removed from v.1.273  
changed lines
  Added in v.1.274

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26