diff options
author | Neil <nyamatongwe@gmail.com> | 2015-01-03 10:45:48 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-01-03 10:45:48 +1100 |
commit | 032cb02df260bc08292125fe7154911619844a1c (patch) | |
tree | ed8dd399bc98b2e75c20c727ed717bc16ef2933c | |
parent | 2c9c08c2f39b9daf5dc24abdea4318cbe2510846 (diff) | |
download | scintilla-mirror-032cb02df260bc08292125fe7154911619844a1c.tar.gz |
Change log.
-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 481bedf03..933ad8640 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -508,6 +508,10 @@ When a text margin is displayed, for annotation lines, use the background colour of the base line. </li> <li> + Fix paste for GTK+ on OS X. + <a href="http://sourceforge.net/p/scintilla/bugs/1677/">Bug #1677</a>. + </li> + <li> Reverted a fix on Qt where Qt 5.3 has returned to the behaviour of 4.x. <a href="http://sourceforge.net/p/scintilla/bugs/1575/">Bug #1575</a>. </li> |