- Update to version 0.6.4
Meson has been added as a build system in this release, and the
associated archive has been generated by 'meson dist'. Although
autotools has been retained for the time being and can still be used
via 'autogen.sh', meson is now the preferred build system, and
autotools will be removed in a future release.
* flatpak: Updates from flathub and use meson when possible
* file: Fix GError leak in mousepad_file_autosave_delete_finish
* build: Automate copyright year management
* history: Save session when an inactive tab is closed
* file: Fix possible dereference of null pointer
* Extend saved state comparison to auto-saved modified files
* window: Avoid unnecessary switching to the tab to be closed
* Use build system-independent macro for mousepad name
* flatpak: Updates from Flathub and git
* meson-build: Compile gsettings schemas
* history: Fix -Wmaybe-uninitialized
* meson-build: Fix statement not under conditional
* Add meson build
* Remove unused .in level in desktop files
* file: Don't use G_FILE_MONITOR_WATCH_HARD_LINKS
* dialogs: Set current name in save-as dialog for deleted files too
* Add parentheses to parameterized actions in accels.scm
* Fix broken shortcut for reload action
* Hide the launcher for mousepad-settings
* CSD: Drop custom code for decoration layout
* prefs-dialog: Make widgets focusable again
* Translation Updates
OBS-URL: https://build.opensuse.org/request/show/1255960
OBS-URL: https://build.opensuse.org/package/show/X11:xfce/mousepad?expand=0&rev=36
- Update to version 0.6.3
* build: Force plugins to be built
* Added missing Keywords entry to .desktop file
* Do not set new file readonly when using admin protocol
* Take into account user cancellation when using the admin protocol
* Add support for admin protocol
* Apply .clang-format file
* Remove unnecessary dirname in local includes
* clang-format: Use IncludeBlocks::Regroup
* clang-format: Break after assignment operator
* clang-format: Insert a newline at end of file if missing
* print: Remove useless test
* Apply .clang-format file
* clang-format: Add file
* shortcuts-plugin: Fix shortcuts-editor include
* recent-menu: Do not add already open files
* Do not define G_DISABLE_CHECKS in release mode
* Do not use g_log_set_always_fatal()
* test-plugin: Update actions after previous commit
* Don't set buffer as unmodified before reloading if externally
modified
* Translation Updates
OBS-URL: https://build.opensuse.org/request/show/1216691
OBS-URL: https://build.opensuse.org/package/show/X11:xfce/mousepad?expand=0&rev=34
- Update to version 0.6.2
* Update copyright year
* history: Default to yes when user is asked to restore previous
session
* build: Search for bind_textdomain_codeset in libintl too
* tests: Increase timeout a bit
* tests: Check for pwait/pidwait
* dialogs: Do not reuse text buffer to test encoding in save-as dialog
* history: Remove dead code
* history: Rework paste menu
* Move paste history to mousepad-history.c
* window: Fix GVariant management
* Do not scroll text view when zooming in or out
* file-monitoring: Delay emission of "externaly-modified" signal
* Fix a typo in a comment, additionnal → additional.
* Add icons at missing sizes, clean up SVG metadata
* search: Properly reset current match
* Translation Updates
OBS-URL: https://build.opensuse.org/request/show/1144286
OBS-URL: https://build.opensuse.org/package/show/X11:xfce/mousepad?expand=0&rev=32
- Update to version 0.6.1
* I18n: Update po/LINGUAS list
* build: Optionally require polkit
* build: Use m4_defined min versions and cleanup
* build: Use XDT_VERSION_INIT and get rid of configure.ac.in
* build: Switch from intltool to gettext
* menubar: Improve some strings
* search: Use consistent naming
* history: Properly restore multi-window session
* Restore opening mode only when it was overridden from the command
line
* Add "X of Y matches" to search bar and replace dialog (Closes#174)
* Add application/x-zerosize to supported mime types (Fixes#194)
* Apply opening mode also to the open dialog (Fixes#181)
* Properly reconnect signal handler when auto-reload is enabled
* Translation Updates
OBS-URL: https://build.opensuse.org/request/show/1087012
OBS-URL: https://build.opensuse.org/package/show/X11:xfce/mousepad?expand=0&rev=30
- Update to version 0.6.0
* Dependency Changes:
- GLib >= 2.56.2
* New Features:
- Keep saved state in memory to track actual modification state
* Appearance Changes / Minor Improvements:
- Add "match whole word" toggle to search toolbar (#180, !124)
* Code Refactoring:
- cleanup: prefs: Reduce the diff from what Glade 3.40.0 would do
- cleanup: Use G_DECLARE_FINAL_TYPE
- cleanup: Remove dead code
- cleanup: Use consistent naming and avoid duplicated code
- build: Let xdt-depends.m4 macros set GLib macros
- flatpak: Updates from Flathub
* Bug Fixes:
- Clear undo action list in case of unbuffered modification
- Set file properties only for actual changes
- Emit "encoding-changed" after setting BOM if needed
- Update action states on reload
- Mark document as modified if line ending actually changes (Fixes#187)
- Do not show the menubar on Alt key release if focus is lost (#185)
- plugins: Do not resize unnecessarily the prefs dialog on Wayland
- Initialize static variable only once
- prefs-dialog: Improve history widget alignment (Fixes#173)
* Translation Updates
OBS-URL: https://build.opensuse.org/request/show/1064071
OBS-URL: https://build.opensuse.org/package/show/X11:xfce/mousepad?expand=0&rev=28
- Update to version 0.5.7
* Update Appdata file and use the same description everywhere
* Prevent warning when saving a deleted file via a symlink
(gxo#apps/mousepad#135)
* Conform to Freedesktop.org standard for file naming
* Properly disconnect signal handlers
* Be sure not to disable highlighting when disabling regex search
* Check for realpath()
* Check for `errno.h` required by CI
* Fix a nasty memory leak
* Fix "Save As" procedure when it recurses
* Allow drag and drop on selections in the textview
* Code cleanup: Remove a useless dnd signal forwarding
* Code cleanup: Simplify `mousepad_file_save()`
* Fix a small memory leak
* Improve trash can management
* Update read-only status on file location change/validation
* Monitor also the target of broken links
* Fix monitoring of files opened through a symlink
* Allow drag and drop of broken links
* Follow symlinks if necessary when checking if a file exists
* Replace `g_realloc()` with `g_renew()`
* Replace `g_malloc*()` with `g_new*()` (gxo#apps/mousepad!113)
* Make sure that `gtk_selection_data_get_uris()` returned non-NULL
(gxo#apps/mousepad!113)
* Initialize `contents` and use it to guard `g_file_replace_contents`
(gxo#apps/mousepad!113)
* Fix an unlikely memory leak
* Make CSD consistent with other Xfce windows (gxo#apps/mousepad#145)
* Translation Updates
OBS-URL: https://build.opensuse.org/request/show/921162
OBS-URL: https://build.opensuse.org/package/show/X11:xfce/mousepad?expand=0&rev=22
- Update to version 0.5.5
- Add a `.desktop` file to make Mousepad appear in Xfce settings
(gxo#apps/mousepad!94)
- Add a command line option to open the prefs dialog
(gxo#apps/mousepad!94)
- Plugin support (gxo#apps/mousepad!92)
- Add gspell plugin (gxo#apps/mousepad#1, gxo#apps/mousepad!92)
- Disable and wipe recent history if recent-menu-items is set to 0
(gxo#apps/mousepad#112, gxo#apps/mousepad!89)
- Support -ve line and column values for "Go to" location
(gxo#apps/mousepad#113, gxo#apps/mousepad!84)
- Switch to client-side decorations (gxo#apps/mousepad!97)
- Remove Xfconf dependency
(gxo#apps/mousepad#60, gxo#apps/mousepad#122, gxo#apps/mousepad!98)
- A general review of sanity checks
- A review of window lifetime management
- A review of document lifetime management
- Automate and sanitize memory management of sources
- A small review of GSettings use
- Do not use `== (TRUE|FALSE)` for boolean conditions
- Fix actions to show/hide bars in fullscreen mode
(gxo#apps/mousepad#129)
- Fix broken "Revert" action
- Fix and extend "Move Lines" action
(gxo#apps/mousepad#87, gxo#apps/mousepad#116, gxo#apps/mousepad!96)
- Support for drag and drop of tabs when search is active
- Do a silent search when changing tabs with the search bar enabled
- Use get/set_real_line_offset () functions for "Paste as Column"
(gxo#apps/mousepad#114, gxo#apps/mousepad!91)
- Restore cursor position after transpose
(gxo#apps/mousepad#115, gxo#apps/mousepad!88)
- Fix "Delete Line" action
(gxo#apps/mousepad#117, gxo#apps/mousepad!86)
- Fix recent_sort function (gxo#apps/mousepad!90)
- Reset line and column number if not given on command line
(gxo#apps/mousepad#121, gxo#apps/mousepad!87)
- menu: "Spaces to Tabs" converter converts leading spaces
(gxo#apps/mousepad#118, gxo#apps/mousepad!85)
- Make window require attention when opening new tabs
(gxo#apps/mousepad#119)
- Translation Updates
OBS-URL: https://build.opensuse.org/request/show/892984
OBS-URL: https://build.opensuse.org/package/show/X11:xfce/mousepad?expand=0&rev=17
- Update to version 0.5.4
* Add --line/-l and --column/-c number (gxo#apps/mousepad#107,
gxo#apps/mousepad!83)
* Port to GtkSourceView 4 (gxo#apps/mousepad#55,
gxo#apps/mousepad#80, gxo#apps/mousepad!10)
* Delay request to scroll to cursor for the correct active view
* Monitor hardlinks with glib 2.56.2 (gxo#apps/mousepad#110,
gxo#apps/mousepad!82)
* Transfer encoding from remote to primary instance
(gxo#apps/mousepad#109)
* Prevent a crash when no language is found
* Make window require attention when opening new tabs
(gxo#apps/mousepad#106, gxo#apps/mousepad#93, gxo#apps/mousepad!81)
* Fix BOM array (gxo#apps/mousepad!80)
* Correctly initialize toolbar style combo box (gxo#apps/mousepad#103)
* Allow checking parent sources when looking up schema
(gxo#apps/mousepad#101)
* Fix missing parameter to "select-all" signal (gxo#apps/mousepad!79)
* Translation Updates
OBS-URL: https://build.opensuse.org/request/show/882797
OBS-URL: https://build.opensuse.org/package/show/X11:xfce/mousepad?expand=0&rev=15