diff options
author | nyamatongwe <devnull@localhost> | 2006-05-30 07:08:31 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2006-05-30 07:08:31 +0000 |
commit | 91e3f27acbba0ec299467ae66ec6b9113a356bcb (patch) | |
tree | 8ca25b573f4a57e8a4b20a5db1defd72e675f249 | |
parent | 4b28441be4d90995407eb9d19f1a5fd1cd603403 (diff) | |
download | scintilla-mirror-91e3f27acbba0ec299467ae66ec6b9113a356bcb.tar.gz |
Added font fix.
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
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> |