]> git.deb.at Git - pkg/abook.git/blob - ChangeLog
use strcoll instead of strcmp for sorting entries
[pkg/abook.git] / ChangeLog
1 0.4.16
2  - use strcoll instead of strcmp for sorting entries
3  - bugfixes
4
5 0.4.15
6  - new options --add-email and --add-email-quiet
7  - proper mutt alias import filter
8  - editor update
9  - don't handle extra_column and extra_alternative as numbers in abookrc
10  - added second address field
11  - mail.vim update in contrib directory
12
13 0.4.14
14  - added csv import filter
15  - csv export filter fix
16  - minor html filter update
17  - fixed a minor memory leak in pine import filter
18  - filter cleanups
19  - fixes
20  - "quit and print selected item(s) to stderr" command (Brian Medley)
21  - contrib update
22
23 0.4.13
24  - major code reorganization (phase 1)
25  - fixed help viewer functions
26  - ability to disable use of non-ascii characters (configuration option)
27  - changed SIGINT behaviour
28  - html export filter creates now valid html documents
29  - ability to print/export only selected items
30  - new editor commands
31  - text filter update
32  - query/find code cleanup
33  - fixed snprintf related bugs
34  - minor bugfixes
35
36 0.4.12
37  - added man page for abookrc (Alan Ford)
38  - notes are returned as optional data in mutt queries
39  - created a workaround for a mutt query bug
40  - new "extra_alternative" config option (Alan)
41  - added undo feature to editor
42  - FAQ
43  - macro updates
44  - fixed the cancel key behavior in editor
45
46 0.4.11
47  - new configuration file format
48  - new sorting routines
49  - minor mutt query patch (Matt)
50  - html filter update
51  - added mail2abook.py script to improve the mutt integration
52  - memory allocation changes
53  - contrib update
54
55 0.4.10
56  - mutt alias import filter
57  - --datafile option should work better now
58  - merged HPUX patch (submitted by Matt Kraai)
59  - added field for nickname/alias
60  - bugfixes
61
62 0.4.9
63  - increased the maximum length of an e-mail address
64  - added Spruce and ldif export filters
65  - text filter update
66  - added support for systemwide configuration file (/etc/abook.conf)
67  - list.c cleanup
68  - minor fixes
69
70 0.4.8
71  - new enter_string function (scrollable input)
72  - fileselector
73  - new fields for phone numbers
74  - extra field support
75  - added open database command and --datafile option
76
77 0.4.7
78  - fixed terminal resizing bug
79  - new man page
80  - fixed "roll emails" bug
81  - merged Alan's urlview patch
82  - fixed some compile warnings on some systems
83
84 0.4.6
85  - new proper ldif import filter
86  - printing
87  - GnomeCard export filter
88  - improved ui
89  - csv export filter
90  - elm alias export filter
91  - plain text export filter
92  - improved import / export system
93  - a man page (contributed by Alan Ford)
94  - some fixes
95
96 0.4.5
97  - new command line option --convert to make format conversions
98  - new common functions for filters
99  - mutt alias export filter
100  - minor filter updates
101  - fixed a compile problem in list.c 
102
103 0.4.4
104  - fixed a serious segfault bug in editor
105  - conff.c update
106
107 0.4.3
108  - improved "send mail with mutt" command
109  - optimized screen refreshing
110  - abook handles now SIGINT, SIGKILL, SIGTERM signals
111
112 0.4.2
113  - new editor
114  - added fields for address (address, city, state, zip, country)
115  - terminal resizing is now handled by abook
116  - improved scrolling
117  - bugfixes 
118  - dropped support for abook 0.1 / 0.2 file format
119
120 0.4.1
121  - fixed a redraw bug in editor which occurred only with old ncurses library
122  - minor updates 
123
124 0.4.0
125  - PINE addressbook import and export filters added
126  - new faster load and save functions
127  - changed memory allocation method
128  - better configuration system - options.c rewritten
129  - new version of conff.c
130  - find segfault bug fixed
131  - fixed overwriting policy
132
133 0.3.1
134  - fixed a bug which caused list to disappear sometimes after removing items
135  - minor changes in datafile loader
136  - abook.gz import filter is now disabled as default
137
138 0.3.0
139  - new portable file format
140  - import filter for old data format
141  - now compiles on FreeBSD
142  - new "send mail with mutt" command
143  - multiple e-mail address support
144  - html export filter
145  - improved cursor behavior
146  - fixed misc.c
147  - new configuration system ( ~/.abook.conf )
148  - improved memory allocation functions
149  - added invert selection command 
150  - minor filter updates
151
152 0.2.4
153  - minor memory freeing fix 
154
155 0.2.3
156  - major memory allocation bugfix
157
158 0.2.2
159  - bugfixes
160
161 0.2.1
162  - abook finaly uses automake/autoconf setup
163  - documentation updated
164  - minor changes 
165
166 0.2.0
167  - multiple selection
168  - added find function
169  - ldif import filter update (still some bugs?)
170  - added check for terminal size
171  - removed obsolete rcfile code
172  - some changes in list.c
173  - new file: help.h
174  - Makefiles modified
175  - complete rewrote of misc.c
176  - fixed a bug in mutt query
177  - changed first_item to first_list_item and LAST_ITEM to LAST_LIST_ITEM
178  - lots of minor improvements
179  - documentation updated (it's still very bad)
180
181 0.1.0
182  - removed dummy defaultrc.h file
183  - README and COPYING
184  - minor ldif import filter update
185  - minor changes and fixes
186
187 0.1.0-pre-release 2
188  - locale support
189  - mutt query now ignores case
190  - rcfile support is compiled only if -DEXPERIMENTAL option is selected (see
191    Makefile) because the rcfile support is very poor and should
192    be rewritten for 0.2 or something
193  - new file: defaultrc.h
194
195 0.1.0-pre-release 1