Author: juha
Date: 2008-04-29 11:30:34 +0000 (Tue, 29 Apr 2008)
New Revision: 26900

Modified:
   xfcalendar/trunk/NEWS
   xfcalendar/trunk/src/event-list.c
Log:
1) two memory leaks found and fixed when checking the code with
valgrind and xrestop
2) updated NEWS file


Modified: xfcalendar/trunk/NEWS
===================================================================
--- xfcalendar/trunk/NEWS       2008-04-28 20:07:21 UTC (rev 26899)
+++ xfcalendar/trunk/NEWS       2008-04-29 11:30:34 UTC (rev 26900)
@@ -1,3 +1,46 @@
+20080429: differences between 4.6 and 4.4 Version or Orage
+---------
+        * globaltime added.
+            - shows several clocks from different timezones
+            - can be raised and hidden by clicking middle mouse
+              button on orage clock panel plugin
+            - Has timetune feature, which makes it easy to see what
+              the time is in other clocks on certain time
+        * all visible dates are now in country native format (strftime (%x))
+        * all parameters now visible in preferences, 
+          which was also restructured
+        * new appointment types: TODO and JOURNAL
+            - TODO can be used to remember things that needs to done
+            - JOURNALs are for notes and things to remember
+        * Possible to rename Orage calendar files
+        * External files can be used
+            - It is possible to add fiels from other sources
+              and Orage keeps track on those.
+        * Export and import appointments.
+        * Text search in event list
+        * Orage is now dependent on local libical.
+            - standard libical cannot be used due to several fixes
+              done to Orage's private copy
+        * daylist view
+            - Possible to see calendar in day view format in addition 
+              to the old list view.
+        * new alarms.
+            - libnotify alarms
+            - script type alarms
+        * possibility to set alarm based on end time also
+        * possible to define default alarm
+        * persistent alarms
+            - persistent alarms are raised after Orage is started
+              even if your computer or Orage has been turned off when the 
+              alarm happened.
+        * Orage and orageclock now only wake up when needed.
+            - saves battery in laptops when timer wakes up only when
+              needed instead of regularly every second.
+        * Main calendar now has list of events and todos.
+        * Categories added
+            - Also possible to give colour to certain category
+              and then colour is shown in even list view
+            
 20070104:
 ---------
         * Orage version 4.5.9 released 
@@ -3,9 +46,9 @@
         * globaltime added. Can show times in several timezones
 
-20072101:
+20070121:
 ---------
         * Orage version 4.4.0 released together with Xfce 4.4.0
 
-20061904:
+20060419:
 ---------
         * xfcalendar renamed to orage

Modified: xfcalendar/trunk/src/event-list.c
===================================================================
--- xfcalendar/trunk/src/event-list.c   2008-04-28 20:07:21 UTC (rev 26899)
+++ xfcalendar/trunk/src/event-list.c   2008-04-29 11:30:34 UTC (rev 26900)
@@ -243,6 +243,7 @@
                  , "background-gdk",    color
                  , "background-set",    TRUE
                  , NULL);
+    g_free(categories);
 }
 
 static void start_time_data_func(GtkTreeViewColumn *col, GtkCellRenderer *rend
@@ -346,6 +347,7 @@
                      , NULL);
         }
         g_free(stime);
+        g_free(stime2);
     }
     else {
         g_object_set(rend

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to