diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-22 21:14:10 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-22 21:14:10 +0800 |
commit | 97502c28df8b4a419b7230c19338b087b161f423 (patch) | |
tree | b1c0e3eaa854990ed0f06f78ecd61d9ec8bd892a /addressbook/ChangeLog | |
parent | 2a20e41b574fa96a513a0a8faa4544cbef895146 (diff) | |
download | gsoc2013-evolution-97502c28df8b4a419b7230c19338b087b161f423.tar gsoc2013-evolution-97502c28df8b4a419b7230c19338b087b161f423.tar.gz gsoc2013-evolution-97502c28df8b4a419b7230c19338b087b161f423.tar.bz2 gsoc2013-evolution-97502c28df8b4a419b7230c19338b087b161f423.tar.lz gsoc2013-evolution-97502c28df8b4a419b7230c19338b087b161f423.tar.xz gsoc2013-evolution-97502c28df8b4a419b7230c19338b087b161f423.tar.zst gsoc2013-evolution-97502c28df8b4a419b7230c19338b087b161f423.zip |
Added a function to set the status message associated with a given view.
2000-09-22 Christopher James Lahey <clahey@helixcode.com>
* backend/ebook/e-book-view-listener.c,
backend/ebook/e-book-view-listener.h, backend/ebook/e-book-view.c,
backend/ebook/e-book-view.h, backend/idl/addressbook.idl,
backend/pas/pas-book-view.c, backend/pas/pas-book-view.h: Added a
function to set the status message associated with a given view.
This is not yet implemented in the gui.
svn path=/trunk/; revision=5549
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 1e6f095ed7..30b8213aef 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,14 @@ 2000-09-22 Christopher James Lahey <clahey@helixcode.com> + * backend/ebook/e-book-view-listener.c, + backend/ebook/e-book-view-listener.h, backend/ebook/e-book-view.c, + backend/ebook/e-book-view.h, backend/idl/addressbook.idl, + backend/pas/pas-book-view.c, backend/pas/pas-book-view.h: Added a + function to set the status message associated with a given view. + This is not yet implemented in the gui. + +2000-09-22 Christopher James Lahey <clahey@helixcode.com> + * backend/ebook/e-book.c, backend/ebook/e-book.h, backend/idl/addressbook.idl, backend/pas/pas-backend-file.c, backend/pas/pas-backend-ldap.c, backend/pas-backend.c, |