| | 1 | 2004-03-01 Monday 20:36 gbazin |
|---|
| | 2 | |
|---|
| | 3 | * modules/gui/skins2/Modules.am: oops, 1 file too much. |
|---|
| | 4 | |
|---|
| | 5 | 2004-03-01 Monday 20:04 gbazin |
|---|
| | 6 | |
|---|
| | 7 | * po/*: ./toolbox --update-po in preparation for the release. |
|---|
| | 8 | |
|---|
| | 9 | 2004-03-01 Monday 19:58 gbazin |
|---|
| | 10 | |
|---|
| | 11 | * modules/gui/skins2/src/skin_main.cpp: default skin is skins2/default/theme.xml. |
|---|
| | 12 | |
|---|
| | 13 | 2004-03-01 Monday 19:41 gbazin |
|---|
| | 14 | |
|---|
| | 15 | * modules/gui/skins2/Modules.am: include the default skins2 theme in the "make dist" rule. |
|---|
| | 16 | * install-win32, Makefile.am: include the default skins2 theme in the win32 package. |
|---|
| | 17 | |
|---|
| | 18 | 2004-03-01 Monday 19:36 asmax |
|---|
| | 19 | |
|---|
| | 20 | * all: changed dtd version to 1.99 before the final dtd freeze |
|---|
| | 21 | |
|---|
| | 22 | 2004-03-01 Monday 18:33 asmax |
|---|
| | 23 | |
|---|
| | 24 | * parser/builder.cpp, parser/skin_parser.cpp: unique IDs are generated |
|---|
| | 25 | in the xml parser instead of the builder: fixes nasty bugs related |
|---|
| | 26 | to layout IDs |
|---|
| | 27 | * theme/skin.dtd: "id" attribute is no longer required for window |
|---|
| | 28 | |
|---|
| | 29 | 2004-03-01 Monday 18:31 gbazin |
|---|
| | 30 | |
|---|
| | 31 | * modules/gui/wxwindows/*: make sure we re-use the streaming wizard so the user selection doesn't get lost each time it is opened. |
|---|
| | 32 | |
|---|
| | 33 | 2004-03-01 Monday 17:36 gbazin |
|---|
| | 34 | |
|---|
| | 35 | * modules/demux/mkv.cpp: fixed copy&paste bug. |
|---|
| | 36 | |
|---|
| | 37 | 2004-03-01 Monday 12:50 gbazin |
|---|
| | 38 | |
|---|
| | 39 | * include/vlc_threads.h: |
|---|
| | 40 | + lower a bit the input thread priority on win32 (using THREAD_PRIORITY_ABOVE_NORMAL now). |
|---|
| | 41 | * modules/access/file.c: |
|---|
| | 42 | + s/config_GetInt()/var_Get() for file-caching. |
|---|
| | 43 | * modules/access_output/udp.c: |
|---|
| | 44 | + less verbose debug messages. |
|---|
| | 45 | + increase thread priority on win32. |
|---|
| | 46 | |
|---|
| | 47 | 2004-03-01 Monday 11:55 massiot |
|---|
| | 48 | |
|---|
| | 49 | * Added two files in Modules.am |
|---|
| | 50 | |
|---|
| | 51 | 2004-02-29 Sunday 23:08 murray |
|---|
| | 52 | |
|---|
| | 53 | Shit, forgot to :wq before committing :) sorry guys |
|---|
| | 54 | |
|---|
| | 55 | 2004-02-29 Sunday 22:59 jpsaman |
|---|
| | 56 | |
|---|
| | 57 | Updated PDA interface. |
|---|
| | 58 | |
|---|
| | 59 | 2004-02-29 Sunday 22:56 murray |
|---|
| | 60 | |
|---|
| | 61 | Minor changes to the italian translation (thanks to Paolo Caravello) |
|---|
| | 62 | |
|---|
| | 63 | Actually, we still got some (huge) untranslated strings in libvlc.h, |
|---|
| | 64 | I'll care about them after the release. |
|---|
| | 65 | |
|---|
| | 66 | 2004-02-29 Sunday 21:10 jpsaman |
|---|
| | 67 | |
|---|
| | 68 | Updated version strings to 0.7.1 for upcoming release. |
|---|
| | 69 | |
|---|
| | 70 | 2004-02-29 Sunday 21:09 jpsaman |
|---|
| | 71 | |
|---|
| | 72 | Updated Dutch translation. |
|---|
| | 73 | |
|---|
| | 74 | 2004-02-29 Sunday 19:28 gbazin |
|---|
| | 75 | |
|---|
| | 76 | * configure.ac: fixed --with-dts-tree. |
|---|
| | 77 | |
|---|
| | 78 | 2004-02-29 Sunday 19:12 gbazin |
|---|
| | 79 | |
|---|
| | 80 | * NEWS: updated. |
|---|
| | 81 | |
|---|
| | 82 | 2004-02-29 Sunday 19:01 gbazin |
|---|
| | 83 | |
|---|
| | 84 | * modules/demux/rawdv.c: DV audio support was removed from libavcodec so reimplemented it here. |
|---|
| | 85 | |
|---|
| | 86 | 2004-02-29 Sunday 17:36 asmax |
|---|
| | 87 | |
|---|
| | 88 | * src/skin_main.cpp: do not delete the input a second time ! |
|---|
| | 89 | |
|---|
| | 90 | 2004-02-29 Sunday 16:49 asmax |
|---|
| | 91 | |
|---|
| | 92 | * controls/*, src/generic_window.cpp, src/generic_layout.cpp: a visibiliy |
|---|
| | 93 | variable is now owned by CtrlGeneric, and handled directly by the layout |
|---|
| | 94 | and the window (at the moment only the slider control uses it) |
|---|
| | 95 | * theme/skin.dtd, parser/builder.cpp, parser, skin_parser.cpp: added |
|---|
| | 96 | the "color" attribute for control text |
|---|
| | 97 | |
|---|
| | 98 | 2004-02-29 Sunday 14:35 gbazin |
|---|
| | 99 | |
|---|
| | 100 | * INSTALL.win32: updated win32 build instructions. |
|---|
| | 101 | |
|---|
| | 102 | 2004-02-29 Sunday 14:05 zorglub |
|---|
| | 103 | |
|---|
| | 104 | Sanity check |
|---|
| | 105 | |
|---|
| | 106 | 2004-02-29 Sunday 14:05 asmax |
|---|
| | 107 | |
|---|
| | 108 | * src/skin_main.cpp: fixed a bug related to the destruction order ;) |
|---|
| | 109 | |
|---|
| | 110 | 2004-02-29 Sunday 13:55 kuehne |
|---|
| | 111 | |
|---|
| | 112 | Fixed breakage which has been introduced in the last commit |
|---|
| | 113 | |
|---|
| | 114 | 2004-02-29 Sunday 13:49 kuehne |
|---|
| | 115 | |
|---|
| | 116 | spelling fixes |
|---|
| | 117 | |
|---|
| | 118 | 2004-02-29 Sunday 13:33 gbazin |
|---|
| | 119 | |
|---|
| | 120 | * ipkg/Makefile.am: don't try to package files which have been removed. |
|---|
| | 121 | |
|---|
| | 122 | 2004-02-29 Sunday 13:08 gbazin |
|---|
| | 123 | |
|---|
| | 124 | * src/misc/variables.c: fixed memleak. |
|---|
| | 125 | * include/vlc_common.h: use pragma to disable useless MSVC warnings. |
|---|
| | 126 | |
|---|
| | 127 | 2004-02-29 Sunday 13:05 gbazin |
|---|
| | 128 | |
|---|
| | 129 | * ALL: bumped revision number to 0.7.1 |
|---|
| | 130 | * modules/audio_filter/converter/dtstofloat32.c: update for libdts-0.0.2 |
|---|
| | 131 | |
|---|
| | 132 | 2004-02-29 Sunday 13:03 gbazin |
|---|
| | 133 | |
|---|
| | 134 | * src/packages.mak: updated for libdts-0.0.2 |
|---|
| | 135 | |
|---|
| | 136 | 2004-02-28 Saturday 19:40 zorglub |
|---|
| | 137 | |
|---|
| | 138 | Search on the author field too |
|---|
| | 139 | |
|---|
| | 140 | 2004-02-28 Saturday 19:31 zorglub |
|---|
| | 141 | |
|---|
| | 142 | Fix loop on end of search |
|---|
| | 143 | |
|---|
| | 144 | 2004-02-28 Saturday 19:30 gbazin |
|---|
| | 145 | |
|---|
| | 146 | * modules/gui/wxwindows/streamout.cpp: added mp4a to the list of audio transcoders. |
|---|
| | 147 | |
|---|
| | 148 | 2004-02-28 Saturday 17:10 gbazin |
|---|
| | 149 | |
|---|
| | 150 | * src/playlist/*: portability fixes, moved playlist_AddOption() to item-ext.c. |
|---|
| | 151 | |
|---|
| | 152 | 2004-02-28 Saturday 13:53 titer |
|---|
| | 153 | |
|---|
| | 154 | macosx/vout* : don't forget to exit fullscreen mode at EOF, |
|---|
| | 155 | fixed a segfault |
|---|
| | 156 | |
|---|
| | 157 | 2004-02-27 Friday 22:33 kuehne |
|---|
| | 158 | |
|---|
| | 159 | Updated german translation |
|---|
| | 160 | |
|---|
| | 161 | 2004-02-27 Friday 15:07 gbazin |
|---|
| | 162 | |
|---|
| | 163 | * src/skin_main.cpp: fixed bug related to the destruction order. |
|---|
| | 164 | * parser/xmlparser.hpp: removed useless change. |
|---|
| | 165 | |
|---|
| | 166 | 2004-02-27 Friday 14:22 fenrir |
|---|
| | 167 | |
|---|
| | 168 | * avi.c: uses rv15 for 15 and 16 bits file. (I don't know if it's ok). |
|---|
| | 169 | |
|---|
| | 170 | 2004-02-27 Friday 14:05 fenrir |
|---|
| | 171 | |
|---|
| | 172 | * avi.c: added support for rgb 32 (24 won't work under linux as the vout |
|---|
| | 173 | handle 24 and 32 the same way :( |
|---|
| | 174 | |
|---|
| | 175 | 2004-02-27 Friday 14:02 fenrir |
|---|
| | 176 | |
|---|
| | 177 | * rawvideo.c, ffmpeg/chroma.c: added YVU9. |
|---|
| | 178 | |
|---|
| | 179 | 2004-02-27 Friday 14:01 fenrir |
|---|
| | 180 | |
|---|
| | 181 | * vout_pictures.*: added YVU9. |
|---|
| | 182 | |
|---|
| | 183 | 2004-02-27 Friday 13:24 gbazin |
|---|
| | 184 | |
|---|
| | 185 | * modules/gui/skins2/*: portability fixes. |
|---|
| | 186 | |
|---|
| | 187 | 2004-02-26 Thursday 19:11 murray |
|---|
| | 188 | |
|---|
| | 189 | it.po: italian localization for VLC 0.7.1 |
|---|
| | 190 | fr.po: minor fixes |
|---|
| | 191 | |
|---|
| | 192 | 2004-02-26 Thursday 17:07 hartman |
|---|
| | 193 | |
|---|
| | 194 | * Don't crash during my demo to the university computer labs. |
|---|
| | 195 | - don't crash when i_output < 0 |
|---|
| | 196 | |
|---|
| | 197 | 2004-02-26 Thursday 17:02 gbazin |
|---|
| | 198 | |
|---|
| | 199 | * modules/audio_output/directx.c: don't use hardware buffers for <= 2 channels. |
|---|
| | 200 | A few users have been reporting problems with the directx audio output and it might very well be the cause of their problems (ie. with buggy drivers). |
|---|
| | 201 | |
|---|
| | 202 | 2004-02-26 Thursday 14:40 hartman |
|---|
| | 203 | |
|---|
| | 204 | * another thing that wasn't committed yet. |
|---|
| | 205 | - Fix Playlist Save. Can only do m3u atm. |
|---|
| | 206 | |
|---|
| | 207 | 2004-02-26 Thursday 13:58 gbazin |
|---|
| | 208 | |
|---|
| | 209 | * modules/video_output/directx/*: fixes uninitialized variables and memleaks. |
|---|
| | 210 | |
|---|
| | 211 | 2004-02-26 Thursday 13:24 hartman |
|---|
| | 212 | |
|---|
| | 213 | * don't break things... |
|---|
| | 214 | |
|---|
| | 215 | 2004-02-26 Thursday 13:04 hartman |
|---|
| | 216 | |
|---|
| | 217 | * Something I forgot |
|---|
| | 218 | --macosx-stretch mode. Ignore aspect ratio and stretch video to fill window. |
|---|
| | 219 | |
|---|
| | 220 | 2004-02-26 Thursday 12:04 gbazin |
|---|
| | 221 | |
|---|
| | 222 | * modules/gui/wxwindows/wxwindows.cpp: include setlocale.h after the vlc headers. |
|---|
| | 223 | * modules/gui/wxwindows/menus.cpp: fixed memory leaks. |
|---|
| | 224 | * modules/gui/wxwindows/playlist.cpp: fixed deadlock. |
|---|
| | 225 | |
|---|
| | 226 | 2004-02-26 Thursday 08:24 gbazin |
|---|
| | 227 | |
|---|
| | 228 | * modules/gui/wxwindows/playlist.cpp: removed useless lock. |
|---|
| | 229 | |
|---|
| | 230 | 2004-02-26 Thursday 00:23 gbazin |
|---|
| | 231 | |
|---|
| | 232 | * modules/gui/wxwindows/*: a whole bunch of bug-fixes spotted by running the debug build of wxWindows. |
|---|
| | 233 | |
|---|
| | 234 | 2004-02-25 Wednesday 23:28 hartman |
|---|
| | 235 | |
|---|
| | 236 | * Disable libmad on OS X |
|---|
| | 237 | |
|---|
| | 238 | 2004-02-25 Wednesday 22:42 ipkiss |
|---|
| | 239 | |
|---|
| | 240 | Fixed an incorrect string |
|---|
| | 241 | |
|---|
| | 242 | 2004-02-25 Wednesday 22:16 jpsaman |
|---|
| | 243 | |
|---|
| | 244 | Added configuration for h3600 iPAQ PDA with small Flash sizes. |
|---|
| | 245 | Removed unused files. |
|---|
| | 246 | |
|---|
| | 247 | 2004-02-25 Wednesday 22:01 zorglub |
|---|
| | 248 | |
|---|
| | 249 | Update of the french translation. |
|---|
| | 250 | |
|---|
| | 251 | This file need reviewing, please help |
|---|
| | 252 | |
|---|
| | 253 | 2004-02-25 Wednesday 19:27 titer |
|---|
| | 254 | |
|---|
| | 255 | macosx/vout* : fixed OpenGL fullscreen (still needs some cleaning) |
|---|
| | 256 | |
|---|
| | 257 | 2004-02-25 Wednesday 18:47 gbazin |
|---|
| | 258 | |
|---|
| | 259 | * src/input/input_dec.c: compilation fix. |
|---|
| | 260 | |
|---|
| | 261 | 2004-02-25 Wednesday 18:43 gbazin |
|---|
| | 262 | |
|---|
| | 263 | * modules/packetizer/mpeg4audio.c, modules/packetizer/mpegvideo.c: compilation fix. |
|---|
| | 264 | |
|---|
| | 265 | 2004-02-25 Wednesday 18:42 gbazin |
|---|
| | 266 | |
|---|
| | 267 | * modules/gui/wxwindows/wxwindows.h: workaround/compilation fix for new wxWindows versions. |
|---|
| | 268 | |
|---|
| | 269 | 2004-02-25 Wednesday 18:22 fenrir |
|---|
| | 270 | |
|---|
| | 271 | * libmpeg2.c: lalala, compilation fix... |
|---|
| | 272 | |
|---|
| | 273 | 2004-02-25 Wednesday 17:48 fenrir |
|---|
| | 274 | |
|---|
| | 275 | * all: removed block_t->b_discontinuity,b_frame_* and added i_flags |
|---|
| | 276 | field and a few BLOCK_FLAG_*. |
|---|
| | 277 | |
|---|
| | 278 | 2004-02-25 Wednesday 14:02 zorglub |
|---|
| | 279 | |
|---|
| | 280 | Update of the brazilian portuguese translation, thanks to |
|---|
| | 281 | Andr�e Barros Martins Ribeiro |
|---|
| | 282 | |
|---|
| | 283 | 2004-02-25 Wednesday 12:38 fenrir |
|---|
| | 284 | |
|---|
| | 285 | * all: fixed sout-audio/video options. |
|---|
| | 286 | |
|---|
| | 287 | 2004-02-24 Tuesday 22:15 gbazin |
|---|
| | 288 | |
|---|
| | 289 | * modules/gui/wxwindows/menus.cpp: try to display choices menus in a more clever way (hide useless things like empty menus). |
|---|
| | 290 | |
|---|
| | 291 | 2004-02-24 Tuesday 19:23 gbazin |
|---|
| | 292 | |
|---|
| | 293 | * modules/demux/dts.c: improved detection of wav dts files. |
|---|
| | 294 | |
|---|
| | 295 | 2004-02-24 Tuesday 18:19 zorglub |
|---|
| | 296 | |
|---|
| | 297 | Fix problem in playlist update code. |
|---|
| | 298 | |
|---|
| | 299 | Strangely, the "AddPendingEvent" wxwindows call seems to hang, so |
|---|
| | 300 | replace it bhy "ProcessEvent" (the playlist update is processed |
|---|
| | 301 | immediately in the callback, but it is only the update of one item, so |
|---|
| | 302 | it should not be a problem) |
|---|
| | 303 | |
|---|
| | 304 | 2004-02-24 Tuesday 17:43 gbazin |
|---|
| | 305 | |
|---|
| | 306 | * modules/access/cdda.c: added "cddasimple" shortcut. |
|---|
| | 307 | |
|---|
| | 308 | 2004-02-24 Tuesday 17:42 gbazin |
|---|
| | 309 | |
|---|
| | 310 | * modules/stream_out/transcode.c: compilation fixes for ffmpeg-0.4.8. |
|---|
| | 311 | |
|---|
| | 312 | 2004-02-24 Tuesday 17:16 bigben |
|---|
| | 313 | |
|---|
| | 314 | Do not send an event when clicking out of the search box |
|---|
| | 315 | |
|---|
| | 316 | 2004-02-24 Tuesday 16:31 fenrir |
|---|
| | 317 | |
|---|
| | 318 | * http.c: "Transfer-Encoding: chunked" support. (Tested with only one URL). |
|---|
| | 319 | |
|---|
| | 320 | 2004-02-23 Monday 23:01 gbazin |
|---|
| | 321 | |
|---|
| | 322 | * modules/demux/wav.c: more fixes for multichannel wav files support. |
|---|
| | 323 | * include/codecs.h: ms speakers definitions. |
|---|
| | 324 | * modules/codec/araw.c: added support for fl64 fourcc. |
|---|
| | 325 | |
|---|
| | 326 | 2004-02-23 Monday 21:57 gbazin |
|---|
| | 327 | |
|---|
| | 328 | * src/playlist/playlist.c: who said testing was useful ? |
|---|
| | 329 | |
|---|
| | 330 | 2004-02-23 Monday 21:50 gbazin |
|---|
| | 331 | |
|---|
| | 332 | * src/playlist/playlist.c: bug fix. |
|---|
| | 333 | |
|---|
| | 334 | 2004-02-23 Monday 21:00 sigmunau |
|---|
| | 335 | |
|---|
| | 336 | modules/misc/sap.c: |
|---|
| | 337 | * fixed two memleaks, one of them rather large |
|---|
| | 338 | * fix for http announces that don't start the filename part with '/' |
|---|
| | 339 | |
|---|
| | 340 | 2004-02-23 Monday 20:55 kuehne |
|---|
| | 341 | |
|---|
| | 342 | Enlarged some fields in the OpenTarget-Window to display the entire localizations |
|---|
| | 343 | |
|---|
| | 344 | 2004-02-23 Monday 20:45 fenrir |
|---|
| | 345 | |
|---|
| | 346 | * livedotcom.cpp: nULL -> UI64C(n). |
|---|
| | 347 | |
|---|
| | 348 | 2004-02-23 Monday 20:35 fenrir |
|---|
| | 349 | |
|---|
| | 350 | * livedotcom.cpp: a fix + a nasty hack that should fix playback of streams |
|---|
| | 351 | using weird value after a synch with RTCP. |
|---|
| | 352 | |
|---|
| | 353 | 2004-02-23 Monday 20:34 gbazin |
|---|
| | 354 | |
|---|
| | 355 | * include/vlc_common.h: added the UI64C() macro for unsinged long long constants. |
|---|
| | 356 | |
|---|
| | 357 | 2004-02-23 Monday 12:17 gbazin |
|---|
| | 358 | |
|---|
| | 359 | * modules/gui/wxwindows/playlist.cpp: don't update the GUI from different threads! |
|---|
| | 360 | * src/playlist/playlist.c: vout/sout garbage collection improvements. |
|---|
| | 361 | |
|---|
| | 362 | 2004-02-23 Monday 00:10 rocky |
|---|
| | 363 | |
|---|
| | 364 | Change error reporting on memory error to be memory error. |
|---|
| | 365 | |
|---|
| | 366 | 2004-02-22 Sunday 23:09 titer |
|---|
| | 367 | |
|---|
| | 368 | ipv4.c : BeOS compile fix |
|---|
| | 369 | |
|---|
| | 370 | 2004-02-22 Sunday 21:32 gbazin |
|---|
| | 371 | |
|---|
| | 372 | * modules/access/cdda/access.c: fix to allow playing the last track and cd's with only 1 track. |
|---|
| | 373 | |
|---|
| | 374 | 2004-02-22 Sunday 16:40 fenrir |
|---|
| | 375 | |
|---|
| | 376 | * input_programs.c: a little memleak. |
|---|
| | 377 | |
|---|
| | 378 | 2004-02-22 Sunday 16:08 fenrir |
|---|
| | 379 | |
|---|
| | 380 | * all: changed the prototype of sout_InputNew. |
|---|
| | 381 | |
|---|
| | 382 | 2004-02-22 Sunday 16:01 fenrir |
|---|
| | 383 | |
|---|
| | 384 | * livedotcom.cpp: bug fix. (a bad memory allocation). |
|---|
| | 385 | |
|---|
| | 386 | 2004-02-22 Sunday 15:59 fenrir |
|---|
| | 387 | |
|---|
| | 388 | * sub.c: VobSub fix. |
|---|
| | 389 | |
|---|
| | 390 | 2004-02-22 Sunday 15:57 fenrir |
|---|
| | 391 | |
|---|
| | 392 | * all: compilation warning fixes (mainly missings headers). |
|---|
| | 393 | |
|---|
| | 394 | 2004-02-22 Sunday 15:52 zorglub |
|---|
| | 395 | |
|---|
| | 396 | Fix compilation warnings |
|---|
| | 397 | |
|---|
| | 398 | 2004-02-22 Sunday 15:41 massiot |
|---|
| | 399 | |
|---|
| | 400 | * Updated contrib build system |
|---|
| | 401 | * src/misc/threads.c: fixed a Darwin-specific bug introduced recently |
|---|
| | 402 | |
|---|
| | 403 | 2004-02-22 Sunday 15:03 gbazin |
|---|
| | 404 | |
|---|
| | 405 | * configure.ac: added an --enable-utf8 option (default enabled on osx/beos/win32). |
|---|
| | 406 | * src/libvlc.c, modules/gui/wxwindows/wxwindows.h: use #ifdef ENABLE_UTF8 |
|---|
| | 407 | |
|---|
| | 408 | 2004-02-22 Sunday 10:52 rocky |
|---|
| | 409 | |
|---|
| | 410 | Fix valgrind-caught memory leak. |
|---|
| | 411 | |
|---|
| | 412 | 2004-02-22 Sunday 10:30 rocky |
|---|
| | 413 | |
|---|
| | 414 | Fix mem leak caught by valgrind. |
|---|
| | 415 | |
|---|
| | 416 | 2004-02-22 Sunday 10:30 rocky |
|---|
| | 417 | |
|---|
| | 418 | fix mem leak. (Caught by valgrind.) |
|---|
| | 419 | |
|---|
| | 420 | 2004-02-22 Sunday 09:35 rocky |
|---|
| | 421 | |
|---|
| | 422 | Make sure a couple of variables are initialized before |
|---|
| | 423 | reading. (caught by valgrind). |
|---|
| | 424 | |
|---|
| | 425 | 2004-02-22 Sunday 00:55 gbazin |
|---|
| | 426 | |
|---|
| | 427 | * po/*: ./toolbox --update-po. |
|---|
| | 428 | |
|---|
| | 429 | 2004-02-22 Sunday 00:33 gbazin |
|---|
| | 430 | |
|---|
| | 431 | * modules/demux/playlist/Modules.am: don't forget playlist.h. |
|---|
| | 432 | |
|---|
| | 433 | 2004-02-22 Sunday 00:15 gbazin |
|---|
| | 434 | |
|---|
| | 435 | * ALL: preparation for 0.7.1-test2. |
|---|
| | 436 | |
|---|