diff options
author | raveit65 <[email protected]> | 2019-06-03 17:48:44 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-03 17:48:44 +0200 |
commit | 89f76085de480547ce91b73f97a1cfb3d7200879 (patch) | |
tree | dc0d2b89d88a69f115b350123c9e030ddd8b0fe4 | |
parent | 410740db9861edc14e5119e3884b222a3bcb5f40 (diff) | |
download | pluma-89f76085de480547ce91b73f97a1cfb3d7200879.tar.bz2 pluma-89f76085de480547ce91b73f97a1cfb3d7200879.tar.xz |
release 1.23.0v1.23.0
-rw-r--r-- | NEWS | 57 |
1 files changed, 37 insertions, 20 deletions
@@ -1,27 +1,44 @@ ### pluma 1.23.0 + * Translations update + * Create FUNDING.yml + * Reindent all Python sources to ts=4. Strip trailing spaces. + * remove live.gnome from plugins section + * add quick open to readme + * add readmes and update plugins section of manual + * update how pluma can be opened from menu + * [ci] Add cppcheck html report + * [ci] Enable Clang Static Analyzer + * Help: replace link linkend with xref linkend + * Yelp viewer can't open cross-references to other parts of + * the manual using link linkend. + * update installation instructions and fix spelling and old reference + * help: update copyright + * Use ITS in docbook article info, validate with dbits schemas + * Upgrade the manual to docbook 5.0 + ### pluma 1.22.0 - tx: sync with transifex - Add update-authors.pl script which helps to update pluma.about - Read authors (updated) from pluma.about file - show enchant version when configure - Replace the deprecated enchant_dict_add_to_pwl with enchant_dict_add. - Make translatable the documenters in the about dialog - Ensure proper translation of the about dialog title - initial travis support - Add License button in About Pluma dialog - Make translatable the copyright in about dialog - Update Documenters - remove type & url attr of ulink in translation - remove deprecated help section: Opening a File from a URI - eggsmclient: avoid deprecated 'g_type_class_add_private' - addresses #391 - gets snippet window size before destroying it - simple bug fix of misplaced underscore - disable deprecation warnings for distcheck - move appdata to metainfo directory - pluma-utils: Fix memory leak - pluma-window: Fix memory leaks + * Translations update + * Add update-authors.pl script which helps to update pluma.about + * Read authors (updated) from pluma.about file + * show enchant version when configure + * Replace the deprecated enchant_dict_add_to_pwl with enchant_dict_add. + * Make translatable the documenters in the about dialog + * Ensure proper translation of the about dialog title + * initial travis support + * Add License button in About Pluma dialog + * Make translatable the copyright in about dialog + * Update Documenters + * remove type & url attr of ulink in translation + * remove deprecated help section: Opening a File from a URI + * eggsmclient: avoid deprecated 'g_type_class_add_private' + * addresses #391 - gets snippet window size before destroying it + * simple bug fix of misplaced underscore + * disable deprecation warnings for distcheck + * move appdata to metainfo directory + * pluma-utils: Fix memory leak + * pluma-window: Fix memory leaks ### pluma 1.21.2 |