Mercurial > emacs
changeset 36311:ada812d91162
*** empty log message ***
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Thu, 22 Feb 2001 23:26:41 +0000 |
parents | 9825d951f92b |
children | aa32e4e49d10 |
files | etc/ChangeLog lib-src/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 38 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Thu Feb 22 23:26:26 2001 +0000 +++ b/etc/ChangeLog Thu Feb 22 23:26:41 2001 +0000 @@ -1,3 +1,7 @@ +2001-02-22 Andrew Innes <andrewi@gnu.org> + + * MACHINES: Update pointer to MS-Windows install instructions. + 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> * ps-prin1.ps: Code fix to support `ps-zebra-stripe-follow'
--- a/lib-src/ChangeLog Thu Feb 22 23:26:26 2001 +0000 +++ b/lib-src/ChangeLog Thu Feb 22 23:26:41 2001 +0000 @@ -1,3 +1,13 @@ +2001-02-22 Andrew Innes <andrewi@gnu.org> + + * makefile.nt ($(BLD)\movemail.obj): Remove reference to + VMS header files. + ($(BLD)\profile.obj): Ditto. + + * makefile.w32-in ($(BLD)/movemail.$(O)): Remove reference to + VMS header files. + ($(BLD)/profile.$(O)): Ditto. + 2001-02-05 Andrew Innes <andrewi@gnu.org> * makefile.w32-in ($(DOC)): Use $(THISDIR) instead of . in
--- a/src/ChangeLog Thu Feb 22 23:26:26 2001 +0000 +++ b/src/ChangeLog Thu Feb 22 23:26:41 2001 +0000 @@ -1,3 +1,27 @@ +2001-02-22 Andrew Innes <andrewi@gnu.org> + + * makefile.nt ($(BLD)\dired.obj): Remove reference to VMS header + files. + ($(BLD)\dispnew.obj): + ($(BLD)\editfns.obj): + ($(BLD)\fileio.obj): + ($(BLD)\filelock.obj): + ($(BLD)\keyboard.obj): + ($(BLD)\w32proc.obj): + ($(BLD)\process.obj): + ($(BLD)\sysdep.obj): Ditto. + + * makefile.w32-in ($(BLD)/dired.$(O)): Remove reference to VMS + header files. + ($(BLD)/dispnew.$(O)): + ($(BLD)/editfns.$(O)): + ($(BLD)/fileio.$(O)): + ($(BLD)/filelock.$(O)): + ($(BLD)/keyboard.$(O)): + ($(BLD)/w32proc.$(O)): + ($(BLD)/process.$(O)): + ($(BLD)/sysdep.$(O)): Ditto. + 2001-02-22 Gerd Moellmann <gerd@gnu.org> * xdisp.c (forward_to_next_line_start): When taking the shortcut