diff options
author | Neil <nyamatongwe@gmail.com> | 2015-08-16 09:37:30 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-08-16 09:37:30 +1000 |
commit | 72791a532b85c3b60b948dc888a4c848de5e7789 (patch) | |
tree | ad190967e25b641e18e88656c735f908816fed0e | |
parent | 5c76f0840cde7d0d3efdf8e37ca5c4ff2af71566 (diff) | |
download | scintilla-mirror-72791a532b85c3b60b948dc888a4c848de5e7789.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index f03e9602f..e8f59c12e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -504,6 +504,11 @@ <li> Fix find strip in SciTE on Windows XP to be visible. </li> + <li> + On GTK+ the keyboard command for View | End of Line was changed to Ctrl+Shift+N + to avoid clash with Search | Selection Add Next. + <a href="http://sourceforge.net/p/scintilla/bugs/1750/">Bug #1750</a>. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite360.zip?download">Release 3.6.0</a> |