-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
55 lines (46 loc) · 1.73 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
20013-11-7 Alessandro Sangiuliano ,“Slex”, <alex22_7 at hotmail dot com>
* StepChat: Added MainMenu.xib;
Fixed MainMenu.nib;
* MessageWindowController.m: Fixed a bug
* StepChat: others minor changes to fix Cocoa compatibility
2006-05-12 Yen-Ju Chen <yjchenx at gmail>
* xmpp/Roster.h:
Fix complain from gsdoc.
* xmpp/Roster.m:
Remove ';' in the end of method.
2006-05-04 Yen-Ju Chen <yjchenx at gmail>
* xmpp/GNUmakefile:
* GNUmakefile:
Include etoile.make in order to access Addresses
before it is installed.
2006-05-02 Yen-Ju Chen <yjchenx at gmail>
* xmpp/RosterGroup.m:
* RosterController.m:
Make sure the index is in the range of array.
* PreferencesWindowController.m:
Change default color to darker ones.
* RosterController.m:
Change color based on states on GNUstep.
* StepChatInfo.plist:
Use MainMenu.nib as interface since it works for now.
2006-05-01 Yen-Ju Chen <yjchenx at gmail>
* RosterWindow.m:
Use - outlineView:willDisplayCell:forTableColumn:item: to change cell
property and simplify outlineView:objectValueForTableColumn:byItem:,
which should just return object to display.
GNUstep does not accept NSCell as object to display.
The color text does not work yet.
Because it is difficult to link NSTableColumn from Gorm,
we link it manually in windowDidLoad and set minimal width.
* English.lproj/RosterWindow.gorm:
Update all links from NSOwner.
* RosterWindow:
Fix size calculation broken by changes abolve.
* English.lproj/MessageWindow.gorm:
* English.lproj/PasswordBox.gorm:
Make it work for GNUstep.
* English.lproj/MainMenu.gorm:
Write new MainMenu. Not complete yet.
* MessageWindowController.m:
* RosterController.m:
Do not change size on GNUstep.