aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog10
-rw-r--r--lisp/emacs-lisp/easy-mmode.el6
-rw-r--r--lisp/play/handwrite.el2
-rw-r--r--lisp/play/landmark.el2
-rw-r--r--lisp/play/pong.el2
5 files changed, 17 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b21d959cd5..ded7e501ab 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
+2001-07-16 Pavel Jan,Bm(Bk <[email protected]>
+
+ * emacs-lisp/easy-mmode.el: Add Keywords header.
+
+ * play/pong.el: Author has new address.
+
+ * play/landmark.el: Author is no more reachable.
+
+ * play/handwrite.el: Author is no more reachable.
+
2001-07-16 Stefan Monnier <[email protected]>
* progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el
index 8d7f185709..bf7940c221 100644
--- a/lisp/emacs-lisp/easy-mmode.el
+++ b/lisp/emacs-lisp/easy-mmode.el
@@ -2,8 +2,10 @@
;; Copyright (C) 1997,2000 Free Software Foundation, Inc.
-;; Author: Georges Brun-Cottan <[email protected]>
-;; Maintainer: Stefan Monnier <[email protected]>
+;; Author: Georges Brun-Cottan <[email protected]>
+;; Maintainer: Stefan Monnier <[email protected]>
+
+;; Keywords: extensions lisp
;; This file is part of GNU Emacs.
diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el
index 5a7270a686..cba4147b4e 100644
--- a/lisp/play/handwrite.el
+++ b/lisp/play/handwrite.el
@@ -2,7 +2,7 @@
;; (C) Copyright 1996 Free Software Foundation, Inc.
-;; Author: Danny Roozendaal <[email protected]>
+;; Author: Danny Roozendaal (was: <[email protected]>)
;; Created: October 21 1996
;; Keywords: wp, print, postscript, cursive writing
diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el
index 469bd88d79..1680a4fec8 100644
--- a/lisp/play/landmark.el
+++ b/lisp/play/landmark.el
@@ -2,7 +2,7 @@
;; Copyright (c) 1996, 1997, 2000 Free Software Foundation, Inc.
-;; Author: Terrence Brannon <[email protected]>
+;; Author: Terrence Brannon (was: <[email protected]>)
;; Created: December 16, 1996 - first release to usenet
;; Keywords: gomoku neural network adaptive search chemotaxis
diff --git a/lisp/play/pong.el b/lisp/play/pong.el
index 703f989b3c..2ba51efd1f 100644
--- a/lisp/play/pong.el
+++ b/lisp/play/pong.el
@@ -2,7 +2,7 @@
;; Copyright 1999, 2000, 2001 by Free Software Foundation, Inc.
-;; Author: Benjamin Drieu <[email protected]>
+;; Author: Benjamin Drieu <[email protected]>
;; Keywords: games
;; This file is part of GNU Emacs.