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
commit78bac301b4ad08730b16cf6c299ce644c0d359f6 (patch)
tree6804ec82a3552b4215e2b0b7fa2ffe66cca75156
parent64f72043ae05b56a26ee6302f8e2e7e5b71c4d9f (diff)
downloadscintilla-mirror-78bac301b4ad08730b16cf6c299ce644c0d359f6.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>