summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-11-19 19:21:42 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-11-19 19:21:42 +0000
commit9a972686a656dcbe2eabb7e176f9649c128fb373 (patch)
tree03974451075ff9354424465aa4f0dbbb9a1fe2bb /ChangeLog
parente2201397391e6db8145935bcb4371adf8f12d7d1 (diff)
downloadmailutils-9a972686a656dcbe2eabb7e176f9649c128fb373.tar.gz
mailutils-9a972686a656dcbe2eabb7e176f9649c128fb373.tar.bz2
* include/mailutils/cfg.h (mu_cfg_parser_verbose): New variable.
* include/mailutils/libargp.h (OPT_RCFILE_VERBOSE): New value. * libargp/Makefile.am (AM_CFLAGS): Rename to AM_CPPFLAGS, define SYSCONFDIR. * libargp/common.c (mu_common_argp, mu_common_argp_parser): New option rcfile-verbose. * mailbox/Makefile.am (AM_CPPFLAGS): define SYSCONFDIR. * mailbox/cfg_lexer.c (_mu_parse_config): Implement `include' statement. Add verbose logging. * mailbox/cfg_parser.y (mu_cfg_parser_verbose): New variable. (mu_cfg_parse): Zero out parse_tree before returning. (_scan_tree_helper): Remove dependency on MU_CONFIG_VERBOSE envar. Use mu_cfg_parser_verbose instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4c0d98ab..33d4c5aa5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2007-11-19 Sergey Poznyakoff <gray@gnu.org.ua>
+ * include/mailutils/cfg.h (mu_cfg_parser_verbose): New variable.
+ * include/mailutils/libargp.h (OPT_RCFILE_VERBOSE): New value.
+ * libargp/Makefile.am (AM_CFLAGS): Rename to AM_CPPFLAGS, define
+ SYSCONFDIR.
+ * libargp/common.c (mu_common_argp, mu_common_argp_parser): New
+ option rcfile-verbose.
+ * mailbox/Makefile.am (AM_CPPFLAGS): define SYSCONFDIR.
+ * mailbox/cfg_lexer.c (_mu_parse_config): Implement `include'
+ statement. Add verbose logging.
+ * mailbox/cfg_parser.y (mu_cfg_parser_verbose): New variable.
+ (mu_cfg_parse): Zero out parse_tree before returning.
+ (_scan_tree_helper): Remove dependency on MU_CONFIG_VERBOSE envar.
+ Use mu_cfg_parser_verbose instead.
+
* config/mailutils.m4: New file
* config/Makefile.am: Install mailutils.m4 to $(datadir)/aclocal

Return to:

Send suggestions and report system problems to the System administrator.