diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -1,3 +1,49 @@ +### caja 1.27.0 + + * release 1.27.0 + * tx: sync with transifex + * tx: update resource + * tx: migrate config file + * image properties: Look for supported mime types at runtime + * caja-extensions: print filename when caja failed to open keys file + * caja-bookmark: 'caja_bookmark_get_uri (CajaBookmark *)' may return NULL + * configure.ac: Bump Autoconf version because of LT_INIT + * image properties: Improve the layout + * Fix build warning -Wmissing-field-initializers + * Fix build warning -Wbad-function-cast + * Document and fix default-sort-order preference + * caja-file-conflict-dialog: Move to automatic signal disconnection + * caja-file-conflict-dialog: Properly release references on dispose() + * caja-file-conflict-dialog: update the icons once + * build: Cleanup long deprecated macros usage + * Properly initialize IconKey::scale + * caja-bookmark: Fix build warning -Wlogical-not-parentheses + * caja-application: Variable is assigned a value that is never used + * caja-bookmark: fix memory leak + * caja-bookmark: drop create_image_cairo_for_bookmark + * Fix implicit conversion changes signedness: 'gboolean' to 'guint' + * Fix some -Wsign-compare warnings + * caja-file-operations: overlapping comparisons always evaluate to true + * remove '-' from a m4_define + * CI: Drop -Wunused-parameter for debian build + * eel-editable-label: remove unused method get_font_description + * eel-editable-label: drop eel_editable_label_clear_layout + * caja-property-browser: 'gdk_color_parse' is deprecated + * caja-property-browser: Fix build warning -Wconstant-conversion + * caja-module: fix memory leak + * caja-sidebar-title: fix memory leak + * fm-directory-view: fix memory leak + * eel-background: fix memory leak + * caja-application: avoid SEGV when profiling/debugging code + * Use gresources for ui files + * caja-mime-actions: fix memory leak + * Remove whitespaces before #define, #if, and #endif + * Use a blank line at most + * caja-file: Remove unreachable code + * caja-places-sidebar: fix right-click menu height + * caja-dnd: wrong type field in printf format string + * Fix Caja does not show icons of application launchers + ### caja 1.26.0 * update translations |