aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ChangeLog
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2003-12-18 06:57:48 +0800
committerRodney Dawes <dobey@src.gnome.org>2003-12-18 06:57:48 +0800
commit919563751e1cce6a0aa42f6ec8bd02f84ec7d67c (patch)
treecb27d5f17760f2882b079c2c857355d9a0e55a03 /ui/ChangeLog
parentab9bcaa211dbcc0379a8cf9969caa1b897f35bbc (diff)
downloadgsoc2013-evolution-919563751e1cce6a0aa42f6ec8bd02f84ec7d67c.tar.gz
gsoc2013-evolution-919563751e1cce6a0aa42f6ec8bd02f84ec7d67c.tar.zst
gsoc2013-evolution-919563751e1cce6a0aa42f6ec8bd02f84ec7d67c.zip
Fix bug #49949
2003-12-17 Rodney Dawes <dobey@ximian.com> * evolution-mail-message.xml: * evolution-mail-messagedisplay.xml: Fix bug #49949 svn path=/trunk/; revision=23973
Diffstat (limited to 'ui/ChangeLog')
-rw-r--r--ui/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index a89e23d453..a13d0799d5 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-17 Rodney Dawes <dobey@ximian.com>
+
+ * evolution-mail-message.xml:
+ * evolution-mail-messagedisplay.xml: Fix bug #49949
+
2003-12-17 Chris Toshok <toshok@ximian.com>
* evolution-addressbook.xml: add ContactsViewPreview command, a
pan class='insertions'>+15 * Remove the #include for camel-spoold-store.hJeffrey Stedfast2002-06-262-1/+5 * Include <sys/time.h> for struct timeval.Not Zed2002-06-2622-2418/+1045 * #include <sys/time.h>Jeffrey Stedfast2002-06-263-1/+5 * Return the option as --digest-algo=<micalg> (gpg_ctx_parse_status): DecodeJeffrey Stedfast2002-06-252-20/+82 * implemented camel_gpg_context_set_always_trust()Jeffrey Stedfast2002-06-252-0/+19 * Use --command-fd rather than --passphrase-fd since what we really want isJeffrey Stedfast2002-06-252-1/+8 * Use --command-fd rather than --passphrase-fd since what we really want isJeffrey Stedfast2002-06-252-100/+76 * Check for ERRSIG also. (gpg_ctx_op_step): Don't try writing a passphraseJeffrey Stedfast2002-06-242-6/+14 * Return -1 on error. (gpg_decrypt): Same. (gpg_sign): Again here.Jeffrey Stedfast2002-06-233-56/+117 * more fixes, now verifying works and signing almost works as well, except gpg ...Jeffrey Stedfast2002-06-221-7/+30 * yay, I get to hold more state because Unix pipes suck so badly. This isJeffrey Stedfast2002-06-221-101/+220 * added camel_gpg_context_new which I had forgotten beforeJeffrey Stedfast2002-06-221-0/+28 * New source files implementing the CamelCipherContext class for gnupg.Jeffrey Stedfast2002-06-229-32/+1286 * Updated to support searching as well as making it use CamelDigestSummary.Jeffrey Stedfast2002-06-215-106/+325 * PR_IO_TIMEOUT_ERROR should map to ETIMEDOUT and not EAGAIN.Jeffrey Stedfast2002-06-202-2/+9 * Drop back to initial state if we came from eof state.Not Zed2002-06-202-1/+7 * Set the poll timeout to be PR_INTERVAL_MIN, this one shouldn't need to beJeffrey Stedfast2002-06-202-1/+5 * Make sure we hold the command_lock before accessing current_folder.Jeffrey Stedfast2002-06-203-2/+35 * Don't bother trying to authenticate (and thus don't throw up an errorJeffrey Stedfast2002-06-193-6/+19 * Update the freeze state of the new source folder.Jeffrey Stedfast2002-06-183-4/+37 * remove the camel-remote-store private structJeffrey Stedfast2002-06-181-17/+1 * Freeze source folders. (vee_thaw): Thaw all source folders. Fixes bugJeffrey Stedfast2002-06-152-0/+56 * Unlock the command_lock after each UID STORE command so that otherJeffrey Stedfast2002-06-152-5/+14 * Fixed compiler warnings.Jeffrey Stedfast2002-06-1510-15/+31 * Updated to use ctx->sign_protocol rather than ctx->protocol.Jeffrey Stedfast2002-06-155-10/+22 * Our parent class is camel_vee_folder, not camel_folder, fix setting ofNot Zed2002-06-114-180/+278 * Use CAMEL_EXCEPTION_SYSTEM rather than '1' for clarity.Jeffrey Stedfast2002-06-092-1/+6 * Up the timeout on the connect code to 2 minutes.Jeffrey Stedfast2002-06-072-2/+9 * Duh! The protocol is application/pgp-signature. TODO: need to have aNot Zed2002-06-07