Update
Showing
5 changed files
with
12 additions
and
3 deletions
1 | 2006-04-22 Sergey Poznyakoff <gray@gnu.org.ua> | 1 | 2006-04-22 Sergey Poznyakoff <gray@gnu.org.ua> |
2 | 2 | ||
3 | * NEWS, README: Updated | ||
4 | |||
3 | * configure.ac: Minor change | 5 | * configure.ac: Minor change |
4 | * guimb/scm/Makefile.am (sieve.scm): Use auxiliary sed script to | 6 | * guimb/scm/Makefile.am (sieve.scm): Use auxiliary sed script to |
5 | create. | 7 | create. | ... | ... |
1 | GNU mailutils NEWS -- history of user-visible changes. 2006-04-19 | 1 | GNU mailutils NEWS -- history of user-visible changes. 2006-05-24 |
2 | Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. | 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. |
3 | See the end of file for copying conditions. | 3 | See the end of file for copying conditions. |
4 | 4 | ||
... | @@ -7,9 +7,16 @@ Please send mailutils bug reports to <bug-mailutils@gnu.org>. | ... | @@ -7,9 +7,16 @@ Please send mailutils bug reports to <bug-mailutils@gnu.org>. |
7 | Version 0.6.94: | 7 | Version 0.6.94: |
8 | 8 | ||
9 | * Add support for Berkeley DB 3.x and 4.x | 9 | * Add support for Berkeley DB 3.x and 4.x |
10 | See the description of --with-berkeley-db option in the README file. | ||
10 | 11 | ||
11 | * Add support for Guile 1.8.x | 12 | * Add support for Guile 1.8.x |
12 | 13 | ||
14 | * The module mailutils.scm is now defined as (mailutils mailutils). Please | ||
15 | change your (use-modules) statements accordingly. | ||
16 | |||
17 | * Scheme modules can now be installed in the site-wide Guile directory. | ||
18 | See the description of --with-guiledir option in the README file. | ||
19 | |||
13 | * Bugfixes: | 20 | * Bugfixes: |
14 | ** Fix handling of file names containing whitespace characters in imap4 server | 21 | ** Fix handling of file names containing whitespace characters in imap4 server |
15 | and library. | 22 | and library. | ... | ... |
This diff is collapsed.
Click to expand it.
... | @@ -112,7 +112,7 @@ guile-procedures.txt: $(DOT_DOC_FILES) | ... | @@ -112,7 +112,7 @@ guile-procedures.txt: $(DOT_DOC_FILES) |
112 | mailutils.scm: mailutils.scm.in $(C_SRCS:.c=.inc) | 112 | mailutils.scm: mailutils.scm.in $(C_SRCS:.c=.inc) |
113 | m4 -DVERSION=$(VERSION) -DLIBDIR=$(libdir) \ | 113 | m4 -DVERSION=$(VERSION) -DLIBDIR=$(libdir) \ |
114 | -DBUILDDIR=$(top_builddir)/libmu_scm \ | 114 | -DBUILDDIR=$(top_builddir)/libmu_scm \ |
115 | mailutils.scm.in > $@ | 115 | $(srcdir)/mailutils.scm.in > $@ |
116 | 116 | ||
117 | 117 | ||
118 | ## Add -MG to make the .x magic work with auto-dep code. | 118 | ## Add -MG to make the .x magic work with auto-dep code. | ... | ... |
1 | # Error messages for GNU Mailutils | 1 | # Error messages for GNU Mailutils |
2 | # Copyright (C) 2005 Free Software Foundation, Inc. | 2 | # Copyright (C) 2005, 2006 Free Software Foundation, Inc. |
3 | # | 3 | # |
4 | # This library is free software; you can redistribute it and/or | 4 | # This library is free software; you can redistribute it and/or |
5 | # modify it under the terms of the GNU Lesser General Public | 5 | # modify it under the terms of the GNU Lesser General Public | ... | ... |
-
Please register or sign in to post a comment