blob: 9ba93d3fbccd8c30de63179d6cbd57c8095a2f9e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
2007-09-06 B S Srinidhi <srinidhi.bs@gmail.com>
** Fix for bug #468366
* attachment-reminder.c: Avoid empty keywords getting added and
other small fixes and improvements.
2007-08-21 Andre Klapper <a9016009@gmx.de>
* org-gnome-attachment-reminder.error.xml: Marked strings for
translation
2007-08-20 Johnny Jacob <jjohnny@novell.com>
** Fix for 468159 from Gilles Dartiguelongue
<gdartigu@svn.gnome.org>
* apps-evolution-attachment-reminder.schemas.in.in : Renamed to
apps-evolution-attachment-reminder.schemas.in
* Makefile.am : Removed usage of BASE_VERSION
2007-08-03 Johnny Jacob <jjohnny@novell.com>
* org-gnome-attachment-reminder.errors.xml: Renamed to
org-gnome-attachment-reminder.error.xml
* org-gnome-attachment-reminder.error.xml: Marked strings for
translation
* Makefile.am : Fixed translation rules.
2007-08-03 Hiroyuki Ikezoe <poincare@ikezoe.net>
** Fix for bug #460821
* attachment-reminder.c: (strip_text_msg): The second argument of
g_utf8_strdown() expects the length of string in bytes or -1.
2007-07-30 Andre Klapper <a9016009@gmx.de>
* attachment-reminder.glade:
remove "window1" string from translation
2007-07-26 Sankar P <psankar@novell.com>
* attachment-reminder.c: (e_plugin_lib_configure),
(org_gnome_attachment_reminder_config_option):
* attachment-reminder.glade:
Configure attachment-reminder plugin within the plugin-manager.
2007-07-26 Hiroyuki Ikezoe <poincare@ikezoe.net>
* attachment-reminder.c: Plugged memory leak and the second argument
of g_utf8_strdown() should be in bytes.
2007-07-17 Sankar P <psankar@novell.com>
* org-gnome-attachment-reminder.errors.xml:
Changed the string "Cancel" to "Continue Editing"
2007-07-10 Sankar P <psankar@novell.com>
* org-gnome-attachment-reminder.errors.xml:
Fixed Marking for Translation bugs
2007-07-09 Srinivasa Ragavan <sragavan@novell.com>
* Makefile.am: Fix for build break from Johnny.
2007-07-09 Johnny Jacob <jjohnny@novell.com>
* attachment-remidner.glade : Added mnemonics.
* attachment-reminder.c : Fixed warnings.
* org-gnome-attachment-reminder.errors.xml : Added new strings.
2007-07-09 Johnny Jacob <jjohnny@novell.com>
** Added attachment Reminder plugins
* apps-evolution-attachment-reminder.schemas.in.in:
* org-gnome-evolution-attachment-reminder.eplug.xml:
* attachment-reminder.c:
* Makefile.am:
* attachment-reminder.glade:
* org-gnome-attachment-reminder.errors.xml:
|