* ChangeLog: Added the rest of the log message.

This commit is contained in:
Roland Illig 2005-04-17 10:15:32 +00:00
parent 054e617e9b
commit 093f7a679a

View File

@ -17,7 +17,9 @@
* view.c: Corrected some typos and indentation. * view.c: Corrected some typos and indentation.
* view.c: Added four functions view_get_top(), view_get_left(), * view.c: Added four functions view_get_top(), view_get_left(),
view_get_bottom(), view_get_right() to mark the bounds of the view_get_bottom(), view_get_right() to mark the bounds of the
rectangle that can be used for displaying data. rectangle that can be used for displaying data. Expressed
view_get_datalines() and view_get_datacolumns() in terms of
these four functions.
2005-04-16 Roland Illig <roland.illig@gmx.de> 2005-04-16 Roland Illig <roland.illig@gmx.de>