[latexila] NEWS file update



commit fe5dcd29021c72fc0b0b6ae94dca575def2d08f5
Author: Sébastien Wilmet <swilmet src gnome org>
Date:   Tue Jun 14 00:16:25 2011 +0200

    NEWS file update

 NEWS               |   12 ++++++++++++
 src/structure.vala |    1 +
 2 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index f51ce8b..f837175 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,18 @@ LaTeXila NEWS
 - Some code clean-up and little fixes
 
 
+===============================
+* Release 2.0.8 (June 14, 2011)
+===============================
+
+- Fix a segmentation fault on search
+- Change behavior of HOME and END buttons
+- More completion data (Pieter Pareit)
+- Completion: insert \item for list environments (Pieter Pareit)
+- German translation: some fixes (Max Schillinger)
+- Some other little improvements and bug fixes
+
+
 ==============================
 * Release 2.0.7 (Mar 25, 2011)
 ==============================
diff --git a/src/structure.vala b/src/structure.vala
index bd6406b..443eac2 100644
--- a/src/structure.vala
+++ b/src/structure.vala
@@ -60,6 +60,7 @@ public class Structure : VBox
     private TreeView _list_view;
     private Widget _list_view_sw;
     private ListStore _list_store;
+    // FIXME a simple list can contain several types
     private StructType _current_list_type;
     private bool _list_is_hidden = true;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]