diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-31 04:58:10 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-31 04:58:10 +0800 |
commit | fb9c7055d91ea3b10ca01f3fe3b6bca78db8b8b2 (patch) | |
tree | 12597c417f67ffe071c789f732ca5c6f80db7b44 /widgets/e-table/ChangeLog | |
parent | ff0ab8680fe4c91d936e3ca44df346a768ac130a (diff) | |
download | gsoc2013-evolution-fb9c7055d91ea3b10ca01f3fe3b6bca78db8b8b2.tar gsoc2013-evolution-fb9c7055d91ea3b10ca01f3fe3b6bca78db8b8b2.tar.gz gsoc2013-evolution-fb9c7055d91ea3b10ca01f3fe3b6bca78db8b8b2.tar.bz2 gsoc2013-evolution-fb9c7055d91ea3b10ca01f3fe3b6bca78db8b8b2.tar.lz gsoc2013-evolution-fb9c7055d91ea3b10ca01f3fe3b6bca78db8b8b2.tar.xz gsoc2013-evolution-fb9c7055d91ea3b10ca01f3fe3b6bca78db8b8b2.tar.zst gsoc2013-evolution-fb9c7055d91ea3b10ca01f3fe3b6bca78db8b8b2.zip |
Added bold column's to ECellText.
2000-05-30 Christopher James Lahey <clahey@helixcode.com>
* e-cell-text.c, e-cell-text.h: Added bold column's to ECellText.
svn path=/trunk/; revision=3291
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 4137d17ced..f711f5c832 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,9 @@ 2000-05-30 Christopher James Lahey <clahey@helixcode.com> + * e-cell-text.c, e-cell-text.h: Added bold column's to ECellText. + +2000-05-30 Christopher James Lahey <clahey@helixcode.com> + * e-table-item.c: Make sure that the cursor is always shown when the selection changes. |