diff options
author | raveit65 <[email protected]> | 2021-02-25 17:28:50 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-25 17:28:50 +0100 |
commit | 814ae9fdeb8367d0f5b43a4691b32a514cf3e6e9 (patch) | |
tree | 37340247bb41473f83eb20477bf2bd7c389ddeea | |
parent | 21702c3e8d3ebb8456d9a0b3bc808889c3821095 (diff) | |
download | pluma-814ae9fdeb8367d0f5b43a4691b32a514cf3e6e9.tar.bz2 pluma-814ae9fdeb8367d0f5b43a4691b32a514cf3e6e9.tar.xz |
release 1.25.1v1.25.1
-rw-r--r-- | NEWS | 41 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 42 insertions, 1 deletions
@@ -1,3 +1,44 @@ +### 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.25.0 * tx: disable "he" translations diff --git a/configure.ac b/configure.ac index e2bdf362..0d1135fe 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.63.2) m4_define(pluma_major_version, 1) m4_define(pluma_minor_version, 25) -m4_define(pluma_micro_version, 0) +m4_define(pluma_micro_version, 1) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], |