diff options
| author | raveit65 <[email protected]> | 2018-06-01 19:00:26 +0200 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2018-06-01 19:00:26 +0200 |
| commit | f59c833f07334925c5fbd63dae9b38510c571f29 (patch) | |
| tree | 4fe1c824854791c98534ce0f7a82e459665468d2 | |
| parent | 7a65b67ad1239421b7d2f7ab75345daaa357dbe9 (diff) | |
| download | pluma-1.20.2.tar.bz2 pluma-1.20.2.tar.xz | |
release 1.20.2v1.20.2
| -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], |
