summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-13 11:45:22 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-13 11:45:22 +0000
commitf8cb67a0b57b07610802435587f2d2311254d077 (patch)
tree36fef578f68c92db37567b86e744f4ba4e933b58
parent17afa62c5ca00adfbf1a9ffc0aefad6436127824 (diff)
downloadmailutils-alpha_0_6_1.tar.gz
mailutils-alpha_0_6_1.tar.bz2
-rw-r--r--ChangeLog19
-rw-r--r--po/POTFILES.in3
2 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7238b9ce9..0df33c4db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,27 @@
2005-03-13 Sergey Poznyakoff
+ * Makefile.am (SUBDIRS): Reordered. Due to the specifics
+ of gnulib imports, libmailutils depends on libmailbox.
+ Added config/.
+ * configure.ac (AC_CONFIG_FILES): Added config/Makefile
+ * lib/mailcap.c (mime_context_fill): Return integer code
+ (display_stream_mailcap): Bail out if mime_context_fill
+ returns 1
+
+ * mailbox/Makefile.am: Removed mailutils-config.c. It should
+ live in a separate directory to satisfy interlibrary dependencies.
+ * mailbox/mailutils-config.c: Moved to config
+ * config: New directory
+ * config/mailutils-config.c: New file
+ * config/Makefile.am: New file
+
+ * po/POTFILES.in: Updated
+
+2005-03-13 Sergey Poznyakoff
+
* lib/mailcap.c Include ctype.h
(mime_context_fill): Remove leading whitespace
when preparing lists.
(mime_context_get_content_type_value): Return integer code.
(expand_string): Fixed expansion of %{name}
* mh/send.c: Use gettext markers in verbose diagnostics.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 17a7ed0e4..f74d7704e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,11 +1,13 @@
#
# List of source files containing translatable strings.
# Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
#
+config/mailutils-config.c
+
sql/mysql.c
sql/postgres.c
auth/pam.c
auth/sql.c
auth/tls.c
@@ -87,13 +89,12 @@ mail.remote/mail.remote.c
mailbox/getopt.c
mailbox/argp-help.c
mailbox/argp-parse.c
mailbox/file_stream.c
mailbox/filter_iconv.c
-mailbox/mailutils-config.c
mailbox/message.c
mailbox/mu_argp.c
mailbox/mu_auth.c
mailbox/errors
mailbox/mutil.c

Return to:

Send suggestions and report system problems to the System administrator.