/[emacs]/emacs/ChangeLog
ViewVC logotype

Diff of /emacs/ChangeLog

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

revision 1.198 by pj, Mon Nov 12 23:24:32 2001 UTC revision 1.199 by sds, Tue Nov 13 00:05:25 2001 UTC
# Line 14  Line 14 
14    
15  2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>  2001-11-10  Eli Zaretskii  <eliz@is.elta.co.il>
16    
17          * configure.in: AC_OUTPUT lispref/Makefile.          * configure.in: AC_OUTPUT lispref/Makefile.
18    
19          * configure: Regenerated.          * configure: Regenerated.
20    
# Line 58  Line 58 
58    
59          * configure.in: Reindent --help output.          * configure.in: Reindent --help output.
60          From Per Starback (starback@ling.uu.se).          From Per Starback (starback@ling.uu.se).
61            
62  2001-10-31  Eli Zaretskii  <eliz@is.elta.co.il>  2001-10-31  Eli Zaretskii  <eliz@is.elta.co.il>
63    
64          * configure.in: New entry for HP/UX-11.          * configure.in: New entry for HP/UX-11.
# Line 117  Line 117 
117  2001-10-05  Gerd Moellmann  <gerd@gnu.org>  2001-10-05  Gerd Moellmann  <gerd@gnu.org>
118    
119          * Branch for 21.1.          * Branch for 21.1.
120            
121  2001-09-05  Gerd Moellmann  <gerd@gnu.org>  2001-09-05  Gerd Moellmann  <gerd@gnu.org>
122    
123          * configure.in: Avoid `$@' which is handled specially in          * configure.in: Avoid `$@' which is handled specially in
124          Autoconf 2.52.  From "Adam J. Richter" <adam@yggdrasil.com>.          Autoconf 2.52.  From "Adam J. Richter" <adam@yggdrasil.com>.
125            
126  2001-09-01  Eli Zaretskii  <eliz@is.elta.co.il>  2001-09-01  Eli Zaretskii  <eliz@is.elta.co.il>
127    
128          * make-dist (nt): Add subdirs.el to the list of distributed files.          * make-dist (nt): Add subdirs.el to the list of distributed files.
# Line 150  Line 150 
150    
151          * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.          * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail.
152          Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.          Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files.
153            
154          * make-dist: Handle leim/MISC-DIC.  Only include          * make-dist: Handle leim/MISC-DIC.  Only include
155          `[a-zA-Z]*.{el,elc}' from leim/quail.          `[a-zA-Z]*.{el,elc}' from leim/quail.
156    
# Line 203  Line 203 
203          * mkinstalldirs (errstatus): Chmod a+rx directories we create.          * mkinstalldirs (errstatus): Chmod a+rx directories we create.
204    
205          * Makefile.in (uninstall): Ignore exit code of `rm'.          * Makefile.in (uninstall): Ignore exit code of `rm'.
206            
207          * Makefile.in (uninstall): Remove more info files.  Remove          * Makefile.in (uninstall): Remove more info files.  Remove
208          ${libexecdir}/emacs/${version}.  Remove ${archlibdir}/fns-*.          ${libexecdir}/emacs/${version}.  Remove ${archlibdir}/fns-*.
209    
# Line 276  Line 276 
276          Merge fixes from latest GNU tar version.  These macros no longer          Merge fixes from latest GNU tar version.  These macros no longer
277          futz with _XOPEN_SOURCE, as that was not portable in practice.          futz with _XOPEN_SOURCE, as that was not portable in practice.
278          (AC_FUNC_FSEEKO): New macro.          (AC_FUNC_FSEEKO): New macro.
279            
280          * configure.in: Use it instead of invoking AC_CHECK_FUNCS on          * configure.in: Use it instead of invoking AC_CHECK_FUNCS on
281          ftello.          ftello.
282            
283  2000-12-05  Dave Love  <fx@gnu.org>  2000-12-05  Dave Love  <fx@gnu.org>
284    
285          * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.          * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules.
# Line 307  Line 307 
307    
308  2000-11-22  Gerd Moellmann  <gerd@gnu.org>  2000-11-22  Gerd Moellmann  <gerd@gnu.org>
309    
310          * configure.in: Use m/macppc.h instead of the non-existent          * configure.in: Use m/macppc.h instead of the non-existent
311          m/powerpc.h.          m/powerpc.h.
312    
313  2000-11-21  Gerd Moellmann  <gerd@gnu.org>  2000-11-21  Gerd Moellmann  <gerd@gnu.org>
# Line 405  Line 405 
405    
406  2000-09-21  Kenichi Handa  <handa@etl.go.jp>  2000-09-21  Kenichi Handa  <handa@etl.go.jp>
407    
408          * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)          * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5)
409          (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)          (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN)
410          (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el          (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el
411          files to .elc.          files to .elc.
412          (${TIT}): Adjusted for the above change.          (${TIT}): Adjusted for the above change.
# Line 444  Line 444 
444    
445          * configure.in (REL_ALLOC_MMAP): Recognize in system configuration          * configure.in (REL_ALLOC_MMAP): Recognize in system configuration
446          file and print informational message.          file and print informational message.
447            
448          * configure.in (AC_FUNC_MMAP): Add.          * configure.in (AC_FUNC_MMAP): Add.
449    
450  2000-09-01  Gerd Moellmann  <gerd@gnu.org>  2000-09-01  Gerd Moellmann  <gerd@gnu.org>
# Line 569  Line 569 
569    
570  2000-06-16  Gerd Moellmann  <gerd@gnu.org>  2000-06-16  Gerd Moellmann  <gerd@gnu.org>
571    
572          * Makefile.in (distclean): Also make distclean in lisp/.          * Makefile.in (distclean): Also make distclean in lisp/.
573    
574  2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>  2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
575    
# Line 582  Line 582 
582  2000-06-14  Gerd Moellmann  <gerd@gnu.org>  2000-06-14  Gerd Moellmann  <gerd@gnu.org>
583    
584          * configure.in: Generate lisp/Makefile.          * configure.in: Generate lisp/Makefile.
585            
586          * configure.in: Add support for `*-lynxos*'.          * configure.in: Add support for `*-lynxos*'.
587          Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as          Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as
588          recommended by <Karen.Dorhamer@compaq.com> to fix problems          recommended by <Karen.Dorhamer@compaq.com> to fix problems
# Line 672  Line 672 
672          New targets.          New targets.
673          (bootstrap): Rewritten in terms of the new targets above.  Make          (bootstrap): Rewritten in terms of the new targets above.  Make
674          info files, too.          info files, too.
675            
676  2000-03-12  Gerd Moellmann  <gerd@gnu.org>  2000-03-12  Gerd Moellmann  <gerd@gnu.org>
677    
678          * config.guess, config.sub: Use the versions of the files from          * config.guess, config.sub: Use the versions of the files from
# Line 689  Line 689 
689    
690          * configure.in (machine): Add `mipsel-*-netbsd*' and          * configure.in (machine): Add `mipsel-*-netbsd*' and
691          `arm-*-netbsd*'.          `arm-*-netbsd*'.
692            
693  2000-03-01  Gerd Moellmann  <gerd@gnu.org>  2000-03-01  Gerd Moellmann  <gerd@gnu.org>
694            
695          * configure.in (machine): Add support for `*-auspex-sunos*'.          * configure.in (machine): Add support for `*-auspex-sunos*'.
696            
697  2000-02-29  Gerd Moellmann  <gerd@gnu.org>  2000-02-29  Gerd Moellmann  <gerd@gnu.org>
698    
699          * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.          * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2.
# Line 802  Line 802 
802          (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,          (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen,
803          mbrlen, strsignal.          mbrlen, strsignal.
804          (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.          (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now.
805            
806  1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>  1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
807    
808          * make-dist (dontcompile): look for the DONTCOMPILE variable rather          * make-dist (dontcompile): look for the DONTCOMPILE variable rather
# Line 810  Line 810 
810    
811  1999-10-09  Richard M. Stallman  <rms@gnu.org>  1999-10-09  Richard M. Stallman  <rms@gnu.org>
812    
813          * Makefile.in (uninstall, install-arch-indep, install-arch-dep):          * Makefile.in (uninstall, install-arch-indep, install-arch-dep):
814          Unset CDPATH to prevent cd from generating output.          Unset CDPATH to prevent cd from generating output.
815    
816  1999-10-08  Stefan Monnier  <monnier@cs.yale.edu>  1999-10-08  Stefan Monnier  <monnier@cs.yale.edu>
# Line 820  Line 820 
820  1999-10-07  Gerd Moellmann  <gerd@gnu.org>  1999-10-07  Gerd Moellmann  <gerd@gnu.org>
821    
822          * Makefile.in (install-arch-indep): Add ada-mode.          * Makefile.in (install-arch-indep): Add ada-mode.
823            
824  1999-10-06  Dave Love  <fx@gnu.org>  1999-10-06  Dave Love  <fx@gnu.org>
825    
826          * Makefile.in: Add rules for config.status, configure.          * Makefile.in: Add rules for config.status, configure.
# Line 1230  Line 1230 
1230    
1231          * update-subdirs: Delete subdirs.el if this dir has no subdirs.          * update-subdirs: Delete subdirs.el if this dir has no subdirs.
1232          Ignore subdirs named Old.          Ignore subdirs named Old.
1233            
1234  1997-08-04  Kenneth Stailey  <kstailey@elbereth.disclosure.com>  1997-08-04  Kenneth Stailey  <kstailey@elbereth.disclosure.com>
1235    
1236          * configure.in: Add OpenBSD clause to set $machine.          * configure.in: Add OpenBSD clause to set $machine.
# Line 1240  Line 1240 
1240          * make-dist: Recompile everything after updating various Lisp files.          * make-dist: Recompile everything after updating various Lisp files.
1241          Recompile in leim as well as lisp.          Recompile in leim as well as lisp.
1242          Check in leim as well as lisp for mismatched files and too-long names.          Check in leim as well as lisp for mismatched files and too-long names.
1243            
1244  1997-09-03  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>  1997-09-03  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1245    
1246          * Makefile.in (TAGS tags): Simply refer this to the src subdir.          * Makefile.in (TAGS tags): Simply refer this to the src subdir.
# Line 1323  Line 1323 
1323    
1324  1997-07-25  Marcus G. Daniels  <marcus@cathcart.sysc.pdx.edu>  1997-07-25  Marcus G. Daniels  <marcus@cathcart.sysc.pdx.edu>
1325    
1326          * configure.in (doug_lea_malloc): Make __after_morecore_hook a          * configure.in (doug_lea_malloc): Make __after_morecore_hook a
1327          prerequisite to the use of Doug Lea's malloc.          prerequisite to the use of Doug Lea's malloc.
1328    
1329  1997-07-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>  1997-07-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
# Line 1378  Line 1378 
1378    
1379          * make-dist: Don't mention site-lisp, site-init, site-start          * make-dist: Don't mention site-lisp, site-init, site-start
1380          or default, when listing files hat are not compiled and should be.          or default, when listing files hat are not compiled and should be.
1381            
1382          * configure.in: Create src/config.stamp at the end.          * configure.in: Create src/config.stamp at the end.
1383    
1384  1997-07-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>  1997-07-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
# Line 1389  Line 1389 
1389    
1390          * Makefile.in (install-leim): New target.          * Makefile.in (install-leim): New target.
1391          (install): Depend on install-leim.          (install): Depend on install-leim.
1392            
1393  1997-07-01  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>  1997-07-01  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
1394    
1395          * Makefile.in (SUBDIR): Add leim.          * Makefile.in (SUBDIR): Add leim.
# Line 1455  Line 1455 
1455          since make-dist now gets that done.          since make-dist now gets that done.
1456    
1457          * make-dist: Use the new `updates' target in lisp/Makefile.          * make-dist: Use the new `updates' target in lisp/Makefile.
1458            
1459          * make-dist: Use new non-file targets in lisp/Makefile.          * make-dist: Use new non-file targets in lisp/Makefile.
1460    
1461  1997-04-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>  1997-04-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
# Line 1463  Line 1463 
1463          * make-dist: Handle all subdirs of `lisp' uniformly.          * make-dist: Handle all subdirs of `lisp' uniformly.
1464          Don't handle `term' and `language' specially.          Don't handle `term' and `language' specially.
1465          Clear out umask at the beginning.          Clear out umask at the beginning.
1466            
1467  1997-04-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>  1997-04-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1468    
1469          * make-dist: Use Make to update finder-inf.el and autoloads.          * make-dist: Use Make to update finder-inf.el and autoloads.
# Line 1496  Line 1496 
1496    
1497          * make-dist: Use $EMACS to say where to run Emacs.          * make-dist: Use $EMACS to say where to run Emacs.
1498          Add --no-update option.          Add --no-update option.
1499            
1500  1996-12-30  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>  1996-12-30  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
1501    
1502          * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.          * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration.
# Line 1508  Line 1508 
1508          and *.opt and ChangeLog files.          and *.opt and ChangeLog files.
1509          (copying lib-src): Likewise.          (copying lib-src): Likewise.
1510          Don't rm getdate.c or y.tab.*--they don't exist any more.          Don't rm getdate.c or y.tab.*--they don't exist any more.
1511            
1512  1996-12-18  Jonathan I. Kamens  <jik@annex-1-slip-jik.cam.ov.com>  1996-12-18  Jonathan I. Kamens  <jik@annex-1-slip-jik.cam.ov.com>
1513    
1514          * configure.in: Check for libmail, maillock.h and          * configure.in: Check for libmail, maillock.h and
# Line 1561  Line 1561 
1561    
1562  1996-09-04  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>  1996-09-04  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
1563    
1564          * configure.in: Check for termios.h.  Check for setpgid.          * configure.in: Check for termios.h.  Check for setpgid.
1565    
1566  1996-08-31  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>  1996-08-31  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
1567    
# Line 1595  Line 1595 
1595          Use sunos413, not sunos4-1-3.          Use sunos413, not sunos4-1-3.
1596          (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.          (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3.
1597          (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.          (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2.
1598            
1599  1996-08-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>  1996-08-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
1600    
1601          * Makefile.in (src/paths.h): Target deleted.          * Makefile.in (src/paths.h): Target deleted.
# Line 1683  Line 1683 
1683          * config.sub: If last two words are not a recognized          * config.sub: If last two words are not a recognized
1684          KERNEL-OS pair, use just the last word as OS, as in 19.31.          KERNEL-OS pair, use just the last word as OS, as in 19.31.
1685          Make conversion of gnu/linux to linux-gnu really work.          Make conversion of gnu/linux to linux-gnu really work.
1686            
1687          * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.          * config.sub: If vendor unspecified with i386, use `pc' not `unknown'.
1688    
1689  1996-06-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>  1996-06-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
# Line 1741  Line 1741 
1741          * Makefile.in (install-arch-indep): If cd etc makes output,          * Makefile.in (install-arch-indep): If cd etc makes output,
1742          don't treat that as part of the tar data.          don't treat that as part of the tar data.
1743          Check that ./lisp actually exists.          Check that ./lisp actually exists.
1744            
1745  1996-05-29  Karl Heuer  <kwzh@gnu.ai.mit.edu>  1996-05-29  Karl Heuer  <kwzh@gnu.ai.mit.edu>
1746    
1747          * make-dist: Check for long file names.          * make-dist: Check for long file names.
# Line 1812  Line 1812 
1812          * configure.in (setlocale): Check for it.          * configure.in (setlocale): Check for it.
1813    
1814          * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.          * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp.
1815            
1816  1996-03-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>  1996-03-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
1817    
1818          * configure.in: Use lignux instead of linux as value of opsys.          * configure.in: Use lignux instead of linux as value of opsys.
# Line 3286  Line 3286 
3286          (checking ${with_gcc}): If "no", don't override CC if already set.          (checking ${with_gcc}): If "no", don't override CC if already set.
3287          (CC): Initialize it as empty.          (CC): Initialize it as empty.
3288    
3289  1993-11-30  Richard Stallman  (rms at srarc2)  1993-11-30  Richard Stallman  (rms@srarc2)
3290    
3291          * configure.in (Suns): Set CPP if *-solaris2.3*.          * configure.in (Suns): Set CPP if *-solaris2.3*.
3292    
# Line 4999  Line 4999 
4999          * config.emacs: Make sure to set the "exit on error" flag once          * config.emacs: Make sure to set the "exit on error" flag once
5000          we've removed config.status; errors should abort the configuration.          we've removed config.status; errors should abort the configuration.
5001    
5002  1992-02-15  Jim Blandy  (jimb at pogo.cs.oberlin.edu)  1992-02-15  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
5003    
5004          * config.emacs: Added -distribute option, so that the Makefile          * config.emacs: Added -distribute option, so that the Makefile
5005          paths are in their proper form.  I don't know why this matters.          paths are in their proper form.  I don't know why this matters.
5006    
5007  1992-02-14  Jim Blandy  (jimb at pogo.cs.oberlin.edu)  1992-02-14  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
5008    
5009          * local-lisp: New directory, empty in the distribution, for people          * local-lisp: New directory, empty in the distribution, for people
5010          to put local elisp code in.          to put local elisp code in.
5011          * config.emacs: Include it in the default load path.          * config.emacs: Include it in the default load path.
5012          * README: Document it.          * README: Document it.
5013    
5014  1992-01-30  Jim Blandy  (jimb at pogo.cs.oberlin.edu)  1992-01-30  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
5015    
5016          * config.emacs: Guess the type of signal handling functions based          * config.emacs: Guess the type of signal handling functions based
5017          on the contents of /usr/include/signal.h.          on the contents of /usr/include/signal.h.
# Line 5032  Line 5032 
5032    
5033          * Makefile (install): Remove `B' from tar xf command.          * Makefile (install): Remove `B' from tar xf command.
5034    
5035  1992-01-13  Jim Blandy  (jimb at pogo.cs.oberlin.edu)  1992-01-13  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
5036    
5037          * config.emacs: Removed support for the `maintain-environment'          * config.emacs: Removed support for the `maintain-environment'
5038          option; the only important difference between this and its absence          option; the only important difference between this and its absence
# Line 5042  Line 5042 
5042          * config.emacs: Fix arguments to sed when processing boolean          * config.emacs: Fix arguments to sed when processing boolean
5043          arguments.          arguments.
5044    
5045  1991-12-05  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)  1991-12-05  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
5046    
5047          * config.emacs: New file, to help automate the installation          * config.emacs: New file, to help automate the installation
5048          process.          process.
# Line 5064  Line 5064 
5064    
5065          * vms: New subdirectory for all the VMS stuff.          * vms: New subdirectory for all the VMS stuff.
5066    
5067  1991-12-03  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)  1991-12-03  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
5068    
5069          * Makefile (LISPPATH): New variable.          * Makefile (LISPPATH): New variable.
5070          (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.          (src/paths.h): Define PATH_LOADSEARCH according to LISPPATH.
5071    
5072  1990-09-28  Richard Stallman  (rms at mole.ai.mit.edu)  1990-09-28  Richard Stallman  (rms@mole.ai.mit.edu)
5073    
5074          * Makefile (install, install.sysv, install.xenix):          * Makefile (install, install.sysv, install.xenix):
5075          Install wakeup instead of loadst.  No need for setuid or setgid.          Install wakeup instead of loadst.  No need for setuid or setgid.
5076    
5077  1990-08-07  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)  1990-08-07  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5078    
5079          * Makefile (clean): Clean etc if that's not the installation dir.          * Makefile (clean): Clean etc if that's not the installation dir.
5080    
5081  1990-04-26  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)  1990-04-26  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5082    
5083          * Makefile (paths.h): Make sed alter each name in the path.          * Makefile (paths.h): Make sed alter each name in the path.
5084    
5085  1988-08-30  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)  1988-08-30  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5086    
5087          * Makefile (install.sysv): Use cpio, not tar.          * Makefile (install.sysv): Use cpio, not tar.
5088    
5089  1988-08-03  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)  1988-08-03  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
5090    
5091          * Makefile (lockdir): Rename `lock' target.          * Makefile (lockdir): Rename `lock' target.
5092          Depend on it from install*, not from `all'.          Depend on it from install*, not from `all'.
5093    
5094  1988-05-16  Richard Stallman  (rms at frosted-flakes.ai.mit.edu)  1988-05-16  Richard Stallman  (rms@frosted-flakes.ai.mit.edu)
5095    
5096          * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}          * Makefile: Changed LIBDIR and BINDIR back to /usr/local/{emacs,bin}
5097          to match build-install and paths.h.          to match build-install and paths.h.

Legend:
Removed from v.1.198  
changed lines
  Added in v.1.199

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