diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-25 03:06:54 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-25 03:06:54 +0800 |
commit | 695baf618d363f760ec81d109c6e6185e510b1e7 (patch) | |
tree | 40d7700b26e6041ac8c8ef7e40cc15fe25ba43c0 /widgets/e-table/ChangeLog | |
parent | 483c3d3ffc0addb346611c0a544f214784e349b1 (diff) | |
download | gsoc2013-evolution-695baf618d363f760ec81d109c6e6185e510b1e7.tar gsoc2013-evolution-695baf618d363f760ec81d109c6e6185e510b1e7.tar.gz gsoc2013-evolution-695baf618d363f760ec81d109c6e6185e510b1e7.tar.bz2 gsoc2013-evolution-695baf618d363f760ec81d109c6e6185e510b1e7.tar.lz gsoc2013-evolution-695baf618d363f760ec81d109c6e6185e510b1e7.tar.xz gsoc2013-evolution-695baf618d363f760ec81d109c6e6185e510b1e7.tar.zst gsoc2013-evolution-695baf618d363f760ec81d109c6e6185e510b1e7.zip |
Added infrastructure for setting the justification of columns. Still need
2000-08-24 Christopher James Lahey <clahey@helixcode.com>
* e-cell-text.c, e-cell-toggle.c, e-cell-tree.c, e-cell.c,
e-cell.h, e-table-col.c, e-table-col.h, e-table-item.c: Added
infrastructure for setting the justification of columns. Still
need to change the cells to support it and need to add user
interface to change the justification.
svn path=/trunk/; revision=5010
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 67ea4c155c..d4c0377160 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,11 @@ +2000-08-24 Christopher James Lahey <clahey@helixcode.com> + + * e-cell-text.c, e-cell-toggle.c, e-cell-tree.c, e-cell.c, + e-cell.h, e-table-col.c, e-table-col.h, e-table-item.c: Added + infrastructure for setting the justification of columns. Still + need to change the cells to support it and need to add user + interface to change the justification. + 2000-08-23 Christopher James Lahey <clahey@helixcode.com> * e-table-subset-variable.c: Fixed a bug in |