diff options
author | Andreas Rönnquist <unknown> | 2018-05-28 14:23:41 +1000 |
---|---|---|
committer | Andreas Rönnquist <unknown> | 2018-05-28 14:23:41 +1000 |
commit | a9e99a64ab628e1044cc55d65a712a90af70d7a2 (patch) | |
tree | 0f9a13a352796e71f7944aeb2c6f3b9d5c6c2aa8 /doc/ScintillaHistory.html | |
parent | 39001aba9a3e181bacb6907da31a8bc8229aebf4 (diff) | |
download | scintilla-mirror-a9e99a64ab628e1044cc55d65a712a90af70d7a2.tar.gz |
Backport: Add styles for diffs containing patches.
Backport of changeset 7004:a1f932ccdee6.
Diffstat (limited to 'doc/ScintillaHistory.html')
-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 014136c1f..9b1b9241c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -521,6 +521,8 @@ <td>Dimitar Radev</td> <td>Gunter Königsmann</td> <td>Nicholai Benalal</td> + </tr><tr> + <td>Andreas Rönnquist</td> </tr> </table> <p> @@ -566,6 +568,12 @@ and ensure something is shown. </li> <li> + Diff lexer adds styles for diffs containing patches. + </li> + <li> + Regular expression crash fixed on macOS when linking to libstdc++. + </li> + <li> EDIFACT lexer adds property lexer.edifact.highlight.un.all to highlight all UN* segments. <a href="https://sourceforge.net/p/scintilla/feature-requests/1166/">Feature #1166.</a> </li> |