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