commit 837036d73ed49a390cae6bbaac9a4f1e6d5b6de9
Author: lukefromdc <lukefromdc@hushmail.com>
Date:   Thu Jan 22 01:35:03 2026 -0500

    Release 1.28.1

commit 009702fbf5ccc3c774bc8cb63fe78069aebca027
Author: Victor Kareh <vkareh@redhat.com>
Date:   Mon Jan 19 15:50:42 2026 -0500

    plugins: Fix compatibility with gobject-introspection
    
    Starting with version 1.80, girepository moved from gobject
    introspection into glib and bump the API version to 2.0. This change
    adds flags to support both API versions.

commit 0ea9f2ea29b5818564eef79af6f76e075f603ece
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Dec 15 22:37:36 2025 +0000

    build(deps): bump actions/cache from 4 to 5
    
    Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](https://github.com/actions/cache/compare/v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>

commit decd807e9e642816a5a5fba94e75d044759eb8fc
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date:   Thu Nov 6 07:13:50 2025 +0100

    remove undeclared dependency on on 'six' Py2+3 shim
    
    Hi,
    
    "six" is being removed from Debian,
    
       https://wiki.debian.org/Python3-six-removal
    
    ... quite successfully (look at the graph)
    
       https://qa.debian.org/popcon-graph.php?packages=python3-six%20python-six-doc&show_installed=on&want_legend=on&want_ticks=on&date_fmt=%25Y-%25m&beenhere=1
    
    this patch remove the old Py 2 + 3 shim integration
    
    otherwise "six" must be brought in back again by "pluma"
    
    https://tracker.debian.org/news/1686894/accepted-pluma-1280-2-source-into-unstable/
    
    (this one change should be reverted once this one got in)
    
    Greetings

commit 323da86cf1678af8c487b9289945dd4be17a3494
Author: Victor Kareh <vkareh@redhat.com>
Date:   Fri Sep 26 10:12:41 2025 -0400

    pluma-app: Register pluma with GtkApplication
    
    The PlumaApp was not being registered with GtkApplication, leading to
    segfaults when restoring state through the sesion manager.

commit af0168b6dd83c57bf9f831b2fe2c04e1216bd916
Author: Victor Kareh <vkareh@redhat.com>
Date:   Fri Sep 5 17:34:36 2025 -0400

    Use GtkApplication and GtkApplicationWindow
    
    Instead of using GtkWindow, we create a PlumaApplication that inherits
    from GtkApplication. This is the initial groundwork for deprecating
    a bunch of old GTK functions (like GtkActions).

commit 29665fe9d62c55100f4a472859c046f3baa35e10
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon May 26 06:35:07 2025 +0000

    build(deps): bump actions/cache from 3 to 4
    
    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](https://github.com/actions/cache/compare/v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>

commit 27e1cc6f93b190c9e0efae255d2f6dfa227c9fcc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Aug 12 09:41:22 2025 +0000

    build(deps): bump actions/checkout from 4 to 5
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/checkout/compare/v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>

commit 8668b7785729f4611e76264e916b72e88004bceb
Author: Xiaotian Wu <yetist@gmail.com>
Date:   Fri May 23 15:38:57 2025 +0800

    CI: drop travis CI

commit a9fb14f6947da649fc7acd00a5383bb3f73435a2
Author: Xiaotian Wu <yetist@gmail.com>
Date:   Wed May 21 17:31:55 2025 +0800

    Try to use github action

commit b78ac59b1e0d7d90e39ae89a6cb62b492e89a807
Author: lukefromdc <lukefromdc@hushmail.com>
Date:   Sat May 3 00:57:39 2025 -0400

    ci: bring back python3-gobject-devel for Fedora
    
    This is the new name of what used to be pygobject3-devel

commit 727e610a808e9490ca007cd9a5551f76f48d2329
Author: Marc Deslauriers <marc.deslauriers@canonical.com>
Date:   Thu Jan 30 09:14:01 2025 -0500

    Fix window size saving when maximized
    
    It is expected when maximizing a window, that the unmaximized
    size should be remembered, and restored again when the window
    is unmaximized.
    
    The current behaviour was saving the maximized size, in addition
    to the maximized state, which is unexpected.
    
    In addition, there is no reason to hardcode a default size, as
    the schema contains a default size.

commit 75032aef04ba5326d29c7b594abe1d51491c376e
Author: Marc Deslauriers <marc.deslauriers@canonical.com>
Date:   Thu Jan 30 09:09:40 2025 -0500

    Do not use the window allocation to save the window size
    
    Using the window allocation directly causes the window size to
    grow each time pluma is opened as it includes window decorations.
    Use gtk_window_get_size() instead, as recommended in the GTK
    documentation.
    
    (see https://docs.gtk.org/gtk3/method.Window.set_default_size.html)

commit 72e5c2e229d66718c54b2e0b851062051c6cb5e8
Author: lukefromdc <lukefromdc@hushmail.com>
Date:   Sun Dec 8 23:41:29 2024 -0500

    Show the default in the filechooser's Character Encoding combo box
    
    *Move initialization of the combo box into a constructor function as in gedit

commit d3269fda17ce5cb32af99376c073a1650ee6ac80
Author: lukefromdc <lukefromdc@hushmail.com>
Date:   Mon Dec 9 00:03:04 2024 -0500

    ci: remove no longer existing pygobject3-devel in fedora

commit 040020ac3cc43b64dbe079f1b8985d0d879e2d34
Author: lukefromdc <lukefromdc@hushmail.com>
Date:   Sun Dec 8 23:51:43 2024 -0500

    ci: usual updates for current travis changes

commit 964cbd4015512c12072dd16b3dff59c2a1f56018
Author: raveit65 <mate@raveit.de>
Date:   Mon Feb 19 00:01:24 2024 +0100

    release 1.28.0

commit a9da4b345c5b59365da46e697f01ff5070ff65b9
Author: raveit65 <mate@raveit.de>
Date:   Sun Feb 18 23:58:46 2024 +0100

    tx: sync with transifex

commit 27ab399d8d546dc2691302c1abe51eb4b418a469
Author: raveit65 <mate@raveit.de>
Date:   Thu Jan 25 23:34:46 2024 +0100

    ci: use ubuntu jammy as docker

commit 7bcb81839c4ac8160a1207efa27b78987f1ceb4e
Author: Filip Szymański <fszymanski@users.noreply.github.com>
Date:   Mon Nov 27 16:21:25 2023 +0100

    modelines plugin: add a shorter version of the 'textwidth' option ('tw')

commit e10e9e09260e2c0eacaff395d71d42281df7fc15
Author: raveit65 <mate@raveit.de>
Date:   Sun Dec 10 22:30:23 2023 +0100

    CI: update libpeas dependency for fedora 39

commit 5752a3d49b6df46096f01c35b251c5f6f7ec259c
Author: raveit65 <mate@raveit.de>
Date:   Fri Oct 20 19:40:07 2023 +0200

    replace deprecated gtk_image_menu_item*

commit 2fdc5140395d7e1e0050b64af7f5eeb019ebbeb5
Author: raveit65 <mate@raveit.de>
Date:   Tue Sep 19 16:27:56 2023 +0200

    tx: sync with transifex

commit 6a5488103930c1e149e13eacfdc8981b7bd57918
Author: raveit65 <mate@raveit.de>
Date:   Tue Sep 19 16:09:15 2023 +0200

    tx: fix warnings in id, ru and sr translations

commit f643dde74cbd670b4c9a85c861c77a055f5bfd8a
Author: liulinsong <kingysu@qq.com>
Date:   Fri May 26 11:14:53 2023 +0800

    Update pluma/pluma-pango.c
    
    Co-authored-by: Colomban Wendling <hypra@ban.netlib.re>

commit dd41053c243739fc23aa31a1a2f02c3d13c43efb
Author: liiulinsong <liulinsong@kylinos.cn>
Date:   Thu May 25 17:16:41 2023 +0800

    Add quotes before and after font-family's value

commit 33f39456bba463e280a3dbb811432d6ca443ef1d
Author: Wu Xiaotian <yetist@gmail.com>
Date:   Mon Jun 22 00:09:07 2020 +0000

    tools: update template to generate new pluma plugin

commit b724befdb6e61f97b44d04b9d55bc690aee5069f
Author: Wu Xiaotian <yetist@gmail.com>
Date:   Mon Jun 22 00:01:07 2020 +0000

    tools: update to use python3

commit f628a6ef38b7c42febf8fbc450d46ab1f5461f6f
Author: mbkma <johannes.unruh@fau.de>
Date:   Wed Nov 9 23:32:26 2022 +0100

    release 1.27.0

commit eac72ae7bd8f11d2091de19c44cb41d496474fde
Author: mbkma <johannes.unruh@fau.de>
Date:   Wed Nov 9 22:22:17 2022 +0100

    tx: sync with transifex

commit de4c6fa58dc7f935a4ec9d2d726f01a6255f9126
Author: mbkma <johannes.unruh@fau.de>
Date:   Sat Oct 29 15:39:07 2022 +0200

    tx: update resource

commit 16b5badfd873f545a4d93ba4671806ea7c950b15
Author: mbkma <johannes.unruh@fau.de>
Date:   Fri Oct 28 21:55:18 2022 +0200

    tx: migrate config file

commit 413f9e46eb73e5ebec9a05b5669df8b927126596
Author: Balázs Dura-Kovács <balping314@gmail.com>
Date:   Thu Aug 18 17:44:41 2022 +0200

    Fix out-of-bounds write
    
    Closes https://github.com/mate-desktop/pluma/issues/664
    
    The size of tempfont was one byte too short, so strcpy performed an out-of-bounds write of the terminating 0.

commit d99eb16fa11b5a3abeb06f10d8d23cf3ce9ff853
Author: rbuj <robert.buj@gmail.com>
Date:   Tue Mar 15 10:21:44 2022 +0100

    pluma-view: 'len' is assigned a value that is never used

commit 1172680e735dcfd2e43b398233d77bef8304e5dc
Author: rbuj <robert.buj@gmail.com>
Date:   Tue Mar 15 10:08:21 2022 +0100

    pluma-commands-search: 'len' is assigned a value that is never used

commit 6bd34181f2490f313a835ce59f82f696c42a2d0a
Author: rbuj <robert.buj@gmail.com>
Date:   Thu Oct 21 14:50:15 2021 +0200

    filebrowser: fix warning -Wincompatible-pointer-types

commit 5358eaef9720283551321b6cd8c7f63efd15ed0f
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Nov 24 20:30:24 2021 +0100

    pluma-metadata-manager: remove time.h

commit 188204ac0ef18800207393e9b71d7d2a95d5f408
Author: rbuj <robert.buj@gmail.com>
Date:   Thu Oct 28 10:31:27 2021 +0200

    pluma: fix build warning about missing field initializer

commit 98b80aa2be3add2ce4ef86a79c4e348db43c32d1
Author: rbuj <robert.buj@gmail.com>
Date:   Sun Nov 28 09:24:30 2021 +0100

    pluma-document: Redundant null check

commit 5eace01ce45cf476d6a4a4d943656894a6287983
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Dec 22 06:52:23 2021 +0100

    pluma-encodings-combo-box: implicit conversion changes signedness

commit 3d732011e34a9b0c593ade0f66261fe7847dceab
Author: John Hein <dkeabg7vp4@snkmail.com>
Date:   Sun Dec 12 20:33:16 2021 -0700

    Increase POSIX compliance and simplify.  Remove bashisms and non-POSIX expr(1) usage.

commit f84ac66430f9deac0f452d4367e286db012ab89b
Author: John Hein <dkeabg7vp4@snkmail.com>
Date:   Sun Dec 12 20:24:49 2021 -0700

    Revert the shebang changes for /bin/sh (9a99c3c7b).  See also issue 640:
    
    https://github.com/mate-desktop/pluma/issues/640

commit 6216985d236b5c1e9c531367b7b1cfe0952441d8
Author: rbuj <robert.buj@gmail.com>
Date:   Sun Oct 24 12:51:44 2021 +0200

    filebrowser: use GLib's new g_clear_signal_handler() function

commit 91fb982083508ba9d411b70b370e95430ebfff7d
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Oct 27 12:33:12 2021 +0200

    Unnecessary G_OBJECT cast when calling signal connect function

commit 73d1dc813f21b9f526375338517673e459e39296
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Oct 20 21:21:40 2021 +0200

    pluma-commands-search: fix warning -Wenum-conversion

commit 746a7ef6a3ce6568698505e9dad9e39e75c69587
Author: raveit65 <mate@raveit.de>
Date:   Sun Feb 13 20:41:41 2022 +0100

    ci: drop -Wunused-parameter compiler cflag from debian build

commit 579ee708bafacaa41d15f1840d15e3c78ef0685e
Author: rbuj <robert.buj@gmail.com>
Date:   Sun Oct 24 13:53:39 2021 +0200

    pluma: handler IDs are gulong, not guint

commit 450596ee1c1a41be3e19aeadbbf86f06925a2dd0
Author: rbuj <robert.buj@gmail.com>
Date:   Sun Oct 24 13:28:21 2021 +0200

    pluma: use GLib's new g_clear_signal_handler() function

commit da404d7db23cdb62ae1bb6096031a06d712993d1
Author: rbuj <robert.buj@gmail.com>
Date:   Sat Oct 23 03:54:46 2021 +0200

    pluma-plugins-engine: fix memory leak

commit c7d460d479891b305c96b3de18817c541929d0a8
Author: mbkma <johannes.unruh@fau.de>
Date:   Tue Nov 23 22:40:26 2021 +0100

    Fix double activation of extensions

commit 8543488f7f41a0fbbc42a9592d1721a2b73ce08a
Author: rbuj <robert.buj@gmail.com>
Date:   Tue Oct 26 17:06:26 2021 +0200

    pluma-tab: remove a whitespace before #if

commit e94d0d7d68f7b8310b4f9843ab0dba5d4289ab62
Author: raveit65 <mate@raveit.de>
Date:   Fri Aug 6 10:48:34 2021 +0200

    release 1.26.0

commit c80f7776d0ba2b916195f1964fb67e38f4d3da8b
Author: raveit65 <mate@raveit.de>
Date:   Fri Aug 6 10:39:37 2021 +0200

    tx: sync with transifex

commit 43b63f310b53105c6451f37042374303c430b668
Author: raveit65 <mate@raveit.de>
Date:   Fri Aug 6 10:03:45 2021 +0200

    travis-Ci: use libera.chat as notification server

commit b76bad52c29eb36f4d45a41f3c46d0d6f7fbc177
Author: mbkma <johannes.unruh@fau.de>
Date:   Tue Aug 3 09:51:32 2021 +0200

    filebrowser-plugin: fix segfault on open-terminal action

commit 70b239ea0f9ffd15d0f998fb6aaaca30f56454da
Author: raveit65 <mate@raveit.de>
Date:   Sat Jun 26 20:40:33 2021 +0200

    tx: update resource

commit 3e5174ecdfbd936ec11656a536c3e0a3090d826c
Author: raveit65 <mate@raveit.de>
Date:   Sat Jun 26 20:37:55 2021 +0200

    update copyright to 2021

commit 3899aaff5ca1bc395b9cfeb6000b369b5f290909
Author: raveit65 <mate@raveit.de>
Date:   Sun May 30 18:59:13 2021 +0200

    travis-ci: use ubuntu focal as host system
    
    fixes build issues with fedora:latest (f34) tag.

commit fcdc90b6bd740ddd11f50805911a4526a4b6828f
Author: raveit65 <mate@raveit.de>
Date:   Sun Apr 25 16:46:55 2021 +0200

    travis: disable travis builds for ubuntu
    
    Sadly, there is a limit for free builds at docker.com
    See discussion
    https://github.com/orgs/mate-desktop/teams/core-team/discussions/25

commit 9a99c3c7b0fbfa9510fb65d96ef70f96f7fd3c62
Author: raveit65 <mate@raveit.de>
Date:   Sun Mar 28 16:39:30 2021 +0200

    build: fix shebangs
    
    - mangling shebang warnings
    - ambiguous python shebang error

commit 8c4d1a8f38aa0cbf9bed07dd0631f223e1ada0fd
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Mar 10 12:50:19 2021 +0100

    warning: declaration of ‘taglist’ shadows a global declaration

commit a1c494f176ff7a376fe069a238b7a06b835d3584
Author: rbuj <robert.buj@gmail.com>
Date:   Thu Feb 4 12:23:58 2021 +0100

    pluma: Use EXIT_SUCCESS macro instead of int value (portability)

commit 5857a0babe4373249e00056dd3dfac216aa01050
Author: raveit65 <mate@raveit.de>
Date:   Tue Mar 9 23:46:58 2021 +0100

    travis: build with mate-common-1.24.2 from repos

commit 5976709868a08871e711fef8509e7de65d2c2389
Author: mbkma <johannes.unruh@fau.de>
Date:   Mon Mar 8 23:09:32 2021 +0100

    help: update help for sort plugin

commit 6384cc5c9b68a6252b7f6e8417c2ef234f85b940
Author: mbkma <johannes.unruh@fau.de>
Date:   Sat Mar 6 20:48:13 2021 +0100

    sort plugin: Port sort plugin to the new GtkSourceView api.
    This allows the user to undo a sorting operation.
    Further this commit simplifies the code and updates the ui file.

commit 4437fd4c919d8b66f7852c79b5edfa2ae927ea60
Author: raveit65 <mate@raveit.de>
Date:   Thu Mar 4 23:21:01 2021 +0100

    release 1.25.3

commit f4ed7690bff4021051f11fbe851b604d69caef2f
Author: mbkma <johannes.unruh@fau.de>
Date:   Fri Feb 12 11:31:23 2021 +0100

    port plugins to use the window-construct property.
    pluma-file-browser-plugin.c: rename "data" to "priv".

commit 0d91cd7289dfc1e59658ea4a946a843a576496c8
Author: rbuj <robert.buj@gmail.com>
Date:   Sat Feb 6 12:16:19 2021 +0100

    cppcheck warning: Checking if unsigned expression is less than zero

commit fb27d5a65ea8513d047e6bcd98acf248eaeb518a
Author: rbuj <robert.buj@gmail.com>
Date:   Sat Feb 6 12:05:16 2021 +0100

    cppcheck warning: Local variable 'icon' shadows outer argument

commit 5bce857c80f0529545866cf79d297c46311e9832
Author: rbuj <robert.buj@gmail.com>
Date:   Thu Mar 4 16:19:38 2021 +0100

    pluma-window: unused variable ‘ui_file’ [-Wunused-variable]

commit 69870af1aed34b32a48ff75554b4438e222cc526
Author: rbuj <robert.buj@gmail.com>
Date:   Fri Feb 26 09:20:30 2021 +0100

    build: port to gtksourceview-4

commit 7a329dd77653eca80f62e819dc1ce3a3b380fca8
Author: rbuj <robert.buj@gmail.com>
Date:   Sat Feb 6 11:32:37 2021 +0100

    cppcheck warning: Local variable shadows outer variable

commit 8cacf7c2a4741e61468bbcac439e85c5d7779442
Author: raveit65 <mate@raveit.de>
Date:   Wed Mar 3 21:18:55 2021 +0100

    release 1.25.2

commit 6c2603da88635f3d3098eee7f72205bdbb52a641
Author: mbkma <johannes.unruh@fau.de>
Date:   Fri Feb 12 23:04:26 2021 +0100

    pluma-activatable-interfaces: use G_DECLARE_INTERFACE

commit c7101aa8603f288065ad9ed8150623d0270feb68
Author: mbkma <johannes.unruh@fau.de>
Date:   Fri Feb 12 10:29:05 2021 +0100

    code formating fixes
    pluma-app.c: tabs to spaces
    pluma-view.c: tabs to spaces, move code around
    pluma-window.c: tabs to spaces

commit c0c513f3ef7e7ea432e799d8a5e10cfe94d38908
Author: mbkma <johannes.unruh@fau.de>
Date:   Wed Feb 10 12:02:25 2021 +0100

    Introduce PlumaWindowActivatable, PlumaAppActivatable, PlumaViewActivatable
    
    These interfaces are for extensions that should be activated against a window/app/view.
    
    Backport from
    - https://gitlab.gnome.org/GNOME/gedit/-/commit/4fe7161560941ae1aa42165ff4d71121ad6f67b9
    - https://gitlab.gnome.org/GNOME/gedit/-/commit/56a790a6851ebc98766cc4aca27cb32dde1b41bf
    - https://gitlab.gnome.org/GNOME/gedit/-/commit/210ed41e48988646203fc94eba19ce94657821cd
    
    In pluma-app.c we use gtk_main_quit instead of app object unref when last window closed.
    Plugin engine finalization calls app_get_default which
    reconstructs the app object. Before that was reasonably ok
    because it didn't really do anything, but now the app does stuff
    in 'init'.
    See https://gitlab.gnome.org/GNOME/gedit/-/commit/90c9889a4a31fbebfa042c5d2c64bb2b05160b10

commit 814ae9fdeb8367d0f5b43a4691b32a514cf3e6e9
Author: raveit65 <mate@raveit.de>
Date:   Thu Feb 25 17:28:50 2021 +0100

    release 1.25.1

commit 21702c3e8d3ebb8456d9a0b3bc808889c3821095
Author: raveit65 <mate@raveit.de>
Date:   Thu Feb 25 14:02:16 2021 +0100

    tx: sync with transifex

commit 7b1adaa48a68370392c28b66a05829021e1a5f9e
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Feb 3 15:05:19 2021 +0100

    build: define PLUMA_LIBDIR

commit e65d7ee54219da2b4387017617f881c8a8934c97
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Feb 3 14:51:47 2021 +0100

    pluma-plugins-engine: Do not build the path to girepository-1.0

commit 68a972e6082a61a89a86231d118d354d239f2f52
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Feb 3 14:40:33 2021 +0100

    Drop pluma_dirs_get_pluma_locale_dir

commit 095e38466087fa8bb4b19b9cd0a44e0c55a44997
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Feb 3 14:26:31 2021 +0100

    Drop pluma_dirs_get_pluma_plugins_dir, pluma_dirs_get_pluma_plugins_dir

commit 8a8723273db890ca0676d20950f4e957d5d76c3c
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Feb 3 14:18:52 2021 +0100

    Drop pluma_dirs_get_pluma_plugins_data_dir

commit b4e0b83ff552f79266ee970d2e5b9e48df271eed
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Feb 3 13:58:42 2021 +0100

    Drop pluma_dirs_get_pluma_data_dir

commit 367f8783da0f4fdd68e9dfd52a099cefb61d97b6
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Feb 3 13:54:54 2021 +0100

    pluma: Do not build the path to the icons folder

commit 09179d9d1d686db03701c843172c43c5425afdda
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Feb 3 13:34:43 2021 +0100

    Drop pluma_dirs_get_ui_file

commit a17e85d74bc6e6d7927880eaa50bee4141cef58c
Author: raveit65 <mate@raveit.de>
Date:   Tue Feb 23 10:10:13 2021 +0100

    travis: temporarily disable build for ArchLinux

commit 784788e337797ab8bed29b3055734bc49011edc1
Author: mbkma <johannes.unruh@fau.de>
Date:   Sat Feb 6 10:01:14 2021 +0100

    fix printing wrap mode

commit 97e1fe87f7cb362e0731b4aceec5b8f21e5632d1
Author: rbuj <robert.buj@gmail.com>
Date:   Tue Jan 26 13:08:32 2021 +0100

    build: Use PACKAGE_URL variable

commit 299d0088a38a465c9de2ef890cecba9bd7a2b0f5
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Jan 27 12:03:48 2021 +0100

    build: display package name and version in configure summary

commit 1974c5934f9c671f336038449b37b8888b66380b
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Jan 27 12:56:35 2021 +0100

    README.md: configure options

commit c0452da1a5cd80c9debd712ed435c188ae0fe9ca
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Dec 30 13:48:40 2020 +0100

    filebrowser plugin: Refactor pluma_image_menu_item_new_from_pixbuf

commit 41f61cece6de01598b5e608dec9a821f5915fd03
Author: rbuj <robert.buj@gmail.com>
Date:   Sat Jan 16 12:15:13 2021 +0100

    update resource for transifex

commit 7611431445f7b71b56b3c77c25207c5e92b89401
Author: rbuj <robert.buj@gmail.com>
Date:   Sat Jan 16 12:11:33 2021 +0100

    Update copyright to 2021

commit 2415e6a06831c9748f8b2aa1e325a33e90235115
Author: mbkma <johannes.unruh@fau.de>
Date:   Wed Dec 23 16:55:47 2020 +0100

    help: add indent shortcuts

commit 9249657441df18630dbcb71b212d36af9a346c4e
Author: mbkma <johannes.unruh@fau.de>
Date:   Wed Dec 23 16:31:39 2020 +0100

    add show/hide line-numbers shortcut (ctrl+y)

commit bfb7205bb9fd8e54e2968c2967db93f6287c2279
Author: rbuj <robert.buj@gmail.com>
Date:   Thu Dec 10 22:19:31 2020 +0100

    pluma-utils: Cppcheck warning 'argument order different'

commit dba1340ce73b1d676fc7ff6e19f7798236e803e9
Author: rbuj <robert.buj@gmail.com>
Date:   Sat Dec 5 21:31:24 2020 +0100

    cppcheck warning: The if condition is the same as the previous one

commit a9e139601515769f5662692b307cd6f81a1f2ff2
Author: rbuj <robert.buj@gmail.com>
Date:   Sat Dec 5 20:39:51 2020 +0100

    spell: Remove BUILT_SOURCES variable from Makefile.am

commit 3065fd0bd77b962fedd2d8fb499a9c2a3a17bee0
Author: rbuj <robert.buj@gmail.com>
Date:   Sat Nov 28 22:37:29 2020 +0100

    pluma-message: Fix the position of the inline keyword

commit f2d15fa2510d1e0b17ee257bbfbba95d098940f5
Author: raveit65 <mate@raveit.de>
Date:   Tue Dec 8 13:37:44 2020 +0100

    update issue template

commit 2a6b87d9746ea787f445a1dc495fcece6c0a3d40
Author: raveit65 <mate@raveit.de>
Date:   Tue Dec 8 13:02:11 2020 +0100

    update issue template

commit 4539dca7e9317ea1ec022aa37ae84834217c5ac3
Author: rbuj <robert.buj@gmail.com>
Date:   Thu Nov 26 11:43:19 2020 +0100

    Use g_clear_error

commit acca2683cf45a0462b32e9a5f668188b79fc0377
Author: mbkma <johannes.unruh@fau.de>
Date:   Wed Nov 18 21:22:22 2020 +0100

    Fix line numbers menu: use g_settings_bind correctly

commit 1b879ef459cce5d6012c9f535b2ce2f056b49989
Author: BwackNinja <BwackNinja@gmail.com>
Date:   Fri Oct 16 12:08:49 2020 -0400

    pluma-view: Fix incorrect interface font
    
    Fixes issue #525 by setting the textview font with css without also setting
    the font for the labels. Changes based on gedit and gtk/gtkfontbutton.c.

commit 6e4188e92ee151ac44f2cccf239c8f5ae43d4b69
Author: mbkma <johannes.unruh@fau.de>
Date:   Sun Sep 27 23:28:14 2020 +0200

    Redesign Pluma Preferences Dialog
    
    - Group options into Display and Highlighting categories
    - Fix sensitivity of auto-save spinbutton
    - Display right margin with spinbutton in one line
    - Apply sensitivity on spinbutton directly instead of according ui objects "autosave_hbox" and "right_margin_position_hbox"
    - Adjust order of "Spaces, Tabs, Newlines" checkboxes to match the headings order
    - Remove empty labels and use widget margins instead
    - Indent "Do not split words.." box in "Text Wrapping" (Because its a subitem)
    - Do not indent box with colour schemes
    - Capitalize headings (Grid pattern -> Grid Pattern and Show spaces, tabs, newlines -> Show Spaces, Tabs, Newlines)

commit 0830446ca167e24e3105bb76fcf5aabc13608b54
Author: mbkma <Johannes.Unruh@mailbox.tu-dresden.de>
Date:   Sun Oct 4 18:09:56 2020 +0200

    Remove pluma-marshal.
    
    These days we can use the automatic ffi marshalling.
    
    See:
    
    - https://developer.gnome.org/gobject/stable/gobject-Signals.html#g-signal-new
    - http://sourceware.org/libffi/
    - https://gitlab.gnome.org/GNOME/gedit/-/commit/373adb7d041b0559953d0ac8cf2213ecc44db956

commit ae86d50d909e7e20b856107614b255104c8850a6
Author: mbkma <johannes.unruh@fau.de>
Date:   Thu Oct 1 11:11:01 2020 +0200

    Update Readme

commit e295fc3519ea1b4623ad9a43301527af9b1c6b27
Author: Wu Xiaotian <yetist@gmail.com>
Date:   Sun Oct 11 14:28:35 2020 +0800

    travis: fix build error on archlinux

commit f913bec5ae676697efc616f3127eefb2de7c0467
Author: mbkma <johannes.unruh@fau.de>
Date:   Wed Sep 30 20:07:48 2020 +0200

    Use gtk_source_view_get_visual_column

commit 913abaa7db6809178b17aa019013ddbf02289791
Author: rbuj <robert.buj@gmail.com>
Date:   Sat Oct 3 21:19:07 2020 +0200

    travis: require enchant2

commit 5e6681e5114af06972226ba1b9bff7b239c46f6d
Author: rbuj <robert.buj@gmail.com>
Date:   Sat Sep 19 22:09:57 2020 +0200

    pluma-document: highlighting for BOM was fixed on gtksourceview 3.24.11
    
    See https://gitlab.gnome.org/GNOME/gtksourceview/-/commit/54e48e9c

commit bba42125fb0d1dd10246e20e0b1156b5c40620f7
Author: rbuj <robert.buj@gmail.com>
Date:   Mon Aug 3 22:17:09 2020 +0200

    pluma-time-plugin: Use g_date_time_format

commit de6bc223dfdd1610064317c44e892523b05a0cb7
Author: mbkma <johannes.unruh@fau.de>
Date:   Sat Aug 1 10:46:20 2020 +0200

    add optional grid background pattern

commit 552b9078171a5ae65a619c1e2c12da7ab4d01e42
Author: rbuj <robert.buj@gmail.com>
Date:   Sat Jul 25 00:10:44 2020 +0200

    pluma-document: Fix BOM detection for C language

commit f64f6566280e408adff0014fa07c3f6c321fa8c2
Author: rbuj <robert.buj@gmail.com>
Date:   Fri Jul 24 23:07:01 2020 +0200

    pluma-document: Fix warning assertion 'G_IS_FILE (file)' failed

commit a4b7d7fad80eec38234833f0ad900eb02445d355
Author: raveit65 <mate@raveit.de>
Date:   Wed Aug 26 10:48:37 2020 +0200

    travis: use ubuntu:rolling tag to fix building

commit 1c540be45c0aaf909ad6e5aa7f26805675c94169
Author: raveit65 <mate@raveit.de>
Date:   Sun Aug 23 16:32:07 2020 +0200

    tx: fix build error with Hebrew language
    
    fixes https://github.com/mate-desktop/pluma/issues/561

commit d5679eb7c3fd5c3ce033a1b739905dfdaf0b892f
Author: rbuj <robert.buj@gmail.com>
Date:   Mon Aug 3 14:43:04 2020 +0200

    Remove -Wmissing-field-initializers warnings

commit d85c0aa6ec87e91901e393f701873085e5eeddb0
Author: mbkma <39454100+mbkma@users.noreply.github.com>
Date:   Wed Aug 5 11:19:36 2020 +0200

    Remove changecase plugin. Functionality is provided by GtkSourceView. (#565)

commit 3c2bf1aef96a7a94c58d9e99ac12a0d8cd788259
Author: mbkma <johannes.unruh@fau.de>
Date:   Sun Apr 12 14:48:20 2020 +0200

    add overview map

commit 2edb465b646f671f3372c70f020bd3d3076e86ad
Author: mbkma <johannes.unruh@fau.de>
Date:   Tue Jul 7 15:57:46 2020 +0200

    Port main program to GSettings
    
    Remove pluma_prefs_manager.
    Plugins were already ported to GSettings.
    Based on: https://gitlab.gnome.org/GNOME/gedit/-/commit/4215be0e8924f45170683493beaa2695e8e2e483

commit 8f02e21f3703c9549fb357986f77c9534186f2ab
Author: mbkma <39454100+mbkma@users.noreply.github.com>
Date:   Fri Jul 24 11:27:31 2020 +0200

    Merge gio document loader and saver into document loader and saver
    
    Backport from: https://gitlab.gnome.org/GNOME/gedit/-/commit/4bd74a1f47a3fa41385ffae3bb78aeb5afabb564
    See: https://bugzilla.gnome.org/show_bug.cgi?id=617215

commit adb2ddb89a4d8c55db5ab576b085de05ef048068
Author: raveit65 <mate@raveit.de>
Date:   Thu Jul 2 20:13:17 2020 +0200

    release 1.25.0

commit e364cdb820c8d8d49184d6020a7df87a19520b09
Author: raveit65 <mate@raveit.de>
Date:   Thu Jul 2 18:28:21 2020 +0200

    tx: disable "he" translations

commit d9840a884e1c712666fb4a762ffbabd9218e26f8
Author: raveit65 <mate@raveit.de>
Date:   Thu Jul 2 18:17:52 2020 +0200

    tx: pull from transifex with fixed Chinese translation

commit bbfe2658b1b6bcc07442f74457e30248d34ef676
Author: raveit65 <mate@raveit.de>
Date:   Thu Jul 2 17:47:08 2020 +0200

    sync with transifex

commit c74309035aff79719d4f9e404afd2896e3a9111f
Author: raveit65 <mate@raveit.de>
Date:   Thu Jul 2 17:40:09 2020 +0200

    update resource for transifex

commit 8918231e7974209d058278e14ece22ce69184c1d
Author: rbuj <robert.buj@gmail.com>
Date:   Mon Jun 29 18:32:11 2020 +0200

    pluma-preferences-dialog: Refactor on_notebook_scroll_event

commit 305119909b6f859ab3ff832fec5559a129c98db2
Author: Wu Xiaotian <yetist@gmail.com>
Date:   Thu Jun 18 14:53:13 2020 +0800

    use libegg submodules

commit 024ccef079c00b132645e5bd3179369b60676beb
Author: raveit65 <mate@raveit.de>
Date:   Tue Jun 30 16:52:57 2020 +0200

    tx: sync with fixed Italian translation

commit 074310ebf5cd310a9a64f359c6a544ce6613a8f9
Author: Wu Xiaotian <yetist@gmail.com>
Date:   Mon Jun 22 22:15:19 2020 +0000

    [ci] fix release tarball on travis CI failed

commit db25c6eedf78a12424af9a24added408b5e47ec0
Author: tamplan <tamplan@free.fr>
Date:   Wed Jun 17 16:20:47 2020 +0200

    add git.mk to generate .gitignore

commit 84994e36bda1f82ecb363502a347ec090b34d3e0
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Jun 17 10:47:01 2020 +0200

    Remove unused macros

commit 7ce1a66e8b52e4f6f03a57f08973c750f6bc5ead
Author: rbuj <robert.buj@gmail.com>
Date:   Sun May 10 19:36:29 2020 +0200

    Remove warning ‘GTimeVal’ is deprecated

commit 43ee3b27f218ab513a11a253b4b8161eeec9b0df
Author: mbkma <johannes.unruh@fau.de>
Date:   Thu Apr 2 15:29:23 2020 +0200

    add support for wayland

commit a31a8facfba9693f7337631dfa305c64a5663e2e
Author: tamplan <tamplan@free.fr>
Date:   Mon May 18 10:46:36 2020 +0200

    Add tab scrolling support for GTK3

commit ce91b8b528cb6d6e39d74f419f2b31bab917efa4
Author: tamplan <tamplan@free.fr>
Date:   Sat May 16 14:13:37 2020 +0200

    Require gtk+ 3.22 in glade files

commit 4991bbc0cb581288c26fabea9c746a583d4c08ba
Author: mbkma <johannes.unruh@fau.de>
Date:   Mon Apr 13 22:01:48 2020 +0200

    pluma.c: set PlumaWindow size-request (min-size) to 250x250

commit ff907379333d135c0d1fd72d78535a830b7bbc9b
Author: rbuj <robert.buj@gmail.com>
Date:   Thu Apr 16 21:54:40 2020 +0200

    pluma-utils: Enable multiline mode on regex search

commit a4e97f5dce3fd69e46a5eace5cc44b44825d2784
Author: rbuj <robert.buj@gmail.com>
Date:   Thu Apr 16 22:51:01 2020 +0200

    help: add a link to syntax and semantics of regex

commit 843f3189befc318020b8a55147d38a5afe291e37
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Apr 22 19:22:04 2020 +0200

    Travis CI: enable irc notifications with broken builds

commit 022b9a0e9ed200804055cda51944eee43d449b03
Author: raveit65 <mate@raveit.de>
Date:   Wed Apr 22 18:52:58 2020 +0200

    ci: don't run configure with autogen.sh

commit 334f9d0be8ad761988395e2bd9dd650f38451190
Author: raveit65 <mate@raveit.de>
Date:   Wed Apr 22 18:52:26 2020 +0200

    build: silent build warnings for distcheck

commit 738ea8347fe4c18b6f07cb4f247bd35a4c6dda0b
Author: rbuj <robert.buj@gmail.com>
Date:   Thu Apr 16 17:31:48 2020 +0200

    help: Add tip about how to show location entry on Open File dialog

commit b6d827c00b671daa5ed37b9074f4f4bb4f06cfb9
Author: rbuj <robert.buj@gmail.com>
Date:   Thu Apr 16 16:23:26 2020 +0200

    help: Remove Open Location from shortcut keys table

commit 91e411dda3755632b87b02017f5e81fc8d377ca1
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Apr 14 18:14:49 2020 +0200

    Travis CI: debian build: add clang compiler

commit c487bcf9424fee7f8e7d6f6ca1e90f5a5c3574e9
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Apr 14 18:12:56 2020 +0200

    Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGS

commit 4aabe8137e07aa5d6656b9db68ca14ec15b4c66c
Author: rbuj <robert.buj@gmail.com>
Date:   Tue Mar 31 17:17:23 2020 +0200

    pluma-commands-help: expand the comment on about dialog

commit ed25a1af6fb4c187c6f924d1590444837a4f7d24
Author: raveit65 <mate@raveit.de>
Date:   Sat Apr 11 16:04:55 2020 +0200

    ci: variables, drop obsolete Warn_Cflags

commit 59cfc86336233f97f434d70cdf9d985c5a913624
Author: raveit65 <mate@raveit.de>
Date:   Sat Apr 11 16:03:22 2020 +0200

    ci: build with mate-common-1.24.1 tarball

commit fffd4cf1238e9b8373de796584feab8e2943e58b
Author: rbuj <robert.buj@gmail.com>
Date:   Fri Apr 10 16:08:04 2020 +0200

    build: do not override the default value for MATE_COMPILE_WARNINGS

commit 6e21e6fcc6331cb59de7d74cc63ba5856ed114fb
Author: Wu Xiaotian <yetist@gmail.com>
Date:   Sun Apr 5 11:46:30 2020 +0800

    [ci] avoid deprecated skip_cleanup

commit 27cba832ac473a25bbc56b347bb9e5b73bcc5e61
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Apr 4 15:17:50 2020 +0200

    Travis CI: use Ubuntu devel instead 19.10

commit 0ea1841d788935cc58db80f69c749c47f7146244
Author: Wu Xiaotian <yetist@gmail.com>
Date:   Sat Apr 4 13:00:40 2020 +0800

    [ci] fix build environment issue

commit 28a6895df5fa4a1a60c794ed5e85e31d764e85e7
Author: rbuj <robert.buj@gmail.com>
Date:   Fri Feb 28 09:07:37 2020 +0100

    Remove warnings: cast between incompatible function types

commit d265d00b72fc9a7fb126079780303df9ea217a29
Author: raveit65 <mate@raveit.de>
Date:   Fri Mar 13 19:44:05 2020 +0100

    travis CI: enable maximum compile warning level

commit d169cfe62e9925a1d8f3d79756004a567027cf30
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Feb 26 10:07:04 2020 +0100

    Use user page on github when user email is private

commit 0960168ed01873622ddf4606082417030e28cc1e
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Feb 26 16:11:49 2020 +0100

    Travis CI: arch build: add autoconf-archive

commit 6a7daf47e45dced1a7f1c319edd30ae291b84651
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Feb 19 09:29:29 2020 +0100

    Travis CI: Fix build error, add .build.yml

commit 3062bc6b552eda577d021275fc6a348fd81c9d68
Author: rbuj <robert.buj@gmail.com>
Date:   Sat Feb 15 17:01:16 2020 -0500

    Update authors

commit 08c0fa6b68c9318fde3e607c201f8c34da1972bf
Author: sakib <mabusakib@gmail.com>
Date:   Mon Feb 10 14:50:22 2020 +0600

    remove note for disabled Python 2 plugins

commit 99f2782d118aad6590cf84d22c6d5822a5bf90dd
Author: raveit65 <mate@raveit.de>
Date:   Sun Feb 9 17:04:08 2020 +0100

    release 1.24.0

commit 3b74d6f158c5dd03e1c1f738419150431afb2d62
Author: raveit65 <mate@raveit.de>
Date:   Sun Feb 9 17:01:53 2020 +0100

    tx: sync with transifex

commit 3ce96897190a39f22dba243f0057dd2aa468052e
Author: zhangjialing <zhangjialing@loongson.cn>
Date:   Fri Feb 7 14:43:04 2020 +0800

    add gbk encoding
    
    Signed-off-by: zhangjialing <zhangjialing@loongson.cn>

commit 0338c10de4dad510623d58d40794eb098285d3b0
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Feb 5 12:48:32 2020 +0100

    build: show compiler flags on configuration summary

commit 847dd0a170f30a5b101a1c0806508d898dcd4534
Author: raveit65 <mate@raveit.de>
Date:   Thu Jan 23 13:07:19 2020 +0100

    release 1.23.3

commit d18f9f321b9c5515e6cb968448cd7f0b6a87d4eb
Author: raveit65 <mate@raveit.de>
Date:   Thu Jan 23 13:02:35 2020 +0100

    tx: sync with transifex

commit 54e1b12ef6e304faf7e949336242bdc423fbc786
Author: raveit65 <mate@raveit.de>
Date:   Mon Jan 13 17:28:52 2020 +0100

    tx: update resources for transifex

commit c005e24f702a862f4116d8f2a2d64e63267d619c
Author: raveit65 <mate@raveit.de>
Date:   Mon Jan 13 17:19:05 2020 +0100

    Update copyright to 2020

commit 391036cb417a564ddcc3a8438a0c0659dd9ba2a1
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Jan 11 23:56:31 2020 +0100

    Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable

commit ead4c3415da8acbbcc61d06365e0c83e8da089fb
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Dec 28 22:20:19 2019 +0100

    avoid to make new Gsettings variables
    
    use Gsettings 'pluma_prefs_manager' instead

commit 2738265fa574493db5a7db9f23307742d3ba2ef7
Author: raveit65 <mate@raveit.de>
Date:   Tue Dec 3 17:59:39 2019 +0100

    tx: add fixes to makepot script

commit fafd17759d8ab851bdf9d2a0c79d4e036651799f
Author: raveit65 <mate@raveit.de>
Date:   Tue Dec 3 17:50:37 2019 +0100

    tx: update resource for transifex

commit f939df14afd1474d5d0c05d5552fee3af2d481e8
Author: Wu Xiaotian <yetist@gmail.com>
Date:   Mon Nov 25 16:32:46 2019 +0800

    Taglist: Load the local translation string from lang.mo file
    
    When using intltool, the taglist creates a big xml file containing the
    local translation string, so that it has to be compressed.
    
    It looks like this:
    ```
    <TagGroup sort="true" name="XHTML 1.0 - Tags">
      <Tag name="Abbreviated form">
        ...
      </Tag>
      <Tag name="...">
        ...
      </Tag>
      ...
    </TagGroup>
    <TagGroup xml:lang="af" sort="true" name="XHTML 1.0 - Tags">
      <Tag name="Afgekorte vorm" xml:lang="af">
        ...
      </Tag>
      <Tag name="..." xml:lang="af">
        ...
      </Tag>
      ...
    </TagGroup>
    <TagGroup xml:lang="..." sort="true" name="XHTML 1.0 - Tags">
    </TagGroup>
    ```
    
    Obviously, it wastes space and download bandwidth.
    
    When switch from intltool to gettext, it does not generate a similar
    huge xml file. It only get the translate string into pot file from the
    xml file, and the original xml file has not changed.
    
    This patch let taglist-plugin read the local translation string directly
    from the mo file, so that it can work as before.
    
    TODO: we need to improve and optimize the taglist plugin code and
    drop some extra code.

commit e4bd57fac54005ed7cdcc859989b88bfc3934448
Author: Wu Xiaotian <yetist@gmail.com>
Date:   Mon Nov 25 15:32:16 2019 +0800

    ignore comment element in xml file
    
    When xml file is generated using intltool, the resulting xml file deletes the
    comment line, but when using gettext, it keeps the comment line.

commit 87c3255aafd06d65138d712539d5d8b6214dd985
Author: Wu Xiaotian <yetist@gmail.com>
Date:   Mon Nov 25 15:00:12 2019 +0800

    add translator hints

commit 35dcb797a0bccf188f89cf89db9a1f785c1237db
Author: Pablo Barciela <scow@riseup.net>
Date:   Fri Nov 15 02:16:16 2019 +0100

    tx: sync with transifex

commit 990db1ffc535b437477151769024d1680c5732f2
Author: Wu Xiaotian <xiaotian.wu@i-soft.com.cn>
Date:   Sat Nov 9 17:12:54 2019 +0800

    ci: add autopoint

commit 93881642e533133ef9f455612611002531e4475e
Author: Wu Xiaotian <xiaotian.wu@i-soft.com.cn>
Date:   Sat Nov 9 15:33:24 2019 +0800

    migrate from intltool to gettext

commit 6dd6ad739acc075119cb03f62b0cceacef006345
Author: raveit65 <mate@raveit.de>
Date:   Sun Nov 24 14:13:30 2019 +0100

    travis ci: use fedora:latest

commit 3b6384c73f12f9a4e35cd82a20c8afa97770877f
Author: raveit65 <mate@raveit.de>
Date:   Wed Nov 13 10:42:53 2019 +0100

    tx: sync with fixed translations uk, it from transifex

commit a6fe4f45de0c90b48f51ec459ef10c007eb9c49e
Author: Victor Kareh <vkareh@redhat.com>
Date:   Tue Oct 8 12:47:46 2019 -0400

    window: Do not override GdkWindowState
    
    When setting the custom pluma window state we override the class method,
    but never defer back to the parent class method. This means that window
    states like backdrop are never set on Pluma.

commit 60b3235849bb37191f7fc11e7297bc431808c3bb
Author: Pablo Barciela <scow@riseup.net>
Date:   Sun Oct 6 20:55:27 2019 +0200

    Travis CI: use Debian "testing" instead "sid"

commit 91dd0262be1dce2e76d0ea7ef33dfd9d038f9c51
Author: raveit65 <mate@raveit.de>
Date:   Sun Oct 6 20:41:35 2019 +0200

    travis(ci): enable notify_servers

commit 996e372b1b8dfad2d2cecd219ddc6c25a6cb36f9
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Aug 24 01:39:09 2019 +0200

    pluma-document: avoid garbarge value in 'file_with_bom' function
    
    Fixes clang analyzer warning:
    
    pluma-document.c:682:14: warning: The left operand of '==' is a garbage value
            if ((bom[0] == '\357') &&
                 ~~~~~~ ^

commit 4f7b30daa3231a4a6e479442759bb73752896d10
Author: Pablo Barciela <scow@riseup.net>
Date:   Sun Aug 25 15:29:03 2019 +0200

    Travis CI: clang: -enable-checker alpha.deadcode.UnreachableCode

commit 951b13aabafb29b7b9a3041229bd0012ef80b551
Author: Victor Kareh <vkareh@redhat.com>
Date:   Thu Aug 22 08:40:19 2019 -0400

    preferences: Change Draw to Show

commit 91a3a911fb0b8800332533ef6e0ea4e0b8157eb6
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Aug 24 00:29:10 2019 +0200

    document-loader: remove unused variables
    
    Fixes cppcheck warnings:
    
    [tests/document-loader.c:44]: (style) Unused variable: document
    [tests/document-loader.c:45]: (style) Unused variable: uri

commit 18603e5135ad95af87ce855a328d3a01f7a4dd5c
Author: Pablo Barciela <scow@riseup.net>
Date:   Fri Aug 23 00:47:21 2019 +0200

    smart-converter: Fix memory leaks
    
    Fixes clang analyzer warnings:
    
    smart-converter.c:108:8: warning: Potential leak of memory pointed to by 'out'
                    if (!care_about_error)
                         ^~~~~~~~~~~~~~~~
    
    smart-converter.c:337:7: warning: Potential leak of memory pointed to by 'aux'
            aux2 = do_test (aux, NULL, encs, aux_len, &guessed);
            ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    smart-converter.c:339:12: warning: Potential leak of memory pointed to by 'aux2'
            g_assert (guessed == pluma_encoding_get_from_charset ("UTF-16"));
                      ^~~~~~~

commit 82734ac6b45ceeef7a67ae46f8419a5967fd0507
Author: raveit65 <mate@raveit.de>
Date:   Sat Aug 17 21:17:55 2019 +0200

    release 1.23.2

commit 3f988336d5dfe3004b461827da2ff97e3ef1dd98
Author: raveit65 <mate@raveit.de>
Date:   Sat Aug 17 21:06:49 2019 +0200

    tx: sync with transifex

commit a0397b7785c1336187218a7cd7bb8ec7278b7827
Author: raveit65 <mate@raveit.de>
Date:   Sat Aug 17 20:59:23 2019 +0200

    tx: update resource for transifex

commit 268e75f740b335dcba21828d78dc61469439b9b3
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Aug 10 04:46:34 2019 +0200

    pluma-view: avoid static gboolean variable
    
    in function 'pluma_override_font'

commit c7da4d723c6fc161d9876d1adc07eac4000f0155
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Aug 7 12:25:49 2019 +0200

    pluma-taglist-plugin-panel: avoid 'g_type_class_add_private'

commit f75f90e9e255b6f343ce2215bafca095fd70beca
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Aug 7 12:31:47 2019 +0200

    pluma-taglist-plugin: avoid 'g_type_class_add_private'

commit a66d039f91ef73ca502117fa7cc725ec0eb08de8
Author: Pablo Barciela <scow@riseup.net>
Date:   Thu Aug 8 02:40:40 2019 +0200

    pluma-time-plugin: avoid 'g_type_class_add_private'

commit c4e914523da760b1504c51eaf3cb5c5bae55fd85
Author: Pablo Barciela <scow@riseup.net>
Date:   Thu Aug 8 13:55:23 2019 +0200

    pluma-spell-plugin: avoid 'g_type_class_add_private'

commit 8640daafd09dab89845c613b261724afebe888ca
Author: Pablo Barciela <scow@riseup.net>
Date:   Thu Aug 8 13:37:10 2019 +0200

    pluma-trail-save-plugin: avoid 'g_type_class_add_private'

commit a9ca8f33160fb3f6bc1629ddd3fc94246c92fd5d
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Aug 7 00:17:07 2019 +0200

    pluma-modeline-plugin: avoid 'g_type_class_add_private'

commit 1ce1b2a54d33ac12276222239916abff26d48cae
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Jul 31 15:39:30 2019 +0200

    pluma-file-browser-store: avoid 'g_type_class_add_private'

commit 1bafd3ae74b9107e11b7b098d73996669d1c0f6e
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Aug 7 00:20:26 2019 +0200

    pluma-sort-plugin: avoid 'g_type_class_add_private'

commit 082e7b1fd913856624beacf1c50c94d650ecd3e1
Author: Pablo Barciela <scow@riseup.net>
Date:   Thu Aug 1 23:01:06 2019 +0200

    pluma-file-browser-plugin: avoid 'g_type_class_add_private'

commit 206008a59a102122e457e7a1c82da83a6bf6f139
Author: Pablo Barciela <scow@riseup.net>
Date:   Thu Aug 1 22:56:12 2019 +0200

    pluma-file-browser-widget: avoid 'g_type_class_add_private'

commit 5b59773d0ba5b66b78c809ce693cba2460ee1ff5
Author: Pablo Barciela <scow@riseup.net>
Date:   Fri Jul 26 00:06:25 2019 +0200

    pluma-smart-charset-converter: avoid 'g_type_class_add_private'

commit 90c461c5366899986996c8947e324d63776431a8
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Jul 31 15:45:26 2019 +0200

    pluma-file-browser-view: avoid 'g_type_class_add_private'

commit 37ca9afc991ff2abbf2b29d02163bcfd36a7c4dc
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Jul 30 18:00:51 2019 +0200

    pluma-file-bookmarks-store: avoid 'g_type_class_add_private'

commit d8dda3b297c5885f3640a9294fcb8a4cbb33aa0a
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Jul 30 17:36:41 2019 +0200

    pluma-docinfo-plugin: avoid 'g_type_class_add_private'

commit 915d9832c83848688dbd62f1fd60f9d8bb745423
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Jul 29 16:55:38 2019 +0200

    pluma-changecase-plugin: avoid 'g_type_class_add_private'

commit 7e97c8c54e0df87dc3c7fe233adf2d728115fe69
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Jul 29 16:42:37 2019 +0200

    pluma-window: avoid 'g_type_class_add_private'

commit dd729f5781affdf8ad369b42d1b0d211123bb544
Author: monsta <monsta@inbox.ru>
Date:   Tue Jul 30 17:59:11 2019 +0300

    fix build with GtkSourceView 3.22

commit 6266a98800e5f0d571d8617a0d2265a3a7524f33
Author: Pablo Barciela <scow@riseup.net>
Date:   Sun Jul 28 05:30:18 2019 +0200

    pluma-view: avoid 'g_type_class_add_private'

commit ddf34a5cac67ca0a189fc44089121c77423f6d6c
Author: Pablo Barciela <scow@riseup.net>
Date:   Sun Jul 28 05:26:57 2019 +0200

    pluma-tab-label: avoid 'g_type_class_add_private'

commit 6895f7d92067756a473b32434642488cf86563f1
Author: rbuj <robert.buj@gmail.com>
Date:   Sat Jul 27 22:39:43 2019 +0200

    spell-checker plugin: add missing translation (i18n)

commit 889170cdf03ac9f805c3f1c253d37f8686b80ecd
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Wed Jul 24 14:33:48 2019 +0200

    gla11y: use version 0.3 which already defaults to using python3

commit 1f01f6f7462c7691ecda7b9aec7eca01d4984cba
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Jul 27 00:20:00 2019 +0200

    pluma-tab: avoid 'g_type_class_add_private'

commit 13ed8ee74870c8cfe9e07619002b3aad26abf957
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Jul 27 00:17:21 2019 +0200

    pluma-status-combo-box: avoid 'g_type_class_add_private'

commit 16215ec84a4edd3ef11ca8e6aa61eae0318c6720
Author: Pablo Barciela <scow@riseup.net>
Date:   Fri Jul 26 00:13:02 2019 +0200

    pluma-statusbar: avoid 'g_type_class_add_private'

commit 8e33efb9b934168f8fa2178dde23b146e524601b
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Jul 23 11:36:31 2019 +0200

    pluma-progress-message-area: avoid 'g_type_class_add_private'

commit ae12101a41e464b9b9904cb99cc38808591a0ca0
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Jul 23 11:32:22 2019 +0200

    pluma-print-preview: avoid 'g_type_class_add_private'

commit 70221d573704e30585b30e553ea213b8089d377e
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Jul 22 11:42:43 2019 +0200

    pluma-print-job: avoid 'g_type_class_add_private'

commit 3e6c9fe48cfbbea769cd8e288f0e429a62325311
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Jul 22 11:39:01 2019 +0200

    pluma-plugins-engine: avoid 'g_type_class_add_private'

commit 8ea03337a81e6dba9ee1aa98b3845133eb3df21d
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Jul 20 19:38:04 2019 +0200

    pluma-notebook: avoid 'g_type_class_add_private'

commit debe2b70aa15f55476e29fba33104372d9323085
Author: Pablo Barciela <scow@riseup.net>
Date:   Fri Jul 19 20:34:46 2019 +0200

    pluma-message-bus: avoid 'g_type_class_add_private'

commit 5c658f0127fdddb6f5083cdd279e3d3a3aaa6936
Author: Pablo Barciela <scow@riseup.net>
Date:   Fri Jul 19 20:37:59 2019 +0200

    pluma-message: avoid 'g_type_class_add_private'

commit e6cd055c4d7d1f82d9d938af9878199120ac89f7
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Jul 20 19:41:09 2019 +0200

    pluma-panel: avoid 'g_type_class_add_private'

commit b2f212e7c63b934312763c9c64dd3aefc76ce92c
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Jul 17 19:47:16 2019 +0200

    pluma-file-chooser-dialog: avoid 'g_type_class_add_private'

commit b78a68f4d0e8510dd9b885ec491055d41f14b5ad
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Jul 16 20:30:18 2019 +0200

    pluma-documents-panel: avoid 'g_type_class_add_private'

commit a670f07efdc27ca5209e9a11448f7699e77eaa94
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Jul 17 19:50:51 2019 +0200

    pluma-history-entry: avoid 'g_type_class_add_private'

commit 209c315a41b54a4e05aa5daa79299554f4d1cf8f
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Jul 16 20:34:28 2019 +0200

    pluma-encodings-combo-box: avoid 'g_type_class_add_private'

commit 6d92b8a4f8d9cbdbd400887ca138ff544e1355ef
Author: raveit65 <mate@raveit.de>
Date:   Wed Jul 17 14:21:04 2019 +0200

    release 1.23.1

commit 3f51b2bb9d8a06aa18b15e50564503031ddc875f
Author: raveit65 <mate@raveit.de>
Date:   Wed Jul 17 14:14:08 2019 +0200

    tx: sync with transifex

commit 07feb28d61f13c041c155cbc3c48bc278a6a75e4
Author: raveit65 <mate@raveit.de>
Date:   Wed Jul 17 14:36:45 2019 +0200

    tx: update resource for transifex

commit cdd098013a810ccd8b8baeef3110676f87da1fa9
Author: raveit65 <mate@raveit.de>
Date:   Wed Jul 17 12:08:00 2019 +0200

    fix build error when gla11y is not installed

commit 7841131803aa8a4efb66ad291cf57505f309dc89
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Jul 15 20:22:45 2019 +0200

    pluma-gio-document-loader: avoid 'g_type_class_add_private'

commit d0c91971a50fcfa7a2c2f7c18a357191fc76216b
Author: Pablo Barciela <scow@riseup.net>
Date:   Sun Jul 14 13:09:51 2019 +0200

    pluma-document-output-stream: avoid 'g_type_class_add_private'

commit 687362e6f47490314ba7a93c1ded37bb40830ea6
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Jul 15 20:26:40 2019 +0200

    pluma-gio-document-saver: avoid 'g_type_class_add_private'

commit ac20629a3af897461da43e5b24f89756d63f9d6d
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Jul 8 03:05:40 2019 +0200

    pluma-preferences-dialog: remove unused struct member

commit b04dc87d8cfc10d159746db53569cd926179da0c
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Jul 8 02:25:15 2019 +0200

    pluma-preferences-dialog: avoid 'g_type_class_add_private'

commit 801bc86cc1d90d3cb45a029e9eaab2bb05c44894
Author: Pablo Barciela <scow@riseup.net>
Date:   Fri Jul 12 12:33:13 2019 +0200

    pluma-document-input-stream: avoid 'g_type_class_add_private'

commit 1fd156649795642b087a474f6a9984255357d7c5
Author: Pablo Barciela <scow@riseup.net>
Date:   Thu Jul 11 10:44:52 2019 +0200

    pluma-document: avoid 'g_type_class_add_private'

commit 17a15f1bbe6dd39062e3d9d39204b52f5c81889f
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Jul 9 00:16:06 2019 +0200

    pluma-encodings-dialog: avoid 'g_type_class_add_private'

commit 0ef5cb38c1962372d4caebe62a2fd442351fe318
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Jul 8 02:14:54 2019 +0200

    pluma-close-confirmation-dialog: avoid 'g_type_class_add_private'

commit 27a9d409a74dbec138930a44760be8d5360b6ae2
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Jul 9 00:20:56 2019 +0200

    pluma-search-dialog: avoid 'g_type_class_add_private'

commit d225445f010dc660bb18ff775fb1d5d565c76ee3
Author: Pablo Barciela <scow@riseup.net>
Date:   Thu Jul 11 01:41:11 2019 +0200

    pluma-app: avoid 'g_type_class_add_private'

commit 45145244b6dd9dc11b6d9a6daf4e442cef9457fa
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Jul 1 17:10:44 2019 +0200

    Add support for checking .ui accessibility with gla11y

commit db655f3fb2f67b695d36369e584fcb598e0e1bea
Author: Laurent Napias <tamplan@free.fr>
Date:   Sat Jun 29 10:29:13 2019 +0200

    Remove trailing whitespaces

commit 5153fb08a2e26015d07e7b3805de15d38bd05a9d
Author: Victor Kareh <vkareh@redhat.com>
Date:   Wed Jun 26 14:46:11 2019 -0400

    Use smart tabs to fix indentation and alignment

commit cc81a57b2a6164defdc6059bcdf2e8ff9cafbfa4
Author: Victor Kareh <vkareh@redhat.com>
Date:   Tue Jun 25 07:15:34 2019 -0400

    preferences: Fix inconsistent active state of trailing characters
    
    When unchecking and then re-checking draw_spaces (or tabs) while
    draw_trailing_spaces is active, the trailing preference is no longer
    set, but the button shows up as set. This change makes it so that it
    unsets the option prior to disabling the checkbox.

commit 2dad68c9ccdd7921292d0afb6b7855dcfdd6e3ac
Author: Goffredo Baroncelli <kreijack@inwind.it>
Date:   Sat Jun 15 17:52:01 2019 +0200

    Add draw spaces/tabs/newlines options
    
    Add
    - draw spaces
    - draw tabs
    - draw newlines
    options in preference dialog.
    If the GTK version is greather or equal to 3.24, it is possible to show
    only the trailing tabs/spaces symbols.

commit c264b0d7b6782a596c6502edc158f754ed968835
Author: Goffredo Baroncelli <kreijack@inwind.it>
Date:   Sat Jun 15 17:52:01 2019 +0200

    Draw spaces, tabs, newlines and nbsp.
    
    Via gsettings it is possible to enable the drawing of:
    - newline (enable-space-drawer-newline)
    - spaces (enable-space-drawer-space)
    - tab (enable-space-drawer-tab)
    - not blank space (enable-space-drawer-nbsp)
    
    The first setting is a boolean ones, so the only allowable values
    are true (show the symbol) or false (don't show the symbol).
    Instead for the last three settings, the allowed values are:
    'draw-none' -> show nothing
    'draw-all' -> show all spaces/tabs
    'draw-trailing' -> show only the trailing spaces/tabs (only if GTK >= 3.24)

commit dee5500dd7d1ca8b6b9ef2c25af658bb9c839262
Author: Colomban Wendling <cwendling@hypra.fr>
Date:   Tue Jun 25 10:42:34 2019 +0200

    Fix use of deprecated glib-genmarshal types
    
    This doesn't change any dependency as both non-deprecated replacements
    BOOLEAN and VOID were already used in some places.

commit 8e7e455f4327317fe711f086fbf315698324df30
Author: Andrew Fowlie <andrew.j.fowlie@qq.com>
Date:   Wed Jan 16 15:11:59 2019 +0800

    add snippet to toggle comment/uncomment

commit 670372615b0ffcd6aef09892e5df134580c3282c
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Jun 18 18:24:55 2019 +0200

    pluma-print-preview: Fix warning: identical expressions
    
    based in gedit commit:
    https://gitlab.gnome.org/GNOME/gedit/commit/e30939812fcf884d031757fb3cc2a8383f3ce21f
    
    Fixes Clang analyzer warning:
    pluma-print-preview.c:743:24: warning: identical expressions on both sides of logical operator
            if (priv->tile_h <= 0 || priv->tile_h <= 0)
                ~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~
    
    Fixes cppcheck warning:
    [pluma/pluma-print-preview.c:743]: (style) Same expression on both sides of '||'.

commit fad391d7cd59138991583b8a199096225786ea29
Author: Laurent Napias <tamplan@free.fr>
Date:   Sun Jun 9 21:29:03 2019 +0200

    Change url projet's website

commit 7b834db6278ce070022f570a7fab4e714e909edd
Author: raveit65 <mate@raveit.de>
Date:   Thu Jun 6 15:32:24 2019 +0200

    travis: update dependencies for python3

commit d76c3e37d1212eaa3cac2f293d539bddf9a250f9
Author: Patrick Monnerat <patrick@monnerat.net>
Date:   Mon May 27 15:56:31 2019 +0200

    Switch to Python 3

commit 6895034bba7626fb1dab792f56babaf022ca5913
Author: Patrick Monnerat <patrick@monnerat.net>
Date:   Mon May 27 18:16:18 2019 +0200

    snippets plugin: change code for Python 2 & 3 compatibility

commit 92faa11ef9e8af801713f12f8c205bd4fcf280b1
Author: Patrick Monnerat <patrick@monnerat.net>
Date:   Thu May 23 20:42:23 2019 +0200

    externaltools plugin: change code for Python 2 & 3 compatibility.

commit fd4405cc794d6fd3d560f06cfbaecca08e16a51e
Author: Patrick Monnerat <patrick@monnerat.net>
Date:   Wed May 22 18:02:59 2019 +0200

    pythonconsole plugin: change source code for Python 2 & 3 compatibility.
    
    Also drop mateconf and use gsettings for preferences.
    Preferences are now triggered as a PeasGtk.Configurable.

commit ce58b8815723b198a48202750e46e6deb2012c2d
Author: Patrick Monnerat <patrick@monnerat.net>
Date:   Thu May 23 20:20:13 2019 +0200

    quickopen plugin: change code for Python 2 & 3 compatibility.

commit 89f76085de480547ce91b73f97a1cfb3d7200879
Author: raveit65 <mate@raveit.de>
Date:   Mon Jun 3 17:48:44 2019 +0200

    release 1.23.0

commit 410740db9861edc14e5119e3884b222a3bcb5f40
Author: raveit65 <mate@raveit.de>
Date:   Mon Jun 3 17:23:06 2019 +0200

    tx: sync with transifex

commit edb80524f47ee910cfc85032e29d1f9528ef9428
Author: Martin Wimpress <martin@mate-desktop.org>
Date:   Fri May 31 13:38:04 2019 +0100

    Create FUNDING.yml

commit e79c2eaa05cefc3b80f484531cd3199d3671bbce
Author: raveit65 <mate@raveit.de>
Date:   Wed May 29 14:38:21 2019 +0200

    travis: use fedora-30 and ubuntu-19.10 for building

commit e88a2ea8adb4a57c9cf5c44fe30c210c8608361b
Author: Patrick Monnerat <patrick@monnerat.net>
Date:   Fri May 10 16:26:39 2019 +0200

    Reindent all Python sources to ts=4. Strip trailing spaces.

commit 676669e4e87130f639e118671d754a5e538f191c
Author: sakib <mabusakib@gmail.com>
Date:   Mon May 20 15:22:35 2019 +0600

    remove live.gnome from plugins section

commit e022d6cdcfc398d82635610b1694a5b7ec17e794
Author: sakib <mabusakib@gmail.com>
Date:   Thu May 16 01:22:51 2019 +0600

    add quick open to readme

commit c4dffd769c574184cc7a9bd3eab128ffd6a60801
Author: sakib <mabusakib@gmail.com>
Date:   Thu May 16 01:08:55 2019 +0600

    add readmes and update plugins section of manual

commit af2f5a6846c53451a7c20aee8d6826c2c89d6971
Author: sakib <mabusakib@gmail.com>
Date:   Mon May 13 16:52:56 2019 +0600

    update how pluma can be opened from menu

commit b18628754ad37fb67c3421ece87e9e63507de123
Author: Wu Xiaotian <yetist@gmail.com>
Date:   Tue Apr 30 18:12:23 2019 +0800

    [ci] Add cppcheck html report

commit 8e411ce5d0e5a623b1e57f407b5a4e121ed5316b
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Apr 30 00:10:22 2019 +0200

    travis: enable 'cppcheck' in debian

commit 65a16624dad93741935398314e4373ab1cdb9393
Author: Wu Xiaotian <yetist@gmail.com>
Date:   Sun Apr 28 10:51:57 2019 +0800

    [ci] Enable Clang Static Analyzer

commit 87d7fc566c4d74c2656c041e11be4725c8a13555
Author: raveit65 <mate@raveit.de>
Date:   Tue Apr 23 12:27:24 2019 +0200

    pre-bump version

commit aa6ee5e4309d006f736943b71c6e1d0ac88a1345
Author: rbuj <robert.buj@gmail.com>
Date:   Sat Apr 6 20:36:49 2019 +0200

    Help: replace link linkend with xref linkend
    Yelp viewer can't open cross-references to other parts of
    the manual using link linkend.

commit 3c0145259ef36c60a33034819a10304714815d3e
Author: raveit65 <mate@raveit.de>
Date:   Fri Apr 5 15:56:47 2019 +0200

    github release page

commit 885e4a90c1e6abcac504cca71ac340e6273a6695
Author: sakib <mabusakib@gmail.com>
Date:   Tue Mar 26 00:06:18 2019 +0600

    update installation instructions and fix spelling and old reference

commit 4a444032732b7f1e623db8f2b92df97e268cb977
Author: raveit65 <mate@raveit.de>
Date:   Wed Mar 6 14:26:47 2019 +0100

    help: update copyright

commit e2ccad3305dce136b7fed99b130134c98ce6b298
Author: rbuj <robert.buj@gmail.com>
Date:   Sat Feb 9 18:53:38 2019 +0100

    Use ITS in docbook article info, validate with dbits schemas
    
    -= Validate =-
      wget https://docbook.org/xml/5.0/rng/dbits.rng
      xmllint --noout --relaxng dbits.rng help/C/index.docbook
      jing dbits.rng help/C/index.docbook
    
    -= View the manual using yelp =-
      yelp file:///path_to_file/index.docbook
    
    -= Tests: Generate pdf and html files from docbook =-
    
      Method I: Use yelp-build (HTML chunk)
        cd help/C
        mkdir htmlout
        yelp-build html -o htmlout index.docbook
    
      Method II-a: Use docbook5-style-xsl package on Fedora 29 (PDF)
        sudo dnf install -y docbook5-style-xsl
        cd help/C
        xsltproc /usr/share/sgml/docbook/xsl-ns-stylesheets-1.79.2/fo/docbook.xsl index.docbook > pluma.fo
        fop -fo pluma.fo -pdf pluma.pdf
    
      Method II-b: Use docbook5-style-xsl package on Fedora 29 (HTML)
        sudo dnf install -y docbook5-style-xsl
        cd help/C
        xsltproc /usr/share/sgml/docbook/xsl-ns-stylesheets-1.79.2/html/docbook.xsl index.docbook > index.html
    
      Method II-c: Use docbook5-style-xsl package on Fedora 29 (HTML chunk)
        sudo dnf install -y docbook5-style-xsl
        cd help/C
        xsltproc --xinclude \
            --stringparam base.dir htmlout/ \
            --stringparam use.id.as.filename 1 \
            --stringparam chunker.output.encoding UTF-8 \
            /usr/share/sgml/docbook/xsl-ns-stylesheets-1.79.2/html/chunk.xsl index.docbook
    or
        xsltproc --xinclude \
            --stringparam base.dir htmlout/ \
            --stringparam use.id.as.filename 1 \
            --stringparam chunker.output.encoding UTF-8 \
            --stringparam chunk.section.depth 2 \
            --stringparam chunk.first.sections 1 \
            /usr/share/sgml/docbook/xsl-ns-stylesheets-1.79.2/html/chunk.xsl index.docbook
        cp -rp figures htmlout
    
      Method III-a: Use docbook-xslt2-2.3.10-app (XHTML)
        cd help/C
        wget https://github.com/docbook/xslt20-stylesheets/releases/download/2.3.10/docbook-xslt2-2.3.10-app.zip
        unzip docbook-xslt2-2.3.10-app.zip
        java -jar docbook-xslt2-2.3.10-app/docbook-xslt2-2.3.10.jar -f xhtml index.docbook > index.html
    
    It doesn't work: Method III-b: Use docbook-xslt2-2.3.10-app (PDF)
        cd help/C
        wget https://github.com/docbook/xslt20-stylesheets/releases/download/2.3.10/docbook-xslt2-2.3.10-app.zip
        unzip docbook-xslt2-2.3.10-app.zip
        java -jar docbook-xslt2-2.3.10-app/docbook-xslt2-2.3.10.jar -f foprint index.docbook > pluma.fo
        fop -fo pluma.fo -pdf pluma.pdf

commit 9a64824ee28c35c92aaf37c49b2444013a732177
Author: rbuj <robert.buj@gmail.com>
Date:   Thu Feb 7 00:36:26 2019 +0100

    Upgrade the manual to docbook 5.0
    
    To upgrade the manual:
      sudo dnf install -y docbook5-schemas
      xsltproc --output index-new.docbook /usr/share/xml/docbook5/stylesheet/upgrade/db4-upgrade.xsl index.docbook
      xsltproc --output legal-new.xml /usr/share/xml/docbook5/stylesheet/upgrade/db4-upgrade.xsl legal.xml
    
    To validate the manual:
      xmllint --noout --relaxng /usr/share/xml/docbook5/schema/rng/5.0/docbook.rng help/C/index.docbook
      jing /usr/share/xml/docbook5/schema/rng/5.0/docbook.rng help/C/index.docbook
      yelp-check validate help/C/index.docbook
    
    To view the manual:
      yelp file:///full_path/index.docbook
    
    Note: docbook5-schemas should be installed in your system in order to view the manual (DEPENDENCY)

commit d31e2ae713e8dabc24d0432b322093065b7c5831
Author: raveit65 <mate@raveit.de>
Date:   Sun Feb 24 11:08:41 2019 +0100

    release 1.22.0

commit 1015d56cc47bfb82e933a364b8b0d1b809a9fd9a
Author: raveit65 <mate@raveit.de>
Date:   Sun Feb 24 11:01:28 2019 +0100

    tx: sync with transifex

commit fddace2a5a1b25e196faa964803e871b2619094a
Author: rbuj <robert.buj@gmail.com>
Date:   Mon Feb 18 21:11:40 2019 +0100

    Add update-authors.pl script which helps to update pluma.about

commit 60c4197ea5ce3933856c70bc8d1d7ea958a6c93a
Author: raveit65 <mate@raveit.de>
Date:   Mon Feb 18 20:39:23 2019 +0100

    tx: sync with fixed translations from transifex

commit a56d506ff56f79bbea0bbaf8861dc48d7cf77f79
Author: rbuj <robert.buj@gmail.com>
Date:   Mon Feb 18 15:08:21 2019 +0100

    Read authors (updated) from pluma.about file

commit e27a451893ce6f772feb284fbb0d740fe23c003e
Author: Wu Xiaotian <yetist@gmail.com>
Date:   Sun Feb 17 21:46:00 2019 +0800

    show enchant version when configure

commit 73e0a823b1c040beb68bc48b8279bcef11115a3f
Author: Wu Xiaotian <yetist@gmail.com>
Date:   Sun Feb 17 14:27:40 2019 +0800

    Replace the deprecated enchant_dict_add_to_pwl with enchant_dict_add.

commit 87df43f876abd0f74ceecfb6ec3812edac30381f
Author: Wu Xiaotian <yetist@gmail.com>
Date:   Sat Feb 16 21:37:31 2019 +0800

    Fix build fail on Archlinux
    
    The enchant on Archlinux is 2.2.3-2, that include enchant-2.pc.
    This commit first check enchant-2, then check enchant.

commit 1d86958206e7bd37e03e42c3ce40fa61c010bc76
Author: rbuj <robert.buj@gmail.com>
Date:   Sun Feb 17 12:04:21 2019 +0100

    Make translatable the documenters in the about dialog

commit 861db5e99156f5e5dd69e50fbacaf7c8b4d5c5bf
Author: rbuj <robert.buj@gmail.com>
Date:   Sat Feb 16 22:25:18 2019 +0100

    Ensure proper translation of the about dialog title
    
    Note that GTK+ sets a default title of _("About %s") on the dialog
    window (where %s is replaced by the name of the application, but
    in order to ensure proper translation of the title, applications
    should set the title property explicitly when constructing a
    GtkAboutDialog
    
    https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html

commit e4f88d7c74f29bbacba3cfc7ba0742a380be4329
Author: Wu Xiaotian <yetist@gmail.com>
Date:   Sat Feb 16 19:41:34 2019 +0800

    initial travis support

commit 5cc7bc78b9d0fa6bc901430150175fa474affc87
Author: raveit65 <mate@raveit.de>
Date:   Sat Feb 16 11:43:37 2019 +0100

    tx: update resource for transifex

commit 068a1b75fcc5f0e044802424cdba16e41801f0e2
Author: rbuj <robert.buj@gmail.com>
Date:   Fri Feb 15 20:19:27 2019 +0100

    Add License button in About Pluma dialog

commit 6cdce0a4c392da97f7092e98918c496201a37053
Author: rbuj <robert.buj@gmail.com>
Date:   Fri Feb 15 12:22:39 2019 +0100

    Make translatable the copyright in about dialog

commit 7c519e111c702ff37402ba4aa84e6f9e1a3be56c
Author: rbuj <robert.buj@gmail.com>
Date:   Wed Feb 13 08:54:12 2019 +0100

    Update Documenters
    
    Update "Documented by" in About Pluma dialog

commit 788703c5c50720fdecf5a48545ff4c9b5e216b7a
Author: rbuj <robert.buj@gmail.com>
Date:   Mon Feb 4 20:06:12 2019 +0100

    tx: update resource file for transifex

commit 8e08ede291bf731fc3f52d6a6bb4732f4bacba2a
Author: rbuj <robert.buj@gmail.com>
Date:   Sun Feb 3 17:26:47 2019 +0100

    remove type & url attr of ulink in translation
    
    Closes #395
    
    Example of generated file:
    
    help/pluma.pot before:
    
    msgid "To report a bug or make a suggestion regarding the <application>pluma</application> application or this manual, follow the directions in the <ulink url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>."
    msgstr ""
    
    help/pluma.pot after:
    
    msgid "MATE Feedback Page"
    msgstr ""
    
    msgid "To report a bug or make a suggestion regarding the <application>pluma</application> application or this manual, follow the directions in the <_:ulink-1/>."
    msgstr ""

commit 77ce412514cd886b7e53fa6c4feb8cde7f469bcf
Author: raveit65 <mate@raveit.de>
Date:   Mon Feb 4 11:14:59 2019 +0100

    tx: update resource file for transifex

commit f64c03771e2f596ad92a9ee62f311c1ec72aebf1
Author: rbuj <robert.buj@gmail.com>
Date:   Tue Jan 29 16:34:25 2019 +0100

    remove deprecated help section: Opening a File from a URI
    
    Open Location menu item is inaccessible, and mate-vs is deprecated.
    To open a remote file you should connect to server first by using
    Open File dialog. Next, select Other Locations from left pane, and
    Connect to server.

commit 68fc43853ee4f7e4114f3c228f0ec2ce6d2b385a
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Jan 19 18:06:03 2019 +0100

    eggsmclient: avoid deprecated 'g_type_class_add_private'

commit 2b00f658a9162af62a1318ffd4dcc21563afe198
Author: Andrew Fowlie <andrew.j.fowlie@qq.com>
Date:   Fri Jan 18 16:30:29 2019 +0800

    addresses #391 - gets snippet window size before destroying it

commit 71daf90400676de24294e016e4f2359ba34c8be3
Author: Andrew Fowlie <andrew.j.fowlie@qq.com>
Date:   Wed Jan 16 15:00:55 2019 +0800

    simple bug fix of misplaced underscore

commit 94b306143618cfbd9a0c8908ea7d47f3a86ef6af
Author: raveit65 <mate@raveit.de>
Date:   Wed Dec 26 12:29:50 2018 +0100

    disable deprecation warnings for distcheck

commit eb0cc59066bb397475adf9105741ea9d45bdb678
Author: monsta <monsta@inbox.ru>
Date:   Wed Dec 19 14:06:43 2018 +0300

    move appdata to metainfo directory
    
    fixes https://github.com/mate-desktop/pluma/issues/280

commit f8a009b91901e5cde98e97efb8469cabd7c7c368
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Dec 5 20:05:49 2018 +0100

    pluma-utils: Fix memory leak
    
    'g_strconcat' needs to be freed

commit e8cbd69cc430cb184d20f34c8a26bac294fa946b
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Dec 5 19:46:27 2018 +0100

    pluma-window: Fix memory leaks
    
    'g_strconcat' needs to be freed

commit 4e1d4d682af2f75b0ed6d2b9f6ddd7d053507d86
Author: raveit65 <mate@raveit.de>
Date:   Wed Dec 5 11:05:03 2018 +0100

    tx: fix typo

commit 444212e78fca854d3550b46c740652ffc207dfec
Author: raveit65 <mate@raveit.de>
Date:   Wed Nov 21 16:32:01 2018 +0100

    release 1.21.2

commit b29b0455d0975030a4b14461cc3fde012c39a48e
Author: raveit65 <mate@raveit.de>
Date:   Wed Nov 21 15:34:57 2018 +0100

    sync with transifex

commit ce90454355f93e0d2af5b05211fe22923f77e72f
Author: raveit65 <mate@raveit.de>
Date:   Mon Oct 8 13:42:33 2018 +0200

    tx: update translation sources

commit effba35d65210ce6e07cc9311e9250600da140c8
Author: rbuj <robert.buj@gmail.com>
Date:   Sun Oct 7 10:21:13 2018 +0200

    Use the same legal.xml file

commit 81b480b2fa5957d20c1d5a64af7c8b0ac358e66e
Author: rbuj <robert.buj@gmail.com>
Date:   Thu Oct 4 17:52:27 2018 +0200

    Use make functions for HELP_LINGUAS

commit 8cdd51126edec1034713be372a0f2866ed7b76f2
Author: raveit65 <mate@raveit.de>
Date:   Tue Oct 2 10:03:37 2018 +0200

    tx: update help source for transifex

commit 48e07708173d06967659d7d16840ac1a90c39a16
Author: raveit65 <mate@raveit.de>
Date:   Tue Oct 2 09:56:48 2018 +0200

    tx: improve makepot

commit 4ba02658fd9f415f79f45d52c6422622ba3485f9
Author: rbuj <robert.buj@gmail.com>
Date:   Mon Oct 1 18:32:32 2018 +0200

    Refer to the strftime(3) man page for more information...

commit c4cec0e65af803a76026b8119e7e36fbaca0458f
Author: rbuj <robert.buj@gmail.com>
Date:   Mon Oct 1 18:14:01 2018 +0200

    Refer to the pluma(1) man page for more information...

commit 2cd75f967e55d4d1c558fd308af059b48f71adfc
Author: rbuj <robert.buj@gmail.com>
Date:   Thu Sep 27 15:43:26 2018 +0200

    Remove unused screenshots

commit f0415b103fe272c4b70a2bb69495b8ff7240801d
Author: raveit65 <mate@raveit.de>
Date:   Tue Sep 25 17:25:26 2018 +0200

    tx: update transifex source

commit 50c3b3452d104b8d33aa179fb9c7d2f06a5eee92
Author: rbuj <robert.buj@gmail.com>
Date:   Sun Sep 23 16:30:53 2018 +0200

    Fix spelling and grammar mistakes

commit 559328b8089a2d6023d7e0aaabc6c77a5213436a
Author: raveit65 <mate@raveit.de>
Date:   Tue Sep 25 14:32:34 2018 +0200

    help: fix help links
    
    collateral damage was caused by
    https://github.com/mate-desktop/pluma/commit/81f225e

commit 763cc8cb15027fb2842abf54733e735e0b621d95
Author: rbuj <robert.buj@gmail.com>
Date:   Sun Sep 23 16:06:01 2018 +0200

    Use actual pluma screenshot for Catalan

commit b6220dea3e6086e31ab2f712e52f5869cdc97db2
Author: rbuj <robert.buj@gmail.com>
Date:   Sun Sep 23 15:01:51 2018 +0200

    Use actual pluma screenshot

commit 914b7ec93e98110f5a28e59963d6eefddb24d079
Author: raveit65 <mate@raveit.de>
Date:   Sun Sep 23 12:58:39 2018 +0200

    tx: generate userguide source

commit 81f225ebad5329ccb37c38a8f9f68b898ff49e30
Author: raveit65 <mate@raveit.de>
Date:   Sun Sep 23 12:42:11 2018 +0200

    tx: add pluma-user-guide to transifex config
    
    and generate the source file

commit ed8910bf328b764a60b1ed9e0b958da27ebfa963
Author: rbuj <robert.buj@gmail.com>
Date:   Sat Sep 22 14:03:44 2018 +0200

    Fix spelling and grammar mistakes

commit 7e110fa475c2190db04cd797e8af8ed9ca7d2654
Author: raveit65 <mate@raveit.de>
Date:   Fri Sep 14 18:57:02 2018 +0200

    prefs-manager: silent some build warnings
    
    - are this really gtk-doc code blocks?
    
    see docs:
    https://wiki.gnome.org/Projects/GTK%2B/DocumentationSyntax

commit 18eb46ced43fc2b584604151bd87b0efdc4174db
Author: raveit65 <mate@raveit.de>
Date:   Fri Sep 14 18:09:14 2018 +0200

    fix a few introspection and doc warnings

commit 239f0d3b2954cae8e4769fd12c7e694ac428490b
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Aug 25 22:31:09 2018 +0200

    Fix search backwards with regex
    
    Fixes https://github.com/mate-desktop/pluma/issues/322

commit 813e1ffd9654e3d86870ea831ea5830320077ba4
Author: Pablo Barciela <scow@riseup.net>
Date:   Fri Aug 24 22:49:08 2018 +0200

    pluma-document: fix possible memory leak

commit 4d26225d475b16de3de4aca3b6e0587d0ded3984
Author: Pablo Barciela <scow@riseup.net>
Date:   Thu Aug 23 02:47:04 2018 +0200

    pluma-view: Fix: Don't loss the PRIMARY clipboard
    
    Fixes https://github.com/mate-desktop/pluma/issues/179

commit 4a74dc65ffb89e0ef391cdf1f0d4c07cb1d20889
Author: Pablo Barciela <scow@riseup.net>
Date:   Sun Aug 19 05:38:15 2018 +0200

    pluma-document: Fix: don't crash using files with 'bom'
    
    Fixes https://github.com/mate-desktop/pluma/issues/301

commit bc649809762e5ae9c66cf53a1e2abcf2f4534663
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Aug 21 17:12:12 2018 +0200

    make the 'close confirmation dialog' bigger with multiple files

commit b52da1aed1c634fc69f1cfa8df1725ed12603424
Author: Pablo Barciela <scow@riseup.net>
Date:   Thu Aug 16 03:49:36 2018 +0200

    pluma-view: Fix: unexpectedly switch between tabs
    
    Fixes https://github.com/mate-desktop/pluma/issues/349#issuecomment-413572946

commit 320a44d23c9c8209042d7df2161e9fadd4a478cc
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Aug 20 21:33:56 2018 +0200

    close-confirmation-dialog: Fix: don't resize the dialog unexpectedly
    
    Fixes https://github.com/mate-desktop/pluma/issues/356

commit 957fc585cb9a1edd2ea4ae73f5c03896b35736d3
Author: Pablo Barciela <scow@riseup.net>
Date:   Fri Aug 17 04:14:11 2018 +0200

    pluma-sort-plugin: avoid extra empty line
    
    Fixes https://github.com/mate-desktop/pluma/issues/153

commit ca00615b510549a4abfe44f7b1f97485e1e9f804
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Aug 6 02:27:36 2018 +0200

    pluma-view: Fix bold and italic fonts in menus

commit eb7a39bd311d89bf0e798f9d4b2cda80596e9217
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Aug 6 23:22:03 2018 +0200

    spell plugin: Autocheck spelling with [control + F7]
    
    Closes https://github.com/mate-desktop/pluma/issues/335

commit 03238f85321f178e56b62a1f029169f3c21dc964
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Jul 28 04:14:47 2018 +0200

    add the option to hide the frist tab if there is only one tab

commit 323d3a3e68244e825b0955efdf7042d3c35d49c2
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Jul 28 01:39:28 2018 +0200

    notebook: drop unused 'pluma_notebook_set_always_show_tabs'

commit 06d6e5df6e6631c81ae4d61414108435f0707688
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Jul 25 01:52:55 2018 +0200

    pluma-view: Fix possible memory leak

commit d3757dfa7b822dba1dc1b686ae60fdf77a097cf2
Author: lukefromdc <lukefromdc@hushmail.com>
Date:   Tue Jul 24 16:17:16 2018 -0400

    pluma-view: use static variables for cssprovider and settings
    
    We need to create these once and keep them as long as Pluma is running.
    Also do not use newly deprecated(in GTk 3.23) gtk_css_provider_get_default()

commit b2ca8c4cb34f8efae18d4849eb25369c6a6b935b
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Jul 24 00:54:36 2018 +0200

    pluma-view: sync the font in context-menu with gsettings key

commit f952be314bfc867bbc7ab249af960407a4c1aed7
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Jul 28 20:37:53 2018 +0200

    pluma-window: make sure some resources are freed

commit 98edfd338d1248d386fc211f27252d5fb9053dc9
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Jul 25 03:38:51 2018 +0200

    add the abbility to switch tabs using [ctrl+tab] and [ctrl+shift+tab]
    
    If true the gsettings key "ctrl-tab-switch-tabs" into "org.mate.pluma"
    
    Closes https://github.com/mate-desktop/pluma/issues/211

commit 9fa364980a154864e7217b0160ac7d570cd76d79
Author: Pablo Barciela <scow@riseup.net>
Date:   Thu Jul 19 00:31:47 2018 +0200

    pluma-view: Fix font in context menu
    
    Fixes https://github.com/mate-desktop/pluma/issues/234

commit e451bfe61952156ba6bdb63700f1089c2c52f766
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Jul 17 23:13:18 2018 +0200

    pluma-view: pluma_override_font: add the provider only one time

commit 8f3b1d625c86cc57b51c8acb3b1ab4e5f59d4d4d
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Jul 9 02:12:28 2018 +0200

    pluma-view: Fix: Bold and Italic fonts don't work

commit 28fdfbb6f91b0cff257a6b60c744b40edb94330e
Author: raveit65 <mate@raveit.de>
Date:   Thu Jun 21 11:40:40 2018 +0200

    release 1.21.1

commit c2dec6d90bc3752610425c15a339e364ae7c0fd5
Author: raveit65 <mate@raveit.de>
Date:   Thu Jun 21 11:34:13 2018 +0200

    sync with transifex

commit 97e7d9145c181db0a9611b8f8070bf3213f80865
Author: raveit65 <mate@raveit.de>
Date:   Thu Jun 21 11:19:09 2018 +0200

    tx: update resource

commit be05278eb63d08ae28808d8838ea7b060b2d5816
Author: Pablo Barciela <scow@riseup.net>
Date:   Fri Jun 1 12:43:15 2018 +0200

    pluma-utils.c: avoid deprecated 'gdk_error_trap_push/pop'

commit 924beb5b7178adce7d45699c4f33b66638cc6723
Author: Pablo Barciela <scow@riseup.net>
Date:   Thu May 31 12:13:51 2018 +0200

    pluma-notebook: avoid new file with double click in vertical scrollbar
    
    Fixes https://github.com/mate-desktop/pluma/issues/333

commit 3742ba44a1cc6d8180517576f53e4050598dbe30
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue May 29 10:51:50 2018 +0200

    pluma-notebook: avoid new file with double click in forward arrow button
    
    Fixes https://github.com/mate-desktop/pluma/issues/331

commit f6f9fdc477f1fe5565563db877713e06a94bde74
Author: Pablo Barciela <scow@riseup.net>
Date:   Sun May 27 03:26:07 2018 +0200

    pluma-notebook: Fix: unexpected behavior with dnd selected text
    
    Fixes https://github.com/mate-desktop/pluma/issues/329

commit 12e55b6c7071277293155f4971507124a666a0a3
Author: Pablo Barciela <scow@riseup.net>
Date:   Fri May 25 17:15:46 2018 +0200

    pluma-view: Fix: unexpected behavior with dnd under line numbers
    
    Fixes https://github.com/mate-desktop/pluma/issues/327

commit 72edb5de006251f6d561291ccf230d685bfb5f16
Author: monsta <monsta@inbox.ru>
Date:   Thu May 24 16:58:21 2018 +0300

    pluma-notebook: pass event to gdk_seat_grab
    
    follow-up to d6d1cdb0e241ee3a07200ad0561a8105b6243c2b

commit 28de7bc506b57fffe81c75d77974789d528af4a3
Author: raveit65 <mate@raveit.de>
Date:   Wed May 23 17:44:43 2018 +0200

    pluma-window: use gtk_menu_popup_at_widget for GtkNotebook

commit 8b793f42781b1cfbce45834e22ca914c08a6eddf
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed May 23 17:56:42 2018 +0200

    pluma-utils: remove unused 'pluma_utils_menu_position_under_tree_view'

commit 49f8520391f2e9a06c4ea234434bfa8a9b5f85ee
Author: Pablo Barciela <scow@riseup.net>
Date:   Sun May 20 01:01:10 2018 +0200

    avoid deprecated 'gtk_menu_popup'

commit 4d80780137c159de4c3cef82bcd2dacf82edb6a6
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue May 22 20:06:03 2018 +0200

    pluma-print-preview: Fix weird behavior with mouse buttons
    
    Fixes https://github.com/mate-desktop/pluma/issues/321

commit cced651e89d44f2119fd0fe29435141e4d57bbe8
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon May 21 15:22:32 2018 +0200

    Fix: Pluma crashes with mouse wheel over a tab
    
    Fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898637

commit d6d1cdb0e241ee3a07200ad0561a8105b6243c2b
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon May 14 01:25:55 2018 +0200

    pluma-notebook.c: avoid deprecated 'gdk_pointer_ ...' functions
    
    avoid deprecated:
    
    gdk_pointer_is_grabbed
    gdk_pointer_grab
    gdk_pointer_ungrab

commit 7b7cd3f48b52cbfb3591a61e43c40492c2ac3a72
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat May 12 01:28:56 2018 +0200

    pluma-notebook.c: avoid deprecated 'gdk_window_at_pointer'

commit 0bc141e0eeec9a10d119bb504ffea339e82f2350
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat May 12 00:31:06 2018 +0200

    avoid deprecated 'gtk_dialog_get_action_area'

commit 310bfc249aac3dd80511d3dade14aa06f3d9769a
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed May 9 17:19:05 2018 +0200

    pluma-view.c: avoid deprecated 'gtk_widget_override_font'

commit a3dfb665d34094f15c72b967974490df4ddad31b
Author: Pablo Barciela <scow@riseup.net>
Date:   Sun May 6 00:09:34 2018 +0200

    avoid deprecated 'gtk_font_button_set/get_font_name'

commit a28da51ba62baded1ea23e6ae9f4c907d443b242
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Apr 23 21:48:52 2018 +0200

    pluma-view.c: Fix: GtkCheckMenuItem "Display line numbers" improved

commit 7c692bd51aa1b5cf670625936c28fed187184c4c
Author: Pablo Barciela <scow@riseup.net>
Date:   Fri Apr 20 01:25:13 2018 +0200

    pluma-file-browser-widget.c: avoid deprecated GtkImageMenuItem
    
    avoid deprecated:
    
    gtk_image_menu_item_new_with_label
    gtk_image_menu_item_set_image

commit 6ab83502622938048e7cf3b783beb1c618861819
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Apr 18 01:16:11 2018 +0200

    error-message-area: avoid 'gtk_info_bar_new_with_buttons' with stock id

commit 1eb3e7807e74f91c809e0ef57da2ef704fa54237
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Apr 16 00:41:37 2018 +0200

    avoid 'gtk_info_bar_add_button' with stock ids

commit 4c0af0cacc5d40b4f8cb4f2561fe811c9333d0be
Author: monsta <monsta@inbox.ru>
Date:   Tue Apr 17 17:14:35 2018 +0300

    update potfile

commit 4de5f8786543f0c2b0972b6273051892982bf308
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Apr 14 01:53:50 2018 +0200

    avoid 'pluma_file_chooser_dialog_new' with stock ids

commit ac1a33614fd26f77285ed327491e58d34376dd2d
Author: Pablo Barciela <scow@riseup.net>
Date:   Sun Apr 8 02:56:49 2018 +0200

    avoid 'gtk_file_chooser_dialog_new' with stock id

commit 766c5b5b3299b8c86014b2109d1cd7dc937a8be8
Author: Pablo Barciela <scow@riseup.net>
Date:   Fri Mar 30 02:05:18 2018 +0200

    pluma-time-plugin.c: avoid 'gtk_dialog_new_with_buttons' with stock id

commit 15f06cebb1a2d07dfcbd5ef8b5a2f1226cae75e6
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Mar 27 03:30:18 2018 +0200

    avoid 'gtk_dialog_add_buttons' with stock ids

commit 78648afdb7e55f6de81b92bf5b94cce929e00bfc
Author: raveit65 <mate@raveit.de>
Date:   Sun Mar 25 11:24:42 2018 +0200

    release 1.21.0

commit c14a02a1d330a404f43c872905e512a49766c15e
Author: raveit65 <mate@raveit.de>
Date:   Fri Mar 23 14:23:51 2018 +0100

    tx: update config with branch specific resoures

commit 3061bc9f7d4f2008f741074cd103eb182a36a53e
Author: Pablo Barciela <scow@riseup.net>
Date:   Sun Mar 18 01:16:18 2018 +0100

    spell-checker.ui plugin: avoid deprecated:
    
    avoid deprecated:
    
    GtkLabel:xpad/ypad
    GtkTable
    GtkVBox
    GtkHBox
    GtkHButtonBox
    GtkImage:stock
    GtkButton:use-stock

commit 67ca1fcf5fe0545389fcca8f302d8b142dfd6665
Author: raveit65 <mate@raveit.de>
Date:   Sun Mar 18 17:19:16 2018 +0100

    tx: add makepot and .pot files

commit ff705d77ad2568587f9807f7afa8203914681454
Author: raveit65 <mate@raveit.de>
Date:   Mon Mar 12 10:46:59 2018 +0100

    transifex: set minimum_perc and type in config file

commit 92b4a1309bd469548033cb82c711f6ea5ebd43e2
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Mar 10 19:54:54 2018 +0100

    sort.ui plugin: avoid deprecated:
    
    avoid deprecated:
    
    GtkVBox
    GtkHBox
    GtkLabel:xpad/ypad
    GtkImage:xpad/ypad/xalign/yalign/stock
    GtkButton:use-stock

commit ea3be53b46011fca17140fe2fa791087d1168c35
Author: Pablo Barciela <scow@riseup.net>
Date:   Thu Mar 8 23:22:47 2018 +0100

    pluma-time-setup-dialog.ui plugin: avoid deprecated:
    
    avoid deprecated:
    
    GtkVBox
    GtkHBox
    GtkLabel:xpad/ypad
    GtkButton:use-stock

commit 6b9d287567779c8956470d2693fbeb54e970b713
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Mar 7 11:40:00 2018 +0100

    pluma-time-dialog.ui plugin: avoid deprecated:
    
    avoid deprecated:
    
    GtkVBox
    GtkHBox
    GtkLabel:xpad/ypad
    GtkImage:xalign/yalign/xpad/ypad/stock
    GtkButton:use-stock
    
    and add icon to the 'Insert' button

commit d82591fea545b508bae0470558aaf5983da0a4d0
Author: info-cppsp <info@cppsp.de>
Date:   Wed Mar 7 14:47:04 2018 +0100

    Fix make distcheck
    
    A file was missing from translations.

commit 3858a43e197468abf210df7243488737e2877539
Author: raveit65 <mate@raveit.de>
Date:   Tue Mar 6 16:07:24 2018 +0100

    some adjustments for pluma-spell-setup-dialog.ui

commit f248f85f74f4d6bc58e6244cc43f91f8ccb15ede
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Mar 6 10:54:38 2018 +0100

    pluma-spell-setup-dialog.ui plugin: avoid GtkRadioButton:xalign

commit e461fc8bd3243ea08904a28bb54a83600a872d78
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Mar 6 01:09:15 2018 +0100

    pluma-search-dialog.ui: avoid deprecated GtkButton:use-stock

commit 904baaa987f02dd5c2194b6d644a1e2daf69865f
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Mar 6 00:19:30 2018 +0100

    pluma-preferences-dialog.ui: avoid GtkButton:use-stock / GtkImage:stock

commit a29f7405e31e2222ea116f1fe1d600967fff409a
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Mar 5 01:57:02 2018 +0100

    pluma-encodings-dialog.ui: avoid GtkButton:use-stock

commit 2b86db36250fd6a9c6add88c4bae3471c8ce47db
Author: Pablo Barciela <scow@riseup.net>
Date:   Sun Mar 4 22:24:42 2018 +0100

    externaltools plugin: outputpanel.ui: avoid GtkHBox and GtkVButtonBox

commit 028fb442f60a3fc7f02d5a791decc58ab577bcff
Author: Pablo Barciela <scow@riseup.net>
Date:   Sun Mar 4 19:37:33 2018 +0100

    spell plugin: languages-dialog.ui: avoid deprecated:
    
    avoid GtkButton:use-stock, GtkVBox, and GtkLabel:xpad/ypad

commit b23add82140a90f562de444b8230ce548a76c3c8
Author: Pablo Barciela <scow@riseup.net>
Date:   Sun Mar 4 19:19:05 2018 +0100

    docinfo.ui plugin: avoid GtkVBox, GtkHBox, GtkLabel:xpad/ypad & GtkTable

commit c43e5eff49746bfe9639dc49fbb44e39b958762c
Author: Pablo Barciela <scow@riseup.net>
Date:   Fri Mar 2 13:00:05 2018 +0100

    plugins: docinfo.ui: avoid GtkButton:use-stock and GtkImage:stock

commit 6d7a0767881aef3ce7c45a8e5f0eb677e12f7ecf
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Mar 3 00:05:50 2018 +0100

    spell plugin: pluma-spell-setup-dialog.ui: avoid deprecated:
    
    avoid deprecated GtkVBox and GtkButton:use-stock

commit a674f90a2d1d1573f194b1a620b3f78b9fa6752a
Author: Pablo Barciela <scow@riseup.net>
Date:   Fri Mar 2 13:00:05 2018 +0100

    python console: config.ui: avoid GtkButton:use-stock

commit ed34d929a420da68b49e232a08bc3ca8f980200c
Author: likorisd <likoris@systemausfall.org>
Date:   Mon Feb 5 19:07:26 2018 +0100

    Make notebook tabs scrollable

commit 1d82cc7c517fd84e6428ebb7ef29583240176af9
Author: Pablo Barciela <scow@riseup.net>
Date:   Sat Feb 17 00:22:33 2018 +0100

    avoid deprecated GtkButton:use-stock

commit 12e54c41f48a55cd213d2b004d0c3c2cb0a535c3
Author: Pablo Barciela <scow@riseup.net>
Date:   Fri Feb 9 22:57:43 2018 +0100

    Fix warning with external tools plugin
    
    Fixes https://github.com/mate-desktop/pluma/pull/273#issuecomment-364460525

commit 2217a021ca5c5ac918dd6e41c4ef29435b5a6b8e
Author: Pablo Barciela <scow@riseup.net>
Date:   Thu Jan 18 23:24:59 2018 +0100

    avoid deprecated GtkStock

commit 29d362e10ff63935fa1ecc12a0156b43fd3c11b9
Author: raveit65 <mate@raveit.de>
Date:   Tue Jan 30 16:12:24 2018 +0100

    release 1.20

commit a172d58baf65a7c877c81b063be702ce751dedd2
Author: raveit65 <mate@raveit.de>
Date:   Tue Jan 30 15:57:25 2018 +0100

    sync with transifex

commit 34e5c2d98f8847644a3877ca2f732091661f9e6a
Author: monsta <monsta@inbox.ru>
Date:   Sun Jan 28 21:57:32 2018 +0300

    require GTK+ 3.22 and GLib 2.50

commit ced0b3913385748b6490a4215d7cc9a1681bca77
Author: Pablo Barciela <scow@riseup.net>
Date:   Thu Jan 11 15:30:10 2018 +0100

    put 'peas_engine_enable_loader' in the correct place
    
    and this commit reverts:
    https://github.com/mate-desktop/pluma/commit/e81883304c118abc3f8b7198cdc336a9a10f6571
    
    now it isn't needed

commit 179afeb45bbe53f3d159ef987d470807b30681c3
Author: monsta <monsta@inbox.ru>
Date:   Tue Jan 9 22:59:25 2018 +0300

    update copyright year to 2018

commit e81883304c118abc3f8b7198cdc336a9a10f6571
Author: Pablo Barciela <scow@riseup.net>
Date:   Sun Jan 7 14:45:28 2018 +0100

    Fix: make the list of recently used files working again
    
    Problem since the commit:
    https://github.com/mate-desktop/pluma/commit/8b6bae32d3bc41657da2361452ab00617319cf58

commit 8b6bae32d3bc41657da2361452ab00617319cf58
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Jan 3 03:06:30 2018 +0100

    drop unused variables

commit c21063bdc1e7cf120c51a6308ea268a985925cf7
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Jan 3 00:18:57 2018 +0100

    pluma-spell-checker-language.c: Fix build warning:
    
    pointer targets in passing argument 3 of ‘xmlStrPrintf’ differ in signedness

commit 87e53b3bba17e7718cb120837268a8b5acfc24ca
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Jan 2 16:55:41 2018 +0100

    pluma.c: Fix build warning:
    
    comparison between pointer and zero character constant

commit 88a2e87f43a8ecb3b04176f2bda8a9f690c3fb16
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Jan 2 15:46:22 2018 +0100

    pluma-document.c: Fix build warning:
    
    ‘replace_text_len’ may be used uninitialized in this function

commit 2ebbfe05a87d24d56273036e9917102be8656a22
Author: raveit65 <mate@raveit.de>
Date:   Tue Dec 26 12:44:51 2017 +0100

    release 1.19.3

commit e1bdc27ae3199f20aff70f332d0ed702655a02e8
Author: raveit65 <mate@raveit.de>
Date:   Tue Dec 26 12:14:15 2017 +0100

    sync with transifex

commit e86397d000d3d307cb425404c74f963c0073b99b
Author: monsta <monsta@inbox.ru>
Date:   Wed Dec 20 17:31:48 2017 +0300

    pluma-window: have GtkRecentData on stack instead of allocating it
    
    adapted from:
    https://git.gnome.org/browse/gedit/commit/?id=cd9ed7b05eb0397ac3345d7e5177d2a112e7874b

commit 206ca3be6dc6e7a0bbb2373285a65e31e94b747c
Author: raveit65 <mate@raveit.de>
Date:   Tue Dec 19 14:19:13 2017 +0100

    pre-bump version

commit 856cd3f1d50d4573754ad08c69a40362eea075d0
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Dec 5 00:08:25 2017 +0100

    WidthOfScreen and HeightOfScreen implementation
    
    This commit reverts:
    
    https://github.com/mate-desktop/pluma/commit/5bece5503aba40119eea2e2d5e18f219749472be
    
    And it applies an alternative to fix the deprecated functions:
    
    gdk_screen_get_width
    gdk_screen_get_height

commit a1545443a5d2abedb97fb75632f96331c2659cb2
Author: Vadim Barkov <vbrkov@gmail.com>
Date:   Wed Dec 6 16:13:21 2017 +0300

    Fixes for regexp replacement with backreferences (e.g. "\0") (#259)
    
    fixes https://github.com/mate-desktop/pluma/issues/254

commit a778374f183e424f18b337fa32462e1e6f152421
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Nov 20 11:53:37 2017 +0100

    pluma-view.c: use one static variable instead two to do the same job
    
    This is the improvement of the commits:
    
    https://github.com/mate-desktop/pluma/commit/4df44887f4b7547fc9b31d1cb3f61688579fe39b
    https://github.com/mate-desktop/pluma/commit/ec438f3d262ef178a898612211335d3c9fa2f4ee

commit 35c76d40df1c292feff0f1b35275402dcd7304f7
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Nov 15 19:21:34 2017 +0100

    make sure pluma open in the same window of the workspace
    
    there is only one screen, this code can be removed
    
    Fixes https://github.com/mate-desktop/pluma/issues/261

commit 533a334f68009c07e2a09d0618926725bbf207ef
Author: raveit65 <mate@raveit.de>
Date:   Mon Nov 13 15:11:56 2017 +0100

    sync with transifex

commit ec438f3d262ef178a898612211335d3c9fa2f4ee
Author: Pablo Barciela <scow@riseup.net>
Date:   Wed Oct 18 15:55:29 2017 +0200

    Fix: pluma closes tabs unexpectedly with [right+middle] click
    
    Fixes https://github.com/mate-desktop/pluma/issues/256

commit d177ad26be53ec2c52cc17e7290dd414f620db19
Author: Pablo Barciela <scow@riseup.net>
Date:   Thu Nov 9 00:23:41 2017 +0100

    [ctrl] + [+] / [ctrl] + [-] using the numeric keypad
    
    to increase/decrease font size
    
    related issue: https://github.com/mate-desktop/pluma/issues/224

commit 43963f7c99794984e6c33aeb0e40714a54540828
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Oct 23 10:16:59 2017 +0200

    add gsettings key: Show save confirmation if the files have changes
    
    Closes https://github.com/mate-desktop/pluma/issues/112

commit 4df44887f4b7547fc9b31d1cb3f61688579fe39b
Author: Pablo Barciela <scow@riseup.net>
Date:   Mon Sep 25 09:57:26 2017 +0200

    Fix: wrong behavior holding down [middle + right] click
    
    Fixes https://github.com/mate-desktop/pluma/issues/250

commit f0b6b6693720aef9281c840b84deff9a1a6e1aa2
Author: Pablo Barciela <scow@riseup.net>
Date:   Thu Sep 28 09:10:07 2017 +0200

    [ctrl] + [+] / [ctrl] + [-] to increase/decrease font size
    
    Closes https://github.com/mate-desktop/pluma/issues/224

commit 991d07f79ce3c7daacff05a15ae1b91ffeac2f2c
Author: raveit65 <mate@raveit.de>
Date:   Tue Oct 3 20:07:02 2017 +0200

    release 1.19.2

commit 97122c2365e7f2d7cc42db721d0f280474d8327c
Author: raveit65 <mate@raveit.de>
Date:   Tue Oct 3 20:03:06 2017 +0200

    sync with transifex

commit 0b48af90e44f00bdaee636c287b80cf8773b906a
Author: Pablo Barciela <scow@riseup.net>
Date:   Tue Sep 26 01:24:17 2017 +0200

    don't request to save documents with no changes
    
    Fixes https://github.com/mate-desktop/pluma/issues/230

commit a8cc3156edb422eada7d7fd31467424835c5c809
Author: ZenWalker <scow@riseup.net>
Date:   Sat Sep 2 02:05:31 2017 +0200

    add gsettings key to hide/show(default) tabs with the side pane

commit cdd2a58cbd2521b7fbf89df2d321381c0df83a7e
Author: ZenWalker <scow@riseup.net>
Date:   Wed May 10 23:12:03 2017 +0200

    Hide tabs if we are using the sidebar
    
    Fixes #23

commit 1ace0249492d8710c5e1d416f595b523e4e63dfa
Author: ZenWalker <scow@riseup.net>
Date:   Tue Aug 22 16:52:27 2017 +0200

    gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:
    
    avoid deprecated:
    
    gdk_screen_get_monitor_geometry
    gdk_screen_get_monitor_at_window

commit 5bece5503aba40119eea2e2d5e18f219749472be
Author: ZenWalker <scow@riseup.net>
Date:   Sat Aug 5 03:18:01 2017 +0200

    avoid deprecated gdk_screen_get_width/height

commit 109a32aac32790397e3cddd906e6dedf2dd3d856
Author: ZenWalker <scow@riseup.net>
Date:   Thu Aug 3 00:12:16 2017 +0200

    avoid deprecated gdk_screen_make_display_name

commit 67e955ac6de6c7a85dec45572e38b594e3e0dfb6
Author: raveit65 <mate@raveit.de>
Date:   Fri Jul 28 14:36:26 2017 +0200

    pluma-help: don't use deprecated gtk_show_uri

commit 2f6a8660a1a623d0ea327b127a7ec1e2ad5ee8c7
Author: raveit65 <mate@raveit.de>
Date:   Fri Jul 28 14:35:52 2017 +0200

    filebrowser: don't use deprecated gtk_show_uri

commit fd9745969a91c77785a2209357dc6af3ce9870d2
Author: raveit65 <mate@raveit.de>
Date:   Tue Jul 18 15:43:40 2017 +0200

    update issue_template

commit 9c1aa14602d524a1898ae15fa59a122c34787d30
Author: ZenWalker <scow@riseup.net>
Date:   Thu Jul 13 14:54:17 2017 +0200

    avoid deprecated gdk_display_get_screen and gdk_screen_get_number

commit 4c2ed0e7d7221b6ff7d570012f31bb76796cc38a
Author: ZenWalker <scow@riseup.net>
Date:   Sat Jul 1 02:31:33 2017 +0200

    enable the abbility to save the document if it was changed externally
    
    This change is needed after https://github.com/mate-desktop/pluma/commit/2b34ed27ac4abde8d70735c008bd214a79b45491

commit 2b34ed27ac4abde8d70735c008bd214a79b45491
Author: ZenWalker <scow@riseup.net>
Date:   Fri Jun 23 02:16:48 2017 +0200

    disable the abbility to save the document if it has no changes
    
    this prevent us the write to disk uselessly
    
    Closes #199

commit c428b0281883ec6d9a76bca8bf3813b9648de04c
Author: raveit65 <mate@raveit.de>
Date:   Tue Jun 13 06:43:55 2017 +0200

    release 1.19.1

commit d04e3d5e67fbc52c1bb4964c04517250f401bbd6
Author: raveit65 <mate@raveit.de>
Date:   Tue Jun 13 06:42:59 2017 +0200

    sync with transifex

commit 28158356a5de1d6b16d0ab78ef36d75894a8912f
Author: raveit65 <mate@raveit.de>
Date:   Sat May 13 17:09:00 2017 +0200

    print-preferences UI: fix some basic deprecations

commit 2b3dd369c3c6ee4d1dafdc3b636a4738ca63c50c
Author: raveit65 <mate@raveit.de>
Date:   Sat May 13 16:04:32 2017 +0200

    encoding-dialog UI: fix some basic deprecations

commit 53170cf3587a1c891d7c41c362379218fd9f27c8
Author: raveit65 <mate@raveit.de>
Date:   Sat May 13 15:53:20 2017 +0200

    preferences-dialog UI: fix some basic deprecations

commit 39e52a3674d231633cb3de76758541332ae48ec6
Author: raveit65 <mate@raveit.de>
Date:   Sat May 13 14:26:52 2017 +0200

    pluma-panel: remove  deprecated GtkImage types
    
    GTK_IMAGE_ICON_NAME is the replacement for both
    and already used by code

commit 36157f0f9fd880b4763fda3391f6f96476405fab
Author: raveit65 <mate@raveit.de>
Date:   Sat May 13 14:09:19 2017 +0200

    plumal-panel: remove some GtkStock deprecations

commit a012da8526d450b02b963ed55022d6505910fab1
Author: Björn Esser <besser82@fedoraproject.org>
Date:   Sat May 13 11:34:23 2017 +0200

    search-dialogs: fix a -Wpointer-compare warning

commit efc9e4b19171af3141d3406fa14d0c6adc0c4203
Author: raveit65 <mate@raveit.de>
Date:   Fri May 12 23:48:49 2017 +0200

    tag-list-plugin: avoid deprecated GtkStock

commit f37fe2d075a258cd6764065f62862093aa29b131
Author: raveit65 <mate@raveit.de>
Date:   Fri May 12 21:53:46 2017 +0200

    file-browser-widget: fix one stock deprecation

commit 4b95d8b2b78964a2eae4ff077e53de8ce3c7e9b0
Author: raveit65 <mate@raveit.de>
Date:   Thu Jun 8 19:23:25 2017 +0200

    create issue_template.md

commit 4ffd8a405a3d6411f4600e7d6b650770106e2fb4
Author: raveit65 <mate@raveit.de>
Date:   Fri May 12 21:07:27 2017 +0200

    configure: drop GLIB_VERSION_MAX_ALLOWED
    
    This avoids annoying and useless build warnings.
    Nobody stops using pluma only for a modern glib version;-)

commit 91834ee958566d4edc2af9ecb90ac4440765c7d1
Author: Sébastien Wilmet <wilmet@gnome.org>
Date:   Fri May 12 21:00:25 2017 +0200

    File browser: don't use GIOScheduler (deprecated)
    
    The GIOScheduler was used because there was no async version of
    g_file_delete() and g_file_trash(). Now that the async versions exist,
    no need to use GIOScheduler or GTask.
    
    gio >= 2.37.0 is required.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693018
    
    taken from:
    https://git.gnome.org/browse/gedit/commit/?h=gnome-3-10&id=2d1eb80

commit 44d7761c90405c6bfbe3e306bab02397435ff44c
Author: raveit65 <mate@raveit.de>
Date:   Fri May 12 19:47:17 2017 +0200

    file-browser-view: silent some build warnings
    
    warning: this 'if' clause does not guard...
    warning: 'display' may be used uninitialized in this function [-Wmaybe-uninitialized]

commit f4b308cad220c246aa9f8b17b974ec64d7088055
Author: raveit65 <mate@raveit.de>
Date:   Fri May 12 18:46:48 2017 +0200

    pluma-view: avoid GtkStock deprecations

commit 5714b32462d93bb189aa88acd767361d17d9ec1e
Author: raveit65 <mate@raveit.de>
Date:   Fri May 12 18:23:58 2017 +0200

    pluma-tab: replace some GtkStock icons

commit 537d7cb05feb2b91a7af7ef4a3faaeb1ec0e6074
Author: raveit65 <mate@raveit.de>
Date:   Fri May 12 16:46:48 2017 +0200

    pluma-notebook: don't use deprecated gdk_cursor_new

commit 7a8333fdbf00ea4d2d9fffb9e39da5addbe0d874
Author: raveit65 <mate@raveit.de>
Date:   Fri May 12 15:54:45 2017 +0200

    progress-message-area: fix one GtkStock deprecation

commit f9389e81499fe03d61109d7136c544299792291f
Author: raveit65 <mate@raveit.de>
Date:   Fri May 12 14:08:48 2017 +0200

    io-error-message-dialog: fix some GtkStock deprecation warnings

commit 41b02a099dc9aa74509749efbf8c2fd0df41fb57
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat May 20 16:39:41 2017 +0200

    Restore Polish translation credits from GNOME

commit 46147a4837d2dcfc6b2922115f45be0b8c0c4642
Author: ZenWalker <scow@riseup.net>
Date:   Mon May 15 15:55:50 2017 +0200

    Fix: pluma closes tabs unexpectedly with middle click
    
    Fixes #228

commit 54992c3d01bd58baa33320c96446c13c55329814
Author: raveit65 <mate@raveit.de>
Date:   Fri May 12 14:30:59 2017 +0200

    pluma-notebook.c: fix a build warning

commit 6b766e9dcff426f59a7a6ce72ec4b6436a199b96
Author: raveit65 <mate@raveit.de>
Date:   Fri May 12 11:09:07 2017 +0200

    release 1.19.0

commit e5b5609210b6eb78dd42c7d851a5b29b5660c523
Author: raveit65 <mate@raveit.de>
Date:   Fri May 12 11:04:18 2017 +0200

    sync with transifex

commit 5bed2111c37a1d39eaf7cdad489bd954b5f06227
Author: ZenWalker <scow@riseup.net>
Date:   Wed Apr 19 15:18:59 2017 +0200

    double click to the right of the last open tab to open a new tab
    
    New feature
    
    Fixes #185

commit c271f003e7e24728bde3df9acff1d57e8f590dcb
Author: raveit65 <mate@raveit.de>
Date:   Sat May 6 12:35:53 2017 +0200

    sync with transifex

commit 2d8dc45d586f21fe82dd706abc50f27103b75005
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Tue Apr 25 19:09:42 2017 +0200

    Support new location of gtk bookmarks file
    
    The gtk bookmarks file is now in XDG dir, so let's first try there and
    otherwise fall back to the old location

commit 947da76491a293717a5e94346a1193f6b17d9c0b
Author: monsta <monsta@inbox.ru>
Date:   Wed Apr 19 14:45:49 2017 +0300

    docs: we have encodings combobox, not option menu
    
    it was ported even before our fork from gedit:
    https://git.gnome.org/browse/gedit/commit/?id=820ce8820a8db40eca5ca0b63f2d6e3a07416373

commit 961a50919672f1219f8ed336c194c2b49ea880b6
Author: monsta <monsta@inbox.ru>
Date:   Wed Apr 19 14:36:13 2017 +0300

    remove references to PlumaStatus
    
    same as in:
    https://git.gnome.org/browse/gedit/commit/?id=cbde9d73dd00e25ca3851d33902d9535fb70a612

commit 09f05e717999fa708e42b57bff2884c77733604b
Author: monsta <monsta@inbox.ru>
Date:   Wed Apr 19 14:05:36 2017 +0300

    docs: remove some references to nonexistent stuff

commit 19da912288063fdc021d2acc4070cb2d36a3a8a0
Author: monsta <monsta@inbox.ru>
Date:   Tue Apr 18 12:17:35 2017 +0300

    filebrowser: don't parse .hidden files - GIO does it since 2.36
    
    taken from:
    https://git.gnome.org/browse/gedit/commit/?id=f0454abbec92f34431bd59fd1e3da6ad346a000e
    
    GIO commit for reference:
    https://git.gnome.org/browse/glib/commit/?id=510ba9b4efe1813e24c6dfa7405c3547bf9efdd7

commit 2f26e319e067cc1baa0f85cbb1763e7359565ae0
Author: monsta <monsta@inbox.ru>
Date:   Sun Apr 16 12:54:21 2017 +0300

    update copyright year to 2017

commit 7d95c467338ecb57c5a6dc0bd08b3fc40c44ed60
Author: monsta <monsta@inbox.ru>
Date:   Fri Apr 14 11:42:05 2017 +0300

    close confirm dialog: enable selection + disable focus in all labels

commit f04342f59f722635bb8178a3816f07b54a7319f9
Author: monsta <monsta@inbox.ru>
Date:   Fri Apr 14 11:39:27 2017 +0300

    close confirm dialog: set max width for labels
    
    fixes https://github.com/mate-desktop/pluma/issues/186
    
    picked from:
    https://git.gnome.org/browse/gedit/commit/?id=90c742f2e97824878563b4bb4bb926048641dc18
    https://git.gnome.org/browse/gedit/commit/?id=b783f0134ea33c96f48c528d0a5e763394881e8f

commit d860cabc1e20dba115aaefdfe781b7011b2f8432
Author: monsta <monsta@inbox.ru>
Date:   Thu Apr 13 15:45:11 2017 +0300

    fix typo in code comments

commit 06b9ba3dfbbb4e882bee81232b8aa09e556e7315
Author: raveit65 <mate@raveit.de>
Date:   Thu Mar 30 22:39:22 2017 +0200

    fix running under wayland
    
    fixes https://bugzilla.redhat.com/show_bug.cgi?id=1387496

commit 31090c4cf14c9c15d5e47c601d71db9d1b8cca63
Author: raveit65 <mate@raveit.de>
Date:   Thu Mar 30 18:47:16 2017 +0200

    pre-bump version

commit 910aec06b34eed2aacbdf4f138f1ba38605c249a
Author: monsta <monsta@inbox.ru>
Date:   Mon Mar 27 15:32:25 2017 +0300

    modelines: fix random crash on closing one of several Pluma windows
    
    ported from:
    https://git.gnome.org/browse/gedit/commit/?id=b8b6fe708eddd6a9d471ecd04c38e790d8c0bc7c

commit 7ecdec41ff3ec2661c16006ea40ab9336c06797f
Author: raveit65 <mate@raveit.de>
Date:   Sun Mar 12 20:41:54 2017 +0100

    release 1.18.0

commit de7a037022816b6bc1fe7a69322c4f22b3d4b1b3
Author: raveit65 <mate@raveit.de>
Date:   Sun Mar 12 20:40:38 2017 +0100

    sync with transifex

commit f1dc3ec454f0a53d55b1c840ae81fb51e4268e32
Author: monsta <monsta@inbox.ru>
Date:   Sun Mar 12 21:52:59 2017 +0300

    update NEWS for 1.18

commit 7769e92b506de7bd4a590728caed4ef122ddf4f4
Author: raveit65 <mate@raveit.de>
Date:   Fri Mar 10 14:53:33 2017 +0100

    release 1.17.4

commit 687de48db927fed5556c9cb00c5a0a0b54e7af33
Author: raveit65 <mate@raveit.de>
Date:   Fri Mar 10 14:48:52 2017 +0100

    sync with transifex

commit f36575da68c26104894173db1271c65f821be5de
Author: ZenWalker <scow@riseup.net>
Date:   Tue Mar 7 20:52:06 2017 +0100

    Fix: the tab closes unexpectedly with middle click under line numbers
    
    Fixes #215

commit 2ad12237699e722bc996c3af1ac23e1db0093b85
Author: monsta <monsta@inbox.ru>
Date:   Tue Feb 28 16:41:37 2017 +0300

    remove unneeded +x attribute from sources

commit d20a3dd0fb9171055cb79c5e5bc0e112d8272a4a
Author: monsta <monsta@inbox.ru>
Date:   Sat Feb 25 15:47:06 2017 +0300

    snippets plugin: fix snippet parts staying after Ctrl-Z
    
    old issue, also present in 1.16
    
    fix taken from:
    https://git.gnome.org/browse/gedit/commit/?id=bc5d893229e62c85f6956c17a8471cb5fdab10ea

commit c45e91b0f617455d6cf2197e712f0c34c5b0090c
Author: monsta <monsta@inbox.ru>
Date:   Fri Feb 24 17:20:31 2017 +0300

    snippets plugin: port to gi and libpeas
    
    mostly adapted from:
    https://git.gnome.org/browse/gedit/commit/?id=3f5c69427579f80e8614f551aafa89baa9bfd0ca
    https://git.gnome.org/browse/gedit/commit/?id=a2c9247c5fecea8d03917e7b0fa93447820439d2
    https://git.gnome.org/browse/gedit/commit/?id=ccd39a71eab7fe04ea52cb10bd2282c95d8374c3
    https://git.gnome.org/browse/gedit/commit/?id=2dbe5e048766a94b2ba42346b5d197edc92cd03d
    https://git.gnome.org/browse/gedit/commit/?id=b3f6fd5c7ab9e433dd7698a25d9dc00867c04ad9
    https://git.gnome.org/browse/gedit/commit/?id=2273ba27e85588c10788039b66b083aba6b50660
    https://git.gnome.org/browse/gedit/commit/?id=48d33cf9dd29d8a6d42e60e3254c883f1f9ffb56
    https://git.gnome.org/browse/gedit/commit/?id=7f37ff4fa2c9dd8f42ff527f4e1d0a148c39eb0e
    https://git.gnome.org/browse/gedit/commit/?id=0d36d6e09a58210c365264c591fafb5d0b3d9323
    https://git.gnome.org/browse/gedit/commit/?id=ac4f2048d6af5b2dbfc7ff6448bc51f3e2b324b6
    https://git.gnome.org/browse/gedit/commit/?id=5540838a7dff1d025b995c251f51c1c29ce0c0ce
    https://git.gnome.org/browse/gedit/commit/?id=d48cd10bf0bb99ead7b1af1ead52f1e554ad239d
    https://git.gnome.org/browse/gedit/commit/?id=5169aa5cd4b1d95fb869df7c0b24c886cb33a1aa

commit 26b9f5eb6880b04f27dd4527a66f5b9e703c0450
Author: monsta <monsta@inbox.ru>
Date:   Fri Feb 24 16:08:19 2017 +0300

    snippets plugin: stop exposing functions on Pluma message bus
    
    registering on message bus won't work with introspection
    due to varargs functions used in message bus code

commit 548ca910edf73821482f1b31435b27146ef96810
Author: raveit65 <mate@raveit.de>
Date:   Sat Feb 25 13:56:11 2017 +0100

    pre-bump version

commit bef73d50f8ec2877c30e4787413cc6fa29276678
Author: monsta <monsta@inbox.ru>
Date:   Fri Feb 10 13:53:05 2017 +0300

    build: remove option that disables deprecated stuff
    
    we don't need a build breakage on the first deprecated item, thanks

commit 30cb4f43bc9e121a2a510f8868ec51d75eaebff5
Author: Martin Wimpress <martin@mate-desktop.org>
Date:   Fri Jan 13 16:13:04 2017 +0000

    Update pluma NEWS to use consistent, project wide, markdown-like formatting. This will make generating release announcements easier.

commit 15d30307e654f55a931714c9e863aa7c466ecace
Merge: 3c1e8fcc a79faa60
Author: raveit65 <chat-to-me@raveit.de>
Date:   Tue Jan 10 19:53:42 2017 +0100

    Merge branch 'master' of https://github.com/barkovv/pluma into barkovv-master

commit a79faa602fac4e4bb4c33a324150219727fa1f57
Author: Vadim Barkov <neverscaired@gmail.com>
Date:   Sun Jan 8 17:51:17 2017 +0300

    Fixed wrong behaviour of search on zero length results

commit df3b18c149e4e410988242153b2d3f26b1601d0f
Author: Vadim Barkov <neverscaired@gmail.com>
Date:   Sun Jan 8 16:51:21 2017 +0300

    Fixed wrong formatting

commit 3c1e8fcc11d2b9a127bbaccda0f1f97b14f9a9f1
Author: raveit65 <chat-to-me@raveit.de>
Date:   Fri Jan 6 19:33:04 2017 +0100

    release 1.17.3

commit 5dd7cdf21ac8da6704f4b835055e041ee46e6cda
Author: raveit65 <chat-to-me@raveit.de>
Date:   Fri Jan 6 19:28:30 2017 +0100

    sync with transifex

commit e5bfdf1200f20a2f82e494168b55fa78ac4448aa
Author: monsta <monsta@inbox.ru>
Date:   Sun Dec 25 18:44:05 2016 +0300

    panel: use the correct property name for panel orientation
    
    taken from:
    https://git.gnome.org/browse/gedit/commit/?id=8033c19d2c89e1364861c42879d1aa300963aed7

commit 98c44e3c9455581f90c4f6a70fc42adf986d8206
Merge: 2314b382 38c20e46
Author: Vadim Barkov <neverscaired@gmail.com>
Date:   Mon Dec 19 23:24:10 2016 +0300

    Merge branch 'master' of https://github.com/mate-desktop/pluma

commit 1c4f44ccb3e3edab847c17ef958e7fbe13e2fe90
Author: monsta <monsta@inbox.ru>
Date:   Mon Dec 19 15:14:41 2016 +0300

    snippets plugin: MESSAGE_INFORMATION doesn't exist, use MESSAGE_INFO

commit 63e33e0047a77a37cfcfa2a66dfcdfc5f38c534c
Author: monsta <monsta@inbox.ru>
Date:   Mon Dec 19 15:09:27 2016 +0300

    snippets plugin: kill useless code

commit 6cb4912d8ca947bb0c99a3a6ed495cd40ff1662d
Author: monsta <monsta@inbox.ru>
Date:   Mon Dec 19 14:48:23 2016 +0300

    externaltools plugin: fix indent a bit

commit e67af672bf71bba056340c35fcf390dae1556276
Author: monsta <monsta@inbox.ru>
Date:   Thu Dec 15 15:49:26 2016 +0300

    quickopen plugin: port to gi and libpeas
    
    mostly adapted from:
    https://git.gnome.org/browse/gedit/commit/?id=9de71917497716124486f9baade326d5ffb4bb8d
    https://git.gnome.org/browse/gedit/commit/?id=059f39e1b94ea5453087d33384fe2a563e6c00dc
    https://git.gnome.org/browse/gedit/commit/?id=ab7f3788a18447b9a88f0d1dbda892e6c452c9af
    https://git.gnome.org/browse/gedit/commit/?id=d7ac22d93970c85323f51f9536e13c22aac0d70a
    https://git.gnome.org/browse/gedit/commit/?id=5cf9ac442a025d42443cea9cf1451c0e6154dea1
    https://git.gnome.org/browse/gedit/commit/?id=4ee4fb903dfd485b5b80ce3ddb1e1f4a04cb1b99
    https://git.gnome.org/browse/gedit/commit/?id=00105f389b9b37f71be5b29fbf0c11367042c346

commit 0bbd1671ab53efe079357689fcf18d10e9d846a4
Author: monsta <monsta@inbox.ru>
Date:   Thu Dec 15 12:34:46 2016 +0300

    pythonconsole plugin: port to gi and libpeas
    
    note: config dialog is broken for ages since it tries to use
    ancient MateConf, so it's left as is for now. later it can be
    ported to GSettings and PeasGtk.
    
    mostly adapted from:
    https://git.gnome.org/browse/gedit/commit/?id=4dcd8d84b1a6b11c5254416d9b5ed7af8105f538
    https://git.gnome.org/browse/gedit/commit/?id=a9d2ea047401124537e49ef6a2bf9c0f6c4a4f22
    https://git.gnome.org/browse/gedit/commit/?id=c2ef43753eaf07d7ea9eecf9221daacff5f2a3b7
    https://git.gnome.org/browse/gedit/commit/?id=ad07a02a15ba868bbd5654152f3946350db2dadf

commit 4ea3ff79c350c9af799ed76e72e5c862af3eb73e
Author: monsta <monsta@inbox.ru>
Date:   Wed Dec 14 15:35:49 2016 +0300

    externaltools plugin: port to gi and libpeas
    
    note: tools manager dialog can now be invoked only via Pluma's menu.
    Preferences button in plugin manager is inactive. re-enabling it would
    mean introducing even more complexity, because we would need to pass
    a configure widget to libpeas, not the whole dialog.
    
    mostly adapted from:
    https://git.gnome.org/browse/gedit/commit/?id=8b6d353e0ab94ad52ce6119759db5e14b281fbba
    https://git.gnome.org/browse/gedit/commit/?id=2aa6071912dac227f04f44c07e07f159b77be7ff
    https://git.gnome.org/browse/gedit/commit/?id=09738cd6f5f24a37cb7dd85dfca7a5099529e5d2
    https://git.gnome.org/browse/gedit/commit/?id=f08e9d2953fa213f77dce635127c3a0131fba02f
    https://git.gnome.org/browse/gedit/commit/?id=d09a703e84f818dcadd7bd1c16c2091305a691c2
    https://git.gnome.org/browse/gedit/commit/?id=985f3908abe3f2ade53db1364dccf0d1fd61ec1b
    https://git.gnome.org/browse/gedit/commit/?id=b6086cab8c664d2cfb3e5b4a6d33c215d1b207da
    https://git.gnome.org/browse/gedit/commit/?id=befd854563e4691a6b75b03695d6a7c458836312
    https://git.gnome.org/browse/gedit/commit/?id=cf7549c8e5944a3fbf9d18170b6e45a552071b4c
    https://git.gnome.org/browse/gedit/commit/?id=6c95d28a13ae87232346583a86ae525a22fcc651
    https://git.gnome.org/browse/gedit/commit/?id=c70319048b42b898fd6c2f6ee37e98e54cea54be

commit 38c20e460232c5f4ec7bf616180ff777b5d6b3a0
Author: monsta <monsta@inbox.ru>
Date:   Wed Dec 14 14:40:24 2016 +0300

    plugins engine: enable python plugin loader from libpeas

commit 2d093965b129430ce20dcfb8fe1c561e818a9740
Author: monsta <monsta@inbox.ru>
Date:   Tue Dec 13 18:44:33 2016 +0300

    externaltools plugin: kill useless code

commit da8d189ae2ca44e32920dba59d0c31b1a8671f75
Author: monsta <monsta@inbox.ru>
Date:   Tue Dec 13 17:01:31 2016 +0300

    taglist plugin: don't look for taglist in non-existing legacy dirs
    
    these names are result of excessive gedit -> pluma renaming
    (back in 2011), so these dirs never actually existed

commit 500958dddaf7d7606ef39695a6f0465b3b9137e9
Author: monsta <monsta@inbox.ru>
Date:   Tue Dec 13 16:11:24 2016 +0300

    release 1.17.2

commit 2a680dbab987e632b7049c34a04cc2f1a8b2002c
Author: monsta <monsta@inbox.ru>
Date:   Tue Dec 13 15:14:15 2016 +0300

    plugins: remove a couple of useless includes

commit 9d7b458ee07585ecec0021badb47369f281fa4e7
Author: monsta <monsta@inbox.ru>
Date:   Tue Dec 13 14:44:14 2016 +0300

    sort plugin: use 'destroy' signal - there's no 'dispose' in dialog

commit 0c051115caa2f9bb0f3598a0cd2cf47a97ec1a09
Author: monsta <monsta@inbox.ru>
Date:   Mon Dec 12 18:13:11 2016 +0300

    fix build without X when introspection is enabled
    
    fixes https://github.com/mate-desktop/pluma/issues/207
    
    ported from:
    https://git.gnome.org/browse/gedit/commit/?id=3b26258325b69c034b486fbdd12aa7d60b379cf6

commit cbbe1c090d92f2aac7b356ac15f569c6b86bda77
Author: monsta <monsta@inbox.ru>
Date:   Sun Dec 11 18:07:34 2016 +0300

    release 1.17.1

commit ed6f76164617eaea8b0e6be291a4e22bde0c95da
Author: monsta <monsta@inbox.ru>
Date:   Sun Dec 11 18:37:16 2016 +0300

    fix distcheck - make pluma-file-chooser-dialog.h private
    
    found here:
    https://git.gnome.org/browse/gedit/commit/?id=96c524456b06870132365c8a5a95726bdf8ce61f

commit 71cb724652b6eab534e1bad3c625db07b8b690c9
Author: monsta <monsta@inbox.ru>
Date:   Sun Dec 11 18:03:54 2016 +0300

    sync with Transifex

commit 3860e7b99fc652c7d193cf81f565ea56b507b51a
Author: monsta <monsta@inbox.ru>
Date:   Mon Dec 5 18:42:03 2016 +0300

    remove old plugin system and docs for it

commit e1fbe56adf49a5f4d3a3bb493933d9ae5a5c081f
Author: monsta <monsta@inbox.ru>
Date:   Mon Dec 5 17:36:57 2016 +0300

    plugins: make them actually recognized and loaded by Pluma
    
    - use *.plugin extension instead of *.pluma-plugin
    - use "Plugin" section name instead of "Pluma Plugin"
    
    mostly adapted from:
    https://git.gnome.org/browse/gedit/commit/?id=1d56b827f14096891bb03dbd5e8211fdad1331ad
    https://git.gnome.org/browse/gedit/commit/?id=7c22769d73f756b9d1388febd147c9d267ed54cb

commit ce25be232024458af2a28f4cf145d8cd22f2db29
Author: monsta <monsta@inbox.ru>
Date:   Sun Dec 4 22:31:41 2016 +0300

    trailsave plugin: port to libpeas
    
    this plugin isn't present upstream, so all the changes
    were picked from other plugins here

commit 95d29254d97484cbbece5a7acd994025d90699e1
Author: monsta <monsta@inbox.ru>
Date:   Sun Dec 4 19:54:27 2016 +0300

    time plugin: adapt configure dialog to libpeas interface
    
    mostly adapted from:
    https://git.gnome.org/browse/gedit/commit/?id=f9cfaba1bca880e40048cb7ac044b9e34627c378
    https://git.gnome.org/browse/gedit/commit/?id=20011152c7a6b372dec92120439faad7a730d35b

commit 564ca51a2544db1be35fd1493110b6db8ecdc4a6
Author: monsta <monsta@inbox.ru>
Date:   Sun Dec 4 17:33:08 2016 +0300

    time plugin: port to libpeas
    
    mostly adapted from:
    https://git.gnome.org/browse/gedit/commit/?id=529bb71a0d3d514639611a7e989767e24a47dc6b
    https://git.gnome.org/browse/gedit/commit/?id=69a0f7450453b787c5b5fbcb59366493501797a9

commit 2aafaabdaa4854b3941bd9f3319b89c807abf306
Author: monsta <monsta@inbox.ru>
Date:   Sun Dec 4 15:46:17 2016 +0300

    taglist plugin: port to libpeas
    
    mostly adapted from:
    https://git.gnome.org/browse/gedit/commit/?id=c3471ad0a1e2a60a588f203421da1779a60649ff
    https://git.gnome.org/browse/gedit/commit/?id=05ca83131a21c35e7b2792bbf76c4c6897d084e9

commit d050af62cd08c234e53897a7d9dccb560dba329a
Author: monsta <monsta@inbox.ru>
Date:   Sun Dec 4 01:00:51 2016 +0300

    spell plugin: adapt configure dialog to libpeas interface
    
    upstream spell plugin doesn't have a configure dialog,
    so most changes were picked up from upstream time plugin

commit 67a0f36183ed2fe4dd66a044566e523b4b256fe4
Author: monsta <monsta@inbox.ru>
Date:   Sat Dec 3 16:37:43 2016 +0300

    spell plugin: port to libpeas
    
    mostly adapted from:
    https://git.gnome.org/browse/gedit/commit/?id=f12be5be627c7b75c0a5f41e8ffec2d5202401d0
    https://git.gnome.org/browse/gedit/commit/?id=939dec5739bfd1f15895994ef133753a095aac4e

commit 55dfd7836e390c45891b590e8f4bf720100ad063
Author: monsta <monsta@inbox.ru>
Date:   Sat Dec 3 14:03:25 2016 +0300

    sort plugin: port to libpeas
    
    mostly adapted from:
    https://git.gnome.org/browse/gedit/commit/?id=9710389abbab19c34d90e5bbf57b4c2b56565279
    https://git.gnome.org/browse/gedit/commit/?id=fa9f78d749f42a1588d7c7d449d6866ba2247278

commit b43579beda637b155aab3bb4fa257f27cb88d75e
Author: monsta <monsta@inbox.ru>
Date:   Fri Dec 2 23:33:18 2016 +0300

    modelines plugin: port to libpeas
    
    mostly adapted from:
    https://git.gnome.org/browse/gedit/commit/?id=e1df93f3b827131d13178286cec365c8bbc0f075
    https://git.gnome.org/browse/gedit/commit/?id=aac1cb378359a69bdb4ac7f08578989e4a3b52d1

commit 3e00f9094c06fa43d768bd3268cb503d8e6a738b
Author: monsta <monsta@inbox.ru>
Date:   Fri Dec 2 19:46:49 2016 +0300

    filebrowser plugin: port to libpeas
    
    mostly adapted from:
    https://git.gnome.org/browse/gedit/commit/?id=6e8ef59b74a2f726f8a2a0ab1fa7f5c4aa6ac3f2
    https://git.gnome.org/browse/gedit/commit/?id=6cc3b4074bad0a775532216c82fa6ce6599bde2c
    https://git.gnome.org/browse/gedit/commit/?id=9103c5109d5f897c3cc0390fcf09c5a4713cf72f
    https://git.gnome.org/browse/gedit/commit/?id=e3d36ce46c795887fa449db7eba19b4cc949f714

commit 9ca3dda49113bcc40b726ebf51db7f07d69e96ad
Author: monsta <monsta@inbox.ru>
Date:   Fri Dec 2 15:08:35 2016 +0300

    docinfo plugin: port to libpeas
    
    mostly adapted from:
    https://git.gnome.org/browse/gedit/commit/?id=c950fdf896b89f77cc7e9c065df33e2952f43165
    https://git.gnome.org/browse/gedit/commit/?id=e97c74342d9836ab21677f31d15a7edb574ea74a
    https://git.gnome.org/browse/gedit/commit/?id=8f6d93bc0730e0a5b6254a0458bf34168f6ee6a2

commit c475e25a50537301f95606a4b09f4951ccd592a7
Author: monsta <monsta@inbox.ru>
Date:   Thu Dec 1 23:02:38 2016 +0300

    changecase plugin: port to libpeas
    
    mostly adapted from:
    https://git.gnome.org/browse/gedit/commit/?id=0ecd2454c85bdb68968aa2c1500d63f48f9c8349
    https://git.gnome.org/browse/gedit/commit/?id=3e1e1c725679392a3a6c8219fc921c21c0041089
    https://git.gnome.org/browse/gedit/commit/?id=111d6d0c3388849efe7f44580e713e034d554b81

commit 52fd78ddfcbe35507aee9122fed0f18c99407c89
Author: monsta <monsta@inbox.ru>
Date:   Thu Dec 1 21:42:01 2016 +0300

    port plugin system to libpeas
    
    backported from gedit with a few changes
    
    upstream commits for reference:
    https://git.gnome.org/browse/gedit/commit/?id=dbc98da7fda69981e61c5764af50c72b756eb2cc
    https://git.gnome.org/browse/gedit/commit/?id=2ae732a53ef08145c06909dc675134573c8c2e6d
    https://git.gnome.org/browse/gedit/commit/?id=6cd4936fb3aa6ca44a7c85888c6aad6c02b0f983
    https://git.gnome.org/browse/gedit/commit/?id=041399d3d09389f951af8db4f5b83d142a9ebe55
    https://git.gnome.org/browse/gedit/commit/?id=da46f5d6cd9b727e23ec0ae79bb0a78419bb1363
    https://git.gnome.org/browse/gedit/commit/?id=1d56b827f14096891bb03dbd5e8211fdad1331ad
    https://git.gnome.org/browse/gedit/commit/?id=e63de5a2396a56eeba46479a54628843538da29e

commit 0389542290dc655a68cc352df12bd76ac796bbc7
Author: monsta <monsta@inbox.ru>
Date:   Thu Dec 1 21:17:03 2016 +0300

    remove some extra spaces

commit 097fd1cd1a33995667dc51efbd761136108e1486
Author: monsta <monsta@inbox.ru>
Date:   Thu Dec 1 17:04:54 2016 +0300

    drop "Since: 2.xx" notes from comments - leftovers from gnome
    
    they cause warnings during generation of docs

commit 81d9f88c84fa206e1a7a670442b11f4a14dd7ccb
Author: monsta <monsta@inbox.ru>
Date:   Thu Dec 1 17:01:00 2016 +0300

    pluma-window: remove unused function

commit eee4c1d2a7c2673ecfff58daa01fc3a0ecf5d39a
Author: monsta <monsta@inbox.ru>
Date:   Thu Dec 1 16:31:13 2016 +0300

    remove a couple of invalid annotations

commit b9a3360ee86441189c8091836dae6d1e97544db8
Author: monsta <monsta@inbox.ru>
Date:   Thu Dec 1 16:05:41 2016 +0300

    fix some introspection warnings

commit a4dcd9177a32626929783b3920d660782d89bf01
Author: monsta <monsta@inbox.ru>
Date:   Thu Dec 1 14:18:33 2016 +0300

    build GObject introspection data
    
    mostly adapted from eom and from this upstream commit:
    https://git.gnome.org/browse/gedit/commit/?id=58921206b7dea94d0ec0359dc43de94745f2a19e

commit 346618b16b111afcb8687d301e344e229ce7fa0c
Author: monsta <monsta@inbox.ru>
Date:   Mon Nov 28 17:32:12 2016 +0300

    README: update info on patches

commit 165fe0f298c5e2a3d53670d9c1a40294ed424329
Author: monsta <monsta@inbox.ru>
Date:   Sun Nov 27 22:10:09 2016 +0300

    remove compile-time check for unused function

commit caa00774163777f00ea1694bd99e4c749e6fb15a
Author: monsta <monsta@inbox.ru>
Date:   Sun Nov 27 21:30:01 2016 +0300

    remove useless function

commit 2314b3828cbe540d65ba517c32872476417501a6
Author: V.Barkov <neverscaired@gmail.com>
Date:   Thu Nov 24 20:18:27 2016 +0300

    Fixed formatting [2]

commit 9f79aa764fa8b31b204f79ca452502204bbfa09d
Author: V.Barkov <neverscaired@gmail.com>
Date:   Wed Nov 23 21:36:51 2016 +0300

    Fixed code formatting

commit 29f4e11f08ef02d6a3c6623b8a445502e3e98ed6
Author: V.Barkov <neverscaired@gmail.com>
Date:   Sun Nov 20 19:28:02 2016 +0300

    Implemented "replace all" behavior for regexp

commit 975393b8de593f6f6cab3cc12cfce0f34c475706
Author: V.Barkov <neverscaired@gmail.com>
Date:   Sun Nov 20 18:55:14 2016 +0300

    Implemented replacement by regexp

commit 206d27c66761cedebec8bedcaa91bf9f08846095
Author: V.Barkov <neverscaired@gmail.com>
Date:   Sun Nov 20 09:36:10 2016 +0300

    Implemented regexp finding

commit 49be92055f3f3319b9149b991d5b55a5ba99d453
Author: monsta <monsta@inbox.ru>
Date:   Thu Nov 10 13:26:12 2016 +0300

    release 1.17.0

commit e0dae8d7410d5e3395eb7fcce2439e65bdce812a
Author: monsta <monsta@inbox.ru>
Date:   Thu Nov 10 13:22:41 2016 +0300

    exclude Python plugins from dist (it breaks distcheck)

commit 1637717b37641881d68d3b9d07a4fa2338ea19f5
Author: monsta <monsta@inbox.ru>
Date:   Thu Nov 10 13:21:54 2016 +0300

    exclude Python plugins from translations (it breaks distcheck)

commit f43508f2711c3c9f642177219ed9ef15ed79dd60
Author: monsta <monsta@inbox.ru>
Date:   Thu Nov 10 12:08:58 2016 +0300

    sync with Transifex

commit 4c06cb5cd0859067769dac1317682d430b18cc78
Author: monsta <monsta@inbox.ru>
Date:   Sun Nov 6 14:43:26 2016 +0300

    move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option

commit 65371f53dbb06180b750dad7c19e7bcf0f8651d6
Author: monsta <monsta@inbox.ru>
Date:   Sun Nov 6 14:42:18 2016 +0300

    drop Python plugins support and --enable-python build option
    
    it requires PyGTK so won't even build with GTK+3
    
    but keep plugins themselves for future porting to libpeas

commit 7dd02941b3647477dfe0cf8177c2eeff8bfe7b84
Author: monsta <monsta@inbox.ru>
Date:   Mon Oct 24 18:10:42 2016 +0300

    remove +x attribute from .ui files

commit 1df2f59b9c15712e2652a7fc9c13dee88f84db8c
Author: raveit65 <chat-to-me@raveit.de>
Date:   Mon Sep 19 08:06:53 2016 +0200

    release 1.16.0

commit 15a676f32126c067b755f16929cbcbace9cc1780
Author: monsta <monsta@inbox.ru>
Date:   Sun Sep 18 23:11:28 2016 +0300

    update NEWS for 1.16

commit df5fc2ebddf074fe4a81e0b17a3911594be45d68
Author: monsta <monsta@inbox.ru>
Date:   Sun Sep 18 22:46:34 2016 +0300

    sync with Transifex

commit d30d32963a3b998f7ebe0df8019d132deecef95a
Author: raveit65 <chat-to-me@raveit.de>
Date:   Thu Sep 1 23:20:40 2016 +0200

    release 1.15.2

commit e1bb8a085985b8feb664ef9caeb7ac98656d181a
Author: raveit65 <chat-to-me@raveit.de>
Date:   Thu Sep 1 22:27:58 2016 +0200

    sync with transiflex

commit 83c8a810cef814f6ca4684ad708fbe85cfb28e31
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Jul 30 19:38:29 2016 +0200

    GTK+-3.0 print-preview: avoid deprecated GtkStock icons for the toolbar

commit fb885a4c1f95a4dec65edcf832ada92b90faacc9
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Jul 30 16:31:13 2016 +0200

    po: add missing pluma-search-dialog-gtk3.ui

commit 97aac9d4fb2a2b8ff5f2849b4d0b8c19590e7984
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Jul 30 16:28:59 2016 +0200

    search-dialog UI: install both UI files to avoid distcheck failure in po folder
    
    using --with-gtk=2.0/3.0 will only install one UI file if WITH_GTK3 is used,
    for ui_DATA in make file.
    ui_DATA is in EXTRA_DIST but will only have one UI file, defined by WITH_GTK3 check.

commit f277a4e29304aa83d1ede7f6d6481d1c3217781e
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Jul 30 14:37:17 2016 +0200

    GTK+-3 print-preview: don't use deprecated gtk_adjustment_value_changed()
    
    When set_value() is called the signal is emitted.
    
    taken from:
    https://git.gnome.org/browse/gedit/commit/?id=ed97b92

commit 3122424b75f05c522586bb7ced6a6bb638c5deb5
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Jul 30 14:30:54 2016 +0200

    GTK+-3 print-preview: avoid deprecated gtk_layout_get_{h/v}adjustment
    
    replace it with gtk_scrollable_get_{h/v}adjustment

commit 222cefd36299d85575c3f11f5224b2241b325215
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Jul 30 11:32:07 2016 +0200

    GTK+-3 search-dialog: add pluma-search-dialog-gtk3.ui
    
    replace depreprecated widgets from old UI file

commit 1e8bf706b84d011d0b1399c7f9533a446c85f483
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Jul 30 11:29:40 2016 +0200

    GTK+-3 search-dialog: port GtkTable to GtkGrid
    
    taken from:
    https://git.gnome.org/browse/gedit/commit/?id=e19c39e

commit ae9e1b41e01db427feb699f14efe9f8886432d51
Author: raveit65 <chat-to-me@raveit.de>
Date:   Fri Jul 29 21:13:15 2016 +0200

    GTK+-3 pluma-window: use gdk_device_get_position
    
    taken from:
    https://git.gnome.org/browse/gedit/commit/?id=66ce4ca
    https://git.gnome.org/browse/gedit/commit/?id=c48ab83

commit 56bd0058b6c19b7c13574d548f6d6dbdbe81448b
Author: raveit65 <chat-to-me@raveit.de>
Date:   Fri Jul 29 20:28:46 2016 +0200

    GTK+-3.20 pluma-document: avoid deprecated gtk_text_iter_begins_tag

commit e12d27ec69532e490a6b293cd44c11796b19b222
Author: raveit65 <chat-to-me@raveit.de>
Date:   Fri Jul 29 19:58:04 2016 +0200

    GTK+-3 close button: style context fix
    
    maybe i will drop this!
    
    taken from:
    https://git.gnome.org/browse/gedit/commit/?id=df3ce63

commit 7a70386db636b3e8953eb3d1987d5bacbe6f47a5
Author: raveit65 <chat-to-me@raveit.de>
Date:   Fri Jul 29 18:43:56 2016 +0200

    GTK+-3: Port PlumaCloseButton to the new GtkStyleContext
    
    taken from:
    https://git.gnome.org/browse/gedit/commit/?id=0b2b59
    https://git.gnome.org/browse/gedit/commit/?id=6c40ec

commit 355749324c3e01d7d3ba63215a20ccee36b2f285
Author: raveit65 <chat-to-me@raveit.de>
Date:   Fri Jul 29 17:48:43 2016 +0200

    GTK+-3: Port PlumaStatusComboBox to the new GtkStyleContext
    
    taken from:
    https://git.gnome.org/browse/gedit/commit/?h=gnome-3-0&id=054bd40
    https://git.gnome.org/browse/gedit/commit/?h=gnome-3-0&id=0b2b59f

commit b77567c429b4714d7f0147fc3628cf11288c7dbb
Author: monsta <monsta@inbox.ru>
Date:   Fri Aug 12 22:02:42 2016 +0300

    fix indent a bit

commit e9b5711bc16331ee7de21573f82999053131a9ff
Author: John Church <sleeveroller@gmail.com>
Date:   Wed Jul 20 16:36:21 2016 +0100

    When 'Always autocheck' option is selected turn on Autocheck for new documents

commit 01e91d300b73e178130cf41d5356122bb8146212
Author: John Church <sleeveroller@gmail.com>
Date:   Thu Jul 21 13:41:37 2016 +0100

    tab: restore the cursor and scroll in an idle.
    
    Fix bug where the document doesn't always scroll to the restored cursor position.
    The reason for this is that after the doc is loaded the text view is still working relocating
    so we wait until the text view gives us some priority to actually scroll.

commit 6bc0736d75b206bb3857bf52f38720a5a85515d6
Author: monsta <monsta@inbox.ru>
Date:   Mon Aug 1 10:31:00 2016 +0300

    update copyright

commit df6131a532c8332d9a36e04f08a718662fe1d3a2
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Jul 30 15:40:20 2016 +0200

    GTK+-3 taglist-plugin-panel: avoid deprecated gtk_tree_view_set_rules_hint

commit f04352fb643edd822eb71b59dd0ed8e7a3dd77a0
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Jul 30 15:22:54 2016 +0200

    pre-bump version

commit cf2cb256d26a69e7a0d922fcbd6912c8cac16ab7
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Jul 30 15:18:54 2016 +0200

    GTK+-3 pluma-window: avoid deprecated gtk_[h|v]paned_new
    
    replace it with gtk_paned_new ()

commit 213b8927e2be917191e100661410ef4facd7d3a3
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Jul 30 14:49:45 2016 +0200

    GTK+-3: avoid deprecated gtk_icon_info_free ()
    
    replace it with g_object_unref ()

commit 75263e708b69711eafec10ede52a31edbb4e2450
Author: raveit65 <chat-to-me@raveit.de>
Date:   Fri Jul 29 17:19:02 2016 +0200

    GTK+-3: do not use deprecated gtk_widget_modify_font

commit 46c3867de5bcdb6abd83724fb6b4654bad21ef75
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat Jul 30 13:43:39 2016 +0200

    GTK+-3 plugin-manager: avoid deprecated gtk_tree_view_set_rules_hint

commit c56155f057e08a6280f53553823952a15d5aded8
Author: raveit65 <chat-to-me@raveit.de>
Date:   Fri Jul 29 17:57:18 2016 +0200

    GTK+-3 status-combobox: do not use deprecated GtkArrow

commit a37f98c6c563be57039b0895351a1167cead6ecf
Author: monsta <monsta@inbox.ru>
Date:   Thu Jul 28 11:55:39 2016 +0300

    release 1.15.1

commit 0309e46b72b82b2cc6d9a355442e61f70865719b
Author: monsta <monsta@inbox.ru>
Date:   Thu Jul 28 11:47:40 2016 +0300

    use GtkAboutDialog and get rid of build-dep on libmate-desktop

commit 26d006bed0a52e487c7ad80977481362822a2107
Author: monsta <monsta@inbox.ru>
Date:   Thu Jul 21 14:42:31 2016 +0300

    tests: define ACCESSPERMS if not defined
    
    taken from
    https://git.gnome.org/browse/gedit/commit/?id=de9e9716037a567bda012edda8d6f92f3cdd0ea2
    
    patch pointed out by @pyhalov
    closes https://github.com/mate-desktop/pluma/issues/189

commit 3be61ecc95b9c4fb5296eb443b4f758e4a22a653
Author: raveit65 <chat-to-me@raveit.de>
Date:   Fri Jul 15 22:31:10 2016 +0200

    distcheck: explicitly use currently selected GTK+ version

commit ce664a8c8d4c10974f814295cb38268191ac0d40
Author: monsta <monsta@inbox.ru>
Date:   Fri Jul 1 15:38:55 2016 +0300

    po: drop languages not present on Transifex

commit 2488b078eef4e6aee2cae183b56aaf9e7f3aa749
Author: monsta <monsta@inbox.ru>
Date:   Tue Jun 21 17:38:07 2016 +0300

    po: actually add a new language from Transifex

commit 4e00171156b92654b7f509e0016a21654e98b3a6
Author: monsta <monsta@inbox.ru>
Date:   Fri Jun 10 16:46:39 2016 +0300

    remove one more ancient file, don't mention removed stuff in Makefile

commit 5cf11b7ee50c491b21e5c6196a6984fcf75cb682
Author: monsta <monsta@inbox.ru>
Date:   Fri Jun 10 16:38:46 2016 +0300

    remove ancient gnome news file

commit 1b6720f589b2c57cc75af6b25cb91e79048fda55
Author: raveit65 <chat-to-me@raveit.de>
Date:   Tue Jun 7 23:44:01 2016 +0200

    release 1.15.0

commit 28ff1962e51ac6d8ed350a8da393fc238c3b9701
Author: raveit65 <chat-to-me@raveit.de>
Date:   Tue Jun 7 23:40:47 2016 +0200

    sync with Transiflex

commit ec84660e48794e3278536c7b2fd1cf1feea5a962
Author: OBATA Akio <obache@users.noreply.github.com>
Date:   Sun Apr 10 17:38:22 2016 +0900

    plugins: Fix to install externaltools plugin only with Python
    
    It was accidentally changed to be installed unconditionally with
    "drop support for win32/osx".

commit d93444dea92bfdc68768cf54b45db57506b6e486
Author: monsta <monsta@inbox.ru>
Date:   Wed Apr 6 14:12:05 2016 +0300

    fix NEWS + add missing 1.12.2 entries

commit 7c21efa8a35adcfeaeb52784f2a0874dcbf95a49
Author: raveit65 <chat-to-me@raveit.de>
Date:   Tue Apr 5 22:46:35 2016 +0200

    release 1.14.0

commit 9b48935a0ea7e9cc1ed4ad15acf6b40ef986056f
Author: raveit65 <chat-to-me@raveit.de>
Date:   Tue Apr 5 22:42:39 2016 +0200

    Fix Changelog generation

commit 25b248e3b9786abfd1938f09c54d6c82fc9fa2e2
Author: raveit65 <chat-to-me@raveit.de>
Date:   Tue Apr 5 22:41:08 2016 +0200

    add new languages and sync with transiflex

commit 7672037708cd067cff57ffe0cae651d4b0618505
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sun Feb 21 23:50:48 2016 +0100

    release 1.13.1

commit ea6b821dda45b192f9932ca4bec4d8ee3a380676
Author: Martin Wimpress <code@flexion.org>
Date:   Fri Feb 19 14:24:31 2016 +0000

    Sync with Transifex

commit 68665ebb450fb95e05e2b89b0477b8ebcb4977b2
Author: monsta <monsta@inbox.ru>
Date:   Wed Feb 17 11:15:21 2016 +0300

    plugins: some corrections for switch-c tool in external tools

commit 4d84579eace005ab4ab07646bc693da22c75bfc4
Author: monsta <monsta@inbox.ru>
Date:   Tue Feb 16 17:27:04 2016 +0300

    plugins: make switch-c tool in external tools work, fix issues
    
    - specify encoding to let the tool actually run
    - avoid shell command injection
    - update copyright
    
    thanks to @clefebvre for the fix

commit 6da08950252f01626a4c39316890e6386e5a9f9e
Author: monsta <monsta@inbox.ru>
Date:   Fri Feb 12 12:17:22 2016 +0300

    plugins: use more generic icon name for python console plugin

commit 7db910ced1b2222ba4aac989b1f0e8d46f3be221
Author: monsta <monsta@inbox.ru>
Date:   Wed Feb 10 16:25:51 2016 +0300

    plugins: don't use stock icon names

commit ed4904f97826bdda1d9c1cbbf15eadc1e8af846c
Author: monsta <monsta@inbox.ru>
Date:   Wed Feb 10 16:18:02 2016 +0300

    plugins: use correct icon name for python console plugin

commit 7f5d4b30cd6956000f09dd3261097d1a84c5c7e6
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Wed Feb 10 15:38:02 2016 +0300

    Warnings fixes

commit 1b313dd645030fc18dd37817a02705c41dde571e
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sat Feb 6 03:50:04 2016 +0100

    GTK+3: add style class pluma-window and pluma-print-preview

commit 9fce9762c9f16ebd20d3813975bc75d786380641
Author: monsta <monsta@inbox.ru>
Date:   Mon Feb 1 13:38:30 2016 +0300

    fix a few build warnings

commit e60f2758c59659488b4b7a8b64e2e486e15e64ab
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Mon Jan 25 12:03:57 2016 +0100

    release 1.13.0

commit 36bb31d79905271ca0fc853eeddf5d23ecd10de3
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Mon Jan 25 10:39:17 2016 +0100

    GTK3: another fix for GtkMisc deprecated commit

commit 9e3170e4b8de9b2120168b6de310ba839dc12072
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sun Jan 24 02:30:34 2016 +0100

    GTK3: fix previous GtkMisc deprecated commit

commit 9d1bf65037d56ced8c3d4396902e83e286222914
Author: bl0ckeduser <bl0ckedusersoft@gmail.com>
Date:   Fri Jan 22 17:05:28 2016 -0500

    Implement middle-click tab closing (#143)

commit 4ff576d7f43a1c9061998eab09f2211bbc71119d
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Tue Jan 5 03:41:41 2016 +0100

    pre-bump version to 1.13.0

commit e24d28ce22b51ead400bdc010e95317514be7c91
Author: Monsta <monsta@inbox.ru>
Date:   Sun Jan 3 01:36:21 2016 +0300

    drop MateConf migration script

commit f6c11fba66173533e845c2b448b0b1bcb33cd0f1
Author: Monsta <monsta@inbox.ru>
Date:   Sat Jan 2 15:50:00 2016 +0300

    fix typo
    
    closes https://github.com/mate-desktop/pluma/issues/167

commit 371aa737077c3b0ce72693c0f99f26653c033959
Author: Monsta <monsta@inbox.ru>
Date:   Fri Dec 25 13:34:05 2015 +0300

    view: fix incremental search entry color when text isn't found (GTK+3)
    
    color and bg color depend on theme, so it won't always be white-on-red
    as in GTK+2 build

commit e40f2501308a1edd71bc555f7f227d06cd083f34
Author: Monsta <monsta@inbox.ru>
Date:   Fri Dec 25 12:36:43 2015 +0300

    view: use "entry state" term, not "entry background"

commit fa1422db50c6b1c7bb5264aa94134cfc2b4da5be
Author: monsta <monsta@inbox.ru>
Date:   Fri Dec 25 11:58:58 2015 +0300

    fix possible use-after-free during incremental search
    
    adapted from
    https://git.gnome.org/browse/gedit/commit/?id=f8508ca201e7d16fa5e18a6130f456fdd3fc0c99

commit 25f5476b07bbb9445387438eebc0e0ab987ceaa0
Author: monsta <monsta@inbox.ru>
Date:   Fri Dec 25 11:32:29 2015 +0300

    view: remove dead code

commit 709cddc1f4363a8996eb4dee56fc753699395e5f
Author: monsta <monsta@inbox.ru>
Date:   Thu Dec 24 12:11:01 2015 +0300

    remove unneeded 'x' attribute from non-executable files

commit 2e1b92d4e20127233252abadd70081713de997d8
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sat Dec 5 14:35:12 2015 +0100

    GTK3 filebrowser-widget.c: fix build with gtk+-3.14
    
    - improve https://github.com/mate-desktop/pluma/commit/3d2d796

commit bbbc19b5ab0f8837881c1edda9844a835a74f976
Author: monsta <monsta@inbox.ru>
Date:   Mon Nov 30 11:26:04 2015 +0300

    Bump version to 1.12.1

commit a8f0ea83dbd84d47eda8869180c6f54974439e46
Author: monsta <monsta@inbox.ru>
Date:   Thu Dec 3 10:40:10 2015 +0300

    fix build breakage introduced in cf7db5e02ea308bbe59f15f2a3973b0bd9e79df4

commit 38427b5d6dab1e9a96f9abd4cbd4a223f07a3b6e
Merge: 3d2d7963 efc6229f
Author: monsta <monsta@inbox.ru>
Date:   Thu Dec 3 10:33:57 2015 +0300

    Merge pull request #146 from sleeveroller/issue90
    
    Add a new Configure dialog for the Spell Check plugin.

commit 3d2d7963abc558a09939aa4b0e4bdcedfb80b10e
Merge: 9c41b251 cf7db5e0
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Tue Dec 1 23:42:18 2015 +0100

    GTK3: replace reprecatated gdk_cursor functions
    
    - Gtk+-3.16: gdk_cursor_new --> gdk_cursor_new_for_display
    - GTK3: gdk_cursor_unref --> g_object_unref

commit 9c41b25138d7bff3554d4be038f92c16d56dc734
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Fri Nov 20 00:40:13 2015 +0100

    GTK3: replace depracated gtk_widget_size_request with gtk_widget_get_preferred_size

commit 1b8d58e81e5ef71c217b7dd3dc8f72e1552ff826
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Nov 19 16:28:49 2015 +0100

    Gtk+-3.14 pluma-document.c: replace deprecated GdkColor with GdkRGBA
    
    taken from:
    https://git.gnome.org/browse/gedit/commit/?id=15994d8

commit 4e64ecb701062f1b7962b2024f93fc1c6ebee13d
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Nov 19 16:33:11 2015 +0100

    Gtk+-3.10: don't use deprecated gtk_icon_size_lookup_for_settings

commit f2c09bf97244ffb387b9a1731767741aee9fad93
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Nov 19 14:56:38 2015 +0100

    Gtk+-3.10: don't use deprecated GTK_STOCK_DIALOG_WARNING/ERROR

commit a08bd0ed2f0959255dc86f7976ec42d512e813b9
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Wed Nov 18 21:30:05 2015 +0100

    GTK3: don't use deprecated gdk_threads_{enter/leave}

commit 6454339a1a2141ff8d33dce2dfff4fd0fc52b227
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Wed Nov 18 21:15:02 2015 +0100

    Gtk+-3.14: don't use deprecated GtkMisc

commit dc6b2065db9aa22aac346adaf337fb868b959f11
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Nov 19 21:13:51 2015 +0100

    GTk3: don't use deprecated GTK_TYPE_{V/H}BOX

commit 9994dd399ab569d547e18cb5f01900f8db953312
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Wed Nov 18 21:18:50 2015 +0100

    GTK3: don't use deprecated gtk_{v/h}-box

commit cf7db5e02ea308bbe59f15f2a3973b0bd9e79df4
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Fri Nov 20 01:46:26 2015 +0100

    GTK3: replace reprecatated gdk_cursor functions
    
    - Gtk+-3.16: gdk_cursor_new --> gdk_cursor_new_for_display
    - GTK3: gdk_cursor_unref --> g_object_unref

commit 125169f8cb0ee1d06179a3769fe3368b5df35527
Author: Monsta <monsta@inbox.ru>
Date:   Sun Nov 22 10:13:32 2015 +0300

    fix build breakage introduced in last commit
    
    also see https://github.com/mate-desktop/atril/commit/37abef2d6b86de04b6ae54a79e89b58304ae4762

commit b40b78a7cb545f8d888694ce93f7cd9f9ff759a1
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Wed Nov 18 14:58:13 2015 +0100

    add a configure option to build pluma with --without-matedesktop
    
    - about-dialog use GtkAbout instead of MateAbout in this case
    - this makes transition to gtk3 more simple

commit efc6229fce6eecf0c35e620bb5adf4b912202c56
Author: John Church <sleeveroller@gmail.com>
Date:   Thu Nov 12 10:45:00 2015 +0000

    Add a new Configure dialog for the Spell Check plugin.
    
    There are three options for autocheck when a doc is loaded:
    
    Always autocheck, Never autocheck and Remember the autocheck setting for each document
    
    The chosen option is stored in the gsettings schema.
    The default setting is to remember by document as this is what Pluma did previously.

commit e357519c943f8bacaf8d6b4737530ba09d79959c
Author: Monsta <monsta@inbox.ru>
Date:   Fri Nov 6 17:41:47 2015 +0300

    po: removed non-existing files from POTFILES.skip

commit 6b4e55f379e118be55847023b28fcfa5cb3fea65
Author: Clement Lefebvre <clement.lefebvre@linuxmint.com>
Date:   Tue Nov 3 15:03:43 2015 +0000

    1.12.0

commit fdf88c1093ee59f2517ee03eb16445cf6efc1c7d
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Mon Nov 2 21:11:41 2015 +0100

    update NEWS

commit 385ec7a3f0e8938206813c17142a8beab5955191
Author: Monsta <monsta@inbox.ru>
Date:   Mon Nov 2 14:40:19 2015 +0300

    GTK+3: work with "draw" signal instead of "expose" in print preview
    
    adapted from
    https://git.gnome.org/browse/gedit/commit?id=9453de86abac1cf1bf4702091944301ac800bdef
    
    fixes https://github.com/mate-desktop/pluma/issues/47

commit e29b9b4c99dcf9df21d417d2d107cdcdc69392b6
Author: monsta <monsta@inbox.ru>
Date:   Fri Oct 30 16:46:10 2015 +0300

    update NEWS for 1.12

commit 90fa9b31bb87135c23253074c7d437896b6698f8
Author: Patrick Monnerat <pm@rawhide.datasphere.ch>
Date:   Fri Oct 9 13:57:06 2015 +0200

    Flush document output data at EOF before determining the loader newline type.
    Failure to do so fails determining the newline type for a single line ending
    with CR.

commit 7ec8b4d7450b7a4558822d1c3f8fbe178e505690
Author: Patrick Monnerat <pm@rawhide.datasphere.ch>
Date:   Thu Oct 8 18:14:10 2015 +0200

    Adjust the document-output-stream test to the new buffering strategy.
    
    Test was still failing because it checked the document content before closing.
    This commit forces document flush before this check, making the test successful.

commit 43903ad12b880e64a3d0551b90b27aa4621a2ab8
Author: Patrick Monnerat <pm@rawhide.datasphere.ch>
Date:   Thu Oct 8 18:00:51 2015 +0200

    CRLF across 8k boundary inserts an empty line.
    
    fixes issue#100
    
    This introduces buffering of a trailing, non-leading CR for each buffer
    passed to pluma_document_output_write(), for later possible recombination into
    a CRLF.
    Since this buffering has to be flushed at EOF, a flush method has been added to
    the class. It is implicitly called at document close time.

commit 78101257f40bbf8a0d7b606bee36e527f9b0ea11
Author: Patrick Monnerat <pm@rawhide.datasphere.ch>
Date:   Thu Oct 8 16:30:59 2015 +0200

    tests/document-output-stream.c: change substring length from 2 to 3 in EOL tests.
    
    CRs always appear at the same modulus 2 offset in test strings, thus bug
    https://github.com/mate-desktop/pluma/issues/100 is never detected.
    Setting substring lengths to 3 causes the test to detect bug #100, thus failing,
    as it should yet do.

commit b580b354454c6ade07627914f2d84ff3108ca2ca
Author: monsta <monsta@inbox.ru>
Date:   Tue Oct 6 17:35:58 2015 +0300

    Bump version to 1.11.0

commit 6ee8c7a1abd689e8df9425f70dee61a40f59fcaa
Author: monsta <monsta@inbox.ru>
Date:   Tue Sep 29 13:57:32 2015 +0300

    bugreport script: bring back active plugins listing

commit 7eff297795a917ff425849f4c97c4f7d5342d4ea
Author: monsta <monsta@inbox.ru>
Date:   Tue Sep 29 13:43:48 2015 +0300

    configure.ac: dropped some useless stuff

commit e39f5b99d14fcddbd295e2d792980a11b379b1f7
Author: monsta <monsta@inbox.ru>
Date:   Tue Sep 29 13:38:04 2015 +0300

    added --enable-tests option which will be off during distcheck
    
    as we have document-saver test failing always

commit ab4da31e0815c8c7931c7075d7b7c54c6666106e
Author: monsta <monsta@inbox.ru>
Date:   Tue Sep 29 10:12:56 2015 +0300

    capitalize Pluma in Run command plugin dialog

commit 4299e647a7e13118b129266e914fec2a833c44b7
Author: monsta <monsta@inbox.ru>
Date:   Tue Sep 29 09:58:51 2015 +0300

    capitalize Pluma in titles of main window and prefs window

commit 8c43c2cfdc87ecbc0058f319012e3c61e31d1629
Author: monsta <monsta@inbox.ru>
Date:   Mon Sep 28 17:58:33 2015 +0300

    capitalize Pluma in about dialog

commit d27ba9e8c4ed1fc9c2e55f43656f6a965918c2fb
Author: infirit <infirit@gmail.com>
Date:   Tue Sep 8 17:19:35 2015 +0200

    define max/min version of GLib

commit ca8ca6923e74bb307bfe6c99c691399987eda7ed
Author: infirit <infirit@gmail.com>
Date:   Tue Sep 8 17:19:30 2015 +0200

    Rework gsettings schema building
    
    * Bump intltool required version for gsettings support
    * Extract strings with intltool directly
    * Let autoconf generate the xml files

commit 3d9e640cc4221a43d214951da5cbdc43c4f55662
Author: infirit <infirit@gmail.com>
Date:   Sat Sep 5 21:06:15 2015 +0200

    Fix up the docs
    
    Taken from gedit,
    commit: 42a6a8d8d87f32572f56b56a9c4e92f7181d339a
    from: Garrett Regier <alias301@gmail.com>

commit 1618c8f7248722265450b11ef48ced34c7a317a5
Author: infirit <infirit@gmail.com>
Date:   Sat Sep 5 20:43:24 2015 +0200

    Add new plugin to POTFILES

commit d4828e426c68f7a3027d5bdd8af28555150a8b9f
Merge: ab31ab9b 10ab67cc
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Sep 4 11:07:43 2015 +0200

    Merge pull request #145 from monsta/attrs
    
    smclient: drop unneeded 'x' attribute from source files

commit 10ab67cc2c7acf7a683d63396f074cfba28afe93
Author: Monsta <monsta@inbox.ru>
Date:   Fri Sep 4 11:50:51 2015 +0300

    smclient: drop unneeded 'x' attribute from source files

commit ab31ab9b12f0741a1b7bf3e63cb9ee095e98e76e
Author: infirit <infirit@gmail.com>
Date:   Wed Sep 2 11:51:13 2015 +0200

    Revert "Fix issue#100: CRLF across 8k boundary inserts an empty line."
    
    This reverts commit f6d7a422f3f5f97e676cd18cef5bb46aca8da6be.

commit 0c974a2db537184870d498318fedc1ec36f32933
Author: Alexander van der Meij <alexandervdm@gliese.me>
Date:   Wed Sep 2 09:23:04 2015 +0200

    capitalize desktop entry file to match mate style

commit 9f166a05aa5fb5ac8ce17f025aebf2a190b52672
Author: Daggerbot <daggerbot@gmail.com>
Date:   Fri Aug 28 09:42:37 2015 +0000

    Add plugin to strip trailing spaces on save.

commit b24934e186456b50d7702192ec3a270926831791
Author: monsta <monsta@inbox.ru>
Date:   Tue Aug 25 14:40:58 2015 +0300

    drop support for win32/osx and checkupdate plugin
    
    that plugin has never been built in linux anyway due to logic
    in configure.ac

commit f6d7a422f3f5f97e676cd18cef5bb46aca8da6be
Author: Patrick Monnerat <pm@datasphere.ch>
Date:   Fri Jul 10 17:33:48 2015 +0200

    Fix issue#100: CRLF across 8k boundary inserts an empty line.

commit bdfc07a804d787bdee7ec671bcc397517de3de7c
Author: infirit <infirit@gmail.com>
Date:   Mon Aug 3 21:39:19 2015 +0200

    Remove unused reset_im_context function
    
    Builds now with GSEAL_ENABLE

commit ee8ed9307be84069164c523e99d80edda3ec62a2
Author: infirit <infirit@gmail.com>
Date:   Mon Aug 3 21:32:35 2015 +0200

    Fix implicit declarations

commit 743994aee9a4dc417c3bbe888ad25cc413d66bc0
Author: Monsta <monsta@inbox.ru>
Date:   Mon Aug 3 18:20:08 2015 +0300

    remove excessive include

commit 79c3e2849004a5c81a0b0bc25fb9dc0e1ce8a781
Author: Monsta <monsta@inbox.ru>
Date:   Mon Aug 3 18:04:03 2015 +0300

    drop gdkkeysyms-compat usage, use modern key names

commit 121e7b4f8a9a3b0571286929fbc504988561d148
Author: Monsta <monsta@inbox.ru>
Date:   Tue Jul 14 14:42:35 2015 +0300

    Bump version to 1.10.2

commit 4968f9a9dea791db8a06baababe764d8ad0ba6f6
Author: monsta <monsta@inbox.ru>
Date:   Tue Jul 14 13:14:41 2015 +0300

    quickopen plugin: remove wrong version check inherited from gedit
    
    this should make quickopen dialog (Ctrl-Alt-O) recognize the files
    from the currently selected dir in filebrowser plugin.

commit e75584f2e6169bbae2282b6ea7f18c0ad4072fb9
Author: monsta <monsta@inbox.ru>
Date:   Tue Jul 14 13:00:39 2015 +0300

    close confirmation dialog: make text unfocusable
    
    adapted from
    https://git.gnome.org/browse/gedit/commit?id=08f0c2629d0bf4f795a71826526624d96127c23e

commit 4fd854985045f9a661b3b4767907bde80a993c63
Author: Monsta <monsta@inbox.ru>
Date:   Tue Jul 14 10:35:22 2015 +0300

    window title: display full path to files on mounted drives
    
    when opening a file on some mounted drive (local harddisk, usb flash drive, etc.),
    pluma now displays full path to file in the window title. previously it displayed
    only the mount name (like "100 GB Volume").
    
    adapted from:
    https://git.gnome.org/browse/gedit/commit?id=c59e67e27ea11c6756c7291236338fcf44f24c73
    
    credits to @jsenin for https://github.com/mate-desktop/pluma/pull/108

commit 9d5f3b25353cc72b11f88477c715c8e6acd0ccc6
Author: raveit65 <chat-to-me@raveit.de>
Date:   Fri Jul 10 10:17:05 2015 +0200

    help: fix legal page

commit cf4fc2b9238f0337f94b432bd36923de11e3463c
Author: Monsta <monsta@inbox.ru>
Date:   Fri Jul 10 10:55:04 2015 +0300

    help: fixed broken links to m-u-g

commit 80a8a579f98bb0b96de92e62d15b830be913c247
Author: infirit <infirit@gmail.com>
Date:   Thu Jul 9 16:34:54 2015 +0200

    Fix my stupid mistake in previous commit.

commit bf217393793372bb0de5361adf32df7e6694e7e8
Author: raveit65 <chat-to-me@raveit.de>
Date:   Wed Jul 8 17:52:50 2015 +0200

    UI GTK3: use a size request for time plugin dialog window

commit 1fed4bcbe14117ea1bbc8fc1c03b3771aa28605d
Author: raveit65 <chat-to-me@raveit.de>
Date:   Wed Jul 8 13:14:12 2015 +0200

    help: fix broken images

commit bdb0ef751ef17270606bee63da5c6d080d1dd891
Author: Monsta <monsta@inbox.ru>
Date:   Wed Jul 8 12:42:59 2015 +0300

    show correct help pages for prefs and plugins dialogs

commit a5c13501b64d281b7acb2861269810f1ce66c42e
Author: Martin Wimpress <code@flexion.org>
Date:   Thu Jun 18 08:58:08 2015 +0100

    Bump version to 1.10.1

commit d730f97f821217ea597afc87c6b19bcecac53332
Author: Martin Wimpress <code@flexion.org>
Date:   Thu Jun 18 08:40:57 2015 +0100

    Update NEWS.

commit c09738b74d209d778846ead35bd391a0533042d1
Merge: d0af0465 d91a7ae1
Author: Martin Wimpress <code@flexion.org>
Date:   Wed Jun 17 18:10:28 2015 +0100

    Merge pull request #123 from NiceandGently/dev-translations
    
    fix html syntax in help translations

commit d0af046579e2e4ec59465a416423f08192a3ea46
Merge: 6b14b69d 718496d1
Author: Martin Wimpress <code@flexion.org>
Date:   Wed Jun 17 18:04:55 2015 +0100

    Merge pull request #122 from monsta/man-fix
    
    removed erroneous line from manpage

commit 718496d17299ca432d52d7cbfd69d6654a44187a
Author: Monsta <monsta@inbox.ru>
Date:   Wed Jun 17 12:54:18 2015 +0300

    removed erroneous line from manpage
    
    taken from Debian patch 2001_fix-man-page-errors.patch

commit 6b14b69dc0e387eaf3c24c1b9d68fe4b3982bddb
Merge: f6addc42 15572352
Author: Martin Wimpress <code@flexion.org>
Date:   Tue Jun 16 22:32:51 2015 +0100

    Merge pull request #121 from monsta/patch-1
    
    taglist plugin: don't use timestamps when using gzip

commit f6addc421a2dc87d02477b88b4828dadf3a9ade3
Merge: 0f093c69 b9133a18
Author: Martin Wimpress <code@flexion.org>
Date:   Tue Jun 16 22:31:52 2015 +0100

    Merge pull request #120 from NiceandGently/master
    
    fixes for gschema translation

commit d91a7ae190d91161bb32def8e48e9cc98973d9d8
Author: raveit65 <chat-to-me@raveit.de>
Date:   Tue Jun 16 20:15:59 2015 +0200

    fix html syntax in help translations

commit 155723520651278dcd9d171c0156c87f542f1906
Author: monsta <monsta@inbox.ru>
Date:   Tue Jun 16 15:59:07 2015 +0300

    taglist plugin: don't use timestamps when using gzip

commit b9133a18f88938db0afdd88f4fffc419e6477c09
Author: raveit65 <chat-to-me@raveit.de>
Date:   Tue Jun 16 00:56:55 2015 +0200

    fixes for gschema translation
    
    taken from:
    https://github.com/mate-desktop/eom/commit/a2055e1
    - bumped required intltool version to 0.50.1
    - renamed and corrected gschema xml for proper intltool usage
    - removed obsolete lines from po/POTFILES.skip

commit 0f093c69c0c6bfdc7560da1bb6b516a28665bdac
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Jun 12 12:01:52 2015 +0200

    Inlcude autogen.sh in tarball

commit 8af62ff58091f848f985678727cf394e0f7eb8cf
Merge: 42f9f19d 627201d5
Author: Martin Wimpress <code@flexion.org>
Date:   Wed May 20 22:41:12 2015 +0100

    Merge pull request #117 from NiceandGently/master
    
    reduce the size of the statusbar

commit 627201d5a0e30f6617c735d2e85a71833394db8f
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat May 16 22:09:32 2015 +0200

    GTK3: remove the top and bottom margin from GTKToggleButton in statusbar
    
    - this makes the statusbar smaller and follows GTK2 style

commit e1b2a4e298702f28a9d22b5692f9f19e71513756
Author: raveit65 <chat-to-me@raveit.de>
Date:   Sat May 16 22:05:55 2015 +0200

    switch to GtklLabel for statusbar buttons + remove non nedded resize-grip code
    
    - fixes the large statusbar with GTK3
    - remove extra resize-grip code, which is handle by gtk+ itself
    GTK2 builds displays the resize-grip without the extra code.
    Since GTK+-3.14 the rezise-grip widget is removed.
    - the size of the statusbar is now themable

commit 42f9f19d30d82b28f22e095a7f6d7144bee32582
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu May 7 08:21:26 2015 +0200

    Bump version to 1.10.0

commit 5fe62f39eb359ee1af682d2755ab190ef104ef4c
Author: mate-i18n <mate-i18n@ml.mate-desktop.org>
Date:   Thu May 7 08:21:09 2015 +0200

    Sync translations with transifex

commit d7f6d2697c9e2ff4a6a01d84c7fe1d7fa6c5d677
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Apr 6 11:25:00 2015 +0200

    Bump version to 1.9.90

commit a1394a32163a58cf7fdabe7a10ff15fc1f70a4c0
Author: mate-i18n <mate-i18n@ml.mate-desktop.org>
Date:   Mon Apr 6 11:24:46 2015 +0200

    Sync translations with transifex

commit aac60a700814be8ecd72b5ab18eef95c1c4ad68d
Author: Monsta <monsta@inbox.ru>
Date:   Thu Mar 19 17:24:55 2015 +0300

    filebrowser plugin: first connect to settings, then read them.
    
    fixes the issue with GLib >= 2.43,
    https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619
    
    Closes https://github.com/mate-desktop/pluma/pull/109

commit dc5a473cbec079114a2dfcbf482b72f649b3dc92
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Jan 22 11:35:01 2015 +0100

    Bump version to 1.9.1

commit 6eea6bc057d771ccdc87390da315e9ef75878745
Author: Monsta <monsta@inbox.ru>
Date:   Sun Dec 21 14:41:25 2014 +0300

    fix one more memleak

commit e5943056a8dac82b5dd2ed091290ca444ac554c8
Author: Monsta <monsta@inbox.ru>
Date:   Sat Nov 22 19:11:28 2014 +0300

    plugins: don't leak memory

commit d01f58c9f78c07719c42d1973d57bc4f347481e7
Author: Monsta <monsta@inbox.ru>
Date:   Mon Nov 3 13:58:45 2014 +0300

    don't leak memory

commit 4a79fb544f5c35843d536d73d60bc10f52ba7d4c
Author: Monsta <monsta@inbox.ru>
Date:   Tue Oct 28 17:31:13 2014 +0300

    zero-initialize all signals arrays

commit 87eecea6bd7f4568b813ac3853422cd9988c66bd
Author: Monsta <monsta@inbox.ru>
Date:   Fri Dec 19 14:58:05 2014 +0300

    use proper GTK+ version in pluma.pc file

commit 65f91807ca3f5e1d78cc69f004bfd036f7382b8f
Author: infirit <infirit@gmail.com>
Date:   Tue Dec 16 13:05:53 2014 +0100

    Revert "Revert "Drop support for glib < 2.36""
    
    This reverts commit 13392e50c61ce3f3d7d04b59677380f935cf3d3c.

commit e8cbf00e56f9a54524acd8d342971fae009a6d9c
Author: infirit <infirit@gmail.com>
Date:   Tue Dec 16 13:05:42 2014 +0100

    Revert "Drop support for Glib <2.32"
    
    This reverts commit e9a0c53bdb5755d903e1f2ad90e47b8c373c3995.

commit e9a0c53bdb5755d903e1f2ad90e47b8c373c3995
Author: infirit <infirit@gmail.com>
Date:   Tue Dec 16 12:38:51 2014 +0100

    Drop support for Glib <2.32

commit 13392e50c61ce3f3d7d04b59677380f935cf3d3c
Author: infirit <infirit@gmail.com>
Date:   Tue Dec 16 12:37:53 2014 +0100

    Revert "Drop support for glib < 2.36"
    
    This reverts commit 495f56659d607938db00e34c9f84bac24013d999.

commit c24498bd9242a6b204d20e4c42cdde714c43068a
Author: monsta <monsta@inbox.ru>
Date:   Sat Nov 22 19:20:41 2014 +0300

    use the correct deallocation function/macro

commit 57011502273e9efd49e30cfbf7ce56d94fa1e076
Author: Monsta <monsta@inbox.ru>
Date:   Sat Dec 6 13:32:10 2014 +0300

    removed references to scrollkeeper

commit 6749c36f9d5bfc2205323ec8b9f790f27d160f4c
Author: monsta <monsta@inbox.ru>
Date:   Sat Nov 22 19:17:34 2014 +0300

    va_start should be paired with va_end
    
    Closes https://github.com/mate-desktop/pluma/pull/101

commit 5d01c1ec9cabf3ccf1c6b0b81b421e98984c571e
Author: infirit <infirit@gmail.com>
Date:   Mon Nov 10 12:27:24 2014 +0100

    appdata: Add neccesary markers for translation

commit c52d5fa4c48c8449c14b67a481c38812ce6bf06d
Author: infirit <infirit@gmail.com>
Date:   Mon Nov 10 12:01:52 2014 +0100

    appdata: Add autotool bits for appdata

commit 8dc0f51c1def68f1ca80bab2afea3e8156d30b49
Author: alxpl <alxpl@users.noreply.github.com>
Date:   Sun Nov 9 14:50:21 2014 +0200

    Create pluma.appdata.xml
    
    An appdata file for inclusion in the upcoming software centers as per the new freedesktop.org specs.
    
    It should be placed in /usr/share/appdata/ similar to the way .desktop files are placed in /usr/share/applications/, e.g. if you have a "$(datadir)/applications" definition in your makefiles, you need to add a "$(datadir)/appdata" as well.
    
    Please, skim through the file in case I made a mistake and please, include it in the 1.8 branch as well.
    
    Thanks!

commit d5b412c87b87aa884000bb309a6480fb874412c6
Author: mate-i18n <mate-i18n@ml.mate-desktop.org>
Date:   Thu Oct 23 11:13:25 2014 +0200

    Sync translations with transifex

commit c1ca209172a8b3a0751ac0a1e2dbec33c1894290
Author: mate-i18n <mate-i18n@ml.mate-desktop.org>
Date:   Sat Jul 12 10:34:13 2014 +0200

    Sync translations with transifex

commit 1f4945e1ff8d805baeca4e5956a84f8fc9b62cf4
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Jun 6 20:16:24 2014 +0200

    filebrowser: Fix g_settings_schema_source_lookup usage

commit ca9fdb4cef8bdf4aa2982e495784acaa98250ada
Author: infirit <infirit@gmail.com>
Date:   Mon May 19 18:45:07 2014 +0200

    Remove has_separator property from gtkbuilder files

commit 3fc6d6c429837cdd4ef2d17c2b9f20859187fa93
Author: infirit <infirit@gmail.com>
Date:   Mon May 19 17:22:45 2014 +0200

    Cleanup GTK_CHECK_VERSION and unify gtk+2/3 code where possible
    
    Replace functions available in gtk+2 and gtk+3
    gdk_window_get_* | since 2.24
    gtk_widget_get_allocation | since 2.18
    gtk_widget_get_window | since 2.14
    gtk_window_get_group | since 2.10
    gtk_widget_get_mapped | since 2.20
    gtk_widget_get_realized | since 2.20
    gdk_window_get_display | since 2.24
    
    Remove deprecated GtkNotebookPage and check.

commit 36a55c5f8e4a3820a3599c29ff9d7f55e92d6570
Author: infirit <infirit@gmail.com>
Date:   Mon May 19 16:22:19 2014 +0200

    Use GSourceFunc also for gtk+-2

commit 1bfcadb0c03a32c6ddde0b577f74c5291b1dd4fc
Author: infirit <infirit@gmail.com>
Date:   Mon May 19 16:10:32 2014 +0200

    Unify search GtkComboBox so it work in gtk+-2 and gtk+-3

commit cc28312a3f00a21d7fdf982ae9abce782878d906
Author: infirit <infirit@gmail.com>
Date:   Mon May 19 15:45:02 2014 +0200

    Drop support for gtk+ < 2.24
    
    * Bump required gtk+2 version
    * Remove pluma-spinner
    * Remove pluma-message-are

commit 51291bf1b29004ea4703845fc127cc1a4468b092
Author: infirit <infirit@gmail.com>
Date:   Mon May 19 14:52:18 2014 +0200

    Replace deprecated gtk widget function
    
    The replacement functions are available since 2.18
    GTK_WIDGET_HAS_FOCUS -> gtk_widget_has_focus
    GTK_WIDGET_VISIBLE -> gtk_widget_get_visible
    GTK_WIDGET_SET_FLAGS -> gtk_widget_set_*

commit 53be5f994d2c52142debdfdaf089ae077389cfbd
Author: infirit <infirit@gmail.com>
Date:   Mon May 19 14:08:24 2014 +0200

    Replace GtkObject with Gobject in gtk+2 build

commit b3097ad42becf1943377a07919d7b9598386c13d
Author: infirit <infirit@gmail.com>
Date:   Mon May 19 12:54:08 2014 +0200

    Remove all calls to deprecated gtk_dialog_set_has_separator

commit 495f56659d607938db00e34c9f84bac24013d999
Author: infirit <infirit@gmail.com>
Date:   Mon May 19 12:46:54 2014 +0200

    Drop support for glib < 2.36

commit 82e1234a535c5e719d8876845e82e919c3662243
Author: mate-i18n <mate-i18n@ml.mate-desktop.org>
Date:   Tue Apr 29 20:50:35 2014 +0200

    Sync translations with transifex

commit 6f768fd8cfbc852c11cb06eda7d23ff86e6f5776
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Apr 29 20:46:25 2014 +0200

    Bump version to 1.9.0

commit 0768242dc492e5dd2cb3dd328b9abd0991c0b8e4
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Apr 29 20:45:38 2014 +0200

    Use MateAboutDialog from libmate-desktop

commit 5daa5b4fe500f6526365513131830bd0989ee64d
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Apr 29 20:22:15 2014 +0200

    GTK3: file-system-backend property is removed

commit 4b130a90164a429d22ec9db9b265ac93a5786f50
Author: bl0ckeduser <bl0ckedusersoft@gmail.com>
Date:   Tue Apr 29 12:10:42 2014 -0400

    Fix for #46 (GTK3 missing filename file in save as)

commit 9e01bddf6bd77e6f2a174f48dfba25a25a8ecf02
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Mar 21 15:55:04 2014 +0100

    Fix go to line crash after GTK3 support adding
    
    Closes https://github.com/mate-desktop/pluma/issues/75

commit 1dce8625e2bfbd5b320b7685acad64a1af2d2d67
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Mar 19 11:08:34 2014 +0100

    Use zenity instead of mate-dialogs

commit e418c0942376f27c437988acad42e70d0b3b48c8
Merge: ee354c1b 337349ae
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Mar 6 13:10:25 2014 +0100

    Merge pull request #74 from ryanpcmcquen/master
    
    convert pluma.rc to LF line endings (currently CR+LF)

commit 337349ae2795eb090500f342d0d009aaccaa6d92
Author: Ryan Q <ryan.q@linux.com>
Date:   Wed Mar 5 07:32:37 2014 -0800

    convert pluma.rc to LF line endings (currently CR+LF)

commit ee354c1baeb6f3e1ab71cb43828a2cf1b30da5c0
Merge: c166df62 2ddfede0
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Mar 3 09:57:41 2014 +0100

    Merge pull request #73 from ryanpcmcquen/master
    
    remove needless whitespace from pluma/plumatextregion.c

commit 2ddfede0dc75c008609de3fe4c78b143c1c74349
Author: Ryan Q <ryan.q@linux.com>
Date:   Sun Mar 2 14:53:55 2014 -0800

    remove needless whitespace from pluma/plumatextregion.c

commit c166df6246d923164993344985bd060fa198d8f8
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Mar 1 15:14:28 2014 +0100

    Bump version to 1.8.0

commit 87668a4d4aab3a67e29f18a12c5175b44834d453
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Mar 1 15:13:44 2014 +0100

    Sync translations with transifex

commit 381afc444186e1486193ef193d9c60ed8228af3a
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sun Feb 23 19:35:38 2014 +0100

    Sync translations with transifex

commit d30af5ce18ee63efa8f66c5c7089bb4536805ec6
Author: infirit <infirit@gmail.com>
Date:   Sat Feb 22 17:36:10 2014 +0100

    Change file enciding to utf-8 (close #65)

commit c537c7a2f6a5787e3bf77132717ed0a2d263f755
Author: infirit <infirit@gmail.com>
Date:   Fri Feb 21 20:37:54 2014 +0100

    Sync translations with transifex

commit 3c87cb554c8e44d803f75da1b0d9c86ad412b355
Merge: 6d575b1c ef200341
Author: Sander Sweers <infirit@gmail.com>
Date:   Fri Feb 21 12:37:20 2014 +0100

    Merge pull request #67 from flexiondotorg/master
    
    Corrects a typo. Fixes #63.

commit ef200341746b7741fcbfc20ca395b437c56986ad
Author: Martin Wimpress <code@flexion.org>
Date:   Fri Feb 21 11:25:58 2014 +0000

    Corrects a typo. Fixes #63.

commit 6d575b1cf80c1fa21a0596852c2eb61f2f2b2ce0
Author: infirit <infirit@gmail.com>
Date:   Thu Feb 20 14:26:02 2014 +0100

    Add keywords key to .desktop file (close #62)
    
    Patch by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

commit 5088dd808c57067ef0267bb9b57b2ce4d71c7322
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Feb 18 21:44:01 2014 +0100

    Bump version to 1.7.90

commit f4e9365a7184c1e7ba1992a864affae54e6a1a1d
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Feb 18 21:43:09 2014 +0100

    Sync translations with transifex

commit 2e01a9116a37b62e96b84da5bf5d9321757d350f
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Feb 17 10:41:16 2014 +0100

    Update NEWS

commit 05416891f6e741c813d5cf115122a5eb5353c8d9
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Feb 17 10:39:03 2014 +0100

    configure: Add check-news

commit b95bb9785e6b7aba5a013eb9e2ef897af0f861f7
Merge: 9e75f79b 564a80cb
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Feb 17 10:38:29 2014 +0100

    Merge pull request #61 from hekel/master
    
    Update Manual

commit 9e75f79b751c60cdf58794b5d7ffd44af29b92f2
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Feb 17 10:35:24 2014 +0100

    Dont free string owned by glib
    
    Regression caused by https://github.com/mate-desktop/pluma/commit/86369deb93ae28e39ef59d462fb6693747cb332f
    Closes https://github.com/mate-desktop/pluma/issues/60

commit 6996153b65419c61b75f4f3acd96a61141529ac8
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Feb 17 09:42:31 2014 +0100

    Fix pluma_dirs_get_user_accels_file
    
    And free always config_dir

commit 38f6f2b09c2a24d57badb82831e8d18e18648747
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Feb 17 09:35:20 2014 +0100

    Remove support for never existed env var

commit 928082bef80543fd72f544c0f3c71f919468184f
Merge: 879dbc0c 24c8142c
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Feb 17 09:30:06 2014 +0100

    Merge branch 'master' of github.com:mate-desktop/pluma

commit 564a80cbc2ab3a961f04a0c806d580196a842b36
Author: hekel <hekel@archlinux.info>
Date:   Fri Feb 14 04:01:07 2014 -0500

    Update Manual

commit 24c8142ce72a813d43b4edfe6616606fc78c1f93
Author: infirit <infirit@gmail.com>
Date:   Thu Feb 13 18:09:14 2014 +0100

    remove mate-text-editor symlink

commit 879dbc0ccd6c9a4911ca7453599c1845c04076ba
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Feb 12 13:52:30 2014 +0100

    MATE Foundation doesnt exist

commit e0deea0a7ff317233a638d9bf1d65b2a7cc78ddd
Author: infirit <infirit@gmail.com>
Date:   Sun Feb 9 23:50:14 2014 +0100

    Bump version to 1.7.2

commit 5b24fe5a6d00e866b547c5d884265228fbb586c1
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Feb 3 18:17:46 2014 +0100

    Sync translations with transifex

commit 7ac38aa3a96f431725217ed23282d2e237f2cc3a
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Feb 3 18:16:42 2014 +0100

    Add missing include for GTK3
    
    Patch by Benjamin Denisart

commit 5697065e11fd593042ad572ba032b96fddad9cb5
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Jan 29 16:07:41 2014 +0100

    Add tool to generate plugin templates

commit f9933b9afdf50f311b48749fd4b6f88323f22665
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Jan 25 18:28:16 2014 +0100

    configure: Fix to allow build with latest mate-common

commit 03b99a2cf8aa01187510e74ec9f3e847a0a6408e
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Jan 18 13:11:19 2014 +0100

    Bump version to 1.7.1

commit 8971b9fc9db7288d0fbc4a93554af0123b1815a5
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Jan 18 13:01:31 2014 +0100

    Sync translations with transifex

commit 587c11cec26ce75132573106b9a2dd2759621bc9
Merge: 90e4a3c9 86369deb
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Jan 17 03:20:49 2014 -0800

    Merge pull request #55 from infirit/pluma-dirs
    
    Move plugins to data_dir, fix accel file location and minor cleanup

commit 86369deb93ae28e39ef59d462fb6693747cb332f
Author: infirit <infirit@gmail.com>
Date:   Wed Jan 15 23:32:45 2014 +0100

    Move user plugins dir to data_dir
    
    Plugins don't belong in config_dir so we move them to data_dir.
    User will need to move the plugin dir to the new location, see NEWS.

commit bacead286679a7baaab6249c7fa99ff07318f449
Author: infirit <infirit@gmail.com>
Date:   Thu Jan 16 00:39:36 2014 +0100

    pluma-dirs: Fix accel file location

commit 2cfd8639d02875325e046e2ffeea33d1e2af7067
Author: infirit <infirit@gmail.com>
Date:   Thu Jan 16 00:34:56 2014 +0100

    plumadirs: Cleanup config dir usage
    
    Remove backwards compatibility for < glib 2.6 as we require glib 2.22 at
    a minimum now.
    Use g_get_user_config_dir instead of custom logic.
    Use pluma_dirs_get_user_config_dir in pluma_dirs_get_user_accels_file.

commit 90e4a3c917b32d49c5e963a99cea131d5e3992fc
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Jan 1 19:38:07 2014 +0100

    Fix gettext

commit b660002db7e21ee96bebff48a73a6a4416fb5580
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Jan 1 17:56:47 2014 +0100

    Fix gettext

commit 33c8e58730a0429a36aae2c8ee49c6dd7a8c82e9
Merge: 557fda5b 2adb637a
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Jan 6 02:47:47 2014 -0800

    Merge pull request #52 from infirit/master
    
    Add  to ACLOCAL_AMFLAGS for user added flags

commit 2adb637a2e32c5a7ee7c9cb25fde19e44b176ec2
Author: infirit <infirit@gmail.com>
Date:   Sun Jan 5 14:23:34 2014 +0100

    Add  to ACLOCAL_AMFLAGS for user added flags

commit 557fda5b12a5ff6d16cb1296871acdce1a2ddb25
Merge: 7ceb8fe9 97336e5a
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Jan 2 11:57:42 2014 -0800

    Merge pull request #49 from City-busz/make-caja-optional
    
    Use Caja GSettings schema optionally

commit 97336e5a4908dd82937e224f90d13cc9e260c55c
Author: Balló György <ballogyor@gmail.com>
Date:   Sun Dec 1 09:53:13 2013 +0100

    Bump required glib version number to 2.32
    
    It's required for the GSettingsSchemaSource API.

commit 052e043ea3ebfd7551707dcc229389f1b91e783c
Author: Balló György <ballogyor@gmail.com>
Date:   Sat Nov 30 13:02:57 2013 +0100

    Use Caja GSettings schema optionally
    
    This makes Caja dependency optional.

commit 7ceb8fe98bdaf81e3e9a638f0abbfa657aa00ab2
Merge: 44be0fc2 d606b8de
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Nov 15 03:30:16 2013 -0800

    Merge pull request #48 from infirit/master
    
    gtk3: fix implicit declaration: gtk_source_language_get_id

commit d606b8dee0dddc9dd4e4a03779eaf13f1a61a830
Author: infirit <infirit@gmail.com>
Date:   Fri Nov 15 10:00:27 2013 +0100

    gtk3: fix implicit declaration: gtk_source_language_get_id
    
    modeline-parser.c:651:11: warning: implicit declaration of function 'gtk_source_language_get_id'
    [-Wimplicit-function-declaration]

commit 44be0fc2b7b869f55f452cffb5f9fbc64a08d594
Merge: 4c04783c 665c8ddf
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Nov 9 07:31:12 2013 -0800

    Merge pull request #44 from infirit/master
    
    Add section on running test and fixes

commit 665c8ddf3f90e0a0cf14432c8a387164aacbea0f
Author: infirit <infirit@gmail.com>
Date:   Sat Nov 9 10:29:06 2013 +0100

    Update bug tracker url

commit 16ce16f560bab0428cd010bab74db61c8525958a
Author: infirit <infirit@gmail.com>
Date:   Sat Nov 9 10:26:10 2013 +0100

    Update name in instalation

commit 9c515aece28eb1877d0e5869aecd2624212fe037
Author: infirit <infirit@gmail.com>
Date:   Sat Nov 9 10:24:20 2013 +0100

    Add section for running tests

commit 4c04783ce1ad841010d72d08a72a0bf23edc837f
Merge: 18e207da af3a5d1f
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Nov 6 07:32:33 2013 -0800

    Merge pull request #43 from infirit/master
    
    add the primary-toolbar style class to the primary toolbar

commit af3a5d1f69509ac9c443591a66359a6eb4df8d02
Author: infirit <infirit@gmail.com>
Date:   Wed Nov 6 15:49:59 2013 +0100

    add the primary-toolbar style class to the primary toolbar

commit 18e207daee1a30b35246e7864d3128ae7e85a574
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Nov 6 13:39:59 2013 +0100

    Fix stable git branch in configure

commit 0d33dc62d877e0ba72b760f6dae3d9c26ffe9131
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Nov 6 13:38:25 2013 +0100

    Fix make dist

commit cc5426de20fdf4421d63b7e77cbc02d0f44673b0
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Nov 6 01:22:15 2013 +0100

    Fix search fields in GTK3

commit 39bcb8d6bfb00ab8fcf7408a595163888d41f9b4
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 5 21:59:08 2013 +0100

    Fix Sun GNOME Documentation Team references

commit 77e395416708df29ce29ffe8bdac6fc191181bb2
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 5 19:50:01 2013 +0100

    Bump version to 1.7.0

commit a08c14ba6bf29d50d6fdda1e159b1be8ca8bdbdc
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Nov 5 19:49:37 2013 +0100

    taglist: Fix tags loading with GTK3

commit 76265841b74cad78a60e5f960d37beb8ba854e2e
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Nov 4 12:46:45 2013 +0100

    Fix some deprecations

commit c0bd4250ef3ceda457aaa492cc950b215f5db06e
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Nov 4 12:14:13 2013 +0100

    taglist: Fix GTK3 support

commit bdec76d8f1f2b2b844436c1c07d9d8803e2356c6
Merge: 70a9d462 1bf710e2
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Nov 4 02:26:08 2013 -0800

    Merge pull request #24 from bl0ckeduser/master
    
    Fix search/replace of strings containing backslashes

commit 70a9d462ec240b59bab82bc46ac60f64cb801a40
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Oct 30 23:13:21 2013 +0100

    filebrowser: Improve GTK3 support

commit 3fa783ec0ec552b91203f713db74d7c5919bfc7c
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Oct 30 23:06:31 2013 +0100

    Update POTFILES.in

commit a7ce13a18613356b1c7266d342037efbe7d890a9
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Oct 30 17:27:33 2013 +0100

    Add gtksource.h include for GTK3

commit 1418f8639d7bc4ddd9218a89fe340fbffea8677a
Merge: e79794e4 0d2f43ac
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Oct 30 09:07:48 2013 -0700

    Merge pull request #39 from infirit/master
    
    gtk3 check gtksourceview include

commit 0d2f43acef5c3d9b6b19c39ef7662b00fbc71763
Author: infirit <infirit@gmail.com>
Date:   Wed Oct 30 17:06:27 2013 +0100

    gtk3 check gtksourceview include

commit e79794e482337c26cdeb3daff28c12ea8fb2f5d8
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Oct 30 16:20:47 2013 +0100

    plugins: Add GTK3 support

commit 7f0ccea48196a0da9523db3d566ee8020cd742a1
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Oct 30 00:56:56 2013 +0100

    pluma: Add GTK3 support

commit 5f87f646777bf5b09610bbc6eed8fafd007f34c6
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Oct 30 00:54:14 2013 +0100

    Add GTK3 support in configure

commit 2f00a27541d02a37917867ff53a74e493ed235e9
Merge: e12c6b7c 40a701be
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Oct 19 06:29:25 2013 -0700

    Merge pull request #37 from infirit/master
    
    Fix Chnagelog generation

commit 40a701beef0002a813a55337d24264a12dbabe3e
Author: infirit <infirit@gmail.com>
Date:   Sat Oct 19 15:14:44 2013 +0200

    Fix Chnagelog generation

commit e12c6b7c696a13b60d90f57d98f35f7698cbf342
Merge: c867bb0b 1cbb9002
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Oct 19 06:01:03 2013 -0700

    Merge pull request #36 from infirit/master
    
    Fixes for make dist

commit 1cbb900219bce4a804d4af9a929e706b687c03ef
Author: infirit <infirit@gmail.com>
Date:   Sat Oct 19 14:22:20 2013 +0200

    Misc 'make dist' fixes

commit 59f2db5110bf8084a03c2a961a411af4cb89318d
Author: infirit <infirit@gmail.com>
Date:   Sat Oct 19 14:20:45 2013 +0200

    Remove schema file with no translation

commit 88ff6bdb991c384f86e1038d27a2a8dc27252e74
Author: infirit <infirit@gmail.com>
Date:   Sat Oct 19 14:19:34 2013 +0200

    Fix make dist, use .in.in

commit 10798a09c97c66fcbd0693f70e5342194139a84c
Author: infirit <infirit@gmail.com>
Date:   Sat Oct 19 13:43:45 2013 +0200

    Make tar.xz instead of tar.bz2

commit c867bb0be8cc40ece8be7cac0709461bec85068e
Merge: bd9e37bc fa9c24a8
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Oct 17 16:22:03 2013 -0700

    Merge pull request #34 from NiceandGently/master
    
    rename to pluma

commit fa9c24a8d33a6325947faf88d2bd4560ace7ffe9
Author: raveit65 <chat-to-me@raveit.de>
Date:   Fri Oct 18 01:01:11 2013 +0200

    rename to pluma

commit bd9e37bc9ab88f8342d66f8e636e901faae31806
Merge: a43a1d9f 41092cc5
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Oct 10 05:52:27 2013 -0700

    Merge pull request #32 from infirit/master
    
    POTFILES.in: Add missing files and make test work

commit 41092cc5de0384979fc211162e795719b3bfd114
Author: infirit <infirit@gmail.com>
Date:   Thu Oct 10 14:44:10 2013 +0200

    POTFILES.in: Add missing files and make test work

commit a43a1d9f36f393b64ef965e033757f70c201141c
Merge: dfe50552 66585e2b
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Sep 26 01:29:31 2013 -0700

    Merge pull request #29 from kallisti5/master
    
    filemanager: Add assertion checks to prevent dereferencing ptrs

commit 66585e2be5a1cd936abb27db318deba4bfc4a453
Author: Alexander von Gluck IV <kallisti5@unixzen.com>
Date:   Tue Sep 24 19:59:06 2013 -0500

    filemanager: Add missing data assignment
    
    * Amanas mentioned in IRC that it was likely
      missed after the gsettings migration.

commit b4b58f54b640165ef82dcabeb8d70fb4ade475f0
Author: Alexander von Gluck IV <kallisti5@unixzen.com>
Date:   Tue Sep 24 18:46:53 2013 -0500

    filemanager: Add assertion checks to prevent dereferencing ptrs
    
    * clang static analysis shows gaps where these calls could
      rereferencce pointers. Perform an assertion check.

commit 1bf710e2a1addeada225b94006d3479ccdc43230
Author: bl0ckeduser <bl0ckedusersoft@gmail.com>
Date:   Sun Sep 22 12:06:08 2013 -0400

    Gracefully handle a rare search/replace special case

commit 24dc1853b70b34301034c28e2d0a0e2bb416e8f6
Author: bl0ckeduser <bl0ckedusersoft@gmail.com>
Date:   Sun Sep 22 11:29:49 2013 -0400

    Make escape sequence parsing in search a GUI checkbox option

commit dfe505522c630863438c3649e2a028f14e1138fa
Author: raveit <chat-to-me@raveit.de>
Date:   Thu Jul 4 17:51:49 2013 +0200

    print to file fix

commit 1a171bb32733f3599a29a3fe184dff10e6d1bceb
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Jul 4 17:33:11 2013 +0200

    fix_hardcoded_python_sitelibs_in_configure.ac
    
    to avoid those warnings.
    
    DEBUG: checking for python version... 2.7
    DEBUG: checking for python platform... linux2
    DEBUG: checking for python script directory... ${prefix}/lib/python2.7/site-packages
    DEBUG: checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
    DEBUG: checking for headers required to compile python extensions... found
    DEBUG: sed: can't read /usr/lib/python2.7/config/Makefile: No such file or directory
    DEBUG: sed: can't read /usr/lib/python2.7/config/Makefile: No such file or directory

commit 1a52ccbfb58145d558ede645728ef2810d1a51ef
Merge: 8e0336cb 7452d28d
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sun Aug 4 07:39:23 2013 -0700

    Merge pull request #27 from infirit/yelptools
    
    Use yelp-tools instead of mate-doc-utils

commit 8e0336cb256cfde2485a7321f773d916ab3e33fb
Merge: d5249f5f 06ae9932
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat Aug 3 01:48:25 2013 -0700

    Merge pull request #26 from infirit/master
    
    Make automake happy: INCLUDES -> AM_CPPFLAGS

commit 06ae9932b08699d0137d5049c58b87be3e3072b9
Author: infirit <infirit@gmail.com>
Date:   Sat Aug 3 00:08:36 2013 +0200

    Make automake happy: INCLUDES -> AM_CPPFLAGS

commit 7452d28d5cb86530b0d313c658d615e6218cc837
Author: infirit <infirit@gmail.com>
Date:   Fri Aug 2 23:54:44 2013 +0200

    Use yelp-tools instead of mate-doc-utils

commit 9b7c40cb7350c5eb04f6c0bc472f25c44bd55025
Author: bl0ckeduser <bl0ckedusersoft@gmail.com>
Date:   Fri May 31 13:46:48 2013 -0400

    Fix search/replace of strings containing backslashes

commit d5249f5fe6ec943e813fe32ad47035aac543bbf3
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Wed Apr 17 00:58:25 2013 +0200

    Fix incorrect-fsf-address rpmlint check
    Closes #22 (https://github.com/mate-desktop/mate-text-editor/issues/22)

commit a2550f972d5e674e8a99fdbfdc9a653608cf129a
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Apr 2 16:00:25 2013 +0200

    Bump version to 1.6.0

commit 07fa92b3b1132d9a551f0a5dadd0483a5a698522
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Apr 2 15:59:48 2013 +0200

    Sync translations with transifex

commit 008e40b337edda76a771fd8ed0c16ecf8f51fcfb
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Apr 2 15:55:50 2013 +0200

    Add transifex configuration file

commit 07bbfe3cf5b4868b11db36af2a18935b2a1746fc
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Tue Apr 2 15:49:54 2013 +0200

    Add empty ChangeLog to allow build from git

commit 15365ffde558d1f5f063c647e7914c5294409c02
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Sun Mar 24 16:33:13 2013 -0400

    "Removed ChangeLog"

commit 927136bc232b9023fe42fc92d43bfc8ab462f49f
Merge: aa067c20 46b7831d
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Mar 22 14:50:08 2013 -0700

    Merge pull request #19 from cygwinports/master
    
    Add mateconf-gsettings-data-convert file

commit aa067c203d02363fd08100cf46ee215420a06ee4
Merge: 7e67aa30 461ab04e
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sun Mar 17 07:04:07 2013 -0700

    Merge pull request #20 from NiceandGently/master
    
    remove category MATE from desktop file

commit 461ab04ea4a253b47e60e00c1e72ba17bc0a0a14
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Sun Mar 17 14:47:04 2013 +0100

    remove category MATE

commit 46b7831d0512d17fd6734f02075f3ecc4aad8cd9
Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Date:   Fri Mar 15 02:08:43 2013 -0500

    Add mateconf-gsettings-data-convert file

commit 7e67aa303e3a20a84abf56291d21a82eed3902df
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Jan 25 22:44:02 2013 +0100

    Remove obsolete distro/archlinux folder

commit 295dceba7f135e6a9703d42b5644df6a78284999
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Jan 25 12:21:38 2013 +0100

    Bump version to 1.5.0

commit 978889924b7f2a53c616740c84c022ac0f6f5402
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Jan 25 12:21:12 2013 +0100

    Add NEWS file for MATE

commit 261bf5790a40a13f2de04d6e311a0fec698a7d5c
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Jan 24 21:06:49 2013 +0100

    Update POTFILES.in

commit f2b686d6f67dacc30c0f497a99485e279def6cf4
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Jan 24 21:06:15 2013 +0100

    time: Migrate to GSettings

commit 0a745cb559ffbcfad564437b214e649e0476d0f3
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Jan 24 21:05:58 2013 +0100

    filebrowser: Migrate to GSettings

commit 698c1a83b5f2d566cf8a6500f49158f98c1efacf
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Jan 24 21:05:32 2013 +0100

    checkupdate: Migrate to GSettings

commit 4bcb3b6f8b35aad20674fd88d97378d0612c10f2
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Jan 24 21:05:07 2013 +0100

    Update configure.ac for GSettings migration

commit 261945f51b2d96abbef3de6e6239981f95269424
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Jan 24 21:03:53 2013 +0100

    Migrate pluma to GSettings

commit c3ebc88709aebb8be2b010f73a6e08ce88a2b54a
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Jan 24 20:44:32 2013 +0100

    Add GSettings schema

commit 08a1f87229d999b59c949798ac139c66191ddc35
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Jan 24 20:43:04 2013 +0100

    Rename NEWS => NEWS.GNOME

commit 93dce2bc982cb90c4bdc935da979208a0589e446
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Sun Nov 18 20:54:49 2012 -0500

    fixed incorrect fsf addresses.

commit e0673d1748fb1d3d6b3331a9956c7439ff334f4a
Merge: f4a51f74 122133dd
Author: Perberos <perberos@gmail.com>
Date:   Thu Sep 20 07:50:53 2012 -0700

    Merge pull request #8 from NiceandGently/master
    
    fix headers dir

commit 122133dd5bda5e854f7edff3a1e98fb838e3172c
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Sep 20 15:52:22 2012 +0300

    fix headers dir
    
    change headers dir from /usr/include/pluma/pluma
    to /usr/include/pluma

commit f4a51f740a79d81ecc27a82aa4f3dd0d4a520ddc
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Aug 31 10:05:56 2012 +0200

    fix wrong url
    http://forums.mate-desktop.org/viewtopic.php?f=2&t=718

commit fed1c689d7c39999cc3a302e36ac2ee217f38492
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Thu Jul 12 14:57:02 2012 -0400

    Preparing for 1.4 release.

commit 501849698af0e384d17cd8a550b2315912ba55e3
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Thu Jul 12 15:57:55 2012 +0200

    sync translations with transifex

commit 846b62eaddd7460ed227bccb99d86c9b4e9178be
Merge: 2afb1240 f0d7c1d5
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Jun 15 05:45:46 2012 -0700

    Merge pull request #5 from MDykstra/master
    
    now linking under up-to-date Arch Linux system

commit 2afb124045601ad07210b5b65ccf6b6f595d6514
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sat May 19 22:22:57 2012 +0200

    rename pluma to Pluma

commit f0d7c1d5d701e6b01c22e5d88464064caeadb0c9
Author: Marcel Dijkstra <marcel.dykstra@gmail.com>
Date:   Wed May 16 03:54:49 2012 +0200

    only depend on gmodule-2.0 if it exists

commit 5d39a44c94fabff2892bc64e16901795dba24a61
Author: Marcel Dijkstra <marcel.dykstra@gmail.com>
Date:   Fri Apr 27 02:29:08 2012 +0200

    linker now requires gmodule-2.0 in mate-text-editor

commit abcdc86ee6e83730a4744b47c4493952a09bd57f
Merge: 5dd56f74 1000c0b7
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Fri Apr 6 02:54:33 2012 -0700

    Merge pull request #3 from benpicco/master
    
    sync with upstream

commit 5dd56f746ff34aeb87451d19d88ed38a4501ec47
Author: Perberos <perberos@(none).(none)>
Date:   Sun Mar 18 02:40:59 2012 -0300

    adding enchant on depends array

commit 1000c0b77ca712c2ceddbc7e2800291b3d166388
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Sun Oct 3 11:59:46 2010 +0000

    Get the current tab label instead of creating a new one.

commit 8c239347fd7200ef28fb28ffff971ef642a6472a
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sun Mar 11 20:34:30 2012 +0100

    fix other executable bits

commit 0b694f0d10220676b07d041e0088885769780f16
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Sun Mar 11 20:28:11 2012 +0100

    update for 1.2 release and fix executable bits

commit 3fe8f220a9ce835b4deeb8ceb12ec14cccc03fcc
Author: Perberos <perberos@gmail.com>
Date:   Fri Mar 9 15:36:12 2012 -0300

    /usr/bin/ld: note: 'IceConnectionNumber' is defined in DSO /usr/lib/libICE.so.6 so try adding it to the linker command line

commit bd3372e21399f630c13bd3f81b5e697b6115d7bf
Author: Stefano Karapetsas <stefano@karapetsas.com>
Date:   Mon Feb 20 14:40:31 2012 +0100

    fixed recursive rule, thanks to samtygier
    https://github.com/mate-desktop/mate-text-editor/issues/2

commit 6f5d2fdf953ae8e2687fbd4808babb0bcb73b81c
Author: Perberos <perberos@gmail.com>
Date:   Mon Jan 30 12:29:07 2012 -0300

    g_get_user_config_dir() would be better (https://github.com/mate-desktop/mate-panel/issues/8)

commit ffdb44194ef7dfab2f4abc5afcfa267b54139ef5
Author: Perberos <perberos@gmail.com>
Date:   Mon Jan 30 12:23:43 2012 -0300

    set patch on archlinux script

commit f3a8febfec4c03efbb478fd976097d2a9815ccf1
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Fri Jan 13 19:41:45 2012 -0500

    Changed url in about window.

commit d90bda7d80e42efbc7ec813e179091dad8ea93e3
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Tue Jan 10 14:42:52 2012 -0500

    Changed mate.gr.jp to gnome.gr.jp as requested in issue #86

commit 5606f6144ada6bf1e43a60c158ff06becf2a8a4d
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Fri Dec 9 23:39:03 2011 -0500

    updated version (missed a few files)

commit ec4fa66159e00cf4fecd03e1fd27c15ab7e51655
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Fri Dec 9 23:37:30 2011 -0500

    updated version

commit 8790ba833e4648560e02fda46a24d1c21e077ee3
Author: Steve Zesch <stevezesch2@gmail.com>
Date:   Fri Dec 2 20:56:30 2011 -0500

    Changed version to 2011.12.01

commit f6f1f854c9e37b0ed2f6d71856473b3d0e3616e3
Author: Perberos <perberos@gmail.com>
Date:   Tue Nov 29 04:44:24 2011 -0300

    updating archlinux hash

commit 798174ce185a17b710cb6b87d32ea9b50684868e
Author: Perberos <perberos@gmail.com>
Date:   Sun Nov 27 20:14:18 2011 -0300

    a copypaste failure

commit 3676895ea7d42631a3e1a1cec0882a473062afa8
Author: Perberos <perberos@gmail.com>
Date:   Thu Nov 24 15:18:12 2011 -0300

    removing extra spaces

commit 584d672f069e58afe3252ef55f309de951078cf7
Author: Perberos <perberos@gmail.com>
Date:   Wed Nov 23 17:57:00 2011 -0300

    using generic logo

commit 267fbd64ccc4786932147069715239a17dfcf814
Author: Perberos <perberos@gmail.com>
Date:   Tue Nov 22 14:38:03 2011 -0300

    adding a tool for external tools, for switch onto .c and .h files

commit 490f2d5bb5c5fb7c5575ac1eddcd8ae15e756495
Author: Perberos <perberos@gmail.com>
Date:   Sat Nov 12 05:44:22 2011 -0300

    updating distro scripts

commit 6a04ee4e4eecb96a2461012c435fbfec1187e9e0
Author: Perberos <perberos@gmail.com>
Date:   Sat Nov 12 04:31:16 2011 -0300

    updating version number, and HP

commit 8e150735c5c65267abb9268cb60687b2c9725b39
Author: Perberos <perberos@gmail.com>
Date:   Sat Nov 12 04:28:06 2011 -0300

    end of line mistake

commit 09be0113ed921fd1841feca0bf0a3b76314f4c2d
Author: Perberos <perberos@gmail.com>
Date:   Sat Nov 12 04:26:45 2011 -0300

    adding a "search on text" external tool

commit 78c5d0b687cfa66318a8189396eeb13c5050444a
Author: Perberos <perberos@gmail.com>
Date:   Mon Nov 7 22:28:00 2011 -0300

    removing unused gedit logo

commit 49a92964b89227d8226a88a816cd15501dcb806c
Author: Perberos <perberos@gmail.com>
Date:   Mon Nov 7 22:27:36 2011 -0300

    removing unused gedit logo

commit e27c2373016af63918fb7ae540a26346513f4a98
Author: Perberos <perberos@gmail.com>
Date:   Mon Nov 7 22:13:36 2011 -0300

    removing version tag from library

commit c7e1c2017b54f82463101d3680e23cb6090c3467
Author: Perberos <perberos@gmail.com>
Date:   Mon Nov 7 21:13:10 2011 -0300

    settings tango as default theme

commit 421415f7cb1ba9c8a97a1837d4f789242c2fb0e6
Author: Perberos <perberos@gmail.com>
Date:   Mon Nov 7 21:10:16 2011 -0300

    using ./config/ instead of ./mate2/

commit 1d63a49a77ab8f7d01daef6ce18e57100508067b
Author: Perberos <perberos@gmail.com>
Date:   Mon Nov 7 20:10:50 2011 -0300

    using autogen.sh instead of configure

commit 3c649a5d41206704c9cd67e38fab6224dd1f42f1
Author: Perberos <perberos@gmail.com>
Date:   Mon Nov 7 19:56:15 2011 -0300

    now delete INSTALL using make maintainer-clean

commit fdb4d77e4462a9980752f13f7607145fcd655d3f
Author: Perberos <perberos@gmail.com>
Date:   Mon Nov 7 19:55:44 2011 -0300

    file so long

commit 5ded9cba8563f336939400303d6a841d5089b107
Author: Perberos <perberos@gmail.com>
Date:   Mon Nov 7 19:52:18 2011 -0300

    renaming from gedit to pluma

commit f00b3a11a199f9f85a4d46a600f9d14179b37dbf
Author: Perberos <perberos@gmail.com>
Date:   Mon Nov 7 19:19:18 2011 -0300

    deleting doap file

commit 11e023c043e0a5a3dd60a181162cf2ce584091f6
Author: Perberos <perberos@gmail.com>
Date:   Mon Nov 7 17:16:09 2011 -0300

    warning: underquoted definition of AM_CHECK_PYMOD

commit d124ed5c11f148147af13aced03f5f10304ac5a9
Author: Perberos <perberos@gmail.com>
Date:   Mon Nov 7 17:01:59 2011 -0300

    adding changelog

commit 2bd2d9c6e39019b340757b7cfde77cc6804c8ce0
Author: Perberos <perberos@gmail.com>
Date:   Mon Nov 7 16:58:25 2011 -0300

    updating version number

commit 40a5edfd260f8d15413a38b55404f010dc6211d7
Author: Perberos <perberos@gmail.com>
Date:   Mon Nov 7 16:58:10 2011 -0300

    adding missing python macro

commit 5bb79424e350326dcca0d9f0d1894ed3634a3b25
Author: Perberos <perberos@gmail.com>
Date:   Mon Nov 7 16:58:03 2011 -0300

    adding missing python macro

commit 528c1e5ff51e213936e800fc5a9a25da99c0bdf2
Author: Perberos <perberos@gmail.com>
Date:   Mon Nov 7 16:46:58 2011 -0300

    initial
