]>
 
 
git.deb.at Git - pkg/abook.git/log 
 
 
 
 
 
 
Fabio Zanini  [Tue, 6 Dec 2011 23:04:09 +0000  (00:04  +0100)] 
 
Autotools update to autoconf-2.68 / automake-1.11 / gettextize 0.18.1. 
 
Raphaël Droz  [Mon, 29 Aug 2011 15:26:36 +0000  (17:26 +0200)] 
 
Added a git ignore file 
 
Gerfried Fuchs  [Thu, 22 Jul 2010 20:29:18 +0000  (20:29 +0000)] 
 
export all email addresses to mutt aliases file. Idea and original 
approach done by Markus Schnalke, adapted and tweaked for 0.6 by myself. 
 
Gerfried Fuchs  [Mon, 15 Feb 2010 17:10:27 +0000  (17:10 +0000)] 
 
complete german translation 
 
Cedric Duval  [Sun, 10 Sep 2006 21:38:30 +0000  (21:38 +0000)] 
 
* Reorganized code. 
* Support for %I (ISO8601) and %% (%). 
* Fix for empty format string. 
 
Cedric Duval  [Fri, 8 Sep 2006 12:38:51 +0000  (12:38 +0000)] 
 
Update (Michèle Garoche). 
 
Cedric Duval  [Fri, 8 Sep 2006 09:32:35 +0000  (09:32 +0000)] 
 
Gave phone field a width of 12, for consistency with sample.abookrc. 
 
Cedric Duval  [Fri, 8 Sep 2006 09:25:02 +0000  (09:25 +0000)] 
 
Added anniversary as a default field (ie one that is available if the 
user did not enter any views configuration). 
 
Cedric Duval  [Fri, 8 Sep 2006 09:14:45 +0000  (09:14 +0000)] 
 
* parse_date_string(): don't modify string argument in place, since most 
  if not all of the time this function is applied on a database entry. 
  Too prone to dangerous oversight. 
* fixed bsdcal export not checking for validity of parsed date. 
 
Cedric Duval  [Thu, 7 Sep 2006 23:17:53 +0000  (23:17 +0000)] 
 
Fixed "out-of-screen" display. 
 
Cedric Duval  [Thu, 7 Sep 2006 22:57:03 +0000  (22:57 +0000)] 
 
Fixed dcgettext() definition (not used anywhere, but still...) 
 
Cedric Duval  [Thu, 7 Sep 2006 21:55:26 +0000  (21:55 +0000)] 
 
Update po files with newest strings (date formats and bsdcal filter). 
 
Cedric Duval  [Thu, 7 Sep 2006 21:49:14 +0000  (21:49 +0000)] 
 
Display dates according to current locale (as defined by LC_TIME). 
 
Jaakko Heinonen  [Wed, 6 Sep 2006 08:48:33 +0000  (08:48 +0000)] 
 
- make sure that len - 1 is never < 0 
- add some asserts 
 
Cedric Duval  [Wed, 6 Sep 2006 02:46:44 +0000  (02:46  +0000)] 
 
Applied patch from Guillem Jover to add support for bsd calendar export. 
(Debian bug #386217) 
 
Cedric Duval  [Wed, 6 Sep 2006 02:24:33 +0000  (02:24  +0000)] 
 
Handle user aborting search (fixes Debian bug #386217). 
 
Cedric Duval  [Tue, 5 Sep 2006 09:44:05 +0000  (09:44 +0000)] 
 
Translation update from Michèle Garoche. 
 
Jaakko Heinonen  [Tue, 5 Sep 2006 08:21:35 +0000  (08:21 +0000)] 
 
- move highlight_line 
 
Jaakko Heinonen  [Tue, 5 Sep 2006 08:17:17 +0000  (08:17 +0000)] 
 
- highlight_line should be static 
 
Jaakko Heinonen  [Tue, 5 Sep 2006 08:11:02 +0000  (08:11 +0000)] 
 
- prepare for 0.6.0pre2 
 
Cedric Duval  [Mon, 4 Sep 2006 19:02:47 +0000  (19:02 +0000)] 
 
Translation update (Gerfried Fuchs). 
 
Cedric Duval  [Mon, 4 Sep 2006 18:41:58 +0000  (18:41 +0000)] 
 
Obsoleted the emailpos, extra_column, extra_alternative and extrapos 
configuration options. 
 
Cedric Duval  [Mon, 4 Sep 2006 18:29:24 +0000  (18:29 +0000)] 
 
New index_format option. 
 
Jaakko Heinonen  [Fri, 1 Sep 2006 13:29:55 +0000  (13:29 +0000)] 
 
- update ANNOUNCE and THANKS 
 
Jaakko Heinonen  [Fri, 1 Sep 2006 10:00:22 +0000  (10:00 +0000)] 
 
* compatibility fix for autoconf < 2.60 (Cedric Duval) 
 
Jaakko Heinonen  [Thu, 31 Aug 2006 05:20:57 +0000  (05:20  +0000)] 
 
* fix incorrect key for opening web browser in the help screen 
* update .pot and .po files accordingly 
 
Jaakko Heinonen  [Wed, 30 Aug 2006 10:49:34 +0000  (10:49 +0000)] 
 
* max_len should be size_t 
 
Jaakko Heinonen  [Wed, 30 Aug 2006 10:33:06 +0000  (10:33 +0000)] 
 
- AUTHORS update 
 
Cedric Duval  [Sat, 26 Aug 2006 19:16:41 +0000  (19:16 +0000)] 
 
clean up ISO 8601 string generation 
 
Jaakko Heinonen  [Sat, 26 Aug 2006 18:17:14 +0000  (18:17 +0000)] 
 
* clean up ISO 8601 string generation 
* atoi() -> safe_atoi() 
 
Cedric Duval  [Fri, 25 Aug 2006 23:26:55 +0000  (23:26 +0000)] 
 
Italian translation update. 
 
Cedric Duval  [Fri, 25 Aug 2006 22:51:00 +0000  (22:51 +0000)] 
 
Support for 'date' field type. 
ISO 8601 parsing from Jaakko. 
 
Jaakko Heinonen  [Fri, 25 Aug 2006 10:17:21 +0000  (10:17 +0000)] 
 
- correct a typo 
 
Jaakko Heinonen  [Thu, 24 Aug 2006 09:47:55 +0000  (09:47 +0000)] 
 
* don't unlink empty datafile, just truncate 
* fix a comment typo 
 
Jaakko Heinonen  [Thu, 24 Aug 2006 09:46:08 +0000  (09:46 +0000)] 
 
* update BUGS ChangeLog TODO 
* prepare for first 0.6 pre-release 
 
Cedric Duval  [Wed, 9 Aug 2006 21:58:04 +0000  (21:58 +0000)] 
 
Fixed a couple of translations in help. 
 
Cedric Duval  [Wed, 9 Aug 2006 21:54:56 +0000  (21:54 +0000)] 
 
Fixed surname sort. 
 
The NAME field is guaranteed to exist for every item, and besides, 
a non-existence check would have to be made against -1, not 0. 
 
Jaakko Heinonen  [Tue, 8 Aug 2006 06:21:47 +0000  (06:21 +0000)] 
 
* sync with stable 
 
Cedric Duval  [Mon, 7 Aug 2006 19:20:25 +0000  (19:20 +0000)] 
 
db_email_get() now returns every email addresses (ie field type: email), 
not just the addresses of the 'email' field. 
 
Cedric Duval  [Mon, 7 Aug 2006 15:06:53 +0000  (15:06 +0000)] 
 
Fixed legacy tabs not being translated. 
 
Cedric Duval  [Mon, 7 Aug 2006 15:05:45 +0000  (15:05 +0000)] 
 
Fixed wrongly translated prefixed string. 
 
Jaakko Heinonen  [Mon, 7 Aug 2006 11:39:53 +0000  (11:39 +0000)] 
 
- fix compile warnings 
 
Cedric Duval  [Sat, 5 Aug 2006 13:15:44 +0000  (13:15 +0000)] 
 
Updated french translation. 
 
Cedric Duval  [Sat, 5 Aug 2006 12:25:46 +0000  (12:25 +0000)] 
 
* Added a string as translatable (reported by C. Stazzone). 
* Updated translation files. 
* Added translations for said string for de, fr, it, and sv 
  (checking with translators that it is ok). 
* Really changed pointer for reporting strings bugs. 
 
Cedric Duval  [Fri, 4 Aug 2006 21:16:03 +0000  (21:16 +0000)] 
 
Strings issues should be reported to the abook-devel mailing list. 
 
Cedric Duval  [Fri, 4 Aug 2006 20:47:06 +0000  (20:47 +0000)] 
 
* Added new translation: italian 
* Added name of italian translator to Changelog, and 
  also (overlooked) name of german translator 
 
Cedric Duval  [Fri, 4 Aug 2006 20:30:07 +0000  (20:30 +0000)] 
 
* Fixed localedir not being expanded correctly with autoconf > 2.59 
* Fixed warnings about datarootdir 
* Re-ran autoreconf (2.60) 
 
Cedric Duval  [Fri, 4 Aug 2006 20:18:23 +0000  (20:18 +0000)] 
 
Updated config.guess and config.sub. 
 
Jaakko Heinonen  [Mon, 10 Apr 2006 16:01:31 +0000  (16:01 +0000)] 
 
- whitespace cleanups 
 
Jaakko Heinonen  [Mon, 10 Apr 2006 08:15:45 +0000  (08:15 +0000)] 
 
- fix localized keybindings with --disable-nls 
 
Jaakko Heinonen  [Tue, 14 Mar 2006 15:06:10 +0000  (15:06 +0000)] 
 
- gnomecard filter fix from branch 
 
Cedric Duval  [Mon, 31 Oct 2005 06:30:24 +0000  (06:30 +0000)] 
 
Fixed erroneous boundary. 
 
Cedric Duval  [Mon, 31 Oct 2005 06:24:13 +0000  (06:24 +0000)] 
 
Fixed dangling pointers in database items after xrealloc'ing. 
 
Jaakko Heinonen  [Wed, 26 Oct 2005 19:29:16 +0000  (19:29 +0000)] 
 
- don't use items variable outside of database.c 
- curitem is now directly used only from database.c and list.c 
 
Jaakko Heinonen  [Wed, 26 Oct 2005 16:50:42 +0000  (16:50 +0000)] 
 
- update 0.5.5 change log 
 
Jaakko Heinonen  [Wed, 26 Oct 2005 16:38:35 +0000  (16:38 +0000)] 
 
- attempt to save database more safely 
- create a backup file when saving 
 
Jaakko Heinonen  [Wed, 26 Oct 2005 15:28:57 +0000  (15:28 +0000)] 
 
- possibly improve error reporting when tabs are too wide to display 
 
Cedric Duval  [Tue, 25 Oct 2005 23:27:24 +0000  (23:27 +0000)] 
 
Support for dynamic views. 
 
* Two new configuration commands: 'field' and 'view'. 
* A new configuration variable: 'preserve_fields'. 
* In absence of user configuration, abook behaves and displays mostly like 
  previous releases. 
* More abstraction for database access. db_field_get(), db_field_put(), etc. 
* Functions for handling lists of strings (abook_list) 
* Functions for conversting abook_lists to CSV and vice-versa. 
* Arbitrary number of email addresses internally. Still limited to 9 for 
  practical reasons with the UI. 
* Up to 35 fields per view. 
* Escape as a modifier key in the editor. 
* Addresses can be rolled both directions (esc-r). 
* Fixed html produced by export filter. 
* Updated abookrc man page and sample.abookrc accordingly. 
 
Cedric Duval  [Sat, 22 Oct 2005 19:55:21 +0000  (19:55 +0000)] 
 
Fix libintl build (thanks to TAKAHASHI Tamotsu). 
 
Cedric Duval  [Thu, 20 Oct 2005 13:59:30 +0000  (13:59 +0000)] 
 
Fixed 'undo' command corrupting the database when used after changing of 
item within the editor. 
 
Cedric Duval  [Tue, 18 Oct 2005 16:14:48 +0000  (16:14 +0000)] 
 
Initial japanese translation (TAKAHASHI Tamotsu). 
 
Jaakko Heinonen  [Tue, 18 Oct 2005 06:51:13 +0000  (06:51 +0000)] 
 
- sync with 0.5.5pre1 release 
 
Jaakko Heinonen  [Wed, 5 Oct 2005 11:03:36 +0000  (11:03 +0000)] 
 
*** empty log message *** 
 
Jaakko Heinonen  [Mon, 3 Oct 2005 10:03:54 +0000  (10:03 +0000)] 
 
- minor wanderlust cleanup 
 
Cedric Duval  [Mon, 3 Oct 2005 09:01:12 +0000  (09:01 +0000)] 
 
Fixed incorrect handling of multibyte strings. 
 
Cedric Duval  [Mon, 3 Oct 2005 08:53:38 +0000  (08:53 +0000)] 
 
Minor fix. 
 
Cedric Duval  [Mon, 3 Oct 2005 08:48:45 +0000  (08:48 +0000)] 
 
French translation update. 
 
Jaakko Heinonen  [Mon, 3 Oct 2005 05:22:49 +0000  (05:22  +0000)] 
 
- wanderlust export filter (Josef Schugt) 
 
Cedric Duval  [Sun, 2 Oct 2005 23:02:03 +0000  (23:02 +0000)] 
 
Initial german translation (Johannes Weißl). 
 
Cedric Duval  [Sun, 2 Oct 2005 22:16:58 +0000  (22:16 +0000)] 
 
Fixed typo. 
 
Cedric Duval  [Sun, 2 Oct 2005 22:13:25 +0000  (22:13 +0000)] 
 
Made string less ambiguous for translators. 
 
Jaakko Heinonen  [Fri, 30 Sep 2005 16:30:03 +0000  (16:30 +0000)] 
 
- specify doc files so that CVS files are not packaged with "make dist" 
 
Jaakko Heinonen  [Fri, 30 Sep 2005 16:27:09 +0000  (16:27 +0000)] 
 
- add translation HOWTO 
- add doc directory to distribution 
- automatic po update 
filter.c: 
- minor cleanup 
 
Cedric Duval  [Tue, 27 Sep 2005 16:50:04 +0000  (16:50 +0000)] 
 
All three are specified in the XSI Curses standard, but if we check for 
A_BOLD and A_NORMAL, it doesn't hurt to also check for A_DIM. 
 
Cedric Duval  [Tue, 27 Sep 2005 16:36:56 +0000  (16:36 +0000)] 
 
Keybindings hilight: switching from underlined to bold with <> markers. 
 
Jaakko Heinonen  [Tue, 27 Sep 2005 08:15:13 +0000  (08:15 +0000)] 
 
- add missing include of ctype.h 
 
Cedric Duval  [Mon, 26 Sep 2005 16:41:41 +0000  (16:41 +0000)] 
 
Fixed use of gettext() instead of sgettext(). 
 
Cedric Duval  [Mon, 26 Sep 2005 16:08:00 +0000  (16:08 +0000)] 
 
Localized keybindings for --add-email 
 
Cedric Duval  [Mon, 26 Sep 2005 15:59:04 +0000  (15:59 +0000)] 
 
* statusline_askchoice(): handles localized keybindings for multiple choices 
* Use of terminal underlining to show keys if available 
* Fixed screen not refreshed after cancel 
* xstrndup() 
 
Cedric Duval  [Mon, 26 Sep 2005 14:07:55 +0000  (14:07 +0000)] 
 
Fixed handling of localedir/LOCALEDIR. 
 
Jaakko Heinonen  [Sun, 25 Sep 2005 16:28:00 +0000  (16:28 +0000)] 
 
- minor editor_tab() cleanup 
 
Jaakko Heinonen  [Sun, 25 Sep 2005 15:16:14 +0000  (15:16 +0000)] 
 
- whitespace formatting 
 
Cedric Duval  [Sun, 25 Sep 2005 12:34:23 +0000  (12:34 +0000)] 
 
Fixed screen not properly refreshed after cancelling. 
 
Jaakko Heinonen  [Sun, 25 Sep 2005 11:20:49 +0000  (11:20 +0000)] 
 
- implement limit functionality in ui_readline 
 
Jaakko Heinonen  [Sun, 25 Sep 2005 11:08:18 +0000  (11:08 +0000)] 
 
- add a comment that limit functionality should be implemented 
 
Jaakko Heinonen  [Sun, 25 Sep 2005 10:48:48 +0000  (10:48 +0000)] 
 
- prepare spec file for i18n support 
 
Cedric Duval  [Fri, 23 Sep 2005 21:47:27 +0000  (21:47 +0000)] 
 
Removed gmo files. They are binary files that should be built from the 
corresponding po:s, and not distributed through CVS. 
 
Cedric Duval  [Fri, 23 Sep 2005 21:34:39 +0000  (21:34 +0000)] 
 
Added gettext.c 
(needed for sgettext() support) 
 
Cedric Duval  [Fri, 23 Sep 2005 20:24:55 +0000  (20:24 +0000)] 
 
pot update - swedish translation (Susanna Björverud) update 
 
Cedric Duval  [Fri, 23 Sep 2005 20:00:07 +0000  (20:00 +0000)] 
 
String fixes (Gerfried Fuchs). 
 
Jaakko Heinonen  [Fri, 23 Sep 2005 15:42:11 +0000  (15:42 +0000)] 
 
- merge localized boolean question patch (Cedric Duval) 
- po update 
- prepare to fix ui_readline limit functionality 
 
Jaakko Heinonen  [Fri, 23 Sep 2005 06:11:32 +0000  (06:11 +0000)] 
 
- change WWW browser key binding in main screen to match edit screen 
 
Jaakko Heinonen  [Wed, 21 Sep 2005 18:21:09 +0000  (18:21 +0000)] 
 
- fix a memory leak (Cedric Duval) 
 
Jaakko Heinonen  [Wed, 21 Sep 2005 16:54:02 +0000  (16:54 +0000)] 
 
- po update 
 
Jaakko Heinonen  [Wed, 21 Sep 2005 16:50:31 +0000  (16:50 +0000)] 
 
- spelling fixes (Cedric Duval & co) 
- remove dead code (Cedric Duval) 
 
Jaakko Heinonen  [Sat, 17 Sep 2005 10:40:13 +0000  (10:40 +0000)] 
 
- correct a typo 
 
Jaakko Heinonen  [Sat, 17 Sep 2005 10:10:23 +0000  (10:10 +0000)] 
 
- i18n support 
- translations: fr, sv 
 
Jaakko Heinonen  [Sat, 10 Sep 2005 07:11:11 +0000  (07:11 +0000)] 
 
- mbswidth change to avoid empty translation unit warnings 
 
Jaakko Heinonen  [Thu, 1 Sep 2005 16:04:20 +0000  (16:04 +0000)] 
 
- palmcsv import filter (Marc Tardif) 
- use better common code for csv filters (Marc Tardif) 
 
Jaakko Heinonen  [Wed, 31 Aug 2005 12:05:07 +0000  (12:05 +0000)] 
 
- remove usage of __id_u macro since it's not defined on every distro