aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2003-09-03 23:12:21 +0000
committerJason Rumney2003-09-03 23:12:21 +0000
commitfd026ee1a8bb0d8ed947a5b176524bc60d1266ca (patch)
tree0b5adafa04763ad1b65e380766ecb8f8ba5dea5d
parentb78b918f4d61e0977030f047f77de9be25cf4ca8 (diff)
downloademacs-fd026ee1a8bb0d8ed947a5b176524bc60d1266ca.tar.gz
emacs-fd026ee1a8bb0d8ed947a5b176524bc60d1266ca.zip
*** empty log message ***
-rw-r--r--lispintro/ChangeLog6
-rw-r--r--lispref/ChangeLog6
-rw-r--r--man/ChangeLog6
-rw-r--r--nt/ChangeLog11
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 @@
12003-09-03 Peter Runestig <peter@runestig.com>
2
3 * makefile.w32-in: New file.
4
12001-11-29 Eli Zaretskii <eliz@is.elta.co.il> 52001-11-29 Eli Zaretskii <eliz@is.elta.co.il>
2 6
3 * emacs-lisp-intro.texi (Index): @ignore extraneous text. 7 * emacs-lisp-intro.texi (Index): @ignore extraneous text.
@@ -17,7 +21,7 @@
17 * *.eps: Rename to avoid clashes in DOS 8+3 namespace. 21 * *.eps: Rename to avoid clashes in DOS 8+3 namespace.
18 22
19;; Local Variables: 23;; Local Variables:
20;; coding: iso-2022-7bit-unix 24;; coding: iso-2022-7bit
21;; End: 25;; End:
22 26
23 Copyright (C) 2001 27 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 @@
12003-09-03 Peter Runestig <peter@runestig.com>
2
3 * makefile.w32-in: New file.
4
12003-08-29 Richard M. Stallman <rms@gnu.org> 52003-08-29 Richard M. Stallman <rms@gnu.org>
2 6
3 * display.texi (Overlay Properties): Clarify how priorities 7 * 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)
847 for the Project GNU development environment. 851 for the Project GNU development environment.
848 852
849;; Local Variables: 853;; Local Variables:
850;; coding: iso-2022-7bit-unix 854;; coding: iso-2022-7bit
851;; End: 855;; End:
852 856
853 Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. 857 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 @@
12003-09-03 Peter Runestig <peter@runestig.com>
2
3 * makefile.w32-in: New file.
4
12003-08-29 Richard M. Stallman <rms@gnu.org> 52003-08-29 Richard M. Stallman <rms@gnu.org>
2 6
3 * misc.texi (Saving Emacs Sessions): Correct previous change. 7 * misc.texi (Saving Emacs Sessions): Correct previous change.
@@ -898,7 +902,7 @@
898 University of Washington. 902 University of Washington.
899 903
900;; Local Variables: 904;; Local Variables:
901;; coding: iso-2022-7bit-unix 905;; coding: iso-2022-7bit
902;; End: 906;; End:
903 907
904 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 908 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 @@
12003-09-03 Peter Runestig <peter@runestig.com>
2
3 * configure.bat: Create ``makefile'' in directories man, lispref
4 and lispintro.
5
6 * makefile.w32-in (force-info, info): New targets.
7
8 * envadd.bat: New file.
9
10 * multi-install-info.bat: New file.
11
12003-06-27 Jan D. <jan.h.d@swipnet.se> 122003-06-27 Jan D. <jan.h.d@swipnet.se>
2 13
3 * config.nt (my_strftime): New define. 14 * config.nt (my_strftime): New define.