From 4c89dede89560cf5da8397d71861dcecb195d6f4 Mon Sep 17 00:00:00 2001 From: Nick Treleaven Date: Sat, 18 Oct 2008 11:38:53 +0000 Subject: [PATCH] Remove another two less interesting items; edit soft tabs item, minor editing. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3119 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- NEWS | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index a9588a4b..ab1d2cc5 100644 --- a/NEWS +++ b/NEWS @@ -23,7 +23,6 @@ Geany 0.15 (October 19, 2008) * Make disk check timeout configurable (zero disables disk checks). * Add search pref: 'Use the current file's directory for Find in Files' (#1930435). - * Add files pref 'Open new documents from the command-line'. Interface: * Make keyboard shortcuts dialog non-modal (#1999384). @@ -43,14 +42,12 @@ Geany 0.15 (October 19, 2008) autocompletion. * Highlight matching brace indent guides (thanks to Jason Oster; #2104099). - * Cancel autocompletion on Undo/Redo (thanks to Jason Oster; #2102715). * Show brace indent guides on empty lines when appropriate (thanks to Jason Oster; #2105982). * Add 'Tab key indents' pref, on by default. - * Implement soft tabs support (#1662173). Thanks to Joerg Desch for - explaining how it needed to work. There's now separate Width and Tab - Width indent prefs, the latter for the new 'Tabs & Spaces' Indent - Type. + * Implement soft tabs support (#1662173). There's now a 'Tabs & Spaces' + Indent Type, and separate Width, Hard Tab Width indent prefs. (Thanks + to Joerg Desch for explaining how it needed to work). * Auto-update the line margin width as lines are added (thanks to Jason Oster; #2129157). * Add "Replace spaces by tabs". @@ -76,8 +73,8 @@ Geany 0.15 (October 19, 2008) Embedded Terminal: * Fix hang when restarting the VTE (#1990323) with VTE 0.16.14. - Note that with VTE 0.16.14 the reset sometimes leaves a blank - terminal, but pressing enter makes it then behave as normal. + (Note that with VTE 0.16.14 the reset sometimes leaves a blank + terminal, but pressing enter makes it then behave as normal). Plugins: * Add Split Window plugin (should work OK for viewing; full editing