diff options
| author | Neil <nyamatongwe@gmail.com> | 2014-07-08 10:46:37 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2014-07-08 10:46:37 +1000 |
| commit | ee3adcb9473c71af2786097ac6972313df772313 (patch) | |
| tree | 3ec786a2d11d0452d2405aa32017eea0cedd31d5 | |
| parent | 6a37b9b32b204a6cfdf2642312c5d416086b10bd (diff) | |
| download | scintilla-mirror-ee3adcb9473c71af2786097ac6972313df772313.tar.gz | |
Chnage log.
| -rw-r--r-- | doc/ScintillaHistory.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 4d6867036..7ef54b65d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -469,6 +469,14 @@ <li> Bug fixed where style data was stale when deleting a rectangular selection. </li> + <li> + Change the function prototypes to be complete for functions exported as "C". + <a href="http://sourceforge.net/p/scintilla/bugs/1618/">Bug #1618</a>. + </li> + <li> + Fix SciTE bug where toggle bookmark did not work after multiple lines with bookmarks merged. + <a href="http://sourceforge.net/p/scintilla/bugs/1617/">Bug #1617</a>. + </li> <ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite344.zip?download">Release 3.4.4</a> |
