File: ChangeLog

package info (click to toggle)
xfce4-weather-plugin 0.6.2-1%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,136 kB
  • ctags: 364
  • sloc: sh: 3,747; ansic: 3,386; makefile: 150
file content (214 lines) | stat: -rw-r--r-- 5,905 bytes parent folder | download
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
2007-11-18	Nick Schermer <nick@xfce.org>

	* Fix includes for bsd users.
	* Bump version to 0.6.2 for release.

2007-11-18	Nick Schermer <nick@xfce.org>
	
	* Post release bump, 0.6.2svn

2007-11-18	Nick Schermer <nick@xfce.org>
	
	* Bump version for release to 0.6.1

2007-11-18	Nick Schermer <nick@xfce.org>
	
	* Replace g_error with g_warning to avoid aborts.
	* Fix indents in ChangeLog.

2007-09-14	Nick Schermer <nick@xfce.org>
	
	* Code cleanups.
	* Fix problem with requests.

2007-09-12	Nick Schermer <nick@xfce.org>

	* Add fully threaded data update, prevent loops, timeout check,
	  better data handling, no cache file. Reschedule an update when
	  there is no connection (up to 5 times).
	* Merge new strings (warnings and errors only).

2007-09-10	Nick Schermer <nick@xfce.org>
	
	* Make the panel dialog icon 48x48 pixels (Bug #3513).

2007-05-26	Nick Schermer <nick@xfce.org>

	* Improve icon loading. When you remove all the labels the
	  icon will fill the entire panel. The icon size is also
	  pixel based, not linked to the GtkIconSize anymore (Bug #3232).
	* Hide the event box window in the summary dialog, this looks
	  better with most themes.

2007-05-26	Nick Schermer <nick@xfce.org>

	* Commit fix from bug #2934 to fix the location search.

2007-05-26 	Nick Schermer <nick@xfce.org>

	* Make the plugin working on FreeBSD. Patch by Stephen Hurd.

2007-03-14	Nick Schermer <nick@xfce.org>

	* Hide the ebox window, so you can see the panel background.
	* Don't crash when no icons were found.
	* Show a "No Data" label when nothing has been configured.

2007-01-19	Nick Schermer <nick@xfce.org>

	* Remove line in the translations. Was a typo.

2007-01-15	Nick Schermer <nick@xfce.org>

	* Improve the Makefile.am and configure.in.in files.
	* You can now use enter and double-click in the search dialog.

2006-12-20	Nick Schermer <nick@xfce.org>

	* Add help button that uses exo-open.
	* Merge new string

2006-12-17	Nick Schermer <nick@xfce.org>

	* Cleaned up the code
	* Applied patch from Peggy Kutyla (Bug 2656)

2006-09-06 	Nick Schermer <nick@xfce.org>

	* Addded $Id$'s using svn:keyword
	* Trailing spaces are striped by Geany

2006-09-05	Nick Schermer <nick@xfce.org>

	* Fix typo in desktop file

2006-09-05	Nick Schermer <nick@xfce.org>

	* Improve Makefile.am files. Make distcheck works
	  without any problems now.

2006-09-05	Nick Schermer <nick@xfce.org>

	* Bump version to 0.5.99.1
	* Depend on Xfce4-panel 4.3.99.1

2006-09-02	Nick Schermer <nick@xfce.org>

	* Include libxfcegui4_libs and some other fixes in the build files

2006-09-02	Nick Schermer <nick@xfce.org>

	* Remove executables
	* Update ChangeLog

2006-08-08	Nick Schermer <nick@xfce.org>

	* Fix some memory leaks
	* Clear dialog data and free the liststore
	* Finalize scrollbox widget
	* Use panel_slice_new0 and panel_slice_free

2006-08-08	Nick Schermer <nick@xfce.org>

	* Changed version: 0.5.90.2
	* Released 0.5.90.2

2006-07-14	Nick Schermer <nick@xfce.org>

	* Fixed problems with --as-needed
	* Some small mem leaks
	* Added LINGUAS support for translators
	* Raised version to 0.6.0, because i think it's ready for 4.4
	* You need libxfcegui4 from svn (or b2)
	* Added debug code
	* Some cleanups

2006-06-11	Nick Schermer <nick@xfce.org>

	* Reorder the includes a bit
	* Changed titled dialog
	* Added icon for the panel add items dialog

2006-05-27	Nick Schermer <nick@xfce.org>

	* *.po: Updated.
	* *.gmo: Removed.

2006-05-22	Nick Schermer <nick@xfce.org>

	* Make array const
	* Added G_{BEGIN,END}_DECLS
	* Improve Layout
	* Use guint where possible

2006-05-19	Nick Schermer <nick@xfce.org>

	* A lot if changed in the code to reduce exec. size
	* Fix build
	* Added new xfce dialog (if available)

2006-05-18	Nick Schermer <nick@xfce.org>

	* Add refresh button to right click menu for the n00bs
	* Cleanup code layout
	* Free some extra pixbufs
	* Replaced (most) of the debug messages
	* Remove the build and intltool files, they don't belong
	  in a repo IMHO

2006-05-18	Nick Schermer <nick@xfce.org>

	* Fix build errors
	* Free a pixbuf with g_object_unref, not with g_free
	* Typo in metric/imperial save

2006-05-04	Benedikt Meurer <benny@xfce.org>

	* Apply patch from Oliver Lehmann to fix GCC 2.95 compilation.
	  Bug #1759

2006-04-25	Masse Nicolas <masse_nicolas@yahoo.fr>

	* update with version from Jasper - now compatible with Xfce-4.4

2003-07-11	Jasper Huijsmans <jasper@xfce.org>

	* panel-plugin/sample.c: Hmm, chinese translation updates that
	  didn't get picked up by my previous commit. Should have been in
	  rc1, sorry.

2003-07-11	Jasper Huijsmans <jasper@xfce.org>

	* ChangeLog: Update ChangeLog's for release

2003-07-10	Jasper Huijsmans <jasper@xfce.org>

	* ChangeLog: Update ChangeLog's for release

2003-07-06	Jasper Huijsmans <jasper@xfce.org>

	* ChangeLog: Update ChangeLogs

2003-07-06	Jasper Huijsmans <jasper@xfce.org>

	* Makefile.in, aclocal.m4, config.h.in, configure, ltconfig,
	  ltmain.sh, panel-plugin/Makefile.in: libtool update

2003-07-02	Benedikt Meurer <benny@xfce.org>

	* AUTHORS, COPYING, INSTALL, autogen.sh, config.guess, config.sub,
	  ltconfig, ltcf-c.sh, ltmain.sh, Makefile.in, aclocal.m4, compile,
	  config.h.in, depcomp, install-sh, missing, mkinstalldirs,
	  Makefile.am, README, configure, configure.ac, m4/debug.m4,
	  m4/depends.m4, m4/i18n.m4, panel-plugin/Makefile.am,
	  panel-plugin/Makefile.in, panel-plugin/sample.c: Initial import of
	  the sample panel plugin.

2003-07-02	Benedikt Meurer <benny@xfce.org>

	* AUTHORS, COPYING, INSTALL, autogen.sh, config.guess, config.sub,
	  ltconfig, ltcf-c.sh, ltmain.sh, Makefile.in, aclocal.m4, compile,
	  config.h.in, depcomp, install-sh, missing, mkinstalldirs,
	  Makefile.am, README, configure, configure.ac, m4/debug.m4,
	  m4/depends.m4, m4/i18n.m4, panel-plugin/Makefile.am,
	  panel-plugin/Makefile.in, panel-plugin/sample.c: Initial revision