diff options
| -rw-r--r-- | NEWS | 11 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +### 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 + ### pluma 1.20.1 * Make notebook tabs scrollable diff --git a/configure.ac b/configure.ac index df5eac01..71b935bc 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, 1) +m4_define(pluma_micro_version, 2) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], |
