Updated
Showing
2 changed files
with
23 additions
and
1 deletions
... | @@ -17,5 +17,5 @@ Sergey Poznyakoff <gray@Mirddin.farlep.net> | ... | @@ -17,5 +17,5 @@ Sergey Poznyakoff <gray@Mirddin.farlep.net> |
17 | Sam Roberts <sroberts@uniserve.com> | 17 | Sam Roberts <sroberts@uniserve.com> |
18 | The parsing code for email addresses. | 18 | The parsing code for email addresses. |
19 | Wojciech Polak <polak@gnu.org> | 19 | Wojciech Polak <polak@gnu.org> |
20 | TLS, NLS, documentation, misc hacking. | 20 | TLS, NLS, libmu_cpp, docs, misc hacking. |
21 | 21 | ... | ... |
1 | 2006-12-31 Wojciech Polak | ||
2 | |||
3 | Updated libmu_cpp to the current API 1.0. | ||
4 | All method names now begin with a lowercase letter. | ||
5 | Files affected: | ||
6 | |||
7 | * libmu_cpp/address.cc, libmu_cpp/filter.cc, libmu_cpp/header.cc, | ||
8 | libmu_cpp/iterator.cc, libmu_cpp/list.cc, libmu_cpp/mailbox.cc, | ||
9 | libmu_cpp/mailcap.cc, libmu_cpp/mailer.cc, libmu_cpp/message.cc, | ||
10 | libmu_cpp/pop3.cc, libmu_cpp/stream.cc, libmu_cpp/url.cc, | ||
11 | include/mailutils/cpp/address.h, include/mailutils/cpp/error.h, | ||
12 | include/mailutils/cpp/filter.h, include/mailutils/cpp/header.h, | ||
13 | include/mailutils/cpp/iterator.h, include/mailutils/cpp/list.h, | ||
14 | include/mailutils/cpp/mailbox.h, include/mailutils/cpp/mailcap.h, | ||
15 | include/mailutils/cpp/mailer.h, include/mailutils/cpp/mailutils.h, | ||
16 | include/mailutils/cpp/message.h, include/mailutils/cpp/pop3.h, | ||
17 | include/mailutils/cpp/stream.h, include/mailutils/cpp/url.h | ||
18 | * examples/cpp/addr.cc, examples/cpp/http.cc, examples/cpp/iconv.cc, | ||
19 | examples/cpp/listop.cc, examples/cpp/mailcap.cc, examples/cpp/murun.cc, | ||
20 | examples/cpp/sfrom.cc, examples/cpp/url-parse.cc: Updated. | ||
21 | * libmu_cpp/Makefile.am: Updated. | ||
22 | |||
1 | 2006-12-29 Sergey Poznyakoff <gray@gnu.org.ua> | 23 | 2006-12-29 Sergey Poznyakoff <gray@gnu.org.ua> |
2 | 24 | ||
3 | * configure.ac, NEWS: Version 1.1.90 | 25 | * configure.ac, NEWS: Version 1.1.90 | ... | ... |
-
Please register or sign in to post a comment