diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-02 03:48:43 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-02 03:48:43 +0800 |
commit | 6659317c32c0bb03c5559cecd17990c3f1a6721a (patch) | |
tree | 90d889a094545ff93b7eb9833c435fddab61a74e /e-util/ChangeLog | |
parent | 433683fae007ac7effc4418991cbadaf022d205a (diff) | |
download | gsoc2013-evolution-6659317c32c0bb03c5559cecd17990c3f1a6721a.tar gsoc2013-evolution-6659317c32c0bb03c5559cecd17990c3f1a6721a.tar.gz gsoc2013-evolution-6659317c32c0bb03c5559cecd17990c3f1a6721a.tar.bz2 gsoc2013-evolution-6659317c32c0bb03c5559cecd17990c3f1a6721a.tar.lz gsoc2013-evolution-6659317c32c0bb03c5559cecd17990c3f1a6721a.tar.xz gsoc2013-evolution-6659317c32c0bb03c5559cecd17990c3f1a6721a.tar.zst gsoc2013-evolution-6659317c32c0bb03c5559cecd17990c3f1a6721a.zip |
Reference signatures by their UID rather than by an integer id. Also
2004-04-01 Jeffrey Stedfast <fejj@ximian.com>
* e-account.c: Reference signatures by their UID rather than by an
integer id. Also removed the need to have 2 signature settings (no
need for the "auto" signature boolean anymore).
svn path=/trunk/; revision=25283
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 7313f5a540..90db74dc9e 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2004-04-01 Jeffrey Stedfast <fejj@ximian.com> + + * e-account.c: Reference signatures by their UID rather than by an + integer id. Also removed the need to have 2 signature settings (no + need for the "auto" signature boolean anymore). + 2004-03-31 Jeffrey Stedfast <fejj@ximian.com> * e-signature.[c,h]: New class similar to EAccount but for |