Skip to content

Commit

Permalink
release 1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Nov 21, 2018
1 parent b29b045 commit 444212e
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
### pluma 1.21.2

* sync with transifex
* tx: update translation sources
* Use the same legal.xml file
* Use make functions for HELP_LINGUAS
* tx: update help source for transifex
* tx: improve makepot
* Refer to the strftime(3) man page for more information...
* Refer to the pluma(1) man page for more information...
* Remove unused screenshots
* tx: update transifex source
* Fix spelling and grammar mistakes
* help: fix help links
* Use actual pluma screenshot for Catalan
* Use actual pluma screenshot
* tx: generate userguide source
* tx: add pluma-user-guide to transifex config
* Fix spelling and grammar mistakes
* prefs-manager: silent some build warnings
* fix a few introspection and doc warnings
* Fix search backwards with regex
* pluma-document: fix possible memory leak
* pluma-view: Fix: Don't loss the PRIMARY clipboard
* pluma-document: Fix: don't crash using files with 'bom'
* make the 'close confirmation dialog' bigger with multiple files
* 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-view: Fix bold and italic fonts in menus
* spell plugin: Autocheck spelling with [control + F7]
* add the option to hide the frist tab if there is only one tab
* notebook: drop unused 'pluma_notebook_set_always_show_tabs'
* pluma-view: Fix possible memory leak
* pluma-view: use static variables for cssprovider and settings
* pluma-view: sync the font in context-menu with gsettings key
* pluma-window: make sure some resources are freed
* add the abbility to switch tabs using [ctrl+tab] and [ctrl+shift+tab]
* pluma-view: Fix font in context menu
* pluma-view: pluma_override_font: add the provider only one time
* pluma-view: Fix: Bold and Italic fonts don't work

### pluma 1.21.1

* Translations update
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)

m4_define(pluma_major_version, 1)
m4_define(pluma_minor_version, 21)
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],
Expand Down

0 comments on commit 444212e

Please sign in to comment.