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