blob: 89d2a91ead8a977b3eb8693ecbe6588178f9c527 (
plain)
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
|
# ChangeLog for mail-client/alot
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v 1.12 2012/08/01 10:33:35 aidecoe Exp $
*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.
|