diff options
| author | raveit65 <[email protected]> | 2018-11-21 17:09:44 +0100 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2018-11-21 17:09:44 +0100 |
| commit | 5d8a29c9dba4e8d478d5977fb919b7cf26cb74f3 (patch) | |
| tree | 676123e79c5f66da0f7631e5f359f84bf666c9eb | |
| parent | 13ec68b255aaf52364410ea767e74d621ef734d3 (diff) | |
| download | pluma-1.20.3.tar.bz2 pluma-1.20.3.tar.xz | |
release 1.20.3v1.20.3
| -rw-r--r-- | NEWS | 42 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 31 insertions, 13 deletions
@@ -1,13 +1,31 @@ +### pluma 1.20.3 + + * Translations update + * Use make functions for HELP_LINGUAS + * Refer to the strftime(3) man page for more information... + * Refer to the pluma(1) man page for more information... + * Remove unused screenshots + * Fix spelling and grammar mistakes + * help: fix help links + * Use actual pluma screenshot for Catalan + * Use actual pluma screenshot + * add userguide to transifex config + * Fix spelling and grammar mistakes + * pluma-document: Fix: don't crash using files with 'bom' + * pluma-view: Fix: unexpectedly switch between tabs + * close-confirmation-dialog: Fix: don't resize the dialog unexpectedly + * pluma-sort-plugin: avoid extra empty line + ### pluma 1.20.2 - sync with transifex - pluma-notebook: avoid new file with double click in vertical scrollbar - pluma-notebook: avoid new file with double click in forward arrow button - 1.20: pluma-notebook: Fix: unexpected behavior with dnd selected text - pluma-view: Fix: unexpected behavior with dnd under line numbers - pluma-print-preview: Fix weird behavior with mouse buttons - Fix: Pluma crashes with mouse wheel over a tab - pluma-view.c: Fix: GtkCheckMenuItem "Display line numbers" improved + * Translations update + * pluma-notebook: avoid new file with double click in vertical scrollbar + * pluma-notebook: avoid new file with double click in forward arrow button + * pluma-notebook: Fix: unexpected behavior with dnd selected text + * pluma-view: Fix: unexpected behavior with dnd under line numbers + * pluma-print-preview: Fix weird behavior with mouse buttons + * Fix: Pluma crashes with mouse wheel over a tab + * pluma-view.c: Fix: GtkCheckMenuItem "Display line numbers" improved ### pluma 1.20.1 @@ -15,7 +33,7 @@ ### pluma 1.20.0 - * sync with transifex + * Translations update * require GTK+ 3.22 and GLib 2.50 * put 'peas_engine_enable_loader' in the correct place * update copyright year to 2018 @@ -27,7 +45,7 @@ ### pluma 1.19.3 - * sync with transifex + * Translations update * pluma-window: have GtkRecentData on stack instead of allocating it * WidthOfScreen and HeightOfScreen implementation * Fixes for regexp replacement with backreferences (e.g. "\0") (#259) @@ -41,7 +59,7 @@ ### pluma 1.19.2 - * sync with transifex + * Translations update * don't request to save documents with no changes * add gsettings key to hide/show(default) tabs with the side pane * Hide tabs if we are using the sidebar @@ -78,7 +96,7 @@ ### pluma 1.19.0 - * sync with transifex + * Translations update * double click to the right of the last open tab to open a new tab * Support new location of gtk bookmarks file * docs: we have encodings combobox, not option menu diff --git a/configure.ac b/configure.ac index 71b935bc..060d724f 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.63.2) m4_define(pluma_major_version, 1) m4_define(pluma_minor_version, 20) -m4_define(pluma_micro_version, 2) +m4_define(pluma_micro_version, 3) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], |
