From dfcd8b56bcc4ade03c35ba65d63fe3535ff09247 Mon Sep 17 00:00:00 2001 From: Nick Treleaven Date: Fri, 3 Dec 2010 17:53:58 +0000 Subject: [PATCH] Add more info about Scintilla fix. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5463 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9b12efab..3884a19e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ Backport Scintilla HG fix: Remove styling idle in destructor to avoid crashing when idle called after ScintillaGTK instance destroyed (fixes #3111058). + This prevents a crash when closing a modified document (usually + without a trailing newline) and choosing Save. 2010-12-01 Nick Treleaven