Changeset 5470:e3c465918417 for ChangeLog
- Timestamp:
- 2008-07-25 10:24:22 (4 months ago)
- Parents:
- 5469:4604a37ad34d (diff), 5468:96b0dd25a550 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Branch:
- HEAD
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r5467 r5470 1 2008-07-24 12:15 -0400 Brendan Cully <brendan@kublai.com> (0d9c24dea7d0) 2 3 * copy.c: Remove variables no longer used since [7729b1ad530c] 4 5 * configure.ac: Disable GCC long long warnings with 6 -pedantic. Closes #2823. Thanks to Aron Griffis for the 7 suggestion. 8 9 2008-07-22 16:30 +0200 Vincent Lefevre <vincent@vinc17.org> (e27d7ce09c40) 10 11 * doc/manual.xml.head, init.h: Fix typos in manual.xml.head and 12 init.h. Closes #3096. 13 14 2008-07-21 11:53 +0200 Rocco Rutte <pdmef@gmx.net> (5511a52bbc9f) 15 16 * init.h: Use itemized lists for listing possible sort config 17 settings. 1 2008-07-21 10:24 -0400 Aron Griffis <agriffis@n01se.net> (96b0dd25a550) 2 3 * copy.h, mutt.h: noop cleanup: move mutt_copy_header flags to copy.h 4 5 Noticed while reading that these flags are better defined in copy.h 6 than mutt.h. Builds without warnings. 7 8 Signed-off-by: Aron Griffis <agriffis@n01se.net> 9 10 2008-07-24 16:19 -0400 Brendan Cully <brendan@kublai.com> (0e2f9189a1dd) 11 12 * ChangeLog, m4/codeset.m4, m4/iconv.m4: Fix m4 serial numbers to 13 avoid aclocal 1.10 warnings 14 15 2008-07-21 11:42 +0200 Rocco Rutte <pdmef@gmx.net> (7e6d98886cce) 18 16 19 17 * doc/makedoc.c: makedoc: Add ".ie" and ".il" to support itemized … … 24 22 use <itemizedlist/>, \(hy for roff and '-' for text. 25 23 24 2008-07-21 11:41 +0200 Rocco Rutte <pdmef@gmx.net> (e09af06a5312) 25 26 26 * doc/manual.xml.head: Document that account-hook is intended for 27 27 connection-related settings only 28 28 29 2008-07-21 11:40 +0200 Rocco Rutte <pdmef@gmx.net> (089c83504474) 30 29 31 * doc/manual.xml.head: Manual: Use tables for message flags as it's 30 32 more compact 31 33 34 2008-07-21 11:40 +0200 Rocco Rutte <pdmef@gmx.net> (7bdd9439304e) 35 32 36 * doc/manual.xml.head: Manual: minor formatting tweaks 33 37 34 * alias.c, init.h: Encode lines written to $alias_file in 38 2008-07-21 09:11 +0200 Rocco Rutte <pdmef@gmx.net> (f93dcd689032) 39 40 * ChangeLog, alias.c, init.h: Encode lines written to $alias_file in 35 41 $config_charset if set. Closes #3095 36 42 -
ChangeLog
r5463 r5470 1 2008-07-21 10:24 -0400 Aron Griffis <agriffis@n01se.net> (96b0dd25a550) 2 3 * copy.h, mutt.h: noop cleanup: move mutt_copy_header flags to copy.h 4 5 Noticed while reading that these flags are better defined in copy.h 6 than mutt.h. Builds without warnings. 7 8 Signed-off-by: Aron Griffis <agriffis@n01se.net> 9 10 2008-07-24 16:19 -0400 Brendan Cully <brendan@kublai.com> (0e2f9189a1dd) 11 12 * ChangeLog, m4/codeset.m4, m4/iconv.m4: Fix m4 serial numbers to 13 avoid aclocal 1.10 warnings 14 1 15 2008-07-21 11:42 +0200 Rocco Rutte <pdmef@gmx.net> (7e6d98886cce) 2 16
