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