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)