2001-10-27 18:56 nordstrom
* CREDITS, ChangeLog, NEWS, viewer/Guidelines.txt, viewer/anchor.c,
viewer/beam.c, viewer/bookmark.c, viewer/bookmarkform.c,
viewer/categorydata.c, viewer/categoryform.c, viewer/control.c,
viewer/dbmgrform.c, viewer/detailsform.c, viewer/documentdata.c,
viewer/history.c, viewer/image.c, viewer/mainform.c, viewer/os.c,
viewer/paragraph.c, viewer/prefsdata.c, viewer/prefsdata.h,
viewer/resourceids.h, viewer/resultform.c, viewer/searchform.c,
viewer/uncompress.c, viewer/util.c, viewer/viewer.c,
viewer/viewer.rcp.in, viewer/langs/cs.h, viewer/langs/cs.rcp,
viewer/langs/da.h, viewer/langs/da.rcp, viewer/langs/de.h,
viewer/langs/de.rcp, viewer/langs/en.h, viewer/langs/en.rcp,
viewer/langs/fo.h, viewer/langs/fo.rcp, viewer/langs/fr.h,
viewer/langs/fr.rcp, viewer/langs/it.h, viewer/langs/it.rcp,
viewer/langs/ja.h, viewer/langs/ja.rcp, viewer/langs/pl.h,
viewer/langs/pl.rcp, viewer/langs/ru.h, viewer/langs/ru.rcp,
viewer/langs/sample.h, viewer/langs/sample.rcp,
viewer/langs/zh_CN.h, viewer/langs/zh_CN.rcp:
Changed handling of 'no available Plucker documents' and also made
some more layout changes
2001-10-27 18:53 nordstrom
* unix/setup.py.in:
Added Russian version and fixed bad suffixes
2001-10-24 08:32 desrod
* ChangeLog, configure.in:
Updated configure.in for LANG=ru and updated the ChangeLog
2001-10-24 08:29 desrod
* viewer/langs/: ru.h, ru.rcp:
Added Russian translation of the viewer (Oleg V.
Krulikovsky)
2001-10-24 00:11 desrod
* docs/Links.tex:
Updated the Slashdot link to point to the native homepage.
2001-10-22 22:31 janssen
* ChangeLog:
document recent changes
2001-10-20 15:19 nordstrom
* unix/setup.py.in:
Fixed bug in input handling
2001-10-20 00:31 nordstrom
* REQUIREMENTS:
Changed the url for Imagemagick (Larry W. Virden)
2001-10-18 19:13 janssen
* parser/python/PyPlucker/: Parser.py, Spider.py, TextParser.py:
Fixed a few charset-figuring bugs
2001-10-18 00:54 janssen
* parser/python/PyPlucker/Writer.py:
If writing document to stdout on Windows, change stdout to binary
mode using msvcrt
2001-10-17 23:01 janssen
* parser/python/PyPlucker/: Spider.py, TextParser.py, Writer.py,
helper/CharsetMapping.py:
Changed charset code to use Dirk's generated table of charset names
2001-10-17 22:59 janssen
* parser/python/PyPlucker/helper/CharsetMapping.py:
Removed errant output
2001-10-17 22:26 janssen
* parser/python/PyPlucker/helper/CharsetMapping.py:
Fixed a couple of spelling typos, and lowercased all the charset
names in NamedCharsets
2001-10-17 20:59 heiserd
* parser/python/PyPlucker/helper/CharsetMapping.py:
added new CharsetMapping.py with a more complete NamedCharsets
list.
2001-10-17 20:44 janssen
* docs/DBFormat.html, parser/python/PyPlucker/Parser.py,
parser/python/PyPlucker/PluckerDocs.py,
parser/python/PyPlucker/Retriever.py,
parser/python/PyPlucker/Spider.py,
parser/python/PyPlucker/TextParser.py,
parser/python/PyPlucker/Writer.py,
parser/python/PyPlucker/__init__.py.in:
Completion of work on charset identification and subsequent
embedding of that information in the Plucker doc
2001-10-17 00:19 janssen
* parser/python/PyPlucker/ImageParser.py:
Print traceback when getting a RuntimeError during image conversion
2001-10-16 00:35 janssen
* docs/plucker-build.1:
updated to reflect new plucker-build argument; added example of new
style
2001-10-15 23:22 heiserd
* parser/python/PyPlucker/ImageParser.py:
New WindowsPILImageParser
2001-10-15 17:23 janssen
* parser/python/PyPlucker/ImageParser.py:
Fixed bug in ImageMagick parsing of size line from identify; added
size check on all images
2001-10-15 17:01 janssen
* docs/plucker-build.1, parser/python/PyPlucker/Spider.py,
parser/python/PyPlucker/Writer.py:
changed to allow specification of home URL as an argument, and to
write to stdout if safe and no doc-file was specified
2001-10-13 02:01 janssen
* docs/plucker-build.1:
documented --charset
2001-10-13 01:21 janssen
* docs/DBFormat.html, parser/python/PyPlucker/PluckerDocs.py,
parser/python/PyPlucker/Spider.py,
parser/python/PyPlucker/Writer.py,
parser/python/PyPlucker/__init__.py.in:
Modified parsert to add charset info to database, via new metadata
record type in DB
2001-10-11 20:56 janssen
* viewer/TRG_SDK/README:
added explicit URLs
2001-10-02 00:56 janssen
* docs/DBFormat.html:
Explained the meanings of the 9 different font specifiers
2001-09-29 14:43 desrod
* docs/DBFormat.html:
Updated DBFormat for HTML compliance, now validates.
Removed illegal
tags, out of order tags, proper nesting. Should clean up to
validate against XHTML 1.0 Strict at a later date and implement
proper style sheets (
is an illegal attribute, for
example).
2001-09-29 12:52 nordstrom
* docs/DBFormat.html:
Added missing tag and fixed a minor spelling error
2001-09-28 01:17 janssen
* REQUIREMENTS:
Added information on building documentation
2001-09-28 01:15 janssen
* parser/python/PyPlucker/Writer.py:
Always include AppInfo block when launchable bit is set
2001-09-28 01:14 janssen
* parser/python/PyPlucker/: Spider.py, TextParser.py:
Added profiling statements
2001-09-28 01:09 janssen
* parser/python/PyPlucker/ImageParser.py:
Changed calculation of default image parser to top-level configure
script, via PyPlucker.DEFAULT_IMAGE_PARSER_SETTING; added some code
profiling
2001-09-28 01:08 janssen
* parser/python/PyPlucker/Profiling.py:
Stub file to support code profiling using Xerox PARC's code_timer
software
2001-09-28 01:05 janssen
* parser/python/PyPlucker/__init__.py.in:
Add DEFAULT_IMAGE_PARSER_SETTING value to module, for use by
ImageParser
2001-09-28 00:42 janssen
* docs/PluckerDB.tex:
Move documentation of format to DBFormat.html, and include it in
this file
2001-09-28 00:42 janssen
* configure.in, docs/Makefile.in:
Upgrade configuration process to find best image transformation
utility automatically, and change build of documentation to use
netpbm instead of imagemagick
2001-09-28 00:40 janssen
* docs/DBFormat.html:
Updated version of the database format
2001-09-26 18:38 nordstrom
* CREDITS, Makefile.maint, NEWS, TODO, configure.in,
docs/Makefile.in, docs/PluckerDB.tex, docs/Plucker_Doc.tex,
docs/SpecialCharacters.txt, docs/Viewer.tex,
docs/images/Autoscroll.gif, docs/images/Bookmarks.gif,
docs/images/CopyURL.gif, docs/images/DBMgr.gif,
docs/images/Find.gif, docs/images/MainScreen.gif,
docs/images/Result.gif, parser/defaults/pluckerrc.sample,
parser/python/PyPlucker/ImageParser.py,
parser/python/PyPlucker/TextParser.py,
tools/pluck-comics/comics.com.list, unix/install-plucker,
unix/setup.py.in, viewer/Makefile.in, viewer/README,
viewer/allforms.h, viewer/anchor.c, viewer/beam.c,
viewer/bookmark.c, viewer/bookmark.h, viewer/bookmarkform.c,
viewer/buttonform.c, viewer/categorydata.c, viewer/categoryform.c,
viewer/control.c, viewer/control.h, viewer/controlform.c,
viewer/db.c, viewer/dbmgrform.c, viewer/debug.c, viewer/document.c,
viewer/documentdata.c, viewer/emailform.c, viewer/externalform.c,
viewer/gestureform.c, viewer/image.c, viewer/link.c,
viewer/mainform.c, viewer/os.c, viewer/paragraph.h,
viewer/prefsdata.c, viewer/prefsdata.h, viewer/prefsform.c,
viewer/resourceids.h, viewer/sclform.c, viewer/sclform.h,
viewer/screen.c, viewer/search.c, viewer/session.c,
viewer/uncompress.c, viewer/viewer.c, viewer/viewer.rcp.in,
viewer/icons/again-2bpp.bmp, viewer/icons/again-4bpp.bmp,
viewer/icons/again-8bpp.bmp, viewer/icons/again.bmp,
viewer/icons/autodecr-2bpp.bmp, viewer/icons/autodecr-4bpp.bmp,
viewer/icons/autodecr-8bpp.bmp, viewer/icons/autodecr.bmp,
viewer/icons/autoincr-2bpp.bmp, viewer/icons/autoincr-4bpp.bmp,
viewer/icons/autoincr-8bpp.bmp, viewer/icons/autoincr.bmp,
viewer/icons/autostart-2bpp.bmp, viewer/icons/autostart-4bpp.bmp,
viewer/icons/autostart-8bpp.bmp, viewer/icons/autostart.bmp,
viewer/icons/autostop-2bpp.bmp, viewer/icons/autostop-4bpp.bmp,
viewer/icons/autostop-8bpp.bmp, viewer/icons/autostop.bmp,
viewer/icons/bar-4bpp.bmp, viewer/icons/bar-8bpp.bmp,
viewer/icons/bookmark-2bpp.bmp, viewer/icons/bookmark-4bpp.bmp,
viewer/icons/bookmark-8bpp.bmp, viewer/icons/bookmark.bmp,
viewer/icons/chicken-8bpp.bmp, viewer/icons/chicken.bmp,
viewer/icons/find-4bpp.bmp, viewer/icons/find-8bpp.bmp,
viewer/icons/find.bmp, viewer/icons/home-2bpp.bmp,
viewer/icons/home-4bpp.bmp, viewer/icons/home-8bpp.bmp,
viewer/icons/home.bmp, viewer/icons/left-2bpp.bmp,
viewer/icons/left-4bpp.bmp, viewer/icons/left-8bpp.bmp,
viewer/icons/left.bmp, viewer/icons/library-2bpp.bmp,
viewer/icons/library-4bpp.bmp, viewer/icons/library-8bpp.bmp,
viewer/icons/library.bmp, viewer/icons/menu-2bpp.bmp,
viewer/icons/menu-4bpp.bmp, viewer/icons/menu-8bpp.bmp,
viewer/icons/right-2bpp.bmp, viewer/icons/right-4bpp.bmp,
viewer/icons/right-8bpp.bmp, viewer/icons/right.bmp,
viewer/icons/viewer-2bpp.bmp, viewer/icons/viewer-4bpp.bmp,
viewer/icons/viewer-8bpp.bmp, viewer/icons/wait-2bpp.bmp,
viewer/icons/wait-4bpp.bmp, viewer/icons/wait-8bpp.bmp,
viewer/langs/ISO-CODE, viewer/langs/TRANSLATING, viewer/langs/cs.h,
viewer/langs/cs.rcp, viewer/langs/da.h, viewer/langs/da.rcp,
viewer/langs/de.h, viewer/langs/de.rcp, viewer/langs/en.h,
viewer/langs/en.rcp, viewer/langs/fo.h, viewer/langs/fo.rcp,
viewer/langs/fr.h, viewer/langs/fr.rcp, viewer/langs/it.h,
viewer/langs/it.rcp, viewer/langs/ja.h, viewer/langs/ja.rcp,
viewer/langs/pl.h, viewer/langs/pl.rcp, viewer/langs/sample.h,
viewer/langs/sample.rcp, viewer/langs/zh_CN.h,
viewer/langs/zh_CN.rcp, viewer/scripts/color.sed,
viewer/scripts/standard.sed (i18n):
Updated with changes from main trunk
2001-09-26 18:33 nordstrom
* viewer/paragraph.h:
Updated paragraph description
2001-09-26 18:33 nordstrom
* viewer/bookmark.c:
Simpler macros for the bookmark handling
2001-09-26 18:28 nordstrom
* viewer/langs/: zh_CN.h, zh_CN.rcp:
Updated translation (Danny Zeng)
2001-09-22 17:57 nordstrom
* ChangeLog:
New release 1.1.13
2001-09-22 16:50 nordstrom
* viewer/: bookmark.c, bookmark.h, documentdata.c:
Bug fix for bookmarks handling
2001-09-22 13:50 nordstrom
* parser/: defaults/pluckerrc.sample,
python/PyPlucker/ImageParser.py:
Removed 'netpbm' and 'pil' from config file -- support for these
options are still available in the parser, though
2001-09-22 11:13 nordstrom
* viewer/: bookmark.c, control.c, externalform.c, mainform.c,
prefsform.c, resourceids.h, viewer.c, viewer.rcp.in, langs/cs.rcp,
langs/da.rcp, langs/de.rcp, langs/en.rcp, langs/fo.rcp, langs/fr.h,
langs/fr.rcp, langs/it.rcp, langs/ja.rcp, langs/pl.rcp,
langs/sample.rcp, langs/zh_CN.rcp:
Changed format for rcp files, so that each form have unique labels
2001-09-19 19:39 nordstrom
* tools/pluck-comics/comics.com.list:
Robotman has been renamed to Monty (David Maddock)
2001-09-19 18:37 heiserd
* viewer/: viewer.rcp.in, langs/cs.rcp, langs/da.rcp, langs/de.rcp,
langs/en.rcp, langs/fo.rcp, langs/it.rcp, langs/ja.rcp,
langs/pl.rcp, langs/sample.rcp, langs/zh_CN.rcp:
Fixes for the Top/Bottom Strings. Fixes in German Translation. Menu
items moved to other locations.
2001-09-17 01:25 heiserd
* viewer/: viewer.rcp.in, langs/cs.h, langs/cs.rcp, langs/da.h,
langs/da.rcp, langs/de.h, langs/de.rcp, langs/en.h, langs/en.rcp,
langs/fo.h, langs/fo.rcp, langs/fr.h, langs/fr.rcp, langs/it.h,
langs/it.rcp, langs/ja.h, langs/ja.rcp, langs/pl.h, langs/pl.rcp,
langs/sample.h, langs/sample.rcp, langs/zh_CN.h, langs/zh_CN.rcp:
German Translation; Some fixes for not resolved $$$$ in other
Languages.
2001-09-16 15:15 nordstrom
* viewer/Makefile.in:
Forgot to change the target for the new viewer app
2001-09-16 15:09 nordstrom
* Makefile.in:
Updated to build viewer with color support
2001-09-16 15:07 nordstrom
* viewer/: anchor.c, beam.c, bookmark.c, bookmarkform.c,
buttonform.c, categorydata.c, categoryform.c, control.c, control.h,
controlform.c, db.c, dbmgrform.c, debug.c, document.c,
documentdata.c, emailform.c, externalform.c, gestureform.c, link.c,
mainform.c, os.c, paragraph.h, prefsdata.c, prefsdata.h,
resourceids.h, sclform.c, sclform.h, screen.c, search.c, session.c,
uncompress.c, viewer.c, viewer.rcp.in:
Improvements to make the code more readable/maintainable
2001-09-16 15:06 nordstrom
* Makefile.maint, viewer/Makefile.in:
Color icons are included by default
2001-09-15 15:52 nordstrom
* viewer/langs/da.rcp:
Updated Danish translation (Claus Hindsgaul)
2001-09-14 18:47 nordstrom
* viewer/image.c:
If home page is an image of too high bit depth then open Document
Library
2001-09-14 18:47 nordstrom
* viewer/viewer.c:
Open Document Library if that was the last used form in the
previous session
2001-09-13 22:41 nordstrom
* viewer/langs/pl.rcp:
Fixed 'bad' commit
2001-09-13 21:10 desrod
* viewer/langs/pl.rcp:
Small verbage fix to the Polish translation (Tomasz Wojcik)
2001-09-13 18:04 nordstrom
* CREDITS, Makefile.in, Makefile.maint, NEWS, TODO, configure.in,
docs/Makefile.in, docs/PluckerDB.tex, docs/Plucker_Doc.tex,
docs/Viewer.tex, docs/images/Autoscroll.gif,
docs/images/Bookmarks.gif, docs/images/CopyURL.gif,
docs/images/DBMgr.gif, docs/images/Find.gif,
docs/images/MainScreen.gif, docs/images/Result.gif,
unix/install-plucker, unix/setup.py.in, viewer/Makefile.in,
viewer/README, viewer/allforms.h, viewer/control.c,
viewer/control.h, viewer/document.c, viewer/mainform.c,
viewer/prefsdata.c, viewer/prefsdata.h, viewer/resourceids.h,
viewer/sclform.c, viewer/sclform.h, viewer/viewer.c,
viewer/viewer.rcp.in, viewer/icons/again-2bpp.bmp,
viewer/icons/again-4bpp.bmp, viewer/icons/again-8bpp.bmp,
viewer/icons/again.bmp, viewer/icons/autodecr-2bpp.bmp,
viewer/icons/autodecr-4bpp.bmp, viewer/icons/autodecr-8bpp.bmp,
viewer/icons/autodecr.bmp, viewer/icons/autoincr-2bpp.bmp,
viewer/icons/autoincr-4bpp.bmp, viewer/icons/autoincr-8bpp.bmp,
viewer/icons/autoincr.bmp, viewer/icons/autostart-2bpp.bmp,
viewer/icons/autostart-4bpp.bmp, viewer/icons/autostart-8bpp.bmp,
viewer/icons/autostart.bmp, viewer/icons/autostop-2bpp.bmp,
viewer/icons/autostop-4bpp.bmp, viewer/icons/autostop-8bpp.bmp,
viewer/icons/autostop.bmp, viewer/icons/bar-4bpp.bmp,
viewer/icons/bar-8bpp.bmp, viewer/icons/bm.bmp,
viewer/icons/bookmark-2bpp.bmp, viewer/icons/bookmark-4bpp.bmp,
viewer/icons/bookmark-8bpp.bmp, viewer/icons/bookmark.bmp,
viewer/icons/chicken-8bpp.bmp, viewer/icons/chicken.bmp,
viewer/icons/dbase.bmp, viewer/icons/email.bmp,
viewer/icons/find-4bpp.bmp, viewer/icons/find-8bpp.bmp,
viewer/icons/find.bmp, viewer/icons/fl.bmp, viewer/icons/fnd.bmp,
viewer/icons/help.bmp, viewer/icons/hm.bmp,
viewer/icons/home-2bpp.bmp, viewer/icons/home-4bpp.bmp,
viewer/icons/home-8bpp.bmp, viewer/icons/home.bmp,
viewer/icons/left-2bpp.bmp, viewer/icons/left-4bpp.bmp,
viewer/icons/left-8bpp.bmp, viewer/icons/left.bmp,
viewer/icons/library-2bpp.bmp, viewer/icons/library-4bpp.bmp,
viewer/icons/library-8bpp.bmp, viewer/icons/library.bmp,
viewer/icons/menu-2bpp.bmp, viewer/icons/menu-4bpp.bmp,
viewer/icons/menu-8bpp.bmp, viewer/icons/right-2bpp.bmp,
viewer/icons/right-4bpp.bmp, viewer/icons/right-8bpp.bmp,
viewer/icons/right.bmp, viewer/icons/viewer-2bpp.bmp,
viewer/icons/viewer-4bpp.bmp, viewer/icons/viewer-8bpp.bmp,
viewer/icons/viewer.bmp, viewer/icons/viewersm.bmp,
viewer/icons/wait-2bpp.bmp, viewer/icons/wait-4bpp.bmp,
viewer/icons/wait-8bpp.bmp, viewer/langs/cs.h, viewer/langs/cs.rcp,
viewer/langs/da.h, viewer/langs/da.rcp, viewer/langs/de.h,
viewer/langs/de.rcp, viewer/langs/en.h, viewer/langs/en.rcp,
viewer/langs/fo.h, viewer/langs/fo.rcp, viewer/langs/fr.h,
viewer/langs/fr.rcp, viewer/langs/it.h, viewer/langs/it.rcp,
viewer/langs/ja.h, viewer/langs/ja.rcp, viewer/langs/pl.h,
viewer/langs/pl.rcp, viewer/langs/sample.h,
viewer/langs/sample.rcp, viewer/langs/zh_CN.h,
viewer/langs/zh_CN.rcp, viewer/scripts/color.sed,
viewer/scripts/standard.sed:
Merged with auto_scroll branch
2001-09-13 02:52 desrod
* viewer/langs/pl.h:
Blecch, what happened there... fixed the revision line.
2001-09-13 02:50 desrod
* viewer/langs/: pl.h, pl.rcp:
Added Polish translation from Tomasz Wojcik
2001-09-09 13:56 ondrap
* viewer/langs/cs.rcp:
Czech translation update.
2001-09-09 13:52 ondrap
* viewer/langs/cs.rcp:
Updated czech translation.
2001-09-06 03:27 janssen
* parser/python/PyPlucker/ImageParser.py:
fixed bug 5 by redoing parsing of results from ImageMagick
'identify' command
2001-09-06 02:40 janssen
* docs/SpecialCharacters.txt:
file listing special Palm characters used in the Plucker database
2001-09-06 02:37 janssen
* parser/python/PyPlucker/TextParser.py:
use Palm bigdot for top level list bullets; do the right thing for
Unicode ellipsis character
2001-09-04 12:06 nordstrom
* viewer/langs/ISO-CODE:
Changed the Chinese code (zh) into two different codes, one for
simplified and one for traditional
2001-09-03 21:22 nordstrom
* CREDITS, NEWS, configure.in, unix/setup.py.in,
viewer/langs/TRANSLATING, viewer/langs/zh_CN.h,
viewer/langs/zh_CN.rcp:
Added Simplified Chinese translation from Danny Zeng and also fixed
a small problem in the configure script so that the comics script
is updated with the correct info
2001-09-03 21:19 nordstrom
* viewer/langs/da.rcp:
Updates to the Danish translation (Claus Hindsgaul)
2001-08-21 22:22 robertoconnor
* viewer/icons/: viewer.bmp, viewersm.bmp:
2bpp launcher icons (fullsize, small) made symmetrical in diagonal
axis
2001-08-16 20:26 nordstrom
* ChangeLog:
New release 1.1.12
2001-08-16 20:05 nordstrom
* NEWS, parser/python/PyPlucker/TextParser.py:
Added
support for size, align, and width (pixel and %)
(Robert O'Connor)
2001-08-14 18:04 nordstrom
* docs/Advanced.tex:
Updated description of POST feature (Chris Hawks)
2001-08-14 18:02 nordstrom
* viewer/langs/: fr.h, fr.rcp:
Updated French translation (Nicolas Huillard)
2001-08-14 17:59 nordstrom
* AUTHORS, BUGREPORT, CREDITS, ChangeLog, FAQ, Makefile.in,
Makefile.maint, NEWS, README, README.OS2, REQUIREMENTS, TODO,
configure.in, docs/Advanced.tex, docs/Credits.tex,
docs/Makefile.in, docs/Parser.tex, docs/PluckerDB.tex,
docs/Plucker_Doc.tex, docs/Quickstart.tex, docs/Viewer.tex,
docs/pluck-comics.1, docs/plucker-build.1, docs/plucker-decode.1,
docs/plucker-dump.1, docs/plucker-setup.1, parser/Makefile.in,
parser/defaults/pluckerrc.sample,
parser/python/PyPlucker/Decode.py,
parser/python/PyPlucker/ImageParser.py,
parser/python/PyPlucker/PalmImagePlugin.py,
parser/python/PyPlucker/PluckerDocs.py,
parser/python/PyPlucker/Spider.py,
parser/python/PyPlucker/TextParser.py,
parser/python/PyPlucker/Url.py, tools/pluck-comics/Makefile.in,
unix/install-plucker, unix/plucker.spec, unix/setup.py.in,
viewer/Guidelines.txt, viewer/Makefile.in, viewer/README,
viewer/allforms.h, viewer/anchor.c, viewer/anchor.h, viewer/beam.c,
viewer/beam.h, viewer/bookmark.c, viewer/bookmark.h,
viewer/bookmarkform.c, viewer/bookmarkform.h, viewer/buttonform.c,
viewer/buttonform.h, viewer/categorydata.c, viewer/categorydata.h,
viewer/categoryform.c, viewer/categoryform.h, viewer/const.h,
viewer/control.c, viewer/control.h, viewer/controlform.c,
viewer/controlform.h, viewer/db.c, viewer/db.h, viewer/dbmgrform.c,
viewer/dbmgrform.h, viewer/debug.c, viewer/debug.h,
viewer/detailsform.c, viewer/detailsform.h, viewer/document.c,
viewer/document.h, viewer/documentdata.c, viewer/documentdata.h,
viewer/emailform.c, viewer/emailform.h, viewer/externalform.c,
viewer/externalform.h, viewer/font.txt, viewer/gestureform.c,
viewer/gestureform.h, viewer/history.c, viewer/history.h,
viewer/image.c, viewer/image.h, viewer/link.c, viewer/link.h,
viewer/mainform.c, viewer/mainform.h, viewer/os.c, viewer/os.h,
viewer/paragraph.c, viewer/paragraph.h, viewer/prefsdata.c,
viewer/prefsdata.h, viewer/prefsform.c, viewer/prefsform.h,
viewer/resourceids.h, viewer/resultform.c, viewer/resultform.h,
viewer/screen.c, viewer/screen.h, viewer/search.c, viewer/search.h,
viewer/searchform.c, viewer/searchform.h, viewer/session.c,
viewer/session.h, viewer/uncompress.c, viewer/uncompress.h,
viewer/util.c, viewer/util.h, viewer/viewer.c, viewer/viewer.h,
viewer/viewer.rcp.in, viewer/TRG_SDK/README,
viewer/ZLib/SysZLib.prc, viewer/ZLib/zconf.h,
viewer/fonts/narrowfixedfont.txt, viewer/fonts/narrowfont.txt,
viewer/fonts/stdfixedfont.txt, viewer/icons/gesturedown.bmp,
viewer/icons/gestureleft.bmp, viewer/icons/gestureright.bmp,
viewer/icons/gesturetap.bmp, viewer/icons/gestureup.bmp,
viewer/langs/cs.h, viewer/langs/cs.rcp, viewer/langs/da.h,
viewer/langs/da.rcp, viewer/langs/de.h, viewer/langs/de.rcp,
viewer/langs/en.h, viewer/langs/en.rcp, viewer/langs/fo.h,
viewer/langs/fo.rcp, viewer/langs/fr.h, viewer/langs/fr.rcp,
viewer/langs/it.h, viewer/langs/it.rcp, viewer/langs/ja.h,
viewer/langs/ja.rcp, viewer/langs/sample.h,
viewer/langs/sample.rcp, viewer/scripts/color.sed,
viewer/scripts/standard.sed (i18n):
Merged i18n branch with main trunk
2001-08-13 18:45 nordstrom
* FAQ:
Added URLs for mailing list archives
2001-08-11 09:18 nordstrom
* viewer/dbmgrform.c:
Remove documents in the correct order to avoid problems with the
index list
2001-08-11 03:10 robertoconnor
* parser/python/PyPlucker/TextParser.py:
Added
support for size, align, and width (pixel and %).
2001-08-11 02:43 robertoconnor
* viewer/langs/: cs.rcp, da.rcp, de.rcp, fo.rcp, fr.rcp, it.rcp,
ja.rcp:
Correction to a shortcut, for proper compilation in PilRC.
2001-08-11 02:40 robertoconnor
* viewer/viewer.rcp.in:
Autoscroll pref form repeatbuttons aligned.
2001-08-11 02:38 robertoconnor
* viewer/scripts/color.sed:
Transparent color for 8bpp. 4bpp icons removed from families.
2001-08-11 02:38 robertoconnor
* viewer/icons/: again-8bpp.bmp, autodecr-8bpp.bmp,
autoincr-8bpp.bmp, autostart-8bpp.bmp, autostop-8bpp.bmp,
bookmark-8bpp.bmp, chicken-8bpp.bmp, find-8bpp.bmp, home-8bpp.bmp,
left-8bpp.bmp, library-8bpp.bmp, right-8bpp.bmp, viewer-8bpp.bmp,
wait-8bpp.bmp:
Transparent color for 8bpp, 4bpp icons removed from families
2001-08-11 02:36 robertoconnor
* docs/images/Autoscroll.gif:
file Autoscroll.gif was initially added on branch auto_scroll.
2001-08-11 02:36 robertoconnor
* docs/: Makefile.in, Viewer.tex, images/Autoscroll.gif,
images/Bookmarks.gif, images/CopyURL.gif, images/DBMgr.gif,
images/Find.gif, images/MainScreen.gif, images/Result.gif:
Viewer.tex updated for autoscroll, screenshots showing toolbar
updated, library screenshot updated
2001-08-10 22:10 robertoconnor
* viewer/langs/: cs.h, cs.rcp, da.h, da.rcp, de.h, de.rcp, en.h,
en.rcp, fo.h, fo.rcp, fr.h, fr.rcp, it.h, it.rcp, ja.h, ja.rcp,
sample.h, sample.rcp:
Autoscroll & scroll form/menu/shortcut/alert/help strings added.
'$$Library', '$$Library...' moved to their alphabetical spots.
2001-08-10 19:02 robertoconnor
* viewer/langs/en.rcp:
'Ticks' changed to 'Milliseconds', some menu shortcuts renamed so P
for 'P'references, Period added at end of 'No Beam Support' popup.
2001-08-10 18:56 robertoconnor
* viewer/icons/viewer-4bpp.bmp:
4bpp icon pixel modifications
2001-08-10 18:55 robertoconnor
* viewer/icons/viewer-8bpp.bmp:
8bpp icon antialiased adjusted for blue background
2001-08-10 18:51 robertoconnor
* viewer/icons/: viewer-2bpp.bmp, wait-2bpp.bmp, left-2bpp.bmp,
menu-2bpp.bmp, right-2bpp.bmp, home-2bpp.bmp, autostop-2bpp.bmp,
bookmark-2bpp.bmp, autoincr-2bpp.bmp, autostart-2bpp.bmp,
again-2bpp.bmp, autodecr-2bpp.bmp:
2bpp icons remapped to PalmOS 4-gray palette
2001-08-10 18:50 robertoconnor
* viewer/icons/: fl-2bpp.bmp, fl-4bpp.bmp, fl-8bpp.bmp, fl.bmp
(auto_scroll):
fl*.bmp renamed to library*.bmp
2001-08-10 18:47 robertoconnor
* viewer/sclform.c:
Update of ticks to milliseconds in UI for better user understanding
(Dirk Heiser)
2001-08-10 18:45 robertoconnor
* viewer/scripts/: color.sed, standard.sed:
'fl*.bmp' renamed to 'library*.bmp' to be more descriptive
2001-08-10 18:41 robertoconnor
* viewer/viewer.rcp.in:
'Ticks' changed to 'milliseconds' in autoscroll preferences (Dirk
Heiser)
2001-08-10 18:33 robertoconnor
* viewer/icons/: library-2bpp.bmp, library-4bpp.bmp,
library-8bpp.bmp, library.bmp:
'library.bmp' created to better describe icon than 'fl.bmp'
2001-08-10 18:33 robertoconnor
* viewer/icons/library-2bpp.bmp:
file library-2bpp.bmp was initially added on branch auto_scroll.
2001-08-10 18:33 robertoconnor
* viewer/icons/library-4bpp.bmp:
file library-4bpp.bmp was initially added on branch auto_scroll.
2001-08-10 18:33 robertoconnor
* viewer/icons/library-8bpp.bmp:
file library-8bpp.bmp was initially added on branch auto_scroll.
2001-08-10 18:33 robertoconnor
* viewer/icons/library.bmp:
file library.bmp was initially added on branch auto_scroll.
2001-08-10 17:19 nordstrom
* FAQ:
Changed URL for e-book site
2001-08-10 15:57 nordstrom
* viewer/viewer.rcp.in:
Small icon will also be included by the sed scripts
2001-08-10 15:52 nordstrom
* viewer/: viewer.rcp.in, scripts/color.sed, scripts/standard.sed:
Added support to configure what bitmaps should be used
2001-08-10 03:30 robertoconnor
* viewer/viewer.rcp.in:
Addition of new bitmap families for toolbar icons.
2001-08-10 03:16 robertoconnor
* viewer/icons/: fl-8bpp.bmp (auto_scroll), autodecr-8bpp.bmp,
autoincr-8bpp.bmp, autostart-8bpp.bmp, autostop-8bpp.bmp:
Saturation decrease on blue line
2001-08-10 03:16 robertoconnor
* viewer/icons/viewer-8bpp.bmp:
Put pacifier overlying a circle, to be consistent with other PalmOS
applications
2001-08-10 03:14 robertoconnor
* viewer/icons/wait-2bpp.bmp:
file wait-2bpp.bmp was initially added on branch auto_scroll.
2001-08-10 03:13 robertoconnor
* viewer/icons/left-2bpp.bmp:
file left-2bpp.bmp was initially added on branch auto_scroll.
2001-08-10 03:13 robertoconnor
* viewer/icons/home-2bpp.bmp:
file home-2bpp.bmp was initially added on branch auto_scroll.
2001-08-10 03:13 robertoconnor
* viewer/icons/right-2bpp.bmp:
file right-2bpp.bmp was initially added on branch auto_scroll.
2001-08-10 03:13 robertoconnor
* viewer/icons/fl-2bpp.bmp:
file fl-2bpp.bmp was initially added on branch auto_scroll.
2001-08-10 03:13 robertoconnor
* viewer/icons/menu-2bpp.bmp:
file menu-2bpp.bmp was initially added on branch auto_scroll.
2001-08-10 03:12 robertoconnor
* viewer/icons/autostart-2bpp.bmp:
file autostart-2bpp.bmp was initially added on branch auto_scroll.
2001-08-10 03:12 robertoconnor
* viewer/icons/autostop-2bpp.bmp:
file autostop-2bpp.bmp was initially added on branch auto_scroll.
2001-08-10 03:12 robertoconnor
* viewer/icons/bookmark-2bpp.bmp:
file bookmark-2bpp.bmp was initially added on branch auto_scroll.
2001-08-10 03:12 robertoconnor
* viewer/icons/again-2bpp.bmp:
file again-2bpp.bmp was initially added on branch auto_scroll.
2001-08-10 03:12 robertoconnor
* viewer/icons/: fl-2bpp.bmp (auto_scroll), again-2bpp.bmp,
autodecr-2bpp.bmp, autoincr-2bpp.bmp, autostart-2bpp.bmp,
autostop-2bpp.bmp, bookmark-2bpp.bmp, home-2bpp.bmp, left-2bpp.bmp,
menu-2bpp.bmp, right-2bpp.bmp, wait-2bpp.bmp:
2bpp, initial revision
2001-08-10 03:12 robertoconnor
* viewer/icons/autoincr-2bpp.bmp:
file autoincr-2bpp.bmp was initially added on branch auto_scroll.
2001-08-10 03:12 robertoconnor
* viewer/icons/autodecr-2bpp.bmp:
file autodecr-2bpp.bmp was initially added on branch auto_scroll.
2001-08-10 03:11 robertoconnor
* viewer/icons/: autodecr-4bpp.bmp, autoincr-4bpp.bmp,
autostart-4bpp.bmp, again-4bpp.bmp:
Darkened 4bpp, so easier to see on green grayscale screens
2001-08-10 03:08 robertoconnor
* viewer/icons/: fl-4bpp.bmp (auto_scroll), wait-4bpp.bmp,
right-4bpp.bmp, menu-4bpp.bmp, left-4bpp.bmp, home-4bpp.bmp,
find-4bpp.bmp, bookmark-4bpp.bmp, autostop-4bpp.bmp, bar-4bpp.bmp:
Darkened 4bpp, so easier to see on green grayscale screens
2001-08-09 18:38 robertoconnor
* viewer/icons/again-4bpp.bmp:
file again-4bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:38 robertoconnor
* viewer/icons/again-8bpp.bmp:
file again-8bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:37 robertoconnor
* viewer/icons/autodecr-8bpp.bmp:
file autodecr-8bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:37 robertoconnor
* viewer/icons/: autodecr-4bpp.bmp, autodecr-8bpp.bmp,
again-4bpp.bmp, again-8bpp.bmp:
Initial revision: 4bpp, 8bpp icons
2001-08-09 18:37 robertoconnor
* viewer/icons/autodecr-4bpp.bmp:
file autodecr-4bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:37 robertoconnor
* viewer/icons/autoincr-4bpp.bmp:
file autoincr-4bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:37 robertoconnor
* viewer/icons/autoincr-8bpp.bmp:
file autoincr-8bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:36 robertoconnor
* viewer/icons/autostart-4bpp.bmp:
file autostart-4bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:36 robertoconnor
* viewer/icons/autostart-8bpp.bmp:
file autostart-8bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:35 robertoconnor
* viewer/icons/autostop-4bpp.bmp:
file autostop-4bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:35 robertoconnor
* viewer/icons/autostop-8bpp.bmp:
file autostop-8bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:34 robertoconnor
* viewer/icons/bar-4bpp.bmp:
file bar-4bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:34 robertoconnor
* viewer/icons/bar-8bpp.bmp:
file bar-8bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:34 robertoconnor
* viewer/icons/: bar-4bpp.bmp, bar-8bpp.bmp, autostop-4bpp.bmp,
autostop-8bpp.bmp, autostart-4bpp.bmp, autostart-8bpp.bmp,
autoincr-4bpp.bmp, autoincr-8bpp.bmp:
Initial revision: 4bpp, 8bpp icons
2001-08-09 18:28 robertoconnor
* viewer/icons/bookmark-4bpp.bmp:
file bookmark-4bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:28 robertoconnor
* viewer/icons/bookmark-8bpp.bmp:
file bookmark-8bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:28 robertoconnor
* viewer/icons/chicken-8bpp.bmp:
file chicken-8bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:27 robertoconnor
* viewer/icons/find-4bpp.bmp:
file find-4bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:27 robertoconnor
* viewer/icons/find-8bpp.bmp:
file find-8bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:26 robertoconnor
* viewer/icons/: fl-4bpp.bmp, fl-8bpp.bmp (auto_scroll),
find-4bpp.bmp, find-8bpp.bmp, chicken-8bpp.bmp, bookmark-4bpp.bmp,
bookmark-8bpp.bmp:
Initial revision: 4bpp, 8bpp icons
2001-08-09 18:26 robertoconnor
* viewer/icons/fl-4bpp.bmp:
file fl-4bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:26 robertoconnor
* viewer/icons/fl-8bpp.bmp:
file fl-8bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:26 robertoconnor
* viewer/icons/left-4bpp.bmp:
file left-4bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:26 robertoconnor
* viewer/icons/left-8bpp.bmp:
file left-8bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:26 robertoconnor
* viewer/icons/home-4bpp.bmp:
file home-4bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:26 robertoconnor
* viewer/icons/home-8bpp.bmp:
file home-8bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:25 robertoconnor
* viewer/icons/menu-4bpp.bmp:
file menu-4bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:25 robertoconnor
* viewer/icons/menu-8bpp.bmp:
file menu-8bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:25 robertoconnor
* viewer/icons/right-4bpp.bmp:
file right-4bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:25 robertoconnor
* viewer/icons/right-8bpp.bmp:
file right-8bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:23 robertoconnor
* viewer/icons/wait-4bpp.bmp:
file wait-4bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:23 robertoconnor
* viewer/icons/wait-8bpp.bmp:
file wait-8bpp.bmp was initially added on branch auto_scroll.
2001-08-09 18:23 robertoconnor
* viewer/icons/: wait-4bpp.bmp, wait-8bpp.bmp, right-4bpp.bmp,
right-8bpp.bmp, menu-4bpp.bmp, menu-8bpp.bmp, home-4bpp.bmp,
home-8bpp.bmp, left-4bpp.bmp, left-8bpp.bmp:
Initial revision: 4bpp, 8bpp icons
2001-08-08 14:25 robertoconnor
* viewer/viewer.rcp.in:
Filenames of icon bitmaps updated
2001-08-08 13:07 robertoconnor
* viewer/icons/: autodecr.bmp, autoincr.bmp:
Widened bmp, so easier to tap.
2001-08-08 12:54 robertoconnor
* viewer/langs/en.h:
Autoscroll & scroll options: widths of popups
2001-08-08 12:54 robertoconnor
* viewer/langs/en.rcp:
Autoscroll & scroll: item counts updated
2001-08-08 12:29 robertoconnor
* viewer/langs/en.rcp:
Added autoscroll & scroll options text
2001-08-08 12:28 robertoconnor
* viewer/langs/en.h:
Autoscroll & scroll options text
2001-08-08 12:18 robertoconnor
* viewer/viewer.rcp.in:
Autoscroll & scroll options form: numeric dropdowns to spinners,
reorganized layout
2001-08-08 12:17 robertoconnor
* viewer/sclform.h:
file sclform.h was initially added on branch auto_scroll.
2001-08-08 12:16 robertoconnor
* viewer/sclform.c:
file sclform.c was initially added on branch auto_scroll.
2001-08-08 12:16 robertoconnor
* viewer/: sclform.c, sclform.h:
Creation of form to handle autoscroll and scroll options
2001-08-08 12:09 robertoconnor
* viewer/resourceids.h:
Autoscroll resourceids: removed scrollbar arrow customization
resouces, numeric popups changed to spinners
2001-08-08 12:08 robertoconnor
* viewer/prefsdata.h:
Autoscroll prefs: removed scrollbar arrow customization prefs
2001-08-08 12:07 robertoconnor
* viewer/prefsdata.c:
Autoscroll resource ids: removed scrollbar arrow customization
resourceids, dropdowns changed to spinners
2001-08-08 12:06 robertoconnor
* viewer/Makefile.in:
Added autoscroll & scroll options form
2001-08-08 12:05 robertoconnor
* viewer/mainform.c:
Autoscroll mainform event handling: autoscroll up/down,
pixel/page, stop if hit top or bottom of page, stop autoscroll if
tap a scrollbar
2001-08-08 11:59 robertoconnor
* viewer/: control.c, control.h:
Added autoscroll control functionality, and checks for stopping
hardkey/gesture drawing onto menus
2001-08-08 11:58 robertoconnor
* viewer/allforms.h:
Added autoscroll & scroll options form
2001-08-08 11:47 robertoconnor
* viewer/viewer.c:
Completed vchrs handling, except for vchrLowBattery
2001-08-08 11:39 robertoconnor
* viewer/langs/TRANSLATING:
Fixed some very minor typos
2001-08-03 16:06 nordstrom
* viewer/documentdata.c:
Meta databases are given the same date as the associated Plucker
documents -- should fix a problem that can occur when the documents
are put on an external card instead of hotsynced to the device
2001-07-29 21:43 nordstrom
* ChangeLog:
New release 1.1.11
2001-07-29 21:21 nordstrom
* viewer/dbmgrform.c:
Fix for 0024: all documents should now be listed when the scrollbar
is removed in the document library
2001-07-29 19:55 nordstrom
* docs/: Advanced.tex, Credits.tex, Parser.tex, Plucker_Doc.tex,
Quickstart.tex, Viewer.tex, plucker-build.1, plucker-dump.1,
plucker-setup.1:
Changed the term 'database' to 'document' in the documentation
2001-07-29 14:41 nordstrom
* NEWS, docs/PluckerDB.tex, parser/defaults/pluckerrc.sample,
parser/python/PyPlucker/PluckerDocs.py,
parser/python/PyPlucker/Spider.py, viewer/categorydata.c,
viewer/categorydata.h, viewer/categoryform.c, viewer/document.h,
viewer/documentdata.c:
Added support for several default categories and if a default
category is missing (and there is a free position in the category
list) the category will be added automatically
2001-07-24 17:11 nordstrom
* viewer/: viewer.rcp.in, langs/cs.rcp, langs/da.rcp, langs/de.rcp,
langs/en.rcp, langs/fo.rcp, langs/fr.rcp, langs/it.rcp,
langs/ja.rcp, langs/sample.rcp:
Added missing :
2001-07-24 16:19 nordstrom
* viewer/documentdata.c:
Fix for default category support
2001-07-24 01:31 heiserd
* viewer/langs/: de.rcp, it.rcp:
Label $$ENTER CATEGORY NAME was not replaced by the real text.
2001-07-22 17:38 nordstrom
* viewer/prefsform.c:
Added macro for number of fonts
2001-07-22 16:09 nordstrom
* ChangeLog:
New release 1.1.10
2001-07-22 15:59 nordstrom
* Makefile.in, Makefile.maint, NEWS, README, REQUIREMENTS,
configure.in, docs/Makefile.in, docs/PluckerDB.tex,
parser/Makefile.in, parser/defaults/pluckerrc.sample,
parser/python/PyPlucker/Spider.py,
parser/python/PyPlucker/TextParser.py,
tools/pluck-comics/Makefile.in, unix/install-plucker,
unix/setup.py.in, viewer/Makefile.in, viewer/os.c, viewer/os.h,
viewer/paragraph.c, viewer/resourceids.h, viewer/viewer.rcp.in,
viewer/ZLib/SysZLib.prc, viewer/langs/cs.rcp, viewer/langs/da.h,
viewer/langs/da.rcp, viewer/langs/de.rcp, viewer/langs/en.rcp,
viewer/langs/fo.rcp, viewer/langs/fr.rcp, viewer/langs/it.rcp,
viewer/langs/ja.rcp, viewer/langs/sample.rcp:
Added maintainer's Makefile used to build and release new packages,
included version tag instead of hardcoded version in config files
(the tag will be replaced by the correct version when the packages
are built), included support for preformatted text, included
Robert's narrow fixed font, and updated docs and source code to use
the terms document and record more consistently.
2001-07-22 15:48 nordstrom
* unix/plucker.spec:
Added spec file for RPM package
2001-07-20 20:15 nordstrom
* viewer/: font.txt, narrowfont.txt:
Removed font files
2001-07-20 20:14 nordstrom
* viewer/: Makefile.in, anchor.c, viewer.c, viewer.rcp.in,
fonts/narrowfixedfont.txt, fonts/narrowfont.txt,
fonts/stdfixedfont.txt:
Moved the font files to a fonts dir + fixed a few minor mistakes
from the layout changes
2001-07-20 20:04 nordstrom
* viewer/icons/autodecr.bmp:
file autodecr.bmp was initially added on branch auto_scroll.
2001-07-20 20:04 nordstrom
* viewer/icons/autoincr.bmp:
file autoincr.bmp was initially added on branch auto_scroll.
2001-07-20 20:04 nordstrom
* viewer/icons/autostart.bmp:
file autostart.bmp was initially added on branch auto_scroll.
2001-07-20 20:04 nordstrom
* viewer/icons/autostop.bmp:
file autostop.bmp was initially added on branch auto_scroll.
2001-07-20 20:04 nordstrom
* viewer/fonts/narrowfixedfont.txt:
file narrowfixedfont.txt was initially added on branch auto_scroll.
2001-07-20 20:04 nordstrom
* viewer/fonts/stdfixedfont.txt:
file stdfixedfont.txt was initially added on branch auto_scroll.
2001-07-20 20:04 nordstrom
* viewer/fonts/narrowfont.txt:
file narrowfont.txt was initially added on branch auto_scroll.
2001-07-20 20:04 nordstrom
* viewer/font.txt, viewer/icons/bm.bmp, viewer/icons/dbase.bmp,
viewer/icons/email.bmp, viewer/icons/fl.bmp, viewer/icons/fnd.bmp,
viewer/icons/help.bmp, viewer/icons/hm.bmp (auto_scroll), AUTHORS,
BUGREPORT, CREDITS, ChangeLog, FAQ, Makefile.in, NEWS, README,
README.OS2, REQUIREMENTS, TODO, configure.in, docs/Makefile.in,
docs/Parser.tex, docs/PluckerDB.tex, docs/Quickstart.tex,
docs/pluck-comics.1, docs/plucker-build.1, docs/plucker-decode.1,
docs/plucker-dump.1, docs/plucker-setup.1,
parser/defaults/pluckerrc.sample,
parser/python/PyPlucker/Decode.py,
parser/python/PyPlucker/ImageParser.py,
parser/python/PyPlucker/PalmImagePlugin.py,
parser/python/PyPlucker/PluckerDocs.py,
parser/python/PyPlucker/Spider.py,
parser/python/PyPlucker/TextParser.py,
parser/python/PyPlucker/Url.py, unix/install-plucker,
unix/setup.py.in, viewer/Guidelines.txt, viewer/Makefile.in,
viewer/README, viewer/allforms.h, viewer/anchor.c, viewer/anchor.h,
viewer/beam.c, viewer/beam.h, viewer/bookmark.c, viewer/bookmark.h,
viewer/bookmarkform.c, viewer/bookmarkform.h, viewer/buttonform.c,
viewer/buttonform.h, viewer/categorydata.c, viewer/categorydata.h,
viewer/categoryform.c, viewer/categoryform.h, viewer/const.h,
viewer/control.c, viewer/control.h, viewer/controlform.c,
viewer/controlform.h, viewer/db.c, viewer/db.h, viewer/dbmgrform.c,
viewer/dbmgrform.h, viewer/debug.c, viewer/debug.h,
viewer/detailsform.c, viewer/detailsform.h, viewer/document.c,
viewer/document.h, viewer/documentdata.c, viewer/documentdata.h,
viewer/emailform.c, viewer/emailform.h, viewer/externalform.c,
viewer/externalform.h, viewer/gestureform.c, viewer/gestureform.h,
viewer/history.c, viewer/history.h, viewer/image.c, viewer/image.h,
viewer/link.c, viewer/link.h, viewer/mainform.c, viewer/mainform.h,
viewer/os.c, viewer/os.h, viewer/paragraph.c, viewer/paragraph.h,
viewer/prefsdata.c, viewer/prefsdata.h, viewer/prefsform.c,
viewer/prefsform.h, viewer/resourceids.h, viewer/resultform.c,
viewer/resultform.h, viewer/screen.c, viewer/screen.h,
viewer/search.c, viewer/search.h, viewer/searchform.c,
viewer/searchform.h, viewer/session.c, viewer/session.h,
viewer/uncompress.c, viewer/uncompress.h, viewer/util.c,
viewer/util.h, viewer/viewer.c, viewer/viewer.h,
viewer/viewer.rcp.in, viewer/TRG_SDK/README,
viewer/fonts/narrowfixedfont.txt, viewer/fonts/narrowfont.txt,
viewer/fonts/stdfixedfont.txt, viewer/icons/again.bmp,
viewer/icons/autodecr.bmp, viewer/icons/autoincr.bmp,
viewer/icons/autostart.bmp, viewer/icons/autostop.bmp,
viewer/icons/bookmark.bmp, viewer/icons/chicken.bmp,
viewer/icons/find.bmp, viewer/icons/gesturedown.bmp,
viewer/icons/gestureleft.bmp, viewer/icons/gestureright.bmp,
viewer/icons/gesturetap.bmp, viewer/icons/gestureup.bmp,
viewer/icons/home.bmp, viewer/icons/left.bmp,
viewer/icons/right.bmp, viewer/langs/cs.h, viewer/langs/cs.rcp,
viewer/langs/da.h, viewer/langs/da.rcp, viewer/langs/de.h,
viewer/langs/de.rcp, viewer/langs/en.h, viewer/langs/en.rcp,
viewer/langs/fo.h, viewer/langs/fo.rcp, viewer/langs/fr.h,
viewer/langs/fr.rcp, viewer/langs/it.h, viewer/langs/it.rcp,
viewer/langs/ja.h, viewer/langs/ja.rcp, viewer/langs/sample.h,
viewer/langs/sample.rcp, viewer/scripts/color.sed,
viewer/scripts/standard.sed:
Merged with main trunk to include all the latest changes + added
the new autoscroll support and narrow fixed font from Robert
O'Connor
2001-07-19 21:26 nordstrom
* viewer/documentdata.c:
Missed to change the font type
2001-07-19 21:25 nordstrom
* AUTHORS, CREDITS:
Robert O'Connor joins the project
2001-07-19 01:05 janssen
* parser/python/PyPlucker/ImageParser.py:
Make image transformation quieter when using oldpbm, newpbm, and
newpil
2001-07-18 20:01 nordstrom
* viewer/: README, allforms.h, anchor.c, anchor.h, beam.c, beam.h,
bookmark.c, bookmark.h, bookmarkform.c, bookmarkform.h,
buttonform.c, buttonform.h, categorydata.c, categorydata.h,
categoryform.c, categoryform.h, const.h, control.c, control.h,
controlform.c, controlform.h, db.c, db.h, dbmgrform.c, dbmgrform.h,
debug.c, debug.h, detailsform.c, detailsform.h, document.c,
document.h, documentdata.c, documentdata.h, emailform.c,
emailform.h, externalform.c, externalform.h, gestureform.c,
gestureform.h, history.c, history.h, image.c, image.h, link.c,
link.h, mainform.c, mainform.h, os.c, os.h, paragraph.c,
paragraph.h, prefsdata.c, prefsdata.h, prefsform.c, prefsform.h,
resourceids.h, resultform.c, resultform.h, screen.c, screen.h,
search.c, search.h, searchform.c, searchform.h, session.c,
session.h, uncompress.c, uncompress.h, util.c, util.h, viewer.c,
viewer.h, viewer.rcp.in, ZLib/SysZLib.prc, ZLib/zconf.h,
langs/cs.h, langs/cs.rcp, langs/da.h, langs/da.rcp, langs/de.h,
langs/de.rcp, langs/en.h, langs/en.rcp, langs/fo.h, langs/fo.rcp,
langs/fr.h, langs/fr.rcp, langs/it.h, langs/it.rcp, langs/ja.h,
langs/ja.rcp, langs/sample.h, langs/sample.rcp:
Major changes to layout, data format and function names
2001-07-18 19:59 nordstrom
* docs/: Makefile.in, PluckerDB.tex:
Changed text to use the terms Plucker document and records instead
of Plucker databases and documents, respectively
2001-07-16 19:59 nordstrom
* CREDITS, NEWS, unix/setup.py.in, viewer/langs/da.h,
viewer/langs/da.rcp:
Added Danish translation from Claus Hindsgaul
2001-07-16 19:27 nordstrom
* Makefile.in, NEWS, configure.in, unix/install-plucker:
Added new configure options
2001-07-16 19:25 nordstrom
* BUGREPORT:
Added info about http://bugs.plkr.org
2001-07-16 18:37 nordstrom
* parser/python/PyPlucker/ImageParser.py:
Fix for #0012. The --quiet option should now keep the parser quiet
2001-07-14 09:47 nordstrom
* viewer/: viewer.rcp.in, langs/cs.rcp, langs/de.rcp, langs/en.rcp,
langs/fo.h, langs/fo.rcp, langs/fr.rcp, langs/it.rcp, langs/ja.rcp,
langs/sample.h, langs/sample.rcp, scripts/color.sed,
scripts/standard.sed:
Changed the layout for the resource files
2001-07-14 09:47 nordstrom
* viewer/: os.c, os.h, resourceids.h:
Added font resource
2001-07-14 09:44 nordstrom
* viewer/: const.h, util.c:
Changed the scroll-one-page value (Chris Hawks)
2001-07-14 09:42 nordstrom
* docs/Quickstart.tex:
Fixed a spelling error
2001-07-12 23:17 heiserd
* parser/defaults/pluckerrc.sample:
added new config key "close_on_error" for Windows.
2001-07-12 23:16 heiserd
* viewer/langs/: de.rcp, en.rcp:
Updated German Translation. Fixed the English Translation (Gestures
Help).
2001-07-09 22:58 nordstrom
* NEWS, viewer/Guidelines.txt, viewer/Makefile.in, viewer/anchor.c,
viewer/anchor.h, viewer/beam.c, viewer/beam.h, viewer/bookmark.c,
viewer/bookmark.h, viewer/bookmarkform.c, viewer/bookmarkform.h,
viewer/buttonform.c, viewer/buttonform.h, viewer/categorydata.c,
viewer/categorydata.h, viewer/categoryform.c,
viewer/categoryform.h, viewer/const.h, viewer/control.c,
viewer/control.h, viewer/controlform.c, viewer/controlform.h,
viewer/db.c, viewer/db.h, viewer/dbmgrform.c, viewer/dbmgrform.h,
viewer/debug.c, viewer/debug.h, viewer/detailsform.c,
viewer/detailsform.h, viewer/document.c, viewer/document.h,
viewer/documentdata.c, viewer/documentdata.h, viewer/emailform.c,
viewer/emailform.h, viewer/externalform.c, viewer/externalform.h,
viewer/gestureform.c, viewer/gestureform.h, viewer/history.c,
viewer/history.h, viewer/image.c, viewer/image.h, viewer/link.c,
viewer/link.h, viewer/mainform.c, viewer/mainform.h, viewer/os.c,
viewer/os.h, viewer/paragraph.c, viewer/paragraph.h,
viewer/prefsdata.c, viewer/prefsdata.h, viewer/prefsform.c,
viewer/prefsform.h, viewer/resourceids.h, viewer/resultform.c,
viewer/resultform.h, viewer/screen.c, viewer/screen.h,
viewer/search.c, viewer/search.h, viewer/searchform.c,
viewer/searchform.h, viewer/session.c, viewer/session.h,
viewer/uncompress.c, viewer/uncompress.h, viewer/util.c,
viewer/util.h, viewer/viewer.c, viewer/viewer.h,
viewer/langs/cs.rcp, viewer/langs/de.rcp, viewer/langs/en.rcp,
viewer/langs/fo.rcp, viewer/langs/fr.rcp, viewer/langs/it.rcp,
viewer/langs/ja.rcp, viewer/langs/sample.rcp:
New layout for viewer's source code
2001-07-09 22:53 nordstrom
* ChangeLog, REQUIREMENTS, TODO, unix/install-plucker:
Updated config and info files
2001-07-09 22:19 desrod
* AUTHORS:
Force a commit to test possible broken 'pre-commit' filter
problem
2001-07-07 15:53 nordstrom
* NEWS, configure.in, viewer/Makefile.in, viewer/allforms.h,
viewer/gestureform.c, viewer/gestureform.h, viewer/mainform.c,
viewer/prefsdata.c, viewer/prefsdata.h, viewer/resourceids.h,
viewer/viewer.c, viewer/viewer.rcp.in,
viewer/icons/gesturedown.bmp, viewer/icons/gestureleft.bmp,
viewer/icons/gestureright.bmp, viewer/icons/gesturetap.bmp,
viewer/icons/gestureup.bmp, viewer/langs/cs.rcp,
viewer/langs/de.rcp, viewer/langs/en.rcp, viewer/langs/fo.rcp,
viewer/langs/fr.rcp, viewer/langs/it.rcp, viewer/langs/ja.rcp,
viewer/langs/sample.rcp:
Added support for gestures (Robert O'Connor)
2001-07-01 21:08 nordstrom
* FAQ:
Argument for compression mode has changed
2001-07-01 21:07 nordstrom
* CREDITS, NEWS, viewer/narrowfont.txt, viewer/os.c, viewer/os.h,
viewer/prefsform.c, viewer/resourceids.h, viewer/viewer.rcp.in,
viewer/langs/cs.rcp, viewer/langs/de.rcp, viewer/langs/en.rcp,
viewer/langs/fo.rcp, viewer/langs/fr.rcp, viewer/langs/it.rcp,
viewer/langs/ja.rcp, viewer/langs/sample.rcp, configure.in,
unix/install-plucker, viewer/prefsdata.h:
Added narrow font support
2001-06-29 21:12 nordstrom
* parser/python/PyPlucker/Spider.py:
Fix for #0007. Compression modes given on the command line will now
override any mode given in the config file
2001-06-20 14:55 nordstrom
* ChangeLog, NEWS, configure.in, unix/install-plucker:
Released new package
2001-06-18 17:17 nordstrom
* CREDITS, NEWS, viewer/categorydata.c, viewer/prefsdata.c,
viewer/prefsdata.h, viewer/viewer.c:
Added support for Visor's Flash Module
2001-06-14 18:59 heiserd
* parser/: defaults/pluckerrc.sample,
python/PyPlucker/ImageParser.py, python/PyPlucker/Spider.py,
python/PyPlucker/Url.py:
Rewritten WindowsImageParser and new related keys in the
pluckerrc.sample. file:// support for windows.
2001-06-14 17:21 nordstrom
* Makefile.in, NEWS:
Added new target to Makefile that will create a tar package for the
HTML manual
2001-06-11 17:01 nordstrom
* CREDITS, NEWS, parser/python/PyPlucker/TextParser.py:
Added support for alignment attribute in paragraph tags (Nick
Vargish)
2001-06-09 02:55 janssen
* parser/python/PyPlucker/: ImageParser.py, Spider.py:
Update NewNetPBMImageParser to handle 16-bit color, and Spider bpp
options to accept a --bpp=16
2001-06-07 14:24 nordstrom
* REQUIREMENTS, viewer/search.c, viewer/TRG_SDK/README:
Updated to work with PalmOS SDK 4.0
2001-06-06 21:21 janssen
* parser/python/PyPlucker/: ImageParser.py, PalmImagePlugin.py:
Added PIL changes for 16-bit color under PalmOS 4
2001-06-05 16:38 nordstrom
* viewer/TRG_SDK/README:
Added new path to TRG header files
2001-06-05 16:37 nordstrom
* docs/PluckerDB.tex:
Added strike-through function codes
2001-06-05 16:34 nordstrom
* FAQ:
Added new Plucker eBook site
2001-06-01 17:35 nordstrom
* NEWS, viewer/externalform.c:
Date in copy-URL-memo changed to ISO format (Chris Hawks)
2001-06-01 15:39 nordstrom
* NEWS, configure.in, parser/python/PyPlucker/PluckerDocs.py,
parser/python/PyPlucker/TextParser.py, unix/install-plucker,
viewer/anchor.c, viewer/paragraph.c, viewer/paragraph.h,
viewer/util.c, viewer/util.h:
Added support for strikethrough text
2001-05-17 16:40 nordstrom
* viewer/paragraph.c (i18n):
Bug fix for multibyte support
2001-05-09 16:15 nordstrom
* FAQ:
Added new Plucker eBook site
2001-05-06 20:44 desrod
* FAQ:
Updated the FAQ a bit, repaginated it to 80 colums, cleaned up some
verbage, and added a few tweaks
2001-04-30 22:36 nordstrom
* FAQ:
Seems like RH 7.1 also has a broken version of python
2001-04-30 17:06 nordstrom
* CREDITS, FAQ:
Added info about where to find Plucker eBooks
2001-04-23 12:16 heiserd
* viewer/langs/de.rcp:
German translation
2001-04-20 18:41 ondrap
* viewer/langs/cs.rcp:
Updated Czech translation
2001-04-19 04:58 nordstrom
* viewer/dbmgrform.c:
Fixed bug in sort routine that would make some devices crash with a
bus error
2001-04-17 18:40 nordstrom
* viewer/langs/fr.rcp:
Updated French translation (Nicolas Huillard)
2001-04-14 16:57 nordstrom
* REQUIREMENTS, configure.in, unix/install-plucker:
Updated version
2001-04-14 16:53 nordstrom
* NEWS, viewer/categorydata.c, viewer/dbmgrform.c,
viewer/prefsdata.c, viewer/prefsdata.h, viewer/resourceids.h,
viewer/viewer.rcp.in, viewer/langs/cs.h, viewer/langs/cs.rcp,
viewer/langs/de.h, viewer/langs/de.rcp, viewer/langs/en.h,
viewer/langs/en.rcp, viewer/langs/fo.h, viewer/langs/fo.rcp,
viewer/langs/fr.h, viewer/langs/fr.rcp, viewer/langs/it.h,
viewer/langs/it.rcp, viewer/langs/ja.h, viewer/langs/ja.rcp,
viewer/langs/sample.h, viewer/langs/sample.rcp:
Added support for sorting the databases in the DB manager
2001-04-14 16:50 nordstrom
* parser/: defaults/pluckerrc.sample,
python/PyPlucker/PluckerDocs.py, python/PyPlucker/Spider.py:
Cleaned up the config file
2001-04-12 09:30 desrod
* docs/Parser.tex, parser/defaults/pluckerrc.sample:
Updated references to .pluckerrc for netpbm2, no longer using
netpbm as an argument
2001-04-10 21:22 nordstrom
* Makefile.in, NEWS, docs/Makefile.in, docs/pluck-comics.1,
docs/plucker-decode.1, docs/plucker-dump.1, docs/plucker-setup.1:
Added new man pages
2001-04-10 21:21 nordstrom
* parser/python/PyPlucker/Decode.py:
Added RCS tag to header
2001-04-10 21:20 nordstrom
* parser/python/PyPlucker/PluckerDocs.py:
Added version and help options
2001-04-10 21:18 nordstrom
* docs/plucker-build.1:
Changed version to 1.1
2001-04-07 15:29 nordstrom
* NEWS, configure.in, parser/defaults/pluckerrc.sample,
parser/python/PyPlucker/Url.py, unix/install-plucker,
viewer/control.c, viewer/paragraph.c (i18n):
Merged with main trunk
2001-04-07 15:29 nordstrom
* NEWS, viewer/paragraph.c:
Support for inlined images with a larger width than max line width
(Masakazu Matsumoto)
2001-04-07 11:31 nordstrom
* NEWS, configure.in, unix/install-plucker, viewer/control.c:
Fix to avoid activating control buttons at pen movements
2001-04-02 12:22 heiserd
* parser/: defaults/pluckerrc.sample, python/PyPlucker/Url.py:
fixed a bug in Url.py that cause a runetime error if the base is an
instance and not an string. New config options in the windows
section.
2001-03-31 15:17 nordstrom
* CREDITS, FAQ, Makefile.in, NEWS, README, README.OS2,
configure.in, docs/plucker-build.1,
parser/python/PyPlucker/ImageParser.py,
parser/python/PyPlucker/Spider.py, parser/python/PyPlucker/Url.py,
unix/install-plucker, unix/setup.py.in, viewer/bookmarkform.c,
viewer/categoryform.c, viewer/dbmgrform.c, viewer/resourceids.h,
viewer/viewer.c, viewer/viewer.rcp.in, viewer/langs/cs.rcp,
viewer/langs/de.rcp, viewer/langs/en.rcp, viewer/langs/fo.h,
viewer/langs/fo.rcp, viewer/langs/fr.h, viewer/langs/fr.rcp,
viewer/langs/it.rcp, viewer/langs/ja.h, viewer/langs/ja.rcp,
viewer/langs/sample.rcp (i18n):
Merged with main trunk
2001-03-28 16:17 nordstrom
* CREDITS, FAQ:
Solution to RH7/python problem added to FAQ
2001-03-27 19:04 nordstrom
* CREDITS, ChangeLog, FAQ, Makefile.in, NEWS, configure.in,
unix/install-plucker, unix/setup.py.in, viewer/bookmarkform.c,
viewer/categoryform.c, viewer/dbmgrform.c, viewer/resourceids.h,
viewer/viewer.c, viewer/viewer.rcp.in, viewer/langs/cs.rcp,
viewer/langs/de.rcp, viewer/langs/en.rcp, viewer/langs/fo.h,
viewer/langs/fo.rcp, viewer/langs/fr.h, viewer/langs/fr.rcp,
viewer/langs/it.rcp, viewer/langs/ja.h, viewer/langs/ja.rcp,
viewer/langs/sample.rcp:
Merged with plucker_1_1 branch
2001-03-26 21:57 janssen
* parser/python/PyPlucker/ImageParser.py:
fixed scaling bugs for small images; better error detection when
using PIL
2001-03-23 08:24 heiserd
* parser/python/PyPlucker/ImageParser.py:
Bugfix for the last Bugfix :-(
2001-03-23 06:13 heiserd
* parser/python/PyPlucker/: ImageParser.py, Spider.py, Url.py:
Some bug fixing for the ImageParser and the file: protocoll (affect
Windows only)
2001-03-21 04:35 janssen
* parser/python/PyPlucker/Spider.py:
Fixed bug with fetching image documents but ignoring explicitly
specified width/height limits
2001-03-20 17:01 nordstrom
* viewer/categoryform.c:
Fix to avoid indicating a category as selected when it is renamed
2001-03-19 21:49 nordstrom
* ChangeLog, configure.in, unix/install-plucker (plucker_1_1):
Updated for 1.1 release
2001-03-19 20:56 nordstrom
* CREDITS, NEWS, configure.in, unix/install-plucker,
viewer/categoryform.c, viewer/viewer.rcp.in:
One-click selection of category (Masakazu Matsumoto)
2001-03-19 20:48 nordstrom
* viewer/categoryform.c:
Remove AND/OR when not in multiple select mode
2001-03-15 15:47 nordstrom
* viewer/langs/it.rcp (plucker_1_1):
Updated Italian translation
2001-03-15 04:49 heiserd
* parser/python/PyPlucker/: Spider.py, Url.py:
"file:" now working on Windows (i hope :-)
2001-03-14 23:27 heiserd
* parser/python/PyPlucker/Spider.py:
Fix for the stopping parser if the Image Parser fail
2001-03-14 23:26 heiserd
* viewer/langs/de.rcp (plucker_1_1):
German Translations
2001-03-14 04:50 janssen
* docs/plucker-build.1, parser/python/PyPlucker/Spider.py:
updated command-line switches (and man page) that set various Palm
bits in the DB
2001-03-14 04:27 janssen
* parser/python/PyPlucker/Spider.py:
Added command-line switches to set the various DB bits (backup,
copy, launch)
2001-03-13 16:08 nordstrom
* configure.in, unix/install-plucker, viewer/dbmgrform.c,
viewer/resourceids.h, viewer/viewer.rcp.in, viewer/langs/cs.rcp,
viewer/langs/de.rcp, viewer/langs/en.rcp, viewer/langs/fo.rcp,
viewer/langs/fr.rcp, viewer/langs/it.rcp, viewer/langs/ja.rcp,
viewer/langs/sample.rcp (plucker_1_1):
Prevent beaming of copy-protected databases
2001-03-07 18:09 nordstrom
* viewer/langs/: ja.h, ja.rcp (plucker_1_1):
Updated Japanese translation (Masakazu MATSUMOTO)
2001-03-07 18:07 nordstrom
* viewer/: paragraph.c, util.c (i18n):
Updated to support multi-byte chars
2001-03-06 19:08 nordstrom
* viewer/langs/fo.rcp (plucker_1_1):
Updated Faeroese translation (Jacob Sparre Andersen)
2001-03-06 05:37 nordstrom
* Makefile.in (plucker_1_1):
Fix to avoid including wrong files
2001-03-06 05:37 nordstrom
* unix/setup.py.in (plucker_1_1):
Added Japanese and Faeroese versions of the viewer
2001-03-05 20:53 nordstrom
* viewer/langs/fo.rcp:
file fo.rcp was initially added on branch plucker_1_1.
2001-03-05 20:53 nordstrom
* viewer/langs/fo.h:
file fo.h was initially added on branch plucker_1_1.
2001-03-05 20:53 nordstrom
* CREDITS, NEWS, configure.in, viewer/langs/fo.h,
viewer/langs/fo.rcp (plucker_1_1):
Added initial Faeroese translation (Jacob Sparre Andersen)
2001-03-04 19:38 nordstrom
* NEWS, viewer/bookmarkform.c, viewer/categoryform.c,
viewer/dbmgrform.c, viewer/resourceids.h, viewer/viewer.rcp.in
(plucker_1_1):
Added confirmation dialogues to delete bookmarks and categories
2001-03-02 17:10 nordstrom
* viewer/langs/ja.h:
file ja.h was initially added on branch plucker_1_1.
2001-03-02 17:10 nordstrom
* viewer/langs/ja.rcp:
file ja.rcp was initially added on branch plucker_1_1.
2001-03-02 17:10 nordstrom
* CREDITS, NEWS, configure.in, viewer/langs/ja.h,
viewer/langs/ja.rcp (plucker_1_1):
Initial Japanese translation (Masakazu MATSUMOTO)
2001-03-02 17:08 nordstrom
* viewer/langs/: fr.h, fr.rcp (plucker_1_1):
Updated French translation (Nicolas Huillard)
2001-02-27 18:55 nordstrom
* configure.in, unix/install-plucker, viewer/viewer.c
(plucker_1_1):
Fixed button actions so that when None is selected the buttons will
work as expected
2001-02-13 19:51 nordstrom
* viewer/langs/it.rcp (plucker_1_1):
Updated Italian translation
2001-02-12 17:59 nordstrom
* README, README.OS2, configure.in, unix/install-plucker:
Updated version
2001-02-12 17:43 nordstrom
* CREDITS, NEWS, configure.in, unix/install-plucker,
viewer/paragraph.c (i18n):
Initial multibyte support from Masakazu Matsumoto
2001-02-12 17:41 nordstrom
* NEWS, configure.in, unix/install-plucker, viewer/prefsdata.c,
viewer/prefsdata.h, viewer/viewer.c:
Initial support for auto-scrolling
2001-02-12 17:38 nordstrom
* README, configure.in, unix/install-plucker (plucker_1_1):
Updated for first 1.1 beta release
2001-02-12 17:38 nordstrom
* viewer/viewer.rcp.in (plucker_1_1):
Removed 'Select action:' string (it was never used)
2001-02-12 17:37 nordstrom
* viewer/langs/de.rcp (plucker_1_1):
Sorted the strings
2001-02-12 17:36 nordstrom
* README.OS2 (plucker_1_1):
Fixed broken RCS tag
2001-02-12 16:34 nordstrom
* NEWS:
Updated for 1.1 release
2001-02-12 16:14 nordstrom
* viewer/: README, TRG_SDK/README:
TRG has now fixed the problem with the ffslib.h file
2001-02-12 15:05 nordstrom
* viewer/TRG_SDK/README:
Updated version of bad ffslib.h
2001-02-12 14:56 nordstrom
* CREDITS, viewer/langs/fr.h, viewer/langs/fr.rcp:
Updates to the French language file from Nicolas Huillard
2001-02-12 14:55 nordstrom
* viewer/langs/: cs.rcp, en.rcp, sample.rcp:
Added info about beam option to DB manager help text
2001-02-11 18:10 heiserd
* parser/defaults/pluckerrc.sample, viewer/langs/de.rcp:
German Tranlations and fixes; New ini keys (Windows only)
2001-02-11 17:42 nordstrom
* viewer/TRG_SDK/README:
Added info about bug in TRG's ffslib.h
2001-02-11 15:06 nordstrom
* viewer/document.c:
Get back from Tbmp document using the up or down button (Chris)
2001-02-11 14:44 nordstrom
* viewer/: dbmgrform.c, resourceids.h, viewer.rcp.in, langs/cs.rcp,
langs/de.rcp, langs/en.rcp, langs/fr.rcp, langs/it.rcp,
langs/sample.rcp:
Added alert for no beam support
2001-02-10 17:39 heiserd
* viewer/langs/de.rcp:
German Translation.
2001-02-09 22:56 nordstrom
* NEWS, REQUIREMENTS, configure.in, unix/install-plucker,
viewer/Makefile.in, viewer/beam.c, viewer/beam.h, viewer/control.c,
viewer/dbmgrform.c, viewer/detailsform.c, viewer/document.c,
viewer/mainform.c, viewer/os.c, viewer/os.h, viewer/util.c,
viewer/util.h, viewer/viewer.rcp.in, viewer/TRG_SDK/README,
viewer/langs/cs.rcp, viewer/langs/de.rcp, viewer/langs/en.rcp,
viewer/langs/fr.rcp, viewer/langs/it.rcp, viewer/langs/sample.rcp:
Initial beam support
2001-02-08 22:20 janssen
* parser/python/PyPlucker/Spider.py:
Fix alt_* processing so is only done if one or the other is set
2001-02-06 19:23 nordstrom
* viewer/: viewer.rcp.in, langs/cs.h, langs/de.h, langs/en.h,
langs/fr.h, langs/it.h, langs/it.rcp, langs/sample.h:
Italian translation + new config option for the width of the button
action popup list
2001-02-06 01:35 heiserd
* viewer/: dbmgrform.c, mainform.c, resourceids.h, viewer.rcp.in,
icons/buttonaction.bmp:
CommandToolBar stuff update
2001-02-04 18:17 heiserd
* viewer/langs/de.rcp:
German Translation
2001-02-04 15:51 nordstrom
* ChangeLog:
Updated for new package
2001-02-04 15:50 nordstrom
* parser/python/PyPlucker/Parser.py:
Avoid abort on an image conversion problem (Chris)
2001-02-04 15:36 nordstrom
* NEWS, REQUIREMENTS, TODO, configure.in, docs/Credits.tex,
docs/Viewer.tex, unix/install-plucker, viewer/Makefile.in,
viewer/allforms.h, viewer/bookmark.c, viewer/buttonform.c,
viewer/buttonform.h, viewer/categorydata.c, viewer/categoryform.c,
viewer/control.c, viewer/control.h, viewer/controlform.c,
viewer/dbmgrform.c, viewer/detailsform.c, viewer/document.c,
viewer/emailform.c, viewer/image.c, viewer/mainform.c, viewer/os.c,
viewer/os.h, viewer/prefsdata.c, viewer/prefsdata.h,
viewer/prefsform.c, viewer/resourceids.h, viewer/resultform.c,
viewer/screen.c, viewer/screen.h, viewer/searchform.c,
viewer/util.c, viewer/util.h, viewer/viewer.c,
viewer/viewer.rcp.in, viewer/langs/cs.rcp, viewer/langs/de.rcp,
viewer/langs/en.rcp, viewer/langs/fr.rcp, viewer/langs/it.rcp,
viewer/langs/sample.rcp:
Several changes:
- Possible to configure all hardware buttons for different
actions
- Fixed memory leaks
- The database name is shown in the category form (Chris)
- Unfiled is unselected when selecting categories for a "new" DB
- Screen depth is set to the default screen depth for the device
when the main form is closed (fixed several IIIc problems)
- When showing a "large" image the toolbar (if any) will be
removed temporarily
- Fixed other minor problems
2001-02-02 23:32 janssen
* parser/python/PyPlucker/: ImageParser.py, Spider.py:
fixed sizing bugs that were causing plucker-build crashes and bad
aspect ratios in rescaled images
2001-02-01 04:26 janssen
* parser/python/PyPlucker/: ImageParser.py, PalmImagePlugin.py:
Updated ImageParser.py and PalmImagePlugin.py to allow color image
output via PIL
2001-01-27 11:05 nordstrom
* Makefile.in, autogen.sh, configure:
The configure script is removed from CVS and replaced with an
autogen.sh script
2001-01-26 22:38 nordstrom
* Makefile.in:
Fix to avoid removing __init__.py in the helper dir
2001-01-23 00:29 janssen
* parser/python/PyPlucker/PalmImagePlugin.py:
Additional code for PIL to support writing Palm pixmaps
2001-01-23 00:26 janssen
* parser/python/PyPlucker/ImageParser.py:
Some fixes to NewNetPBMImageParser; new NewPILImageParser
2001-01-20 15:59 nordstrom
* docs/Makefile.in:
Portability fix
2001-01-20 10:13 nordstrom
* configure, unix/install-plucker, viewer/os.c, viewer/os.h,
viewer/screen.c, viewer/screen.h:
Fix to check that images don't have a higher bit depth than
supported by the device
2001-01-20 01:42 heiserd
* configure.in, viewer/image.c:
Little fix to enable the rendering of compressed tbmp's on OS4.
2001-01-17 04:04 janssen
* AUTHORS, docs/Credits.tex:
Fixed Janssen's email address
2001-01-16 00:04 heiserd
* parser/defaults/pluckerrc.sample,
tools/pluck-comics/pluck-comics.py.in:
fixes for pluck-comics to work also on windows; updaed the
description of the config key "ready_sound"
2001-01-15 19:57 nordstrom
* viewer/prefsdata.c:
Added function description for GetInitDBList
2001-01-15 19:08 nordstrom
* unix/install-plucker:
Bug fix for case when pluck-comics shouldn't be installed
2001-01-14 22:27 nordstrom
* AUTHORS, Makefile.in, NEWS, configure, configure.in,
tools/Makefile.in, tools/pluck-comics/Makefile.in,
tools/pluck-comics/comics.com.list,
tools/pluck-comics/kingfeatures.list,
tools/pluck-comics/other.comics.list,
tools/pluck-comics/pluck-comics.py.in,
tools/pluck-comics/ucomics.com.list, unix/install-plucker:
Added pluck-comics script (written by Chris Hawks), a tool to
gather comics from selected websites
2001-01-14 12:57 nordstrom
* Makefile.in, configure, configure.in, parser/Makefile.in,
parser/python/Makefile.in, parser/python/PyPlucker/__init__.py.in,
docs/Makefile.in, unix/install-plucker:
Both the viewer and the parser will have the same version + some
minor changes to the Makefile targets
2001-01-14 12:53 nordstrom
* parser/python/PyPlucker/ImageParser.py:
PIL support for large images (Chris)
2001-01-14 07:16 heiserd
* parser/defaults/pluckerrc.sample:
New ini key "ready_sound" in the WINDOWS section.
2001-01-13 15:24 nordstrom
* parser/defaults/pluckerrc.sample:
Added alternative image options
2001-01-13 15:23 nordstrom
* AUTHORS, CREDITS, Makefile.in, NEWS, README, REQUIREMENTS,
configure, configure.in, unix/install-plucker:
Added a new target, dist-simple, which will create a zip package
including the English version of the viewer, the ZLib shared
library and the User's Guide as a Plucker document
2001-01-13 15:21 nordstrom
* viewer/: mainform.c, resourceids.h, viewer.rcp.in, langs/cs.rcp,
langs/de.rcp, langs/en.rcp, langs/fr.rcp, langs/it.rcp,
langs/sample.rcp:
Removed the contacts form
2001-01-13 02:20 heiserd
* parser/python/PyPlucker/Spider.py:
Bugfix for 'Pluckerdir' environment Variable (Michael Nordström)
2001-01-12 21:38 janssen
* parser/python/PyPlucker/ImageParser.py:
Fixed PIL; added NewNetpbmImageParser and
NewPythonImagingLibraryImageParser
2001-01-12 17:17 nordstrom
* docs/Makefile.in:
Changed the parameters for the alt images
2001-01-12 17:16 nordstrom
* unix/install-plucker:
Changed the default to be 'no' when asking if the current python
parser should be used (suggested by Eric Sandeen)
2001-01-12 17:15 nordstrom
* CREDITS, NEWS, REQUIREMENTS, configure, configure.in:
Updated to only check for the dev tools and ZLib when the
cross-compiler has been found (suggested by Adam Spiers)
2001-01-11 20:43 nordstrom
* configure, configure.in:
Updated to work also when the dev tools are missing
2001-01-10 16:51 nordstrom
* parser/python/PyPlucker/Spider.py:
Fix to only include one image for href case (Chris)
2001-01-09 22:09 janssen
* docs/plucker-build.1:
updated to include --maxheight, --maxwidth, --alt-maxheight,
--altmaxwidth
2001-01-09 20:47 janssen
* parser/python/PyPlucker/Spider.py:
Changed --alt_max* to --alt-max* for consistency, and updated the
help text.
2001-01-09 15:22 heiserd
* parser/python/PyPlucker/: ImageParser.py, Spider.py:
Fixed two Bugs for alt images: 1. Windows Image parser return
allwasy scaled=1; 2. Parser still creates big images without
alt_maxwidth and alt_maxheight keys.
2001-01-08 22:55 nordstrom
* Makefile.in:
User's Guide images have been moved to the same dir as the html
documents in the binary package
2001-01-08 22:31 nordstrom
* ChangeLog, NEWS, configure, configure.in, docs/Makefile.in,
docs/PluckerDB.tex, parser/python/PyPlucker/ImageParser.py,
parser/python/PyPlucker/Parser.py,
parser/python/PyPlucker/PluckerDocs.py,
parser/python/PyPlucker/Spider.py, unix/install-plucker,
viewer/anchor.c, viewer/anchor.h, viewer/bookmark.c,
viewer/control.c, viewer/document.c, viewer/document.h,
viewer/documentdata.c, viewer/documentdata.h, viewer/history.c,
viewer/image.c, viewer/mainform.c, viewer/paragraph.c,
viewer/paragraph.h, viewer/prefsform.c, viewer/session.c,
viewer/util.c, viewer/util.h:
Support for large images (Chris), new arguments added to the parser
for the image handling, the extra space when turning off the
scrollbar is used for rendering text/images and the Plucker
database for the User's Guide will now include images.
2001-01-08 19:52 nordstrom
* parser/: defaults/pluckerrc.sample, python/PyPlucker/Spider.py:
Fixed spelling errors
2001-01-06 22:54 heiserd
* NEWS, parser/defaults/pluckerrc.sample,
parser/python/PyPlucker/Retriever.py,
parser/python/PyPlucker/Spider.py:
Added support for Basic Proxy Authorization.
2001-01-06 22:43 heiserd
* parser/python/PyPlucker/Retriever.py:
Added .JPE as a extension for 'image/jpeg' in GuessType.
2001-01-03 22:12 ondrap
* viewer/langs/cs.rcp:
Updated czech translation.
2001-01-03 19:05 nordstrom
* unix/install-plucker:
Removed prc-tools 2.0 selection (it is handled automatically now)
2001-01-03 19:03 nordstrom
* docs/: Advanced.tex, Credits.tex, GPL.tex, Introduction.tex,
Links.tex, Parser.tex, PluckerDB.tex, Plucker_Doc.tex,
Quickstart.tex, Viewer.tex:
Added RCS keyword
2001-01-03 19:02 nordstrom
* Makefile.in:
Fix to make the Makefile continue also when an optional file is
missing
2000-12-30 22:08 nordstrom
* ChangeLog, configure, configure.in, unix/install-plucker,
viewer/categorydata.c, viewer/categorydata.h, viewer/dbmgrform.c,
viewer/documentdata.c:
Fix to make sure that the database name in the Plkr database is
also updated when a database is renamed
2000-12-30 12:15 nordstrom
* Makefile.in:
Wrong format was used for the tar command in the dist-bin target
2000-12-30 12:14 nordstrom
* docs/Viewer.tex:
Fixed duplicated label
2000-12-30 02:16 nordstrom
* configure, configure.in, unix/install-plucker,
viewer/dbmgrform.c, viewer/mainform.c, viewer/resourceids.h,
viewer/viewer.rcp.in, viewer/icons/bottom.bmp,
viewer/icons/tapaction.bmp, viewer/icons/top.bmp,
viewer/langs/cs.h, viewer/langs/de.h, viewer/langs/en.h,
viewer/langs/fr.h, viewer/langs/it.h, viewer/langs/it.rcp,
viewer/langs/sample.h:
Added more command toolbar buttons (Dirk) + a few fixes to the
header files for the different languages to make the text fit
2000-12-30 02:00 nordstrom
* NEWS:
Added more command toolbar buttons (Dirk) + a few fixes to the
header files for the different languages to make the text fit
2000-12-27 22:59 nordstrom
* configure, configure.in, unix/install-plucker, viewer/viewer.c:
Database name is also stored in the preferences when using
launchable databases
2000-12-26 15:03 nordstrom
* ChangeLog, NEWS, configure, configure.in, unix/install-plucker,
viewer/categorydata.c, viewer/categorydata.h, viewer/dbmgrform.c,
viewer/dbmgrform.h, viewer/prefsdata.c, viewer/prefsdata.h,
viewer/viewer.c:
Optimized the DB manager
2000-12-20 21:36 nordstrom
* TODO:
Added info stating that this is a combined TODO and Wishlist
2000-12-19 20:42 nordstrom
* NEWS, configure, configure.in, unix/install-plucker,
viewer/control.c:
Command bit set for menu key event
2000-12-19 20:41 nordstrom
* viewer/os.c:
Added support for OS4 (Dirk)
2000-12-19 17:54 heiserd
* viewer/langs/de.rcp:
German Translation
2000-12-19 06:52 nordstrom
* CREDITS, ChangeLog, NEWS, configure, configure.in,
unix/install-plucker, unix/setup.py.in, viewer/langs/cs.rcp,
viewer/langs/de.rcp, viewer/langs/en.rcp, viewer/langs/fr.h,
viewer/langs/fr.rcp, viewer/langs/it.rcp, viewer/langs/sample.h:
Added French translation + new header to all the language files
2000-12-14 18:07 nordstrom
* ChangeLog, NEWS, REQUIREMENTS, TODO, configure, configure.in,
unix/install-plucker, viewer/emailform.c, viewer/prefsdata.c,
viewer/prefsdata.h, viewer/prefsform.c, viewer/screen.c,
viewer/viewer.rcp.in:
Changed the screen depth handling to make it work with higher bit
depths
2000-12-11 19:45 nordstrom
* viewer/dbmgrform.c:
Minor update of function name
2000-12-11 19:05 nordstrom
* NEWS, configure, configure.in, unix/install-plucker,
viewer/dbmgrform.c, viewer/resourceids.h, viewer/viewer.rcp.in,
viewer/langs/cs.rcp, viewer/langs/de.rcp, viewer/langs/en.rcp,
viewer/langs/it.rcp, viewer/langs/sample.rcp:
Added menu option to delete all databases for selected
category/categories
2000-12-10 13:47 nordstrom
* ChangeLog, NEWS, configure, configure.in, unix/install-plucker,
viewer/Guidelines.txt, viewer/Makefile.in, viewer/anchor.c,
viewer/anchor.h, viewer/bookmark.c, viewer/bookmark.h,
viewer/bookmarkform.c, viewer/bookmarkform.h,
viewer/categorydata.c, viewer/categorydata.h,
viewer/categoryform.c, viewer/categoryform.h, viewer/control.c,
viewer/control.h, viewer/controlform.c, viewer/controlform.h,
viewer/db.c, viewer/db.h, viewer/dbmgrform.c, viewer/dbmgrform.h,
viewer/debug.c, viewer/debug.h, viewer/detailsform.c,
viewer/detailsform.h, viewer/document.c, viewer/document.h,
viewer/documentdata.c, viewer/documentdata.h, viewer/emailform.c,
viewer/emailform.h, viewer/externalform.c, viewer/externalform.h,
viewer/history.c, viewer/history.h, viewer/image.c, viewer/image.h,
viewer/link.c, viewer/mainform.c, viewer/mainform.h, viewer/os.c,
viewer/os.h, viewer/paragraph.c, viewer/paragraph.h,
viewer/prefsdata.c, viewer/prefsdata.h, viewer/prefsform.c,
viewer/prefsform.h, viewer/resourceids.h, viewer/resultform.c,
viewer/resultform.h, viewer/screen.c, viewer/screen.h,
viewer/search.c, viewer/search.h, viewer/searchform.c,
viewer/searchform.h, viewer/session.c, viewer/session.h,
viewer/uncompress.c, viewer/uncompress.h, viewer/util.c,
viewer/util.h, viewer/viewer.c, viewer/viewer.h:
Changed code to use K&R coding style
2000-12-08 00:06 janssen
* parser/python/PyPlucker/Spider.py:
improved error message on command-line option checking; check for
non-existence of cache directory before doing pluck
2000-12-07 18:12 nordstrom
* CREDITS, ChangeLog, NEWS, TODO, configure, configure.in,
unix/install-plucker, viewer/README, viewer/prefsdata.c,
viewer/prefsdata.h, viewer/prefsform.c, viewer/resourceids.h,
viewer/viewer.c, viewer/viewer.rcp.in, viewer/langs/cs.rcp,
viewer/langs/de.rcp, viewer/langs/en.rcp, viewer/langs/it.rcp,
viewer/langs/sample.rcp:
Included patch from Uwe Müssel to support forward/backward movement
using the HW keys + updated the scripts to auto-detect the
prc-tools version
2000-11-30 04:32 janssen
* docs/Parser.tex:
Added --staybelow=URL command-line option to plucker-build
2000-11-30 04:28 janssen
* docs/plucker-build.1, parser/python/PyPlucker/Spider.py:
Added --staybelow=URL command-line option to plucker-build
2000-11-28 17:05 heiserd
* viewer/: viewer.rcp.in, langs/cs.rcp, langs/de.rcp, langs/en.rcp,
langs/it.rcp, langs/sample.rcp:
German Translations, Shortcuts changed
2000-11-27 21:02 nordstrom
* NEWS, configure, configure.in, unix/install-plucker,
viewer/controlform.c, viewer/viewer.rcp.in, viewer/langs/cs.h,
viewer/langs/cs.rcp, viewer/langs/de.h, viewer/langs/de.rcp,
viewer/langs/en.h, viewer/langs/en.rcp, viewer/langs/it.h,
viewer/langs/it.rcp:
Fixed list in control form so that the new options are visible
2000-11-26 23:34 nordstrom
* ChangeLog, configure, configure.in, unix/install-plucker,
viewer/bookmark.c, viewer/bookmarkform.c, viewer/bookmarkform.h,
viewer/control.c, viewer/control.h, viewer/mainform.c,
viewer/prefsdata.h, viewer/resourceids.h, viewer/viewer.c,
viewer/viewer.rcp.in, viewer/langs/cs.rcp, viewer/langs/de.rcp,
viewer/langs/en.rcp, viewer/langs/it.h, viewer/langs/it.rcp:
Added support for handling bookmarks and go to top/bottom of
document also in fullscreen mode + updated the Italian version with
translated strings from Daniela
2000-11-23 22:14 nordstrom
* unix/install-plucker:
Changed target because of changes to Makefile
2000-11-23 21:10 nordstrom
* docs/Makefile.in:
Fix to install the man page in the correct dir
2000-11-23 19:58 nordstrom
* ChangeLog, Makefile.in, NEWS, README, docs/Makefile.in,
unix/setup.py.in:
Changed the location for the User's Guide in Plucker format to the
same dir as the viewer and ZLib files.
2000-11-14 05:28 nordstrom
* INSTALL:
Fixed a spelling error
2000-11-14 03:47 heiserd
* INSTALL:
Addet a Pointer to the Windows installer.
2000-11-13 00:08 heiserd
* viewer/langs/de.rcp:
Tranlated new Strings. Some Fixes.
2000-11-12 19:30 nordstrom
* ChangeLog, docs/Makefile.in, docs/plucker-build.1 (plucker_1_0):
Minor changes
2000-11-12 14:46 nordstrom
* viewer/: bookmarkform.c, categoryform.c, controlform.c,
dbmgrform.c, detailsform.c, emailform.c, searchform.c:
Cleaned up some list handling code
2000-11-12 14:03 nordstrom
* ChangeLog, NEWS, configure, configure.in, docs/Viewer.tex,
docs/images/Prefs.gif, unix/install-plucker, viewer/const.h,
viewer/document.h, viewer/documentdata.c, viewer/os.c, viewer/os.h,
viewer/prefsdata.c, viewer/prefsdata.h, viewer/prefsform.c,
viewer/resourceids.h, viewer/viewer.c, viewer/viewer.rcp.in,
viewer/ZLib/SysZLib.prc, viewer/ZLib/zconf.h, viewer/langs/cs.h,
viewer/langs/cs.rcp, viewer/langs/de.h, viewer/langs/de.rcp,
viewer/langs/en.h, viewer/langs/en.rcp, viewer/langs/it.h,
viewer/langs/it.rcp, viewer/langs/sample.h,
viewer/langs/sample.rcp:
Added option to change standard font + the font and screen depth
options in the Preferences will only show the supported values
2000-11-12 00:54 janssen
* docs/plucker-build.1:
Fixed a typo in the example.
2000-11-11 15:10 nordstrom
* Makefile.in, NEWS, docs/Makefile.in, docs/Parser.tex,
docs/plucker-build.1, parser/python/PyPlucker/Spider.py,
unix/setup.py.in (plucker_1_0):
Merged with main trunk
2000-11-11 15:04 nordstrom
* Makefile.in, docs/Makefile.in, unix/setup.py.in:
Plucker database for the User's Guide will now be created and
installed for the binary package
2000-11-11 01:11 janssen
* docs/plucker-build.1:
Added the URL for the User's Guide to the SEE ALSO section.
2000-11-10 20:45 nordstrom
* ChangeLog, viewer/ZLib/SysZLib.prc, viewer/ZLib/zconf.h:
Updated for 1.0
2000-11-10 20:42 nordstrom
* NEWS:
Info about man page
2000-11-10 20:42 nordstrom
* docs/Parser.tex:
Added new options for parser
2000-11-10 20:41 nordstrom
* Makefile.in:
Added the man page to the bin target
2000-11-09 23:17 janssen
* docs/plucker-build.1:
Changed Plucker version number back to 1.0
2000-11-09 22:00 janssen
* docs/plucker-build.1:
Updated to reflect --home-url, --update-cache, --compression
2000-11-09 21:59 janssen
* parser/python/PyPlucker/Spider.py:
cleaned up option help output; added --home-url alias for -H,
--update-cache for -c; added --compression=type option
2000-11-09 21:11 janssen
* docs/Makefile.in:
Added installation of the plucker-build man page into the man
subdirectory
2000-11-09 17:32 janssen
* docs/plucker-build.1:
Unix man page for the plucker-build program
2000-10-31 18:52 nordstrom
* ChangeLog (plucker_1_0):
Updated ChangeLog for 1.0
2000-10-31 18:46 nordstrom
* ChangeLog, configure, configure.in, unix/install-plucker,
viewer/ZLib/SysZLib.prc, viewer/ZLib/zconf.h:
Updated for 1.0 release
2000-10-29 16:07 nordstrom
* viewer/dbmgrform.c:
Bug fix to keep the correct database marked as selected in DB
manager when a database is removed
2000-10-29 11:58 nordstrom
* unix/install-plucker, parser/python/PyPlucker/TextParser.py:
It turned out that the __main__ section in TextParser.py was far
from finished so the plucker-parse function will have to wait
2000-10-29 09:07 nordstrom
* unix/install-plucker:
Included plucker-parse, which is a link to TextParser.py. Can be
used to parse documents to show the internal representation
2000-10-29 09:05 nordstrom
* parser/python/PyPlucker/Retriever.py:
Fix to avoid crashes when called as a script
2000-10-28 11:30 nordstrom
* ChangeLog, configure, configure.in, unix/install-plucker,
viewer/Guidelines.txt, viewer/ZLib/SysZLib.prc,
viewer/ZLib/zconf.h:
Updated for beta16
2000-10-28 11:27 nordstrom
* NEWS, README, viewer/dbmgrform.c, viewer/documentdata.c,
viewer/documentdata.h:
Fix to avoid Palm OS 3.5 bug in DmSetDatabaseInfo that could crash
the device when renaming databases
2000-10-26 21:18 heiserd
* viewer/langs/de.rcp:
little corrections
2000-10-26 20:42 heiserd
* parser/: defaults/pluckerrc.sample,
python/PyPlucker/ImageParser.py:
Fix for a bug if the Filename for the imgae converter tools contain
a space. Affect only Windows.
2000-10-26 20:10 heiserd
* conduit/source.w32/: Conduit.dpr, ConstStrings.pas, DBTools.pas,
PalmConst.pas, PalmUserData.pas.patch, Readme.txt, Resource.RES,
Strings.pas, Tools.pas, make.bat:
Changes in conduit.exe to be compatible with Virtual Pascal (a Free
Pascal Compiler)
2000-10-26 19:15 nordstrom
* ChangeLog, configure, configure.in, unix/install-plucker,
viewer/ZLib/SysZLib.prc, viewer/ZLib/zconf.h:
Updated for beta15
2000-10-26 18:59 nordstrom
* viewer/documentdata.c:
Removed one line too much when fixing the AutoCF problem. It's
fixed now so it should be possible to search in documents again
2000-10-25 20:39 wagnera
* viewer/langs/de.rcp:
1.0 final translations
2000-10-25 18:59 nordstrom
* ChangeLog, configure, configure.in, unix/install-plucker,
viewer/ZLib/SysZLib.prc, viewer/ZLib/zconf.h:
Updated for beta14
2000-10-25 18:29 nordstrom
* parser/python/PyPlucker/TextParser.py:
Bug fix for max paragraph size
2000-10-24 05:19 nordstrom
* viewer/categoryform.c:
Yet another fix to the category code
2000-10-24 04:47 nordstrom
* ChangeLog, configure, configure.in, unix/install-plucker,
viewer/ZLib/SysZLib.prc, viewer/ZLib/zconf.h:
Updated for new beta release
2000-10-23 22:04 nordstrom
* viewer/categoryform.c:
Fix for category bug (thanks to Ondrej for pointing out this
problem)
2000-10-23 18:11 nordstrom
* ChangeLog, docs/PluckerDB.tex, viewer/paragraph.c, viewer/util.h,
viewer/ZLib/SysZLib.prc, viewer/ZLib/zconf.h:
Changed the underline function and added the new function codes to
the docs
2000-10-22 23:15 ondrap
* viewer/langs/cs.rcp:
Updated czech translation
2000-10-22 20:21 nordstrom
* ChangeLog, FAQ, NEWS, README, REQUIREMENTS, configure,
configure.in, unix/install-plucker:
Updated for new beta release
2000-10-22 20:17 nordstrom
* viewer/: anchor.c, bookmark.c, categorydata.c, categoryform.c,
controlform.c, dbmgrform.c, document.c, documentdata.c,
emailform.c, externalform.c, paragraph.c, paragraph.h, prefsdata.c,
prefsdata.h, prefsform.c, resourceids.h, search.c, util.h,
viewer.rcp.in, ZLib/SysZLib.prc, ZLib/zconf.h, langs/cs.rcp,
langs/de.rcp, langs/en.rcp, langs/it.rcp, langs/sample.rcp:
Support for underline tag, workaround for AutoCF bug/feature and
also a bug fix to avoid messing up the list of databases when
several databases are renamed during one session
2000-10-22 20:12 nordstrom
* parser/python/PyPlucker/: ConfigFiles.py, PluckerDocs.py,
PluckerLinks.py, Retriever.py, TextParser.py, helper/PQAAppInfo.py:
Added support for underline tag
2000-10-22 20:10 nordstrom
* parser/defaults/pluckerrc.sample:
Added category flag
2000-10-22 20:09 nordstrom
* docs/: Introduction.tex, Makefile.in, Parser.tex, PluckerDB.tex,
Plucker_Doc.tex, Quickstart.tex, Viewer.tex, images/Bookmarks.gif,
images/Category.gif, images/CopyURL.gif, images/DBMgr.gif,
images/Find.gif, images/MainScreen.gif, images/Prefs.gif,
images/Result.gif:
Updated with new images for the viewer and also some minor changes
to the text
2000-10-18 18:14 ondrap
* viewer/langs/cs.rcp:
Update to Cz translation
2000-10-09 17:18 nordstrom
* viewer/: categorydata.c, documentdata.c, resultform.c, search.c:
Cleaned up a few things in the code
2000-10-08 21:46 ondrap
* viewer/langs/: cs.h, cs.rcp:
Updated czech translation.
2000-10-03 19:27 nordstrom
* configure, configure.in, unix/install-plucker, viewer/anchor.c,
viewer/bookmark.c, viewer/bookmarkform.c, viewer/categorydata.c,
viewer/categoryform.c, viewer/control.c, viewer/controlform.c,
viewer/db.c, viewer/dbmgrform.c, viewer/debug.c,
viewer/detailsform.c, viewer/document.c, viewer/documentdata.c,
viewer/documentdata.h, viewer/emailform.c, viewer/externalform.c,
viewer/history.c, viewer/image.c, viewer/link.c, viewer/mainform.c,
viewer/os.c, viewer/paragraph.c, viewer/prefsdata.c,
viewer/prefsform.c, viewer/resourceids.h, viewer/resultform.c,
viewer/screen.c, viewer/search.c, viewer/searchform.c,
viewer/session.c, viewer/uncompress.c, viewer/util.c,
viewer/viewer.c, viewer/viewer.rcp.in, viewer/ZLib/SysZLib.prc,
viewer/ZLib/zconf.h, viewer/langs/cs.h, viewer/langs/cs.rcp,
viewer/langs/de.h, viewer/langs/de.rcp, viewer/langs/en.h,
viewer/langs/en.rcp, viewer/langs/it.h, viewer/langs/it.rcp,
viewer/langs/sample.h, viewer/langs/sample.rcp:
Fixed a few bugs related to the DB manager + added a much faster
synchronizing of the DB list
2000-10-03 19:23 nordstrom
* docs/: Quickstart.tex, Viewer.tex:
A few simple changes to the docs
2000-10-01 16:47 nordstrom
* docs/: Introduction.tex, Quickstart.tex:
Several fixes
2000-10-01 12:48 wagnera
* docs/: Introduction.tex, Quickstart.tex:
Chages to Introd. and Quickstart
2000-09-25 18:47 nordstrom
* configure, configure.in, parser/python/PyPlucker/Url.py,
unix/install-plucker, viewer/categorydata.c, viewer/viewer.rcp.in,
viewer/ZLib/SysZLib.prc, viewer/ZLib/zconf.h:
Fix for default button in alerts (Ondrej) + added an extra check to
make sure that the databases in the DB manager really are Plucker
databases
2000-09-21 17:02 nordstrom
* parser/defaults/home.html:
Updated with correct URLs
2000-09-19 18:55 heiserd
* parser/defaults/pluckerrc.sample:
addet description for the no_image_compression_limit key
2000-09-19 18:53 heiserd
* parser/python/PyPlucker/PluckerDocs.py:
Fix for the diasass funktion and the no_image_compression_limit key
2000-09-19 17:19 nordstrom
* NEWS, REQUIREMENTS, TODO, configure, configure.in,
docs/Advanced.tex, docs/Introduction.tex, docs/Parser.tex,
docs/PluckerDB.tex, docs/Quickstart.tex,
parser/python/PyPlucker/ImageParser.py,
parser/python/PyPlucker/PluckerDocs.py,
parser/python/PyPlucker/Spider.py,
parser/python/PyPlucker/Writer.py, unix/install-plucker,
viewer/Makefile.in, viewer/allforms.h, viewer/anchor.c,
viewer/anchor.h, viewer/bookmark.c, viewer/bookmark.h,
viewer/bookmarkform.c, viewer/bookmarkform.h,
viewer/categorydata.c, viewer/categorydata.h,
viewer/categoryform.c, viewer/categoryform.h, viewer/const.h,
viewer/control.c, viewer/control.h, viewer/controlform.c,
viewer/controlform.h, viewer/db.c, viewer/db.h, viewer/dbmgrform.c,
viewer/dbmgrform.h, viewer/debug.c, viewer/debug.h,
viewer/detailsform.c, viewer/detailsform.h, viewer/document.c,
viewer/document.h, viewer/documentdata.c, viewer/documentdata.h,
viewer/emailform.c, viewer/emailform.h, viewer/externalform.c,
viewer/externalform.h, viewer/history.c, viewer/history.h,
viewer/image.c, viewer/image.h, viewer/link.c, viewer/link.h,
viewer/mainform.c, viewer/mainform.h, viewer/os.c, viewer/os.h,
viewer/paragraph.c, viewer/paragraph.h, viewer/prefsdata.c,
viewer/prefsdata.h, viewer/prefsform.c, viewer/prefsform.h,
viewer/resourceids.h, viewer/resultform.c, viewer/resultform.h,
viewer/screen.c, viewer/screen.h, viewer/search.c, viewer/search.h,
viewer/searchform.c, viewer/searchform.h, viewer/session.c,
viewer/uncompress.c, viewer/uncompress.h, viewer/util.c,
viewer/util.h, viewer/viewer.c, viewer/viewer.rcp.in,
viewer/ZLib/SysZLib.prc, viewer/ZLib/zconf.h, viewer/icons/doc.bmp,
viewer/icons/settings.bmp, viewer/icons/shortbar.bmp,
viewer/langs/cs.h, viewer/langs/cs.rcp, viewer/langs/de.h,
viewer/langs/de.rcp, viewer/langs/en.h, viewer/langs/en.rcp,
viewer/langs/it.h, viewer/langs/it.rcp, viewer/langs/sample.h,
viewer/langs/sample.rcp:
Merged with category branch
2000-09-19 15:39 nordstrom
* configure, configure.in, unix/install-plucker,
viewer/categorydata.c, viewer/categoryform.c, viewer/emailform.h,
viewer/resultform.h, viewer/searchform.h, viewer/ZLib/SysZLib.prc,
viewer/ZLib/zconf.h:
Minor segment changes
2000-09-12 18:06 nordstrom
* docs/: Advanced.tex, Introduction.tex, Parser.tex, PluckerDB.tex,
Quickstart.tex:
Removed text that has been left in a 'bad' state for too long (i.e.
not spellchecked, etc.)
2000-09-10 19:57 nordstrom
* configure, configure.in, unix/install-plucker, viewer/allforms.h,
viewer/anchor.c, viewer/anchor.h, viewer/bookmark.c,
viewer/bookmark.h, viewer/bookmarkform.c, viewer/bookmarkform.h,
viewer/categorydata.c, viewer/categorydata.h,
viewer/categoryform.c, viewer/categoryform.h, viewer/const.h,
viewer/control.c, viewer/control.h, viewer/controlform.c,
viewer/controlform.h, viewer/db.c, viewer/db.h, viewer/dbmgrform.c,
viewer/dbmgrform.h, viewer/debug.c, viewer/debug.h,
viewer/detailsform.c, viewer/detailsform.h, viewer/document.c,
viewer/document.h, viewer/documentdata.c, viewer/documentdata.h,
viewer/emailform.c, viewer/emailform.h, viewer/externalform.c,
viewer/externalform.h, viewer/history.c, viewer/history.h,
viewer/image.c, viewer/image.h, viewer/link.c, viewer/link.h,
viewer/mainform.c, viewer/mainform.h, viewer/os.c, viewer/os.h,
viewer/paragraph.c, viewer/paragraph.h, viewer/prefsdata.c,
viewer/prefsdata.h, viewer/prefsform.c, viewer/prefsform.h,
viewer/resultform.c, viewer/resultform.h, viewer/screen.c,
viewer/screen.h, viewer/search.c, viewer/search.h,
viewer/searchform.c, viewer/searchform.h, viewer/session.c,
viewer/uncompress.c, viewer/uncompress.h, viewer/util.c,
viewer/util.h, viewer/viewer.c:
Minor changes to header files + menu items moved to separate
functions
2000-09-10 18:06 nordstrom
* parser/python/PyPlucker/TextParser.py:
Better table handling (Bill)
2000-09-10 18:05 nordstrom
* viewer/categorydata.c:
file categorydata.c was initially added on branch category.
2000-09-10 18:05 nordstrom
* viewer/categoryform.c:
file categoryform.c was initially added on branch category.
2000-09-10 18:05 nordstrom
* viewer/categorydata.h:
file categorydata.h was initially added on branch category.
2000-09-10 18:05 nordstrom
* viewer/categoryform.h:
file categoryform.h was initially added on branch category.
2000-09-10 18:05 nordstrom
* viewer/: Makefile.in, allforms.h, categorydata.c, categorydata.h,
categoryform.c, categoryform.h, control.c, dbmgrform.c,
dbmgrform.h, detailsform.c, document.c, document.h, documentdata.c,
documentdata.h, image.c, image.h, mainform.c, uncompress.c,
uncompress.h, viewer.c, ZLib/SysZLib.prc, ZLib/zconf.h:
Split some of the larger files into smaller files + moved a few
functions to the files where they are used
2000-09-10 18:02 nordstrom
* parser/python/PyPlucker/: ImageParser.py, PluckerDocs.py,
TextParser.py:
Possible to specify a limit for when images should be compressed
(Dirk) + fixes to the table handling (Bill)
2000-09-04 21:52 heiserd
* viewer/langs/de.rcp:
corrected a syntax error in the previous version
2000-09-04 21:43 heiserd
* viewer/langs/de.rcp:
more german translations
2000-09-04 18:34 nordstrom
* configure, configure.in, unix/install-plucker,
viewer/viewer.rcp.in:
Minor cosmetic change plus the increase in version that I forgot
when commiting the bug fixes
2000-09-04 17:51 nordstrom
* viewer/anchor.c:
Increased the max number of visible anchors
2000-09-04 17:34 nordstrom
* viewer/: dbmgrform.c, document.c, prefsdata.c, ZLib/SysZLib.prc,
ZLib/zconf.h:
Bug fix for merging and deleting categories, and also remove the
correct DB from the list of databases
2000-09-01 18:35 heiserd
* viewer/: viewer.rcp.in, langs/cs.h, langs/cs.rcp, langs/de.h,
langs/de.rcp, langs/en.h, langs/en.rcp, langs/it.h, langs/it.rcp,
langs/sample.h, langs/sample.rcp:
First pass of the german translation. Need some work later for the
alerts and help.
2000-08-31 20:16 nordstrom
* NEWS, parser/python/PyPlucker/ConfigFiles.py, NEWS,
parser/python/PyPlucker/ConfigFiles.py:
Type check added (Bill Janssen)
2000-08-31 20:06 nordstrom
* NEWS, viewer/prefsform.c:
Bug fix for lost setting of command toolbar button
2000-08-31 19:53 nordstrom
* viewer/icons/settings.bmp:
file settings.bmp was initially added on branch category.
2000-08-31 19:53 nordstrom
* viewer/icons/shortbar.bmp:
file shortbar.bmp was initially added on branch category.
2000-08-31 19:53 nordstrom
* viewer/icons/doc.bmp:
file doc.bmp was initially added on branch category.
2000-08-31 19:53 nordstrom
* configure, configure.in, parser/python/PyPlucker/PluckerDocs.py,
parser/python/PyPlucker/Spider.py,
parser/python/PyPlucker/Writer.py, unix/install-plucker,
viewer/Makefile.in, viewer/bookmark.c, viewer/bookmark.h,
viewer/const.h, viewer/controlform.c, viewer/dbmgrform.c,
viewer/dbmgrform.h, viewer/document.c, viewer/documentdata.c,
viewer/documentdata.h, viewer/emailform.c, viewer/emailform.h,
viewer/externalform.c, viewer/externalform.h, viewer/mainform.c,
viewer/prefsdata.c, viewer/prefsdata.h, viewer/prefsform.c,
viewer/resourceids.h, viewer/resultform.h, viewer/search.c,
viewer/search.h, viewer/util.c, viewer/util.h, viewer/viewer.c,
viewer/viewer.rcp.in, viewer/ZLib/SysZLib.prc, viewer/ZLib/zconf.h,
viewer/icons/doc.bmp, viewer/icons/settings.bmp,
viewer/icons/shortbar.bmp, viewer/langs/cs.rcp,
viewer/langs/de.rcp, viewer/langs/en.rcp, viewer/langs/it.rcp,
viewer/langs/sample.rcp:
First version with category support
2000-08-27 10:19 wagnera
* docs/: Introduction.tex, Parser.tex, PluckerDB.tex,
Plucker_Doc.tex, Quickstart.tex:
AW: checked till 3.4
2000-08-24 12:38 nordstrom
* viewer/emailform.c:
Fix to avoid crash when Mail app is not available
2000-08-23 01:31 heiserd
* conduit/source.w32/: Conduit.dpr, Strings.pas, Tools.pas:
Set max DBName length to 31, Add support to write the preset
category record.
2000-08-22 16:19 nordstrom
* docs/Viewer.tex:
Added more text for the mailto function (Chris)
2000-08-22 13:50 nordstrom
* configure, configure.in, unix/install-plucker,
viewer/ZLib/SysZLib.prc, viewer/ZLib/zconf.h:
New beta package
2000-08-22 13:48 nordstrom
* docs/: Advanced.tex, Parser.tex, Quickstart.tex:
Fixed spelling errors
2000-08-21 16:50 nordstrom
* parser/python/PyPlucker/: Spider.py, TextParser.py:
POST and MAILTO fixes (Chris)
2000-08-21 16:49 nordstrom
* viewer/langs/it.rcp:
Updated Italian rcp file
2000-08-20 12:01 wagnera
* docs/Quickstart.tex:
OS2 upgrades to the docs
2000-08-20 11:58 wagnera
* docs/: Parser.tex, Quickstart.tex:
OS2 upgrades to the docs
2000-08-17 20:19 nordstrom
* unix/setup.py.in:
Updated to make it easier to add new languages for the viewer
2000-08-17 08:30 nordstrom
* NEWS, configure, configure.in, unix/install-plucker,
viewer/dbmgrform.c, viewer/documentdata.c, viewer/viewer.rcp.in,
viewer/ZLib/SysZLib.prc, viewer/ZLib/zconf.h:
Fix to avoid buffer overflow when using long database names
2000-08-16 16:28 nordstrom
* viewer/langs/it.rcp:
Translated strings
2000-08-16 16:27 nordstrom
* docs/PluckerDB.tex:
Added missing TR in TABLE
2000-08-16 14:01 nordstrom
* docs/: Advanced.tex, Makefile.in, Parser.tex, PluckerDB.tex,
Quickstart.tex:
A few more minor changes
2000-08-16 11:48 nordstrom
* docs/: Introduction.tex, PluckerDB.tex:
Changed some minor details
2000-08-16 10:50 nordstrom
* configure, configure.in, docs/Makefile.in:
Updated paths for doc Makefile
2000-08-16 10:38 nordstrom
* AUTHORS, CREDITS, FAQ, INSTALL, Makefile.in, README,
docs/Advanced.tex, docs/Credits.tex, docs/GPL.tex,
docs/Introduction.tex, docs/Links.tex, docs/Makefile.in,
docs/Parser.tex, docs/PluckerDB.html, docs/PluckerDB.tex,
docs/Plucker_Develop.TEX, docs/Plucker_Doc.TEX,
docs/Plucker_Doc.tex, docs/Quickstart.tex, docs/Viewer.tex,
docs/links.html, docs/images/Bookmarks.gif,
docs/images/CopyURL.gif, docs/images/DBMgr.gif,
docs/images/EditBookmarks.gif, docs/images/Find.gif,
docs/images/Mail.gif, docs/images/MainScreen.gif,
docs/images/Prefs.gif, docs/images/Result.gif,
docs/images/Start.gif, docs/images/TapAction.gif,
docs/images/chicken-head.gif:
New doc structure + added PluckerDB and links documents
2000-08-15 23:51 nordstrom
* configure, configure.in, unix/install-plucker,
viewer/ZLib/SysZLib.prc, viewer/ZLib/zconf.h:
New beta release
2000-08-15 23:50 nordstrom
* NEWS, parser/python/PyPlucker/PluckerDocs.py,
parser/python/PyPlucker/TextParser.py:
Bug fix and support for BASE tag (Bill Janssen)
2000-08-15 19:33 nordstrom
* docs/PluckerDB.html:
Updated with correct values for Index record
2000-08-15 14:23 nordstrom
* configure, configure.in, unix/install-plucker:
New beta package
2000-08-15 13:31 nordstrom
* REQUIREMENTS:
Updated device requirement
2000-08-15 13:30 nordstrom
* parser/python/PyPlucker/: ConfigFiles.py, ImageParser.py:
Fix to handle string/integer values
2000-08-14 00:08 heiserd
* viewer/langs/de.rcp:
Translated the new messages and corrected a few errors in the old
ones.
2000-08-13 19:57 nordstrom
* parser/python/PyPlucker/Decode.py:
Fix to support the new location of the file
2000-08-13 10:27 nordstrom
* NEWS, viewer/document.c, viewer/documentdata.c,
viewer/documentdata.h, viewer/externalform.c:
Cleaned up docs and code
2000-08-13 08:37 nordstrom
* FAQ:
Fixed a spelling error
2000-08-13 08:35 nordstrom
* viewer/image.c:
Missed a MemHandleUnlock
2000-08-12 15:21 ondrap
* viewer/langs/cs.rcp:
Updated Czech translation.
2000-08-12 13:38 nordstrom
* FAQ, REQUIREMENTS, configure, configure.in, unix/install-plucker:
New beta release
2000-08-12 13:34 nordstrom
* viewer/: document.c, documentdata.c, documentdata.h, image.c,
image.h, resourceids.h, uncompress.c, uncompress.h, viewer.rcp.in,
ZLib/SysZLib.prc, ZLib/zconf.h, langs/cs.rcp, langs/de.rcp,
langs/en.rcp, langs/it.rcp, langs/sample.rcp:
Fix to avoid crash because of Palm OS bug in bitmap compression
2000-08-11 10:09 nordstrom
* unix/: install-plucker, setup.py.in:
Cleaned up the scripts a bit
2000-08-10 22:15 nordstrom
* configure, configure.in, viewer/externalform.c,
viewer/externalform.h, unix/install-plucker:
Fixed an 'old' bug again...
2000-08-10 20:36 nordstrom
* unix/: install-plucker, setup.py.in:
Fixed a couple of problems that made the scripts crash
2000-08-10 17:41 nordstrom
* parser/python/PyPlucker/: PluckerDocs.py, Spider.py:
Fix to be able to dump ZLib compressed databases and also a fix to
avoid crashes when using the POST feature (Chris)
2000-08-10 17:37 nordstrom
* Makefile.in, NEWS, README, REQUIREMENTS, configure, configure.in,
unix/install-plucker, unix/setup.in, unix/setup.py.in:
Script is now written in python
2000-08-09 16:41 heiserd
* viewer/langs/de.rcp:
no message
2000-08-09 00:03 nordstrom
* configure, configure.in, unix/install-plucker, unix/setup.in:
First 1.0beta version
2000-08-08 17:36 nordstrom
* configure, configure.in, unix/install-plucker,
viewer/Makefile.in, viewer/viewer.rcp.in, viewer/ZLib/SysZLib.prc,
viewer/ZLib/zconf.h, viewer/icons/color.sed,
viewer/icons/standard.sed, viewer/scripts/color.sed,
viewer/scripts/standard.sed:
Moved the sed scripts to a separate directory
2000-08-08 13:45 nordstrom
* unix/setup.in:
Added correct path and fixed a spelling error
2000-08-07 21:00 nordstrom
* docs/links.html:
Changed link for C-Net
2000-08-07 20:36 heiserd
* parser/defaults/pluckerrc.sample:
move some keys
2000-08-07 18:54 nordstrom
* docs/links.html:
New URL for NY Times
2000-08-07 17:34 nordstrom
* parser/: defaults/pluckerrc.sample, python/PyPlucker/Spider.py:
max_depth has been changed to maxdepth
2000-08-07 17:03 nordstrom
* configure, configure.in, unix/install-plucker,
viewer/Makefile.in, viewer/README:
Changed the name on the color version
2000-08-07 16:38 nordstrom
* Makefile.in, configure, configure.in, parser/install.in,
unix/install-plucker, unix/setup.in:
Moved the unix/linux setup tool from the parser dir to the unix dir
2000-08-07 16:36 nordstrom
* viewer/: Makefile.in, README, viewer.rcp.in, ZLib/SysZLib.prc,
ZLib/zconf.h, icons/color.sed, icons/standard.sed:
Color support is now an optional feature
2000-08-06 22:06 nordstrom
* BUGREPORT, NEWS:
Fixed spelling errors
2000-08-06 22:02 nordstrom
* FAQ:
Fixed spelling errors
2000-08-06 21:36 nordstrom
* conduit/Conduit.exe, viewer/ZLib/SysZLib.prc,
viewer/ZLib/zconf.h:
Removed Windows binary from source tree
2000-08-06 20:24 nordstrom
* parser/install.in, unix/install-plucker:
Added check for root after suggestion from Chris
2000-08-06 20:23 nordstrom
* ChangeLog, FAQ, Makefile.in, TODO, docs/ChangeLog,
docs/ChangeLog.html, docs/FAQ, docs/FAQ.html, docs/TODO:
Re-organized docs
2000-08-05 20:19 nordstrom
* parser/python/PyPlucker/ImageParser.py:
Redirect stderr and stdout
2000-08-05 19:43 nordstrom
* viewer/Makefile.in:
Different test for copying the library prc
2000-08-05 19:40 nordstrom
* Makefile.in:
Fix for running mkinstalldirs
2000-08-05 18:02 desrod
* viewer/icons/chicken.bmp:
Cleaned up the silly chicken image, and squeezed 20 bytes out of it
2000-08-05 13:49 nordstrom
* viewer/Makefile.in:
Fix to _help_ those that can't RTFM
2000-08-05 12:49 nordstrom
* viewer/README:
The configure script should now be run in the top dir not the unix
dir
2000-08-05 11:41 nordstrom
* CREDITS, INSTALL, Makefile.in, configure, configure.in,
install-sh, mkinstalldirs, parser/install.in,
parser/python/Makefile.in, parser/python/PyPlucker/ImageParser.py,
parser/python/PyPlucker/Makefile.in, unix/install-plucker,
viewer/ZLib/SysZLib.prc, viewer/ZLib/zconf.h:
Fixed a bunch of problems that made the installation fail on a
Solaris system (thanks to Bill Janssen for finding all these
problems)
2000-08-04 21:03 desrod
* viewer/: Makefile.in, viewer.rcp.in, ZLib/SysZLib.prc,
ZLib/zconf.h, icons/bm.bmp, icons/fl.bmp, icons/fnd.bmp,
icons/hm.bmp, icons/viewer-2bpp.bmp, icons/viewer-4bpp.bmp,
icons/viewer-8bpp.bmp, icons/viewer.bmp:
Added fixes to viewer.rcp.in to handle the new icons, and to
Makefile.in to handle the new sed regex for RESDIR. Also added the
2bpp, 4bpp, 8bpp (color) icons to the branch. Added some new
titlebar icons as well. (I hope I did this branch right, my brain
is broken after the mess with 55 branches last week)
2000-08-04 19:40 nordstrom
* viewer/langs/: cs.rcp, de.rcp, en.rcp, it.rcp, sample.rcp:
Removed some redundant strings
2000-08-04 18:27 nordstrom
* unix/install-plucker:
Fixed bug in default path for Python parser
2000-08-04 11:30 nordstrom
* parser/python/PyPlucker/: PluckerDocs.py, Writer.py:
Fix to support 'unlimited' amount of reserved records
2000-08-04 00:52 nordstrom
* Makefile.in:
Removed tests for dev tools in binary package
2000-08-04 00:31 nordstrom
* Makefile.in, unix/install-plucker:
Added extra check to avoid question about prc-tools for binary
package
2000-08-04 00:03 nordstrom
* viewer/README:
Fixed a couple of spelling errors
2000-08-03 23:53 nordstrom
* Makefile.in:
Fix for making the navigation icons local to the document
2000-08-03 23:23 nordstrom
* unix/install-plucker:
Added prc-tools option (Chris)
2000-08-03 22:37 nordstrom
* parser/python/hotsync.bat, viewer/langs/de.rcp:
Removed hotsync script for Windows and updated the German language
file
2000-08-03 20:23 nordstrom
* BUGREPORT, INSTALL, Makefile.in, NEWS, README.NOW, REQUIREMENTS,
configure, configure.in, install-sh, docs/quickstart.html,
parser/install, parser/install.in, parser/defaults/external.html,
parser/defaults/pluckerrc, parser/defaults/pluckerrc.sample,
parser/python/COPYING, parser/python/Makefile.in,
parser/python/decode.py, parser/python/hotsync,
parser/python/pluckerrc.sample, parser/python/PyPlucker/Decode.py,
parser/python/PyPlucker/Makefile.in,
parser/python/PyPlucker/Spider.py,
parser/python/PyPlucker/__init__.py,
parser/python/PyPlucker/__init__.py.in,
parser/python/PyPlucker/helper/PQAAppInfo.py, unix/install-plucker,
viewer/Makefile.in, viewer/README, viewer/autogen.sh,
viewer/configure, viewer/configure.in, viewer/detailsform.c,
viewer/externalform.c, viewer/externalform.h, viewer/image.c,
viewer/paragraph.c, viewer/search.c, viewer/uncompress.c,
viewer/uncompress.h, viewer/zlib-1.1.3.diff, viewer/ZLib/SysZLib.h,
viewer/ZLib/SysZLib.prc, viewer/ZLib/zconf.h,
viewer/ZLib/zlib-1.1.3.diff, viewer/ZLib/zlib.h:
Updated file structure and added global config script
2000-08-01 16:35 heiserd
* conduit/: Conduit.exe, source.w32/Conduit.dpr,
source.w32/Strings.pas, source.w32/Tools.pas:
Vers 1.6 (need for new DB format)
2000-08-01 16:09 heiserd
* REQUIREMENTS:
New URL for ImageMagic
2000-07-31 08:05 nordstrom
* viewer/: autogen.sh, bookmark.c, configure, configure.in,
externalform.c, externalform.h, zlib-1.1.3.diff:
Fixed a bug that crashed the device when exiting the app
2000-07-30 04:21 desrod
* parser/perl/parser/rPlucke.pl:
Cleaned up the mailto stuff, still fighting a bug on line 407, but
at least I'm using strict =)
2000-07-30 04:05 desrod
* parser/perl/parser/rPlucke.pl:
Still more fixes, added the Palm Computing banner, general
house-cleaning. There's a bug on line 391 in the concatenation of
fragments I'm trying to work out
2000-07-30 03:52 desrod
* parser/perl/parser/: plucke-rget.pl, rPlucke.pl:
Renamed the perl spider to avoid collisions with a similar project
on the web. Now it's rPlucke.pl. Updated some of the internal logic
and output formatting
2000-07-29 18:02 desrod
* parser/perl/parser/: README, WARNING, plucke-rget.pl:
Updated the README for the perl parser, and added the 'new' version
of the parser for testing that I've been working on. Functional,
and LIGHTNING fast.
2000-07-27 15:51 nordstrom
* viewer/: bookmark.c, document.c, externalform.c, externalform.h:
Added redraw function for scrollbar
2000-07-27 12:55 nordstrom
* parser/python/PyPlucker/Spider.py:
stayonhost command line option added
2000-07-27 10:44 nordstrom
* parser/python/PyPlucker/Retriever.py:
Fixed bug in parser affecting .htm files
2000-07-26 15:49 heiserd
* parser/python/pluckerrc.sample, viewer/langs/de.rcp:
Some minor corrections.
2000-07-26 09:34 nordstrom
* CREDITS, NEWS, README, REQUIREMENTS, docs/PluckerDB.html,
docs/PluckerDB.txt, parser/install, parser/python/pluckerrc.sample,
parser/python/PyPlucker/ImageParser.py,
parser/python/PyPlucker/PluckerDocs.py,
parser/python/PyPlucker/PluckerLinks.py,
parser/python/PyPlucker/Spider.py,
parser/python/PyPlucker/Writer.py,
parser/python/PyPlucker/__init__.py,
parser/python/PyPlucker/helper/PQAAppInfo.py,
parser/python/PyPlucker/helper/prc.py, viewer/Makefile.in,
viewer/PluckerDB.pdb, viewer/allforms.h, viewer/anchor.c,
viewer/anchor.h, viewer/autogen.sh, viewer/bookmark.c,
viewer/bookmark.h, viewer/bookmarkform.c, viewer/bookmarkform.h,
viewer/configure, viewer/configure.in, viewer/const.h,
viewer/control.c, viewer/control.h, viewer/controlform.c,
viewer/controlform.h, viewer/db.c, viewer/db.h, viewer/dbmgrform.c,
viewer/dbmgrform.h, viewer/debug.c, viewer/debug.h,
viewer/detailsform.c, viewer/detailsform.h, viewer/document.c,
viewer/document.h, viewer/documentdata.c, viewer/documentdata.h,
viewer/emailform.c, viewer/emailform.h, viewer/externalform.c,
viewer/externalform.h, viewer/history.c, viewer/history.h,
viewer/image.c, viewer/image.h, viewer/link.c, viewer/link.h,
viewer/mainform.c, viewer/mainform.h, viewer/os.c, viewer/os.h,
viewer/paragraph.c, viewer/paragraph.h, viewer/prefsdata.c,
viewer/prefsdata.h, viewer/prefsform.c, viewer/prefsform.h,
viewer/resourceids.h, viewer/resultform.c, viewer/resultform.h,
viewer/screen.c, viewer/screen.h, viewer/search.c, viewer/search.h,
viewer/searchform.c, viewer/searchform.h, viewer/session.c,
viewer/session.h, viewer/uncompress.c, viewer/uncompress.h,
viewer/util.c, viewer/util.h, viewer/viewer.c, viewer/viewer.h,
viewer/viewer.rcp.in, viewer/zlib-1.1.3.diff, viewer/langs/cs.h,
viewer/langs/cs.rcp, viewer/langs/de.h, viewer/langs/de.rcp,
viewer/langs/en.h, viewer/langs/en.rcp, viewer/langs/it.h,
viewer/langs/it.rcp, viewer/langs/sample.h,
viewer/langs/sample.rcp:
Merged with zlib branch
2000-07-25 14:20 nordstrom
* viewer/: autogen.sh, configure, configure.in, prefsdata.c:
Fixed minor (but annoying) bug in find function
2000-07-24 09:06 nordstrom
* parser/python/PyPlucker/PluckerLinks.py,
parser/python/PyPlucker/Writer.py, viewer/Makefile.in,
viewer/autogen.sh, viewer/configure, viewer/configure.in,
viewer/externalform.c, viewer/externalform.h, viewer/image.c,
viewer/prefsdata.c, viewer/resourceids.h, viewer/viewer.rcp.in,
viewer/langs/cs.rcp, viewer/langs/de.rcp, viewer/langs/en.rcp,
viewer/langs/it.rcp, viewer/langs/sample.rcp:
'No URL info is available' message added (Chris) + some changes to
the Show images handling
2000-07-24 09:06 nordstrom
* parser/python/PyPlucker/PluckerLinks.py:
file PluckerLinks.py was initially added on branch zlib.
2000-07-22 23:16 nordstrom
* parser/python/PyPlucker/Writer.py:
Fix for URL handling (Chris)
2000-07-22 21:55 nordstrom
* viewer/langs/it.rcp:
Updated binaries and Italian translation
2000-07-22 21:51 nordstrom
* viewer/: autogen.sh, configure, configure.in, document.c,
langs/it.rcp:
Fixed bug in offset control and added Italian translation for a few
strings
2000-07-22 19:34 nordstrom
* REQUIREMENTS:
Changed software requirements
2000-07-22 18:09 nordstrom
* docs/PluckerDB.html:
file PluckerDB.html was initially added on branch zlib.
2000-07-22 18:09 nordstrom
* NEWS, README, docs/PluckerDB.html, parser/install,
parser/python/PyPlucker/PluckerDocs.py,
parser/python/PyPlucker/Spider.py,
parser/python/PyPlucker/Writer.py,
parser/python/PyPlucker/__init__.py, viewer/autogen.sh,
viewer/configure, viewer/configure.in, viewer/const.h,
viewer/control.c, viewer/document.c, viewer/document.h,
viewer/documentdata.c, viewer/documentdata.h,
viewer/externalform.c, viewer/externalform.h, viewer/history.c,
viewer/image.c, viewer/paragraph.c, viewer/search.c,
viewer/uncompress.c, viewer/zlib-1.1.3.diff:
Updated for new DB format
2000-07-21 19:06 wagnera
* docs/Plucker_Doc.TEX:
Very early rewritten code for 1.0 docs
2000-07-20 21:31 heiserd
* parser/python/: pluckerrc.sample, PyPlucker/ImageParser.py:
Needed changes in the Config file
2000-07-20 17:10 nordstrom
* parser/python/PyPlucker/: ImageParser.py, PluckerDocs.py,
Spider.py, Writer.py, __init__.py, helper/PQAAppInfo.py,
helper/prc.py:
Updated parser for new database format (ZLib support)
2000-07-20 17:10 nordstrom
* parser/python/PyPlucker/helper/PQAAppInfo.py:
file PQAAppInfo.py was initially added on branch zlib.
2000-07-20 16:09 nordstrom
* CREDITS:
Added Tom Zerucha
2000-07-20 15:14 nordstrom
* NEWS, viewer/Makefile.in, viewer/allforms.h, viewer/anchor.c,
viewer/anchor.h, viewer/autogen.sh, viewer/bookmark.c,
viewer/bookmark.h, viewer/bookmarkform.c, viewer/bookmarkform.h,
viewer/configure, viewer/configure.in, viewer/const.h,
viewer/control.c, viewer/control.h, viewer/controlform.c,
viewer/controlform.h, viewer/db.c, viewer/db.h, viewer/dbmgrform.c,
viewer/dbmgrform.h, viewer/debug.c, viewer/debug.h,
viewer/detailsform.c, viewer/detailsform.h, viewer/document.c,
viewer/document.h, viewer/documentdata.c, viewer/documentdata.h,
viewer/emailform.c, viewer/emailform.h, viewer/externalform.c,
viewer/externalform.h, viewer/history.c, viewer/history.h,
viewer/image.c, viewer/image.h, viewer/link.c, viewer/link.h,
viewer/mainform.c, viewer/mainform.h, viewer/os.c, viewer/os.h,
viewer/paragraph.c, viewer/paragraph.h, viewer/prefsdata.c,
viewer/prefsdata.h, viewer/prefsform.c, viewer/prefsform.h,
viewer/resourceids.h, viewer/resultform.c, viewer/resultform.h,
viewer/screen.c, viewer/screen.h, viewer/search.c, viewer/search.h,
viewer/searchform.c, viewer/searchform.h, viewer/session.c,
viewer/session.h, viewer/uncompress.c, viewer/uncompress.h,
viewer/util.c, viewer/util.h, viewer/viewer.c, viewer/viewer.h,
viewer/viewer.rcp.in, viewer/zlib-1.1.3.diff, viewer/langs/cs.h,
viewer/langs/de.h, viewer/langs/en.h, viewer/langs/it.h,
viewer/langs/sample.h:
Updated to use Tom Zerucha's shared library with ZLib support
2000-07-14 15:02 nordstrom
* viewer/zlib-1.1.3.diff:
file zlib-1.1.3.diff was initially added on branch zlib.
2000-07-14 15:02 nordstrom
* NEWS, viewer/Makefile.in, viewer/allforms.h, viewer/anchor.c,
viewer/anchor.h, viewer/autogen.sh, viewer/bookmark.c,
viewer/bookmark.h, viewer/bookmarkform.c, viewer/bookmarkform.h,
viewer/configure, viewer/configure.in, viewer/const.h,
viewer/control.c, viewer/control.h, viewer/controlform.c,
viewer/controlform.h, viewer/db.c, viewer/db.h, viewer/dbmgrform.c,
viewer/dbmgrform.h, viewer/debug.c, viewer/debug.h,
viewer/detailsform.c, viewer/detailsform.h, viewer/document.c,
viewer/document.h, viewer/documentdata.c, viewer/documentdata.h,
viewer/emailform.c, viewer/emailform.h, viewer/externalform.c,
viewer/externalform.h, viewer/history.c, viewer/history.h,
viewer/image.c, viewer/image.h, viewer/link.c, viewer/link.h,
viewer/mainform.c, viewer/mainform.h, viewer/os.c, viewer/os.h,
viewer/paragraph.c, viewer/paragraph.h, viewer/prefsdata.c,
viewer/prefsdata.h, viewer/prefsform.c, viewer/prefsform.h,
viewer/resourceids.h, viewer/resultform.c, viewer/resultform.h,
viewer/screen.c, viewer/screen.h, viewer/search.c, viewer/search.h,
viewer/searchform.c, viewer/searchform.h, viewer/session.c,
viewer/session.h, viewer/uncompress.c, viewer/uncompress.h,
viewer/util.c, viewer/util.h, viewer/viewer.c, viewer/viewer.h,
viewer/viewer.rcp.in, viewer/zlib-1.1.3.diff, viewer/langs/cs.h,
viewer/langs/cs.rcp, viewer/langs/de.h, viewer/langs/de.rcp,
viewer/langs/en.h, viewer/langs/en.rcp, viewer/langs/it.h,
viewer/langs/it.rcp, viewer/langs/sample.h,
viewer/langs/sample.rcp:
First version of a ZLib supported viewer
2000-07-12 23:06 nordstrom
* NEWS, docs/PluckerDB.txt, parser/python/PyPlucker/AliasList.py,
parser/python/PyPlucker/ConfigFiles.py,
parser/python/PyPlucker/ExclusionList.py,
parser/python/PyPlucker/Image.py,
parser/python/PyPlucker/ImageParser.py,
parser/python/PyPlucker/Parser.py,
parser/python/PyPlucker/PluckerDocs.py,
parser/python/PyPlucker/Retriever.py,
parser/python/PyPlucker/Spider.py,
parser/python/PyPlucker/TextParser.py,
parser/python/PyPlucker/Url.py, parser/python/PyPlucker/Writer.py,
parser/python/PyPlucker/__init__.py, viewer/autogen.sh,
viewer/configure, viewer/configure.in, viewer/document.h,
viewer/externalform.c, viewer/uncompress.c:
New format for link records (Chris) + PyPlucker 0.25 (Holger)
2000-07-11 09:56 nordstrom
* parser/python/PyPlucker/PluckerDocs.py,
parser/python/PyPlucker/Spider.py,
parser/python/PyPlucker/Writer.py, viewer/autogen.sh,
viewer/configure, viewer/configure.in, viewer/externalform.c:
New format for the link records (Chris)
2000-07-07 23:23 nordstrom
* viewer/: autogen.sh, configure, configure.in, detailsform.c,
externalform.c, externalform.h:
Better solution to previous under-lock problem
2000-07-07 19:20 nordstrom
* viewer/: autogen.sh, configure, configure.in, externalform.c:
Fix for memory under-lock bug
2000-07-06 21:47 nordstrom
* docs/PluckerDB.txt:
Added description for record #5 (Chris)
2000-07-05 13:08 nordstrom
* NEWS, viewer/const.h, viewer/prefsdata.c, viewer/resultform.c,
viewer/viewer.rcp.in:
Added constant for max search pattern length
2000-07-05 09:18 nordstrom
* viewer/: allforms.h, autogen.sh, configure, configure.in,
const.h, detailsform.c, document.c, externalform.c, externalform.h,
resourceids.h, uncompress.c, uncompress.h, viewer.c, viewer.rcp.in,
langs/cs.rcp, langs/de.rcp, langs/en.rcp, langs/it.rcp,
langs/sample.rcp:
Added support for URLs in details dialog and cleaned up the
external URLs handling
2000-07-05 00:56 heiserd
* conduit/: Conduit.exe, source.w32/Conduit.dpr,
source.w32/Strings.pas:
Size Stitistik in Verbose=2; New DB Format
2000-07-04 23:16 nordstrom
* parser/python/PyPlucker/: PluckerDocs.py, Writer.py:
Updated python scripts to support new external reference record
2000-07-04 22:58 nordstrom
* viewer/: Makefile.in, autogen.sh, configure, configure.in,
const.h, document.c, document.h, externalform.c, externalform.h,
resourceids.h, resultform.c, uncompress.c, viewer.c, viewer.rcp.in,
langs/cs.rcp, langs/de.rcp, langs/en.rcp, langs/it.rcp,
langs/sample.rcp:
Added support for external reference handling (Chris)
2000-07-04 15:24 nordstrom
* docs/PluckerDB.txt:
Removed Mailto function code
2000-07-04 13:36 nordstrom
* parser/defaults/exclusionlist.txt:
Changed priority for .au addresses
2000-07-04 06:36 nordstrom
* parser/python/PyPlucker/ImageParser.py:
Bug fix to get it running on OS/2
2000-07-03 20:42 wagnera
* viewer/langs/de.rcp:
0.9 tags
2000-07-03 20:23 nordstrom
* parser/defaults/exclusionlist.txt:
Fix to include Australian addresses while still keeping sound files
out
2000-07-03 19:55 heiserd
* viewer/langs/de.rcp:
long standing Bug with a wrong "Umlaut" korected.
2000-07-03 18:28 heiserd
* conduit/: Conduit.exe, source.w32/Conduit.dpr,
source.w32/Strings.pas:
Changes for the new DB Format (only for the Debug View needed).
2000-07-03 18:11 nordstrom
* parser/defaults/exclusionlist.txt:
Updated exclusion list with the latest version from PyPlucker 0.23
2000-07-03 17:20 heiserd
* parser/python/pluckerrc.sample:
Some Corrections for the Windows Keys
2000-07-03 16:54 nordstrom
* parser/: defaults/pluckerrc, python/pluckerrc.sample:
Changed the name on a few options
2000-07-03 16:50 nordstrom
* NEWS, README, REQUIREMENTS, docs/PluckerDB.txt, parser/install,
parser/defaults/pluckerrc, parser/python/pluckerrc.sample,
parser/python/PyPlucker/AliasList.py,
parser/python/PyPlucker/ConfigFiles.py,
parser/python/PyPlucker/ExclusionList.py,
parser/python/PyPlucker/ImageParser.py,
parser/python/PyPlucker/Parser.py,
parser/python/PyPlucker/PluckerDocs.py,
parser/python/PyPlucker/Retriever.py,
parser/python/PyPlucker/Spider.py,
parser/python/PyPlucker/TextParser.py,
parser/python/PyPlucker/Url.py, parser/python/PyPlucker/Writer.py,
parser/python/PyPlucker/__init__.py,
parser/python/PyPlucker/helper/doc_compress.py,
parser/python/PyPlucker/helper/prc.py, viewer/Makefile.in,
viewer/PluckerDB.pdb, viewer/anchor.c, viewer/anchor.h,
viewer/autogen.sh, viewer/bookmark.c, viewer/configure,
viewer/configure.in, viewer/const.h, viewer/control.c,
viewer/controlform.c, viewer/db.c, viewer/db.h, viewer/dbmgrform.c,
viewer/document.c, viewer/document.h, viewer/documentdata.c,
viewer/documentdata.h, viewer/emailform.c, viewer/emailform.h,
viewer/history.c, viewer/history.h, viewer/image.c,
viewer/mainform.c, viewer/paragraph.c, viewer/paragraph.h,
viewer/prefsdata.c, viewer/prefsdata.h, viewer/prefsform.c,
viewer/resourceids.h, viewer/session.c, viewer/viewer.rcp.in,
viewer/icons/mode3.bmp, viewer/langs/cs.h, viewer/langs/cs.rcp,
viewer/langs/de.h, viewer/langs/de.rcp, viewer/langs/en.h,
viewer/langs/en.rcp, viewer/langs/it.h, viewer/langs/it.rcp,
viewer/langs/sample.h, viewer/langs/sample.rcp:
Merged with flash branch and updated PyPlucker to version 0.23
2000-07-03 16:40 heiserd
* parser/python/PyPlucker/: ConfigFiles.py, Image.py,
ImageParser.py, Parser.py, PluckerDocs.py, Retriever.py, Spider.py,
TextParser.py, Url.py, Writer.py, __init__.py:
PyPlucker 0.23
2000-07-03 12:13 nordstrom
* docs/PluckerDB.txt, viewer/autogen.sh, viewer/configure,
viewer/configure.in, viewer/emailform.c:
Updated with changes to the mailto handling (Chris)
2000-07-01 17:58 desrod
* README.OS2, conduit/README, conduit/conduit.pl, conduit/sync.pl,
docs/Plucker_Develop.TEX, docs/Plucker_Doc.TEX,
docs/Plucker_Doc.dvi, parser/perl/parser/plucker-lnx-12041999.pl,
parser/perl/parser/plucker-os2-11201999.pl,
parser/python/hotsync.cmd:
Updated conduit.pl, renamed it to sync.pl to avoid confusion with
the Windows users who don't show extensions and have
case-sensitivity turned off, and changed all references to
conduit.pl in the main tree and docs to point to sync.pl
2000-06-30 17:11 nordstrom
* NEWS, viewer/autogen.sh, viewer/configure, viewer/configure.in,
viewer/document.h, viewer/documentdata.c, viewer/prefsform.c:
Added depth status for each document (Holger's idea)
2000-06-30 09:15 nordstrom
* NEWS, viewer/control.c, viewer/document.c, viewer/document.h,
viewer/emailform.c, viewer/emailform.h, viewer/paragraph.c,
viewer/paragraph.h:
Added new mailto tag support (Chris)
2000-06-28 23:15 nordstrom
* viewer/icons/mode3.bmp:
file mode3.bmp was initially added on branch flash.
2000-06-28 23:15 nordstrom
* NEWS, viewer/Makefile.in, viewer/control.c, viewer/controlform.c,
viewer/mainform.c, viewer/prefsdata.c, viewer/prefsdata.h,
viewer/prefsform.c, viewer/resourceids.h, viewer/viewer.rcp.in,
viewer/icons/mode3.bmp, viewer/langs/cs.rcp, viewer/langs/de.rcp,
viewer/langs/en.rcp, viewer/langs/it.rcp, viewer/langs/sample.rcp:
Moved pen scrolling option from preferences to tap action
2000-06-28 02:34 heiserd
* conduit/: Conduit.exe, source.w32/Conduit.dpr,
source.w32/PalmConst.pas, source.w32/Strings.pas,
source.w32/Tools.pas, source.w32/make.bat:
1.54; Set DB Version to 9, Max Rec Size to 64KB, Max DBName Length
to 26, Add PalmConst.pas for Palm const
2000-06-27 18:52 nordstrom
* NEWS, parser/python/PyPlucker/Spider.py, viewer/const.h,
viewer/documentdata.c, viewer/langs/cs.rcp, viewer/langs/de.rcp,
viewer/langs/en.rcp, viewer/langs/it.rcp, viewer/langs/sample.rcp:
Updated translations and changed database version
2000-06-27 00:49 nordstrom
* viewer/langs/de.rcp:
Updated German translation
2000-06-26 20:45 wagnera
* viewer/langs/de.rcp:
V0.8.9 tags
2000-06-26 15:21 nordstrom
* viewer/langs/it.rcp:
Updated Italian translation
2000-06-26 13:59 nordstrom
* viewer/: viewer.rcp.in, langs/cs.h, langs/cs.rcp, langs/de.h,
langs/de.rcp, langs/en.h, langs/en.rcp, langs/it.h, langs/it.rcp,
langs/sample.h, langs/sample.rcp:
Updated Italian text and added new option to lang.h files
2000-06-26 12:28 nordstrom
* CREDITS, NEWS, viewer/Makefile.in, viewer/configure,
viewer/configure.in, viewer/langs/de.rcp, viewer/langs/en.rcp,
viewer/langs/it.h, viewer/langs/it.rcp, viewer/langs/sample.rcp:
Italian translation from Daniela Di Candia
2000-06-26 12:26 nordstrom
* viewer/: control.c, paragraph.c, viewer.rcp.in:
Minor fixes (location of objects, scroll speed of images)
2000-06-26 12:24 nordstrom
* CREDITS, NEWS, viewer/configure, viewer/configure.in,
viewer/langs/de.rcp, viewer/langs/en.rcp, viewer/langs/it.h,
viewer/langs/it.rcp, viewer/langs/sample.rcp:
Italian translation from Daniela Di Candia
2000-06-25 20:06 nordstrom
* viewer/: dbmgrform.c, document.c, image.c, mainform.c,
resourceids.h:
Removed some superfluous functions
2000-06-25 17:19 nordstrom
* viewer/: autogen.sh, configure, configure.in, resourceids.h,
viewer.rcp.in, langs/cs.rcp, langs/de.rcp, langs/en.rcp,
langs/sample.rcp, autogen.sh, configure, configure.in,
resourceids.h, viewer.rcp.in, langs/cs.rcp, langs/de.rcp,
langs/en.rcp, langs/sample.rcp:
Added help text for Details and Tap Action dialogs
2000-06-25 15:44 nordstrom
* NEWS, docs/PluckerDB.txt, viewer/anchor.c, viewer/anchor.h,
viewer/autogen.sh, viewer/configure, viewer/configure.in,
viewer/control.c, viewer/paragraph.c, viewer/paragraph.h,
viewer/resourceids.h, viewer/viewer.rcp.in, viewer/langs/cs.h,
viewer/langs/cs.rcp, viewer/langs/de.h, viewer/langs/de.rcp,
viewer/langs/en.h, viewer/langs/en.rcp, viewer/langs/sample.h,
viewer/langs/sample.rcp:
Added pop-up dialog for small image that is both a link to a large
version of it and to a page
2000-06-25 12:44 nordstrom
* viewer/image.c:
Added new format for image text
2000-06-25 12:43 nordstrom
* NEWS, viewer/Makefile.in, viewer/autogen.sh, viewer/configure,
viewer/configure.in, viewer/viewer.rcp.in, viewer/icons/mode1.bmp,
viewer/icons/mode2.bmp, viewer/langs/TRANSLATING,
viewer/langs/cs.h, viewer/langs/cs.rcp, viewer/langs/de.h,
viewer/langs/de.rcp, viewer/langs/en.h, viewer/langs/en.rcp,
viewer/langs/sample.h, viewer/langs/sample.rcp, NEWS,
viewer/Makefile.in, viewer/autogen.sh, viewer/configure,
viewer/configure.in, viewer/prefsdata.c, viewer/viewer.rcp.in,
viewer/icons/mode1.bmp, viewer/icons/mode2.bmp,
viewer/langs/TRANSLATING, viewer/langs/cs.h, viewer/langs/cs.rcp,
viewer/langs/de.h, viewer/langs/de.rcp, viewer/langs/en.h,
viewer/langs/en.rcp, viewer/langs/sample.h,
viewer/langs/sample.rcp:
Added support for different location of objects depending on
language
2000-06-25 07:51 nordstrom
* viewer/langs/: cs.rcp, de.rcp, en.rcp, sample.rcp:
Updated alert text for search pattern history
2000-06-25 07:47 nordstrom
* viewer/langs/: cs.rcp, de.rcp, en.rcp, sample.rcp:
Updated alert text for search pattern history
2000-06-25 01:30 nordstrom
* NEWS, viewer/autogen.sh, viewer/configure, viewer/configure.in,
viewer/prefsdata.c, viewer/prefsdata.h, viewer/resourceids.h,
viewer/searchform.c, viewer/viewer.rcp.in, viewer/langs/cs.rcp,
viewer/langs/de.rcp, viewer/langs/en.rcp, viewer/langs/sample.rcp,
NEWS, viewer/autogen.sh, viewer/configure, viewer/configure.in,
viewer/document.c, viewer/documentdata.c, viewer/prefsdata.c,
viewer/prefsdata.h, viewer/resourceids.h, viewer/searchform.c,
viewer/viewer.rcp.in, viewer/langs/cs.rcp, viewer/langs/de.rcp,
viewer/langs/en.rcp, viewer/langs/sample.rcp:
Added 'history' for search patterns
2000-06-23 09:40 nordstrom
* viewer/: autogen.sh, configure, configure.in, control.c,
mainform.c:
Fix for active screen area when using large images
2000-06-23 09:39 nordstrom
* viewer/: autogen.sh, configure, configure.in, control.c,
mainform.c:
Fix for active screen area when using lare images
2000-06-22 22:55 nordstrom
* viewer/: autogen.sh, configure, configure.in, control.c,
document.c:
Avoid scrolling large images when the pen is in the toolbar and
also assign a dynamic record for each Tbmp document to avoid fatal
errors
2000-06-22 22:53 nordstrom
* viewer/: autogen.sh, configure, configure.in, control.c:
Avoid scrolling large images when the pen is in the toolbar
2000-06-22 16:22 heiserd
* conduit/source.w32/Icons/: doc.btbmp, doc.stbmp, viewerdoc.bmp,
viewerdocsm.bmp (beam), doc.btbmp, doc.stbmp, viewerdoc.bmp,
viewerdocsm.bmp (large_images):
obsolete
2000-06-22 15:24 nordstrom
* viewer/: Makefile.in, bookmark.c, document.c, document.h,
documentdata.c, documentdata.h, history.c, history.h, prefsform.c,
screen.c:
Fix for initial screen depth and also for updating the history and
all dynamic documents when changing screen depth
2000-06-22 15:22 nordstrom
* viewer/: autogen.sh, configure, configure.in, screen.c:
Bug fix for initial screen depth
2000-06-22 13:10 nordstrom
* viewer/: autogen.sh, configure, configure.in, document.c,
langs/cs.rcp, langs/de.rcp, langs/en.rcp, langs/sample.rcp,
autogen.sh, configure, configure.in, langs/cs.rcp, langs/de.rcp,
langs/en.rcp, langs/sample.rcp:
Changed alert message for too high bit depths
2000-06-22 12:37 nordstrom
* conduit/source.w32/Icons/doc.btbmp,
conduit/source.w32/Icons/doc.stbmp,
conduit/source.w32/Icons/viewerdoc.bmp,
conduit/source.w32/Icons/viewerdocsm.bmp (flash), NEWS,
conduit/Conduit.exe, conduit/source.w32/Conduit.dpr,
conduit/source.w32/DBTools.pas, conduit/source.w32/Resource.rc,
conduit/source.w32/Strings.pas, conduit/source.w32/Tools.pas,
conduit/source.w32/Icons/pluckerpdb_b.bmp,
conduit/source.w32/Icons/pluckerpdb_b.tbmp,
conduit/source.w32/Icons/pluckerpdb_s.bmp,
conduit/source.w32/Icons/pluckerpdb_s.tbmp,
parser/python/pluckerrc.sample, viewer/autogen.sh,
viewer/configure, viewer/configure.in, viewer/const.h,
viewer/control.c, viewer/control.h, viewer/dbmgrform.c,
viewer/document.c, viewer/document.h, viewer/emailform.c,
viewer/mainform.c, viewer/mainform.h, viewer/os.c, viewer/os.h,
viewer/prefsdata.c, viewer/prefsdata.h, viewer/prefsform.c,
viewer/resourceids.h, viewer/screen.c, viewer/screen.h,
viewer/search.c, viewer/searchform.c, viewer/uncompress.c,
viewer/viewer.c, viewer/viewer.rcp.in, viewer/langs/cs.rcp,
viewer/langs/de.rcp, viewer/langs/en.rcp, viewer/langs/sample.rcp:
Merged with main trunk
2000-06-22 12:12 nordstrom
* NEWS, viewer/autogen.sh, viewer/configure, viewer/configure.in,
viewer/const.h, viewer/control.c, viewer/control.h,
viewer/dbmgrform.c, viewer/document.c, viewer/document.h,
viewer/emailform.c, viewer/mainform.c, viewer/mainform.h,
viewer/os.c, viewer/os.h, viewer/prefsdata.c, viewer/prefsdata.h,
viewer/prefsform.c, viewer/resourceids.h, viewer/screen.c,
viewer/screen.h, viewer/search.c, viewer/searchform.c,
viewer/uncompress.c, viewer/viewer.c, viewer/viewer.rcp.in,
viewer/langs/cs.rcp, viewer/langs/de.rcp, viewer/langs/en.rcp,
viewer/langs/sample.rcp:
Merged with large_images
2000-06-22 11:05 nordstrom
* NEWS, viewer/autogen.sh, viewer/configure, viewer/configure.in,
viewer/prefsdata.c, viewer/prefsdata.h, viewer/prefsform.c,
viewer/search.c, viewer/searchform.c:
Added session control for search options
2000-06-22 09:09 nordstrom
* viewer/prefsform.c:
Document height will now be set to 0 when the screen depth is
changed in the preference dialog
2000-06-22 07:26 heiserd
* parser/python/pluckerrc.sample:
Added some Keys they used by Windows.
2000-06-21 22:44 nordstrom
* viewer/: autogen.sh, configure, configure.in, screen.c:
Fix for the disappearing icons in the toolbar when switching screen
depth
2000-06-21 22:06 nordstrom
* viewer/: autogen.sh, configure, configure.in, document.c:
Bug fix for fatal error when accessing DB manager
2000-06-21 20:55 nordstrom
* viewer/: autogen.sh, configure, configure.in, uncompress.c:
Fix for possible memory leak in uncompress handling
2000-06-21 20:50 nordstrom
* viewer/uncompress.c (plucker_0_8), viewer/autogen.sh,
viewer/configure, viewer/configure.in, viewer/dbmgrform.c,
viewer/uncompress.c, NEWS, viewer/autogen.sh, viewer/configure,
viewer/configure.in, viewer/uncompress.c:
Fix for possible memory leak in uncompress handling
2000-06-21 18:34 nordstrom
* NEWS, viewer/document.c, viewer/emailform.c, viewer/mainform.c,
viewer/mainform.h, viewer/prefsform.c, viewer/resourceids.h,
viewer/screen.c, viewer/screen.h, viewer/viewer.c,
viewer/viewer.rcp.in, viewer/langs/cs.rcp, viewer/langs/de.rcp,
viewer/langs/en.rcp, viewer/langs/sample.rcp:
Added support for automatically switch screen depth for Tbmp
documents
2000-06-21 12:34 nordstrom
* viewer/: autogen.sh, configure, configure.in, db.c, db.h,
documentdata.c:
Added code for making sure that the internal database is never left
behind if the associated Plucker database is updated
2000-06-20 20:52 nordstrom
* viewer/: autogen.sh, configure, configure.in, os.c, os.h,
prefsdata.c, prefsdata.h, prefsform.c, resourceids.h, screen.c,
screen.h, viewer.c, viewer.rcp.in, langs/cs.rcp, langs/de.rcp,
langs/en.rcp, langs/sample.rcp:
Added option to set screen depth
2000-06-20 20:49 nordstrom
* viewer/: dbmgrform.c, documentdata.c, viewer.rcp.in:
Changed the length of database name (thanks to Dirk for reminding
me about this)
2000-06-20 14:16 nordstrom
* docs/PluckerDB.txt:
Updated with the new database format
2000-06-20 13:39 nordstrom
* docs/PluckerDB.txt, parser/python/PyPlucker/PluckerDocs.py,
parser/python/PyPlucker/Spider.py:
A quick hack to the python scripts to use the new header format
2000-06-20 08:09 nordstrom
* viewer/: autogen.sh, configure, configure.in, control.c,
document.c, documentdata.c:
Changed the percent indicator to indicate the bottom of the page
(after a suggestion from Kai Risku)
2000-06-20 00:57 heiserd
* conduit/: Conduit.exe, source.w32/Conduit.dpr,
source.w32/DBTools.pas, source.w32/Resource.rc,
source.w32/Strings.pas, source.w32/Tools.pas,
source.w32/Icons/doc.btbmp, source.w32/Icons/doc.stbmp,
source.w32/Icons/pluckerpdb_b.bmp,
source.w32/Icons/pluckerpdb_b.tbmp,
source.w32/Icons/pluckerpdb_s.bmp,
source.w32/Icons/pluckerpdb_s.tbmp, source.w32/Icons/viewerdoc.bmp,
source.w32/Icons/viewerdocsm.bmp:
Conduit.exe 1.53
2000-06-19 17:23 nordstrom
* NEWS, viewer/PluckerDB.pdb, viewer/autogen.sh, viewer/bookmark.c,
viewer/configure, viewer/configure.in, viewer/const.h,
viewer/control.c, viewer/db.c, viewer/dbmgrform.c,
viewer/document.c, viewer/document.h, viewer/documentdata.c,
viewer/documentdata.h, viewer/history.c, viewer/mainform.c,
viewer/paragraph.c, viewer/paragraph.h, viewer/resourceids.h,
viewer/session.c, viewer/viewer.rcp.in, viewer/langs/cs.rcp,
viewer/langs/de.rcp, viewer/langs/en.rcp, viewer/langs/sample.rcp:
First version with support for databases in flash ROM
2000-06-18 19:52 wagnera
* viewer/langs/de.rcp:
flash databases tag
2000-06-18 18:01 nordstrom
* viewer/: autogen.sh, configure, configure.in, document.c,
screen.c, screen.h:
Added check for too big images for the used screen depth
2000-06-18 16:10 nordstrom
* viewer/: document.c, resourceids.h, viewer.rcp.in, langs/cs.rcp,
langs/de.rcp, langs/en.rcp, langs/sample.rcp:
Better error handling of too high bit depths
2000-06-18 15:01 nordstrom
* NEWS, viewer/autogen.sh, viewer/configure, viewer/configure.in,
viewer/const.h, viewer/control.c, viewer/control.h,
viewer/document.c, viewer/document.h, viewer/mainform.c,
viewer/uncompress.c, viewer/viewer.c:
Added support for large images
2000-06-18 13:07 nordstrom
* INSTALL, NEWS, README, conduit/source.w32/Conduit.dpr,
conduit/source.w32/DBTools.pas, conduit/source.w32/Strings.pas,
conduit/source.w32/Tools.pas, docs/PluckerDB.txt, parser/install,
parser/defaults/pluckerrc, parser/python/PyPlucker/Image.py,
parser/python/PyPlucker/__init__.py, viewer/PluckerDB.pdb,
viewer/README, viewer/autogen.sh, viewer/bookmark.c,
viewer/bookmarkform.c, viewer/configure, viewer/configure.in,
viewer/const.h, viewer/dbmgrform.c, viewer/document.h,
viewer/documentdata.c, viewer/documentdata.h, viewer/emailform.c,
viewer/emailform.h, viewer/history.c, viewer/paragraph.c,
viewer/resourceids.h, viewer/uncompress.c, viewer/viewer.c,
viewer/viewer.rcp.in, viewer/langs/cs.rcp, viewer/langs/de.rcp,
viewer/langs/en.rcp, viewer/langs/sample.rcp:
Merged with beam branch
2000-06-18 11:49 nordstrom
* NEWS:
Updated with latest changes
2000-06-18 11:49 nordstrom
* docs/PluckerDB.txt:
Fixed spelling error
2000-06-18 11:47 nordstrom
* parser/: install, defaults/pluckerrc:
Added config file
2000-06-18 11:47 nordstrom
* parser/defaults/pluckerrc:
file pluckerrc was initially added on branch beam.
2000-06-18 11:46 nordstrom
* viewer/: README, autogen.sh, configure, configure.in,
documentdata.c, resourceids.h, viewer.rcp.in, langs/cs.rcp,
langs/de.rcp, langs/en.rcp, langs/sample.rcp:
Added alert for databases in flash ROM
2000-06-18 11:37 nordstrom
* docs/links.html:
Updated Swedish links
2000-06-06 21:43 ondrap
* parser/python/: README.plucking, pluckerrc.sample:
Chnages for 0.21 version.
2000-06-06 21:39 ondrap
* parser/python/PyPlucker/: AliasList.py, ConfigFiles.py,
ExclusionList.py, Image.py, ImageParser.py, Parser.py,
PluckerDocs.py, Retriever.py, Spider.py, TextParser.py, Url.py,
Writer.py, __init__.py, helper/prc.py:
New upstream version 0.21
2000-06-05 21:52 heiserd
* conduit/source.w32/: Conduit.dpr, Strings.pas:
Conduit 1.52; Correct the About screen
2000-06-05 21:03 desrod
* conduit/Conduit.exe:
Added new Conduit.exe to server, after deleting same from server
directly
2000-06-05 19:49 heiserd
* conduit/source.w32/: Conduit.dpr, DBTools.pas, Strings.pas,
Tools.pas:
Conduit.exe 1.51; Check Presence of Rec 1 & 2, Check Record size
>=2, -icon now public, Debug view change for new format, PQA
Appinfo Block versionformat, RecName enhanced (Debug view)
2000-06-05 19:06 nordstrom
* parser/defaults/exclusionlist.txt:
Added to default config files
2000-06-05 19:01 nordstrom
* NEWS, docs/PluckerDB.txt, parser/defaults/exclusionlist.txt,
parser/python/PyPlucker/Image.py,
parser/python/PyPlucker/ImageParser.py,
parser/python/PyPlucker/PluckerDocs.py,
parser/python/PyPlucker/Retriever.py,
parser/python/PyPlucker/Spider.py,
parser/python/PyPlucker/Writer.py,
parser/python/PyPlucker/helper/prc.py, viewer/PluckerDB.pdb,
viewer/bookmark.c, viewer/const.h, viewer/dbmgrform.c,
viewer/documentdata.c, viewer/emailform.c, viewer/emailform.h,
viewer/history.c, viewer/viewer.rcp.in:
New database format to enable use of beamed databases (and use of
InstallBuddy)
2000-06-02 23:12 nordstrom
* viewer/: autogen.sh, bookmark.c, configure, configure.in,
bookmark.c, bookmarkform.c:
Bug fix for 'handle underlock'
2000-06-02 22:31 nordstrom
* viewer/: documentdata.c, emailform.c, searchform.c:
Updated to avoid NULL access
2000-06-02 22:30 nordstrom
* viewer/: autogen.sh, configure, configure.in, emailform.c,
searchform.c:
Fix for possible access to NULL
2000-06-02 21:04 nordstrom
* viewer/: autogen.sh, bookmark.c, configure, configure.in,
const.h, dbmgrform.c, document.h, documentdata.c, documentdata.h,
history.c, paragraph.c, uncompress.c, viewer.c:
Added support for UID in the records --- enables beaming and also
the use of InstallBuddy
2000-06-02 20:55 nordstrom
* viewer/langs/de.rcp:
Updated German and Czech versions
2000-06-02 16:20 ondrap
* viewer/langs/cs.rcp:
Updated Czech trans.
2000-06-01 21:35 desrod
* docs/: ChangeLog, ChangeLog.html:
Updated ChangeLog
2000-06-01 17:45 heiserd
* conduit/conduit.exe:
Removed to add a new in binary mode
2000-06-01 17:44 heiserd
* conduit/source.w32/: Resource.rc, Conduit.dpr, DBTools.pas,
Readme.txt, Strings.pas, Tools.pas, make.bat:
Conduit 1.5
2000-06-01 17:37 heiserd
* conduit/source.w32/Icons/: doc.btbmp, doc.stbmp, viewerdoc.bmp,
viewerdocsm.bmp:
Conduit 1.5
2000-06-01 17:32 heiserd
* conduit/source.w32/PalmUserData/: PalmUserData.HLP,
PalmUserData.cnt, PalmUserData.pas, PalmUserData.txt:
Conduit 1.5
2000-06-01 14:45 ondrap
* viewer/langs/cs.rcp:
Update of Czech translation.
2000-06-01 10:59 wagnera
* viewer/langs/de.rcp:
Changes for V0.7
2000-05-31 22:09 nordstrom
* viewer/paragraph.c:
Changed the word split function
2000-05-31 16:48 nordstrom
* viewer/: autogen.sh, configure, configure.in, mainform.c,
langs/sample.rcp:
Fix for memory leak in menu
2000-05-31 14:53 nordstrom
* viewer/: autogen.sh, configure, configure.in, control.c:
Fixed memory leak
2000-05-31 13:41 nordstrom
* viewer/: autogen.sh, configure, configure.in, searchform.c:
Fix for search function
2000-05-31 13:01 nordstrom
* viewer/: autogen.sh, bookmark.c, bookmarkform.c, configure,
configure.in, dbmgrform.c, paragraph.c, prefsdata.c, prefsdata.h,
resultform.c, search.c, searchform.c:
Changes to field handling and paragraph rendering
2000-05-31 12:59 nordstrom
* viewer/: emailform.c, resourceids.h, viewer.rcp.in, langs/cs.rcp,
langs/de.rcp, langs/en.rcp, langs/sample.rcp:
Improvements to the email form (Chris)
2000-05-30 20:52 ondrap
* viewer/langs/cs.rcp:
New czech translation.
2000-05-30 07:30 ondrap
* parser/python/PyPlucker/: AliasList.py, ExclusionList.py,
ImageParser.py, Parser.py, PluckerDocs.py, Retriever.py, Spider.py,
TextParser.py, Url.py, Writer.py, __init__.py:
New upstream version 0.18.
2000-05-29 15:05 nordstrom
* viewer/: autogen.sh, configure, configure.in, emailform.c:
Added missing MemHandleUnlock to GetMailto function
2000-05-29 11:43 nordstrom
* parser/install:
Added check for pilot-xfer
2000-05-29 00:26 nordstrom
* viewer/: autogen.sh, configure, configure.in, emailform.c,
resourceids.h, viewer.rcp.in, langs/cs.rcp, langs/de.rcp,
langs/en.rcp, langs/sample.rcp:
Improvements to the mailto support (Chris)
2000-05-29 00:25 nordstrom
* viewer/paragraph.c:
Fix for search function
2000-05-28 10:37 nordstrom
* viewer/: autogen.sh, configure, configure.in, paragraph.c:
Fix for problem finding correct line of text to show in search
function
2000-05-27 23:45 nordstrom
* viewer/: autogen.sh, configure, configure.in, mainform.c,
paragraph.c:
Simplified the code that inverts the search results
2000-05-27 20:52 nordstrom
* REQUIREMENTS:
Spelling error fixed
2000-05-27 20:49 nordstrom
* viewer/mainform.c:
Bug fix for fatal 'Object not in form' error
2000-05-27 16:55 nordstrom
* NEWS, README, REQUIREMENTS, docs/FAQ, docs/FAQ.html,
docs/PluckerDB.txt, docs/TODO, parser/defaults/exclusionlist.txt,
viewer/Makefile.in, viewer/README, viewer/allforms.h,
viewer/anchor.c, viewer/anchor.h, viewer/autogen.sh,
viewer/bookmark.c, viewer/bookmark.h, viewer/bookmarkform.c,
viewer/bookmarkform.h, viewer/configure, viewer/configure.in,
viewer/const.h, viewer/control.c, viewer/control.h,
viewer/controlform.c, viewer/controlform.h, viewer/db.c,
viewer/db.h, viewer/dbmgrform.c, viewer/dbmgrform.h,
viewer/debug.c, viewer/debug.h, viewer/detailsform.c,
viewer/detailsform.h, viewer/document.c, viewer/document.h,
viewer/documentdata.c, viewer/documentdata.h, viewer/emailform.c,
viewer/emailform.h, viewer/history.c, viewer/history.h,
viewer/image.c, viewer/image.h, viewer/link.c, viewer/link.h,
viewer/mainform.c, viewer/mainform.h, viewer/os.c, viewer/os.h,
viewer/paragraph.c, viewer/paragraph.h, viewer/prefsdata.c,
viewer/prefsdata.h, viewer/prefsform.c, viewer/prefsform.h,
viewer/resourceids.h, viewer/resultform.c, viewer/resultform.h,
viewer/screen.c, viewer/screen.h, viewer/search.c, viewer/search.h,
viewer/searchform.c, viewer/searchform.h, viewer/session.c,
viewer/session.h, viewer/uncompress.c, viewer/uncompress.h,
viewer/util.c, viewer/util.h, viewer/viewer.c, viewer/viewer.h,
viewer/viewer.rcp.in, viewer/icons/bar.bmp,
viewer/icons/bookmark.bmp, viewer/icons/dbase.bmp,
viewer/icons/menu.bmp, viewer/langs/TRANSLATING,
viewer/langs/cs.rcp, viewer/langs/de.rcp, viewer/langs/en.rcp,
viewer/langs/sample.rcp:
Merged with toolbar branch
2000-05-26 17:22 nordstrom
* viewer/dbmgrform.c:
Safety net for memory deallocation
2000-05-26 15:39 nordstrom
* viewer/: control.c, dbmgrform.c, prefsdata.c, prefsdata.h,
prefsform.c, resourceids.h, resultform.c, viewer.rcp.in,
langs/cs.rcp, langs/de.rcp, langs/en.rcp, langs/sample.rcp:
Added system sound for DB manager and search result form + a new
option to the preference for turning the tap-on-link click on/off
2000-05-26 11:51 nordstrom
* NEWS, viewer/control.c:
Added system sound for control objects and links
2000-05-26 11:32 nordstrom
* NEWS, viewer/dbmgrform.c, viewer/langs/cs.rcp,
viewer/langs/de.rcp, viewer/langs/en.rcp, viewer/langs/sample.rcp:
Extra error handling added to rename DB feature
2000-05-26 09:19 nordstrom
* viewer/: dbmgrform.c, resourceids.h, searchform.c, viewer.rcp.in,
langs/cs.rcp, langs/de.rcp, langs/en.rcp, langs/sample.rcp:
Improvements to rename DB
2000-05-26 00:38 nordstrom
* viewer/: dbmgrform.c, dbmgrform.h, resourceids.h, viewer.c,
viewer.rcp.in, langs/cs.rcp, langs/de.rcp, langs/en.rcp,
langs/sample.rcp:
Added support for renaming databases
2000-05-25 09:39 nordstrom
* parser/: install, install:
Added possibility to run the script using a path, e.g.
../parser/install
2000-05-24 19:32 nordstrom
* parser/: install, install:
Improved input handling in script
2000-05-24 18:20 nordstrom
* parser/: install, install:
Added choice of viewer to install script
2000-05-24 16:33 nordstrom
* parser/install, viewer/dbmgrform.c, parser/install:
Error checking added to install script
2000-05-24 14:22 nordstrom
* viewer/mainform.c:
Fix to make sure the offset value in the toolbar shows 0% initially
2000-05-23 18:05 nordstrom
* docs/PluckerDB.txt:
Updated to clarify the index field in the mailto record
2000-05-23 17:31 nordstrom
* viewer/os.c:
Forgot to assign a bit depth function for OS2.x
2000-05-23 16:34 nordstrom
* viewer/: dbmgrform.c, image.c, os.c, screen.c, screen.h:
Better solution for left scrollbar fix in dbmanager and for the bit
depth check of images
2000-05-23 14:50 nordstrom
* viewer/dbmgrform.c:
Bug fix for left scrollbar in dbmanager
2000-05-23 14:24 nordstrom
* NEWS, viewer/viewer.c:
Minor change to PilotMain to avoid any risk of mistakes in the
handling of launch codes
2000-05-22 23:08 nordstrom
* viewer/icons/: again.bmp, dbase.bmp, find.bmp:
Fixed three icons
2000-05-22 23:05 nordstrom
* viewer/icons/: again.bmp, find.bmp:
Fixed two icons
2000-05-18 16:17 nordstrom
* viewer/: anchor.c, anchor.h, bookmark.c, control.c, dbmgrform.c,
mainform.c, paragraph.c, paragraph.h, prefsdata.c, search.c,
searchform.c, uncompress.c:
Changed the handling of failed memory allocations and also fixed a
memory leak in the bookmark popup list
2000-05-17 20:14 nordstrom
* viewer/searchform.c:
Fix for small error that showed up in search function after adding
the config option for the location of the toolbar
2000-05-17 12:06 nordstrom
* NEWS, REQUIREMENTS, viewer/autogen.sh, viewer/configure,
viewer/configure.in, viewer/emailform.c, viewer/mainform.c:
Updated field handling for email form (Chris) + a few minor changes
to the docs
2000-05-11 00:40 nordstrom
* viewer/viewer.c:
Make sure cmdPBP is NULL for normal launch
2000-05-11 00:27 nordstrom
* viewer/: os.c, os.h, screen.c, viewer.c:
Fix for OS3.5 image handling
2000-05-10 22:32 nordstrom
* viewer/viewer.c:
Changes to OpenDB to avoid Fatal Error
2000-05-10 18:28 nordstrom
* viewer/: autogen.sh, configure, configure.in, documentdata.c,
viewer.c:
Better handling of low memory conditions
2000-05-10 10:34 nordstrom
* viewer/: debug.c, debug.h:
Using old serial manager for debug printouts
2000-05-10 09:26 nordstrom
* NEWS, viewer/allforms.h, viewer/anchor.c, viewer/anchor.h,
viewer/autogen.sh, viewer/bookmark.c, viewer/bookmark.h,
viewer/bookmarkform.c, viewer/bookmarkform.h, viewer/configure,
viewer/configure.in, viewer/const.h, viewer/control.c,
viewer/control.h, viewer/controlform.c, viewer/controlform.h,
viewer/db.c, viewer/db.h, viewer/dbmgrform.c, viewer/dbmgrform.h,
viewer/debug.c, viewer/debug.h, viewer/detailsform.c,
viewer/detailsform.h, viewer/document.c, viewer/document.h,
viewer/documentdata.c, viewer/documentdata.h, viewer/emailform.c,
viewer/emailform.h, viewer/history.c, viewer/history.h,
viewer/image.c, viewer/image.h, viewer/link.c, viewer/link.h,
viewer/mainform.c, viewer/mainform.h, viewer/os.c, viewer/os.h,
viewer/paragraph.c, viewer/paragraph.h, viewer/prefsdata.c,
viewer/prefsdata.h, viewer/prefsform.c, viewer/prefsform.h,
viewer/resourceids.h, viewer/resultform.c, viewer/resultform.h,
viewer/screen.c, viewer/screen.h, viewer/search.c, viewer/search.h,
viewer/searchform.c, viewer/searchform.h, viewer/session.c,
viewer/session.h, viewer/uncompress.c, viewer/uncompress.h,
viewer/util.c, viewer/util.h, viewer/viewer.c, viewer/viewer.h,
viewer/viewer.rcp.in:
Updated for SDK3.5 + added support for OpenDB
2000-05-10 09:21 nordstrom
* viewer/: emailform.c, emailform.h (email), anchor.h, document.h,
resourceids.h, viewer.rcp.in:
New table based e-mail form (Chris)
2000-05-06 09:46 nordstrom
* viewer/langs/: cs.rcp, de.rcp, en.rcp, sample.rcp:
Removed redundant string
2000-05-05 17:09 nordstrom
* docs/links.html:
Removed duplicate link
2000-05-05 11:31 nordstrom
* docs/links.html:
More Swedish links
2000-05-04 12:47 nordstrom
* viewer/icons/menu.bmp:
file menu.bmp was initially added on branch toolbar.
2000-05-04 12:47 nordstrom
* docs/PluckerDB.txt, viewer/autogen.sh, viewer/configure,
viewer/configure.in, viewer/control.c, viewer/mainform.c,
viewer/resourceids.h, viewer/viewer.rcp.in, viewer/icons/menu.bmp,
viewer/langs/de.rcp, viewer/langs/en.rcp, viewer/langs/sample.rcp:
Updated toolbar with new icon + some minor changes to the About
text
2000-05-01 15:12 nordstrom
* docs/links.html:
Added a few more links
2000-05-01 10:23 nordstrom
* viewer/: bookmark.c, dbmgrform.c, documentdata.c, viewer.rcp.in,
langs/cs.rcp, langs/de.rcp, langs/en.rcp, langs/sample.rcp:
Jumping to a bookmark will now also update the history
2000-05-01 07:54 wagnera
* viewer/langs/de.rcp:
Translation for bookmark tags
2000-04-30 23:48 nordstrom
* viewer/bookmark.c:
file bookmark.c was initially added on branch toolbar.
2000-04-30 23:48 nordstrom
* viewer/bookmarkform.h:
file bookmarkform.h was initially added on branch toolbar.
2000-04-30 23:48 nordstrom
* viewer/bookmarkform.c:
file bookmarkform.c was initially added on branch toolbar.
2000-04-30 23:48 nordstrom
* viewer/bookmark.h:
file bookmark.h was initially added on branch toolbar.
2000-04-30 23:48 nordstrom
* viewer/: Makefile.in, allforms.h, autogen.sh, bookmark.c,
bookmark.h, bookmarkform.c, bookmarkform.h, configure,
configure.in, const.h, control.c, dbmgrform.c, documentdata.c,
documentdata.h, mainform.c, resourceids.h, viewer.c, viewer.rcp.in,
langs/cs.rcp, langs/de.rcp, langs/en.rcp, langs/sample.rcp:
First version of bookmark support
2000-04-29 14:47 nordstrom
* viewer/icons/bookmark.bmp:
file bookmark.bmp was initially added on branch toolbar.
2000-04-29 14:47 nordstrom
* viewer/: control.c, mainform.c, resourceids.h, viewer.rcp.in,
icons/bookmark.bmp, icons/dbase.bmp:
Added icon for bookmarks and changed the dbmanager icon
2000-04-28 20:15 nordstrom
* viewer/icons/bar.bmp:
file bar.bmp was initially added on branch toolbar.
2000-04-28 20:15 nordstrom
* NEWS, docs/PluckerDB.txt, viewer/Makefile.in, viewer/allforms.h,
viewer/anchor.c, viewer/anchor.h, viewer/autogen.sh,
viewer/configure, viewer/configure.in, viewer/const.h,
viewer/control.c, viewer/controlform.c, viewer/dbmgrform.c,
viewer/detailsform.c, viewer/document.c, viewer/documentdata.c,
viewer/emailform.c, viewer/emailform.h, viewer/history.c,
viewer/mainform.c, viewer/paragraph.c, viewer/paragraph.h,
viewer/prefsdata.c, viewer/prefsdata.h, viewer/prefsform.c,
viewer/prefsform.h, viewer/resourceids.h, viewer/resultform.c,
viewer/searchform.c, viewer/util.c, viewer/viewer.c,
viewer/viewer.rcp.in, viewer/icons/bar.bmp, viewer/langs/cs.rcp,
viewer/langs/de.rcp, viewer/langs/en.rcp, viewer/langs/sample.rcp:
Initial toolbar version
2000-04-28 19:27 nordstrom
* viewer/: anchor.h, document.h:
Missed a couple of SWord's
2000-04-26 19:17 wagnera
* viewer/langs/de.rcp:
e-mail tags
2000-04-26 16:06 nordstrom
* viewer/: autogen.sh, configure, configure.in, mainform.c:
Jump to the top of the page when going to fullscreen mode and the
page is <= 160 pixels
2000-04-26 13:51 nordstrom
* docs/PluckerDB.txt:
Updated with info about the mailto record (#5)
2000-04-25 21:51 nordstrom
* viewer/: emailform.c (email), autogen.sh, configure,
configure.in, dbmgrform.c, uncompress.c, util.c, util.h,
dbmgrform.c, uncompress.c, util.c, util.h:
Changes to the memory handling
2000-04-25 20:28 nordstrom
* parser/defaults/error.html, viewer/emailform.c (email), NEWS,
docs/PluckerDB.txt, docs/links.html, viewer/anchor.c,
viewer/anchor.h, viewer/autogen.sh, viewer/configure,
viewer/configure.in, viewer/control.c, viewer/control.h,
viewer/controlform.c, viewer/db.c, viewer/db.h, viewer/dbmgrform.c,
viewer/debug.c, viewer/detailsform.c, viewer/document.c,
viewer/document.h, viewer/documentdata.c, viewer/documentdata.h,
viewer/history.c, viewer/history.h, viewer/image.c, viewer/image.h,
viewer/link.c, viewer/link.h, viewer/mainform.c, viewer/os.c,
viewer/os.h, viewer/paragraph.c, viewer/paragraph.h,
viewer/prefsdata.c, viewer/prefsform.c, viewer/resourceids.h,
viewer/resultform.c, viewer/resultform.h, viewer/screen.c,
viewer/screen.h, viewer/search.c, viewer/searchform.c,
viewer/uncompress.c, viewer/util.c, viewer/util.h, viewer/viewer.c,
viewer/viewer.rcp.in, viewer/langs/cs.rcp, viewer/langs/de.rcp,
viewer/langs/en.rcp, viewer/langs/sample.rcp:
Merged with main trunk
2000-04-25 18:34 nordstrom
* viewer/langs/: cs.rcp, de.rcp, en.rcp, sample.rcp:
Removed some obsolete strings
2000-04-25 18:13 nordstrom
* viewer/: emailform.c (email), PluckerDB.pdb, const.h, control.c,
document.c, documentdata.c, paragraph.c, paragraph.h,
resourceids.h, viewer.rcp.in, langs/cs.rcp, langs/de.rcp,
langs/en.rcp, langs/sample.rcp:
Added support for tapping on mailto tags (Chris)
2000-04-25 15:30 nordstrom
* viewer/: anchor.c, anchor.h, autogen.sh, configure, configure.in,
control.c, control.h, controlform.c, db.c, db.h, dbmgrform.c,
debug.c, detailsform.c, document.c, document.h, documentdata.c,
documentdata.h, history.c, history.h, image.c, image.h, link.c,
link.h, mainform.c, os.c, os.h, paragraph.c, paragraph.h,
prefsdata.c, prefsform.c, resultform.c, resultform.h, screen.c,
screen.h, search.c, searchform.c, uncompress.c, util.c, util.h,
viewer.c:
Changed Word, SWord, DWord etc. to their respective UInt's
2000-04-25 12:37 nordstrom
* NEWS, docs/PluckerDB.txt, parser/defaults/error.html,
viewer/anchor.c, viewer/autogen.sh, viewer/configure,
viewer/configure.in, viewer/const.h, viewer/db.c,
viewer/dbmgrform.c, viewer/document.c, viewer/documentdata.c,
viewer/history.c, viewer/mainform.c, viewer/os.c:
Removed record #3 (error.html)
2000-04-24 19:16 nordstrom
* viewer/emailform.c (email):
Fix for problem with missing To address (Chris)
2000-04-24 17:08 nordstrom
* viewer/emailform.c (email):
Added A4 macros to event handler
2000-04-24 15:54 nordstrom
* viewer/: emailform.c, emailform.h (email), const.h, mainform.c,
viewer.rcp.in:
Latest changes from Chris
2000-04-24 14:17 nordstrom
* viewer/: autogen.sh, configure, configure.in, langs/cs.rcp,
langs/en.rcp, langs/sample.rcp:
Minor fix in English rcp file
2000-04-24 14:14 nordstrom
* docs/links.html:
Two Spanish links added (provided by Mario Camou)
2000-04-24 12:58 nordstrom
* docs/links.html:
A few new links
2000-04-23 15:19 nordstrom
* docs/links.html:
Minor updates
2000-04-23 10:14 wagnera
* viewer/langs/de.rcp:
memory management dialogs
2000-04-23 07:59 nordstrom
* viewer/paragraph.c:
Included fix for several images on the same line again (it was
removed for some reason)
2000-04-23 06:57 nordstrom
* docs/links.html:
Added some more Palm friendly links
2000-04-23 06:37 nordstrom
* viewer/: autogen.sh, configure, configure.in, control.c,
document.c, document.h, image.c, mainform.c, resourceids.h,
search.c, uncompress.c, viewer.rcp.in, langs/cs.rcp, langs/de.rcp,
langs/en.rcp, langs/sample.rcp:
Fix for low memory conditions
2000-04-20 16:48 nordstrom
* viewer/emailform.c:
file emailform.c was initially added on branch email.
2000-04-20 16:48 nordstrom
* viewer/emailform.h:
file emailform.h was initially added on branch email.
2000-04-20 16:48 nordstrom
* viewer/: emailform.c, emailform.h (email), Makefile.in,
allforms.h, anchor.c, anchor.h, autogen.sh, configure,
configure.in, const.h, control.c, control.h, controlform.c,
controlform.h, db.c, db.h, dbmgrform.c, dbmgrform.h, debug.c,
debug.h, detailsform.c, detailsform.h, document.c, document.h,
documentdata.c, documentdata.h, history.c, history.h, image.c,
image.h, link.c, link.h, mainform.c, mainform.h, os.h, paragraph.c,
paragraph.h, prefsdata.c, prefsdata.h, prefsform.c, prefsform.h,
resourceids.h, resultform.c, resultform.h, screen.c, screen.h,
search.c, search.h, searchform.c, searchform.h, session.c,
session.h, uncompress.c, uncompress.h, util.c, util.h, viewer.c,
viewer.h, viewer.rcp.in, langs/cs.rcp, langs/de.rcp, langs/en.rcp,
langs/sample.rcp:
First version of mailto-tag support (Chris)
2000-04-20 16:40 nordstrom
* viewer/: allforms.h, anchor.c, anchor.h, autogen.sh, configure,
configure.in, const.h, control.c, control.h, controlform.c,
controlform.h, db.c, db.h, dbmgrform.c, dbmgrform.h, debug.c,
debug.h, detailsform.c, detailsform.h, document.c, document.h,
documentdata.c, documentdata.h, history.c, history.h, image.c,
image.h, link.c, link.h, mainform.c, mainform.h, os.h, paragraph.c,
paragraph.h, prefsdata.c, prefsdata.h, prefsform.c, prefsform.h,
resultform.c, resultform.h, screen.c, screen.h, search.c, search.h,
searchform.c, searchform.h, session.c, session.h, uncompress.c,
uncompress.h, util.c, util.h, viewer.c, viewer.h:
Some minor (invisible) changes
2000-04-20 11:55 nordstrom
* viewer/document.c:
Bug fix for named anchors in documents less than one page in size
2000-04-20 11:54 nordstrom
* docs/links.html:
Added new link
2000-04-18 15:19 nordstrom
* viewer/: document.c, image.c:
Improved protection from crashes due to too high bit depth in
images
2000-04-16 14:34 nordstrom
* viewer/: image.c, screen.c, screen.h:
Fix to prevent crashes due to images with higher bit depths than
supported by the device
2000-04-15 21:03 nordstrom
* viewer/: screen.c, screen.h:
Removed hack for setting palette
2000-04-15 19:45 nordstrom
* viewer/: README, autogen.sh, configure, configure.in, os.c,
screen.c, screen.h:
Added support for 4- and 8-bit depth
2000-04-13 18:25 wagnera
* docs/Plucker_Doc.TEX (plucker_0_6):
cosmetics to the docs
2000-04-13 00:58 nordstrom
* viewer/: search.c, searchform.c:
Fix for empty search patterns
2000-04-12 22:51 nordstrom
* NEWS, README, REQUIREMENTS, viewer/autogen.sh, viewer/configure,
viewer/configure.in, viewer/paragraph.c, viewer/paragraph.h:
Support for ALIGN=JUSTIFY added
2000-04-12 20:33 ondrap
* viewer/langs/cs.rcp:
Updated czech translation.
2000-04-12 20:29 ondrap
* parser/python/PyPlucker/: ExclusionList.py, ImageParser.py,
Parser.py, PluckerDocs.py, Retriever.py, Spider.py, TextParser.py,
Url.py, Writer.py, __init__.py, helper/doc_compress.py:
Added PyPlucker-0.15
2000-04-12 16:24 nordstrom
* parser/defaults/home.html:
Changed URL to Plucker home page
2000-04-12 00:00 nordstrom
* docs/links.html:
Fixed the MAXDEPTH for one of the links
2000-04-11 23:31 nordstrom
* docs/links.html:
Added some new Swedish links
2000-04-09 21:29 nordstrom
* viewer/: paragraph.c, viewer.rcp.in:
Fix for some rendering problems
2000-04-09 12:58 wagnera
* docs/: Plucker_Doc.TEX, Plucker_Doc.dvi (plucker_0_6),
Plucker_Doc.TEX:
Updates to the docs
2000-04-07 18:36 nordstrom
* viewer/prefsdata.h:
Fix for preference problems (could result in a crash when opening
the tap action form
2000-04-07 16:57 nordstrom
* viewer/: anchor.c, autogen.sh, configure, configure.in,
control.c, control.h, controlform.c, dbmgrform.c, detailsform.c,
document.c, mainform.c, paragraph.c, prefsdata.c, prefsdata.h,
prefsform.c, resourceids.h, resultform.c, searchform.c, util.c,
util.h, viewer.c, viewer.rcp.in, langs/cs.rcp, langs/de.rcp,
langs/en.rcp, langs/sample.rcp:
Merged with the fullscreen branch
2000-04-07 15:30 nordstrom
* viewer/: dbmgrform.c, prefsdata.c, prefsdata.h, prefsform.c,
resourceids.h, viewer.rcp.in, langs/cs.rcp, langs/de.rcp,
langs/en.rcp, langs/sample.rcp:
New preference option for handling of the mode switch in the DB
Manager
2000-04-03 08:04 nordstrom
* viewer/const.h:
Changed size of dbmanager table with 1 pixel
2000-04-02 18:05 nordstrom
* viewer/: search.c (plucker_0_6), search.c:
Bug fix for fatal crashes when searching in uncompressed docs
2000-04-02 12:07 nordstrom
* viewer/: const.h, dbmgrform.c, viewer.rcp.in:
Fixed lefthack problem in dbmanager
2000-03-31 18:15 nordstrom
* docs/links.html:
Moved some links that requires form handling
2000-03-31 18:05 nordstrom
* docs/links.html:
Removed some broken links
2000-03-31 17:45 nordstrom
* docs/links.html:
Added file with Palm friendly links
2000-03-31 13:50 ondrap
* parser/python/: README, README.plucking, decode.py,
PyPlucker/ImageParser.py, PyPlucker/Parser.py,
PyPlucker/PluckerDocs.py, PyPlucker/Retriever.py,
PyPlucker/Spider.py, PyPlucker/TextParser.py, PyPlucker/Url.py,
PyPlucker/Writer.py, PyPlucker/__init__.py,
PyPlucker/helper/dict.py, PyPlucker/helper/doc_compress.py,
PyPlucker/helper/prc.py:
New upstream version (0.13) Bug fix in decode.py, now interprets
'-c' correctly.
2000-03-30 16:22 nordstrom
* viewer/dbmgrform.c:
Fixed empty dbmanager bug
2000-03-29 22:29 nordstrom
* viewer/dbmgrform.c:
Fixed minor bug (name was cut off in first line) in dbmanager
2000-03-29 15:32 nordstrom
* viewer/: control.c, control.h, document.c, mainform.c,
prefsdata.c, prefsdata.h, prefsform.c, resourceids.h,
viewer.rcp.in, langs/cs.rcp, langs/de.rcp, langs/en.rcp,
langs/sample.rcp:
Pen scrolling added and bug fix for zero height documents
2000-03-29 15:31 nordstrom
* viewer/document.c (plucker_0_6):
Bug fix for zero height documents
2000-03-29 05:44 wagnera
* parser/python/: hotsync.cmd (plucker_0_6), hotsync.cmd:
Fixes some bugs in hotsymc.cmd
2000-03-26 19:42 ondrap
* parser/python/PyPlucker/: Image.py, ImageParser.py, Parser.py,
PluckerDocs.py, Retriever.py, Spider.py, TextParser.py, Url.py,
Writer.py, __init__.py, helper/prc.py (plucker_0_6):
Added PyPlucker-0.12 + STAYONHOST feature.
2000-03-24 14:11 ondrap
* viewer/langs/cs.rcp:
Czech translation update.
2000-03-24 12:08 ondrap
* parser/python/PyPlucker/: Image.py, ImageParser.py, Parser.py,
PluckerDocs.py, Retriever.py, Spider.py, TextParser.py, Url.py,
Writer.py, __init__.py, helper/prc.py:
Added PyPlucker-0.12, with patch to support STAYONHOST
2000-03-22 13:25 nordstrom
* README, REQUIREMENTS, parser/defaults/home.html,
viewer/allforms.h, viewer/anchor.c, viewer/anchor.h,
viewer/const.h, viewer/control.c, viewer/control.h,
viewer/controlform.c, viewer/controlform.h, viewer/db.c,
viewer/db.h, viewer/dbmgrform.c, viewer/dbmgrform.h,
viewer/debug.c, viewer/debug.h, viewer/detailsform.c,
viewer/detailsform.h, viewer/document.c, viewer/document.h,
viewer/documentdata.c, viewer/documentdata.h, viewer/history.c,
viewer/history.h, viewer/image.c, viewer/image.h, viewer/link.c,
viewer/link.h, viewer/mainform.c, viewer/mainform.h, viewer/os.c,
viewer/os.h, viewer/paragraph.c, viewer/paragraph.h,
viewer/prefsdata.c, viewer/prefsdata.h, viewer/prefsform.c,
viewer/prefsform.h, viewer/resultform.c, viewer/resultform.h,
viewer/screen.c, viewer/screen.h, viewer/search.c, viewer/search.h,
viewer/searchform.c, viewer/searchform.h, viewer/session.c,
viewer/session.h, viewer/uncompress.c, viewer/uncompress.h,
viewer/util.c, viewer/util.h, viewer/viewer.c, viewer/viewer.h,
viewer/langs/de.rcp (plucker_0_6):
Changed copyright clause in the header for all the source files
2000-03-09 07:32 wagnera
* conduit/source.w32/Conduit.dpr, conduit/source.w32/Copying.txt,
conduit/source.w32/DBTools.pas, conduit/source.w32/Readme.txt,
conduit/source.w32/Strings.pas, conduit/source.w32/Tools.pas,
conduit/source.w32/make.bat, parser/python/hotsync.bat:
Win32 stuff
2000-03-09 07:31 wagnera
* parser/python/hotsync.bat:
file hotsync.bat was initially added on branch plucker_0_6.
2000-03-09 07:31 wagnera
* parser/python/hotsync.bat (plucker_0_6):
Win32 Hotsync
2000-03-09 07:29 wagnera
* conduit/source.w32/Tools.pas:
file Tools.pas was initially added on branch plucker_0_6.
2000-03-09 07:29 wagnera
* conduit/source.w32/make.bat:
file make.bat was initially added on branch plucker_0_6.
2000-03-09 07:29 wagnera
* conduit/source.w32/Strings.pas:
file Strings.pas was initially added on branch plucker_0_6.
2000-03-09 07:29 wagnera
* conduit/source.w32/Conduit.dpr:
file Conduit.dpr was initially added on branch plucker_0_6.
2000-03-09 07:29 wagnera
* conduit/source.w32/Readme.txt:
file Readme.txt was initially added on branch plucker_0_6.
2000-03-09 07:29 wagnera
* conduit/source.w32/Copying.txt:
file Copying.txt was initially added on branch plucker_0_6.
2000-03-09 07:29 wagnera
* conduit/source.w32/DBTools.pas:
file DBTools.pas was initially added on branch plucker_0_6.
2000-03-09 07:29 wagnera
* conduit/source.w32/: Conduit.dpr, Copying.txt, DBTools.pas,
Readme.txt, Strings.pas, Tools.pas, make.bat (plucker_0_6):
win32 Sources
2000-03-07 07:04 wagnera
* AUTHORS, REQUIREMENTS, conduit/conduit.exe (plucker_0_6),
AUTHORS, REQUIREMENTS, conduit/conduit.exe:
Win32 update
2000-03-02 21:23 wagnera
* conduit/: conduit.pl (plucker_0_6), conduit.pl:
Fix: passing no parameters to the conduit
2000-02-29 15:55 nordstrom
* NEWS, viewer/anchor.c, viewer/autogen.sh, viewer/configure,
viewer/configure.in, viewer/control.c, viewer/control.h,
viewer/controlform.c, viewer/dbmgrform.c, viewer/detailsform.c,
viewer/document.c, viewer/mainform.c, viewer/paragraph.c,
viewer/prefsdata.c, viewer/prefsdata.h, viewer/prefsform.c,
viewer/resourceids.h, viewer/resultform.c, viewer/searchform.c,
viewer/util.c, viewer/util.h, viewer/viewer.c,
viewer/viewer.rcp.in, viewer/langs/cs.rcp, viewer/langs/de.rcp,
viewer/langs/en.rcp, viewer/langs/sample.rcp:
Fullscreen mode feature
2000-02-29 15:54 nordstrom
* viewer/autogen.sh, viewer/configure, viewer/configure.in
(autoscroll), NEWS, viewer/control.c, viewer/document.c,
viewer/paragraph.c, viewer/prefsdata.c, viewer/prefsdata.h,
viewer/util.c, viewer/util.h, viewer/viewer.c,
viewer/viewer.rcp.in:
Beginning of autoscroll feature
2000-02-29 14:13 nordstrom
* NEWS, viewer/autogen.sh, viewer/configure, viewer/configure.in,
viewer/const.h, viewer/dbmgrform.c, viewer/prefsdata.c,
viewer/prefsdata.h, viewer/prefsform.c, viewer/resourceids.h,
viewer/resultform.c, viewer/util.c, viewer/util.h,
viewer/viewer.rcp.in, viewer/langs/cs.rcp, viewer/langs/de.rcp,
viewer/langs/en.rcp, viewer/langs/sample.rcp:
Merged db_manager with main trunk
2000-02-27 13:26 nordstrom
* viewer/: viewer.rcp.in (plucker_0_6), viewer.rcp.in:
New e-mail address for Alexander
2000-02-26 12:55 nordstrom
* viewer/document.c (plucker_0_6):
One-line calculation fixed
2000-02-23 23:21 nordstrom
* viewer/dbmgrform.c:
Fix to handle penUpEvent when the DB manager is activated from the
menu
2000-02-23 22:38 nordstrom
* viewer/: dbmgrform.c, langs/cs.rcp:
Inverted row was a couple of pixels too short
2000-02-23 22:35 nordstrom
* viewer/langs/cs.rcp (plucker_0_6):
Czech version up to date
2000-02-23 22:07 nordstrom
* viewer/: autogen.sh, configure, configure.in, const.h,
dbmgrform.c, prefsdata.c, prefsdata.h, prefsform.c, resourceids.h,
resultform.c, util.c, util.h, viewer.rcp.in, langs/cs.rcp,
langs/de.rcp, langs/en.rcp, langs/sample.rcp:
First version of table based DB manager
2000-02-23 21:59 ondrap
* viewer/langs/cs.rcp:
Updated Czech translation.
2000-02-23 21:43 nordstrom
* viewer/: autogen.sh, configure, configure.in:
Code freeze
2000-02-23 21:20 wagnera
* parser/python/PyPlucker/Image.py:
correct os/2 -> os2
2000-02-23 21:11 wagnera
* viewer/langs/de.rcp:
dbmanager tags
2000-02-23 20:10 ondrap
* parser/python/PyPlucker/: ImageParser.py, Parser.py,
PluckerDocs.py, Retriever.py, Spider.py, TextParser.py, Url.py,
Writer.py, __init__.py, helper/doc_compress.py, helper/prc.py:
Added PyPlucker-0.11
2000-02-22 15:19 nordstrom
* REQUIREMENTS, docs/API.doc, docs/PluckerDB.txt, docs/TODO:
Replaced API document with PluckerDB description
2000-02-22 07:34 nordstrom
* AUTHORS, NEWS, viewer/control.c, viewer/dbmgrform.c,
viewer/document.c, viewer/documentdata.c, viewer/mainform.c,
viewer/paragraph.c, viewer/prefsdata.c, viewer/prefsdata.h,
viewer/prefsform.c, viewer/resourceids.h, viewer/resultform.c,
viewer/search.c, viewer/search.h, viewer/util.c, viewer/util.h,
viewer/viewer.c, viewer/viewer.rcp.in, viewer/icons/again.bmp,
viewer/icons/dbase.bmp, viewer/icons/find.bmp, viewer/langs/cs.rcp,
viewer/langs/de.rcp, viewer/langs/en.rcp, viewer/langs/sample.rcp:
Merged with branch
2000-02-22 07:29 nordstrom
* viewer/: document.c, documentdata.c, resourceids.h, resultform.c,
viewer.rcp.in, langs/cs.rcp, langs/de.rcp, langs/en.rcp,
langs/sample.rcp:
Info option added to database manager
2000-02-21 22:17 ondrap
* parser/python/PyPlucker/ImageParser.py:
Changed to PyPlucker-0.11
2000-02-21 22:13 ondrap
* parser/python/: doc_compress.py, PyPlucker/Image.py:
Added PyPlucker-0.11
2000-02-21 20:34 nordstrom
* viewer/dbmgrform.c:
Info option added to database manager
2000-02-21 20:31 nordstrom
* viewer/control.c:
Info option added to database manager
2000-02-21 17:03 nordstrom
* NEWS:
Info option added to database manager
2000-02-17 10:22 nordstrom
* viewer/: mainform.c, prefsdata.h, viewer.rcp.in:
Fix for the default location of scrollbar
2000-02-16 20:13 nordstrom
* viewer/icons/find.bmp:
file find.bmp was initially added on branch lefthack_and_percent.
2000-02-16 20:13 nordstrom
* viewer/icons/again.bmp:
file again.bmp was initially added on branch lefthack_and_percent.
2000-02-16 20:13 nordstrom
* NEWS, viewer/control.c, viewer/dbmgrform.c, viewer/mainform.c,
viewer/resourceids.h, viewer/resultform.c, viewer/search.c,
viewer/search.h, viewer/viewer.rcp.in, viewer/icons/again.bmp,
viewer/icons/find.bmp, viewer/langs/cs.rcp, viewer/langs/de.rcp,
viewer/langs/en.rcp, viewer/langs/sample.rcp:
Icon for search function added + cleaned up some code
2000-02-16 11:31 nordstrom
* NEWS, viewer/control.c, viewer/dbmgrform.c, viewer/mainform.c,
viewer/prefsdata.c, viewer/viewer.c:
Better handling of broken databases
2000-02-15 23:10 nordstrom
* viewer/mainform.c:
Bug fix for %-option
2000-02-15 21:45 ondrap
* parser/python/: decode.py, PyPlucker/helper/prc.py:
Changed database header fields to prevent problem with POSE.
2000-02-15 17:23 nordstrom
* AUTHORS, CREDITS, viewer/dbmgrform.c, viewer/documentdata.c,
viewer/viewer.rcp.in, viewer/langs/cs.rcp, viewer/langs/de.rcp,
viewer/langs/en.rcp, viewer/langs/sample.rcp:
Improved database manager
2000-02-14 23:29 nordstrom
* viewer/: mainform.c, viewer.rcp.in, langs/de.rcp:
Fix to avoid overflow in calculation
2000-02-14 22:20 wagnera
* viewer/langs/de.rcp:
Percent scrolling
2000-02-14 21:43 ondrap
* viewer/langs/cs.rcp:
Left&right trans.
2000-02-14 21:40 ondrap
* viewer/langs/cs.rcp:
Updated translation
2000-02-14 19:41 wagnera
* viewer/langs/de.rcp:
New Tags
2000-02-14 19:09 nordstrom
* viewer/prefsdata.c:
Default location for scrollbar is 'right'
2000-02-14 19:04 nordstrom
* NEWS, viewer/document.c, viewer/mainform.c, viewer/resourceids.h,
viewer/viewer.rcp.in, viewer/langs/cs.rcp, viewer/langs/de.rcp,
viewer/langs/en.rcp, viewer/langs/sample.rcp:
Pop-up list for location in document added
2000-02-14 15:33 nordstrom
* viewer/icons/dbase.bmp:
file dbase.bmp was initially added on branch lefthack_and_percent.
2000-02-14 15:33 nordstrom
* NEWS, viewer/control.c, viewer/dbmgrform.c, viewer/document.c,
viewer/mainform.c, viewer/resourceids.h, viewer/viewer.rcp.in,
viewer/icons/dbase.bmp:
Icon for quick access to database manager and normal list instead
of pop-up list is used in the form
2000-02-12 11:30 nordstrom
* viewer/: mainform.c, viewer.rcp.in:
Workaround for PalmOS bug
2000-02-09 18:58 nordstrom
* CREDITS, NEWS:
Updated with the new features
2000-02-09 18:43 nordstrom
* viewer/: control.c, document.c, mainform.c, paragraph.c,
prefsdata.c, prefsdata.h, prefsform.c, resourceids.h, resultform.c,
search.c, util.c, util.h, viewer.rcp.in, langs/cs.rcp,
langs/de.rcp, langs/en.rcp, langs/sample.rcp:
Added support for configurable location of scrollbar and also
included the code (slightly modified by me) from Chris Hawks that
shows the location in the current document (in percent)
2000-02-08 22:53 wagnera
* conduit/conduit.pl:
multiple database syncing for conduit.pl
2000-02-07 21:49 ondrap
* parser/python/PyPlucker/: Image.py, ImageParser.py, Parser.py,
PluckerDocs.py, Retriever.py, Spider.py, TextParser.py, Url.py,
Writer.py, __init__.py, helper/__init__.py, helper/doc_compress.py,
helper/prc.py:
Changed to PyPlucker-0.10
2000-02-05 13:21 wagnera
* conduit/conduit.pl:
Parametersupport for conduit.pl
2000-02-04 20:03 nordstrom
* viewer/: control.c, paragraph.c:
Fixed a bug that sometimes messed up the image handling if you had
several images on the same line with only a space between them
2000-02-02 19:24 ondrap
* parser/python/: Spider.py, TextParser.py:
[no log message]
2000-02-02 19:22 ondrap
* parser/python/: Image.py, ImageParser.py, Parser.py,
PluckerDocs.py, README, Retriever.py, Url.py, Writer.py,
__init__.py, decode.py, hotsync, hotsync.cmd, PyPlucker/Image.py,
PyPlucker/ImageParser.py, PyPlucker/Parser.py,
PyPlucker/PluckerDocs.py, PyPlucker/Retriever.py,
PyPlucker/Spider.py, PyPlucker/TextParser.py, PyPlucker/Url.py,
PyPlucker/Writer.py, PyPlucker/__init__.py,
PyPlucker/helper/__init__.py, PyPlucker/helper/doc_compress.py,
PyPlucker/helper/gettext.py, PyPlucker/helper/prc.py:
Changed layout in CVS.
2000-02-01 20:23 ondrap
* parser/python/: Image.py, ImageParser.py, Parser.py,
PluckerDocs.py, README, Retriever.py, Spider.py, TextParser.py,
Url.py, Writer.py, __init__.py, plucker.py:
Version 0.9 of PyPlucker.
2000-02-01 07:14 wagnera
* conduit/conduit.pl:
enabled direct output to Palm
2000-01-31 14:04 nordstrom
* viewer/anchor.c:
Fixed the tap-on-link-and-scroll symptom
2000-01-30 15:18 ondrap
* viewer/langs/cs.rcp:
[no log message]
2000-01-30 13:49 nordstrom
* viewer/langs/cs.rcp:
New Czech version
2000-01-30 13:43 nordstrom
* viewer/PluckerDB.pdb:
Updated for new version of viewer
2000-01-30 13:02 ondrap
* viewer/langs/cs.rcp:
Added new Czech trans. + changed coding to CP1250.
2000-01-30 12:03 nordstrom
* CREDITS, NEWS, docs/FAQ, docs/FAQ.html, docs/TODO,
parser/install, parser/defaults/home.html, viewer/Makefile.in,
viewer/README, viewer/allforms.h, viewer/anchor.c, viewer/anchor.h,
viewer/autogen.sh, viewer/callback.h, viewer/configure,
viewer/configure.in, viewer/control.c, viewer/control.h,
viewer/controlform.c, viewer/db.c, viewer/dbmgrform.c,
viewer/debug.c, viewer/debug.h, viewer/detailsform.c,
viewer/document.c, viewer/document.h, viewer/documentdata.c,
viewer/documentdata.h, viewer/history.c, viewer/history.h,
viewer/image.c, viewer/link.c, viewer/link.h, viewer/mainform.c,
viewer/os.c, viewer/os.h, viewer/paragraph.c, viewer/paragraph.h,
viewer/prefsdata.c, viewer/prefsdata.h, viewer/prefsform.c,
viewer/resourceids.h, viewer/resultform.c, viewer/resultform.h,
viewer/screen.c, viewer/screen.h, viewer/search.c, viewer/search.h,
viewer/searchform.c, viewer/searchform.h, viewer/session.c,
viewer/uncompress.c, viewer/util.c, viewer/util.h, viewer/viewer.c,
viewer/viewer.h, viewer/viewer.rcp.in, viewer/langs/cs.rcp,
viewer/langs/de.rcp, viewer/langs/en.rcp, viewer/langs/sample.rcp:
Merged with find_function branch
2000-01-30 10:33 nordstrom
* viewer/: anchor.c, anchor.h, control.c, documentdata.c,
documentdata.h, history.c, history.h, image.c, link.c, mainform.c,
os.c, paragraph.c, paragraph.h, resultform.c, screen.c, screen.h,
search.c, uncompress.c, util.h:
Some minor changes to the used types and a few function changes
2000-01-29 16:41 nordstrom
* viewer/: detailsform.c, document.c, document.h, documentdata.c,
history.c, history.h, mainform.c, os.c, os.h, paragraph.c,
resultform.c, session.c, util.h:
Removed global variables and cleaned up session handling
2000-01-29 09:53 nordstrom
* viewer/: controlform.c, dbmgrform.c, detailsform.c, document.c,
mainform.c, prefsform.c, resultform.c, searchform.c:
Merged the draw document functions into only one function
2000-01-28 20:18 nordstrom
* viewer/: anchor.c, anchor.h, control.c, db.c, dbmgrform.c,
debug.c, debug.h, document.c, documentdata.c, image.c, link.h,
os.c, paragraph.c, prefsdata.c, resultform.c, search.c, session.c,
uncompress.c, viewer.c:
Updated debug macros and also added a fix so that links always are
aligned
2000-01-27 17:26 nordstrom
* NEWS, docs/TODO, viewer/Makefile.in, viewer/configure,
viewer/configure.in, viewer/controlform.c, viewer/dbmgrform.c,
viewer/detailsform.c, viewer/mainform.c, viewer/prefsform.c,
viewer/resultform.c, viewer/searchform.c, viewer/uncompress.c,
viewer/util.c, viewer/util.h, viewer/viewer.h:
Updated to use the new prc-tools + a few bug fixes
2000-01-23 19:52 nordstrom
* viewer/paragraph.c:
Fixed bug in invert text handling
2000-01-23 11:39 nordstrom
* parser/python/: BaseInit.py, Image.py, ImageParser.py, Online.py,
Parser.py, Plucker.py, PluckerDocs.py, PostProcess.py,
Retriever.py, Spider.py, StdInit.py, TextParser.py, Url.py,
UrlPacker.py, WebUrl.py, Writer.py (find_function), README,
doc_compress.py, hotsync, hotsync.cmd, plucker.py:
Merged with main trunk
2000-01-22 22:16 nordstrom
* viewer/: Makefile.in, dbmgrform.c, detailsform.c, document.c,
resultform.c:
Fixed an unnecessary update of the doc + a few minor changes
2000-01-20 15:25 nordstrom
* viewer/: README, control.c, control.h, document.c, mainform.c,
paragraph.c, paragraph.h, resourceids.h, search.c, search.h,
searchform.c:
Minor modifications to the handling of the find pattern
2000-01-19 18:18 nordstrom
* viewer/screen.h:
file screen.h was initially added on branch find_function.
2000-01-19 18:18 nordstrom
* viewer/resultform.c:
file resultform.c was initially added on branch find_function.
2000-01-19 18:18 nordstrom
* viewer/resultform.h:
file resultform.h was initially added on branch find_function.
2000-01-19 18:18 nordstrom
* viewer/screen.c:
file screen.c was initially added on branch find_function.
2000-01-19 18:18 nordstrom
* viewer/allforms.h:
file allforms.h was initially added on branch find_function.
2000-01-19 18:18 nordstrom
* viewer/: callback.h (find_function), Makefile.in, allforms.h,
anchor.c, configure, configure.in, control.c, control.h,
controlform.c, dbmgrform.c, detailsform.c, document.c,
documentdata.c, documentdata.h, mainform.c, os.c, paragraph.c,
paragraph.h, prefsdata.c, prefsform.c, resourceids.h, resultform.c,
resultform.h, screen.c, screen.h, search.c, search.h, searchform.c,
uncompress.c, util.c, util.h, viewer.c, viewer.h, viewer.rcp.in,
langs/de.rcp, langs/en.rcp, langs/sample.rcp:
New version of the "global" find function. It still has some rough
edges, uses a nested event handler :-( and is a little to complex.
But at least it seems to work ;-)
Modified the configure scripts and the Makefile so that you can use
the new prc-tools and also build the viewer in a separate directory
(I don't recommend this though, since the app will be 200 bytes
bigger if you build it in a separate dir).
2000-01-16 17:25 ondrap
* parser/python/: README, plucker.py:
Added Pyrite conduit.
2000-01-16 15:25 nordstrom
* viewer/langs/sample.rcp:
Added missing string
2000-01-13 12:07 nordstrom
* viewer/Makefile.in:
Modified for language support
2000-01-11 20:13 nordstrom
* NEWS, viewer/langs/cs.rcp, viewer/langs/en.rcp,
viewer/langs/sample.rcp:
Czech version of viewer added
2000-01-11 19:06 ondrap
* viewer/langs/: cs.CP1250.rcp, cs.ISO.rcp, cs.rcp:
[no log message]
2000-01-11 10:20 nordstrom
* viewer/: autogen.sh, configure, configure.in, autogen.sh,
configure, configure.in:
Fixed minor test error
2000-01-10 21:06 ondrap
* viewer/langs/: cs.CP1250.rcp, cs.ISO.rcp:
Initial revision Czech locale.
2000-01-10 16:01 ondrap
* parser/python/: BaseInit.py, Image.py, ImageParser.py, Online.py,
Parser.py, Plucker.py, PluckerDocs.py, PostProcess.py, README,
Retriever.py, Spider.py, StdInit.py, TextParser.py, Url.py,
UrlPacker.py, WebUrl.py, Writer.py, doc_compress.py, hotsync,
hotsync.cmd:
Changed to Holfer's PyPlucker 0.5
2000-01-07 19:59 nordstrom
* viewer/: autogen.sh, configure, configure.in, documentdata.c,
controlform.c, dbmgrform.c, document.c, documentdata.c, history.c,
searchform.c, session.c, uncompress.c, util.c:
Fixed bug in CheckSize function that in some rare occasions could
cause a reset
2000-01-07 10:18 nordstrom
* viewer/: util.c, langs/de.rcp:
Fixed minor problem in de.rcp
2000-01-07 09:36 wagnera
* viewer/langs/de.rcp:
Search dialog
2000-01-07 00:05 nordstrom
* viewer/control.c:
Improved check for documents larger than 32k
2000-01-06 23:00 nordstrom
* viewer/control.c:
Better check for documents larger than 32k added
2000-01-06 21:26 nordstrom
* NEWS, viewer/util.c, viewer/util.h:
Added info about greyscale support
2000-01-06 20:17 nordstrom
* viewer/: anchor.c, anchor.h, autogen.sh, configure, configure.in,
os.c, os.h, paragraph.c, util.c, util.h, viewer.c, viewer.h:
Added support for 2bit greyscale images
2000-01-06 17:55 nordstrom
* viewer/: anchor.c, autogen.sh, configure, configure.in,
paragraph.c:
More improvements of the rendering, this time the font height
handling
2000-01-06 15:30 nordstrom
* viewer/: anchor.c, anchor.h, autogen.sh, configure, configure.in,
paragraph.c:
Update of anchor and italics handling. Should result in better
rendering
2000-01-06 14:47 nordstrom
* NEWS, viewer/autogen.sh, viewer/configure, viewer/configure.in,
viewer/paragraph.c:
Fixed bug that messed up links when there is a (very) small image
before an anchor
2000-01-06 14:45 nordstrom
* docs/: FAQ, FAQ.html:
Moved some not yet implemented features to another section
2000-01-04 00:06 nordstrom
* viewer/paragraph.c:
Final fix for invert pattern, it will now handle patterns that are
on two different lines
2000-01-03 22:48 nordstrom
* viewer/: document.c, paragraph.c, search.c, search.h:
Another fix to the invert pattern functionality
2000-01-03 20:51 nordstrom
* viewer/: paragraph.c, searchform.c:
Fix for inverting the search pattern (still not complete, though)
2000-01-03 16:11 nordstrom
* viewer/: document.c, paragraph.c, resourceids.h, search.c,
searchform.c, searchform.h, viewer.h, viewer.rcp.in, langs/de.rcp,
langs/en.rcp, langs/sample.rcp:
Case-sensitive and case-insensitive search options added. The
search pattern should always be inverted now (although not always
at the correct coordinates:)
2000-01-02 23:14 nordstrom
* viewer/: mainform.c, search.c, search.h:
Fixed a feature that made the document jump to the top if you
choose Cancel when the search reached the end of the doc
2000-01-02 22:45 nordstrom
* viewer/search.h:
file search.h was initially added on branch find_function.
2000-01-02 22:45 nordstrom
* viewer/searchform.c:
file searchform.c was initially added on branch find_function.
2000-01-02 22:45 nordstrom
* viewer/searchform.h:
file searchform.h was initially added on branch find_function.
2000-01-02 22:45 nordstrom
* viewer/search.c:
file search.c was initially added on branch find_function.
2000-01-02 22:45 nordstrom
* NEWS, viewer/Makefile.in, viewer/dbmgrform.c, viewer/document.c,
viewer/document.h, viewer/mainform.c, viewer/paragraph.c,
viewer/prefsdata.c, viewer/prefsdata.h, viewer/resourceids.h,
viewer/search.c, viewer/search.h, viewer/searchform.c,
viewer/searchform.h, viewer/util.h, viewer/viewer.c,
viewer/viewer.rcp.in, viewer/langs/de.rcp, viewer/langs/en.rcp,
viewer/langs/sample.rcp:
First version of find function
2000-01-02 22:44 nordstrom
* NEWS:
Added new items for next release
2000-01-02 18:54 wagnera
* viewer/langs/de.rcp:
Broken Database
2000-01-02 16:44 desrod
* COPYING, GPL:
Replaced GPL with COPYING
2000-01-02 15:13 nordstrom
* viewer/: autogen.sh, configure, configure.in, documentdata.c,
documentdata.h, resourceids.h, viewer.rcp.in, langs/de.rcp,
langs/en.rcp, langs/sample.rcp:
Merged with missing_records branch
1999-12-29 01:30 nordstrom
* viewer/documentdata.c:
Moved size check to separate function
1999-12-28 21:12 nordstrom
* viewer/: documentdata.c, documentdata.h, resourceids.h,
viewer.rcp.in, langs/de.rcp, langs/en.rcp, langs/sample.rcp:
Added support for missing records
1999-12-28 12:05 nordstrom
* viewer/: Makefile.in, autogen.sh, configure, configure.in,
viewer.rcp.in:
New numbering scheme
1999-12-27 15:26 nordstrom
* viewer/langs/ISO-CODE:
Fixed some minor spelling errors
1999-12-27 15:02 nordstrom
* viewer/langs/: ISO-CODE, TRANSLATING:
Added docs for language support
1999-12-27 12:50 nordstrom
* conduit/conduit.pl, viewer/Makefile.in, viewer/autogen.sh,
viewer/configure, viewer/configure.in, viewer/const.h,
viewer/control.c, viewer/dbmgrform.c, viewer/detailsform.c,
viewer/document.c, viewer/document.h, viewer/documentdata.c,
viewer/documentdata.h, viewer/image.c, viewer/image.h,
viewer/link.c, viewer/mainform.c, viewer/paragraph.c,
viewer/resourceids.h, viewer/session.c, viewer/uncompress.c,
viewer/viewer.c, viewer/viewer.h, viewer/viewer.rcp.in,
viewer/langs/de.rcp, viewer/langs/en.rcp, viewer/langs/sample.rcp:
Merged with development branch show_images_and_langs
1999-12-27 12:21 nordstrom
* NEWS, README, docs/Plucker_Doc.TEX, docs/Plucker_Doc.dvi,
docs/TODO, docs/TODO-byCategory, docs/TODO-byDate, docs/TODO.html,
viewer/Makefile.in, viewer/README, viewer/autogen.sh,
viewer/configure, viewer/configure.in, viewer/control.h,
viewer/document.c:
Merged with 0.5 code
1999-12-25 17:37 nordstrom
* viewer/paragraph.c:
Fix for fatal bug when rendering uncompressed documents
1999-12-22 21:14 nordstrom
* README.OS2, os2/INSTALL_OS2.CMD, os2/Recreate.cmd,
parser/python/hotsync.cmd (plucker_0_05):
Updated for the next release
1999-12-21 18:47 nordstrom
* conduit/conduit.pl, viewer/autogen.sh, viewer/configure,
viewer/configure.in, viewer/const.h, viewer/document.c:
Paragraph heights will also be updated now. Database version
changed to 7.
1999-12-21 13:58 nordstrom
* NEWS, README, viewer/autogen.sh, viewer/configure,
viewer/configure.in (plucker_0_05):
Changed 0.05 to 0.5
1999-12-21 08:06 wagnera
* docs/Plucker_Doc.TEX (plucker_0_05):
[no log message]
1999-12-21 01:28 nordstrom
* viewer/langs/sample.rcp:
file sample.rcp was initially added on branch
show_images_and_langs-branch.
1999-12-21 01:28 nordstrom
* viewer/langs/en.rcp:
file en.rcp was initially added on branch
show_images_and_langs-branch.
1999-12-21 01:28 nordstrom
* viewer/langs/de.rcp:
file de.rcp was initially added on branch
show_images_and_langs-branch.
1999-12-21 01:28 nordstrom
* viewer/viewer.rcp.in:
file viewer.rcp.in was initially added on branch
show_images_and_langs-branch.
1999-12-21 01:28 nordstrom
* viewer/: Makefile.in, autogen.sh, configure, configure.in,
const.h, control.c, dbmgrform.c, detailsform.c, document.c,
document.h, documentdata.c, documentdata.h, image.c, image.h,
link.c, mainform.c, paragraph.c, resourceids.h, session.c,
uncompress.c, viewer.c, viewer.h, viewer.rcp.in, langs/de.rcp,
langs/en.rcp, langs/sample.rcp:
Hacked together a new way of supporting different languages and
also a beginning of support for turning of rendering of images for
individual pages.
1999-12-20 12:06 nordstrom
* viewer/document.c (plucker_0_05):
Fixed bug in height calculation
1999-12-19 18:00 wagnera
* docs/Plucker_Doc.TEX, docs/Plucker_Doc.dvi (plucker_0_05),
README.OS2, os2/INSTALL_OS2.CMD, os2/Recreate.cmd,
parser/python/hotsync.cmd:
[no log message]
1999-12-19 17:15 wagnera
* parser/python/hotsync.cmd:
[no log message]
1999-12-18 22:55 nordstrom
* README, docs/TODO, docs/TODO-byCategory, docs/TODO-byDate,
docs/TODO.html, viewer/README (plucker_0_05):
Updated docs for 0.05
1999-12-18 20:04 nordstrom
* viewer/: Makefile.in, autogen.sh, configure, configure.in
(plucker_0_05):
Added build version for the 0.05 release
1999-12-18 18:10 nordstrom
* conduit/: conduit-new.pl, irconduit.pl (plucker_0_05):
Cleaned up file structure..
1999-12-18 15:41 nordstrom
* REQUIREMENTS (plucker_0_05):
Spelling error fixed
1999-12-18 13:40 nordstrom
* AUTHORS, REQUIREMENTS, conduit/conduit.pl, viewer/const.h
(plucker_0_05):
Updated rcp files and increased the database version (6)
1999-12-18 09:58 nordstrom
* AUTHORS, REQUIREMENTS, conduit/conduit.pl, viewer/const.h:
Updated rcp files and increased the database version (6)
1999-12-15 16:16 nordstrom
* AUTHORS, NEWS, parser/install, parser/python/PluckerDocs.py,
parser/python/StdInit.py, viewer/Makefile.in, viewer/README,
viewer/anchor.c, viewer/anchor.h, viewer/autogen.sh,
viewer/configure, viewer/configure.in, viewer/const.h,
viewer/control.c, viewer/control.h, viewer/controlform.c,
viewer/dbmgrform.c, viewer/document.c, viewer/document.h,
viewer/documentdata.c, viewer/documentdata.h, viewer/image.c,
viewer/paragraph.c, viewer/paragraph.h, viewer/prefsdata.c,
viewer/prefsform.c, viewer/uncompress.c, viewer/uncompress.h,
viewer/viewer.c:
The uncompress function will from now on use a 4k buffer and two
new records (7 & 8).
Fixed some bugs in the configure.in and German viewer.rcp.
1999-12-15 14:51 desrod
* viewer/: Makefile.in, README:
Removed conduit/awk, added the proper Deutsch and English
directories and files in their proper places (viewer/binary/),
edited the Makefile.in to reflect these new language locations, and
changed the README in the viewer directory to reflect the addition
of the NLS support and it's location
1999-12-15 14:39 desrod
* conduit/irconduit.pl:
OOps, didn't see the irconduit.pl script in there. Removed now.
It's part of conduit.pl anyway
1999-12-15 14:29 desrod
* conduit/: conduit-new.pl, conduit.pl:
Renaming files in the repository is not allowed, so I had to mv
conduit-new.pl conduit.pl and remove/readd it to the respository.
All parser ./hotsync scripts should continue to work as normal.
Edit the conduit.pl file to direct it to a serial port, IR port,
USB, or file as necessary
1999-12-15 14:27 desrod
* conduit/conduit.pl:
Removed the utils directory, and removed the conduit.pl file from
conduit/. It is being replaced by the new conduit, which will be
renamed and committed in a moment
1999-12-15 14:14 nordstrom
* viewer/uncompress.h:
file uncompress.h was initially added on branch plucker_0_05.
1999-12-15 14:14 nordstrom
* viewer/uncompress.c:
file uncompress.c was initially added on branch plucker_0_05.
1999-12-15 14:14 nordstrom
* AUTHORS, NEWS, parser/install, parser/python/PluckerDocs.py,
parser/python/StdInit.py, viewer/Makefile.in, viewer/anchor.c,
viewer/anchor.h, viewer/autogen.sh, viewer/configure,
viewer/configure.in, viewer/const.h, viewer/control.c,
viewer/control.h, viewer/controlform.c, viewer/dbmgrform.c,
viewer/document.c, viewer/document.h, viewer/documentdata.c,
viewer/documentdata.h, viewer/image.c, viewer/paragraph.c,
viewer/paragraph.h, viewer/prefsdata.c, viewer/prefsform.c,
viewer/uncompress.c, viewer/uncompress.h, viewer/viewer.c
(plucker_0_05):
The uncompress function will from now on use a 4k buffer and two
new records (7 & 8).
Fixed some bugs in the configure.in and German viewer.rcp.
1999-12-12 20:32 desrod
* AUTHORS, COPYING, INSTALL:
Just some small tweaks here and there, nuked COPYING in favor of
GPL for the moment. Need to test some more tiny things before I let
this thing go live again.
1999-12-12 20:27 desrod
* README.NOW, README.NOW!:
Nuked the 'README.NOW!' file, and replaced it with a more compliant
README.NOW file
1999-12-12 20:24 desrod
* Recreate.cmd, os2/Recreate.cmd:
Relocated Recreate.cmd into the os2 subdirectory
1999-12-12 20:18 desrod
* INSTALL_OS2.CMD, os2/INSTALL_OS2.CMD:
Moved an errant OS2 install script from the root of the source
package into the os2 subdirectory
1999-12-12 20:03 desrod
* viewer/icons/: chicken.bmp, rubberchicken.bmp,
rubberchicken2.bmp:
Cleaned up some junk icons and changed the references in the
viewer.rcp files in English/viewer.rcp and Deutsch/viewer.rcp
1999-12-12 16:34 desrod
* parser/perl/: modules/REQUIRED, parser/README, parser/WARNING,
parser/plucker-lnx-12041999.pl, parser/plucker-os2-11201999.pl:
Added the two versions of the perl parser. Read the README and
WARNING before using them! Also added parser/perl/parser/WARNING
and parser/perl/modules/REQUIREMENTS. Read them and get the right
modules before running.
1999-12-11 15:38 nordstrom
* viewer/: Guidelines.txt, Makefile.in, anchor.c, anchor.h,
autogen.sh, callback.h, configure, configure.in, const.h,
control.c, control.h, controlform.c, controlform.h, db.c, db.h,
dbmgrform.c, dbmgrform.h, debug.c, debug.h, detailsform.c,
detailsform.h, document.c, document.h, documentdata.c,
documentdata.h, history.c, history.h, image.c, image.h, link.c,
link.h, mainform.c, mainform.h, os.c, os.h, paragraph.c,
paragraph.h, prefsdata.c, prefsdata.h, prefsform.c, prefsform.h,
resourceids.h, session.c, session.h, util.c, util.h, viewer.c,
viewer.h, icons/mode1.bmp, icons/mode2.bmp:
Added all my changes to the development version:
- Control options form - Guideline changes - Memory check (this one
will face some major changes)
1999-12-11 05:04 desrod
* INSTALL:
Just some more local testing
1999-12-11 04:48 desrod
* AUTHORS, GPL:
Just added an Enlish copy of the GPL to the tree. I wanted to make
sure it was included, and I'm also using this checking to test
another server-side process I'm tweaking.
1999-12-11 01:14 desrod
* docs/: ChangeLog.html, FAQ, FAQ.html:
Oops, forgot to add a couple of new files. ChangeLog and
the two
new FAQ files. Check out the FAQ.html. Looks slick! =)
1999-12-11 01:11 desrod
* INSTALL, docs/ChangeLog, docs/TODO-byCategory, docs/TODO-byDate,
docs/TODO-latest, docs/TODO-updated, docs/faq.html, docs/faq.txt,
docs/quickstart.html, parser/install:
Removed some redundant files, merged some others, added
some new
updates to the FAQ, renamed some files to conform to GNU/Posix
standards (such as faq to FAQ for example, and changelog to
ChangeLog).
I also moved some files around inside the parser directory
so that
it was cleaner and more generic with the 'install' script. This
should clean up the whole source tree quite a bit.
1999-12-10 21:25 nordstrom
* viewer/: document.c, document.h, image.c:
Changed the memory handling, which should result in less required
memory for the uncompression
1999-11-27 19:11 ondrap
* parser/python/WebUrl.py:
[no log message]
1999-11-27 17:30 nordstrom
* CREDITS:
Holger is in the AUTHORS file now...
1999-11-27 17:29 nordstrom
* viewer/document.c:
Fix for bug in memory de-allocation function.
1999-11-27 11:40 nordstrom
* conduit/conduit.exe:
Added Windows conduit.
1999-11-27 11:37 nordstrom
* REQUIREMENTS:
Added link to Windows tools.
1999-11-25 21:17 nordstrom
* docs/API.doc:
First version.
1999-11-25 21:07 nordstrom
* AUTHORS, NEWS, REQUIREMENTS:
Updated for the 0.05 release.
1999-11-23 23:49 desrod
* viewer/: Makefile.in, anchor.c, anchor.h, const.h, control.c,
control.h, db.c, db.h, dbmgrform.c, dbmgrform.h, debug.c, debug.h,
detailsform.c, detailsform.h, document.c, document.h,
documentdata.c, documentdata.h, history.c, history.h, image.c,
image.h, link.c, link.h, mainform.c, mainform.h, os.c, os.h,
paragraph.c, paragraph.h, prefsdata.c, prefsdata.h, prefsform.c,
prefsform.h, resourceids.h, session.c, session.h, util.c, util.h,
viewer.c, viewer.h:
Mike's updates, plus a few cosmetic tweaks to the dialog boxes.
German viewer.rcp file is next, of course
1999-11-23 07:36 desrod
* conduit/conduit-new.pl:
MAJOR bug in conduit-new.pl fixed. OOPS!
1999-11-23 07:35 desrod
* conduit/conduit-new.pl, viewer/resourceids.h:
Just cosmetic layout ideas in the forms, added help to the
Database
Selection form, and removed all the tabs from resourceids.h and
replaced them with uniform spaces. Just administrative cleanup
stuff.
1999-11-22 08:13 ondrap
* parser/python/PostProcess.py:
Removed bug with alt-images.
1999-11-22 07:59 ondrap
* parser/python/Parser.py:
[no log message]
1999-11-22 05:34 desrod
* docs/: Plucker_Doc.TEX, Plucker_Doc.dvi:
Updated the TeX document quite a bit to include new
{\htmladdnormallink}
syntax for the latex2html convertor so all href and mailto's are
correct, and fixed some of the ordering and spellchecked it. Added
umlaut support as well. A .dvi version is also included. I will be
adding a PDF rendition engine to the script which generates this
document and the html from it soon.
1999-11-20 20:29 desrod
* conduit/conduit-new.pl:
More tweaks to conduit-new.pl.
1999-11-20 19:47 desrod
* conduit/irconduit.pl:
Started working on irconduit.pl, changed permissions in the cvs for
*.pl scripts, added a new here-print for the splash screen, etc.
More optimizations soon. Merging the three scripts should be a top
priority.
1999-11-20 19:41 desrod
* conduit/: README, conduit-new.pl:
Just added some comments to the top block of the code, and added
the standard GPL banner. Updated the README a little, but will do a
complete rewrite to include developer's sections for each conduit
soon
1999-11-20 19:28 desrod
* conduit/conduit-new.pl:
Another total rewrite of conduit-new.pl. Tweaked out some
more
microseconds, and changed a bit of the logic. Removed 20 lines of
code in the process, making it much faster. Added comments where
required, and added a clause for the Win32 platform. Some other
tweaks are in there also. Executes much faster and makes more sense
(readability-wise)
1999-11-20 17:59 ondrap
* parser/python/: Parser.py, PluckerDocs.py:
Added Holger's new Parser/disass.
1999-11-18 12:47 ondrap
* viewer/paragraph.c:
Added Michael's corrections.
1999-11-17 22:00 ondrap
* parser/python/: Parser.py, PluckerDocs.py, PostProcess.py:
Added new Holger's files.
1999-11-17 21:43 ondrap
* parser/python/: Online.py, Spider.py, WebUrl.py:
[no log message]
1999-11-16 21:54 ondrap
* parser/python/: Online.py, PostProcess.py, UrlPacker.py:
[no log message]
1999-11-16 20:58 ondrap
* parser/python/: Image.py, PostProcess.py, Spider.py, StdInit.py,
WebUrl.py, Writer.py:
Code cleanup.
1999-11-15 19:42 ondrap
* parser/python/: BaseInit.py, Image.py, Online.py, PostProcess.py,
Spider.py, StdInit.py, UrlPacker.py, WebUrl.py, Writer.py:
Online now supports 'static' and 'update' modes. Did some cleanups.
1999-11-14 16:43 nordstrom
* viewer/: document.c, link.c:
Minor name changes
1999-11-14 12:10 nordstrom
* viewer/: Makefile.in, control.c, detailsform.c, document.c,
detailsform.h, mainform.c, resourceids.h, viewer.c:
Details form added. Also fixed the code so that the history works
as expected regarding the read/unread status.
1999-11-14 05:07 desrod
* conduit/conduit-new.pl:
Changed and updated the conduit-new.pl script. Includes a more
robust interface. Cleaned up a broken regex which was never even
parsed for . and .. files. Added sorting of the files, and an array
to parse readdir's output. Much improved speed and size.
1999-11-14 02:15 desrod
* conduit/conduit-new.pl:
Forgot a minor comment on the new scalar. OOPS! =)
1999-11-14 02:13 desrod
* conduit/conduit-new.pl:
This is the new conduit.pl script. Eventually, this should
take the place of the original. This one is a little cleaner, and
takes out all the subs. It also includes a scalar which will tell
the script to write to PluckerDB.pdb directly, or to create it as
an interactive hotsync.
1999-11-13 19:05 ondrap
* parser/python/: Online.py, Spider.py:
Small security update.
1999-11-13 17:36 nordstrom
* viewer/: link.c, link.h, mainform.c, resourceids.h:
Added support for marking pages as unread
1999-11-13 16:32 ondrap
* parser/python/: Online.py, Parser.py, Plucker.py, Spider.py,
Writer.py:
[no log message]
1999-11-13 14:23 nordstrom
* parser/python/: Image.py, Online.py, Parser.py, Plucker.py,
doc_compress.py, PluckerDocs.py, Spider.py, Url.py, Writer.py:
Updated files.
1999-11-13 14:21 nordstrom
* parser/python/: Image.pyc, Parser.pyc, PluckerDocs.pyc,
Spider.pyc, Url.pyc:
Removed (created automatically when the *.py files are used)
1999-11-13 08:38 nordstrom
* viewer/anchor.c:
Changed to a fixed amount of space between the bottom of the line
and the strike-through
1999-11-12 21:37 nordstrom
* viewer/: dbmgrform.c, dbmgrform.h:
New files used for the multiple database support.
1999-11-12 21:36 nordstrom
* viewer/: Makefile.in, anchor.c, anchor.h, control.c, db.c, db.h,
debug.c, document.c, document.h, documentdata.c, documentdata.h,
image.c, mainform.c, paragraph.c, paragraph.h, prefsdata.c,
prefsdata.h, prefsform.c, session.c, viewer.c, const.h,
resourceids.h, util.h:
Added support for multiple databases, named anchors, margins,
alignment, strike-through option, no uderlining of images,
configurable paragraph spacing, database version check, and a
new-line function.
1999-11-12 21:20 nordstrom
* viewer/: pen.c, pen.h:
Included in control.c instead
1999-11-12 21:19 nordstrom
* conduit/conduit.pl:
Added version support
1999-11-12 21:16 nordstrom
* parser/python/: Image.py, Parser.py, Plucker.py, PluckerDocs.py,
Image.pyc, Parser.pyc, PluckerDocs.pyc, README, Spider.py,
Spider.pyc, Url.py, Url.pyc, Writer.py, hotsync, COPYING:
Python parser added.
1999-10-31 14:12 nordstrom
* CREDITS:
Added name.
1999-10-31 13:40 nordstrom
* viewer/document.c:
Fixed minor copy'n paste error.
1999-10-29 19:23 nordstrom
* viewer/globaldefs:
Not needed anymore.
1999-10-29 18:03 nordstrom
* viewer/Makefile.in:
Re-added the text about the maintainer-clean option.
1999-10-29 17:50 nordstrom
* viewer/: anchor.c, control.c, db.c, debug.c, document.c,
documentdata.c, history.c, image.c, link.c, mainform.c, os.c,
paragraph.c, prefsdata.c, prefsform.c, session.c, util.c, anchor.h,
callback.h, const.h, control.h, db.h, debug.h, document.h,
viewer.c, documentdata.h, history.h, image.h, link.h, mainform.h,
os.h, paragraph.h, Makefile.in, autogen.sh, configure,
configure.in, prefsdata.h, prefsform.h, resourceids.h, session.h,
util.h, viewer.h:
Latest development version with support for compression.
1999-10-13 01:01 desrod
* viewer/: Makefile.in, README, anchor.c, anchor.h, autogen.sh,
configure.in, control.c, control.h, db.h, debug.c, debug.h,
document.c, document.h, history.c, history.h, image.c, image.h,
link.c, link.h, os.c, os.h, paragraph.c, paragraph.h,
resourceids.h, session.c, session.h, viewer.c, viewer.h:
Made some changes to gather.awk for the new database record format;
changed hotsync for the new paths, changed Makefile.in to properly
support maintainer-clean, and some other tiny tweaks.
1999-10-11 04:18 desrod
* viewer/autogen.sh:
Changed the version number in the autogen.sh script
1999-10-03 09:19 wagnera
* docs/: Plucker_Develop.TEX, Plucker_Doc.TEX:
New Docs initial release
1999-08-29 14:34 nordstrom
* viewer/session.c:
Fixed some errors in the last changes.
1999-08-28 13:43 desrod
* viewer/: Makefile.in, autogen.sh, session.c:
Somehow the autogen.sh script was broken and uploaded, so I fixed
it again
1999-08-24 22:47 desrod
* viewer/session.c:
Added disclaimer back to session.c. Don't know how it got lost, but
it's back now
1999-08-24 00:30 desrod
* viewer/session.c:
Minor comment changes
1999-08-23 08:08 desrod
* viewer/Makefile:
Touched some files, and removed the Makefile from the
repository. It
is no longer needed.
1999-08-23 08:05 desrod
* viewer/: Makefile, globaldefs:
OOps, forgot globaldefs
1999-08-23 08:00 desrod
* viewer/: Makefile.in, autogen.sh, document.c, link.c, pen.c,
session.c:
Some minor code tweaks, based on some asm code profiling
1999-08-23 03:13 desrod
* viewer/: Makefile.in, PluckerDB.pdb, autogen.sh, configure.in,
session.c:
Made some changes to Makefile.in to support a POSIX 'make
distclean', and created an autogen.sh file for building all the
scripts required, some other minor cleanups, nothing major at this
stage
1999-08-22 16:16 nordstrom
* viewer/Makefile.in:
Some more macros.
1999-08-22 15:22 nordstrom
* viewer/resourceids.h:
Replaced raw numbers with named constants.
1999-08-22 14:11 nordstrom
* viewer/viewer.c:
Minor changes.
1999-08-22 14:10 nordstrom
* viewer/Makefile.in:
Major changes to the dependency relations.
1999-08-22 11:12 nordstrom
* viewer/: Makefile.in, configure.in, globaldefs:
Major update of configure script.
1999-08-22 08:57 desrod
* viewer/: Makefile.in, configure.in:
Added some optimization to the Makefile.in, and cleaned up the
configure.in to remove all that fanciness in the file, and in the
process, squeezed out 458 more bytes in the binary. WOO
1999-08-22 03:17 desrod
* viewer/: Makefile.in, configure.in:
Created a configure script to determine where stuff is on the
systems. If this fails, please let me know, so I can fix it. It
should work for both the 'code-clean' style systems, and for the
Redhat and Debian style systems (i.e. incorrect paths). Run
autoconf; configure --enable-lang=en or --enable-lang=de, then make
1999-08-22 01:57 desrod
* viewer/globaldefs:
Oops... forgot globaldefs =)
1999-08-22 00:14 nordstrom
* viewer/Makefile.mike:
It's gone!
1999-08-21 18:30 nordstrom
* viewer/: os.c, viewer.c:
Initialization of new font moved to os.c
1999-08-21 17:17 nordstrom
* viewer/: resourceids.h, viewer.c:
Handle case when no PluckerDB exists.
1999-08-21 16:18 desrod
* parser/defaults/: error.html, external.html:
Fixed some export contexts in all files
1999-08-21 15:58 desrod
* conduit/conduit.pl, viewer/Makefile, viewer/viewer.c:
Added the new CreatorID to the files, including conduit.pl and
viewer.c and added a link to conduit.pl inside of the viewer
directory. CVS shoudn't remove it, but we'll see
1999-08-20 12:14 nordstrom
* viewer/Makefile.mike:
My personal Makefile that works with my development tools.
1999-08-20 01:26 desrod
* docs/: TODO-latest, TODO-updated:
Created 2 new versions of docs/TODO for review and
approval, if
necessary.
1999-08-20 01:24 desrod
* docs/TODO:
Created 2 new versions of the TODO list for review and approval, if
necessary
1999-08-18 05:02 desrod
* docs/TODO:
Oops, forgot to add a couple of new ideas that were kicking around
about page deletion, scratch pad, etc.
1999-08-18 04:54 desrod
* docs/TODO:
Added a bunch of things to the TODO list, and moved some
logic
around in there. I was talking to a bunch of people on the
#palmchat irc channel, and they were asking me if Plucker does this
and that, and came up with some really good ideas. They're at the
top of the list. I would like to see the TODO maintained with the
date and time and such on each modified section, like a Changelog.
Perhaps we could identify which person is working on which portion
of the TODO's. Just a thought.
1999-08-16 22:01 nordstrumm
* viewer/: resourceids.h, viewer.c:
Changes to the menu code (Mike)
1999-08-12 02:34 desrod
* viewer/Makefile:
More quick additions to the menus, and changed it this time
for the
German menus. Forgot that part =) (sorry Alexander)
1999-08-12 02:20 desrod
* viewer/Makefile:
Oops, forgot to touch the new file
1999-08-12 02:17 desrod
* viewer/Makefile:
Just a few small menu fixes and the build of the new viewer
in German
hopefully using the right codepages. Weirdly enough, the viewer in
German always displayed the umlauts properly on my emulator as well
as my palm device. The right codepage is loaded now, not sure yet
how to get linux to use it when building, but you can get the basic
idea.
1999-08-08 12:32 wagnera
* conduit/irconduit.pl, os2/RADAR.ICO:
IR-Sync finals
1999-08-08 12:25 wagnera
* INSTALL_OS2.CMD, README.OS2, Recreate.cmd:
Added IR-syncing
1999-08-06 01:58 desrod
* viewer/Makefile:
Updated my local code pages (had to recompile the kernel to
support it) and rebuilt both the English and the Deutsch version of
the viewer. Should work ok now. If not, I have to explore how to
choose the proper build at compile time. The umlauts always worked
on my end, when I installed the viewer application here, but maybe
there's something else going on.
1999-08-05 01:43 desrod
* viewer/: Makefile, link.c, viewer.c:
Did a major new overhaul on viewer.c again. This time,
consolodating
the menus a bit, into one struct. Now there aren't two separate
sections containing multiple case statements.
Built it into English and German versions.
1999-08-01 22:13 root
* viewer/icons/rubberchicken2.bmp:
Initial revision
1999-08-01 22:13 root
* viewer/icons/rubberchicken2.bmp:
Added new images
1999-08-01 22:13 desrod
* viewer/: Makefile, anchor.c, anchor.h, control.c, control.h,
debug.c, debug.h, document.c, document.h, history.c, history.h,
image.c, image.h, link.c, link.h, os.c, os.h, paragraph.c,
paragraph.h, pen.c, pen.h, resourceids.h, session.c, viewer.c,
viewer.h:
Added new images
1999-08-01 22:13 root
* conduit/conduit.pl, parser/defaults/error.html,
parser/defaults/external.html:
Added new images
1999-08-01 22:05 desrod
* viewer/: resourceids.h, viewer.c:
Just some minor changes
1999-08-01 18:46 root
* docs/TODO, docs/TODO.html, docs/faq.html, docs/faq.txt,
docs/quickstart.html, conduit/README, conduit/conduit.pl,
os2/CWPROJEC.ICO, os2/DOKUMEN1.ICO, os2/DOKUMENT.ICO,
os2/NETSCAPE.ICO, os2/NEWS.ICO, os2/TRICODE.ICO, os2/plucker.ICO,
parser/defaults/error.html, parser/defaults/external.html,
parser/defaults/home.html, parser/perl/modules/Artistic,
parser/perl/modules/MANIFEST, parser/perl/modules/Makefile.PL.in,
parser/perl/modules/Pilot.pm, parser/perl/modules/Pilot.xs,
parser/perl/modules/README, parser/perl/modules/dump.pl,
parser/perl/modules/test.pl, parser/perl/modules/typemap,
parser/perl/parser/README, viewer/icons/home.bmp,
viewer/icons/left.bmp, viewer/icons/right.bmp,
viewer/icons/viewer.bmp, viewer/icons/viewersm.bmp,
viewer/icons/wait.bmp, viewer/icons/email.bmp,
viewer/icons/help.bmp, viewer/icons/rubberchicken.bmp:
Initial revision
1999-08-01 18:46 root
* docs/TODO, docs/TODO.html, docs/faq.html, docs/faq.txt,
docs/quickstart.html, conduit/README, conduit/conduit.pl,
os2/CWPROJEC.ICO, os2/DOKUMEN1.ICO, os2/DOKUMENT.ICO,
os2/NETSCAPE.ICO, os2/NEWS.ICO, os2/TRICODE.ICO, os2/plucker.ICO,
parser/defaults/error.html, parser/defaults/external.html,
parser/defaults/home.html, parser/perl/modules/Artistic,
parser/perl/modules/MANIFEST, parser/perl/modules/Makefile.PL.in,
parser/perl/modules/Pilot.pm, parser/perl/modules/Pilot.xs,
parser/perl/modules/README, parser/perl/modules/dump.pl,
parser/perl/modules/test.pl, parser/perl/modules/typemap,
parser/perl/parser/README, viewer/icons/home.bmp,
viewer/icons/left.bmp, viewer/icons/right.bmp,
viewer/icons/viewer.bmp, viewer/icons/viewersm.bmp,
viewer/icons/wait.bmp, viewer/icons/email.bmp,
viewer/icons/help.bmp, viewer/icons/rubberchicken.bmp:
More major changes to the menus, this time, implemented as a real
form, and not as FrmAlert. Gives me more room and control on the
form to do what I want. Also added some graphics to the menus a
bit, to dress up the blank spots. Should work fine. Try it and let
me know.
1999-08-01 18:46 desrod
* AUTHORS, README.NOW!, COPYING, CREDITS, INSTALL, INSTALL_OS2.CMD,
NEWS, README, README.OS2, REQUIREMENTS, Recreate.cmd,
viewer/COPYING, viewer/Makefile, viewer/PluckerDB.pdb,
viewer/README, viewer/anchor.c, viewer/anchor.h, viewer/control.c,
viewer/control.h, viewer/db.h, viewer/debug.c, viewer/debug.h,
viewer/document.c, viewer/document.h, viewer/font.txt,
viewer/history.c, viewer/history.h, viewer/image.c, viewer/image.h,
viewer/link.c, viewer/link.h, viewer/os.c, viewer/os.h,
viewer/paragraph.c, viewer/paragraph.h, viewer/pen.c, viewer/pen.h,
viewer/resourceids.h, viewer/session.c, viewer/session.h,
viewer/viewer.c, viewer/viewer.h:
Initial revision
1999-08-01 18:46 desrod
* AUTHORS, README.NOW!, COPYING, CREDITS, INSTALL, INSTALL_OS2.CMD,
NEWS, README, README.OS2, REQUIREMENTS, Recreate.cmd,
viewer/COPYING, viewer/Makefile, viewer/PluckerDB.pdb,
viewer/README, viewer/anchor.c, viewer/anchor.h, viewer/control.c,
viewer/control.h, viewer/db.h, viewer/debug.c, viewer/debug.h,
viewer/document.c, viewer/document.h, viewer/font.txt,
viewer/history.c, viewer/history.h, viewer/image.c, viewer/image.h,
viewer/link.c, viewer/link.h, viewer/os.c, viewer/os.h,
viewer/paragraph.c, viewer/paragraph.h, viewer/pen.c, viewer/pen.h,
viewer/resourceids.h, viewer/session.c, viewer/session.h,
viewer/viewer.c, viewer/viewer.h:
More major changes to the menus, this time, implemented as a real
form, and not as FrmAlert. Gives me more room and control on the
form to do what I want. Also added some graphics to the menus a
bit, to dress up the blank spots. Should work fine. Try it and let
me know.