aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorKein-Hong Man <devnull@localhost>2016-01-05 23:58:17 +1100
committerKein-Hong Man <devnull@localhost>2016-01-05 23:58:17 +1100
commitaf33a5f8053adeddf868910b981e48acc35625a7 (patch)
tree3254cd4c9e923489d2843bfce1e5f2790805d08f /doc
parentbfa0332ce324c0ffc998d39e8f903711ad6e1532 (diff)
downloadscintilla-mirror-af33a5f8053adeddf868910b981e48acc35625a7.tar.gz
Fix module ::-syntax when special characters such as 'x' are used.
Added ' and " detection as prefix chars for x repetition operator.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index c7f71d5d9..40a768a62 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -535,7 +535,10 @@
Repetition in list assignment.
<a href="http://sourceforge.net/p/scintilla/bugs/1793/">Bug #1793</a>.<br />
Highlight changed subroutine prototype syntax for Perl 5.20.
- <a href="http://sourceforge.net/p/scintilla/bugs/1797/">Bug #1797</a>.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1797/">Bug #1797</a>.<br />
+ Fix module ::-syntax when special characters such as 'x' are used.<br />
+ Added ' and " detection as prefix chars for x repetition operator.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1800/">Bug #1800</a>.
</li>
<li>
Send SCN_UPDATEUI with SC_UPDATE_SELECTION when the application changes multiple