blob: f6770e1622bfa5a5efea00f44250ccedbb69efde (
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
|
2005-06-27 Tor Lillqvist <tml@novell.com>
* Makefile.am: There is no EVOLUTION_CFLAGS. Use
NO_UNDEFINED. Link with EVOLUTION_CALENDAR_LIBS.
2005-06-18 Tor Lillqvist <tml@novell.com>
* org-gnome-calendar-weather.eplug.xml: Use SOEXT.
2005-05-11 Not Zed <NotZed@Ximian.com>
* Makefile.am: added built_sources/cleanfiles
2005-05-06 Not Zed <NotZed@Ximian.com>
* Makefile.am:
* org-gnome-calendar-weather.eplug.xml: s/.in/.xml/ & i18n.
2005-03-22 David Trowbridge <trowbrds@cs.colorado.edu>
* Makefile.am: Use $(weatherdatadir) rather than $(weatherdir), get
rid of an incorrect comment
2005-02-24 Björn Torkelsson <torkel@acc.umu.se>
* org-gnome-calendar-weather.eplug.in: Add a . to the end of description.
2005-02-02 Rodney Dawes <dobey@novell.com>
* Makefile.am (INCLUDES): Use $(weatherdir) instead of duplicating the
define for it below
(weatherdir): Fix to use the correct versioned directory
2005-01-26 David Trowbridge <trowbrds@cs.colorado.edu>
* org-gnome-calendar-weather.eplug.in: fix typo
2005-01-25 Rodrigo Moya <rodrigo@novell.com>
* calendar-weather.c (e_plugin_lib_enable): set all new categories to
not searchable.
2005-01-12 David Trowbridge <trowbrds@cs.colorado.edu>
* calendar-weather.c (e_calendar_weather_units): fix spelling
2005-01-12 David Trowbridge <trowbrds@cs.colorado.edu>
* calendar-weather.c, org-gnome-calendar-weather.eplug.in: use
a single setting for metric/imperial rather than separate
temperature and snowfall settings
2005-01-10 Rodrigo Moya <rodrigo@novell.com>
* calendar-weather.c (create_source_selected): use HIG-compliant
button order.
2005-01-07 Rodrigo Moya <rodrigo@novell.com>
* Makefile.am: define EDS's datadir, needed to get to the
Locations.xml file.
* calendar-weather.c (load_locations): use EDS's datadir for the
Locations.xml file full path.
2005-01-07 Rodrigo Moya <rodrigo@novell.com>
* Makefile.am: define weatherdatadir here, no need to use e-d-s's one,
use evolution's instead.
2005-01-06 David Trowbridge <trowbrds@cs.colorado.edu>
* Initial import of weather properties plugin
|