diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-17 03:20:49 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-17 03:20:49 -0800 |
commit | 587c11cec26ce75132573106b9a2dd2759621bc9 (patch) | |
tree | dac9d3fcdd5c0fdb64c085bc32ab8b2a3917476e /NEWS | |
parent | 90e4a3c917b32d49c5e963a99cea131d5e3992fc (diff) | |
parent | 86369deb93ae28e39ef59d462fb6693747cb332f (diff) | |
download | pluma-587c11cec26ce75132573106b9a2dd2759621bc9.tar.bz2 pluma-587c11cec26ce75132573106b9a2dd2759621bc9.tar.xz |
Merge pull request #55 from infirit/pluma-dirs
Move plugins to data_dir, fix accel file location and minor cleanup
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +pluma 1.7.1 +=========== + + * 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 =========== @@ -5,4 +13,4 @@ pluma 1.5.0 (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)
\ No newline at end of file + instead of python-gtk) |