mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Headers/gnustep/gui/NSTableColumn.m
Source/NSTableColumn.m Headers/gnustep/gui/NSTableView.h Source/NSTableView.m git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11652 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4a5f98e0e7
commit
25d07c1ec7
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
2001-12-07 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
||||
|
||||
* Headers/gnustep/gui/NSTableColumn.h:
|
||||
* Source/NSTableColumn.m: changed the initWithIdentifier return
|
||||
type from NSTableColumn* to id. It prevents warning when
|
||||
subclassing and is consistent with the docs.
|
||||
* Headers/gnustep/gui/NSTableView.h: renamed ivar _del_editable to
|
||||
_dataSource_editable. Previously the delegate was responsible for
|
||||
tableView:setObjectValue:forTableColumn:row:, whereas it is now the
|
||||
dataSource that is responsible for it (it conforms with the docs)
|
||||
* Source/NSTableView.m: [setDelegate:], [setDataSource:] and
|
||||
[validateEditing] changed to conform to previous change
|
||||
* Source/NSTableView.m (quick_sort_internal) : fixed typo
|
||||
|
||||
Wed Dec 5 11:04:14 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSPrintInfo.m ([+initPrintInfoDefaults]): Commented out
|
||||
|
|
Loading…
Reference in a new issue