aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 6f37e98e1..5df65cad7 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -1954,7 +1954,7 @@
</li>
<li>
SciTE supports changing caret style via caret.style property.
- <a href="https://sourceforge.net/p/scintilla/feature-requests/1264/">Feature #1624</a>.
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/1264/">Feature #1264</a>.
</li>
<li>
Lexer added for .NET's Common Intermediate Language CIL.
@@ -2453,15 +2453,15 @@
</li>
<li>
Minor undefined behaviour fixed.
- <a href="https://sourceforge.net/p/scintilla/bugs/1978">Bug #1978</a>.
+ <a href="https://sourceforge.net/p/scintilla/bugs/1978/">Bug #1978</a>.
</li>
<li>
On Cocoa, improve scrolling on macOS 10.12.
- <a href="https://sourceforge.net/p/scintilla/bugs/1885">Bug #1885</a>.
+ <a href="https://sourceforge.net/p/scintilla/bugs/1885/">Bug #1885</a>.
</li>
<li>
On Cocoa, fix line selection by clicking in the margin when scrolled.
- <a href="https://sourceforge.net/p/scintilla/bugs/1971">Bug #1971</a>.
+ <a href="https://sourceforge.net/p/scintilla/bugs/1971/">Bug #1971</a>.
</li>
</ul>
<h3>
@@ -2546,7 +2546,7 @@
</li>
<li>
On GTK+ fix drawing problems including incorrect scrollbar redrawing and flickering of text.
- <a href="https://sourceforge.net/p/scintilla/bugs/1876">Bug #1876</a>.
+ <a href="https://sourceforge.net/p/scintilla/bugs/1876/">Bug #1876</a>.
</li>
<li>
On Linux, both for GTK+ and Qt, the default modifier key for rectangular selection is now Alt.
@@ -2557,7 +2557,7 @@
<li>
On Cocoa, fix doCommandBySelector but avoid double effect of 'delete'
key.
- <a href="https://sourceforge.net/p/scintilla/bugs/1958">Bug #1958</a>.
+ <a href="https://sourceforge.net/p/scintilla/bugs/1958/">Bug #1958</a>.
</li>
<li>
On Qt, the updateUi signal includes the 'updated' flags.