From 7fde37f006638c9dd7e88b9d8a5f53aa38f948b6 Mon Sep 17 00:00:00 2001
From: Jordi Mallach <jordi@gnu.org>
Date: Fri, 22 Jun 2001 23:26:19 +0000
Subject: [PATCH] Added THANKS, listing nano's friends :)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@693 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog   |  4 ++++
 Makefile.am |  6 +++---
 THANKS      | 17 +++++++++++++++++
 3 files changed, 24 insertions(+), 3 deletions(-)
 create mode 100644 THANKS

diff --git a/ChangeLog b/ChangeLog
index d4f6d6b3..82d815a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,6 +51,10 @@ Cvs code -
 	- New macro TOGGLE which just toggles, no more silly checking
 	  ISSET and then using SET or UNSET when we want a simple toggle
 	  for a flag.
+- Makefile.am:
+	- Include ABOUT-NLS and the new THANKS files to the distributed list.
+- THANKS:
+	- Initial, incomplete list of people to thank.
 - configure.in:
 	- New option, --enable-nanorc, which allows people to have a .nanorc
 	  initialization file and set options normally used on the command
diff --git a/Makefile.am b/Makefile.am
index cd5dc4eb..a547ae97 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,9 +19,9 @@ nano_LDADD = @INTLLIBS@
 info_TEXINFOS = nano.texi
 MAKEINFO = makeinfo --no-split
 
-EXTRA_DIST =	AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README \
-		TODO install-sh missing mkinstalldirs nano.1 nano.1.html \
-		faq.html nanorc.sample
+EXTRA_DIST =	ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \
+		README THANKS TODO install-sh missing mkinstalldirs \
+		nano.1 nano.1.html faq.html nanorc.sample
 
 SUBDIRS = po intl
 
diff --git a/THANKS b/THANKS
new file mode 100644
index 00000000..a3aafca4
--- /dev/null
+++ b/THANKS
@@ -0,0 +1,17 @@
+The following people have helped GNU nano in some way or another.
+If we missed you here, let us now!
+
+Marco Colombo <magicdice@inwind.it>		Italian Translator
+Tedi Heriyanto <tedi_h@gmx.net>			Indonesian Translator
+Václav Haisman <V.Haisman@sh.cvut.cz>		Czech Translator
+Szabolcs Horvath <horvaths@fi.inf.elte.hu>	Hungarian Translator
+Florian König <floki@bigfoot.com>		German Translator
+Clement Laforet <clem_laf@wanadoo.fr>		French Translator
+Sergey A. Ribalchenko <fisher@obu.ck.ua>	Russian, Ukrainian Translator
+Pierre Tane <tanep@bigfoot.com>			French Translator
+Jacobo Tarrío <jtarrio@trasno.net>		Galician Translator
+Miquel Vidal <miquel@sindominio.net>		Catalan Translator
+Pauli Virtanen <pauli.virtanen@saunalahti.fi>	Finnish Translator
+
+
+$Id$
-- 
GitLab