+2007-03-07 12:11 -0800 Michael Tatge <Michael.Tatge@web.de> (162f0c127492)
+
+ * doc/mutt.man: Document -d in the man page
+
+2007-03-06 18:13 -0800 Alain Bench <veronatif@free.fr> (5fc8c7cee1dd)
+
+ * ChangeLog, charset.c, charset.h, crypt-gpgme.c, imap/utf7.c,
+ mbyte.c, mutt_idna.c, pgp.c, rfc2047.c, sendlib.c: Remove buggy
+ usage of M_ICONV_HOOK_TO flag in mutt_idna.c:mutt_idna_to_local().
+ Wipe unwanted code depending on M_ICONV_HOOK_TO in
+ charset.c:mutt_iconv_open(). Totally wipe M_ICONV_HOOK_TO symbol.
+ Remove misusages of M_ICONV_HOOK_FROM flag in:
+ - crypt-gpgme.c:print_utf8().
+ - mutt_idna.c:mutt_idna_to_local() and mutt_local_to_idna().
+ - pgp.c:pgp_traditional_encryptsign(). Document usage policy of
+ M_ICONV_HOOK_FROM flag. Cosmetic downcasing of some constant charset
+ names (utf-8, euc-jp) for consistency. Correction of a typo in the
+ "iso8859-5" charset name.
+
2007-03-06 17:59 -0800 Rocco Rutte <pdmef@gmx.net> (5e47385893fe)
* UPDATING, doc/manual.xml.head: Documentation updates for
similar to that of many popular shell programs, namely that a single
quote is used to specify a literal string (one that is not
interpreted for shell variables or quoting with a backslash [see
-next paragraph]), while double quotes indicate a string for which
-should be evaluated. For example, backtics are evaluated inside of
-double quotes, but not for single quotes.
+next paragraph]), while double quotes indicate a string which
+should be evaluated. For example, backquotes are evaluated inside of
+double quotes, but not single quotes.
.PP
\fB\(rs\fP quotes the next character, just as in shells such as bash and zsh.
For example, if want to put quotes (\(lq\fB"\fP\(rq) inside of a
initialization file. This is accomplished by enclosing the command
in backquotes (\fB`\fP\fIcommand\fP\fB`\fP).
.PP
-UNIX environments can be accessed like the way it is done in shells
-like sh and bash: Prepend the name of the environment by a dollar
+UNIX environment variables can be accessed like the way it is done in shells
+like sh and bash: Prepend the name of the variable by a dollar
(\(lq\fB\(Do\fP\(rq) sign.
.PP
.SH COMMANDS
\fBmacro\fP \fImap\fP \fIkey\fP \fIsequence\fP [ \fIdescription\fP ]
This command binds the given \fIsequence\fP of keys to the given
\fIkey\fP in the given \fImap\fP or maps. For valid maps, see \fBbind\fP. To
-specify multipe maps, put only a comma between the maps.
+specify multiple maps, put only a comma between the maps.
.PP
.nf
\fBcolor\fP \fIobject\fP \fIforeground\fP \fIbackground\fP [ \fI regexp\fP ]