diff options
-rwxr-xr-x | README | 3 | ||||
-rwxr-xr-x | connection.el | 2 | ||||
-rwxr-xr-x | deb/README.debian | 2 | ||||
-rwxr-xr-x | deb/control | 2 | ||||
-rwxr-xr-x | dictionary.el | 2 | ||||
-rwxr-xr-x | link.el | 2 |
6 files changed, 5 insertions, 8 deletions
@@ -638,6 +638,3 @@ Version 1.0 - 1.1 * fixed bug with going to the previous link * replaced word-at-point by current-word _________________________________________________________________ - - E-Mail: dictionary@myrkr.in-berlin.de - Last modified: Fri Dec 21 18:51:23 CET 2001 diff --git a/connection.el b/connection.el index 2b0e432..f5bb2c7 100755 --- a/connection.el +++ b/connection.el @@ -1,6 +1,6 @@ ;;; connection.el -- handling a tcp based connection -;; Author: Torsten Hilbrich <dictionary@myrkr.in-berlin.de> +;; Author: Torsten Hilbrich <torsten.hilbrich@gmx.net> ;; Keywords: network ;; This file is free software; you can redistribute it and/or modify diff --git a/deb/README.debian b/deb/README.debian index d5bf0de..3b8cb63 100755 --- a/deb/README.debian +++ b/deb/README.debian @@ -11,4 +11,4 @@ package. Instructions on using this package can be found in the /usr/share/doc/dictionary/README.gz file or in the above location. -Torsten Hilbrich <dictionary@myrkr.in-berlin.de>, Sun, 13 May 2001 09:55:20 +0200 +Torsten Hilbrich <torsten.hilbrich@gmx.net>, Sun, 13 May 2001 09:55:20 +0200 diff --git a/deb/control b/deb/control index b1010c1..ab6fcd3 100755 --- a/deb/control +++ b/deb/control @@ -1,7 +1,7 @@ Source: dictionary Section: unofficial Priority: optional -Maintainer: Torsten Hilbrich <dictionary@myrkr.in-berlin.de> +Maintainer: Torsten Hilbrich <torsten.hilbrich@gmx.net> Build-Depends: dpkg-dev Standards-Version: 3.2.1 diff --git a/dictionary.el b/dictionary.el index 91d37c5..04a47e9 100755 --- a/dictionary.el +++ b/dictionary.el @@ -1,6 +1,6 @@ ;; dictionary.el -- an interface to RFC 2229 dictionary server -;; Author: Torsten Hilbrich <dictionary@myrkr.in-berlin.de> +;; Author: Torsten Hilbrich <torsten.hilbrich@gmx.net> ;; Keywords: interface, dictionary ;; This file is free software; you can redistribute it and/or modify @@ -1,6 +1,6 @@ ;;; link.el -- putting clickable links into the buffer -;; Author: Torsten Hilbrich <dictionary@myrkr.in-berlin.de> +;; Author: Torsten Hilbrich <torsten.hilbrich@gmx.net> ;; Keywords: interface, hypermedia ;; This file is free software; you can redistribute it and/or modify |