Releases: mate-desktop/pluma
Releases · mate-desktop/pluma
pluma 1.26.3 release
Changes since the last release: v1.26.2...v1.26.3
pluma 1.26.3
- Revert Translations update due to broken builds, use translations from 1.26.1
pluma 1.28.0 release
pluma 1.26.1 release
Changes since the last release: v1.26.0...v1.26.1
pluma 1.26.1
- Translations update
- Fix out-of-bounds write
- Fix double activation of extensions
- pluma-plugins-engine: fix memory leak
pluma 1.27.0 release
Changes since the last release: v1.26.0...v1.27.0
pluma 1.27.0
- tx: sync with transifex
- tx: update resource
- tx: migrate config file
- Fix out-of-bounds write
- pluma-view: 'len' is assigned a value that is never used
- pluma-commands-search: 'len' is assigned a value that is never used
- filebrowser: fix warning -Wincompatible-pointer-types
- pluma-metadata-manager: remove time.h
- pluma: fix build warning about missing field initializer
- pluma-document: Redundant null check
- pluma-encodings-combo-box: implicit conversion changes signedness
- Increase POSIX compliance and simplify. Remove bashisms and non-POSIX expr(1) usage.
- Revert the shebang changes for /bin/sh (9a99c3c). See also issue 640:
- filebrowser: use GLib's new g_clear_signal_handler() function
- Unnecessary G_OBJECT cast when calling signal connect function
- pluma-commands-search: fix warning -Wenum-conversion
- ci: drop -Wunused-parameter compiler cflag from debian build
- pluma: handler IDs are gulong, not guint
- pluma: use GLib's new g_clear_signal_handler() function
- pluma-plugins-engine: fix memory leak
- Fix double activation of extensions
- pluma-tab: remove a whitespace before #if
pluma 1.26.0 release
Changes since the last release: v1.25.3...v1.26.0
pluma 1.26.0
- Translations update
- filebrowser-plugin: fix segfault on open-terminal action
- update copyright to 2021
- build: fix shebangs
- warning: declaration of ‘taglist’ shadows a global declaration
- pluma: Use EXIT_SUCCESS macro instead of int value (portability)
- help: update help for sort plugin
- sort plugin: Port sort plugin to the new GtkSourceView api.
pluma 1.24.2 release
Changes since the last release: v1.24.1...v1.24.2
pluma 1.24.2
- Translations update
- pluma-view: Fix incorrect interface font
pluma 1.25.3 release
Changes since the last release: v1.25.2...v1.25.3
pluma 1.25.3
- port plugins to use the window-construct property.
- cppcheck warning: Checking if unsigned expression is less than zero
- cppcheck warning: Local variable 'icon' shadows outer argument
- pluma-window: unused variable ‘ui_file’ [-Wunused-variable]
- build: port to gtksourceview-4
- cppcheck warning: Local variable shadows outer variable
pluma 1.25.2 release
Changes since the last release: v1.25.1...v1.25.2
pluma 1.25.2
- pluma-activatable-interfaces: use G_DECLARE_INTERFACE
- code formating fixes
- Introduce PlumaWindowActivatable, PlumaAppActivatable, PlumaViewActivatable
pluma 1.25.1 release
Changes since the last release: v1.25.0...v1.25.1
pluma 1.25.1
- tx: disable "he" translations
- build: define PLUMA_LIBDIR
- pluma-plugins-engine: Do not build the path to girepository-1.0
- Drop pluma_dirs_get_pluma_locale_dir
- Drop pluma_dirs_get_pluma_plugins_dir, pluma_dirs_get_pluma_plugins_dir
- Drop pluma_dirs_get_pluma_plugins_data_dir
- Drop pluma_dirs_get_pluma_data_dir
- pluma: Do not build the path to the icons folder
- Drop pluma_dirs_get_ui_file
- fix printing wrap mode
- build: Use PACKAGE_URL variable
- build: display package name and version in configure summary
- README.md: configure options
- filebrowser plugin: Refactor pluma_image_menu_item_new_from_pixbuf
- Update copyright to 2021
- help: add indent shortcuts
- add show/hide line-numbers shortcut (ctrl+y)
- pluma-utils: Cppcheck warning 'argument order different'
- cppcheck warning: The if condition is the same as the previous one
- spell: Remove BUILT_SOURCES variable from Makefile.am
- pluma-message: Fix the position of the inline keyword
- Use g_clear_error
- Fix line numbers menu: use g_settings_bind correctly
- pluma-view: Fix incorrect interface font
- Redesign Pluma Preferences Dialog
- Remove pluma-marshal.
- Update Readme
- Use gtk_source_view_get_visual_column
- pluma-document: highlighting for BOM was fixed on gtksourceview 3.24.11
- pluma-time-plugin: Use g_date_time_format
- add optional grid background pattern
- pluma-document: Fix BOM detection for C language
- pluma-document: Fix warning assertion 'G_IS_FILE (file)' failed
- Remove -Wmissing-field-initializers warnings
- Remove changecase plugin. Functionality is provided by GtkSourceView. (#565)
- add overview map
- Port main program to GSettings
- Merge gio document loader and saver into document loader and saver
pluma 1.24.1 release
Changes since the last release: v1.24.0...v1.24.1
pluma 1.24.1
- Translations update
- build: silent build warnings for distcheck
- help: Remove Open Location from shortcut keys table
- build: do not override the default value for MATE_COMPILE_WARNINGS
- Use user page on github when user email is private
- Update authors