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
This commit is contained in:
Nick Treleaven 2008-10-18 11:38:53 +00:00
parent b73f6de578
commit 4c89dede89

13
NEWS
View File

@ -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