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