Add some more items to NEWS
This commit is contained in:
parent
18dea90938
commit
9b39c9973a
6
NEWS
6
NEWS
@ -4,8 +4,9 @@ Geany 1.22 (unreleased)
|
|||||||
* Bump dependencies to GTK >= 2.16 and GLib >= 2.20.
|
* Bump dependencies to GTK >= 2.16 and GLib >= 2.20.
|
||||||
* Switch to Glade 3 and dynamically loaded XML UI description.
|
* Switch to Glade 3 and dynamically loaded XML UI description.
|
||||||
* Rewrite theming support for better flexibility.
|
* Rewrite theming support for better flexibility.
|
||||||
* Add support from opening files read-only from the command line.
|
* Add support for opening files read-only from the command line.
|
||||||
* Always load the default session if configured to do so.
|
* Always load the default session if configured to do so.
|
||||||
|
* Make all filetypes use named styles to simplify colour scheme authoring.
|
||||||
|
|
||||||
Bug fixes
|
Bug fixes
|
||||||
* Fix escaping of session file paths (#3425969).
|
* Fix escaping of session file paths (#3425969).
|
||||||
@ -13,6 +14,7 @@ Geany 1.22 (unreleased)
|
|||||||
* Properly handle remote URIs received through drag 'n drop
|
* Properly handle remote URIs received through drag 'n drop
|
||||||
(#2966770, #3479567).
|
(#2966770, #3479567).
|
||||||
* Fix build with bleeding-edge GLib (#3483388).
|
* Fix build with bleeding-edge GLib (#3483388).
|
||||||
|
* Fix colour scheme selection in Ubuntu Unity (#3479674).
|
||||||
|
|
||||||
Pref
|
Pref
|
||||||
* Split "always wrap search and hide find dialog" pref into
|
* Split "always wrap search and hide find dialog" pref into
|
||||||
@ -23,6 +25,7 @@ Geany 1.22 (unreleased)
|
|||||||
a tab (Jiří Techet).
|
a tab (Jiří Techet).
|
||||||
* Add support for user-defined labels for custom commands.
|
* Add support for user-defined labels for custom commands.
|
||||||
* Fix sidebar width when on the right (#3514436).
|
* Fix sidebar width when on the right (#3514436).
|
||||||
|
* Add colour scheme selection dialog.
|
||||||
|
|
||||||
Editor
|
Editor
|
||||||
* Update Scintilla to version 2.29.
|
* Update Scintilla to version 2.29.
|
||||||
@ -57,6 +60,7 @@ Geany 1.22 (unreleased)
|
|||||||
* Rename signal "project-dialog-create" to "project-dialog-open" and
|
* Rename signal "project-dialog-create" to "project-dialog-open" and
|
||||||
add new "project-dialog-close" signal.
|
add new "project-dialog-close" signal.
|
||||||
* Add stash_group_free_settings().
|
* Add stash_group_free_settings().
|
||||||
|
* Add support for plugins written in C++.
|
||||||
|
|
||||||
Internationalisation:
|
Internationalisation:
|
||||||
* Add translations: ar, id, lt, mn, nn, sk
|
* Add translations: ar, id, lt, mn, nn, sk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user