mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
Added some ruler view support to NSTextView.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11492 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
746cc159e4
commit
b1f82d9baf
1 changed files with 17 additions and 0 deletions
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,20 @@
|
|||
2001-11-23 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/gnustep/gui/NSTableView.h:
|
||||
* Source/NSTableView.m:
|
||||
Added some additional MacOSX methods.
|
||||
* Headers/gnustep/gui/NSTextField.h:
|
||||
* Source/NSTextField.m
|
||||
Added and implemented some methods for the handling of richt text.
|
||||
* Source/extern.m
|
||||
Added notifications from NSTextStorage
|
||||
* Headers/gnustep/gui/NSTextStorage.h
|
||||
* Source/NSTextStorage.m
|
||||
Added some new methods that allow for lazy fixing of attributes in
|
||||
subclasses.
|
||||
* Source/NSTextView.m
|
||||
Added code to rulerview delegate methods.
|
||||
|
||||
Thu Nov 22 00:58:12 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* GNUmakefile (CVS_MODULE_NAME): Define.
|
||||
|
|
Loading…
Reference in a new issue