From 29873379deace60e264336910801dd561e9ff865 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Tue, 10 May 2005 03:21:58 +0000 Subject: [PATCH] Add: > * Fix sgmltools so PDFs can be generated with bookmarks --- doc/TODO | 3 ++- doc/src/FAQ/TODO.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index f2d37ab723..ae0cc6c1fd 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Mon May 9 23:20:48 EDT 2005 +Last updated: Mon May 9 23:21:56 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -970,6 +970,7 @@ Source Code spaces and then copy the install to a directory with spaces. * Fix cross-compiling of time zone database via 'zic' +* Fix sgmltools so PDFs can be generated with bookmarks * Win32 o Remove configure.in check for link failure when cause is found o Remove readdir() errno patch when runtime/mingwex/dirent.c rev diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 5c6a1edb44..b3bd6f9022 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Mon May 9 23:20:48 EDT 2005 +Last updated: Mon May 9 23:21:56 EDT 2005 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -887,6 +887,7 @@ first. spaces and then copy the install to a directory with spaces. </p> </li><li>Fix cross-compiling of time zone database via 'zic' + </li><li>Fix sgmltools so PDFs can be generated with bookmarks </li><li>Win32 <ul> <li>Remove configure.in check for link failure when cause is found -- 2.24.1