X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2FChangeLog;h=011169e28d6f72d4592d94f8c53cf83462229f7d;hb=bdc7b7a618f9426f316cb7d84c0176507dba6fd7;hp=cb859a397eb9d6f3c28d9f32bb159573311e2e81;hpb=543b33d52255b74980108967e55422a77152a48f;p=pspp-builds.git diff --git a/lib/gtksheet/ChangeLog b/lib/gtksheet/ChangeLog index cb859a39..011169e2 100644 --- a/lib/gtksheet/ChangeLog +++ b/lib/gtksheet/ChangeLog @@ -1,3 +1,32 @@ +24 July 2007 John Darrington + + * gtksheet.c gtksheet.h: Removed the `clip' feature, which IMO + is a croc, and we're unlikely to use. In its place, added a primary + selection which supports text and html targets. + +16 July 2007 John Darrington + + * gtksheet.c gtksheet.h: Removed some legacy functions called from + gtk_sheet_finalize which caused unnecessary delays when shutting down. + +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