Changeset 4359
- Timestamp:
- 07/10/06 22:52:34 (2 years ago)
- Files:
-
- WiredClient/trunk/English.lproj/ReleaseNotes.rtf (modified) (1 diff)
- WiredClient/trunk/WCChat.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/English.lproj/ReleaseNotes.rtf
r4357 r4359 31 31 32 32 \f1\b0 \cf0 - Fix a problem with chat window being hidden after connect\ 33 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 34 35 \f0\b \cf2 \ 33 - Fix a problem with transfer queueing when adding multiple transfers at the same time\ 34 - Don't scroll chat to bottom after changing preferences 35 \f0\b \cf2 \ 36 \ 36 37 1.3.1\ 37 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural38 38 39 39 \f1\b0 \cf0 - Add Japanese, French and German localizations\ WiredClient/trunk/WCChat.m
r4328 r4359 774 774 - (void)preferencesDidChange:(NSNotification *)notification { 775 775 [self _update]; 776 777 [_chatOutputTextView scrollToBottom];778 776 } 779 777
