diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-02 08:45:24 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-02 08:45:24 +0800 |
commit | f5916a12a69fddd8d68c777850d2f4b217d41ae6 (patch) | |
tree | 564742692079896a60cd3d5a22b6eaab56a4cc67 /widgets/e-table/ChangeLog | |
parent | 9f325587d4b11c0959d5d6aa415236250da073d9 (diff) | |
download | gsoc2013-evolution-f5916a12a69fddd8d68c777850d2f4b217d41ae6.tar gsoc2013-evolution-f5916a12a69fddd8d68c777850d2f4b217d41ae6.tar.gz gsoc2013-evolution-f5916a12a69fddd8d68c777850d2f4b217d41ae6.tar.bz2 gsoc2013-evolution-f5916a12a69fddd8d68c777850d2f4b217d41ae6.tar.lz gsoc2013-evolution-f5916a12a69fddd8d68c777850d2f4b217d41ae6.tar.xz gsoc2013-evolution-f5916a12a69fddd8d68c777850d2f4b217d41ae6.tar.zst gsoc2013-evolution-f5916a12a69fddd8d68c777850d2f4b217d41ae6.zip |
Added "text_filter" argument that takes a const void * and returns an
2000-06-01 Christopher James Lahey <clahey@helixcode.com>
* e-cell-text.c, e-cell-text.h: Added "text_filter" argument that
takes a const void * and returns an allocated char *.
svn path=/trunk/; revision=3356
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 972775ee52..895d2b7ce9 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,6 +1,11 @@ 2000-06-01 Christopher James Lahey <clahey@helixcode.com> - * e-table-item.c: Copy and paste error. + * e-cell-text.c, e-cell-text.h: Added "text_filter" argument that + takes a const void * and returns an allocated char *. + +2000-06-01 Christopher James Lahey <clahey@helixcode.com> + + * e-table-item.c: Copy and paste error. 2000-06-01 Christopher James Lahey <clahey@helixcode.com> |