aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-03-04 07:16:41 +0000
committerEli Zaretskii2001-03-04 07:16:41 +0000
commite30bd7b7681ca519fe98d4eeb9be1750508ae09e (patch)
tree82cfd05f997b8283d3fbc18ba617505133f6d968
parentd3553f17cc7d4733f69fe68ea7c7d309da428bb6 (diff)
downloademacs-e30bd7b7681ca519fe98d4eeb9be1750508ae09e.tar.gz
emacs-e30bd7b7681ca519fe98d4eeb9be1750508ae09e.zip
*** empty log message ***
-rw-r--r--ChangeLog4
-rw-r--r--lisp/ChangeLog6
-rw-r--r--src/ChangeLog10
3 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b61c22dfab1..e75996a22cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * config.bat: Update the copyright.
4
12001-02-23 Kenichi Handa <handa@etl.go.jp> 52001-02-23 Kenichi Handa <handa@etl.go.jp>
2 6
3 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor 7 * configure.in: Use AC_EGREP_CPP to check if the C preprocessor
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1276a6963b3..8ddb6668581 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * term/internal.el: Update copyright notice.
4
5 * term/pc-win.el: Update copyright notice.
6
12001-03-02 Dave Love <fx@gnu.org> 72001-03-02 Dave Love <fx@gnu.org>
2 8
3 * files.el (insert-file-contents-literally): Bind 9 * files.el (insert-file-contents-literally): Bind
diff --git a/src/ChangeLog b/src/ChangeLog
index fd1a1c76861..1171a23ec48 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * s/msdos.h: Update copyright notice.
4
5 * dosfns.h: Update copyright notice.
6
7 * dosfns.c: Update copyright notice.
8
9 * msdos.c: Update copyright notice.
10
12001-03-02 Gerd Moellmann <gerd@gnu.org> 112001-03-02 Gerd Moellmann <gerd@gnu.org>
2 12
3 * xterm.c (glyph_rect): New function. 13 * xterm.c (glyph_rect): New function.