aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-11-02 12:13:17 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-11-02 12:13:17 +0800
commit18cee24a50b93f4b6b7c053a54a1ec90bf22b69e (patch)
treeeba6dd675312f97d9aa5e91b3fa751062773085b /mail/ChangeLog
parentf665251bcf9820840d406d096358034178e1ab40 (diff)
downloadgsoc2013-evolution-18cee24a50b93f4b6b7c053a54a1ec90bf22b69e.tar
gsoc2013-evolution-18cee24a50b93f4b6b7c053a54a1ec90bf22b69e.tar.gz
gsoc2013-evolution-18cee24a50b93f4b6b7c053a54a1ec90bf22b69e.tar.bz2
gsoc2013-evolution-18cee24a50b93f4b6b7c053a54a1ec90bf22b69e.tar.lz
gsoc2013-evolution-18cee24a50b93f4b6b7c053a54a1ec90bf22b69e.tar.xz
gsoc2013-evolution-18cee24a50b93f4b6b7c053a54a1ec90bf22b69e.tar.zst
gsoc2013-evolution-18cee24a50b93f4b6b7c053a54a1ec90bf22b69e.zip
fmt argument should be const.
2000-11-01 Jeffrey Stedfast <fejj@helixcode.com> * mail-threads.c (mail_op_set_message): fmt argument should be const. svn path=/trunk/; revision=6343
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index c1beb752d4..f9eaf33960 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-01 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * mail-threads.c (mail_op_set_message): fmt argument should be
+ const.
+
2000-11-01 Dan Winship <danw@helixcode.com>
Make "Get Mail" even more functional on IMAP (scans all folders),
@@ -105,7 +110,7 @@
strdup'ing the content? This seems to fix the memory corruption
problems.
(mail_generate_reply): Make sure that the last char in the
- generated reply text is '\0' (when bodt text doesn't end with a
+ generated reply text is '\0' (when body text doesn't end with a
\n, a random char will appear otherwise).
2000-10-31 Dan Winship <danw@helixcode.com>