On 20 March 2012 13:08, Matthew Brush <[email protected]> wrote:
> On 12-03-19 05:29 PM, Lex Trotman wrote:
>
>>> Agree, I think Colomban's idea of adding incompatible/important changes
>>> to
>>> the NEWS file as we go, and at the top, would work well.
>>
>>
>> Sounds like we are approaching a plan.
>>
>
> This sounds like a fine idea to me. Something like the attached patch is OK?

Yep, attached adds a bit to it.

Cheers
Lex

>
> Cheers,
> Matthew Brush
>
>
> _______________________________________________
> Geany-devel mailing list
> [email protected]
> https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
>
diff --git a/NEWS b/NEWS
index 4e7bf87..6748d1f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,26 @@
 Geany 1.22 (unreleased)
 
+    General
+    * Bump dependencies to GTK >= 2.16, GLib and GIO>= 2.20 .
+
     Editor
     * Update Scintilla to version 2.29.
 
+    Filetypes
+    * Move all named styles into color schemes and keep only mappings in the
+      filetypes files. Filetypes should no longer contain styling information,
+      except `filetypes.common` which contains the default color scheme. Breaks
+      compatibility with old filetypes files.
+
+    Plugin API
+    * Rename signal `project_dialog_create` to `project_dialog_open` and
+      add new signal `project_dialog_close`. Increments plugin ABI so all
+      plugins need re-compilation even if they don't use the signal.
+
+    User Interface
+    * Keybinding Ctrl-t has been re-purposed from "transpose line" to
+      "go to tag".  Transpose line should be less used now the "move line"
+      commands are available.
 
 Geany 0.21 (October 2, 2011)
 
_______________________________________________
Geany-devel mailing list
[email protected]
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel

Reply via email to