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