diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-06 16:22:36 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-06 16:22:36 +0800 |
commit | 5ae49242fcdbdb41bdfa642f43eb1805dc209534 (patch) | |
tree | d6f115e266025e092f92eb2a12492c207ac7f7bc /addressbook/ChangeLog | |
parent | 4d53826308a95d959a986b7b7cc57abf80e85862 (diff) | |
download | gsoc2013-evolution-5ae49242fcdbdb41bdfa642f43eb1805dc209534.tar.gz gsoc2013-evolution-5ae49242fcdbdb41bdfa642f43eb1805dc209534.tar.zst gsoc2013-evolution-5ae49242fcdbdb41bdfa642f43eb1805dc209534.zip |
ignore the marshal generated stuff.
2002-11-05 Chris Toshok <toshok@ximian.com>
* gui/contact-list-editor/.cvsignore: ignore the marshal generated
stuff.
* gui/contact-list-editor/Makefile.am: typical port stuff. add
marshaller generation foo, dist it...
* gui/contact-list-editor/e-contact-list-editor.[ch]: Port to
GObject/gnome2.
* gui/contact-list-editor/e-contact-list-model.[ch]: Port to
GObject/gnome2.
svn path=/trunk/; revision=18590
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7e95ba8e82..fa3958a0f0 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,19 @@ 2002-11-05 Chris Toshok <toshok@ximian.com> + * gui/contact-list-editor/.cvsignore: ignore the marshal generated + stuff. + + * gui/contact-list-editor/Makefile.am: typical port stuff. add + marshaller generation foo, dist it... + + * gui/contact-list-editor/e-contact-list-editor.[ch]: Port to + GObject/gnome2. + + * gui/contact-list-editor/e-contact-list-model.[ch]: Port to + GObject/gnome2. + +2002-11-05 Chris Toshok <toshok@ximian.com> + * gui/contact-editor/.cvsignore: ignore the marshal generated stuff. |