<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>orage Release Feed</title>
  <subtitle>Release announcements for orage</subtitle>
  <updated>2022-03-17T17:39:50+01:00</updated>
  <link href="http://www.xfce.org/projects/orage/"/>
  <entry>
    <title>orage 4.16.0 released</title>
    <id>orage-4.16.0</id>
    <updated>2022-03-17T17:39:50+01:00</updated>
    <published>2022-03-17T17:39:50+01:00</published>
    <author>
      <name>Gaël Bonithon</name>
      <email>gael@xfce.org</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="https://www.xfce.org/projects/orage/"&gt;orage&lt;/a&gt; 4.16.0 is now available for download from

  &lt;a href="https://archive.xfce.org/src/apps/orage/4.16/orage-4.16.0.tar.bz2"&gt;https://archive.xfce.org/src/apps/orage/4.16/orage-4.16.0.tar.bz2&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/apps/orage/4.16/orage-4.16.0.tar.bz2?sha1"&gt;https://archive.xfce.org/src/apps/orage/4.16/orage-4.16.0.tar.bz2?sha1&lt;/a&gt;
  &lt;a href="https://archive.xfce.org/src/apps/orage/4.16/orage-4.16.0.tar.bz2?sha256"&gt;https://archive.xfce.org/src/apps/orage/4.16/orage-4.16.0.tar.bz2?sha256&lt;/a&gt;


What is orage?
==============

Xfce Calendar

Website:
  &lt;a href="https://www.xfce.org/projects/orage/"&gt;https://www.xfce.org/projects/orage/&lt;/a&gt;


Release notes for 4.16.0
========================
Note: GlobalTime and Orage panel plugin are being deprecated and&#13;
will be removed in a future release. Their features will be&#13;
integrated with or provided by existing Xfce components.&#13;
See https://gitlab.xfce.org/apps/orage/-/issues/3#note_43209&#13;
&#13;
Finalize port to GTK 3, small fixes and cleanup for 4.16.0 (see MRs&#13;
for more details):&#13;
- Add new application icon (!18)&#13;
- Fix some memory leaks&#13;
- i18n: Use `xfce_textdomain()` to initialize translations&#13;
- Trace messages cleanup (!15)&#13;
- Update COPYING (Issue #10, !17)&#13;
- Use stdout and stderr correctly in main.c&#13;
- Build tz_convert only with bundled libical (!14)&#13;
- Switch to reverse-DNS naming for icon and desktop files (!13)&#13;
- D-Bus service cleanup (!12)&#13;
- Fix `orage_exec()` and its calls&#13;
- Update project files (!10)&#13;
- Fixed strptime parse issue on FreeBSD (#6, !11)&#13;
- Fix make distcheck warnning&#13;
- Fixed libpopt detection on FreeBSD (!9)&#13;
- Fix build warnings 3: Clang static analyzer (!6)&#13;
- Added 'git' to program version string and 'sed' check (!7)&#13;
- Fix build warnings 2: Compilation (!4)&#13;
- Fix build warnings 1: Autotools (!3)&#13;
- Add basic GitLab pipeline (!2)&#13;
&#13;
Commits from merge request !1 (GTK 3 port), which also includes&#13;
4.15.x below:&#13;
- Reverted to c60567fe&#13;
- Fixed typos&#13;
- Added support for 'legacy' non RGBA GTK colours. Both RGBA and old &#13;
colous are now supported.&#13;
- Replaced unused parameters '(void)' castings with GLib G_GNUC_UNUSED.
Added GLib check to configure.&#13;
- Removed trailing whitespaces and corrected formatting&#13;
- Updated version numbers&#13;
- Aligned new appointment-&gt;alarm Sound and Procedure entry fields and
removed unused code.&#13;
- Renamed 'OragePlugin *clock' to 'OragePlugin *plugin' or 'OragePlugin
*orage_plugin'&#13;
- Fixed libical support, supported libical version is now &gt;= 3.0.&#13;
- Added variable tmp only when HAVE_LIBICAL is not defined&#13;
- Dead code removal&#13;
- Removed outdated is_utc, libical uses UTC timezone. This patch allows
to use libical 3.0&#13;
- Updated with 'Ical week start day' issue&#13;
- Fixed: "'Ical week start day' configuration parameter is ignored". &#13;
Issue #5&#13;
- Changed version number to 4.15.2&#13;
&#13;
- Translation Updates:&#13;
  Albanian, Amharic, Arabic, Armenian (Armenia), Asturian, Basque,&#13;
  Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),&#13;
  Croatian, Czech, Danish, Dutch, English (Australia), English (United&#13;
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,&#13;
  Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean,&#13;
  Latvian, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk,&#13;
  Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil),&#13;
  Romanian, Russian, Serbian, Slovak, Spanish, Swedish, Thai, Turkish,&#13;
  Ukrainian, Urdu, Urdu (Pakistan), Uyghur&#13;
&#13;
4.15.1 (2021-12-15, unreleased version)&#13;
======&#13;
Notes from old ChangeLog file:&#13;
* Fixed libbsd dependency: reverted libical strl* functions back to&#13;
  str* or changed orage functions from strl* to g_strl*.&#13;
* Automake changes: silent mode is now default&#13;
* Minimum autogen required version is 4.16.0&#13;
* Ported GlobalTime to GTK3:&#13;
  * Replaced GlobalTime background and foreground colours from&#13;
    GdkColor to GdkRGBA (old colours from GlobalTime configuration&#13;
    is not valid anymore)&#13;
* Ported panel-plugin to GTK3.&#13;
  * Changed to plugin to use panel plugin class. Initial patches&#13;
    contributed by Patronos.&#13;
&#13;
Full commit list:&#13;
- Version 4.15.1 release time&#13;
- Updated with panel plugin changes&#13;
- Changed 'save' signal to member of plugin class&#13;
- Dead code removal&#13;
- Added FIXME comments&#13;
- Changed int parameter to gint&#13;
- Removed invalid "column-homogeneous" property from box property&#13;
- Fixed plugin tooltip&#13;
- Fixed rc file write&#13;
- Fixed panel plugin blocking/unblocking when configuration menu is &#13;
closed&#13;
- Fixed "properties_frame" handling&#13;
- Added log domain for panel plugin&#13;
- Fixed object "dialog" getters and setters&#13;
- Fixed class based plugin intialization&#13;
- Added xfce_titled_dialog_get_type == 0 check&#13;
- Updated TODO message&#13;
- Removed redundant declaration&#13;
- Replaced GTK_STOCK_OK with "_OK"&#13;
- Replaced deprected GTK2 code with alternative GTK3 code&#13;
- Replaced gtk_tool_button_new_from_stock with &#13;
orage_toolbar_append_button&#13;
- Removed deprecated gtk_widget_get_default_style&#13;
- Removed redundant const qualifiers&#13;
- Fixed typo&#13;
- Replaced gtk_font_button_get_font_name with gtk_font_chooser_get_font
and added g_free for release memory from allocated font name&#13;
- Disable unused parameter warning&#13;
- Changed variable clock_rotation_array from char to const gchar&#13;
- Changed OS default background to white and foreground (text colour) &#13;
to black&#13;
- Replaced gtk_style_context_get_property with gtk_style_context_get&#13;
- Fixed casting of GtkStyleProvider&#13;
- Replaced deprecated gtk_css_provider_get_default with &#13;
gtk_css_provider_new&#13;
- Suppressed deprecated warnings&#13;
- Changed clock background and font colour from GtkColour to GtkRGBA&#13;
- Casted GtkWidget to GtkLabel&#13;
- Replaced gtk_widget_override_font with gtk_label_set_attributes&#13;
- Replaced hbox with box&#13;
- Replaced table with grid&#13;
- Suppresed unused parameter warning&#13;
- Fixed tooltips for GTK3 (removed gtk_tooltips_new and related)&#13;
- Removed unused code&#13;
- Fixed panel plugin type name&#13;
- Code cleanup: replaced ';;' with ';'&#13;
- Patches from issues #4: started to porting orage plugin to class &#13;
structure.&#13;
- Replaced string constants which was used in several places with
macros&#13;
- Added patches from issues #2 and #3. These patches allows to compile &#13;
panel-pugin, but compiled code is still non functional (needs cleanup &#13;
from remaining GTK2 version).&#13;
- Enabled XFCE API for GTK3 (X-XFCE-API=2.0)&#13;
- Internal libical and tz_convert fixes to get it compiled on Fedora35&#13;
- Suppressed unused parameter warnings&#13;
- Replaced subdir object build with convenience library&#13;
- Enabled building panel plugin&#13;
- Enabled building 'xfce-xfcalendar-settings.desktop'&#13;
- Fixed compiler warnings about coparing signed and unsigned&#13;
- Replaced gtk_hbox_new with gtk_box_new&#13;
- Suppressed deperecation warnings for &#13;
gtk_widget_override_background_color and gtk_widget_override_color&#13;
- Isolated deprecated color modify functions&#13;
- Replaced deprecated gtk_font_button_get_font_name with &#13;
gtk_font_chooser_get_font&#13;
- Replaced deprecated gtk_widget_modify_font and &#13;
gtk_widget_override_font with gtk_label_set_attributes&#13;
- GNU intltool 0.51.0 (Ubuntu 21.04) needs that 'm4' directory exists &#13;
before calling intltoolize&#13;
- Replaced Globaltime colours from GdkColor to GdkRGBA&#13;
- Replaced GTK_STOCK_OK in globaltime timezone selection with "_OK" and
changed orage timezone selection to match as possible with globaltime
timezone slection (in future globaltime tz selection will be merged with
orage tz selection)&#13;
- Replaced gtk_image_new_from_stock with gtk_image_new_from_icon_name&#13;
- Replaced stock ID based buttons with named icon based&#13;
- Fixed grid cell lengths for two last rows in "Text Default &#13;
Formatting" table&#13;
- Replaced table with grid&#13;
- Replaced all boxes in gt_prefs.c with grid&#13;
- Removed redundant gtk_box_pack_start&#13;
- Removed redundant warning macros&#13;
- Replaced deprecated gtk_widget_modify_font with &#13;
gtk_widget_override_font&#13;
- Fixed GlobalTime raising event handling&#13;
- Added more debug info for tray icon rising&#13;
- Ported code that use GdkEventClient to GTK3&#13;
- Replaced box with grid&#13;
- Replaced clocks.hdr_hbox box with grid&#13;
- Replaced clocks.main_hbox hbox with grid&#13;
- Disabled unused parameter warning&#13;
- Fixed pointer error while pressing any button (re-added functions.h)&#13;
- Added .gitignore&#13;
- Added X11 library check to configure&#13;
- Created convinience library for shared files (shared between Orage &#13;
and Globaltime)&#13;
- Re-enabled building Globaltime&#13;
- Fixed libbsd dependency: reverted libical strl* functions back to
str*&#13;
- Added new TODOs and removed already done&#13;
- Updated changes in version 4.15.x&#13;
- Removing dependency to libbsd: replaced strlcpy, strlcat, etc &#13;
functions with g_strl* functions&#13;
- Added silent automake rules as default&#13;
- Updated required XDT_AUTOGEN_REQUIRED_VERSION to 4.16.0&#13;
- Fixed Orage internal CSS filenames&#13;
- Changed working version to 4.15.1&#13;
- Reverted back required autogen version&#13;
&#13;
4.15.0 (2021-10-07, unreleased version)&#13;
======&#13;
Most code ported to GTK3, tested only on FreeBSD.&#13;
- GTK3 port

</content>
  </entry>
  <entry>
    <title>orage 4.12.1 released</title>
    <id>orage-4.12.1</id>
    <updated>2015-04-10T12:34:24+02:00</updated>
    <published>2015-04-10T12:34:24+02:00</published>
    <author>
      <name>Juha Kautto</name>
      <email>kautto.juha@kolumbus.fi</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://www.xfce.org/projects/orage/"&gt;orage&lt;/a&gt; 4.12.1 is now available for download from

  &lt;a href="http://archive.xfce.org/src/apps/orage/4.12/orage-4.12.1.tar.bz2"&gt;http://archive.xfce.org/src/apps/orage/4.12/orage-4.12.1.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/orage/4.12/orage-4.12.1.tar.bz2.md5"&gt;http://archive.xfce.org/src/apps/orage/4.12/orage-4.12.1.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/orage/4.12/orage-4.12.1.tar.bz2.sha1"&gt;http://archive.xfce.org/src/apps/orage/4.12/orage-4.12.1.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/orage/4.12/orage-4.12.1.tar.bz2.sha256"&gt;http://archive.xfce.org/src/apps/orage/4.12/orage-4.12.1.tar.bz2.sha256&lt;/a&gt;


What is orage?
==============

Xfce Calendar

Website:
  &lt;a href="http://www.xfce.org/projects/orage/"&gt;http://www.xfce.org/projects/orage/&lt;/a&gt;


Release notes for 4.12.1
========================
This is production release of Orage.&#13;
&#13;
  Orage 4.12.1 is compatible with Xfce 4.8, 4.10 and 4.12.&#13;
  It can also be used in Gnome, but clock panel applet is only&#13;
  available for Xfce.&#13;
&#13;
National Language Support changes compared to 4.12.1:&#13;
      * 1 translation modified:&#13;
        lt&#13;
&#13;
Fixes after 4.12.0 release:&#13;
      * bug 11807: Wrong plugin module name&#13;
      * bug 11380: Error in manpage&#13;
&#13;
Enhancements after 4.12.0 release:&#13;
      None

</content>
  </entry>
  <entry>
    <title>orage 4.12.0 released</title>
    <id>orage-4.12.0</id>
    <updated>2015-04-09T12:58:54+02:00</updated>
    <published>2015-04-09T12:58:54+02:00</published>
    <author>
      <name>Juha Kautto</name>
      <email>kautto.juha@kolumbus.fi</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://www.xfce.org/projects/orage/"&gt;orage&lt;/a&gt; 4.12.0 is now available for download from

  &lt;a href="http://archive.xfce.org/src/apps/orage/4.12/orage-4.12.0.tar.bz2"&gt;http://archive.xfce.org/src/apps/orage/4.12/orage-4.12.0.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/orage/4.12/orage-4.12.0.tar.bz2.md5"&gt;http://archive.xfce.org/src/apps/orage/4.12/orage-4.12.0.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/orage/4.12/orage-4.12.0.tar.bz2.sha1"&gt;http://archive.xfce.org/src/apps/orage/4.12/orage-4.12.0.tar.bz2.sha1&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/orage/4.12/orage-4.12.0.tar.bz2.sha256"&gt;http://archive.xfce.org/src/apps/orage/4.12/orage-4.12.0.tar.bz2.sha256&lt;/a&gt;


What is orage?
==============

Xfce Calendar

Website:
  &lt;a href="http://www.xfce.org/projects/orage/"&gt;http://www.xfce.org/projects/orage/&lt;/a&gt;


Release notes for 4.12.0
========================
This is production release of Orage.&#13;
&#13;
  Orage 4.12.0 is compatible with Xfce 4.8, 4.10 and 4.12.&#13;
  It can also be used in Gnome, but clock panel applet is only&#13;
  available for Xfce.&#13;
&#13;
National Language Support changes compared to 4.10.0:&#13;
      * 4 new translations added:&#13;
        de, fi, ms, th&#13;
      * 17 translations modified:&#13;
        ar, ast, bg, cs, el, en_AU, es, fr, hr, id, &#13;
        it, ja, ko, lt, nb, nl, pl, pt_BR, ru, sk, &#13;
        sr, sv, tr, uk, vi, zh_CN, zh_TW&#13;
&#13;
Fixes after 4.10.0 release:&#13;
      * several issues reported by Coverity fixed.&#13;
      * bug 10647: missing translations in globaltime&#13;
      * bug 10648: missing window title translation in globaltime&#13;
&#13;
Enhancements after 4.10.0 release:&#13;
      * bug 10947: Implemented Orage vertical panel clock&#13;
      * bug 8719: Implemented Orage panel plugin as module&#13;
      * Possible to set delayed file close time

</content>
  </entry>
  <entry>
    <title>orage 4.8.4 released</title>
    <id>orage-4.8.4</id>
    <updated>2013-02-01T11:32:45+01:00</updated>
    <published>2013-02-01T11:32:45+01:00</published>
    <author>
      <name>Juha Kautto</name>
      <email>kautto.juha@kolumbus.fi</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://www.xfce.org/projects/orage/"&gt;orage&lt;/a&gt; 4.8.4 is now available for download from

  &lt;a href="http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.4.tar.bz2"&gt;http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.4.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.4.tar.bz2.md5"&gt;http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.4.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.4.tar.bz2.sha1"&gt;http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.4.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 8b9facb0393385e4d639dd6a886c216729672958
   MD5 checksum: d5105981a9d77ed22be42615d70f3cc0


What is orage?
==============

Xfce Calendar

Website:
  &lt;a href="http://www.xfce.org/projects/orage/"&gt;http://www.xfce.org/projects/orage/&lt;/a&gt;


Release notes for 4.8.4
=======================
This is production release of Orage.&#13;
&#13;
  Orage 4.8.4 is compatible with Xfce 4.6 and 4.8 and 4.10. &#13;
  It can also be used in Gnome, but clock panel applet is only available
&#13;
  for Xfce.&#13;
&#13;
Fixes after 4.8.3 release:&#13;
        * updated translations for ar, be, bg, ca, cs, da, de, el,&#13;
          en_GK, es, eu, fr, he, hi, hr, hu, id, it, ja, ko, lt,&#13;
          nn, pl, pt, pt_BR, ru, sk, sr, uk, ug, zh_CN, zh_TW&#13;
          41 languages now translated at least to 80% &#13;
                (23 languages to 100%)&#13;
        * bug 8525: Orage notifies every second on "All day events"&#13;
        * bug 4817: anchor('#') does not work in help links&#13;
        * bug 9243: strptime() needs _XOPEN_SOURCE_EXTENDED defined&#13;
        * bug 9248: internal libical fix SSPM_UNKNOWN_MINOR_TYPE&#13;
&#13;
Enhancements after 4.8.3 release:&#13;
        * bug 8231: alarm type is selectable for foreign files&#13;
        * bug 9739: new TODOs start as NOT completed&#13;
        * bug 9738: main window sorts TODOs by due-date&#13;
        * bug 9598: main window tooltip shows title and location bold

</content>
  </entry>
  <entry>
    <title>orage 4.8.3 released</title>
    <id>orage-4.8.3</id>
    <updated>2012-01-05T08:19:28+01:00</updated>
    <published>2012-01-05T08:19:28+01:00</published>
    <author>
      <name>Juha Kautto</name>
      <email>kautto.juha@kolumbus.fi</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://www.xfce.org/projects/orage/"&gt;orage&lt;/a&gt; 4.8.3 is now available for download from

  &lt;a href="http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.3.tar.bz2"&gt;http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.3.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.3.tar.bz2.md5"&gt;http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.3.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.3.tar.bz2.sha1"&gt;http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.3.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: f4f89ea1f301514c419e7643661b510132ebb012
   MD5 checksum: 4eca5632cd6ba0274bb804ec3bf51c8a


What is orage?
==============

Xfce Calendar

Website:
  &lt;a href="http://www.xfce.org/projects/orage/"&gt;http://www.xfce.org/projects/orage/&lt;/a&gt;


Release notes for 4.8.3
=======================
This is production release of Orage.&#13;
&#13;
Orage 4.8.3 is compatible with Xfce 4.6 and 4.8. It can also be used in
Gnome, but clock panel applet is only available for Xfce.&#13;
&#13;
Fixes after 4.8.2 release:&#13;
        * new translations for ca, pt, cs, da, zh_TW, zh_CN, uk, nl,&#13;
          ar, ru, hu, es, pt_BR, sk, tr, hr, ja, it, de and fi&#13;
        * bug 7939: dynamic icon of Orage not always refreshed&#13;
        * archiving issue, which could lost EVENTs&#13;
        * bug 8032: missing translations for some languages&#13;
        * bug 8156: tray icon not updated after resuming from sleep&#13;
        * bug 8121: foreign files could not be read-only in filesystem&#13;
        * archived events could not be deleted in eventlist&#13;
        * bug 7350: problems with menu entries / desktop files&#13;
&#13;
Enhancements after 4.8.2 release:&#13;
        * made it impossible to modify read-only events&#13;
        * added location into main calender tooltip&#13;
        * bug 8258: word wrap for note in appointment window&#13;
        * bug 8262: improved time spinners in appointment window

</content>
  </entry>
  <entry>
    <title>orage 4.8.2 released</title>
    <id>orage-4.8.2</id>
    <updated>2011-09-13T12:42:04+02:00</updated>
    <published>2011-09-13T12:42:04+02:00</published>
    <author>
      <name>Juha Kautto</name>
      <email>kautto.juha@kolumbus.fi</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://www.xfce.org/projects/orage/"&gt;orage&lt;/a&gt; 4.8.2 is now available for download from

  &lt;a href="http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.2.tar.bz2"&gt;http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.2.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.2.tar.bz2.md5"&gt;http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.2.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.2.tar.bz2.sha1"&gt;http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.2.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 310c84f3787d88cf75ee7be0ceb96926bbbb7295
   MD5 checksum: 950397c716c31e1aa5db83d35ddf6047


What is orage?
==============

Xfce Calendar

Website:
  &lt;a href="http://www.xfce.org/projects/orage/"&gt;http://www.xfce.org/projects/orage/&lt;/a&gt;


Release notes for 4.8.2
=======================

This is production release of Orage.&#13;
&#13;
Orage 4.8.2 is compatible with Xfce 4.6 and 4.8. It can also be used in
Gnome, but clock panel applet is only available for Xfce.&#13;
&#13;
Fixes after 4.8.1 release:&#13;
* new translations for id, ru, es, sk, el, ar, nl, hr, hi, ar, eu and
fi&#13;
   * Translated (&gt;90% complete) to more than 30 languages now !&#13;
* bug 7552: reminder repeat forever when floating time used&#13;
* bug 7350: errors/depreciations in .desktop files&#13;
* bug 7427: full day alarms start on wrong day&#13;
* bug 7836: cpu loop when show event days is less than 1&#13;
* removed not needed critical messages in text search&#13;
* bug 7848: procedure alarms do not work with execute button&#13;
* corrections to excluded time alarms&#13;
* bug 7920: procedure alarms do not work with external libical&#13;
* bug 7886: all day events are shown one day too long&#13;
&#13;
Enhancements after 4.8.1 release:&#13;
* bug 7612: possible to export from shell&#13;
* bug 7290: variable icon can now be changed&#13;
* bug 7914: procedure alarm replacement parameters&#13;
* hourly repeat option added

</content>
  </entry>
  <entry>
    <title>orage 4.8.1 released</title>
    <id>orage-4.8.1</id>
    <updated>2011-02-26T10:17:01+01:00</updated>
    <published>2011-02-26T10:17:01+01:00</published>
    <author>
      <name>Juha Kautto</name>
      <email>kautto.juha@kolumbus.fi</email>
    </author>
    <content type="html">&lt;pre&gt;&lt;a href="http://www.xfce.org/projects/orage/"&gt;orage&lt;/a&gt; 4.8.1 is now available for download from

  &lt;a href="http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.1.tar.bz2"&gt;http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.1.tar.bz2&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.1.tar.bz2.md5"&gt;http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.1.tar.bz2.md5&lt;/a&gt;
  &lt;a href="http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.1.tar.bz2.sha1"&gt;http://archive.xfce.org/src/apps/orage/4.8/orage-4.8.1.tar.bz2.sha1&lt;/a&gt;

  SHA1 checksum: 60ca98e3afbfd00533b2e3b1cf6d0c7902b607d3
   MD5 checksum: 9c1139ce03e9f309240e712cf31b6a49


What is orage?
==============

Xfce Calendar

Website:
  &lt;a href="http://www.xfce.org/projects/orage/"&gt;http://www.xfce.org/projects/orage/&lt;/a&gt;


Release notes for 4.8.1
=======================

This is first production fix release of Orage.&#13;
&#13;
Orage 4.8.1 is compatible with Xfce 4.6 and 4.8.&#13;
&#13;
&#13;
&#13;
Fixes after 4.8.0 release:&#13;
&#13;
* new translations for zh_CN, ru, sk, eu, cs, de and it&#13;
* fix compile issue for Solaris and BSD (bug 7108, 7141)&#13;
* fixed bug 7116: full day events missing from top row in day view&#13;
* fixed bug 7118: wrong category shown when editing event&#13;
* fixed bug 7192: make Orage compatible with xdg dirs spec&#13;
* fixed bug 7204: make Orage compatible with libnotify 0.7&#13;
* fixed bug 7232: Orage panel plugin doesn't reflect system TZ changes

</content>
  </entry>
</feed>
