]> git.deb.at Git - pkg/abook.git/log
pkg/abook.git
18 years agoSupport for dynamic views.
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.

18 years agoFix libintl build (thanks to TAKAHASHI Tamotsu).
Cedric Duval [Sat, 22 Oct 2005 19:55:21 +0000 (19:55 +0000)]
Fix libintl build (thanks to TAKAHASHI Tamotsu).

18 years agoFixed 'undo' command corrupting the database when used after changing of
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.

18 years agoInitial japanese translation (TAKAHASHI Tamotsu).
Cedric Duval [Tue, 18 Oct 2005 16:14:48 +0000 (16:14 +0000)]
Initial japanese translation (TAKAHASHI Tamotsu).

18 years ago- sync with 0.5.5pre1 release
Jaakko Heinonen [Tue, 18 Oct 2005 06:51:13 +0000 (06:51 +0000)]
- sync with 0.5.5pre1 release

18 years ago*** empty log message ***
Jaakko Heinonen [Wed, 5 Oct 2005 11:03:36 +0000 (11:03 +0000)]
*** empty log message ***

18 years ago- minor wanderlust cleanup
Jaakko Heinonen [Mon, 3 Oct 2005 10:03:54 +0000 (10:03 +0000)]
- minor wanderlust cleanup

18 years agoFixed incorrect handling of multibyte strings.
Cedric Duval [Mon, 3 Oct 2005 09:01:12 +0000 (09:01 +0000)]
Fixed incorrect handling of multibyte strings.

18 years agoMinor fix.
Cedric Duval [Mon, 3 Oct 2005 08:53:38 +0000 (08:53 +0000)]
Minor fix.

18 years agoFrench translation update.
Cedric Duval [Mon, 3 Oct 2005 08:48:45 +0000 (08:48 +0000)]
French translation update.

18 years ago- wanderlust export filter (Josef Schugt)
Jaakko Heinonen [Mon, 3 Oct 2005 05:22:49 +0000 (05:22 +0000)]
- wanderlust export filter (Josef Schugt)

18 years agoInitial german translation (Johannes Weißl).
Cedric Duval [Sun, 2 Oct 2005 23:02:03 +0000 (23:02 +0000)]
Initial german translation (Johannes Weißl).

18 years agoFixed typo.
Cedric Duval [Sun, 2 Oct 2005 22:16:58 +0000 (22:16 +0000)]
Fixed typo.

18 years agoMade string less ambiguous for translators.
Cedric Duval [Sun, 2 Oct 2005 22:13:25 +0000 (22:13 +0000)]
Made string less ambiguous for translators.

18 years ago- specify doc files so that CVS files are not packaged with "make dist"
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"

18 years ago- add translation HOWTO
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

18 years agoAll three are specified in the XSI Curses standard, but if we check for
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.

18 years agoKeybindings hilight: switching from underlined to bold with <> markers.
Cedric Duval [Tue, 27 Sep 2005 16:36:56 +0000 (16:36 +0000)]
Keybindings hilight: switching from underlined to bold with <> markers.

18 years ago- add missing include of ctype.h
Jaakko Heinonen [Tue, 27 Sep 2005 08:15:13 +0000 (08:15 +0000)]
- add missing include of ctype.h

18 years agoFixed use of gettext() instead of sgettext().
Cedric Duval [Mon, 26 Sep 2005 16:41:41 +0000 (16:41 +0000)]
Fixed use of gettext() instead of sgettext().

18 years agoLocalized keybindings for --add-email
Cedric Duval [Mon, 26 Sep 2005 16:08:00 +0000 (16:08 +0000)]
Localized keybindings for --add-email

18 years ago* statusline_askchoice(): handles localized keybindings for multiple choices
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()

18 years agoFixed handling of localedir/LOCALEDIR.
Cedric Duval [Mon, 26 Sep 2005 14:07:55 +0000 (14:07 +0000)]
Fixed handling of localedir/LOCALEDIR.

18 years ago- minor editor_tab() cleanup
Jaakko Heinonen [Sun, 25 Sep 2005 16:28:00 +0000 (16:28 +0000)]
- minor editor_tab() cleanup

18 years ago- whitespace formatting
Jaakko Heinonen [Sun, 25 Sep 2005 15:16:14 +0000 (15:16 +0000)]
- whitespace formatting

18 years agoFixed screen not properly refreshed after cancelling.
Cedric Duval [Sun, 25 Sep 2005 12:34:23 +0000 (12:34 +0000)]
Fixed screen not properly refreshed after cancelling.

18 years ago- implement limit functionality in ui_readline
Jaakko Heinonen [Sun, 25 Sep 2005 11:20:49 +0000 (11:20 +0000)]
- implement limit functionality in ui_readline

18 years ago- add a comment that limit functionality should be implemented
Jaakko Heinonen [Sun, 25 Sep 2005 11:08:18 +0000 (11:08 +0000)]
- add a comment that limit functionality should be implemented

18 years ago- prepare spec file for i18n support
Jaakko Heinonen [Sun, 25 Sep 2005 10:48:48 +0000 (10:48 +0000)]
- prepare spec file for i18n support

18 years agoRemoved gmo files. They are binary files that should be built from the
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.

18 years agoAdded gettext.c
Cedric Duval [Fri, 23 Sep 2005 21:34:39 +0000 (21:34 +0000)]
Added gettext.c
(needed for sgettext() support)

18 years agopot update - swedish translation (Susanna Björverud) update
Cedric Duval [Fri, 23 Sep 2005 20:24:55 +0000 (20:24 +0000)]
pot update - swedish translation (Susanna Björverud) update

18 years agoString fixes (Gerfried Fuchs).
Cedric Duval [Fri, 23 Sep 2005 20:00:07 +0000 (20:00 +0000)]
String fixes (Gerfried Fuchs).

18 years ago- merge localized boolean question patch (Cedric Duval)
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

18 years ago- change WWW browser key binding in main screen to match edit screen
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

18 years ago- fix a memory leak (Cedric Duval)
Jaakko Heinonen [Wed, 21 Sep 2005 18:21:09 +0000 (18:21 +0000)]
- fix a memory leak (Cedric Duval)

18 years ago- po update
Jaakko Heinonen [Wed, 21 Sep 2005 16:54:02 +0000 (16:54 +0000)]
- po update

18 years ago- spelling fixes (Cedric Duval & co)
Jaakko Heinonen [Wed, 21 Sep 2005 16:50:31 +0000 (16:50 +0000)]
- spelling fixes (Cedric Duval & co)
- remove dead code (Cedric Duval)

18 years ago- correct a typo
Jaakko Heinonen [Sat, 17 Sep 2005 10:40:13 +0000 (10:40 +0000)]
- correct a typo

18 years ago- i18n support
Jaakko Heinonen [Sat, 17 Sep 2005 10:10:23 +0000 (10:10 +0000)]
- i18n support
- translations: fr, sv

18 years ago- mbswidth change to avoid empty translation unit warnings
Jaakko Heinonen [Sat, 10 Sep 2005 07:11:11 +0000 (07:11 +0000)]
- mbswidth change to avoid empty translation unit warnings

18 years ago- palmcsv import filter (Marc Tardif)
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)

18 years ago- remove usage of __id_u macro since it's not defined on every distro
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

18 years ago- add persons who has contributed
Jaakko Heinonen [Wed, 31 Aug 2005 12:01:18 +0000 (12:01 +0000)]
- add persons who has contributed

18 years ago- remove entry about tcc problems
Jaakko Heinonen [Mon, 29 Aug 2005 10:02:50 +0000 (10:02 +0000)]
- remove entry about tcc problems

18 years ago- termios.h is not needed
Jaakko Heinonen [Tue, 23 Aug 2005 10:03:34 +0000 (10:03 +0000)]
- termios.h is not needed

18 years ago- don't try to use linux/termios.h
Jaakko Heinonen [Tue, 23 Aug 2005 09:58:25 +0000 (09:58 +0000)]
- don't try to use linux/termios.h
- remove rc tag

18 years ago- whitespace cleanups
Jaakko Heinonen [Sat, 13 Aug 2005 14:10:57 +0000 (14:10 +0000)]
- whitespace cleanups

18 years ago- xstrdup
Jaakko Heinonen [Sat, 13 Aug 2005 11:11:41 +0000 (11:11 +0000)]
- xstrdup

18 years ago- add xstrdup to have proper checking for memory allocation failures
Jaakko Heinonen [Sat, 13 Aug 2005 10:49:25 +0000 (10:49 +0000)]
- add xstrdup to have proper checking for memory allocation failures

18 years ago- comment spelling fix
Jaakko Heinonen [Sat, 13 Aug 2005 10:29:49 +0000 (10:29 +0000)]
- comment spelling fix

18 years ago- add proper copyright notices
Jaakko Heinonen [Thu, 11 Aug 2005 07:32:35 +0000 (07:32 +0000)]
- add proper copyright notices

18 years ago- make it compile with tcc
Jaakko Heinonen [Wed, 10 Aug 2005 05:45:37 +0000 (05:45 +0000)]
- make it compile with tcc
- whitespace cleanups
- minor cleanups in parse_database

18 years ago- sanitize a comment and warning message
Jaakko Heinonen [Mon, 8 Aug 2005 05:13:51 +0000 (05:13 +0000)]
- sanitize a comment and warning message

18 years ago- code re-organization
Jaakko Heinonen [Tue, 2 Aug 2005 18:41:01 +0000 (18:41 +0000)]
- code re-organization

18 years ago- correct typo in error message
Jaakko Heinonen [Tue, 2 Aug 2005 11:13:50 +0000 (11:13 +0000)]
- correct typo in error message

18 years ago- whitespace changes
Jaakko Heinonen [Tue, 2 Aug 2005 10:03:45 +0000 (10:03 +0000)]
- whitespace changes

18 years ago- declare more variables as static
Jaakko Heinonen [Tue, 2 Aug 2005 08:24:38 +0000 (08:24 +0000)]
- declare more variables as static

18 years ago- use #warning only with gcc
Jaakko Heinonen [Tue, 2 Aug 2005 08:17:12 +0000 (08:17 +0000)]
- use #warning only with gcc

18 years ago- code cleanups and minor fixes
Jaakko Heinonen [Mon, 1 Aug 2005 07:59:10 +0000 (07:59 +0000)]
- code cleanups and minor fixes
- call it rc3

18 years ago- handle terminal preparation more elegantly
Jaakko Heinonen [Mon, 1 Aug 2005 07:58:22 +0000 (07:58 +0000)]
- handle terminal preparation more elegantly
- warn about old or non-GNU readline
- #error if readline headers are not found

18 years ago- avoid possible collision with readline xmalloc functions
Jaakko Heinonen [Mon, 1 Aug 2005 07:55:56 +0000 (07:55 +0000)]
- avoid possible collision with readline xmalloc functions

18 years ago- cleanup
Jaakko Heinonen [Fri, 29 Jul 2005 16:07:36 +0000 (16:07 +0000)]
- cleanup

18 years ago- remove trailing whitespaces
Jaakko Heinonen [Fri, 29 Jul 2005 11:06:35 +0000 (11:06 +0000)]
- remove trailing whitespaces

18 years ago- add some missing names
Jaakko Heinonen [Fri, 29 Jul 2005 07:44:16 +0000 (07:44 +0000)]
- add some missing names

18 years ago- update BUGS
Jaakko Heinonen [Fri, 29 Jul 2005 06:44:38 +0000 (06:44 +0000)]
- update BUGS
- add pointer to ChangeLog to NEWS

18 years ago- remove unnecessary cast
Jaakko Heinonen [Fri, 29 Jul 2005 06:28:55 +0000 (06:28 +0000)]
- remove unnecessary cast

18 years ago- whitespace changes
Jaakko Heinonen [Fri, 29 Jul 2005 06:25:58 +0000 (06:25 +0000)]
- whitespace changes

18 years ago- fix xfree
Jaakko Heinonen [Fri, 29 Jul 2005 05:53:10 +0000 (05:53 +0000)]
- fix xfree

18 years ago- fix a typo in sources list
Jaakko Heinonen [Wed, 27 Jul 2005 09:55:38 +0000 (09:55 +0000)]
- fix a typo in sources list
- call it 0.5.4rc1

18 years ago- use EXIT_FAILURE and EXIT_SUCCESS instead of hardcoded values
Jaakko Heinonen [Wed, 27 Jul 2005 09:02:29 +0000 (09:02 +0000)]
- use EXIT_FAILURE and EXIT_SUCCESS instead of hardcoded values

18 years ago- don't try to save addressbook in memory allocation failure handler
Jaakko Heinonen [Wed, 27 Jul 2005 07:32:39 +0000 (07:32 +0000)]
- don't try to save addressbook in memory allocation failure handler

18 years ago- add xrealloc_inc
Jaakko Heinonen [Wed, 27 Jul 2005 06:47:38 +0000 (06:47 +0000)]
- add xrealloc_inc
- xmalloc cleanups

18 years ago- replace abook_malloc, abook_realloc and my_free with new xmalloc routines
Jaakko Heinonen [Wed, 27 Jul 2005 06:28:22 +0000 (06:28 +0000)]
- replace abook_malloc, abook_realloc and my_free with new xmalloc routines

18 years ago- autoconf/automake support
Jaakko Heinonen [Mon, 4 Jul 2005 20:13:05 +0000 (20:13 +0000)]
- autoconf/automake support

18 years agoadd show_cursor config option
Jaakko Heinonen [Sun, 29 May 2005 16:32:24 +0000 (16:32 +0000)]
add show_cursor config option

19 years ago- spelling fixes
Jaakko Heinonen [Mon, 28 Feb 2005 09:21:31 +0000 (09:21 +0000)]
- spelling fixes

19 years ago- update BUGS
Jaakko Heinonen [Mon, 28 Feb 2005 09:11:25 +0000 (09:11 +0000)]
- update BUGS

19 years ago- automake update
Jaakko Heinonen [Mon, 28 Feb 2005 08:57:59 +0000 (08:57 +0000)]
- automake update

19 years agoadded allcvs filters
Jaakko Heinonen [Wed, 30 Jun 2004 19:49:34 +0000 (19:49 +0000)]
added allcvs filters

19 years agoadd allcvs filter
Jaakko Heinonen [Wed, 30 Jun 2004 19:48:28 +0000 (19:48 +0000)]
add allcvs filter

19 years agominor cleanups
Jaakko Heinonen [Wed, 30 Jun 2004 19:47:42 +0000 (19:47 +0000)]
minor cleanups

20 years agominor ui_find updates
Jaakko Heinonen [Mon, 19 Apr 2004 17:08:00 +0000 (17:08 +0000)]
minor ui_find updates

20 years agowrap searches
Jaakko Heinonen [Mon, 19 Apr 2004 06:53:06 +0000 (06:53 +0000)]
wrap searches

20 years agoremover a debug message
Jaakko Heinonen [Sat, 3 Apr 2004 16:05:41 +0000 (16:05 +0000)]
remover a debug message

20 years agofixed string truncation in mutt inport filter
Jaakko Heinonen [Thu, 25 Mar 2004 18:19:38 +0000 (18:19 +0000)]
fixed string truncation in mutt inport filter

20 years agocleanup
Jaakko Heinonen [Mon, 8 Mar 2004 06:15:52 +0000 (06:15 +0000)]
cleanup

20 years agoUTF-8 update
Jaakko Heinonen [Wed, 18 Feb 2004 19:48:46 +0000 (19:48 +0000)]
UTF-8 update

20 years agoautoconf/automake update
Jaakko Heinonen [Wed, 18 Feb 2004 19:41:37 +0000 (19:41 +0000)]
autoconf/automake update

20 years agorl_already_prompted check for old ncurses versions
Jaakko Heinonen [Wed, 18 Feb 2004 19:40:57 +0000 (19:40 +0000)]
rl_already_prompted check for old ncurses versions

20 years agodocumentation updates
Jaakko Heinonen [Wed, 18 Feb 2004 19:40:14 +0000 (19:40 +0000)]
documentation updates

20 years agoupdate by Liam K Morland
Jaakko Heinonen [Wed, 18 Feb 2004 17:46:13 +0000 (17:46 +0000)]
update by Liam K Morland

20 years agoconst -> static change
Jaakko Heinonen [Mon, 26 Jan 2004 11:35:30 +0000 (11:35 +0000)]
const -> static change

20 years agomultibyte update
Jaakko Heinonen [Mon, 26 Jan 2004 09:51:35 +0000 (09:51 +0000)]
multibyte update

20 years agofixed a bug in mutt import filter
Jaakko Heinonen [Fri, 23 Jan 2004 07:14:32 +0000 (07:14 +0000)]
fixed a bug in mutt import filter

20 years agomalloc -> xmalloc changes
Jaakko Heinonen [Tue, 9 Dec 2003 07:19:08 +0000 (07:19 +0000)]
malloc -> xmalloc changes

20 years agominor tweaks
Jaakko Heinonen [Fri, 5 Dec 2003 18:11:55 +0000 (18:11 +0000)]
minor tweaks

20 years agowide character support
Jaakko Heinonen [Fri, 5 Dec 2003 16:09:42 +0000 (16:09 +0000)]
wide character support

20 years agoadded keybinding for custom tab and added missing assert.h
Jaakko Heinonen [Fri, 28 Nov 2003 14:27:43 +0000 (14:27 +0000)]
added keybinding for custom tab and added missing assert.h

20 years agoadded assert and consts
Jaakko Heinonen [Sat, 22 Nov 2003 15:52:16 +0000 (15:52 +0000)]
added assert and consts