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