aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-02-21 09:25:53 +1100
committerNeil <nyamatongwe@gmail.com>2014-02-21 09:25:53 +1100
commit606dfef106101e083817708b714f77166971e113 (patch)
treea6bc1116a0b5f0115002d37fc255cbdf560e04d9
parent6898bef4654b346bfc3d59a27b00eb3f78475454 (diff)
downloadscintilla-mirror-606dfef106101e083817708b714f77166971e113.tar.gz
Moved change log entries which had been added to wrong release.
-rw-r--r--doc/ScintillaHistory.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index a98efe7ce..4aa293b41 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -476,12 +476,18 @@
<a href="http://sourceforge.net/p/scintilla/bugs/1577/">Bug #1577</a>.
</li>
<li>
+ Changed position of tall calltips to prefer lower half of screen to cut off end instead of start.
+ </li>
+ <li>
Fix Qt bug where double click treated as triple click.
<a href="http://sourceforge.net/p/scintilla/bugs/1575/">Bug #1575</a>.
</li>
<li>
Fix bug on Windows when resizing autocompletion list with only short strings caused the list to move.
</li>
+ <li>
+ On Cocoa fix calltips which did not appear when they were created in an off-screen position.
+ </li>
</ul>
<h3>
<a href="http://prdownloads.sourceforge.net/scintilla/scite339.zip?download">Release 3.3.9</a>
@@ -544,9 +550,6 @@
to ensure caret is inside visible area.
</li>
<li>
- Changed position of tall calltips to prefer lower half of screen to cut off end instead of start.
- </li>
- <li>
Send SCN_UPDATEUI with SC_UPDATE_SELECTION for Shift+Tab inside text.
</li>
<li>
@@ -560,9 +563,6 @@
Fix corners of SC_MARK_ROUNDRECT with Direct2D to be similar to other platforms.
</li>
<li>
- On Cocoa fix calltips which did not appear when they were created in an off-screen position.
- </li>
- <li>
SciTE uses a bookmark ribbon symbol for bookmarks as it scales better to higher resolutions
than the previous blue gem bitmap.
</li>