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