aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorKein-Hong Man <unknown>2016-01-05 23:58:17 +1100
committerKein-Hong Man <unknown>2016-01-05 23:58:17 +1100
commit442bbc78f999fac7985a901e2f5eb8930de53d2e (patch)
treee99e4517c8e6b41f5e7d65c49f8136b617f2ac64 /doc/ScintillaHistory.html
parentc27477ed450161a1abd859c5256ff97de15b9e91 (diff)
downloadscintilla-mirror-442bbc78f999fac7985a901e2f5eb8930de53d2e.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/ScintillaHistory.html')
-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