File gnote.changes of Package gnote

-------------------------------------------------------------------
Mon Jul 16 16:36:25 UTC 2012 - zaitor@opensuse.org

- Update to version 0.9.1:
  + New Features:
    - Gtkmm 3.4 is required
    - Derived Search window from Gtk::ApplicationWindow
    - Replace shave with automake's silent rules (bgo#673710)
    - Added 256x256 app icon (bgo#674267)
    - Added log to file capability in debug mode
    - Added gnome-keyring dependency
    - Added WebDAV synchronization
    - Droped support for panel applet
    - Migrated to Gtk::Application
  + Fixes:
    - Fix quit application for glib >= 2.32 (bgo#670104)
    - Removed use of deprecated GtkStyle (bgo#667395)
    - Fixed missing include for Glibmm 2.32 (bgo#671787)
    - Fixed multiple compiler warningsbgo
    - Fix bullet indentation when printing (bgo#674904)
  + Updated translations.
- Drop gnote-buildfix.patch, fixed upstream.
- Drop BuildRequires: pkgconfig(libpanelapplet-4.0), not needed
  anymore.
- Add BuildRequires: pkgconfig(gnome-keyring-1), pulled in by
  something else before.

-------------------------------------------------------------------
Sat Mar 10 18:28:58 UTC 2012 - dimstar@opensuse.org

- Update to version 0.9.0:
  + New Features:
    - Added core synchronization support
    - Added addin to synchronize with local folder.
  + Fixes:
    - Fix missing header for Glib::signal_idle (bgo#667349)
    - Call startup defined in GApplication
    - Remove mnemonic references in documentation (bgo#670916)
    - Fix selection deletion and remembering it
    - Fix quit application for glib >= 2.32
  + Updated translations.
- Remove xz BuildRequires now that it comes for free in the build
  system.
- Drop gnote-new-glibmm.patch: fixed upstream.
- Add gnote-buildfix.patch: Fix build by incuding missing headers.

-------------------------------------------------------------------
Fri Jan  6 14:11:23 UTC 2012 - vuntz@opensuse.org

- Add gnote-new-glibmm.patch: fix build with recent versions of
  glibmm, taken from git.

-------------------------------------------------------------------
Tue Jan  3 07:50:31 UTC 2012 - vuntz@opensuse.org

- Update to version 0.8.2:
  + New Features:
    - Added template bar to template notes
    - Integrated with GtkApplication (bgo#640430)
    - Gnote remains present while at least one window is present
    - Panel applet disabled by default
    - Added option for status icon to preferences (bgo#663817)
    - Added background mode
    - Return ordered note list when using D-BUS search (bgo#662246)
  + Fixes:
    - Fixed keys in GSettings schema descriptions
    - Manual fixes
    - Updated man page to current behaviour
    - Do not open Search Window in status icon mode (bgo#653447)
    - Fixed special XML character encoding
    - Make sticky note importer support special chars
    - Show in all desktop environements (bgo#664609)
    - src/notetag.hpp must include <map> (bgo#655340)
    - Add missing includes (bgo#665344)
    - Fixed a warning about a condition never reached
    - Fixed note deletion with international characters
  + Updated translations.
- Add xz BuildRequires because we can't build a package for a
  xz-compressed tarball without explicitly specifying that... See
  bnc#697467 for more details.
- Drop gnote-buildfix.patch: fixed upstream.
- Pass --enable-applet to configure to keep building the applet.

-------------------------------------------------------------------
Thu Dec  1 21:57:00 UTC 2011 - dimstar@opensuse.org

- Add gnote-buildfix.patch: Fix build for Factory.

-------------------------------------------------------------------
Sun Oct 23 21:30:47 UTC 2011 - zaitor@opensuse.org

- Update to version 0.8.1:
  + New features:
    - Removed case-sensitive search from Search All Notes window.
    - Focus chain for Search All Notes.
    - Optimized note creation, renaming and deletion
      (bgo#660653, bgo#660663).
    - Search in notebook suggests to search all notes, when there
      are no matches.
  + Fixes:
    - Open note action availability.
    - Program name in about dialog.
    - Help for --start-here.
    - Don't change content modification time when autolinking.
    - Link not created when linking to existing note.
    - Broken link activation does not make link normal.
    - GetNoteContents D-Bus API returns wrong text for notes not
      displayed (bgo#647888).
    - Case-insensitive search via SearchNotes D-Bus API 
      (bgo#662426).
    - Added -Wformat-security to compilation flags (bgo#662490).
  + Updated translations.

-------------------------------------------------------------------
Sun Sep 25 23:10:13 UTC 2011 - vuntz@opensuse.org

- Update to version 0.8.0:
  + New features:
    - Ported to GTK 3.0
    - New documentation in Mallard format
    - Handle x-scheme-handler/note mime-type
    - Use pkg-config for uuid (bgo#649486)
    - Build only shared libraries for addins (bgo#620015)
    - Search window context menus rework (bgo#601852)
    - Disabled GtkSpell
    - Ported panel applet to libpanelapplet-4 (bgo#639779)
    - Ported configuration to Gio::Settings
    - Status icon presence is now configurable
    - About dialog is now a child of Search All Notes
    - Added replace title addin (bgo#639938)
    - Changed search to prioritize note titles
    - Ported D-Bus support to Gio::DBus (also fixes bgo#618330)
    - Open all selected notes
    - Show note title when deleting only 1 note
    - Removed minimum size on Search All Notes Window
    - Set min width of note title column to 150
  + Fixes:
    - Place user local addins in addins subdirectory (bgo#619867)
    - Change tomboyimport according recent Tomboy
    - Import sticky notes when Tomboy is not installed (bgo#605382)
    - Use actual visibility of status icon (bgo#650001)
    - Fix dragging notes to Unfiled notes (bgo#655208)
    - Fix command line option --new-note with argument
    - Fix delete key behaviour in bulleted list
    - Don't create nested links
  + Updated translations.
- Drop gnote-no-deprecated.patch: fixed upstream.
- Remove gconf2-devel BuildRequires: ported to GSettings.
- Chnage gtkmm2-devel BuildRequires to gtkmm3-devel, following port
  to GTK+ 3.
- Remove gtkspell-devel BuildRequires: there's no gtkspell support
  for GTK+ 3 right now.
- Change libpanelappletmm-devel BuildRequires to
  pkgconfig(libpanelapplet-4.0), following port to new library.
  Also remove the build_applet define, since it's now unneeded.
- Stop passing --enable-dbus to configure: this option is now gone.
- Replace gconf schema packaging machinery with gsettings
  machinery.

-------------------------------------------------------------------
Sun Jul 31 09:15:01 CEST 2011 - vuntz@opensuse.org

- Update to version 0.7.5:
  + New features:
    - If Search All Notes dialog is shown, make about dialog a
      child of it
    - Show search window when launching
    - Improved Search All Notes context menus (bgo#601852)
  + Fixes:
    - When dragging notes to Unfiled notes, the note view is not
      updated (bgo#655208)
    - When closing Search All Notes dialog, use actual visibility
      of status icon (bgo#650001)
    - Remove usage of GConf and depending on Tomboy, when importing
      sticky notes (bgo#605382)
    - Change tomboyimport according recent Tomboy
    - Fix build on FreeBSD and OpenBSD (bgo#649478, bgo#649481,
      bgo#649472)
  + Updated translations.

-------------------------------------------------------------------
Tue May 31 14:55:17 CEST 2011 - vuntz@opensuse.org

- Disable the build of the applet with a %build_applet define,
  unless %favor_gtk2 is set (which means we don't build against
  GNOME 3).
- Add gnote-no-deprecated.patch to not use some deprecated APIs
  that break the build.

-------------------------------------------------------------------
Thu May 12 10:09:32 UTC 2011 - feeyo@cronosproject.org

- Update to version 0.7.4:
  + bgo#620402: Show addin categories and versions in addin
    preferences tab
  + bgo#610194: Implemented notebook rename
  + bgo#641416: Drop dependency on Boost filesystem
  + Bugs fixed: bgo#631408, bgo#633976, bgo#637051, bgo#594932,
    bgo#585048, bgo#608713, bgo#633951, bgo#634026, bgo#627539,
    bgo#588098, bgo#641545, bgo#638321, bgo#627073, bgo#627075,
    bgo#627418, bgo#627417, bgo#646051.
- Drop gnote-replace_boost_with_glib.patch: fixed upstream.

-------------------------------------------------------------------
Sun Mar 20 21:53:18 UTC 2011 - dimstar@opensuse.org

- Add gnote-replace_boost_with_glib.patch: Replace
  boost::filesystem with glib equivalents. Taken from upstream git.

-------------------------------------------------------------------
Sat Feb 12 18:46:05 CET 2011 - vuntz@opensuse.org

- Call relevant macros in %post/%postun:
  + %desktop_database_post/postun because the package ships at
    least one desktop file.
  + %icon_theme_cache_post/postun because the package ships themed
    icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
  can be packaged with the program, and not in the lang subpackage.
- Add missing Recommends for lang subpackage.

-------------------------------------------------------------------
Sun Dec 12 16:31:30 UTC 2010 - bitshuffler@opensuse.org

- Update to 0.7.3.

-------------------------------------------------------------------
Sun Apr  4 14:03:43 UTC 2010 - bitshuffler@opensuse.org

- Initial package

openSUSE Build Service is sponsored by