Skip to content

Commit

Permalink
mousepad: upgrade 0.5.4 -> 0.5.5
Browse files Browse the repository at this point in the history
* add PACKAGECONFIG for gspell - disabled by default

Release notes for 0.5.5
=======================
- New Features:
  - Add a `.desktop` file to make Mousepad appear in Xfce settings
    (!94)
  - Add a command line option to open the prefs dialog (!94)
  - Plugin support (!92)
  - Add gspell plugin (openembedded#1, !92)
  - Disable and wipe recent history if recent-menu-items is set to 0
    (openembedded#112, !89)
  - Support -ve line and column values for "Go to" location
    (openembedded#113, !84)

- Appearance Changes:
  - Switch to client-side decorations (!97)

- Code Refactoring:
  - Remove Xfconf dependency (openembedded#60, openembedded#122, !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

- Bug Fixes:
  - Fix actions to show/hide bars in fullscreen mode (openembedded#129)
  - Fix broken "Revert" action
  - Fix and extend "Move Lines" action (openembedded#87, openembedded#116, !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"
    (openembedded#114, !91)
  - Restore cursor position after transpose (openembedded#115, !88)
  - Fix "Delete Line" action (openembedded#117, !86)
  - Fix recent_sort function (!90)
  - Reset line and column number if not given on command line
    (openembedded#121, !87)
  - menu: "Spaces to Tabs" converter converts leading spaces
    (openembedded#118, !85)
  - Make window require attention when opening new tabs (2) (openembedded#119)

- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
schnitzeltony authored and kraj committed May 18, 2021
1 parent 0df96be commit 9fe8b45
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ DEPENDS = "gtk+3 gtksourceview4 xfconf xfce4-dev-tools-native"

inherit xfce-app gsettings mime-xdg

SRC_URI[sha256sum] = "d90f492e5d0cba5f5b3b0c1eb7fd7c1701aef57e3fa244d2c457e7f9b0a42aa1"
SRC_URI[sha256sum] = "40c35f00e0e10df50a59bd0dbba9007d2fb5574ed8a2aa73b0fc5ef40e64abe1"

PACKAGECONFIG ??= ""
PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell"

FILES_${PN} += " \
${datadir}/glib-2.0/schemas \
Expand Down

0 comments on commit 9fe8b45

Please sign in to comment.