Skip to content

Commit 158dbb0

Browse files
committed
Merge branch 'experimental'
2 parents 5fa6b4e + ef3f3ed commit 158dbb0

File tree

425 files changed

+249454
-44433
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

425 files changed

+249454
-44433
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ src/pcre/pcretest
2828
tests/testhm
2929
archive/msg2archive
3030
archive/rdmsg
31+
32+
# vi or emacs edited ones
33+
*.~
34+
\#.*
35+
36+
# swap files
37+
.swp
38+

Changelog

Lines changed: 104 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,116 @@ HYPERMAIL VERSION 2.3.1:
3232
HYPERMAIL VERSION 2.3.0:
3333
============================
3434

35-
Ivan Kuraj (Apr 3, 2015)
36-
- Correct includes for new glibc
35+
Ivan Kuraj (Apr 3, 2015)
36+
* Correct includes for new glibc
37+
38+
Jose Kahan (Jun 10, 2013)
39+
* Even if a message was annotated as spam/deleted, its Attachments were
40+
still being created
41+
42+
Jose Kahan (Apr 18, 2013)
43+
* Removed commented out code in printfile.c.
44+
* Added missing ';' in generated css rules in the same file
45+
46+
Jose Kahan (Apr 11, 2013)
47+
* Extended the configure options so that a user can decide if hypermail
48+
should be compiled and statically linked against the bundled pcre lib
49+
or if it should be dynamically linked with an external (or system) pcre
50+
library (if available).
51+
* The new configure option is --with-external-pcre[=dir].
52+
* The default value for dir is /usr and the include and libraries
53+
directories will be searched from that starting path. This option is
54+
disabled by default.
55+
* The make clean in libfnv wasn't removing the libfnv.a file
56+
57+
Jose Kahan (Mar 29, 2013)
58+
59+
* Updated configure to latest autoconf syntax conventions.
60+
61+
* Renamed configure.in to configure.ac and cleaned it up partially.
62+
63+
Jose Kahan (Mar 20, 2013)
64+
65+
* Updated pcre to pcre-8.32 from pcre-4.3. This may have broken the
66+
Windows lcc compilation but I don't have the means to verify it.
67+
68+
Jose Kahan (Mar 15, 2013)
69+
70+
* Updated trio code to trio version 1.14. Moved all the trio code to
71+
src/trio. Now compiling trio as a static library and linking against
72+
it, which makes binary a bit smaller. See src/trio/README.hypermail for
73+
details.
74+
75+
Jose Kahan (Mar 12, 2013)
76+
77+
* New experimental support for RFC 3676 format=flowed. There are two
78+
new related configuration options: format_flowed to enable it and
79+
format_flowed_disable_quotes to disable it in specific cases. See the
80+
documentation and the RFC for further info.
81+
82+
Jose Kahan (Mar 08, 2013)
83+
84+
* Error: string.c:parseurl() assumes that all URL motifs it can match
85+
end with a :// string. However, the URL match table it uses included
86+
some URL motifs that didn't have that string. These have been commented
87+
as they may cause parseulr to SIGSEVs in some cases.
88+
89+
Jose Kahan (Feb 26, 2013)
90+
91+
* New configuration option, noindex_onindexes, for associating a
92+
"noindex" robot metadata value with hypermail generated indexes.
93+
94+
Jose Kahan (Feb 26, 2013)
95+
96+
* New configuration option, userobotmeta, for Associatating robot
97+
annotations with attachments, using the experimental X-Robots-Tag HTTP
98+
header
99+
100+
* If a message is marked as "deleted" and we're not keeping the
101+
content, substitute the value of the From: and Subject: headers with
102+
"deleted".
103+
104+
* Make sure the delete stubs are added only when the delete_level
105+
option says we're not to preserve the original message body.
106+
107+
Jose Kahan (Jan 30, 2013)
108+
109+
* Migrated source code repository from cvs.hypermail.org to
110+
http://sourceforge.net/projects/hypermail/
111+
112+
* Added a mirror of the repository to github:
113+
http://github.com/hypermail-project/hypermail
114+
115+
* Cleared up the markup errors in docs/hmrc.html by using tidy.
116+
117+
* New configuration directive "annotated" which allows a mailing list
118+
archive editor to annotate a given message before converting it into
119+
HTML. Associated additional new directives are
120+
"htmlmessage_deleted_spam", "htmlmessage_deleted_other",
121+
"htmlmessage_edited". Consult docs/hmrc.html for more info.
122+
123+
* "htmlmessage_deleted" is deprecated in favor of
124+
"htmlmessage_deleted_spam"
125+
126+
* "deleted" is superseded by "annotated", although it will be supported
127+
to take into account legacy archives.
128+
129+
* Regenerated the dependencies for the src/Makefile.in file.
130+
131+
============================
132+
HYPERMAIL VERSION 2.3.0:
133+
============================
37134

38135
Jose Kahan (Oct 27, 2009)
39-
- Added two new accesskeys in messages: 't' -> next message
40-
in thread, 'd' -> next message
136+
Added two new accesskeys in messages: 't' -> next message
137+
in thread, 'd' -> next message
41138

42139
Jose Kahan (Oct 26, 2009)
43-
- Updated hmrc.4 and hmrc.html to descrbie the new features.
140+
Updated hmrc.4 and hmrc.html to describe the new features.
44141

45-
Jose Kahan (Oct 26, 2009)
142+
Jose Kahan (Oct 23, 2009)
46143
Various fixes / enhancements developed at W3C by Fumihiro Kato,
47-
Daigo Matsubara and myself:
144+
Daigo Matsubara and myself:
48145
- Markup changes for deleted messages that are kept.
49146
- New directive: htmlmessage_deleted for setting a custom HTML
50147
message for the body of deleted messages.

0 commit comments

Comments
 (0)