diff options
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 8908801cb9..7703a101e5 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,17 @@ 2000-09-21 Christopher James Lahey <clahey@helixcode.com> + * backend/ebook/load-pine-addressbook.c: Added a missing include + of ctype.h. + + * backend/pas/pas-backend-file.c: Fixed a problem where using a + GList was causing us to not be reentrant. We now use an EList + here and so now this is reentrant. This should fix the "wombat + crashes every time you run evolution" bug. + + * contact-editor/e-contact-editor.c: Fixed a type mismatch. + +2000-09-21 Christopher James Lahey <clahey@helixcode.com> + * backend/ebook/load-pine-addressbook.c: Make this work when a field is spread across multiple lines. |