X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2FChangeLog;h=d6b29286b7c553d29eb0abcc1d959f7b697193c7;hb=25b137fbf6afe8bd40b26a93543e5b8a5af87e61;hp=8a02617993d7c1b4f26810c221ca7a83b4f99307;hpb=4983f24015320207659964e39674232160a48de6;p=pspp diff --git a/lib/gtksheet/ChangeLog b/lib/gtksheet/ChangeLog index 8a02617993..d6b29286b7 100644 --- a/lib/gtksheet/ChangeLog +++ b/lib/gtksheet/ChangeLog @@ -1,3 +1,31 @@ +12 July 2007 John Darrington + + * gtksheet.c gtksheet.h: Removed view member and replaced with + function call. Removed hadjustment_changed and vadjustment_changed + functions which did nothing. Added some whitespace arount != + operators. + +09 July 2007 John Darrington + + * gtksheet.c gtksheet.h (gtk_sheet_get_active_cell): Allowed row, + column to be NULL. + +07 July 2007 John Darrington + + * gsheet-column-iface.c gsheet-column-iface.h gsheet-row-iface.c + gsheet-row-iface.h gtksheet.c gtksheet.h: Added a "subtitle" + feature on row/column titles, which shows tooltip-like popups. + +03 July 2007 John Darrington + + * gtksheet.c gtksheet.h: Removed the autoscroll-on-select feature + that was causing us grief. + +28 June 2007 John Darrington + + * gtksheet.c: Removed some features that we dont use, to get better + speed. + Sat Feb 17 17:36:56 2007 Ben Pfaff * gsheet-column-iface.c gsheet-hetero-column.c gsheet-row-iface.c