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
|
# ChangeLog for mail-client/alot
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v 1.17 2013/07/26 18:19:49 aidecoe Exp $
*alot-0.3.5 (26 Jul 2013)
26 Jul 2013; Amadeusz Żołnowski <aidecoe@gentoo.org> +alot-0.3.5.ebuild,
+files/0.3.5-0001-Use-Unicode-strings-when-dealing-with-.patch:
Version bump and EAPI bump. Because of configobj it can be installed only
with python2_7 target.
*alot-0.3.4 (18 Apr 2013)
18 Apr 2013; Amadeusz Żołnowski <aidecoe@gentoo.org> +alot-0.3.4.ebuild:
Version bump.
NEWS
~~~~
* thread mode: add "tags" pseudo header to message display
* case insensitive matching in Addressbook completion
* compose: interpret "attach" pseudo header
* compose: set initial message tags
* envelope: completion for 'From'
* reply/forward: more flexible construction of "From" headers (hello
plussing!)
* thread mode: added bounce command for direct redirection w/o an envelope
buffer
* thread mode: more robust "pipeto" command
* add config option "prefer_plaintext"
* prevent multiple 'index locked' notifications
* kill some zombies! (#325)
* search mode: bulk tagging
* less annoying multi-key bindings
* add global "move" command for scriptable cursor movement
* support for encrypted outgoing mails using PGP/MIME
*alot-0.3.3 (10 Sep 2012)
10 Sep 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> -alot-0.3.1.ebuild,
+alot-0.3.3.ebuild:
Version bump. Removed oldest 0.3 version.
NEWS
~~~~
* interpret (semicolon separated) sequences of commands
* new input handling: allow for binding sequences of keypresses
* add ability to overwrite default bindings
* remove tempfiles (email drafts) as late as possible for better error
recovery
* confirmation prompt when closing unsent envelopes
* prevent accidental double sendout of envelopes
* fix focus placement after tagcommand on last entry in search buffer
* new command 'buffer' that can directly jump to buffer with given number
* extra: sup theme
* fix tagstring sorting in taglist buffer
* update docs
* lots of internal cleanups
* search buffer theming fixes (alignment of threadline parts)
* fix help box theming
* comma-separate virtual "Tags" header added before printing mails
* fix pipeto command for interactive (foreground) shell commands
* handle possible errors occurring while saving mails
* indicate (yet uninterpreted) input queue in the status bar
* handle python exceptions that occur during 'call' command
01 Aug 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> -alot-0.3.ebuild:
Removed oldest version: 0.3.
01 Aug 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> alot-0.3.ebuild,
alot-0.3.1.ebuild:
Remove obsolete warnings from 0.3 and 0.3.1.
*alot-0.3.2 (01 Aug 2012)
01 Aug 2012; Amadeusz Żołnowski <aidecoe@gentoo.org>
+files/0.3.2-subject-fix.patch, +alot-0.3.2.ebuild:
Version bump.
NEWS
~~~~
* fix bad GPG signatures for mails with attachments
* new theme-files + tags section syntax
* re-introduce "highlighting" of thread lines in search mode
* new global command "call" to directly call and bind python commands
* add new buffers to direct neighbourhood of current one
* fix sanitize --spawn for X11-less use
* add new hook 'touch_external_cmdlist'
* make statusline configurable
* fix update result count after tag operations in search mode
* add config options and hooks for reply/forward subject generation
* add config options and hook for quoting messages in replies/forwards
* allow True/False/None values for boolean command parameters
* new config option "attachment_prefix"
* various small fixes for libmagic, header encoding and decoding
19 May 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> alot-0.3.1.ebuild:
Depend on 0.8.1-r1 version of the pyme, because at earlier the alot crashes.
19 May 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> alot-0.3.1.ebuild,
alot-0.3.ebuild:
dev-python/sphinx dependency for 'doc' flag.
17 May 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> alot-0.3.ebuild:
Synced back changes in 0.3.1 to 0.3.
17 May 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> -alot-0.2.1-r1.ebuild:
Removed old version.
17 May 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> alot-0.3.1.ebuild,
metadata.xml:
Install the user manual and the API documentation if the 'doc' flag is
enabled.
*alot-0.3.1 (17 May 2012)
17 May 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> +alot-0.3.1.ebuild:
Version bump.
NEWS
~~~~
(Copied from NEWS file.)
* use separate database for each write-queue entry when flushing
* fix behaviour of editor spawning
* fix opening of attachments in thread buffer
* fix pre_edit_translate hook
* fix opening of attachments without filename Content-Disposition parm
* clean up and complete theming (bindings help/envelope/mainframe body)
* fix datetime decoding issues
* fix abort commands on pre-hook exceptions
* fix correct default sendmail command to 'sendmail -t'
* use '> ' instead of '>' to quote in replies/fwds
* fix path completer wrt spaces in paths
* fix UI when no buffers are open
* fix issue with buffer type changing between flushes
* support multiple addresses per abook contact when using 'abook' completer
* smarter timestamp pretty printer
* new hook 'timestamp_format'
* merge multiple cc/to headers into one when displaying
* respect NOTMUCH_CONFIG env var
* smarter parsing of edited header values
* allow for singleton lists without trailing comma in config
* fix reverse-date sorted content in threadline if displayed
* emacs-style C-a and C-E in prompts
* added ability to sign outgoing mails via PGP/MIME
25 Mar 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> alot-0.2.1-r1.ebuild:
vcs-snapshot is used in the ebuild instead of custom src_unpack().
*alot-0.2.1-r1 (25 Mar 2012)
25 Mar 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> +alot-0.2.1-r1.ebuild,
alot-0.3.ebuild, -alot-0.21-r1.ebuild:
Versioning scheme has been corrected. Previous 0.21 is 0.2.1 now.
*alot-0.3 (24 Mar 2012)
24 Mar 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> +alot-0.3.ebuild:
Version bump. Dependencies has been changed. VERSION file is no longer used
by setup. Added postinst warning about change in format of config file.
vcs-snapshot is used in the ebuild instead of custom src_unpack().
*alot-0.21-r1 (27 Dec 2011)
27 Dec 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> -alot-0.21.ebuild,
+alot-0.21-r1.ebuild:
Added missing dependencies: sys-apps/file[python] and net-mail/mailbase.
*alot-0.21 (26 Dec 2011)
26 Dec 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> +alot-0.21.ebuild,
+metadata.xml:
Initial ebuild.
|