You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(14) |
Jun
(24) |
Jul
|
Aug
(6) |
Sep
(6) |
Oct
(1) |
Nov
|
Dec
(18) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(16) |
Feb
(5) |
Mar
|
Apr
(4) |
May
(10) |
Jun
(9) |
Jul
(4) |
Aug
|
Sep
(3) |
Oct
(4) |
Nov
(13) |
Dec
(15) |
2004 |
Jan
(23) |
Feb
(22) |
Mar
(24) |
Apr
(18) |
May
(17) |
Jun
(1) |
Jul
(4) |
Aug
(3) |
Sep
(22) |
Oct
(22) |
Nov
(7) |
Dec
(15) |
2005 |
Jan
(10) |
Feb
(5) |
Mar
(19) |
Apr
(14) |
May
(17) |
Jun
(8) |
Jul
(13) |
Aug
(1) |
Sep
(22) |
Oct
(12) |
Nov
(9) |
Dec
(16) |
2006 |
Jan
(10) |
Feb
|
Mar
|
Apr
(6) |
May
(3) |
Jun
(2) |
Jul
(10) |
Aug
(11) |
Sep
(29) |
Oct
(1) |
Nov
(11) |
Dec
(13) |
2007 |
Jan
(17) |
Feb
(14) |
Mar
(4) |
Apr
(5) |
May
(9) |
Jun
(3) |
Jul
(8) |
Aug
(9) |
Sep
(5) |
Oct
(5) |
Nov
(5) |
Dec
(17) |
2008 |
Jan
(7) |
Feb
|
Mar
(2) |
Apr
|
May
(3) |
Jun
(1) |
Jul
(4) |
Aug
|
Sep
|
Oct
(2) |
Nov
(5) |
Dec
|
2009 |
Jan
(36) |
Feb
(21) |
Mar
(62) |
Apr
(13) |
May
(15) |
Jun
(36) |
Jul
(8) |
Aug
(22) |
Sep
(2) |
Oct
(13) |
Nov
(15) |
Dec
(7) |
2010 |
Jan
(30) |
Feb
(60) |
Mar
(27) |
Apr
(1) |
May
(10) |
Jun
(12) |
Jul
(10) |
Aug
(4) |
Sep
|
Oct
|
Nov
(9) |
Dec
(9) |
2011 |
Jan
(2) |
Feb
(3) |
Mar
(9) |
Apr
|
May
(5) |
Jun
(21) |
Jul
(15) |
Aug
(14) |
Sep
(9) |
Oct
(6) |
Nov
(3) |
Dec
(2) |
2012 |
Jan
(14) |
Feb
(1) |
Mar
(7) |
Apr
(7) |
May
(14) |
Jun
(2) |
Jul
(9) |
Aug
(8) |
Sep
(12) |
Oct
(2) |
Nov
(1) |
Dec
(27) |
2013 |
Jan
(4) |
Feb
(19) |
Mar
(3) |
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
(1) |
13
|
14
|
15
(1) |
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
|
From: SourceForge.net <no...@so...> - 2008-03-15 09:58:45
|
Bugs item #1847276, was opened at 2007-12-09 15:17 Message generated for change (Comment added) made by m9710797 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=421861&aid=1847276&group_id=38274 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General/misc Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Manuel Bilderbeek (manuelbi) Assigned to: Wouter Vermaelen (m9710797) Summary: load_icons none is not saved (correctly) Initial Comment: When doing load_icons none the icons disappear. WHen saving settings after that and restarting openMSX, the icons are back! At the top of the screen, using set1. ---------------------------------------------------------------------- >Comment By: Wouter Vermaelen (m9710797) Date: 2008-03-15 10:58 Message: Logged In: YES user_id=356949 Originator: NO Fixed (by moving c++ implementation to Tcl) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=421861&aid=1847276&group_id=38274 |
From: SourceForge.net <no...@so...> - 2008-03-12 21:19:03
|
Bugs item #1913081, was opened at 2008-03-12 22:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=421861&aid=1913081&group_id=38274 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General/misc Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Manuel Bilderbeek (manuelbi) Assigned to: Nobody/Anonymous (nobody) Summary: Cassetteplayer problem when switching from record to play Initial Comment: The cassette player gives an error "error mmapping file" when switching from record to play, without having recorded a file. This can be easily solved by adding a if (getState() == RECORD) removeTape(time); // flush recorded tape at the beginning of playTape, but that will leave a valid WAV file without any content in the player. This is a useless situation: there's nothing on the tape and you can't record to it either. So, the wanted behaviour is that the file is either not created at all or erased when nothing as written to it. The latter is better than lazy creation, to avoid problems with error situations. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=421861&aid=1913081&group_id=38274 |