From 3921732c9a661a5402254e7e0edca4a442d0e31e Mon Sep 17 00:00:00 2001 From: Frank Lanitz Date: Fri, 23 Sep 2011 18:31:58 +0000 Subject: [PATCH] Fix a wrong file reference inside ChangeLog git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5953 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 85df64c7..f1f505ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,11 +9,11 @@ 2011-09-20 Nick Treleaven * src/keyfile.c: - Rename use_safe_file_saving various pref to use_atomic_file_saving - as it's not 'safe'. Use old pref if new one is missing for + Rename use_safe_file_saving various pref to use_atomic_file_saving + as it's not 'safe'. Use old pref if new one is missing for compatibility with Geany <= 0.20. * src/prefs.c, src/stash.h, src/stash.c: - Fix making various prefs tree sync with data values when showing + Fix making various prefs tree sync with data values when showing the prefs dialog (patch by Dimitar Zhekov, thanks). @@ -121,7 +121,7 @@ * doc/plugins.dox: Update of wording to fix some grammatical issues etc. on plugin howto. Patch provided by Matthew Brush. Thanks. - * data/filetype_extensions.conf: + * data/filetypes.Cython.conf: Extend list of primary keywords. Patch by Alexander Eberspächer. Thanks.