diff options
| author | monsta <[email protected]> | 2018-03-17 23:32:25 +0300 |
|---|---|---|
| committer | monsta <[email protected]> | 2018-03-17 23:32:25 +0300 |
| commit | b0839d575da801dc842a7624fa76c79f1e8a2206 (patch) | |
| tree | fd476af495125dee2d40ff4dcbd1deb97b5d9e3d | |
| parent | 96ab5021a6cc9d7218f69551a2e05b78c27b8511 (diff) | |
| download | pluma-b0839d575da801dc842a7624fa76c79f1e8a2206.tar.bz2 pluma-b0839d575da801dc842a7624fa76c79f1e8a2206.tar.xz | |
release 1.18.4v1.18.4
| -rw-r--r-- | NEWS | 8 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +### pluma 1.18.4 + + * make sure pluma opens in the same window of the workspace + * Fixes for regexp replacement with backreferences (e.g. "\0") + * pluma-window: have GtkRecentData on stack instead of allocating it + * pluma-view: use one static variable instead two to do the same job + * put 'peas_engine_enable_loader' in the correct place + ### pluma 1.18.3 * Translations update diff --git a/configure.ac b/configure.ac index a73f2802..7f8d4709 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, 18) -m4_define(pluma_micro_version, 3) +m4_define(pluma_micro_version, 4) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], |
