+2006-01-25 Timothy Hatcher <timothy@apple.com>
+
+ Move off of -[NSFont widthOfString:] since it is now deprecated.
+ Use the NSStringDrawing -[NSString sizeWithAttributes:] API.
+
+ * bridge/mac/MacFrame.mm:
+ (MacFrame::attributedString):
+ * kwq/KWQTextArea.mm:
+ (-[KWQTextAreaTextView sizeWithColumns:rows:]):
+
2006-01-24 Tim Omernick <timo@apple.com>
Reviewed by Dave Harrison.