From 2eb04b44dff7559f4913cee01e595f997176838f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 15 Jun 2015 02:20:11 +0200 Subject: [PATCH] Update Scintilla change log entry to use the latest 3.5.5 version. Credit ARATA Mizuki for the latest round of updates (3.4.1 -> 3.5.5). Closes #16776. --- docs/changes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index d1182e9302..0807ff4f0b 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -98,7 +98,7 @@ All (GUI): - Optimized wxRTC insertion and deletion when floating objects are present. - Added on-demand image loading option to wxRTC. - Add wxFont::GetBaseFont() (Melroy Tellis). -- Update included Scintilla to version 3.4.1 (Christian Walther, Heyoupeng). +- Update Scintilla to v3.5.5 (Christian Walther, Heyoupeng, ARATA Mizuki). - Add wxStyledTextCtrl copy/paste text events (Christian Walther). - Improve RTL support in wxStyledTextCtrl (Zane U. Ji). - Add support for loading old V1 BMP files to wxImage (Artur Wieczorek).