1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251
|
0.5.3
- add allcvs filters (Christoph Sobotka)
- removed a lefover debug message
- fixed mutt import filter nickname cutoff
- wrap searches
- contrib updates
0.5.2
- five custom fields added
- experimental wide character support
- fixed a crash bug in mutt filter
- fixed errors in configure.in (especially snprintf-functions were incorrectly
detected)
- abookrc manual page update
0.5.1
- sort by field command
- duplicate item command
- quit without saving command
- autoconf/automake update
- minor filter fixes
- tried to fix \" quotation problem with mutt import filter
- removed obsolete filesel_sort option from abookrc manual page
- added bbdb2xx translator source to contrib
0.5.0
- tried to work around some problems with readline
- some documentation update
20030530
- updated autoconf/automake
- updated man page
- pine import filter update
20021008
- options.c rewritten (new mutt style rc file support)
- palmcsv export filter (Koenraad Heijlen)
- added a spec file for rpm support
- added --with-readline configure option
- merged newtab patch by Sinan Kaan Yerli
- new option: add_email_prevent_duplicates
- bugfixes
2002-03-11
- readline support
- abook can be compiled with g++
- attempt to improve --datafile behavior
- html filter update (Morten Brix Pedersen)
- store rcfile and addressbook to .abook directory
2002-02-04
- use getopt to parse command line (also new options added)
- use strcoll instead of strcmp for sorting entries
- html filter fix
- bugfixes
0.4.17
- fixed an annoying file creation bug
0.4.16
- use strcoll instead of strcmp for sorting entries
- html filter fix
- many bugfixes
0.4.15
- new options --add-email and --add-email-quiet
- proper mutt alias import filter
- editor update
- don't handle extra_column and extra_alternative as numbers in abookrc
- added second address field
- mail.vim update in contrib directory
0.4.14
- added csv import filter
- csv export filter fix
- minor html filter update
- fixed a minor memory leak in pine import filter
- filter cleanups
- fixes
- "quit and print selected item(s) to stderr" command (Brian Medley)
- contrib update
0.4.13
- major code reorganization (phase 1)
- fixed help viewer functions
- ability to disable use of non-ascii characters (configuration option)
- changed SIGINT behaviour
- html export filter creates now valid html documents
- ability to print/export only selected items
- new editor commands
- text filter update
- query/find code cleanup
- fixed snprintf related bugs
- minor bugfixes
0.4.12
- added man page for abookrc (Alan Ford)
- notes are returned as optional data in mutt queries
- created a workaround for a mutt query bug
- new "extra_alternative" config option (Alan)
- added undo feature to editor
- FAQ
- macro updates
- fixed the cancel key behavior in editor
0.4.11
- new configuration file format
- new sorting routines
- minor mutt query patch (Matt)
- html filter update
- added mail2abook.py script to improve the mutt integration
- memory allocation changes
- contrib update
0.4.10
- mutt alias import filter
- --datafile option should work better now
- merged HPUX patch (submitted by Matt Kraai)
- added field for nickname/alias
- bugfixes
0.4.9
- increased the maximum length of an e-mail address
- added Spruce and ldif export filters
- text filter update
- added support for systemwide configuration file (/etc/abook.conf)
- list.c cleanup
- minor fixes
0.4.8
- new enter_string function (scrollable input)
- fileselector
- new fields for phone numbers
- extra field support
- added open database command and --datafile option
0.4.7
- fixed terminal resizing bug
- new man page
- fixed "roll emails" bug
- merged Alan's urlview patch
- fixed some compile warnings on some systems
0.4.6
- new proper ldif import filter
- printing
- GnomeCard export filter
- improved ui
- csv export filter
- elm alias export filter
- plain text export filter
- improved import / export system
- a man page (contributed by Alan Ford)
- some fixes
0.4.5
- new command line option --convert to make format conversions
- new common functions for filters
- mutt alias export filter
- minor filter updates
- fixed a compile problem in list.c
0.4.4
- fixed a serious segfault bug in editor
- conff.c update
0.4.3
- improved "send mail with mutt" command
- optimized screen refreshing
- abook handles now SIGINT, SIGKILL, SIGTERM signals
0.4.2
- new editor
- added fields for address (address, city, state, zip, country)
- terminal resizing is now handled by abook
- improved scrolling
- bugfixes
- dropped support for abook 0.1 / 0.2 file format
0.4.1
- fixed a redraw bug in editor which occurred only with old ncurses library
- minor updates
0.4.0
- PINE addressbook import and export filters added
- new faster load and save functions
- changed memory allocation method
- better configuration system - options.c rewritten
- new version of conff.c
- find segfault bug fixed
- fixed overwriting policy
0.3.1
- fixed a bug which caused list to disappear sometimes after removing items
- minor changes in datafile loader
- abook.gz import filter is now disabled as default
0.3.0
- new portable file format
- import filter for old data format
- now compiles on FreeBSD
- new "send mail with mutt" command
- multiple e-mail address support
- html export filter
- improved cursor behavior
- fixed misc.c
- new configuration system ( ~/.abook.conf )
- improved memory allocation functions
- added invert selection command
- minor filter updates
0.2.4
- minor memory freeing fix
0.2.3
- major memory allocation bugfix
0.2.2
- bugfixes
0.2.1
- abook finaly uses automake/autoconf setup
- documentation updated
- minor changes
0.2.0
- multiple selection
- added find function
- ldif import filter update (still some bugs?)
- added check for terminal size
- removed obsolete rcfile code
- some changes in list.c
- new file: help.h
- Makefiles modified
- complete rewrote of misc.c
- fixed a bug in mutt query
- changed first_item to first_list_item and LAST_ITEM to LAST_LIST_ITEM
- lots of minor improvements
- documentation updated (it's still very bad)
0.1.0
- removed dummy defaultrc.h file
- README and COPYING
- minor ldif import filter update
- minor changes and fixes
0.1.0-pre-release 2
- locale support
- mutt query now ignores case
- rcfile support is compiled only if -DEXPERIMENTAL option is selected (see
Makefile) because the rcfile support is very poor and should
be rewritten for 0.2 or something
- new file: defaultrc.h
0.1.0-pre-release 1
|