2006-08-28 Judd Montgomery * SlackBuild.in: Rewrote to work better 2006-07-30 Ludovic Rousseau * utils.c: remove a unused variable utils.c:1379: warning: unused variable ‘out’ * libplugin.c: comment two unused static functions and avoid libplugin.c:372: warning: ‘pilot_time_to_unix_time’ defined but not used libplugin.c:385: warning: ‘bytes_to_bin’ defined but not used * utils.h: add declaration of get_timeout_interval() to avoid a address_gui.c:2589: warning: implicit declaration of function ‘get_timeout_interval’ 2006-07-21 Rik Wehbring * address.c, address.h, address_gui.c: Fix Bug 1700: Sorting by company labels in address book are incorrect 2006-07-05 Judd Montgomery * libplugin.c, libplugin.h, utils.c, utils.h: Removed raw_header_to_header() and replaced with unpack_db_header(). This should fix the machine dependent problems with reading the structure straight from disk. This should now run properly on ARM and Zaurus. 2006-06-25 Rik Wehbring * KeyRing/keyring.c: Fix translation of category name All which was not being passed through gettext * address_gui.c, memo_gui.c, todo_gui.c, utils.c, datebook_gui.c: Fix Bug 1679: Excess power consumption from needless time updates 2006-06-23 Ludovic Rousseau * weekview_gui.c, monthview_gui.c: do not try to change the datebook displayed day when the user click in a day in the week or month view and the datebook application is NOT active any more. This typically crashed jpilot. This closes Debian bug #374495 2006-06-09 Judd Montgomery * jpilot.c: Moved nested function to enable building on Mac OSX * datebook_gui.c: Re-add code to use Page-Up to go backward one day and Page-Up to go forward one day. Code changed to only accept page-up/page-down in clist, and calendar widget so as to not affect text widgets. 2006-06-04 Judd Montgomery * address_gui.c, datebook_gui.c, jpilot.c, memo_gui.c, todo_gui.c: Removed clipboard code. The X11 clipboard code was causing X to lock up under certain circumstances. It seems that it didn't interact well with other applications. I received numerous reports of this. The newer versions of GTK don't seem to need this code anymore anyway. 2006-05-26 Judd Montgomery * print.c: Fixed small months on monthview printout not being the correct months 2006-05-18 Rik Wehbring * restore_gui.c: Fix Bug 1668: Buffer overrun in user ID field 2006-05-17 Rik Wehbring * jpilot.c, utils.c: Fix Bug 1640: permissions on files should be 0600 for privacy 2006-05-13 Judd Montgomery * sync.c: Changed incorrect database names for sync_categories during a slow sync. The databases affected were MemoDB doing a sync_categories with Memo32DB and and Manana doing a sync_categories with ToDoDB. I suspect this is why the MemoDB could be corrupted at times and was hard to reproduce. It would not happen on a fast sync. Not fully tested. 2006-05-09 Ludovic Rousseau * utils.c: set_bg_rgb_clist_row() and set_fg_rgb_clist_cell(): initialise the .pixel field to avoid warning: ‘color.pixel’ is used uninitialized * otherconv.c: UTF_to_other(): use the correct error message in case of memory exhaustion (and avoid a warning: ‘errstr’ is used uninitialized) 2006-05-08 Rik Wehbring * jpilot.c: Fix bug 1661 where pref_fdow is not set correctly for GTK 2.8 libraries 2006-04-20 Ludovic Rousseau * datebook_gui.c: cb_delete_appt(): do not call charset_j2p() since it will be done later by pc_datebook_write(). The problem was we had a double conversion UTF-1 -> Latin1 and the latin1 encoding was wrong as UTF-1 for the second convertion so the text was truncated. This solves Debian bug #363452 2006-04-17 Rik Wehbring * alarms.c: Fix Bug 1650: Text does not wrap in alarm dialog window 2006-04-12 Ludovic Rousseau * po/de.po: translation update by Peter Mukunda Pasedach 2006-04-10 Rik Wehbring * KeyRing/keyring.c: Fix Bug 1594: Syncing KeyRing causes Palm to crash with invalid UniqueID 2006-04-02 Ludovic Rousseau * ChangeLog: restore the file to a correct value (revert the "Just forcing a commit" by David) 2006-03-29 David A. Desrosiers * ChangeLog: Just forcing a commit to see why commit emails aren't being sent 2006-03-29 Rik Wehbring * jpilot.c: Modified scroll code in output window to more reliably keep to the end of the window 2006-03-26 Judd Montgomery * SlackBuild.in, description-pak: Changed to Slackware convention 2006-03-15 Rik Wehbring * address_gui.c: Fix bug 1639 where CRLF is not used for vCARD export 2006-02-25 Ludovic Rousseau * jpilot-dump.c: Resolve bug 1634 "jpilot-dump is off by 1 day" dumpbook(): explicitly initialise the .tm_isdst field (daylight saving time) instead of using the random value in memory 2006-02-14 Rik Wehbring * jpilot-dump.c, jpilot-sync.c, jpilot.c, prefs.c: Resolve Bug 1051, 1617 Code now checks whether locale supports am/pm formats before offering them as choices. * jpilot.c, todo_gui.c: Use EXIT_FAILURE macro where appropriate 2006-02-09 Rik Wehbring * jpilot.c: Fix bug 1615: scrollbar position during hotsync 2006-02-04 Rik Wehbring * po/ja.po: Updated po file from miurahr 2006-01-26 Rik Wehbring * utils.c: Fix bug 1592 where hitting cancel in calendar popup causes date to go back 1900 years for each occurrence 2006-01-15 Ludovic Rousseau * ChangeLog, configure.in: version 0.99.9-pre2 * po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot, po/ko.po, po/nl.po, po/no.po, po/ru.po, po/rw.po, po/sv.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: regenerate for 0.99.9-pre2 2006-01-11 Rik Wehbring * datebook_gui.c: Work around GTK bug in nested callback routines. When creating a new appt in the datebook the first time the pulldown menus for setting the time are used they appear and disappear. One has to click a second time for the menus to stay on the screen. In addition, if one clicks and holds the mouse the very first time then the entry for 8 am is missing in the menu. This patch fixes both items. * datebook_gui.c: Reuse existing local variable for memory savings * datebook_gui.c: Remove unused variables * datebook_gui.c: Prevent end time in appt from being before start time. This mimics PalmOS behavior more closely * configure.in, jpilot.c: Extract first day of week from locale under GTK 2.8 libraries 2006-01-10 Rik Wehbring * Makefile.am: Add test_compile target for developers to Makefile A number of simple errors would have been caught by developers before patches were checked in to CVS if the build logs had been searched. I added a target which configures a GTK1 build, compiles the code, and then checks for warnings and errors. If the GTK1 build passes then it does the same sequence for GTK2. It is recommended to run 'make test_compile' before checking new code into CVS. * search_gui.c: Increase keyboard functionality in search GUI. Search results in clist can be scrolled through using cursor keys. Added ability to hit Enter and automatically go to the currently highlighted record. Previously one had to use the mouse and click on a row in the clist to have this functionality. * search_gui.c: Have focus default to search entry field when the Find window is called to the front * jpilotrc.blue, jpilotrc.green, jpilotrc.purple, jpilotrc.steel: Modify gtkrc coloring files to produce correct results on GTK2.8 libraries 2006-01-06 Rik Wehbring * utils.c: Incorrect fopen call caused next_id file to grow without bound * datebook_gui.c: GTK uses day 0 to unselect the current calendar day. Use this fact in cb_cal_changed to avoid extra clist_updates when adding a new appointment. 2006-01-05 Rik Wehbring * datebook_gui.c: Change a few subroutine names to be consistent with other gui.c files * address_gui.c, datebook_gui.c: Disconnect signals when a new record is added so that cb_record_changed is not called every time a character is typed * memo_gui.c: Re-connect disconnected signals at the end of memo_clear_details for consistency with other clear_details subroutines 2006-01-05 Ludovic Rousseau * po/.cvsignore: add ko.gmo and uk.gmo 2006-01-05 Rik Wehbring * todo_gui.c, address_gui.c, datebook_gui.c, memo_gui.c: Enter hotkey now positions cursor at the start of an entry in GTK2 * alarms.c: Only print note field in alarms if it exists. Eliminate extra spaces otherwise * alarms.c: Alarm reminders which are for a specific time should not show a duration(time1-time1) 2006-01-01 Ludovic Rousseau * alarms.c, utils.c: Declare variables used with GTK+2 only when GTK+2 is used * utils.h: add declaration of g_strlcpy() if GTK+1 is used * utils.c: add definition of g_strlcpy() when GTK+1 is used since this function is new in GTK+2. This is the exact copy of strlcpy() from OpenBSD with the name changed ftp://ftp.openbsd.org/pub/OpenBSD/src/lib/libc/string/ 2005-12-30 Judd Montgomery * KeyRing/keyring.c, libplugin.c, libplugin.h, utils.c: Added a last changed button, and calendar dialog to keyring * utils.c: Removed global variables from cal_dialog code 2005-12-30 Rik Wehbring * sync.c: Apply patch to fix FD leak when errors occur. Patch provided by Phuah Yee Keat 2005-12-30 Judd Montgomery * KeyRing/keyring.c: Added a field for the last changed date and set it to today when the record is changed. It probably should be editable like the begin date button in datebook. I'll save this for future work. 2005-12-28 Rik Wehbring * datebook_gui.c: Fix Bugzilla 1533 where null description in appointment crashes ical export of datebook 2005-12-19 Ludovic Rousseau * jpilot.c: buttons Clear and Remove are always visible with GTK+ 2.8 and a button_box. Revert back to a simple box. 2005-12-18 Ludovic Rousseau * configure.in, ChangeLog: version 0.99.9-pre1 * po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot, po/ko.po, po/nl.po, po/no.po, po/ru.po, po/rw.po, po/sv.po, po/tr.po, po/uk.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/ca.po: regenerate * jpilot.c: use GTK2 stock buttons for Minimize and Clear buttons of the log window * import_gui.c: import_record_ask(): convert category name in correct encoding (UTF) * import_gui.c: import_record_ask(): use GTK2 stock button * import_gui.c: import_gui(): move the Import button on the right side * address.c, address_gui.c, datebook.c, datebook_gui.c, japanese.c, libplugin.c, print.c, todo.c: do not cast malloc() return value. See http://faq.cprogramming.com/cgi-bin/smartfaq.cgi?answer=1047673478&id=1043284351 * address_gui.c, alarms.c, category.c, datebook_gui.c, dialer.c, export_gui.c, install_gui.c, install_user.c, jpilot-sync.c, jpilot.c, memo_gui.c, password.c, prefs.c, sync.c, todo_gui.c: use g_strlcpy() instead of (unsafe) strncpy() + setting a NULL byte * utils.c: use g_strlcpy() instead of strncpy() + setting a NULL byte * datebook_gui.c: cb_date_cats(): convert category name in correct encoding (UTF) * datebook_gui.c: cb_date_cats(): use STOCK buttons for the DB3 category selection box 2005-12-16 Ludovic Rousseau * monthview_gui.c, weekview_gui.c: use GTK2 stock icons for week and month views * jpilot.c: get_inline_pixbuf_data(): use g_object_unref() instead of g_free() since gdk_pixbuf_new_from_xpm_data() returns an object. This avoids a startup crash under Ubuntu with: *** glibc detected *** free(): invalid pointer: 0x0811d968 *** 2005-12-14 Ludovic Rousseau * alarms.c, prefs.c: use a new (nicer) alarm dialog box * po/ChangeLog, po/Makefile.in.in: upgraded to gettext 0.14.5 * datebook_gui.c: datebook_gui(): add some space around the "Week" and "Month" buttons as already done for the other buttons * datebook_gui.c: do not remap PageUp and PageDown to previous/next day since these kays are also used by GTK+ for Begin/End in a textfield The patch is easily reverted since I just #if 0 the code * ABOUT-NLS, configure.in, intl/plural.c, m4/Makefile.am, m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/progtest.m4, m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4: upgraded to gettext 0.14.5 * configure.in: add ko l10n * po/ko.po: translation by Byeong-Taek Lee, thanks 2005-12-11 Judd Montgomery * otherconv.c, prefs.c, prefs.h: Add support of Korean (CP949) encoding 2005-12-06 Rik Wehbring * search_gui.c: Highlight first row of returned search results * configure.in: Change configure to build GTK2 version by default Per discussion on the Jpilot message boards, all of the major distros are now building Jpilot under GTK2. The last survey of users also showed 2/3 using GTK2 and 1/3 using GTK1. GTK1 build is availble by explicitly configuring with --disable-gtk2. * prefs_gui.c: Create grayed out insensitive checkbutton in preferences window when Datebk is disabled in build * Expense/expense.c, KeyRing/keyring.c: Update set_new_button function in plugins to more clearly code for what is happening in GUI 2005-12-05 Rik Wehbring * docs/jpilot-dump.1, jpilot-dump.c: Update jpilot-dump help print-out and man page to reflect using D for datebook instead of B 2005-12-03 Rik Wehbring * address_gui.c, datebook_gui.c, memo_gui.c, todo_gui.c: Clean set_new_button code Instead of trying to track deltas between old state and new state I simply put up the buttons I want to display and hide the other ones. This makes the code easier to understand and there is no performance penalty because a gtk_widget_hide on an already hidden widget takes almost zero time. * BUGS: Remove list of bugs for versions of jpilot that are no longer supported * UPGRADING: Remove no longer relevant file UPGRADING from distribution * Expense/expense.c: Add prototype to fix compiler warning * po/Makefile.in.in, SlackBuild.in, docs/Makefile.am, jpilot.spec.in: Remove no longer relevant file UPGRADING from distribution * docs/jpilot-upgrade-99.1: Removing man page for upgrade process which is no longer relevant * Expense/expense.c, KeyRing/keyring.c: Fix compile error for plugins because plugin_find commands work differently than main apps * Expense/expense.c, KeyRing/keyring.c, address_gui.c, datebook_gui.c, memo_gui.c, todo_gui.c: Correct bug where clicking on a clist row does not always send you to the correct record When a record is modified, and a user clicks on a different row in a clist instead of hitting the 'apply changes' button`, and the user selects that the changes be saved then there is the possibility that the entry that the user selected will no longer be in the row that the user selected. This is caused by the addition of the new or modified record and the subsequent default sorting of the clist. The bug is corrected by finding out which record, rather than which row, the user was trying to access and then going to that record after the new or modified one has been added. * monthview_gui.c, prefs.c, weekview_gui.c: Highlight the day of the week in weekview and monthview guis by bolding the corresponding label * Expense/expense.c, KeyRing/keyring.c, address_gui.c, datebook_gui.c, memo_gui.c, todo_gui.c: Remove clist_hack code. Fix for modal window/clist lock up is now in utils.c * alarms.c: Fixed broken compilation under GTK1 gtk_window_stick() is only available under GTK2 2005-12-02 Ludovic Rousseau * alarms.c: dialog_alarm(): make the alarm window appear on _all_ desktops and not just the one with J-Pilot * alarms.c: dialog_alarm(): make the alarm window always appear and stay _above_ the main J-Pilot window 2005-11-30 Rik Wehbring * utils.c: Labels in modal dialogs shouldn't be selectable. When selectable, the tab key bounces between the label and the yes/no buttons. When unselectable, the tab key bounces only between the two buttons. * import_gui.c: Changed icon from OK to CLOSE which more accurately reflects its behavior. See install_gui.c for another example of CLOSE instead of OK 2005-11-29 Rik Wehbring * utils.c: Fix mouse lockup bug caused by clist widgets 2005-11-29 Ludovic Rousseau * import_gui.c: use GTK+2 stock button * print_gui.c: use GTK+2 stock buttons 2005-11-28 Rik Wehbring * utils.c: Improve alignment of help screens in GTK1 Default text alignment changed from centered(GTK1) to left-justified(GTK2). Patch forces left-justification in GTK1 so that the two versions of jpilot look the same. * category.c: Error message changed to prevent conflict with existing "Edit Categories" window. When editing categories and an error occurs the alert window has the title "Edit Categories <2>" because the window manager has to give it a unique name. This is confusing so the alert window was re-titled to "Edit Categories Error" * KeyRing/keyring.c, SyncTime/synctime.c, Expense/expense.c, jpilot.c: Change title for plugin help from Help to About xxx * jpilot.c, utils.c: Correct information and improve format of Jpilot help screen 2005-11-27 Rik Wehbring * category.c: For consistency, edit categories window does not get stock_buttons unless it is explicitly enabled * jpilot.c, password.c: Change password masking dialog to use new button ordering more clearly * KeyRing/keyring.c: Keyring password dialog now uses stock buttons for Cancel and Ok * KeyRing/keyring.c, export_gui.c, install_user.c, password.c, restore_gui.c, search_gui.c, utils.c, category.c, datebook_gui.c: Fix compile-time warnings in GTK1 related to new button boxes 2005-11-27 Ludovic Rousseau * Expense/expense.c, KeyRing/keyring.c, address_gui.c, datebook_gui.c, memo_gui.c, todo_gui.c: use 3 pixels instead of 6 between the buttons in the top-rigth corner * utils.c: dialog_generic(): set the window title to the message title instead of having just "jpilot" * search_gui.c: cb_search_gui(): remove some spacing to have more useful data displayed 2005-11-27 Judd Montgomery * utils.c: Patch from Chris Bryden for double free causing a segfault * configure.in, po/uk.po: Added Ukrainian po translation * Expense/expense.c, KeyRing/keyring.c, address_gui.c, category.c, datebook_gui.c, dialer.c, export_gui.c, install_gui.c, install_user.c, jpilot.c, memo_gui.c, password.c, prefs_gui.c, restore_gui.c, search_gui.c, todo_gui.c, utils.c, utils.h: Patch from Ludovic: - I tried to update every button to use stock GTK+ buttons when possible - use a button_box (instead of hbox) to align the buttons on the right - dialog_generic() has been greatly improved . do not set the window title as indicated in [1] . do not force the dimensions but let GTK+ select the correct size . use a bold font for the title and normal text for the long error message . do not use a frame but the format specified in [2] . use an icon (char *frame_text argument now replaced by int type argument) - the password entry window has a nice icon - the buttons Delete/Copy/New now have a small space around them so they look like more independent and real buttons. [1] http://developer.gnome.org/projects/gup/hig/2.0/windows-alert.html [2] http://developer.gnome.org/projects/gup/hig/2.0/windows-alert.html#alert-text 2005-11-25 Rik Wehbring * datebook_gui.c: Reverse a partially coded patch that slipped in with Ludovic's button patch 2005-11-24 Rik Wehbring * Expense/expense.c, KeyRing/keyring.c: Correct button order issues in plugins * address_gui.c, datebook_gui.c, memo_gui.c, todo_gui.c: Apply button order patch from Ludovic 2005-11-23 Rik Wehbring * INSTALL: Update dates and version numbers * BUGS: Update file to reference bugs.jpilot.org * docs/jpilot-sync.1: Add date to man page * docs/jpilot.1: Updating documentation for style, content * docs/jpilot-dump.1: Add date to man page * docs/jpilot-dial.1: Update man page and add documentation for rv, lv options 2005-11-22 Rik Wehbring * memo_gui.c, todo_gui.c, address_gui.c, datebook_gui.c: Fix residual outline bug in clist. Changing the category of the last line in a clist and applying changes causes the record to be re-filed in the new category but leaves a ghostly black outline. 2005-11-17 Ludovic Rousseau * po/fr.po: update some fuzzy strings * KeyRing/keyring.c, address_gui.c, datebook_gui.c, export_gui.c, memo_gui.c, password.c, todo_gui.c, utils.c: The "Yes" or "OK" button is on the right. We try to be follow the GNOME Human Interface Guidelines http://developer.gnome.org/projects/gup/hig/2.0/windows-alert.html#alert-button-order * utils.c: use stock OK and Cancel buttons for the calendar * datebook_gui.c, export_gui.c: use stock OK and Cancel buttons * m4/gtk.m4: correctly quote AM_PATH_GTK to avoid a: m4/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK 2005-11-10 Rik Wehbring * docs/jpilot-dump.1: Lost first .TP format code during update 2005-11-08 Rik Wehbring * docs/jpilot-dump.1: upgrade man page to reflect changes in options * jpilot-dump.c: Heavily re-worked jpilot-dump.c Removed unnecessary includes Changed usage string Indented code according to normal conventions Code is still not very i18n-compliant 2005-11-06 Rik Wehbring * KeyRing/keyring.c: Fix compiler warning on unused variable * libplugin.c, libplugin.h: Add undelete routine for plugins * KeyRing/keyring.c: Re-code large sections for clarity and conformance with the other 4 _gui.c files 2005-11-05 Judd Montgomery * jpilot-sync.c: Fixed unresolved symbol glob_tooltips when loading plugins from jpilot-sync 2005-11-01 Ludovic Rousseau * po/fr.po: correct 4 fuzzy strings 2005-10-31 Judd Montgomery * Makefile.am: removed jpilot.rh7.spec since rpmbuild tried to use it with a -tb build * SlackBuild.in: changed to work for release 0.99.8 * po/.cvsignore: added rw.gmo 2005-10-30 Judd Montgomery * SlackBuild.in, jpilot.spec.in, docs/jpilot-address.png, docs/jpilot-datebook.png, docs/jpilot-expense.png, docs/jpilot-install.png, docs/jpilot-memo.png, docs/jpilot-print.png, docs/jpilot-search.png, docs/jpilot-todo.png: updated screenshots * docs/Makefile.am: updated prefs screenshots * docs/manual.html: updated 0.99.8 screen shots * docs/jpilot-prefs-1.png, docs/jpilot-prefs-2.png, docs/jpilot-prefs-3.png, docs/jpilot-prefs-4.png, docs/jpilot-prefs-5.png, docs/jpilot-prefs-6.png, docs/jpilot-prefs-7.png, docs/jpilot-prefs-8.png: 0.99.8 * docs/jpilot-prefs-1.png, docs/jpilot-prefs-2.png, docs/jpilot-prefs-3.png, docs/jpilot-prefs-4.png, docs/jpilot-prefs-5.png, docs/jpilot-prefs-6.png, docs/jpilot-prefs-7.png, docs/jpilot-prefs-8.png: replacing with binary * docs/jpilot-prefs-1.png, docs/jpilot-prefs-2.png, docs/jpilot-prefs-3.png, docs/jpilot-prefs-4.png, docs/jpilot-prefs-5.png, docs/jpilot-prefs-6.png, docs/jpilot-prefs-7.png, docs/jpilot-prefs-8.png: *** empty log message *** * po/jpilot.pot, po/nl.po, po/no.po, po/ru.po, po/rw.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po: regenerated * configure.in, ChangeLog: Changes for 0.99.8 2005-10-28 Judd Montgomery * SlackBuild.in: Added rw.mo (Rwanda) * jpilot.spec.in: Updated and tested on SuSE 9.3, SuSE 10.0 and Slackware 10.2 * address_gui.c: PANE_CREEP patch, missed this file * otherconv.c: Made char_set_to_text multithread safe and use less memory. #ifdef'ed out jp_logf DEBUGs which were too much output to log. 2005-10-26 Rik Wehbring * alarms.c: Reduce alarm code CPU burden by 10 * address_gui.c: Speed up cb_address_quickfind function 2005-10-25 Rik Wehbring * Expense/expense.c: Fix memory leak in search * utils.c: Edited -h help information to have uniform style, punctuation, and removed a typo 2005-10-24 Judd Montgomery * Expense/expense.c, KeyRing/keyring.c, datebook_gui.c, jpilot.c, memo_gui.c, todo_gui.c, utils.h: With GTK-1 the pane would creep at each setting because of gtk being off by 2 pixels on either the read or the write. This is fixed with GTK2, so I defined PANE_CREEP to make GTK1 and GTK2 both behave as expected. 2005-10-24 Rik Wehbring * datebook_gui.c: Fix highlighting of non-stock buttons * memo_gui.c, address_gui.c, todo_gui.c: datebook_gui.c * alarms.c, datebook.c, datebook.h, datebook_gui.c, japanese.c, jpilot.c, libplugin.c, libplugin.h, log.h, password.h, prefs_gui.c, print.c, sync.c, utils.c, utils.h: Correct spelling mistakes in code comments 2005-10-24 Judd Montgomery * configure.in, stock_buttons.h: Made stock buttons disabled by default 2005-10-23 Rik Wehbring * datebook.c: remove unnecessary macro defined elsewhere in .h files 2005-10-21 Rik Wehbring * memo_gui.c: Fix typo affecting stock_buttons 2005-10-20 Rik Wehbring * KeyRing/keyring.c: Fix Bug 1550: duplicate records in keyring clist 2005-10-20 Ludovic Rousseau * po/ja.po: remove comments at the end of the file. This caused the error "ja.po:2853:14: invalid multibyte sequence" Thanks to Lukas Ruf for the bug report 2005-10-19 Ludovic Rousseau * po/zh_CN.po: update by Funda Wang * po/tr.po: update by Eyüp Hakan Duran 2005-10-18 Ludovic Rousseau * po/ja.po: update from Kazutaka HARADA * po/it.po: update from Marco Colombo * po/es.po: update from Cristian Othon Martinez Vera 2005-10-16 Ludovic Rousseau * po/fr.po: correct stock buttons fuzzy strings * po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot, po/nl.po, po/no.po, po/ru.po, po/rw.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: regenerate * configure.in: use AC_HELP_STRING() * Expense/expense.c, KeyRing/keyring.c, Makefile.am, address_gui.c, configure.in, datebook_gui.c, memo_gui.c, stock_buttons.h, todo_gui.c: add GTK2 stock buttons. The feature is disabled if you use GTK1 (of course) or if you use "CFLAGS=-DDISABLE_STOCK_BUTTONS ./configure" or someting equivalent 2005-10-07 Ludovic Rousseau * po/fr.po: update 3 fuzzy strings * po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot, po/nl.po, po/no.po, po/ru.po, po/rw.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: regenerate * Expense/expense.c, KeyRing/keyring.c, prefs.c, prefs.h: add a moving separator in Keyring and Expense plugins. Store the position in the preferences as the other pane separator. 2005-09-26 Judd Montgomery * address.c, memo.c, todo.c, utils.c: fixed typos for #ifdef PILOT_LINK_0_12 2005-09-25 Judd Montgomery * jpilot.c, print.c: Moved mid-code declarations 2005-09-24 Judd Montgomery * configure.in, po/rw.po: Added translation Kinyarwanda * address.c, datebook.c, memo.c, sync.c, todo.c, utils.c: Fixed memory leaks, mostly in usage of pi_buffer * prefs.c: Fixed spelling error * jpilot.spec.in: Updated for SuSE 9.3 * po/es.po, po/tr.po: New translations from the translation project 2005-09-13 Judd Montgomery * jpilotrc.default: fixed typo 2005-09-12 Judd Montgomery * jpilotrc.default: Added commented out way to change text in gtk1 * ChangeLog: Updated * prefs.c: changed rcfile back to jpilotrc * jpilot.c: Changed install-user advice to also recomend using install user from the menu * configure.in: Changed to 0.99.8-pre11 2005-09-04 Judd Montgomery * Makefile.am: Added install_user.h 2005-08-30 Rik Wehbring * otherconv.c: fix compile warnings about oc_free_iconv 2005-08-29 Rik Wehbring * address_gui.c, memo_gui.c, todo_gui.c: remove orphan, redundant grab_focus calls in gui creation subroutines 2005-08-28 Rik Wehbring * utils.c: Buttons, not text labels, should be selectable in dialogs 2005-08-28 Ludovic Rousseau * address_gui.c: address_gui(): replace "Quick Find" by "Quick Find: " * address_gui.c: address_refresh(): gives the focus to the search field when a new list is displayed * utils.c: dialog_generic_with_text(): use buttons with icons for "OK", "Cancel", "Yes" and "No" * jpilot.c: cb_payback(): i18n the "OK" button * password.c: dialog_password(): use OK/Cancel buttons with icons if GTK2 is used 2005-08-26 Judd Montgomery * TODO: Added an item * Makefile.am: reverted accidental checkin * README: Removed PalmOS password needs removed warning * Makefile.am: *** empty log message *** * Makefile.am, sync.c, sync.h, install_user.c, install_user.h, jpilot.c: Added code for GUI install-user from menu 2005-08-17 Ludovic Rousseau * otherconv.c: oc_strnlen(): remove G_INLINE_FUNC since it is the source of many link problems (undefined reference to `oc_strnlen') 2005-08-12 Ludovic Rousseau * otherconv.c: other_to_UTF(): correct the return type as "char *" instead of "unsigned char *" * otherconv.c: other_to_UTF(): do not transform "inplace" since it may crash. See Debian bug #322701 * KeyRing/keyring.c: remove useless (unsigned char *) on the first argument of jp_charset_p2j() since this argument is char * * Expense/expense.c: cb_delete(): correct signedness for buf[] 2005-08-09 Ludovic Rousseau * ChangeLog: correct the date of the 0.99.8-pre10 release * ChangeLog, configure.in: version 0.99.8-pre10 2005-08-07 Ludovic Rousseau * dat.c: dat_get_addresses(): typo, temp_addrlist was used instead of last_addrlist. Closes jpilot bug 1271 2005-08-06 Ludovic Rousseau * intl/Makefile.in, intl/VERSION, intl/bindtextdom.c, intl/config.charset, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/eval-plural.h, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/gettextP.h, intl/gmo.h, intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, intl/libgnuintl.h.in, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/localcharset.h, intl/locale.alias, intl/localealias.c, intl/localename.c, intl/log.c, intl/ngettext.c, intl/os2compat.c, intl/os2compat.h, intl/osdep.c, intl/plural-exp.c, intl/plural-exp.h, intl/plural.y, intl/printf-args.c, intl/printf-args.h, intl/printf-parse.c, intl/printf-parse.h, intl/printf.c, intl/ref-add.sin, intl/ref-del.sin, intl/relocatable.c, intl/relocatable.h, intl/textdomain.c, intl/vasnprintf.c, intl/vasnprintf.h, intl/vasnwprintf.h, intl/wprintf-parse.h, intl/xsize.h: update postal address of the FSF (thoses files comes from gettext 0.14.5) * intl/ChangeLog: gettext version 0.14.5 instead of 0.14.4 * Makefile.am: use -export-dynamic LDFLAGS for jpilot_sync and avoids the "jpilot-sync: relocation error: /usr/lib/jpilot/plugins/libexpense.so: undefined symbol: jp_logf" error * Expense/Makefile.am, KeyRing/Makefile.am, SyncTime/Makefile.am: Link the plugins with GTK to avoid "undefined symbol" in the .so files. Run "ldd -r filename.so" to check 2005-08-06 Judd Montgomery * jpilot.c: Ctrl-E conflicts with emacs key bindings * m4/gtk.m4: Needed for gtk1 on systems that ship without it 2005-06-24 Ludovic Rousseau * po/ja.po: long date format localization * po/tr.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot, po/nl.po, po/no.po, po/ru.po, po/sv.po: update/regenerate * intl/ChangeLog, intl/Makefile.in, intl/VERSION, intl/config.charset, intl/dcigettext.c, intl/gettextP.h, intl/l10nflist.c, intl/libgnuintl.h.in, intl/localcharset.c, intl/localename.c, intl/relocatable.c, intl/vasnprintf.c, intl/vasnprintf.h: gettext version 0.14.4 instead of 0.14.1 * datebook_gui.c, prefs.c, prefs_gui.c, print.c: Gettextize long date format. Patch from Kazutaka HARADA to support localized date formats (for example Japanese) * otherconv.c: other_to_UTF(): the last character was truncated using Hebrew encoding see Debian bug #309082 2005-06-16 Judd Montgomery * Expense/expense.c, category.c, memo_gui.c, sync.c, todo_gui.c, utils.c, utils.h, address_gui.c: int's changed to size_t's. 64-bit Linux warns 2005-05-20 Judd Montgomery * sync.c: pilot-link buffer patch - bug 1486 2005-05-08 Judd Montgomery * plugins.c: missing sizeof 2005-05-03 Ludovic Rousseau * ChangeLog: version 0.99.8-pre9 * configure.in: version 0.99.8-pre8 2005-05-03 Judd Montgomery * KeyRing/keyring.c: GTK2 function ifdef'ed out and GTK1 equiv added * utils.h: pilot-link 0.12.0 is missing typedef pi_uid_t 2005-04-29 Ludovic Rousseau * pidfile.c: write_pid(): avoid a possible buffer overflow Thanks to Jason Day for the patch 2005-04-29 David A. Desrosiers * depcomp, install-sh, ltconfig, missing: Removing auto-generated files from the tree, not needed to build J-Pilot. 2005-04-29 Ludovic Rousseau * Makefile.am, docs/jpilot.1, jpilot.c, pidfile.c, pidfile.h: add remote sync support "jpilot -s" Thanks to Jason Day for the patch * install-sh, missing, depcomp: version from automake 1.9.5 2005-04-12 Judd Montgomery * libplugin.c: cut-paste typo 2005-04-09 Judd Montgomery * address.c, datebook.c, memo.c, todo.c, utils.c: Patch to build with pilot-link-0.12.0-pre3 thanks to Nicholas Piper * configure.in: check pilot-link patch level and error for 0.12.0-pre2 * libplugin.c: Now the pc3 headers in pc3 files should be compatible between 64-bit systems and 32-bit systems. 64-bit was not clean. 2005-04-03 Judd Montgomery * datebook_gui.c: Tab now sets focus from begin time entry to end time entry to first text widget for data entry. The minus key will still cycle between begin/end entries. * Makefile.am: removed -Wall for non-gnu compilers 2005-03-23 Judd Montgomery * jpilot.c: Log messages meant only for stdout only go to stdout and not the GUI 2005-03-19 Rik Wehbring * address_gui.c, memo_gui.c, todo_gui.c, utils.h: Fix memory leak when category names are translated from UTF to current charset 2005-03-19 Judd Montgomery * sync.c: need to pass info to fetch_extra_DBs2, Nicholas Piper 2005-03-19 Ludovic Rousseau * jpilot-dump.c: convert from UTF8 to local encoding since we use printf() and not GTK+ to display the texts * reconf: do not update ABOUT-NLS * jpilot.c: The error messages sent to stdout are now also sent to the GUI so the user can see them. 2005-03-12 Rik Wehbring * KeyRing/keyring.c: Fix compile warning for DES_ecb3_encrypt incompatible pointer type for arg 1 and 2 2005-03-06 Ludovic Rousseau * address_gui.c: email_contact(): i18n the string "executing command = [%s]\n" * po/fr.po: correct a translation 2005-03-04 Ludovic Rousseau * Expense/expense.c, KeyRing/keyring.c: display_records(): do not return a value from a void () function * Expense/expense.c, KeyRing/keyring.c, category.c, datebook.c, memo.c, todo.c, address.c: check the value returned by jp_read_DB_files() calls and exit the function if jp_read_DB_files() returns -1 * libplugin.c: jp_read_DB_files(): return -1 instead of EXIT_FAILURE (1) to avoid a collision when 1 record is found in a normal return 2005-03-02 Rik Wehbring * address_gui.c, datebook_gui.c, memo_gui.c, todo_gui.c: Keyboard usability improvements Add hotkey(return) to shift from clist on left side of jpilot to data window on right Add hotkey(shift-return) to move focus from data window back to clist * address_gui.c, datebook_gui.c, memo_gui.c, todo_gui.c: Return focus to clist after major operations which facilitates usability * autogen.sh: Libtoolize is now run from autogen.sh which allows building directly from CVS sources without tweaking 2005-02-27 Ludovic Rousseau * sync.c: In some cases (for example if the sync port is not specified and the sync process exits very rapidely) the child may be already dead when the fork() returns. So we need to: - initialise the signal handler _before_ calling fork() - check that the child has not yet returned (signal handler called) when we store its pid for tracking * po/fr.po: correct a translation error 2005-02-23 Rik Wehbring * utils.c: Fix outline, as opposed to highlight, not always following focus in clist 2005-02-23 Ludovic Rousseau * po/ja.po: update by Harada kazutaka 2005-02-20 Ludovic Rousseau * po/it.po: Update from Marco Colombo * KeyRing/.cvsignore: replace keyring.lo by libkeyring_la-keyring.lo * SyncTime/.cvsignore: replace synctime.lo by libsynctime_la-synctime.lo * address_gui.c, datebook_gui.c, jpilot.c, memo_gui.c, todo_gui.c: Add support of X11 clipboard (middle mouse clic) in complement to the GTK+ clipboard (Ctrl-C/Ctrl-V) * prefs_gui.c: add_checkbutton(): do not call _() (i.e. gettext) here since it is already done by the caller. 2005-02-19 Ludovic Rousseau * ChangeLog, configure.in: version 0.99.8-pre8 * Expense/.cvsignore: replace expense.lo by libexpense_la-expense.lo * .cvsignore: add compile, config.guess, jpilot.spec * po/fr.po: translate 3 strings * Expense/Makefile.am, KeyRing/Makefile.am, Makefile.am, SyncTime/Makefile.am, configure.in, dialer/Makefile.am: do not use --ccoptions=... any more. You should use CFLAGS=.. instead * po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/it.po, po/ja.po, po/jpilot.pot, po/nl.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: regenerate with the correct l18n strings in prefs_gui.c * po/fr.po: regenerate and remove the fuzzy strings * prefs_gui.c: Readd the calls to gettext to get i18n again This was mistakenly removed with the "Simplify coding of checkbuttons in preferences" patch * po/zh_TW.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot, po/nl.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po, po/ca.po: update/regenerate for 0.99.8-pre8 * reconf: save and restore the local INSTALL file since it has nothing to do with the one provided with autotools * missing, install-sh, depcomp: update from automake 1.9 2005-02-03 Rik Wehbring * weekview_gui.c: Fix TODAY highlighting in weekview gui when week crosses a month boundary 2005-02-02 Rik Wehbring * jpilot.c: Fix hide/show/mask privacy button. Previously, attempting to show hidden records and cancelling out of password dialog prevented any further unmasking of records using the privacy button. Now, a new password dialog is created if the user attempts to show records. 2005-01-30 Judd Montgomery * address_gui.c: Very long words can force the right pane to be wide and force the pane to the left. This is not desirable. 2005-01-29 Ludovic Rousseau * monthview_gui.c, weekview_gui.c: When a new weekview or monthview window is resquested we destroy the one previously displayed instead of just raising it. Thanks to Mark Blakeney for the patch 2005-01-28 Ludovic Rousseau * jpilot-sync.c: main(): return a non null value in case of error Thanks to Brian de Alwis for the patch 2005-01-28 Rik Wehbring * utils.c: Correct return values for get_highlight_day function 2005-01-27 Rik Wehbring * address_gui.c, datebook_gui.c, memo_gui.c, todo_gui.c: Add ESC accelerator key to cancel operation in GTK1 * jpilot.c, monthview_gui.c, prefs.c, prefs.h, prefs_gui.c, utils.c, utils.h, weekview_gui.c, datebook_gui.c: Added two preferences and code to 1) Mark current day in monthview and weekview guis by adding "TODAY" to display 2) Display the absolute number of an event which repeats yearly(useful for birthdays and anniversaries Thanks to Mark Blakeney for the patch * prefs_gui.c: Simplify coding of checkbuttons in preferences Thanks to Mark Blakeney for patch * memo_gui.c, todo_gui.c, address_gui.c, datebook_gui.c: Add Cancel button with ESC accelerator Thanks to Mark Blakeney for the patch 2005-01-23 Ludovic Rousseau * KeyRing/keyring.c: plugin_gui(): select category All when called to display the result of a search (instead of cycling) 2005-01-22 Ludovic Rousseau * jpilot.c: associate the Ctrl-Y shortcut to the sync pixmap-button 2005-01-21 Ludovic Rousseau * log.c: jp_vlogf(): do not call fsync() on the pipe file descriptor since it is useless and returns Invalid argument (EINVAL) * po/zh_TW.po: upgrade from Jouston Huang * prefs.c: get_pref_possibility(): rename "Chinese" to "Simplified Chinese" for GBK and "Traditional Chinese" BIG-5 2005-01-16 Ludovic Rousseau * reconf: do not use "--install --force" by default but use command line arguments instead * configure.in: check minimal versions of autoconf and automake * m4/gtk-2.0.m4: correctly quote arguments to avoid a "warning: underquoted definition of AM_PATH_GTK_2_0" 2005-01-16 Rik Wehbring * address_gui.c, datebook_gui.c, jpilot.c, memo_gui.c, todo_gui.c: Fix handling of accelerator keys GTK2 now uses CTRL+Enter consistently to apply changes Removed broken accelerators for GTK1(CTRL+Z, CTRL+R, CTRL+Enter) and modified tooltips to remove references to accelerators which don't work 2005-01-15 Ludovic Rousseau * otherconv.c, prefs.c, prefs.h: add Chinese BIG-5 to UTF conversion * jpilot.c: replace Sync and Backup text buttons by an color icon. Thanks to Kazutaka HARADA for the patch 2005-01-11 Ludovic Rousseau * po/ja.po: update from Kazutaka HARADA 2005-01-10 Rik Wehbring * address_gui.c, datebook_gui.c, jpilot.c, memo_gui.c, todo_gui.c: Preserve clipboard to allow cut/paste across all 4 apps in GTK2 2005-01-08 Ludovic Rousseau * Makefile.am: define desktopdir as $(datadir)/applications instead of $(datadir)/gnome/apps/Applications Bug reported by Debian lintian tool: According to the menu-spec draft on freedesktop.org, those .desktop files that are intended to create a menu should be placed in /usr/share/applications/. * jpilot.spec: jpilot.spec is generated from jpilot.spec.in * ChangeLog: version 0.99.8-pre7 * .cvsignore: add acinclude.m4, aclocal.m4, ChangeLog.cvs * m4/.cvsignore: files to ignore * po/.cvsignore: add @GETTEXT_PACKAGE@.pot * .cvsignore: add config.sub, ltmain.sh, mkinstalldirs * configure.in, jpilot.spec: version 0.99.8-pre7 * po/fr.po: update for 0.99.8-pre7 * po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot, po/nl.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/ca.po, po/cs.po, po/da.po, po/de.po: update/regenerate for 0.99.8-pre7 2005-01-05 Ludovic Rousseau * po/zh_TW.po: update, all the "#, c-format" were missing 2005-01-02 Ludovic Rousseau * po/zh_TW.po: 0.99.8-pre3 translation thanks to Jouston Huang * KeyRing/keyring.c: move the "remember the previously used category" code from plugin_gui_cleanup() to cb_category() since during a sync the widgets are destroyed before plugin_gui_cleanup() is called 2004-12-30 Judd Montgomery * sync.c: Changes for pilot-link 0.12.0 * configure.in: Changes for 0.12.0 2004-12-21 Rik Wehbring * address_gui.c, category.c, datebook_gui.c, install_gui.c, memo_gui.c, restore_gui.c, todo_gui.c, utils.c, utils.h: Fix gtk_clist_select_row instances in Jpilot gtk_clist_select_row does not behave as documented. Fixed it by creating a new function, clist_select_row, in utils.c which does behave as specified. This corrects keyboard focus handling and also prevents annoying outline boxes in clists after using the Jpilot find function. 2004-12-20 Ludovic Rousseau * KeyRing/keyring.c: allow to cycle through the categories by calling the plugin again 2004-12-18 Rik Wehbring * jpilot-sync.c, jpilot-dump.c: Need to include before using setlocale function 2004-12-17 Rik Wehbring * todo_gui.c: Correct sorting by due date column which was incorrect when short date format was not YY/MM/DD 2004-12-14 Rik Wehbring * address_gui.c, utils.c: Replace hard coded upper limit in for loop with one derived from GTK object 2004-12-13 Rik Wehbring * utils.c: Fix default button handling in dialogs under GTK2 Previously the default button was not selectable with the cursor keys and pressing enter would activate the second button in a dialog rather than the default first one. * jpilot.c: Add button to UTF8 Charset dialog to go directly to preferences and change values 2004-12-12 Judd Montgomery * datebook_gui.c: datebook pane un-broken in GTK1 2004-12-11 Ludovic Rousseau * KeyRing/keyring.c: cb_clist_selection(): display the new record if the user uses the key arrows to select it 2004-12-10 Rik Wehbring * Makefile.am: Add -Wall to default compile options * jpilot.c: Correct spelling ICOM to ICON * jpilot.c: Simplify cb_app_button to eliminate tearing down GUI twice * memo_gui.c, prefs.c, todo_gui.c, utils.c, address_gui.c, category.c, datebook_gui.c, jpilot.c: Replace gettext_noop with cleaner smaller N_ macro * search_gui.c: Rename clist callback to the same name used in all other c files * KeyRing/keyring.c, address_gui.c, datebook_gui.c, memo_gui.c, todo_gui.c: Replace long awkward cast with built-in GTK cast * Expense/expense.c: Overhaul of Expense plugin Improved alignment of widgets on left-hand side Items are now sorted by ascending date as in the Palm Code format now more closely resembles other 4 apps Fixed various memory leaks 2004-12-07 Rik Wehbring * Expense/expense.c, KeyRing/keyring.c, datebook_gui.c, memo_gui.c, todo_gui.c, utils.c, utils.h, address_gui.c: Improve efficiency in clist_find_id by removing unused variable and loop * Expense/expense.c, KeyRing/keyring.c, address.c, address_gui.c, alarms.c, category.c, dat.c, datebook.c, datebook_gui.c, dialer.c, export_gui.c, import_gui.c, install_gui.c, jpilot-dump.c, jpilot-sync.c, jpilot.c, libplugin.c, log.c, memo.c, memo_gui.c, monthview_gui.c, password.c, plugins.c, prefs.c, prefs_gui.c, print.c, print_gui.c, restore_gui.c, sync.c, todo.c, todo_gui.c, utils.c, weekview_gui.c: Standardize return values from subroutines to EXIT_SUCCESS and EXIT_FAILURE Sort routines (retval=-1,0,1) were not changed Subroutines returning a numerical count were not changed * otherconv.c: Fix compilation warning about strdup under GTK1 * otherconv.c, otherconv.h: Fixing CVS Id tag 2004-12-05 Ludovic Rousseau * jpilot.c: get_main_menu(): add color icons for the 4 applications menu entries Thanks to Rik Wehbring 2004-12-04 Rik Wehbring * CREDITS: CREDITS file removed. AUTHORS file is preferred by tool chain * BUGS: Removed memory leak bug from list since it has been fixed 2004-12-03 Ludovic Rousseau * jpilot.c: cb_delete_event(): remove two unused variables 2004-12-03 Rik Wehbring * prefs.c: Clean up FDOW code to be consistent with the rest of get_pref_possibility * jpilot.c: Simplify extracting first day of week from locale 2004-12-02 Ludovic Rousseau * address_gui.c: cb_add_new_record(): solves a crash in Japanse mode Thanks to Kazutaka HARADA for the patch 2004-11-29 Rik Wehbring * cp1250.c, cp1250.h, japanese.c, japanese.h, otherconv.c, otherconv.h, russian.c, russian.h: Add GNU public license to untagged files 2004-11-28 Ludovic Rousseau * address.c, address_gui.c, alarms.c, category.c, dat.c, datebook.c, datebook_gui.c, dialer.c, export_gui.c, import_gui.c, install_gui.c, japanese.c, jpilot-dump.c, jpilot-sync.c, jpilot.c, jpilot.spec, libplugin.c, log.c, memo.c, memo_gui.c, monthview_gui.c, password.c, plugins.c, prefs.c, prefs_gui.c, print.c, print_gui.c, restore_gui.c, russian.c, search_gui.c, sync.c, todo.c, todo_gui.c, utils.c, weekview_gui.c: remove useless trailing space characters 2004-11-28 Judd Montgomery * po/zh_CN.po: updated from http://www-perso.iro.umontreal.ca/translation/maint/jpilot/ * dialer/jpilot-dial.c: Added GPL header 2004-11-27 Judd Montgomery * po/zh_CN.po, po/cs.po, po/es.po: from translation project 2004-11-27 Rik Wehbring * utils.c: Remove second unnecessary cast 2004-11-27 Ludovic Rousseau * ChangeLog, configure.in, jpilot.spec: version 0.99.8-pre6 * jpilot-dump.c, jpilot-sync.c: define dummy jpilot_master_pid and output_to_pane() since they are only really used with the GUI * jpilot.c: main(): jpilot_master_pid = getpid() so we know if log.c:jp_vlogf() shall use a direct output_to_pane() or a pipe IPC * jpilot.c: output_to_pane() is not more static since we call it from log.c:jp_vlogf() * log.c: jp_vlogf(): do not use the pipe communication channel for intra-process log otherwise we may have a dead lock (jpilot freezes) The jpilot process may be blocked on a write (buffer full) and the _same_ jpilot process will never read the pipe (since it is blocked on the write) * sync.c: fast_sync_local_recs(): use %ld instead of %d for header.unique_id The bug occurs only if JPILOT_DEBUG is defined * sync.c: jp_sync(): remove a pi_buffer_free() since no pi_buffer_new() was called. The bug only occurs if JPILOT_DEBUG is defined * utils.c: setup_sync(): remove useless cast * log.c: remove useless "extern int pipe_to_parent, pipe_from_parent;" declaration 2004-11-27 Rik Wehbring * utils.c: Fix sync ID bug introduced in -pre5 2004-11-26 Ludovic Rousseau * configure.in, jpilot.spec, ChangeLog: version 0.99.8-pre5 * jpilot.c: main(): use the exact same "Character Set " string as in prefs_gui.c to get automatic translation * po/fr.po: add missing last char space * otherconv.c: other_to_UTF(): display a "g_convert_with_iconv error" message only on the first conversion error for each string * po/ja.po: remove "_" from 3 menu entries. Thanks to Kazutaka HARADA * memo_gui.c, restore_gui.c, todo_gui.c, address_gui.c: use GINT_TO_POINTER() to convert from a gpointer to an int * jpilot.c: cb_private(): initialise r_dialog variable * weekview_gui.c: display_weeks_appts(): remove two unused variables * print_headers.h: add prototypes for print_common_prolog() and print_common_setup() since we use these functions in print.c * otherconv.c: other_to_UTF(): use one g_snprintf("%s\\%02X%s") instead of g_strlcpy/g_sprintf/g_strlcat * otherconv.c: #include since we use strlen() * memo.c: get_memo_app_info(): remove two unused variables 2004-11-26 Rik Wehbring * monthview_gui.c, weekview_gui.c: Re-clicking button for an already existing window causes the window to jump to the front * print_gui.c, search_gui.c, todo_gui.c, utils.c, weekview_gui.c, address_gui.c, alarms.c, datebook_gui.c, jpilot.c, memo_gui.c, monthview_gui.c, password.c, prefs.c, print.c: Cleaned up subroutine calls to get_pref 2004-11-25 Rik Wehbring * datebook_gui.c, jpilot.c, prefs.c, prefs.h, prefs_gui.c, todo.c, todo_gui.c: Clean implementation of preferences All names use underscores instead of dashes Application-specific prefs are prefixed by the name of the app(todo_hide_completed) Removed obsolete prefs * datebook_gui.c: Pane height in datebook GUI under GTK1 was not modifiable * utils.c: Restore function accidentally purged * jpilot.c: Correct definite article(grammar) in menu title 2004-11-24 Ludovic Rousseau * ChangeLog, configure.in, jpilot.spec: version 0.99.8-pre4 * address.c, address_gui.c, prefs_gui.c: replace "if (char_set == CHAR_SET_JAPANESE)" by "if (char_set == CHAR_SET_JAPANESE || char_set == CHAR_SET_SJIS_UTF)" to get the japanese special treatments also when using GTK2 and UTF. Thanks to Kazutaka HARADA * po/ja.po: Translated. Thanks to Harada kazutaka 2004-11-24 Rik Wehbring * jpilot.c: Compile warning fixed by casting return value of function * jpilot.c: Fix output height decrease by 2 each time output log window is closed with close button 2004-11-22 Rik Wehbring * datebook.c, datebook.h, import_gui.c, libplugin.h, log.c, prefs.c, prefs.h, utils.c, utils.h: Removing unused functions * cp1250.c, cp1250.h: Unused UTF conversion functions deleted * Makefile.am, cp1253.c, cp1253.h, utils.h: Conversion functions to and from UTF are now in otherconv * Expense/expense.c, KeyRing/keyring.c, SyncTime/synctime.c, utils.h, weekview_gui.c, alarms.h, category.c, dat.c, datebook.c, datebook.h, datebook_gui.c, dialer.c, export.h, export_gui.c, i18n.h, import_gui.c, install_gui.c, jpilot-dump.c, jpilot-sync.c, jpilot.c, libplugin.c, libplugin.h, log.c, log.h, memo.c, memo.h, memo_gui.c, monthview_gui.c, password.c, password.h, plugins.c, plugins.h, prefs.c, prefs.h, prefs_gui.c, prefs_gui.h, print.c, print.h, print_gui.c, print_headers.c, print_headers.h, print_logo.c, print_logo.h, restore.h, restore_gui.c, search_gui.c, sync.c, sync.h, todo.c, todo.h, todo_gui.c, utils.c, address.c, address.h, address_gui.c, alarms.c: Add CVS Id tag to code 2004-11-21 Ludovic Rousseau * po/fr.po: translate 6 fuzzy strings * po/zh_TW.po, po/vi.po, po/zh_CN.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/it.po, po/ja.po, po/jpilot.pot, po/nl.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po: regeneration * jpilot-dump.c: call otherconv_init()/otherconv_free() since we indirectly will use charset conversion functions 2004-11-21 Rik Wehbring * jpilot.c: Test Id in header of file 2004-11-21 Ludovic Rousseau * datebook_gui.c: datebook_gui(): add a separator above the "Today is:" label to be homogenous with the 3 other applications. * jpilot.c: main(): remove the separators above and under the lock and replace them by some empty space * datebook_gui.c, prefs.c, prefs.h: use a moving separator between the datebook text and datebook note * jpilot.c: Use a radio item menu for Hide/Show/Mask records so that the state is clearly indicated. * password.c: show_privates(): simplify the code. The state automata should not be here. * po/fr.po: correct a typo * otherconv.c, prefs.c, prefs.h: use GBK instead of GB2312 charset encoding for Chinese. GBK is a superset of GB2312. Thanks to Carlos Z.F. Liu 2004-11-20 Ludovic Rousseau * otherconv.c: other_to_UTF(): if only the last char is unknown no error is generated by g_convert_with_iconv() so we must treat this special case * otherconv.c: other_to_UTF(): replace unknown characters by \xy with xy the hexadecimal value of the character. Thanks to lei Yu * otherconv.c: other_to_UTF(): free allocated head and tail variables Thanks to lei Yu for the patch * otherconv.c: other_to_UTF(): revert patch of revision 1.5: Use "UTF-8" instead of"UTF-8//IGNORE" * datebook_gui.c, monthview_gui.c, weekview_gui.c: the second argument of get_pref() is (long *) and not (unsigned long *) * category.c: cb_edit_button(): cast const char *entry_text in (char *) when used in charset_j2p() * libplugin.h: jp_charset_p2j() and jp_charset_j2p() now use (char *) instead of (unsigned char *) for text strings. This may give warnings/errors when compiling plugins * address.c, address_gui.c, category.c, cp1250.c, cp1250.h, datebook.c, datebook_gui.c, japanese.c, japanese.h, jpilot.c, memo.c, memo_gui.c, otherconv.c, otherconv.h, russian.c, russian.h, sync.c, todo.c, todo_gui.c, utils.c, utils.h: strings convertion functions work on normal C strings (char *) not (unsigned char *) We then can remove a lot of type casting * jpilot-dump.c: main(): current_locale was declared (after some code!) but never used * jpilot-sync.c: #include "otherconv.h" if ENABLE_GTK2 so that otherconv_init()/otherconv_free() prototypes are defined * prefs_gui.c: remove 3 unused local variables * prefs.c: #include "otherconv.h" if ENABLE_GTK2 so that otherconv_init() prototype is defined * jpilot.c: #include "otherconv.h" if ENABLE_GTK2 so that otherconv_init()/otherconv_free() prototypes are defined 2004-11-18 Ludovic Rousseau * category.c: edit_cats(): the max category name length is 15 and not 16 (HOSTCATLTH) since we must also store the \0 * memo.c, memo_gui.c: memo.c, get_memo_app_info(): do not modify (convert) the category names memo_gui.c, memo_gui(): convert the category names to jpilot charset for display only * po/fr.po: translate 3 strings 2004-11-17 Ludovic Rousseau * jpilot.c: remove Ctrl-A accelerator (used for "/File/Export") since it collide with a GTK2 accelerator (for "select all") 2004-11-17 Rik Wehbring * search_gui.c: Search now prioritizes description field over note field. If search pattern appears in both description and note field for a datebook appt or todo item then the search will return the match from the description section. Previously it returned the match from the note field. * search_gui.c: Change layout of function declarations to match other jpilot C files * datebook.c, datebook.h, search_gui.c: Fix sort order for appts in datebook. Separate sort comparison functions are now used for the datebook and search GUI. 2004-11-16 Ludovic Rousseau * KeyRing/keyring.c: revert patch on DES_ecb3_encrypt() since the casts are mandatory for old OpenSSL (< 0.9.7e) 2004-11-16 Rik Wehbring * search_gui.c: Align datebook items in search gui in a column. Search items returned from datebook are not aligned properly in GTK2 because it uses a proportional rather than fixed font. Using a tab in place of spaces fixes the problem. * print.c, print_headers.c: Format postscript for calendar printouts(day, week, month) to conform to standards. Divided generated postscript into prolog and setup sections per postscript specifications. Added extra comments and directives(%%Orientation) which format the output for on-screen postscript viewers as opposed to printing. 2004-11-14 Ludovic Rousseau * ChangeLog, configure.in, jpilot.spec: version 0.99.8-pre3 * po/fr.po: translate two strings * po/nl.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot: regenerated * ABOUT-NLS: gettext version 0.14.1-6 * KeyRing/keyring.c: remove cast for args 1 & 2 of DES_ecb3_encrypt() since they are now useless (with OpenSSL 0.9.7e) * autogen.sh: run "aclocal -I m4" _after_ gettextize because gettextize asks to: Please run 'aclocal -I m4' to regenerate the aclocal.m4 file. You need aclocal from GNU automake 1.5 (or newer) to do this. Then run 'autoconf' to regenerate the configure file. 2004-11-13 Rik Wehbring * datebook_gui.c: Settle on consistent name for get_details subroutine across all 4 apps * jpilot.c: delete_event callback routine needs cb_ prefix for consistency with other callback names 2004-11-12 Rik Wehbring * prefs_gui.c: Simplify handling of text entry boxes in prefs_gui by creating a single callback routine * address.c, address_gui.c, alarms.c, dat.c, datebook.c, datebook_gui.c, jpilot-dump.c, monthview_gui.c, print.c, search_gui.c, utils.c, utils.h, weekview_gui.c: Synchronize names in coding space Created standard, recognizable variable names for the 4 different apps Datebook: a -> appt Address : a -> addr ToDo : todo unchanged Memo : memo unchanged * jpilot.c: Addendum to get pref_show_tooltips to work * address_gui.c, memo_gui.c, todo_gui.c: Improve code readability by using variable for frequent GPOINTER_TO_INT casts * prefs.c, prefs.h, prefs_gui.c: New preference to show or hide popup tooltips * datebook.c, search_gui.c: Entries returned from datebook app during search were in random order. Sort returned datebook entries by ascending date. 2004-11-11 Judd Montgomery * jpilot.c: removed declarations from mid-code 2004-11-11 Rik Wehbring * jpilot.c, prefs_gui.c: Get first day of week from locale in GTK2, no preference setting 2004-11-11 Ludovic Rousseau * po/fr.po: add a space before 'Utilisateur : ' used to create the window title change some E in É 2004-11-11 Judd Montgomery * utils.c: variable declared mid code 2004-11-11 Ludovic Rousseau * po/zh_CN.po: complete review and translation. Thanks to lei Yu * otherconv.c: other_to_UTF(): in case of convertion error we return a duplicate of the input and not the input directly. This bug crashed jpilot when using UTF-8: GB2312 encoding * import_gui.c, memo_gui.c: remove the charset conversion (for display only) from import_gui.c/cb_import_record_ask_quit() and instead convert the memo text itself in memo_gui.c/memo_import_callback(). The memo is converted back from J-Pilot to Palm encoding in memo.c/pc_memo_write() so we need to have it in UTF-8 for GTK2 * import_gui.c: cb_import_record_ask_quit(): convert the imported text to UTF-8 for GTK2. The source charset is the one used on the Palm. * datebook_gui.c: create_time_menu(): use jp_strftime() to generate a valid UTF-8 time string. thanks to lei Yu for the patch * datebook_gui.c: set_begin_end_labels(): use jp_strftime() instead of strftime() to generate a valid UTF-8 time string for GTK2 * sync.c: jp_pilot_connect(): give a more explicit error message when pi_bind() fails. We now have "permission denied" or "file not found" instead of "Illegal seek". Also display the device name we are trying to use. Thanks to Edgar Bonet for the patch 2004-11-08 Rik Wehbring * jpilot.c: Save default output pane height if it has not been set previously 2004-11-07 Ludovic Rousseau * otherconv.c: other_to_UTF(): use "UTF-8//IGNORE" as tocode to greatly simplify the error case management. http://www.gnu.org/software/libiconv/documentation/libiconv/iconv_open.3.html 2004-11-06 Ludovic Rousseau * print.c: print_months_appts(): reset LC_NUMERIC locale and not LC_ALL before returning * address_gui.c, memo_gui.c: address_update_clist() and memo_update_clist(): disconnect cb_clist_selection function from the clist object only for the main window and not for the export window. This avoids a "Gtk-WARNING **: unable to find signal handler for object(GtkCList:0x821f1a8) with func(0x80837b0) and data((nil))" * address_gui.c: address_update_clist(): do not use the global variable address_category but the function argument category. The category selection was not working from the Export window. 2004-11-05 Ludovic Rousseau * utils.c: lstrncpy_remove_cr_lfs(): truncate the string on an UTF-8 character boundary. Thanks to lei Yu for the patch * otherconv.c, prefs.c, prefs.h: close bugs 1292 and 1138: add support for Cyrillic (CP1251) 2004-11-04 Ludovic Rousseau * otherconv.c, prefs.c, prefs.h: close bug 1346: add support for Hebrew (CP1255) * utils.c: charset_p2newj() and charset_j2p(): default charset is considered to be UTF-8 since we may add a long list of them * otherconv.c: other_to_UTF(): cast (unsigned char*)strdup() since that's the return type * weekview_gui.c: display_weeks_appts(): convert the week day in UTF-8 * utils.c: jp_strftime(): the "format" string argument is UTF-8 encoded since it comes from a po/ file. So convert it to local encoding before using it in strftime(). * po/zh_CN.po: add a leading / to the translated "/File/_Find" entry * po/zh_CN.po: remove fuzzy for "/_File""/_File" entry translate "/Help/PayBack program" and "/Help/J-Pilot" This will avoid having duplicate File and Help menu entries 2004-10-30 Rik Wehbring * jpilot.c: Center 4 app buttons with pixpmaps to match sync and backup buttons 2004-10-29 Ludovic Rousseau * reconf: remove config.status before starting autoreconf * Makefile.am, jpilot-sync.c, jpilot.c, otherconv.c, otherconv.h, prefs.c, prefs.h, utils.c: use iconv to convert from the Palm charset to UTF-8. Many thanks to Amit Aronovitch for the idea and a large part of the code. 2004-10-29 Judd Montgomery * todo_gui.c: Fixed bug with setting todos forward days the first time the calendar widget is used 2004-10-28 Ludovic Rousseau * jpilot.c: output_to_pane(): with GTK2, insert the text at the end and not at the cursor position since the user may have clicked on the text and moved the cursor to the clicked position. Thanks to Ari Pollak for the patch 2004-10-25 Rik Wehbring * address_gui.c, datebook_gui.c, memo_gui.c, todo_gui.c: Warn users when modification of deleted record is attempted * address_gui.c: Same size mail and dial buttons in address book looks much cleaner * address_gui.c, datebook_gui.c, memo_gui.c, todo_gui.c: Make sure selected row is visible after any CLIST update 2004-10-24 Rik Wehbring * datebook.c: Fixed unpredictable bug in repeating events caused by unitialized variable * datebook_gui.c: datebook_gui.c 2004-10-22 Judd Montgomery * print.c: removed variable declared in middle of code 2004-10-22 Rik Wehbring * datebook_gui.c, memo_gui.c, todo_gui.c: Fix cursor behavior in clists. Bug introduced when recoding update_clist() which prevented the right-hand side of jpilot from being updated on a cursor movement. * address_gui.c: datebook_gui.c 2004-10-21 Judd Montgomery * address_gui.c: Patch to make email buttons always call the email exe 2004-10-20 Ludovic Rousseau * ChangeLog, configure.in: version 0.99.8-pre2 2004-10-20 Rik Wehbring * address_gui.c, mailer.c, mailer.h, prefs_gui.c, Makefile.am: Simplified code for e-mailing from address book. External mail program to use is now set as a preference. 2004-10-19 Rik Wehbring * prefs_gui.c: Removed printf apparently left over from debugging new feature 2004-10-19 Judd Montgomery * prefs.c: fixed default * prefs.c, prefs.h, prefs_gui.c, todo_gui.c: Created option for specifying whether a ToDo should default to a due date, and what date 2004-10-18 Judd Montgomery * jpilot.c: keep output pane minimized until output is displayed 2004-10-17 Ludovic Rousseau * po/de.po, po/es.po, po/it.po, po/ja.po, po/nl.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/ca.po, po/cs.po, po/da.po: remove fuzzy tag for "/File/_Quit" (the _ was recently added) to avoid the creation of a "File" menu with "_Quit" as the only entry in addition to the translated "File" menu * po/fr.po: translate the new strings (hot-keys tooltips + some others) * po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/nl.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: regenerated * po/jpilot.pot: regenerated to include the new texts for hot-keys and some others * Makefile.am: - re-add intltool-extract.in intltool-merge.in intltool-update.in (my previous patch revision 1.28 was wrong) - add DISTCLEANFILES = intltool-extract intltool-merge intltool-update so that make distcheck is happy * Makefile.am: add mailer.h to jpilot_SOURCES * po/Makevars: add MSGID_BUGS_ADDRESS definition * Makefile.am: distribute ChangeLog.cvs * Makefile.am: generate ChangeLog.cvs and convert the login into real names 2004-10-16 Ludovic Rousseau * address_gui.c, datebook_gui.c, memo_gui.c, todo_gui.c: add the same keyboards accelerators for the 4 applications: Ctrl-D: Delete Ctrl-O: Copy Ctrl-N: New Record Ctrl-R: Add Record Ctrl-Return: Apply Changes * jpilot.c: add Ctrl-Y accelerator for Sync * KeyRing/keyring.c: cb_add_new_record(): duplicate (strdup) the name/account/password strings since we get them using gtk_entry_get_text() which returns "a pointer to the contents of the widget as a string. This string points to internally allocated storage in the widget and must not be freed, modified or stored." http://developer.gnome.org/doc/API/2.0/gtk/GtkEntry.html#gtk-entry-get-text This bug crashes jpilot if you use a strings (like an non-ASCII character) that is modified by an UTF-8 conversion function 2004-10-16 Rik Wehbring * datebook.c: Change repeatWeekly events to mirror Palm behavior 2004-10-16 Judd Montgomery * category.c, sync.c, sync.h: Changes required to work with pilot-link 0.12.0 * address_gui.c, Expense/expense.c, jpilot-dump.c, memo_gui.c, todo_gui.c: minor cleanup of unused vars 2004-10-15 Judd Montgomery * configure.in: Added check for pilot-link 0.12 and rewrote version checks 2004-10-15 Ludovic Rousseau * prefs.c, prefs.h, utils.c: rename CHAR_SET_LATINUTF in CHAR_SET_1252UTF since the Palm does not use ISO Latin1 encoding but CP 1252 encoding. See http://www.microsoft.com/typography/unicode/1252.htm * utils.c: multibyte_safe_memccpy(): the searched character may also be just after a multi-byte character * utils.c: small re-indentation for a better readability * utils.c: charset_p2j(): call charset_p2newj() to avoid code duplication 2004-10-13 Ludovic Rousseau * restore_gui.c: populate_clist_sub(): sort the list of file filenames to restore * restore_gui.c: If ENABLE_GTK2, convert the file names to restore in UTF-8 since they may contain non ASCII characters 2004-10-09 Rik Wehbring * prefs_gui.c: Change checkbox string to more grammatically correct singular noun * datebook.c: Fix highlighting error in events which repeat by day 2004-10-08 Ludovic Rousseau * jpilot.c, prefs.c, prefs.h, prefs_gui.c: Add: "Ask confirmation for files installation (J-Pilot -> PDA)" configuration option * install_gui.c: install_gui(): rename the "Done" button in "Close" 2004-10-07 Ludovic Rousseau * jpilot.c: main(): (re)set the output pane to size used when jpilot exited * po/fr.po: updated * po/jpilot.pot: regenerated * utils.c: undelete_pc_record(): initialize ret variable * utils.c: undelete_pc_record(): remove declatations of 4 unused variables * todo_gui.c: todo_gui(): remove 7 declarations of now unused variables * memo_gui.c: memo_update_clist(): remove unused int i variable * jpilot.c: main(): remove unused char utf8_locale[] variable * address_gui.c, mailer.c: #include "mailer.h" * mailer.h: new file with dialog_email() prototype * Expense/expense.c: rename clist_find_id() in expense_clist_find_id() to avoid a name collision with a clist_find_id() in utils.c * utils.h: add undelete_pc_record() prototype 2004-10-07 Rik Wehbring * jpilot.c: Add ability to quit by simply typing q from File menu * jpilot.c: Remove Quit button from left column of main window * prefs_gui.c: Simplify code to use a single callback for all preference checkboxes * memo_gui.c, prefs_gui.c, todo_gui.c: ToDo and Memo preferences moved from application window to preferences window 2004-10-06 Ludovic Rousseau * search_gui.c: cb_search_gui(): add a keyboard accelerator (Escape key) for the "Close" button * search_gui.c: cb_search_gui(): rename the button from "Done" to "Close" 2004-10-05 Ludovic Rousseau * docs/Makefile.am: install the manual files in a manual/ directory 2004-10-04 Rik Wehbring * address_gui.c, memo_gui.c, todo_gui.c, datebook_gui.c: Improve efficiency of cb_clist_update across all 4 apps. Eliminate double calls to cb_clist_selection. Pull constants out of loops. Datebook update clist now follows same style as other 3 apps. 2004-10-03 Ludovic Rousseau * utils.c: dialog_generic_with_text(): the first button get the focus so you can close the dialog with the Enter key * jpilot.c: change the Import and Export icons. Thanks to David A. Desrosiers for the suggestion. * utils.c: dialog_generic_with_text(): use the correct type for text_widget and avoid some GTK casts * utils.c: dialog_generic_with_text(): hide the cursor so that you do not see a blinking bar * utils.c: dialog_generic_with_text(): remove a useless double GTK cast * jpilot.c: let GTK2 calculate the correct height of the J-Pilot and PayBack about boxes * Expense/expense.c, KeyRing/keyring.c, SyncTime/synctime.c: use "About %s" instead of a complete "About plugin_foo" so that every plugin can use the already translated "About %s" string * jpilot.c: add nice colorful GTK2 icons in the main menu :-) 2004-10-02 Ludovic Rousseau * reconf: use --install instead of --foreign for autoreconf * jpilot.spec: update J-Pilot version * Makefile.am: include jpilot.xpm in the archive * jpilot.xpm: add jpilot.xpm so it can be used by jpilot.desktop or another menu system * docs/Makefile.am: do not distribute jpilot-upgrade-99.1 manpage since the binary is no more provided * jpilot.c: I forgot two GTK cast for g_output_text * jpilot.c: use correct type for g_output_text to avoid inelegant GTK cast * jpilot.c: use the correct type for g_output_text_buffer so we can remove all the inelegant and dangerous type cast. * jpilot.c: output_to_pane(): use the right function and the right buffer when inserting valid UTF-8 text * autogen.sh, reconf: do not use autoreconf in autogen.sh (revert back to previous version) autoreconf is used in reconf 2004-10-01 Ludovic Rousseau * configure.in: Version 0.99.8-pre1 * configure.in: do not generate intl/Makefile * po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/it.po, po/ja.po, po/nl.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: refreshed (regenerated) * po/fr.po: translate jpilot-dump.c strings * po/jpilot.pot: include jpilot-dump.c strings * jpilot-dump.c: use i18n to benefit from l10n * po/POTFILES: add ../jpilot-dump.c * po/POTFILES.in: add jpilot-dump.c * jpilot-sync.c: use i18n to benefit from l10n * po/fr.po: big update 2004-09-30 Rik Wehbring * jpilotrc.blue, jpilotrc.purple, jpilotrc.steel: Fix colors in GTK2.x when focus is shifted from text widget which has a highlighted section of text 2004-09-29 Ludovic Rousseau * Makefile.am: intltool-extract.in intltool-merge.in intltool-update.in are not useful/needed in the generated archive * autogen.sh: use autoreconf 2004-09-25 Ludovic Rousseau * m4/Makefile.am: reorganise and add missing .m4 files * po/jpilot.pot, po/zh_TW.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/nl.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po: refreshed (regenerated) * m4/gettext.m4, depcomp, install-sh, missing: update * configure.in: add version (0.14.1) to AM_GNU_GETTEXT_VERSION * COPYING: change "19yy" in "year" * log.c: jp_vlogf(): try to convert to UTF-8 only if GTK2 is used * jpilot.c: display a dialog box if GTK2 is used and the selected charset is not UTF-8 (usefull for user upgrades) * prefs.c, prefs.h: add PREF_UTF_ENCODING (prefs.h) and utf-encoding (prefs.c) * prefs.c: glob_prefs[]: use CHAR_SET_LATINUTF by default (instead of CHAR_SET_LATIN1) when GTK2 is used * prefs.c: jp_pref_read_rc_file: use sizeof(line) instead of a constant * print.c: close bug 1330: invalid postscript when printing the todo list contains ( or ) * .cvsignore: list of CVS ignored (generated) files 2004-09-24 Ludovic Rousseau * empty/.cvsignore, icons/.cvsignore, po/.cvsignore, Expense/.cvsignore, KeyRing/.cvsignore, SyncTime/.cvsignore, dialer/.cvsignore, docs/.cvsignore: list of CVS ignored (generated) files * config.guess, config.sub, ltmain.sh, m4/Makefile.in, aclocal.m4: removed from CVS since they are (re)generated by autogen.sh * monthview_gui.c: display_months_appts(), monthview_gui(): use jp_strftime() instead of strftime() * prefs_gui.c: make_pref_menu(): use jp_strftime() instead of strftime() for the "Long date format" menu * utils.c: timeout_date(): use jp_strftime() instead of strftime() for the "Today is ..." display * utils.h: add declaration of jp_strftime() * datebook_gui.c: set_date_labels(): use jp_strftime() insead of strftime() * utils.c: add jp_strftime() to convert the result of strftime() in UTF-8 when needed * KeyRing/keyring.c: solve bug 1306: Keyring plugin truncates passwords * jpilot.c: output_to_pane(): simplify the locale to UTF-8 text conversion * log.c: convert from UTF-8 to local encoding before printing to stdout * jpilot.c: do not force setlocale() to a UTF-8 locale. It is a user choice. 2004-09-23 Rik Wehbring * todo_gui.c: Removed one redundant line accidentally included while adding sort to todo columns * todo_gui.c: Add new feature to sort todo list by clicking on column title 2004-09-18 Ludovic Rousseau * Expense/expense.c: UTF-8: correctly convert categories names 2004-09-18 David A. Desrosiers * INSTALL: Testing a commit, to further test the revert of the server-side commit scripts. 2004-09-18 Rik Wehbring * search_gui.c: Final version of column width patch * search_gui.c: Better patch to autosize column width in search clist * search_gui.c: clist width bumped up to fully display datebook text 2004-09-17 Ludovic Rousseau * po/ca.po: translate Help menu to avoid a menu duplication * po/fr.po: typo: ECrit -> Ecrit 2004-09-17 Rik Wehbring * datebook_gui.c: Change clist to behave like the other 3 apps and also reduce flicker * memo_gui.c: Fix selected row so it is always 0 after changing category * address.c, address_gui.c, datebook.c, datebook_gui.c, libplugin.c, libplugin.h, memo.c, memo_gui.c, prefs_gui.c, todo.c, todo_gui.c, utils.c: Bug 1056: Undelete feature desired 2004-09-15 Rik Wehbring * datebook.c: Bug 1338: Some repeating appointments do not show in monthview gui 2004-09-13 Judd Montgomery * print_logo.c: Testing cvs auto emailer 2004-09-13 David A. Desrosiers * datebook_gui.c: Just testing a commit, so we can see if emails + diffs are working right. 2004-09-13 Judd Montgomery * print_logo.c: Testing cvs auto emailer 2004-09-06 Rik Wehbring * Makefile.am, address_gui.c, mailer.c, prefs.c, prefs.h: Bug 1176: Adding ability to e-mail directly from address book * search_gui.c: Bug 1182: Search screen needs a button. Patch supplied by Ludovic Rousseau * jpilotrc.blue, jpilotrc.default, jpilotrc.green, jpilotrc.purple, jpilotrc.steel: Bug 1322: GTK2.4 libraries require changes to jpilotrc files to preserve colors * datebook_gui.c: Bug 1178: patch for 1 byte memory leak in datebook * print.c, print_headers.c: Bug 1116: Word wrap provided when printing monthly calendar * address_gui.c: Bug 1154: resorting in address book should leave selection bar on same entry * todo_gui.c: Bug 1107: show completed todos found through search regardless of show completed checkbox status * address_gui.c, datebook_gui.c, jpilot.c, memo_gui.c, todo_gui.c: Bug 1153: Patch reduces flicker when deleting records * datebook_gui.c: Bug 1131: ALT key for accelerator instead of control 2004-07-24 Judd Montgomery * print.c: patch for locale - Rik Wehbring * jpilot.c: patch xlib warning - Rik Wehbring * jpilot-dump.c, jpilot-sync.c, jpilot.c, utils.c, utils.h: changed usage string and tagged for translate * KeyRing/keyring.c, Expense/expense.c, utils.c, todo.c, todo_gui.c, sync.c, restore_gui.c, prefs_gui.c, prefs.c, plugins.c, memo_gui.c, memo.c, log.c, libplugin.c, jpilot.c: translation string patch - Rik Wehbring * install_gui.c: translation string patch * import_gui.c, dialer.c, datebook_gui.c, datebook.c, dat.c, category.c, alarms.c, address_gui.c, address.c: translation string patch - Rik Wehbring 2004-07-18 Judd Montgomery * jpilot.c: patch for utf8 error messages from Ludovic 2004-05-27 Judd Montgomery * address.c: patch for bug 1178 2004-05-03 Judd Montgomery * print.c: Ludovic 1 liner for sizeof typo/bug * print_logo.c: Ludovic patch for setlocale 2004-04-21 Judd Montgomery * po/cs.po, po/da.po, po/de.po, po/no.po, po/sv.po, po/ja.po: updated * sync.c: records not passing binary check failed to get deleted * KeyRing/keyring.c: patch 1184 for truncating buffers with non ASCII charsets 2004-04-16 Judd Montgomery * po/ru.po: updated for 0.99.7 2004-04-15 Judd Montgomery * po/tr.po: updated for 0.99.7 * po/es.po: updated 2004-04-08 Judd Montgomery * datebook.c: DateBk5 patch for completed events (tag is 'C' and 'c' now) 2004-03-25 Judd Montgomery * po/fr.po: help menu fix * datebook_gui.c: keep time menu pull downs more in sync with keyed entries 2004-03-23 Judd Montgomery * address_gui.c, memo_gui.c: make export not clear the right side * datebook_gui.c: bug 1160 - move highlighted line to modified record * datebook_gui.c: Improved dayview code changes 2004-03-20 Judd Montgomery * datebook.c: F for floating appt as well as f 2004-03-07 Judd Montgomery * address_gui.c, datebook_gui.c, memo_gui.c, todo.h, todo_gui.c: fixed memory leak 2004-03-04 Judd Montgomery * address_gui.c: paste error 2004-03-03 Judd Montgomery * AUTHORS: added Panayotis Katsaloulis for greek code 2004-03-01 Judd Montgomery * ChangeLog: testing cvs * Makefile.am: removed -Wall * configure.in: fixes for Solaris * address_gui.c: minor change, declaration of vars after code * configure.in, jpilot.c: minor changes 2004-02-29 Judd Montgomery * po/zh_TW.po: took out offending chars which were unused * po/jpilot.pot: updated * cp1250.c: include stdlib * autogen.sh: turn off gettextize for now * Makefile.am: added description-pak * po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/nl.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: updated * ChangeLog: updated for 0.99.7 * docs/Makefile.am, jpilot.spec, jpilot.spec.in: added missing man pages * TODO: *** empty log message *** * SlackBuild.in: updated * INSTALL: rpmbuild command added * jpilot-dump.c: Added patch fpor getting phone label tags * jpilot.c, prefs.c, prefs.h: Added version checking * m4/gettext.m4: temporary patch for aclocal 1.8.2 problems 2004-02-26 Judd Montgomery * po/fr.po: update 2004-02-25 Judd Montgomery * po/sv.po: File menu problem 2004-02-22 Judd Montgomery * description-pak: initial import * docs/Makefile.am, jpilot.spec, Makefile.am: updated * m4/Makefile.am, m4/Makefile.in, m4/gettext.m4, m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/progtest.m4, m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4: gettext version 0.14.1 * ltmain.sh, install-sh: updated * depcomp: aclocal version 1.8.2 * configure.in, config.sub, config.guess: updated * aclocal.m4: aclocal version 1.8.2 * ABOUT-NLS: gettext version 0.14.1 * intl/libgnuintl.h: upgrade gettext 0.14.1 * address_gui.c, category.c, datebook_gui.c, jpilot.c, sync.c: comments * po/jpilot.pot: updated * po/ChangeLog, po/Makefile.in.in, po/Rules-quot: upgrade gettext 0.14.1 * po/nl.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po, po/zh_TW.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po: updated * intl/eval-plural.h, intl/gmo.h, intl/libgnuintl.h.in, intl/localcharset.h, intl/localename.c, intl/log.c, intl/os2compat.c, intl/os2compat.h, intl/osdep.c, intl/plural-exp.c, intl/plural-exp.h, intl/printf-args.c, intl/printf-args.h, intl/printf-parse.c, intl/printf-parse.h, intl/printf.c, intl/relocatable.c, intl/relocatable.h, intl/vasnprintf.c, intl/vasnprintf.h, intl/vasnwprintf.h, intl/wprintf-parse.h, intl/xsize.h, intl/ChangeLog, intl/Makefile.in, intl/VERSION, intl/bindtextdom.c, intl/config.charset, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/gettextP.h, intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias, intl/localealias.c, intl/ngettext.c, intl/plural.c, intl/plural.y, intl/textdomain.c: gettext version 0.14.1 * sync.c: Added creator IDs to skip with OS 5.x 2004-02-21 Judd Montgomery * sync.c, memo_gui.c: buffer too small * jpilot.spec.in, jpilot-sync.c, depcomp, m4/Makefile.am, docs/jpilot-sync.1: *** empty log message *** * aclocal.m4: 1.7.3 to 1.7.7 * jpilot.c: put help->jpilot text in a textview * utils.c, utils.h: added dialog_generic_with_text * Makefile.am: cp1253.c, h 2004-02-18 Judd Montgomery * jpilot.c: --help typo * address_gui.c, datebook_gui.c, libplugin.h, memo_gui.c, todo_gui.c, utils.c, utils.h: bug (feature) 1052 - Highlight overdue todos * docs/jpilot.1: -i option added * address_gui.c, memo_gui.c, prefs.c, prefs.h, todo_gui.c: patch 1054 - remember last categories * address_gui.c, datebook_gui.c, jpilot.c, libplugin.c, todo_gui.c, utils.c: bug 1050 - memory leak * AUTHORS: added Rik Wehbring * address_gui.c, datebook_gui.c, memo_gui.c, todo_gui.c: bug 1119 - ask twice to save record when changing categories * category.c: bug 1120 - can use cursor keys in edit category window now * todo_gui.c: bug 1117 - typing in an empty todo now assumes new todo is wanted * datebook_gui.c, KeyRing/keyring.c, address_gui.c, memo_gui.c, Expense/expense.c: possible memory problem * memo_gui.c, todo_gui.c, address_gui.c: bug 1118 bug fix for cycling categories not asking to save record 2004-02-17 Judd Montgomery * jpilot.c: Made menu code a little simpler 2004-02-16 Judd Montgomery * import_gui.c: Small GTK patch for file type guess * datebook_gui.c, address_gui.c, memo_gui.c, todo_gui.c: copy/paste error bad pointer * jpilot.c: some compilers don't like declared variables inline with code 2004-02-12 Judd Montgomery * datebook_gui.c: GTK2 patches accelerators - Rik 2004-02-11 Judd Montgomery * jpilot.c: accelerators for GTK2, Ludovic Rouseau 2004-02-08 Judd Montgomery * cp1253.c, cp1253.h, prefs.c, prefs.h, sync.c, utils.c, utils.h: CP1253<-->utf8, Greek character conversion added * address_gui.c: Backout previous vcard fix * address_gui.c: vcard export fix 2004-02-01 Judd Montgomery * jpilotrc.green, jpilotrc.purple, jpilotrc.steel, jpilotrc.blue: updated for GTK2 2004-01-05 Judd Montgomery * jpilot.c: Iconify at startup 2004-01-04 Judd Montgomery * todo_gui.c: todo prefs shown when shouldn't - bug 1031 * print_logo.c: added LC_ALL C * category.c: cp1252 patches 2004-01-02 Judd Montgomery * Expense/expense.c, KeyRing/keyring.c: gtk2 textview code for expense and keyring - bug 1016 * datebook_gui.c: added tooltips to month, week buttons - bug 1015 * address_gui.c, datebook_gui.c, export.h, export_gui.c, import_gui.c, install_gui.c, jpilot.c, memo_gui.c, prefs_gui.c, print_gui.c, restore.h, restore_gui.c, search_gui.c, todo_gui.c: window focus patches - bug 1012 * jpilot.c: Added a few menu accelerators - bug 1011 * configure.in: some configure enable options broken - bug 1010 * Expense/expense.c, KeyRing/keyring.c, address_gui.c, memo_gui.c, todo_gui.c: commented clist hack better * datebook_gui.c: selecting a new date in calendar wouldn't ask to save changes - bug 1006 * jpilot.c: 1 liner for ALT-F key binding - bug 1002 * address_gui.c, memo_gui.c, todo_gui.c: deleting every entry left the last showing - bug 1019 * address_gui.c, todo_gui.c, memo_gui.c: category cycle with only 2 cats did not work - bug 1018 * memo_gui.c: category corruption in memo - bug 1017 * monthview_gui.c, weekview_gui.c: fixed leading space in no time appts - bug 1004 * address_gui.c: fixed name repeated in second field - bug 1005 * monthview_gui.c: null pointer fix * import_gui.c, jpilot.c, todo_gui.c, address_gui.c, datebook_gui.c, memo_gui.c: GtkTextView for GTK2 * monthview_gui.c: GTK2 support for monthview * weekview_gui.c: GTK2 support for weekview 2004-01-01 Judd Montgomery * datebook_gui.c: New character set routine * prefs_gui.c: minor text change * utils.c, utils.h: changed charset_j2p to a function * address.c, address_gui.c, cp1250.c, cp1250.h, jpilot.c, memo.c, memo_gui.c, sync.c, todo.c, todo_gui.c, utils.c, utils.h: New character set routine * monthview_gui.c: half rewritten, much faster drawing and less lines * monthview_gui.c: cleanup * weekview_gui.c: made weekview resizeable and remember its size 2003-12-31 Judd Montgomery * prefs.c, prefs.h, monthview_gui.c: made monthview resizeable and remember its size 2003-12-29 Judd Montgomery * datebook_gui.c: fixed calendar flicker on pgup/pgdn 2003-12-24 Judd Montgomery * datebook.c: fixed endless for loop 2003-12-08 Judd Montgomery * monthview_gui.c, print.c, datebook.h, datebook.c: day now highlighted if private record and masked records on * print.c: minor misc bugs 2003-12-06 Judd Montgomery * address_gui.c: Japanese patch for tabbing between kana address fields, was broken 2003-11-16 Judd Montgomery * Expense/expense.c, KeyRing/keyring.c, address_gui.c, datebook_gui.c, todo_gui.c, memo_gui.c: Not allow delete, copy when modifying a rec 2003-11-13 Judd Montgomery * utils.c: log message improvement * memo_gui.c: possible left open file handle * datebook_gui.c: 1 liner calendar select GUI problem 2003-10-18 Judd Montgomery * sync.c: small patch adding min macro * jpilot-sync.c: small patch for output not printing * KeyRing/keyring.c: Ludovics search/find code * prefs.c, prefs.h, todo_gui.c: Can now hide memo preferences 2003-10-16 Judd Montgomery * address_gui.c: highlighting changed recs was broken 2003-10-10 Judd Montgomery * dat.c: Backed out ugly hack to accept invalid datebook.dat files (dat files fixed) 2003-10-03 Judd Montgomery * sync.c: Buffer too large, app block couldn't be read 2003-09-14 Judd Montgomery * utils.h: Added DAT_TYPE_BITFLAG * dat.c: Ugly hack to accept certain invalid dba files * dat.c: Better error messages * dat.c: Fail gracefully on import of corrupt dat file 2003-09-01 Judd Montgomery * Expense/expense.c: Added new country currency codes including the Euro * sync.c: Ludovic Rousseau patch for more informative fail to open file on install message * plugins.c: Ludovic Rousseau patch to sort plugin names in the menu 2003-08-31 Judd Montgomery * KeyRing/README.txt, todo.c, todo_gui.c, utils.c, weekview_gui.c, address.c, address_gui.c, alarms.c, category.c, dat.c, datebook.c, datebook_gui.c, dialer.c, import_gui.c, install_gui.c, jpilot-sync.c, jpilot.c, libplugin.c, memo.c, memo_gui.c, monthview_gui.c, plugins.c, prefs.c, prefs_gui.c, print.c, print_gui.c, restore_gui.c, search_gui.c, sync.c: Ludovic Rousseau cleanup patch * Expense/expense.c: Expense buffer overflows * Expense/expense.c: Expense buffer overflow on euros 2003-07-31 Judd Montgomery * Makefile.am, empty/Makefile.am, icons/Makefile.am: empty and color files were not installed 2003-07-13 Judd Montgomery * po/zh_TW.po: regenerated * icons/Makefile.am: Added README * ChangeLog: *** empty log message *** * SlackBuild.in: missing files 2003-07-12 Judd Montgomery * po/zh_TW.po: removed translation that fails with gettext 0.11.5 on BSD * jpilot.spec: *** empty log message *** * empty/Makefile: Generated by automake/autoconf * po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot, po/nl.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: updated * jpilot.spec.in: fixed jpilotrc.* and empty/* file not being included * jpilot.spec: updated version * Makefile.am: removed jpilot-col.spec 2003-07-10 Judd Montgomery * KeyRing/keyring.c: misc changes and backwards API compatible fixes 2003-07-05 Judd Montgomery * jpilot-dump.c: patch typo in date format from Ludovic Rousseau * autogen.sh, config.guess, config.sub: updated auto* commands to update files * SlackBuild.in, docs/Makefile.am, jpilot.spec.in: added man page jpilot-dial.1 * jpilot.desktop: patch to fix jpilot.desktop from Ludovic Rouseau * jpilot.c: patch to remove NUM_FACTORY_ITEMS Ludovic Rouseau * docs/jpilot-dial.1: patch for jpilot-dial.1 man page from Ludovic Rouseau * jpilot.c: experimental font code * po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot, po/nl.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po, po/zh_TW.po: updated * ChangeLog, INSTALL, configure.in, empty/Makefile, jpilot.rh7.spec, jpilot.spec.in, prefs_gui.c: pre 0.99.6 2003-06-30 Judd Montgomery * sync.c, utils.c, utils.h: Fix for broken installing of Net Prefs.prc, Graffitti Shortcuts.prc * jpilot-col.spec: obsolete distro? * alarms.c, datebook.c, datebook.h, datebook_gui.c, jpilot-dump.c, monthview_gui.c, print.c, search_gui.c, weekview_gui.c: changed get_appointments() parameters to display number of appointments tooltip 2003-06-28 Judd Montgomery * address_gui.c: Fixed clist first, last/company listing * utils.c, utils.h: added set_bg_rbg_clist * datebook_gui.c, memo_gui.c, todo_gui.c: shrunk some code 2003-06-24 Judd Montgomery * datebook_gui.c: truncate appointment descriptions longer than 256 * alarms.c: fixed alarms going off an hour late in DST timezones during DST * datebook_gui.c: export datebook as text (unknown type) fixed 2003-06-12 Judd Montgomery * datebook_gui.c: datebook - goto today not working fix * po/ja.po: updated 2003-06-10 Judd Montgomery * install_gui.c, prefs.c, prefs.h: Made install remember its last path * po/ru.po: updated * dialer.c: empty translated string - error * empty/Makefile.am: new file 2003-06-05 Judd Montgomery * Makefile.am, configure.in, docs/Makefile.am, empty/Makefile, icons/Makefile.am: patch from Ludovic Rousseau for automake 2003-06-03 Judd Montgomery * docs/plugin.html, libplugin.h, plugins.c, plugins.h, sync.c: Added plugin_pre_sync_pre_connect calls 2003-06-02 Judd Montgomery * po/jpilot.pot, po/zh_TW.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/nl.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po: updated * empty/AddressDB.pdb, empty/ExpenseDB.pdb, empty/Memo32DB.pdb, empty/MemoDB.pdb, empty/ToDoDB.pdb: removed categories and set renamed bits to 0 * sync.c, utils.c: preserve .pc3 file times (fixes slow sync not fetching * prefs.c: Latin1 -> Latin1/No conversion * datebook_gui.c: added a i18n tag * category.c: preserve .pc3 file times * Makefile.am: remove all CVS directories on make dist 2003-05-31 Judd Montgomery * prefs.c, prefs.h, todo_gui.c: added todo Record Completion Date * prefs.c, prefs.h, todo_gui.c: option to hide todos that are not yet due * datebook_gui.c: bug 637 fix couldn't select start/end times in GTK2 * prefs.c, prefs.h: added datebook/todo pane prefs * datebook_gui.c: added a pane for todos 2003-05-29 Judd Montgomery * datebook_gui.c: Fixed bug 610, record dups when pressing page-up/down keys, and removed home key 2003-05-21 Judd Montgomery * print_headers.c: AM/PM being cut off * jpilot.spec: auto-generated * intl/gettext.h, intl/libgettext.h: newer gettext * po/cs.po: Updated * sync.c: minor log fixes * jpilotrc.green, jpilotrc.purple, jpilotrc.steel: fixes for fontsel dialog * jpilot.spec.in: fixes * Makefile.am: empty files not installed * datebook_gui.c, todo.h, todo_gui.c: Put todos in datebook 2003-05-08 Judd Montgomery * datebook_gui.c: typo * datebook_gui.c: Fix DST on import 2003-05-02 Judd Montgomery * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/intdiv0.m4, m4/inttypes-pri.m4, m4/inttypes.m4, m4/inttypes_h.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/progtest.m4, m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4: New file, from gettext-0.11.5 * po/Makevars, po/ChangeLog, po/Rules-quot, po/boldquot.sed, po/en@boldquot.header, po/en@quot.header, po/insert-header.sin, po/remove-potcdate.sin: updated * m4/Makefile.in, configure.in, aclocal.m4: update * dialer/Makefile.am, SyncTime/Makefile.am, KeyRing/Makefile.am, Expense/Makefile.am, Makefile.am: CFLAGS->AM_CFLAGS * ABOUT-NLS, NEWS: required for automake/autoreconf 2003-04-28 Judd Montgomery * m4/Makefile.am, m4/Makefile.in: initial import 2003-04-22 Judd Montgomery * configure.in: Updated for automake 1.7.3 * Expense/expense.c: missing line * utils.c: fix dst alarm problem - needs tested * sync.c: don't call signal if no fork * datebook_gui.c, alarms.c: fix dst alarm problem - needs tested * Makefile.am: added missing files to install * po/jpilot.pot, po/zh_TW.po, po/fr.po, po/it.po, po/ja.po, po/nl.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/zh_CN.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po: updated * po/Makefile.in.in, po/POTFILES, intl/bindtextdom.c, intl/config.charset, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/gettext.c, intl/gettextP.h, intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/ngettext.c, intl/plural.c, intl/plural.y, intl/textdomain.c, intl/ChangeLog, intl/Makefile.in, intl/VERSION: upgraded to gettext 0.11.5 * ltmain.sh: upgraded to libtool 1.4.3 * export_gui.c: Fixed crash on export without choosing a type * depcomp: upgraded to automake-1.7 * address.xpm, datebook.xpm, memo.xpm, todo.xpm: made buttons grayscale * aclocal.m4: upgraded to aclocal 1.7.3 2003-04-02 Judd Montgomery * po/vi.po: New Translation 2003-03-25 Judd Montgomery * KeyRing/keyring.c: take out printing of generated password * utils.c: null pointer fix 2003-03-23 Judd Montgomery * po/nl.po: updated 2003-03-14 Judd Montgomery * todo.c: minor fix 2003-03-13 Judd Montgomery * todo.c: fixed null pointer 2003-02-26 Judd Montgomery * address_gui.c: ldif export crash, fix 2003-02-23 Judd Montgomery * po/POTFILES.in: added category.c * category.c: charset reverse translation 2003-02-22 Judd Montgomery * print.c: print memo now ignores lines after the end of the memo text * po/ru.po: updated * po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot, po/nl.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/zh_CN.po, po/zh_TW.po, po/ca.po, po/cs.po, po/da.po: rebuilt * password.c: typo * INSTALL, Makefile.am, configure.in, jpilot-col.spec, jpilot.rh7.spec, jpilot.spec: updated version * BUGS, ChangeLog: *** empty log message *** 2003-02-21 Judd Montgomery * po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot, po/nl.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/zh_CN.po, po/zh_TW.po: updated * utils.c: can select tags in GTK2 in dialogs * Makefile.am, ChangeLog: updated 2003-02-20 Judd Montgomery * jpilot.c: opening of browser windows * Makefile.am: -export-dynamic 2003-02-16 Judd Montgomery * docs/manual.html: home key documented in datebook * install_gui.c, jpilot.c, restore_gui.c, sync.c, utils.h: fixed restore always using backup files * alarms.c: fixed minor bug 2003-02-15 Judd Montgomery * datebook_gui.c: home key goes to today * po/Makefile.in.in: *** empty log message *** * address_gui.c: received patch for ldif missing fields 2003-02-13 Judd Montgomery * datebook.c: more debug * po/es.po: updated * KeyRing/Makefile.am: Add LDFLAGS * Expense/expense.c: Typo * print.c: maybe a fix * address.c, memo.c, libplugin.c, sync.c, todo.c, utils.c: more debug 2003-02-11 Judd Montgomery * po/tr.po: updated * aclocal.m4: Add --enable-maintainer-mode * po/da.po, po/ru.po: updated * utils.h, address_gui.c, jpilot.c, memo_gui.c, todo_gui.c: cycle categories when app button pressed * configure.in, autogen.sh, AUTHORS, Makefile.am: changed * alarms.c: Fixed future repeat appts from alarming early 2003-02-10 Judd Montgomery * datebook_gui.c: added some appt validation * cp1250.c, cp1250.h: changed comments * datebook_gui.c: Fixed mysterious deleting appts * utils.c: next_id calc'ed wrong for REPLACEMENT_REC * datebook_gui.c, category.c, dialer.c, password.c, todo_gui.c, address_gui.c, alarms.c, utils.c: gtk_widget_get_toplevel 2003-02-05 Judd Montgomery * datebook_gui.c, utils.c, utils.h: add dialog errors * datebook_gui.c: Delete repeating appt then cancel was broken - Ludovic 2003-02-04 Judd Montgomery * cp1250.c, cp1250.h, prefs.c, prefs.h, utils.c, utils.h: Add CP1250-UTF8 conversion 2003-01-31 Judd Montgomery * jpilot.c: minor --disable-private fix 2003-01-24 Judd Montgomery * configure.in: Fixed pi-version.h not found problem 2003-01-14 Judd Montgomery * Makefile.am: added jpilot.desktop * jpilot.desktop: initial import * SyncTime/Makefile.in, docs/Makefile.in: removed * configure.in, SlackBuild.in, Makefile.am: *** empty log message *** * po/Makefile.in.in, po/Makefile.in, po/ChangeLog, m4/progtest.m4, m4/lcmessage.m4, m4/isc-posix.m4, m4/iconv.m4, m4/glibc21.m4, m4/gettext.m4, m4/codeset.m4, m4/ChangeLog, dialer/Makefile.in, KeyRing/Makefile.in, Expense/Makefile.in, intltool-update.in, intltool-extract.in, config.h.in, intltool-update, mkinstalldirs, intltool-merge.in, intltool-merge, m4/Makefile.am, m4/Makefile.in: removed 2003-01-13 Judd Montgomery * ABOUT-NLS, ChangeLog: *** empty log message *** * po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot, po/nl.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/zh_CN.po, po/zh_TW.po: updated * datebook_gui.c: Made fit into 640x480 2003-01-11 Judd Montgomery * jpilot.c: put lock in a button * SyncTime/Makefile.in, docs/Makefile.in: date * jpilot.c: changed button xpms * address_gui.c, datebook_gui.c, memo_gui.c, todo_gui.c: removed a global * address.xpm, datebook.xpm, memo.xpm, todo.xpm: changed button xpms * Makefile.am: removed ncc xpms * address_ncc.xpm, memo_ncc.xpm, todo_ncc.xpm, datebook_ncc.xpm: removed 2003-01-10 Judd Montgomery * config.h.in, configure.in, utils.c: fixed usb config check * jpilot.rh7.spec, jpilot.spec, jpilot.spec.in: removed jpilot-99-upgrade * po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot, po/nl.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/zh_CN.po, po/zh_TW.po: update * prefs.c: changed initial window size 2003-01-08 Judd Montgomery * docs/Makefile.in, m4/Makefile.in: regnerated * Expense/Makefile.in, KeyRing/Makefile.in, SyncTime/Makefile.in, dialer/Makefile.am, dialer/Makefile.in, Expense/Makefile.am, KeyRing/Makefile.am, SyncTime/Makefile.am: fixed conditional building of plugins * utils.c: spelling error * configure.in: fixed conditional building of plugins * Makefile.am: order of sundirs * ChangeLog: change 2002-12-29 Judd Montgomery * po/fr.po: updated 2002-12-27 Judd Montgomery * utils.c: *** empty log message *** * po/POTFILES, po/POTFILES.in, po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot, po/nl.po, po/no.po, po/ru.po, po/sv.po, po/tr.po, po/zh_CN.po, po/zh_TW.po: updated 2002-12-25 Judd Montgomery * BUGS: updated * m4/gtk-2.0.m4: Initial import * autogen.sh: *** empty log message *** * aclocal.m4: Port to GTK2 * ChangeLog: Changes * Expense/expense.c, KeyRing/keyring.c, utils.c, utils.h, weekview_gui.c, Makefile.am, address_gui.c, alarms.c, config.h.in, configure.in, datebook_gui.c, dialer.c, export_gui.c, import_gui.c, install_gui.c, jpilot.c, memo_gui.c, monthview_gui.c, password.c, prefs_gui.c, print_gui.c, restore_gui.c, search_gui.c, todo_gui.c: Port to GTK2 * config.h.in: Added ENABLE_USB * utils.c, utils.h, address_gui.c: Added ldif export to addresses 2002-12-21 Judd Montgomery * configure.in: Detection of p-l version without try_run 2002-12-20 Judd Montgomery * KeyRing/Makefile.in, configure.in: version * po/jpilot.pot: updated * po/Makefile.in, docs/Makefile.in, Expense/Makefile.in, SyncTime/Makefile.in: version * prefs_gui.c, log.c: cleanup * jpilot-col.spec, jpilot.rh7.spec, jpilot.spec, INSTALL, README, TODO: minor changes * ChangeLog: Changes * po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/nl.po, po/no.po, po/sv.po, po/tr.po, po/zh_CN.po, po/zh_TW.po, po/ca.po: update * utils.h, category.c, sync.c: category cleanup * autogen.sh: *** empty log message *** 2002-12-14 Judd Montgomery * sync.c, log.c: Fixed debug on crash problem * jpilot-sync.c: build options reporting * KeyRing/keyring.c: minor passwd gen change * jpilot.c, utils.c, utils.h: build options reporting * sync.c: more code for sync of cats * AUTHORS: update 2002-12-12 Judd Montgomery * log.c: More fixing of pipe logging code 2002-12-11 Judd Montgomery * jpilot.c: Report build option in help window * autogen.sh: now pass configure options to configure * Expense/expense.c, dialer/jpilot-dial.c, utils.h, address_gui.c, datebook_gui.c, todo.c, todo_gui.c, utils.c: Added vCard, iCalendar export * cp1250.c, dat.c, datebook.c, libplugin.c, memo.c, memo_gui.c, missing, password.c, sync.c, address.c, alarms.c, category.c, config.h.in, configure.in: changes for pendantic biuld * Makefile.am: *** empty log message *** * KeyRing/keyring.c: Initial password generate code and pendantic changes 2002-12-03 Judd Montgomery * configure.in: Typo * configure.in: Fixed cflags reporting * Makefile.in: Not needed with automake * dialer/Makefile.in: *** empty log message *** * Makefile.in: dialer changes 2002-12-01 Judd Montgomery * po/ru.po: Initial import * datebook_gui.c, export_gui.c, search_gui.c: russian patches * dialer/Makefile.am: *** empty log message *** 2002-11-30 Judd Montgomery * docs/plugin.html: Added prefix to LOG because of name conflict * dialer/Makefile: Now automake generated * dialer/Makefile.unix: Generic Makefile * Makefile.am, configure.in: Changes for dialer * po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot, po/nl.po, po/no.po, po/sv.po, po/tr.po, po/zh_CN.po, po/zh_TW.po: Updated * libplugin.h, log.h, KeyRing/keyring.c, SyncTime/synctime.c, Expense/expense.c, address.c, address_gui.c, alarms.c, category.c, dat.c, datebook.c, datebook_gui.c, dialer.c, export_gui.c, import_gui.c, install_gui.c, jpilot-sync.c, jpilot.c, libplugin.c, memo.c, memo_gui.c, monthview_gui.c, plugins.c, prefs.c, prefs_gui.c, print.c, print_gui.c, restore_gui.c, search_gui.c, sync.c, todo.c, todo_gui.c, utils.c, weekview_gui.c: Added prefix to LOG because of name conflict * sync.c: log fixes 2002-11-15 Judd Montgomery * SyncTime/synctime.c: minor log change * jpilot.c, log.c: Fixing pipe logging 2002-11-14 Judd Montgomery * dialer/Makefile, dialer/README, dialer/jpilot-dial.c: Initial import * KeyRing/keyring.c: comment * po/da.po: Updated * Expense/Makefile.in, KeyRing/Makefile.in, SyncTime/Makefile.in, docs/Makefile.in, m4/Makefile.in: *** empty log message *** * utils.h, utils.c: removed move_scrolled_window added some file mod routines * sync.c: Changes to sync categories * print.c, print_headers.c, print_logo.c: Added patch for i18n * plugins.c, plugins.h, libplugin.c, libplugin.h: Added more functions * datebook_gui.c: changed to clist_moveto * datebook.c: fixed midnight appt being above float in sort order * config.h.in, configure.in: added PROGNAME * autogen.sh: prefix change and cut --with-db3 * Makefile.in: added category.c * alarms.h, dat.c, datebook.h, i18n.h, import_gui.c, install_gui.c, jpilot-sync.c, jpilot.c, log.c, log.h, memo.c, memo.h, monthview_gui.c, password.c, password.h, prefs.c, prefs.h, prefs_gui.c, prefs_gui.h, print.h, print_gui.c, restore.h, restore_gui.c, search_gui.c, sync.h, todo.c, todo.h, weekview_gui.c: updated copyright * alarms.c: Added comments * address_gui.c, memo_gui.c, todo_gui.c: Changes to sync categories * address.c, address.h: updated copyright * UPGRADING: removed jpilot-upgrade-99 * Makefile.am: added category.c * jpilot-upgrade-99.c: Too old to be useful * Expense/expense.c: Changes to sync categories * category.c: Initial write 2002-11-09 Judd Montgomery * jpilot.c: minor change 2002-11-05 Judd Montgomery * po/fr.po: updated 2002-10-30 Judd Montgomery * Expense/expense.c, KeyRing/keyring.c, todo.c, todo_gui.c, utils.c, utils.h, weekview_gui.c, address.c, address_gui.c, alarms.c, dat.c, datebook.c, datebook.h, datebook_gui.c, dialer.c, export_gui.c, import_gui.c, install_gui.c, jpilot-sync.c, jpilot.c, libplugin.c, libplugin.h, log.c, log.h, memo.c, memo_gui.c, monthview_gui.c, plugins.c, prefs.c, prefs_gui.c, print.c, print_gui.c, restore_gui.c, search_gui.c, sync.c: jpilot_logf -> jp_logf * po/tr.po: updated 2002-10-25 Judd Montgomery * address_gui.c: bug in phone ext parsing * dialer.c: initial release * alarms.c: no even alarms not alarming * prefs_gui.c: typo labels in wrong box * Makefile.am, Makefile.in, address_gui.c, prefs.c, prefs.h: Added dialer.c 2002-10-19 Judd Montgomery * po/ca.po, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot, po/nl.po, po/no.po, po/sv.po, po/tr.po, po/zh_CN.po, po/zh_TW.po: Update 2002-10-15 Judd Montgomery * address_gui.c: Japanese fixes * sync.c: Typo * Expense/expense.c: Currency support * address.c, address_gui.c, datebook.c, datebook_gui.c, japanese.c, prefs.c, prefs.h, prefs_gui.c, todo.c, todo_gui.c, utils.c, utils.h: Japanese patches 2002-10-14 Judd Montgomery * po/jpilot.pot: Removed stupid tilde ns 2002-10-13 Judd Montgomery * po/fr.po: Updated 2002-10-11 Judd Montgomery * alarms.c: Fixed the ignoring of exceptions for alarms 2002-10-09 Judd Montgomery * SlackBuild.in: updated * jpilot.spec, jpilot.spec.in: Changed doc directory * po/Makefile.in, jpilot.spec, jpilot.spec.in, po/de.po, po/cs.po, po/da.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot, po/nl.po, po/no.po, po/sv.po, po/tr.po, po/zh_CN.po, po/zh_TW.po: Updated * KeyRing/Makefile.in: fixes for automake * po/ca.po: Updated * Expense/Makefile.in, Makefile.am, Makefile.in, SyncTime/Makefile.in, docs/Makefile.am, docs/Makefile.in, m4/Makefile.am, m4/Makefile.in: fixes for automake * AUTHORS: updated * jpilot.spec: Changes for automake 2002-10-03 Judd Montgomery * po/Makefile.in, ChangeLog, Expense/Makefile.in, KeyRing/Makefile.in, Makefile.in, SyncTime/Makefile.in, configure.in, docs/Makefile.in: Added Chinese translation * po/zh_CN.po, po/zh_TW.po: Chinese translations 2002-10-02 Judd Montgomery * KeyRing/keyring.c, jpilot.c, password.c, password.h: Made dialogs transient * datebook_gui.c: Fixed date label not showing up initially 2002-10-01 Judd Montgomery * docs/plugin.html: explain log levels * sync.c: comment * memo_gui.c, todo_gui.c: moved the alt database checkboxes * jpilot-sync.c: fixed logging levels * sync.c: Moved plugin_pre_sync to after connection to palm occurs 2002-09-30 Judd Montgomery * address_gui.c, export.h, export_gui.c, memo_gui.c, todo_gui.c: Change to export_gui params * ChangeLog, Expense/Makefile.in, INSTALL, KeyRing/Makefile.in, Makefile.in, SyncTime/Makefile.in, TODO, configure.in, docs/Makefile.in, jpilot-col.spec, jpilot.c, jpilot.rh7.spec, jpilot.spec, po/Makefile.in: prep for 0.99.3 * libplugin.h: Typo * KeyRing/keyring.c: Retain Unique IDs, Password reprompt, Fixed clist colors * Expense/expense.c: Fixed clist colors * Expense/expense.c: Changes for retaining unique IDs * docs/plugin.html: Changes for REPLACEMENT_PALM_REC 2002-09-27 Judd Montgomery * export_gui.c: Fix for clist_select_all * address_gui.c, alarms.c, datebook_gui.c, jpilot.c, memo_gui.c, password.c, todo_gui.c, utils.c, utils.h: Changed dialogs to be transient 2002-09-26 Judd Montgomery * print.c: LC_ALL changed to LC_NUMERIC * address.c, address_gui.c, datebook.c, datebook_gui.c, jpilot.c, memo.c, memo_gui.c, password.c, password.h, todo.c, todo_gui.c: change to re-prompt for incorrect passwords * po/Makefile, Expense/Makefile: *** empty log message *** * Expense/Makefile.in, KeyRing/Makefile.in, SyncTime/Makefile.in, docs/Makefile.in: Changed WITH_PROMETHEON to ENABLE_PROMETHEON * weekview_gui.c: Changed USE_DB3 to ENABLE_DATEBK * utils.h: Changed WITH_PROMETHEON to ENABLE_PROMETHEON * sync.c, todo.c, todo_gui.c, utils.c: Added Manana support * print.c: Changed USE_DB3 to ENABLE_DATEBK * prefs.c, prefs.h, prefs_gui.c: Added Manana support * password.c: Fixed --disable-password * monthview_gui.c: Changed USE_DB3 to ENABLE_DATEBK * memo.c: minor typo * jpilot.c: Changes to fix enable features * datebook.c, datebook.h, datebook_gui.c: Changed USE_DB3 to ENABLE_DATEBK * config.h.in: Changes to fix enable features * alarms.c: ifdef name change * Makefile.in, address.c: minor typo * configure.in: Changes to fix enable features 2002-09-25 Judd Montgomery * address.c, datebook.c, memo.c, prefs.c, prefs.h, todo.c: Changed English to Latin1 2002-09-23 Judd Montgomery * docs/Makefile.in, Expense/Makefile.in, po/Makefile.in, m4/Makefile.in, intl/Makefile, SyncTime/Makefile.in, KeyRing/Makefile.in, Makefile.in, SyncTime/Makefile, KeyRing/Makefile, KeyRing/libplugin.h, SyncTime/libplugin.h, Expense/libplugin.h, log.h: *** empty log message *** * utils.c: Keeping unique IDs unique * export_gui.c, import_gui.c: set_prefs no save change for jpilot-sync not saving port * datebook.h: *** empty log message *** * alarms.c, jpilot-sync.c, jpilot.c, prefs.c, prefs.h, prefs_gui.c, print_gui.c: set_prefs no save change for jpilot-sync not saving port * datebook.c, datebook_gui.c, libplugin.c, libplugin.h, memo.c, memo_gui.c, sync.c, todo.c, todo_gui.c, address.c, address_gui.c: Keeping unique IDs unique * depcomp: initial add 2002-09-09 Judd Montgomery * configure: Use autogen.sh, or autoconf 2002-08-30 Judd Montgomery * ChangeLog: Changes * configure.in: check for broken pilot-link versions 2002-08-28 Judd Montgomery * autogen.sh, po/cat-id-tbl.c, po/messages.po, po/stamp-cat-id, intl/cat-compat.c: automake * intl/libintl.h, intl/linux-msg.sed, intl/po2tbl.sed, intl/po2tbl.sed.in, intl/xopen-msg.sed: automakecat-compat.c * intl/config.charset, intl/dcigettext.c, intl/dcngettext.c, intl/dngettext.c, intl/libgnuintl.h, intl/localcharset.c, intl/locale.alias, intl/ngettext.c, intl/plural.y, intl/ref-add.sin, intl/ref-del.sin, m4/isc-posix.m4, m4/iconv.m4, m4/glibc21.m4, m4/codeset.m4, m4/sanity.m4, m4/atconfig.m4, m4/gtk.m4, m4/init.m4, m4/libtool.m4, m4/m4.m4, m4/missing.m4, intltool-update.in, intltool-extract.in, intltool-merge, intltool-merge.in, intltool-update: automake * reconf, m4/Makefile.in, missing, ChangeLog, docs/Makefile.am, docs/Makefile.in, docs/jpilot-dump.1, intl/plural.c, AUTHORS, KeyRing/Makefile.am, Makefile.am, SyncTime/Makefile.am, m4/ChangeLog, m4/Makefile.am, po/ChangeLog, po/tr.po: *** empty log message *** * CHANGELOG: Now its ChangeLog * Expense/Makefile, Expense/Makefile.in, KeyRing/Makefile, KeyRing/Makefile.in, KeyRing/keyring.c, KeyRing/libplugin.h, SyncTime/Makefile, SyncTime/Makefile.in, SyncTime/libplugin.h, SyncTime/synctime.c, docs/jpilot-sync.1, docs/jpilot-upgrade-99.1, docs/jpilot.1, intl/ChangeLog, intl/Makefile, intl/Makefile.in, intl/VERSION, intl/bindtextdom.c, intl/dcgettext.c, intl/dgettext.c, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/gettext.h, intl/gettextP.h, intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, intl/libgettext.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localealias.c, intl/textdomain.c, jpilotrc.purple, libplugin.c, libplugin.h, log.c, log.h, ltmain.sh, m4/gettext.m4, m4/lcmessage.m4, m4/progtest.m4, memo_gui.c, mkinstalldirs, monthview_gui.c, password.c, password.h, plugins.h, po/Makefile, po/Makefile.in, prefs_gui.c, print.c, print_logo.c, search_gui.c, sync.c, sync.h, todo.c, todo.h, todo_gui.c, utils.c, weekview_gui.c, ABOUT-NLS, COPYING, Makefile.in, aclocal.m4, address_gui.c, alarms.c, config.guess, config.h.in, config.sub, configure, configure.in, datebook.c, datebook.h, datebook_gui.c, export_gui.c, jpilot-col.spec, jpilot-dump.c, jpilot-sync.c, jpilot.c, jpilot.spec, jpilot.spec.in, jpilotrc.green: *** empty log message *** * Expense/Makefile.am: automake support * Expense/Makefile, Expense/Makefile.in, Expense/expense.c, Expense/libplugin.h, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot, po/nl.po, po/no.po, po/sv.po, po/Makefile, po/Makefile.in, po/Makefile.in.in, po/POTFILES, po/ca.po, po/cs.po, po/da.po: *** empty log message *** 2002-08-26 Judd Montgomery * Expense/Makefile, Expense/libplugin.h, KeyRing/Makefile, KeyRing/libplugin.h, docs/jpilot-address.png, docs/jpilot-datebook.png, docs/jpilot-expense.png, docs/jpilot-install.png, docs/jpilot-memo.png, docs/jpilot-prefs.png, docs/jpilot-print.png, docs/jpilot-search.png, docs/jpilot-todo.png, SyncTime/Makefile, SyncTime/libplugin.h, po/Makefile, po/POTFILES, po/stamp-cat-id, export.h, export_gui.c, BUGS, CHANGELOG, CREDITS, Expense/Makefile.in, Expense/expense.c, INSTALL, KeyRing/Makefile.in, KeyRing/keyring.c, Makefile.in, README, SlackBuild, SlackBuild.in, SyncTime/Makefile.in, TODO, address.c, address.h, address_gui.c, alarms.c, config.h.in, configure, configure.in, dat.c, datebook.c, datebook.h, datebook_gui.c, docs/manual.html, i18n.h, import_gui.c, install_gui.c, intl/Makefile, japanese.c, japanese.h, jpilot-col.spec, jpilot-dump.c, jpilot-sync.c, jpilot-upgrade-99.c, jpilot.c, jpilot.rh7.spec, jpilot.spec, jpilot.spec.in, libplugin.c, libplugin.h, log.c, make_tarball, memo.c, memo_gui.c, mkinstalldirs, monthview_gui.c, password.c, plugins.c, po/Makefile.in, po/Makefile.in.in, po/POTFILES.in, po/ca.po, po/cat-id-tbl.c, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/it.po, po/ja.po, po/jpilot.pot, po/messages.po, po/nl.po, po/no.po, po/sv.po, prefs.c, prefs.h, prefs_gui.c, print.c, print.h, print_gui.c, print_headers.c, restore_gui.c, russian.c, search_gui.c, sync.c, todo.c, todo.h, todo_gui.c, utils.c, utils.h, weekview_gui.c: Version 0.99.2 * icons/jpilot-icon4.xpm, docs/jpilot-toplogo.jpg, empty/ExpenseDB.pdb, empty/Memo32DB.pdb, po/it.po, m4/atconfig.m4, m4/gettext.m4, m4/gtk.m4, m4/init.m4, m4/lcmessage.m4, m4/libtool.m4, m4/m4.m4, m4/missing.m4, m4/progtest.m4, m4/sanity.m4, KeyRing/Makefile.in, KeyRing/README.txt, KeyRing/keyring.c, dat.c, import_gui.c, jpilot.rh7.spec, jpilot.spec.in, make_tarball, print_headers.c, print_headers.h, print_logo.c, print_logo.h, restore.h, restore_gui.c, BUGS, CHANGELOG, CREDITS, INSTALL, Makefile.in, SlackBuild, UPGRADING, aclocal.m4, address.c, address.h, address_gui.c, alarms.c, alarms.h, config.guess, config.h.in, config.sub, configure, configure.in, datebook.c, datebook.h, datebook_gui.c, docs/jpilot-sync.1, docs/manual.html, docs/plugin.html, i18n.h, icons/README, icons/jpilot-icon1.xpm, install_gui.c, intl/Makefile, intl/Makefile.in, japanese.c, japanese.h, jpilot-col.spec, jpilot-dump.c, jpilot-sync.c, jpilot-upgrade-99.c, jpilot.c, jpilot.spec, libplugin.c, libplugin.h, log.c, log.h, ltmain.sh, memo.c, memo.h, memo_gui.c, mkinstalldirs, monthview_gui.c, password.c, password.h, plugins.c, plugins.h, po/Makefile.in, po/Makefile.in.in, po/ca.po, po/cat-id-tbl.c, po/cs.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/ja.po, po/jpilot.pot, po/messages.po, po/nl.po, po/no.po, po/sv.po, prefs.c, prefs.h, prefs_gui.c, prefs_gui.h, print.c, print.h, print_gui.c, search_gui.c, sync.c, sync.h, todo.c, todo.h, todo_gui.c, utils.c, utils.h, weekview_gui.c, SyncTime/Makefile.in, SyncTime/aclocal.m4, SyncTime/configure, SyncTime/configure.in, SyncTime/install-sh, SyncTime/libplugin.h, SyncTime/synctime.c, Expense/Makefile.in, Expense/aclocal.m4, Expense/configure, Expense/configure.in, Expense/expense.c, Expense/install-sh, Expense/libplugin.h: Version 0.99.1 * empty/Makefile, po/ca.po, po/cs.po, po/es.po, po/nl.po, po/no.po, docs/jpilot-sync.1, docs/jpilot-upgrade-99.1, docs/jpilot.1, icons/jpilot-icon3.xpm, jpilot-col.spec, jpilot-sync.c, jpilot-upgrade-99.c, jpilot.kdelnk, memo_ncc.xpm, russian.c, russian.h, todo_ncc.xpm, SlackBuild, UPGRADING, address_ncc.xpm, alarms.c, alarms.h, cp1250.c, cp1250.h, datebook_ncc.xpm, password.c, password.h, BUGS, CHANGELOG, CREDITS, Expense/Makefile.in, Expense/configure, Expense/configure.in, Expense/expense.c, Expense/libplugin.h, INSTALL, Makefile.in, README, SyncTime/Makefile.in, SyncTime/aclocal.m4, SyncTime/configure, SyncTime/configure.in, SyncTime/libplugin.h, SyncTime/synctime.c, TODO, address.c, address.h, address.xpm, address_gui.c, config.h.in, configure, configure.in, datebook.c, datebook.h, datebook.xpm, datebook_gui.c, docs/plugin.html, i18n.h, install_gui.c, intl/Makefile, japanese.c, japanese.h, jpilot-dump.c, jpilot.c, jpilot.spec, jpilotrc.blue, jpilotrc.green, jpilotrc.purple, jpilotrc.steel, libplugin.c, libplugin.h, log.c, log.h, memo.c, memo.h, memo.xpm, memo_gui.c, mkinstalldirs, monthview_gui.c, plugins.c, plugins.h, prefs.c, prefs.h, prefs_gui.c, prefs_gui.h, print.c, print.h, print_gui.c, search_gui.c, sync.c, sync.h, todo.c, todo.h, todo.xpm, todo_gui.c, utils.c, utils.h, weekview_gui.c: Version 0.99 * patch_dst_0.98: *** empty log message *** * po/de.po, po/fr.po, po/ja.po, po/jpilot.pot, po/messages.po, po/sv.po, po/Makefile.in, po/POTFILES.in, po/cat-id-tbl.c, po/da.po: Version 0.99 * po/Makefile.in, po/Makefile.in.in, po/POTFILES.in, po/cat-id-tbl.c, po/da.po, po/de.po, po/fr.po, po/ja.po, po/jpilot.pot, po/messages.po, po/sv.po, intl/ChangeLog, intl/Makefile, intl/Makefile.in, intl/VERSION, intl/bindtextdom.c, intl/cat-compat.c, intl/dcgettext.c, intl/dgettext.c, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/gettext.h, intl/gettextP.h, intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, intl/libgettext.h, intl/libintl.h, intl/linux-msg.sed, intl/loadinfo.h, intl/loadmsgcat.c, intl/localealias.c, intl/po2tbl.sed, intl/po2tbl.sed.in, intl/textdomain.c, intl/xopen-msg.sed, ABOUT-NLS, config.guess, config.sub, configure, ltconfig, ltmain.sh, mkinstalldirs, patch_dst_0.98, SyncTime/Makefile.in, Expense/Makefile.in, Expense/aclocal.m4, Expense/configure, Expense/configure.in, Expense/expense.c, Expense/libplugin.h, jpilot.spec, config.h.in, BUGS, CREDITS, TODO, aclocal.m4, SyncTime/libplugin.h, configure.in, icons/README, address.h, datebook.h, i18n.h, libplugin.h, memo.h, plugins.h, prefs.h, print.h, sync.h, todo.h, utils.h, address.c, address_gui.c, datebook.c, datebook_gui.c, install_gui.c, jpilot-dump.c, jpilot.c, libplugin.c, log.c, memo.c, memo_gui.c, monthview_gui.c, plugins.c, prefs.c, prefs_gui.c, print.c, print_gui.c, search_gui.c, sync.c, todo.c, todo_gui.c, utils.c, weekview_gui.c, CHANGELOG, Makefile.in: Version 0.98 * CHANGELOG, Makefile.in, jpilot.spec, Expense/expense.c, SyncTime/synctime.c, Expense/libplugin.h, SyncTime/libplugin.h, BUGS, INSTALL, README, TODO, docs/manual.html, configure.in, datebook.h, libplugin.h, plugins.h, prefs.h, sync.h, utils.h, address.c, address_gui.c, datebook.c, datebook_gui.c, install_gui.c, jpilot.c, libplugin.c, memo_gui.c, monthview_gui.c, prefs.c, prefs_gui.c, search_gui.c, sync.c, todo.c, todo_gui.c, utils.c, weekview_gui.c: Version 0.97 * docs/manual.html, docs/plugin.html, config.h.in, configure.in, jpilot.spec, address.xpm, datebook.xpm, memo.xpm, todo.xpm, INSTALL, Makefile.in, TODO, BUGS, CHANGELOG, CREDITS: Version 0.96 * run_jpilot: *** empty log message *** * SyncTime/Makefile.in, SyncTime/aclocal.m4, SyncTime/configure, SyncTime/configure.in, SyncTime/install-sh, SyncTime/libplugin.h, SyncTime/synctime.c, Expense/Makefile.in, Expense/aclocal.m4, Expense/configure, Expense/configure.in, Expense/expense.c, Expense/install-sh, Expense/libplugin.h, empty/AddressDB.pdb, empty/DatebookDB.pdb, empty/MemoDB.pdb, empty/ToDoDB.pdb: Version 0.96 * empty/AddressDB.pdb, empty/DatebookDB.pdb, empty/MemoDB.pdb, empty/ToDoDB.pdb: Was not added as binary * address.h, libplugin.h, memo.h, plugins.h, sync.h, todo.h, utils.h, address.c, address_gui.c, datebook.c, datebook_gui.c, jpilot.c, libplugin.c, memo.c, memo_gui.c, plugins.c, search_gui.c, sync.c, todo.c, todo_gui.c, utils.c: Version 0.96 * empty/AddressDB.pdb, empty/DatebookDB.pdb, empty/MemoDB.pdb, empty/ToDoDB.pdb, BUGS, CHANGELOG, CREDITS, INSTALL, Makefile.in, README, TODO, configure.in, jpilot.spec, jpilotrc.blue, jpilotrc.default, jpilotrc.green, jpilotrc.purple, jpilotrc.steel, address.c, address_gui.c, datebook.c, datebook_gui.c, install_gui.c, jpilot.c, log.c, memo.c, memo_gui.c, monthview_gui.c, prefs.c, prefs_gui.c, search_gui.c, sync.c, todo.c, todo_gui.c, utils.c, weekview_gui.c, datebook.h, log.h, prefs.h, utils.h: Version 0.95 * config.h.in, BUGS, CHANGELOG, jpilot.spec, configure, jpilotrc.blue, Makefile.in, configure.in, japanese.h, prefs.h, utils.h, address.c, address_gui.c, datebook.c, datebook_gui.c, install_gui.c, japanese.c, jpilot.c, log.c, memo.c, memo_gui.c, monthview_gui.c, prefs.c, prefs_gui.c, search_gui.c, sync.c, todo.c, todo_gui.c, utils.c, weekview_gui.c: Version 0.94 * address.c, memo.c, todo.c, utils.c, utils.h: Version 0.93.1 * jpilot-syncd.c, jpilotrc: *** empty log message *** * Makefile: Generated by configure now * Makefile.in, aclocal.m4, configure, configure.in, install-sh, jpilot.spec, CHANGELOG, CREDITS, INSTALL, README, TODO, jpilotrc.blue: version 0.93 * jpilotrc.default, jpilotrc.green: Initial release * address.h, datebook.h, japanese.h, log.h, memo.h, prefs.h, prefs_gui.h, sync.h, todo.h, utils.h, address.c, address_gui.c, datebook.c, datebook_gui.c, japanese.c, jpilot.c, log.c, memo.c, memo_gui.c, prefs.c, prefs_gui.c, search_gui.c, sync.c, todo.c, todo_gui.c, utils.c: version 0.93 * icons/README, icons/jpilot-icon1.xpm, icons/jpilot-icon2.xpm, BUGS, CHANGELOG, INSTALL, Makefile, README, TODO, datebook.h, sync.h, utils.h, log.h, address.c, address_gui.c, datebook.c, datebook_gui.c, jpilot-syncd.c, jpilot.c, memo.c, memo_gui.c, sync.c, todo.c, todo_gui.c, utils.c, log.c: version 0.92 * jpilotrc.blue: Initial release * CHANGELOG, jpilot-syncd.c, sync.c, sync.h, BUGS, CREDITS, INSTALL, Makefile, README, TODO, address.c, address_gui.c, datebook.c, datebook.h, datebook_gui.c, jpilot.c, memo.c, memo_gui.c, todo.c, todo_gui.c, utils.c, utils.h: version 0.91 * BUGS, COPYING, CREDITS, INSTALL, Makefile, README, TODO, address.c, address.h, address.xpm, address_gui.c, datebook.c, datebook.h, datebook.xpm, datebook_gui.c, jpilot.c, jpilotrc, memo.c, memo.xpm, memo_gui.c, run_jpilot, todo.c, todo.h, todo.xpm, todo_gui.c, utils.c, utils.h: J-Pilot Desktop * BUGS, COPYING, CREDITS, INSTALL, Makefile, README, TODO, address.c, address.h, address.xpm, address_gui.c, datebook.c, datebook.h, datebook.xpm, datebook_gui.c, jpilot.c, jpilotrc, memo.c, memo.xpm, memo_gui.c, run_jpilot, todo.c, todo.h, todo.xpm, todo_gui.c, utils.c, utils.h: New file.