summaryrefslogtreecommitdiff
path: root/NEWS
blob: c28459b9c657a1be46f263cd1ae934761e0cd41b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
pluma 1.15.2
============

  * Translations update
  * GTK+-3.0 print-preview: avoid deprecated GtkStock icons for the toolbar
  * po: add missing pluma-search-dialog-gtk3.ui
  * search-dialog UI: install both UI files to avoid distcheck failure in po folder
  * GTK+-3 print-preview: don't use deprecated gtk_adjustment_value_changed()
  * GTK+-3 print-preview: avoid deprecated gtk_layout_get_{h/v}adjustment
  * GTK+-3 search-dialog: add pluma-search-dialog-gtk3.ui
  * GTK+-3 search-dialog: port GtkTable to GtkGrid
  * GTK+-3 pluma-window: use gdk_device_get_position
  * GTK+-3.20 pluma-document: avoid deprecated gtk_text_iter_begins_tag
  * GTK+-3 close button: style context fix
  * GTK+-3: Port PlumaCloseButton to the new GtkStyleContext
  * GTK+-3: Port PlumaStatusComboBox to the new GtkStyleContext
  * fix indent a bit
  * When 'Always autocheck' option is selected turn on Autocheck for new documents
  * tab: restore the cursor and scroll in an idle.
  * update copyright
  * GTK+-3 taglist-plugin-panel: avoid deprecated gtk_tree_view_set_rules_hint
  * GTK+-3 pluma-window: avoid deprecated gtk_[h|v]paned_new
  * GTK+-3: avoid deprecated gtk_icon_info_free ()
  * GTK+-3: do not use deprecated gtk_widget_modify_font
  * GTK+-3 plugin-manager: avoid deprecated gtk_tree_view_set_rules_hint
  * GTK+-3 status-combobox: do not use deprecated GtkArrow

pluma 1.15.1
============

  * Get rid of dependency on libmate-desktop and drop
    --without-matedesktop build option
  * Some fixes and cleanups
  * Translations update

pluma 1.15.0
============

  * plugins: Fix to install externaltools plugin only with Python
  * Translations update

pluma 1.14.0
============

  * Drop MateConf migration script
  * Implement middle-click tab closing
  * Add a new Configure dialog for the Spell Check plugin
  * Make switch-c tool in external tools work, fix security issue
  * GTK+3: add style classes pluma-window and pluma-print-preview
  * GTK+3: fix several deprecations
  * Some more fixes and cleanups
  * Translations update
  * Add Changelog generation

pluma 1.12.2
============

  * Python console plugin: fix missing icon in plugin list
  * Fix possible use-after-free during incremental search
  * GTK+3: fix incremental search entry color when text isn't found

pluma 1.12.1
============

  * Add --without-matedesktop option to enable build without
    dependency on libmate-desktop

pluma 1.12.0
============

  * Add --enable-tests option to enable/disable running tests
    during the build
  * Add plugin to strip trailing spaces on saving
  * Bring back active plugins listing in bugreport script
  * Drop support for win32/osx and checkupdate plugin
  * Retrieve strings directly from gschema (requires intltool 0.50.1)
  * Capitalize Pluma in window titles and desktop file
  * GTK3. fix print-preview
  * Some annotation fixes
  * Some minor fixes and cleanups

pluma 1.10.2
============

  * Window title: display full path to files on mounted drives
  * Close confirmation dialog: make text unfocusable
  * Quickopen plugin: fix filebrowser plugin support
  * Time plugin: GTK+3 fix
  * Multiple help fixes

pluma 1.10.1
============

  * Fix gschema translations
  * GTK3 fixes
  * Fix man page formatting
  * Build system fixes

pluma 1.10.0
============

  * Use MateAboutDialog from libmate-desktop

pluma 1.8.1
===========

  * Fix go to line crash
  * Translations updates

pluma 1.8.0
===========

  * Add GTK3 support
  * Use yelp-tools instead of mate-doc-utils
  * Move user plugin dir from config_dir to data_dir. Plugins should have
    never been installed in the config dir as they are not part of the
    configuration. This means user will need to move the plugins directory
    from: $HOME/.config/pluma/ to $HOME/.local/share/pluma/.

pluma 1.5.0
===========

  * Migration to GSettings and drop mateconf
    (All code is migrated, except pythonconsole plugin. The plugin works,
    except you cant configure it; the configurable things were command
    and error colors; this will be fixed migrating the plugin to Gir
    instead of python-gtk)