[latexila] NEWS file: add news for 3.24.3 and write more details for next version



commit 838e38b453f5bf9135c27030af43cc0a518481bb
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Aug 20 17:00:59 2017 +0200

    NEWS file: add news for 3.24.3 and write more details for next version

 NEWS |   29 ++++++++++++++++++++++++-----
 1 files changed, 24 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8dd6d33..0e532a7 100644
--- a/NEWS
+++ b/NEWS
@@ -2,13 +2,32 @@ LaTeXila NEWS
 
 Release 3.xx.y, 2017-xx-yy (not yet released)
 --------------------------
-* Use more Tepl features (15935 -> 15815 lines of Vala code and
-  gedit-close-button.c removed).
-* Small improvements here and there.
-* latexmk post-processor: fix bug with LaTeX warnings and badboxes not
-  detected with new versions of latexmk.
+* Internal code refactoring, use more Tepl features:
+  * Use TeplNotebook/TeplTabGroup properties (especially :active-tab).
+  * Use TeplTab::close-request signal.
+  * Use TeplTabLabel (and create subclass to add more info to the tooltip).
+    This permitted to remove gedit-close-button.c.
+  * Bind Document:location property to TeplFile:location to be able to use some
+    TeplFile and TeplBuffer APIs.
+  * Use some Tepl GActions for the Edit menu (cut/copy/paste etc).
+
+* latexmk post-processor: fix bug with LaTeX errors and warnings not detected
+  with new versions of latexmk.
+* Small bug fixes:
+  * Search: replace all button: center content vertically.
+  * LaTeX and Math menus: grab focus to active text view after inserting text.
+* Small improvement: make the tab label tooltip clearer: "Main file" ->
+  "Project main file".
 * Translation updates.
 
+Release 3.24.3, 2017-08-20
+--------------------------
+* latexmk post-processor: fix bug with LaTeX errors and warnings not detected
+  with new versions of latexmk.
+* Small bug fixes:
+  * Search: replace all button: center content vertically.
+  * LaTeX and Math menus: grab focus to active text view after inserting text.
+
 Release 3.25.1, 2017-07-18
 --------------------------
 * The Gtef library has been renamed to Tepl, adapt the code accordingly.


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