From 9a6cc39f9d2a9f6766d3ccd78f4f0ce2397fc582 Mon Sep 17 00:00:00 2001 From: LarsGit223 Date: Fri, 27 Sep 2019 21:28:55 +0200 Subject: [PATCH] NEWS: two additions and two fixed typos --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 923f32733..4b65666b6 100644 --- a/NEWS +++ b/NEWS @@ -15,7 +15,7 @@ Geany Plugins 1.36 (not yet released) * Fix deprecated GTK call for GTK+3 (PR #857) Automark: - * Fix compiler warning (PR #863, Issue #574 + * Fix compiler warning (PR #863, Issue #574) Debugger: * Add GTK+3 compatibility (PR #791) @@ -47,6 +47,7 @@ Geany Plugins 1.36 (not yet released) Scope: * Improve evaluation on-hover (PR #823) + * Fix a crash on refreshing "Locals" (Issue #824, PR #827) Tableconvert: * Fix deprecated GTK call for GTK+3 (PR #859) @@ -57,13 +58,13 @@ Geany Plugins 1.36 (not yet released) UpdateChecker: * Update URL for getting current version of Geany (PR #880) * Remove duplicate config_file definition in source code (PR #903) - VimMode: * Allow browsing command history using arrows (PR #847, PR #848) * Check modifiers in command mode (PR #848) * Let ctrl-c leave the command mode (PR #848) * Add going to beginning/end of command line (PR #848) + * Separate command and search history (PR #848) Workbench: * Fix deprecated GTK call for GTK+3 (PR #853)