diff options
author | raveit65 <[email protected]> | 2018-01-30 16:12:24 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-30 16:12:24 +0100 |
commit | 29d362e10ff63935fa1ecc12a0156b43fd3c11b9 (patch) | |
tree | dfd9ea1eec4381a57d997fe362daafd49b642dc2 /NEWS | |
parent | a172d58baf65a7c877c81b063be702ce751dedd2 (diff) | |
download | pluma-29d362e10ff63935fa1ecc12a0156b43fd3c11b9.tar.bz2 pluma-29d362e10ff63935fa1ecc12a0156b43fd3c11b9.tar.xz |
release 1.20v1.20.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 28 |
1 files changed, 20 insertions, 8 deletions
@@ -1,15 +1,27 @@ +### pluma 1.20.0 + + * sync with transifex + * require GTK+ 3.22 and GLib 2.50 + * put 'peas_engine_enable_loader' in the correct place + * update copyright year to 2018 + * Fix: make the list of recently used files working again + * drop unused variables + * pluma-spell-checker-language.c: Fix build warning: + * pluma.c: Fix build warning: + * pluma-document.c: Fix build warning: + ### pluma 1.19.3 - sync with transifex - pluma-window: have GtkRecentData on stack instead of allocating it - WidthOfScreen and HeightOfScreen implementation - Fixes for regexp replacement with backreferences (e.g. "\0") (#259) - pluma-view.c: use one static variable instead two to do the same job - make sure pluma open in the same window of the workspace + * sync with transifex + * pluma-window: have GtkRecentData on stack instead of allocating it + * WidthOfScreen and HeightOfScreen implementation + * Fixes for regexp replacement with backreferences (e.g. "\0") (#259) + * pluma-view.c: use one static variable instead two to do the same job + * make sure pluma open in the same window of the workspace Fix: pluma closes tabs unexpectedly with [right+middle] click [ctrl] + [+] / [ctrl] + [-] using the numeric keypad - add gsettings key: Show save confirmation if the files have changes - Fix: wrong behavior holding down [middle + right] click + * add gsettings key: Show save confirmation if the files have changes + * Fix: wrong behavior holding down [middle + right] click [ctrl] + [+] / [ctrl] + [-] to increase/decrease font size ### pluma 1.19.2 |