diff options
-rw-r--r-- | lispintro/ChangeLog | 6 | ||||
-rw-r--r-- | lispref/ChangeLog | 6 | ||||
-rw-r--r-- | man/ChangeLog | 6 | ||||
-rw-r--r-- | nt/ChangeLog | 11 |
4 files changed, 26 insertions, 3 deletions
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog index 2270e03515f..5ac39426ffb 100644 --- a/lispintro/ChangeLog +++ b/lispintro/ChangeLog @@ -1,3 +1,7 @@ +2003-09-03 Peter Runestig <peter@runestig.com> + + * makefile.w32-in: New file. + 2001-11-29 Eli Zaretskii <eliz@is.elta.co.il> * emacs-lisp-intro.texi (Index): @ignore extraneous text. @@ -17,7 +21,7 @@ * *.eps: Rename to avoid clashes in DOS 8+3 namespace. ;; Local Variables: -;; coding: iso-2022-7bit-unix +;; coding: iso-2022-7bit ;; End: Copyright (C) 2001 diff --git a/lispref/ChangeLog b/lispref/ChangeLog index f2bc92cc1f7..8258aff458e 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2003-09-03 Peter Runestig <peter@runestig.com> + + * makefile.w32-in: New file. + 2003-08-29 Richard M. Stallman <rms@gnu.org> * display.texi (Overlay Properties): Clarify how priorities @@ -847,7 +851,7 @@ Tue Apr 11 12:23:28 1989 Robert J. Chassell (bob@rice-chex.ai.mit.edu) for the Project GNU development environment. ;; Local Variables: -;; coding: iso-2022-7bit-unix +;; coding: iso-2022-7bit ;; End: Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. diff --git a/man/ChangeLog b/man/ChangeLog index eb10271d187..849c656fcb5 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2003-09-03 Peter Runestig <peter@runestig.com> + + * makefile.w32-in: New file. + 2003-08-29 Richard M. Stallman <rms@gnu.org> * misc.texi (Saving Emacs Sessions): Correct previous change. @@ -898,7 +902,7 @@ University of Washington. ;; Local Variables: -;; coding: iso-2022-7bit-unix +;; coding: iso-2022-7bit ;; End: Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 diff --git a/nt/ChangeLog b/nt/ChangeLog index 9df6c8df0e6..2fa4492110f 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,14 @@ +2003-09-03 Peter Runestig <peter@runestig.com> + + * configure.bat: Create ``makefile'' in directories man, lispref + and lispintro. + + * makefile.w32-in (force-info, info): New targets. + + * envadd.bat: New file. + + * multi-install-info.bat: New file. + 2003-06-27 Jan D. <jan.h.d@swipnet.se> * config.nt (my_strftime): New define. |