From f1ca09e359410e2b578a24a647fc383edd5ab4b5 Mon Sep 17 00:00:00 2001 From: pdmef Date: Thu, 10 Mar 2005 16:39:14 +0000 Subject: [PATCH] Rocco Rutte: added extension to ifdef patch ('ifndef', feature_* tests) + doc git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@166 e385b8ad-14ed-0310-8656-cc95a2468c6d --- ChangeLog.mutt-ng | 2 +- UPGRADING | 3 +- doc/manual.sgml.head | 44 ++++++++++++-- init.c | 28 ++++++++- init.h | 135 ++++++++++++++++++++++++++++++++++++++++++- 5 files changed, 200 insertions(+), 12 deletions(-) diff --git a/ChangeLog.mutt-ng b/ChangeLog.mutt-ng index 3f2e302..953b256 100644 --- a/ChangeLog.mutt-ng +++ b/ChangeLog.mutt-ng @@ -1,7 +1,7 @@ Changes specific to mutt-ng: 2005-03-10: - * included CD's ifdef patch + * included CD's ifdef patch plus extension ('ifndef', feature_*), see manual 2005-03-05: * added color sidebar diff --git a/UPGRADING b/UPGRADING index c2cc7d5..c446064 100644 --- a/UPGRADING +++ b/UPGRADING @@ -16,8 +16,9 @@ this still likely is incomplete. Please report missing items to 2005-03-10 - New Configuration Command (from CD's ifdef Patch): + New Configuration Command (based on CD's ifdef Patch): - ifdef + - ifndef 2005-03-07 diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index f07f026..3397b32 100644 --- a/doc/manual.sgml.head +++ b/doc/manual.sgml.head @@ -1709,19 +1709,51 @@ If the filename ends with a vertical bar (|), then source ~/bin/myscript|). -Configuring features conditionnaly