diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-03-30 03:04:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-03-30 03:04:25 +0800 |
commit | 860676317c11fe96f4e9216aa16e0fd9b18a9dd4 (patch) | |
tree | a836b65b5146804b11e2cb2a08d7a16874e225e1 /mail/ChangeLog | |
parent | 72f0d0c0001ed7de14640579b9473fed811b866c (diff) | |
download | gsoc2013-evolution-860676317c11fe96f4e9216aa16e0fd9b18a9dd4.tar.gz gsoc2013-evolution-860676317c11fe96f4e9216aa16e0fd9b18a9dd4.tar.zst gsoc2013-evolution-860676317c11fe96f4e9216aa16e0fd9b18a9dd4.zip |
Evolution requires GLib 2.10 now; remove dead backward-compatibility code
2007-03-29 Matthew Barnes <mbarnes@redhat.com>
* mail/em-utils.c:
* mail/mail-config.c:
* plugins/save-attachments/save-attachments.c:
Evolution requires GLib 2.10 now; remove dead backward-compatibility
code for GLib < 2.8 (#418971).
svn path=/trunk/; revision=33341
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 7f06adaf0b..a8b5ed3498 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2007-03-29 Matthew Barnes <mbarnes@redhat.com> + * em-utils.c: + * mail-config.c: + Evolution requires GLib 2.10 now; remove dead backward-compatibility + code for GLib < 2.8 (#418971). + +2007-03-29 Matthew Barnes <mbarnes@redhat.com> + * em-account-editor.c: * em-folder-view.c: * em-format-html-display.c: |