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?

Cheers,
Matthew Brush

diff --git a/NEWS b/NEWS
index 4e7bf87..a4a6a76 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,15 @@ Geany 1.22 (unreleased)
     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.
 
 Geany 0.21 (October 2, 2011)
 
_______________________________________________
Geany-devel mailing list
Geany-devel@uvena.de
https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel

Reply via email to