summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,5 +1,24 @@
12005-03-13 Sergey Poznyakoff 12005-03-13 Sergey Poznyakoff
2 2
3 * Makefile.am (SUBDIRS): Reordered. Due to the specifics
4 of gnulib imports, libmailutils depends on libmailbox.
5 Added config/.
6 * configure.ac (AC_CONFIG_FILES): Added config/Makefile
7 * lib/mailcap.c (mime_context_fill): Return integer code
8 (display_stream_mailcap): Bail out if mime_context_fill
9 returns 1
10
11 * mailbox/Makefile.am: Removed mailutils-config.c. It should
12 live in a separate directory to satisfy interlibrary dependencies.
13 * mailbox/mailutils-config.c: Moved to config
14 * config: New directory
15 * config/mailutils-config.c: New file
16 * config/Makefile.am: New file
17
18 * po/POTFILES.in: Updated
19
202005-03-13 Sergey Poznyakoff
21
3 * lib/mailcap.c Include ctype.h 22 * lib/mailcap.c Include ctype.h
4 (mime_context_fill): Remove leading whitespace 23 (mime_context_fill): Remove leading whitespace
5 when preparing lists. 24 when preparing lists.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 17a7ed0e4..f74d7704e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -3,6 +3,8 @@
3# Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 3# Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4# 4#
5 5
6config/mailutils-config.c
7
6sql/mysql.c 8sql/mysql.c
7sql/postgres.c 9sql/postgres.c
8 10
@@ -90,7 +92,6 @@ mailbox/argp-help.c
90mailbox/argp-parse.c 92mailbox/argp-parse.c
91mailbox/file_stream.c 93mailbox/file_stream.c
92mailbox/filter_iconv.c 94mailbox/filter_iconv.c
93mailbox/mailutils-config.c
94mailbox/message.c 95mailbox/message.c
95mailbox/mu_argp.c 96mailbox/mu_argp.c
96mailbox/mu_auth.c 97mailbox/mu_auth.c

Return to:

Send suggestions and report system problems to the System administrator.