* Fri Aug 16 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Fixed sources in spec file
* Wed Jul 17 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Package renamed to follow upstream name xfce4-foo-plugin
- Use lang subpackage for manual edits instead of %lang_package macro
- Cleaned up spec file
- Added bcond for git master builds
- Use %license macro for COPYING
* Mon Jun 29 2015 gber@opensuse.org
- update to version 1.8.1
- provide graphics tabs/ for gtk-2.0 theme
- fit panel button inside a single panel row (for deskbar mode)
* Sun Apr 19 2015 gber@opensuse.org
- update to version 1.8.0
- Dependencies: match Xfce 4.10 requirements
- Vala: Compilation fixes, and fixed build for GTK2 and GTK3 to
work together.
- GTK3: Added support for GTK3 and theming through GtkCssProvider,
it's still missing features from GTK2 code, and doesn't build
a panel plugin. Build with --enable-gtk3 from Git (dist do not
permit to rebuild from Vala.)
- Settings: New hidden notes-path setting tweakable through
xfconf.
- Monitor: Add monitoring of notes files to allow hot-edition and
refresh in notes windows.
- Other misc fixes.
- Updated translations
- drop obsolete
xfce4-panel-plugin-notes-create-unversioned-lib.patch and
xfce4-panel-plugin-notes-automake-1.13.patch
* Wed Mar 13 2013 pgajdos@suse.cz
- builds with automake 1.13
* automake-1.13.patch
* Sat Aug 18 2012 gber@opensuse.org
- correct the name of the desktop file in order to prevent
migration issues (bxo#6993)
* Sun Apr 29 2012 gber@opensuse.org
- add dependency on exo-tools since exo-open is used
* Fri Apr 20 2012 gber@opensuse.org
- added documentation files
- added xfce4-panel-plugin-notes-create-unversioned-lib.patch in
order to build the plugin module as an unversioned lib, also
install it in the default panel plugin module path
- removed xfce4-panel-plugin-notes-1.7.7-fix-desktop-file.patch
which is obsoleted by the above
* Tue Apr 17 2012 gber@opensuse.org
- corrected source URL
* Tue Apr 03 2012 gber@opensuse.org
- dropped unnecessary
xfce4-panel-plugin-notes-1.7.7-add-missing-vapi-files.patch
- specfile cleanup
- correct dependencies
- split off -lang subpackage
* Wed Jul 27 2011 gber@opensuse.org
- removed unnecessary dependency on vala
* Wed Mar 09 2011 gber@opensuse.org
- new package (split off from xfce4-panel-plugins)
Version: 1.11.2-bp156.2.5.1
* Tue Feb 04 2025 Manfred Hollstein <manfred.h@gmx.net>
- Update to version 1.11.2
* Add support for checkboxes for to-do lists
* Minor fixes
* Rewrite the error message on invalid path selection
* Add text formatting popup menu
* Make text cursor wider
* Toggle tag on the whole line if there's no selection
* Store tags more compact when saving a note
* Add support for text formatting
* Fix navigation update if note was added externally
* Fix 'make distclean'
* Update year in copyright
* Don't destroy window if its directory isn't empty
* Rename Xnp.WindowMonitor.src_events -> src_external
* Fix "note-updated" signal for local changes
* Fix note creation if file already exists
* Work around buggy annotation for gtk_menu_shell_append()
* Use timer instead of idle to handle file events
* Get rid of the refresh button
* Remove the "window-updated" signal
* Reload notes on external file change events
* Handle external file creation events
* Optimize monitored file events queue
* Queue monitored file events
* Don't load binary files from notes directory
* Always save notes after manual editing
* Get rid of Xnp.Window "internal-change" property
* Bind Ctrl-Shift-Tab to cycle notes backwards
* Make deleting a group of notes more secure
* Make Ctrl-Tab cycle through notes
* Fix text cursor color in dark themes
* Replace $XDG_CONFIG_HOME with ~/.config in gtk.css
* Rework access to Xnp.WindowMonitor
* Handle external file renaming event
* More intensive use of GIO
* delete_window: handle case when folder was externally removed
* Handle external file deletion event
* Don't show arrow buttons when notes tabs are enabled
* Fix warnings about hiding inherited methods from Gtk.SourceView
* Translation Updates
* Mon Jan 06 2025 Manfred Hollstein <manfred.h@gmx.net>
- Update to version 1.11.1
* build: Bump dependency versions and fix deprecation warnings
* build: clang: Fix -Wdeprecated-non-prototype
* I18n: Update po/LINGUAS list
* build: Remove unnecessary check for libx11
* build: Use XDT_VERSION_INIT and get rid of configure.ac.in
* build: Switch from intltool to gettext
* Don't highlight matching brackets
* Fix hypertext mouse cursor after editing text
* Work around buggy annotation for gtk_menu_shell_append()
* Add full undo/redo support
* New dependency: GtkSourceView-4
* Fix parallel build
* Make check for vala compiler more strict
* Translation Updates
- Vala issues have been fixed upstream, which is why we can use
default gcc on Tumbleweed/Slowroll again.
* Fri Aug 30 2024 Manfred Hollstein <manfred.h@gmx.net>
- Vala does not properly work with gcc-14; lets stick with gcc-13
for now on Tumbleweed/Slowroll.