matcher grammar: in condition, "execute" is changed to "test" (solve a bug)
[claws.git] / ChangeLog.claws
index e530700569455d2a45bcf60e0eef1615ba229ad1..5e974a852cc20fb0f043129b55dc17e8232a30d2 100644 (file)
@@ -1,11 +1,55 @@
-2003-04-14 [alfons]    0.9.5claws12
+2003-09-17 [hoa]       0.9.5claws18
+       
+       * changed the keyword used for command execution in condition
+               keyword is changed from "execute" to "test"
+               so that it is not the same as the one used for action.
+               This will fix a bug when using filtering dialog.
+               All semantic in the code is also changed to reflect
+               the keyword change.
+
+2003-09-17 [paul]
+       
+       * sync with 0.9.6 release
+
+2003-09-17 [paul]      0.9.5claws17
+
+       * sync with 0.9.5cvs8
+               see ChangeLog 2003-09-16 and 2003-09-17
+
+2003-09-16 [paul]      0.9.5claws16
+
+       * sync with 0.9.5cvs6
+               see ChangeLog 2003-09-16
+
+2003-09-15 [paul]      0.9.5claws15
+
+       * sync with 0.9.5cvs5
+               see ChangeLog 2003-09-15
+
+2003-09-14 [alfons]    0.9.5claws14
+
+       * src/inc.c
+               make "Go to inbox after receiving new mail" again;
+               regression of a sync, restored to sylpheed main 
+               behaviour. (misses still some bits)
+
+2003-09-14 [alfons]    0.9.5claws13
+
+       * src/prefs_filtering_action.c
+               o add proper message if empty execute command line
+               o don't select first action item after registering a
+                 new action to prevent (what seems to be a GTK) bug
+                 #36, "filtering will only accept one action change 
+                 per invocation".
+
+2003-09-14 [alfons]    0.9.5claws12
 
        * src/prefs_filtering.c
        * src/prefs_filtering_action.c
        * src/prefs_matcher.c
                fix function signature for key_pressed_event signal handlers
 
-2003-04-14 [alfons]    0.9.5claws11
+2003-09-14 [alfons]    0.9.5claws11
 
        * src/mainwindow.c
                fix regression caused by fix for invalid bug #7