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