aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2006-05-30 07:08:31 +0000
committernyamatongwe <unknown>2006-05-30 07:08:31 +0000
commit32ee7dd73e26af0f1ec02b687be10ffaaedcaa4b (patch)
tree8ca25b573f4a57e8a4b20a5db1defd72e675f249
parent91e293a6016aa4ecd1755cb3338cbd99a87d7535 (diff)
downloadscintilla-mirror-32ee7dd73e26af0f1ec02b687be10ffaaedcaa4b.tar.gz
Added font fix.
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index ad6e43f30..7ad2c311c 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -305,6 +305,10 @@
Crash fixed in bash lexer when backslash at end of file.
</li>
<li>
+ Crash on recent releases of GTK+ 2.x avoided by changing default font from X
+ core font to Pango font "!Sans".
+ </li>
+ <li>
Fix for SciTE properties files where multiline properties continued over completely blank lines.
</li>
<li>