diff options
author | chris <chris@pkgsrc.org> | 2003-08-31 00:10:28 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2003-08-31 00:10:28 +0000 |
commit | 4a531b2bd517031ce413ecf4f4e34ec3e3355a43 (patch) | |
tree | a2ac57c15e075d174896d6844d299d7ab28c52ca /news/pan/patches | |
parent | 9c379b20c749b89666594880691ea376ac4e0835 (diff) | |
download | pkgsrc-4a531b2bd517031ce413ecf4f4e34ec3e3355a43.tar.gz |
Update pan to 0.14.1.
New Features include:
Added support for GNet2, which adds IPv6 support to Pan.
Added Baltic Windows-1257 charset support.
Display the total score for a thread when the thread is collapsed.
Added menu buttons and shortcuts for `go to next new article' and
`go to next new thread'
Also lots of bug fixes and usability improvements.
For the complete list see http://pan.rebelbase.org/ or read the ChangeLog.
Diffstat (limited to 'news/pan/patches')
-rw-r--r-- | news/pan/patches/patch-aa | 18 | ||||
-rw-r--r-- | news/pan/patches/patch-ag | 12 |
2 files changed, 0 insertions, 30 deletions
diff --git a/news/pan/patches/patch-aa b/news/pan/patches/patch-aa deleted file mode 100644 index f7a8dec8535..00000000000 --- a/news/pan/patches/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-aa,v 1.8 2003/05/09 10:30:20 wiz Exp $ - ---- po/fr.po.orig Tue May 6 02:51:57 2003 -+++ po/fr.po -@@ -3097,11 +3097,11 @@ msgid "" - "resume those tasks?" - msgstr "" - "Quelques tâches étaient toujours en file d'attente la dernière fois que Pan " --"a quitté. Voulez-vous interrompre ces tâches ?" -+"a quitté. Voulez-vous relancer ces tâches ?" - - #: pan/pan.c:403 - msgid "_Resume" --msgstr "_Interrompre" -+msgstr "_Relancer" - - #: pan/prefs.c:218 - msgid "" diff --git a/news/pan/patches/patch-ag b/news/pan/patches/patch-ag deleted file mode 100644 index 0a6a7196128..00000000000 --- a/news/pan/patches/patch-ag +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ag,v 1.3 2003/04/15 10:28:46 wiz Exp $ - ---- pan/text.c.orig Fri Sep 27 23:02:36 2002 -+++ pan/text.c -@@ -20,6 +20,7 @@ - #include <config.h> - - #include <ctype.h> -+#include <stdlib.h> - #include <string.h> - - #include <glib.h> |