Age | Commit message (Collapse) | Author | Files | Lines |
|
0.99.5 = 02/21/03
Fixed serious bug resulting in overwriting appointments on the palm (Serious bug)
Restore now restores latest files instead of ones from last backup (Critical bug)
Added -export-dynamic to Makefile to resolve jp_logf unresolved errors
Made home key go to today in datebook
Added dialog error windows instead of logging them
If files are to be installed a prompt window opens before a sync/backup
Browser windows open from jpilot menu
When app button is pressed it will cycle through categories
0.99.4 - 01/13/03
Ported code to GTK-2 (I used GTK-2.2)
Added random password generation to KeyRing
Added a dialer program and GUI launcher
Added Syncronization of categories and editing categories on desktop
Added Export of iCalendar format from ToDo and Datebook
Added Export of vCard format from Address book
Added Export of ldif format from Address book
Added Russian Language Support
Removed jpilot-upgrade-99
|
|
* 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.
|
|
|
|
|
|
* separate the INSTALL_DATA_DIR arguments into multiple commands, as the
Solaris install can't handle lots of directories all at once
* style nits
|
|
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
|
|
buildlink2.mk files back into the main trunk.
|
|
configure script.
|
|
|
|
Also install the BUGS file that's mentioned in the man page.
|
|
the paths
wrong and the X libraries won't link in from the buildlink area
|
|
|
|
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
|
|
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
|
|
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
|
|
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links. These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.
Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
|
|
|
|
installation directory in case the package isn't installed.
|
|
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
|
|
|
|
so remove it from package Makefiles. Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
|
|
USE_BUILDLINK_ONLY.
|
|
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
|
|
|
|
|
|
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
lines.
|
|
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
|
|
|
|
|
|
Alphabetized 4 main app categories and expense categories
New calendar begin/end setting method using keyboard
jpilot-sync program added to allow command line syncing
Made radio buttons for which phone # shows up in addr
Made month/week views obey categories
Made 4 main apps+expense more user friendly by detecting changes
Added prefs for optionally backing up DBs
Czech character set added
Russian character set added
Moved output screen to bottom panel in main window
Fixed many bugs in Expense and improved GUI
Fixed datebook entries showing weekly repeat
Added a large view window to the monthview
Fixed some DateBk3 bugs (templates showing as today, etc)
Made Address screen stay as it was last used in quick/add view mode
Alarms
Sorted memos if they are sorted on the handheld
Replaced calendar buttons (array) with a gtk_calendar widget
Made Quickview a page on the address Notebook
Made private records hidable using palm password
Made changes for Japanese and Chinese and Korean and multibyte characters
Included Synctime in rpm and made it detect and avoid PalmOS 3.3
Made the creation of ~/.jpilot and ~/.jpilot/backup* perms 0700 & ~umask
If upgrading then you may want to change the permissions of ~/.jpilot/ for
security reasons.
Made completed ToDos not print if hidden
Minor postscript improvements
Made plugin conduits selectable wether to sync or not
|
|
|
|
|
|
workaround gettext.m4 bug.
|
|
|
|
|
|
|
|
which takes entries of the format <make-definition-name>=<pkgname>. This
has not been added to MAKEFLAGS because (a) premature optimisation is the
root of all evil, and (b) because the .for loop used to implement this
shows the wrong results when multiple prefices are evaluated.
Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying
them considerably.
ALso simplify the logic to calculate the prefix as well.
|
|
package's prefix would not work as part of the environment specification
via MAKE_ENV (as it would not be executed in the correct directory).
Fix this by invoking pkg_info(1) directly, not via an intermediate make(1)
step - this is not as clean, but more effective (i.e. it works).
|
|
a bit more user-friendly.
Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in
bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
|
|
xpkgwedge once, before any other packages have been installed, and
never to delete it. This change finds the prefix of the installed
pre-req package using pkg_info(1), and allows packages to be found in
${X11BASE} and ${LOCALBASE}, not just ${X11PREFIX} - from mail from
Dave Sainty <dave@dtsp.co.nz>, munged slightly by myself.
|
|
in preference to X11BASE when trying to find the installed location of
X11 libraries, programs and headers (which will change if xpkgwedge is
installed).
[X11BASE reflects the location of the X11 libs, headers and programs.
X11PREFIX reflects the installed location of X11 packages.]
|
|
|
|
palm pilot.
|