diff options
author | rh <rh@pkgsrc.org> | 2003-01-10 04:34:18 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-01-10 04:34:18 +0000 |
commit | f46b1605678829e9c40dc839bbf750c99a1678e2 (patch) | |
tree | 0236ce49465ce39a1582a788e941b99e61ecf192 /comms/jpilot/patches/patch-ab | |
parent | 11ff37534831c557d4029b6fd2b0283a839c2544 (diff) | |
download | pkgsrc-f46b1605678829e9c40dc839bbf750c99a1678e2.tar.gz |
Update jpilot to 0.99.3. Changes include:
* Added Simplified Chinese translation
* Added Traditional Chinese translation
* Made dialog windows Modal
* Manana support http://bill.sexton.tripod.com/download.htm
* Changed code to keep unique IDs intact.
* Support for OS 4.X passwords.
* Better DateBk support
* Pop up dialogs during the sync when different user name, null ID is
found.
* Lots of patches, bug fixes and minor improvements.
* Made changes to support pilot-link 0.10.1 and USB
* Export for Datebook, Address, Todo, and Memo
* Import for Datebook, Address, Todo, and Memo
* Can now enter begin/end times into datebook by GUI, or keyboard.
* Put icons in clist title buttons.
* Prompts to Save a changed/new record instead of letting it get away.
* Drastically improved local database read speeds caused by bugs intro'd
in 0.99
* Fixed misc bugs in alarms.
* Support for pedit (pedit is a memo editor for the palm).
* Added Preferences to choose conduits.
* Adding in better printing support.
* Adding in record masking support.
* Wrote a KeyRing plugin (KeyRing is a palm encryption app).
* Added Restore Functionality.
* Added plugin_startup & plugin_cleanup funcs to jpilot-sync.
* Added man pages.
* Added plugin_startup and plugin_cleanup to jpilot-sync.
* Added a default pdb file for Expenses.
* Added an icon when iconized.
Diffstat (limited to 'comms/jpilot/patches/patch-ab')
-rw-r--r-- | comms/jpilot/patches/patch-ab | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/comms/jpilot/patches/patch-ab b/comms/jpilot/patches/patch-ab deleted file mode 100644 index 3596076e640..00000000000 --- a/comms/jpilot/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2002/11/30 13:36:14 salo Exp $ - ---- configure.in.orig Tue Feb 6 20:26:38 2001 -+++ configure.in Sat Nov 30 13:49:28 2002 -@@ -180,6 +180,10 @@ - AC_TRY_LINK([#include <dlfcn.h>], [dlopen("huh",0);] , have_dlopen=yes, , ) - LIBS="$save_LIBS" - -+ if test "x$have_dlopen" != "yes"; then -+ AC_TRY_LINK([#include <dlfcn.h>], [dlopen("huh",0);], have_dlopen=yes,, ) -+ fi -+ - if test "x$have_dlopen" = "xyes"; then - AC_DEFINE(ENABLE_PLUGINS) - AC_MSG_RESULT(ok, plugin support enabled) |