[Pinfo-devel] r237 - pinfo/branches/cxx

Nathanael Nerode neroden-guest at costa.debian.org
Mon Sep 26 01:51:46 UTC 2005


Author: neroden-guest
Date: 2005-09-26 01:51:46 +0000 (Mon, 26 Sep 2005)
New Revision: 237

Modified:
   pinfo/branches/cxx/AUTHORS
   pinfo/branches/cxx/README
   pinfo/branches/cxx/TODO
Log:
Miscellaneous updates to the top-level files.


Modified: pinfo/branches/cxx/AUTHORS
===================================================================
--- pinfo/branches/cxx/AUTHORS	2005-09-26 01:46:14 UTC (rev 236)
+++ pinfo/branches/cxx/AUTHORS	2005-09-26 01:51:46 UTC (rev 237)
@@ -1,4 +1,6 @@
-Pinfo is currently maintained by Bas Zoetekouw <bas at debian.org>.
+Pinfo is currently maintained by Bas Zoetekouw <bas at debian.org>
+and Nathanael Nerode <neroden at gcc.gnu.org>.
+
 Its original author is Przemek Borys <pborys at dione.ids.pl>.
 
 Below are the names of the people who helped by sending good ideas, bugs

Modified: pinfo/branches/cxx/README
===================================================================
--- pinfo/branches/cxx/README	2005-09-26 01:46:14 UTC (rev 236)
+++ pinfo/branches/cxx/README	2005-09-26 01:51:46 UTC (rev 237)
@@ -1,9 +1,10 @@
-Pinfo is a ncurses based lynx style info documentation browser.
-Hope you like it :)
-See man page (pinfo.1) for details. 
+Pinfo is a ncurses-based browser for info documentation and man pages in
+the style of lynx.  We hope you like it. :)
+See the man page (pinfo.1) for details. 
 
-    Copyright (C) 1999  Przemek Borys <pborys at dione.ids.pl>
+	Copyright (C) 1999  Przemek Borys <pborys at dione.ids.pl>
 	Copyright (C) 2005  Bas Zoetekouw <bas at debian.org>
+	Copyright 2005  Nathanael Nerode <neroden at gcc.gnu.org>
 
 	This program is free software; you can redistribute it and/or modify it
 	under the terms of version 2 of the GNU General Public License as

Modified: pinfo/branches/cxx/TODO
===================================================================
--- pinfo/branches/cxx/TODO	2005-09-26 01:46:14 UTC (rev 236)
+++ pinfo/branches/cxx/TODO	2005-09-26 01:51:46 UTC (rev 237)
@@ -1,9 +1,30 @@
-GPM text console mouse support
+(1) Clean up the manual code as much as possible; it's still giving
+	valgrind errors, which is BAD.
+(2) Fix parse_config.cxx 's use of strtok.
+    And wipe out all other uses of strtok.
 
-add search backwards
+Sigh.  The easy string conversions are done; the hard ones remain.
 
-Wojciech Filipczyk patch
+(medium term)
+(1) Squelch all negative-integer issues.  (Sigh.)  This is probably best
+		done by changing return values to use a struct or some such.
+(2) Put a C++ wrapper around ncurses.
 
-Christian's bugreport
+Arrr.  I've broken the manual code when
+used with narrow narrow windows.  Well,
+actually it was already broken; I just broke
+it *more*.
 
-Add default search-again when doing second search.
+(long term)
+Fix temp file usage better.  Ideally, we would open a file, keep a handle to
+it, and refer only to the handle.  But how do we pass a filehandle to a
+system() call?
+
+Unify manual and info code.
+
+--
+From old TODO:
+
+add search backwards
+Add default search-again when doing second search
+




More information about the Pinfo-devel mailing list