You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(64) |
Oct
(438) |
Nov
(183) |
Dec
|
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
(132) |
May
(466) |
Jun
(366) |
Jul
(392) |
Aug
(31) |
Sep
(18) |
Oct
|
Nov
|
Dec
|
|
From: Steven E. <Ste...@kn...> - 2001-10-05 22:41:51
|
its on my todo list for before 0.0.19 release. I tested self hosted builds before but had very bad results. If you want to do any application testing please fill out bug reports on the reactos sourceforge page and use the application compatablity database at http://65.8.134.110 -----Original Message----- From: Richard Campbell To: ros...@re... Sent: 10/4/01 5:24 PM Subject: [ros-kernel] Building ReactOS within ReactOS Anyone tried it? just curious...I would try it except I can't get the latest checkout from cvs to boot. I'm sure someone has brought this up before, but I'm bringing it up again :) ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Eric K. <ek...@rz...> - 2001-10-05 18:23:07
|
<JAC...@ao...> wrote: > Hello everyone. I kind of have a basic question regaurding CVS. Normally, I have been just downloading the source/binaries from the web site. Now that I have a broadband connection, I would like to use the CVS. I have it all set up for accessing it. My question is the initial download since this is my first time using CVS. Do I upzip the source from the web site and then update that, or do I just run the CVS command to download the entire source tree? Thanks for your help. > You will have to use the cvs 'checkout/get' command. The packed source files don't include crucial administrative information (CVS directories), therefore 'update' won't work. After setting the CVSROOT environment variable run 'cvs -z3 checkout reactos' and the reactos cvs source tree will be downloaded into the reactos subdirectory. - Eric ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: <JAC...@ao...> - 2001-10-05 18:10:44
|
Hello everyone. I kind of have a basic question regaurding CVS. Normally, I have been just downloading the source/binaries from the web site. Now that I have a broadband connection, I would like to use the CVS. I have it all set up for accessing it. My question is the initial download since this is my first time using CVS. Do I upzip the source from the web site and then update that, or do I just run the CVS command to download the entire source tree? Thanks for your help. Jack Sterba ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: KJK::Hyperion <no...@li...> - 2001-10-05 17:00:00
|
At 17.30 04/10/2001 -0400, you wrote: >Personally I think we should have either a two book or three book system. [...] >3) An in-depth kernel and API reference specifically geared towards >developers and active ReactOS team members I'd split the last one into at least two books: - Win32 API (and well-known extensions) - The guts: OS structure, the Executive, device drivers, kernel services interface, subsystems, and general kernel-mode programming since they are two very different and non-comparable fields, requiring distinct abilities and knowledges ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: KJK::Hyperion <no...@li...> - 2001-10-05 16:56:44
|
At 21.41 04/10/2001 +0200, you wrote: >>D:\Aliberti\bin>dumpbin /exports D:\bin\system32\msvcrt.dll | grep alloc >> 577 240 calloc (00003524) >> 658 291 malloc (000012B1) >> 680 2A7 realloc (0000361C) >Hm sounds like a pretty funny tool that dumpbin, do you have an url to >download it or something like that? Actually, it's just a front-end to the Microsoft's incremental linker (it has a -dump undocumented option). It's officially included in Visual C++ and Visual Studio, and some FTP sites have some older versions for download too. Except the compiler and IDE, you can find pretty much all the Microsoft C/C++ building environment (nmake, masm, link, cvtres, etc) on public ftp servers, just use Google or Lycos FTP Search. Be sure to check out Dependency Walker too (http://www.dependencywalker.com/) A similarly nifty tool is included in the free distribution of Borland C++ 5.5, it's called Turbo Dump (tdump.exe) and dumps executables, resources, import libraries (in Borland's format, but there's a tool to convert them) and object files (OMF only, not COFF) ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Frank D. E. Jr. <fd...@ya...> - 2001-10-05 13:49:29
|
Sounds good, but you might consider breaking down that third book into "Application Development" and "Kernel Development" sections, or into separate "books". --- Phillip Susi <ps...@cf...> wrote: > I agree, and favor the three book system. > > At 05:30 PM 10/4/2001 -0400, you wrote: > >Personally I think we should have either a two book or three book > system. > > > >1) For end-user documentation including command and usage > > > >2) For developer documentation including API Reference and Kernel > Internals > > > >or > > > >1) Quick Command and Usage Reference > > > >2) A More inept system reference (i.e. For systems administration) > > > >3) An in-depth kernel and API reference specifically geared towards > >developers and active ReactOS team members > > > >As far as the laymen's tutorials that can be done to some degree > later on > >when the system is more complete. > > ==================================================== > = To remove yourself from this mailing list, go to = > = http://www.reactos.com/home/mailing.html = > ==================================================== > ===== ======= Frank D. Engel, Jr. Please note my new address: fd...@ya... __________________________________________________ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: James T. <jim...@ad...> - 2001-10-05 08:29:24
|
James Mcclain wrote: > > dear James, > > please do post the linux tools, that would be great. if you could post a > patched and working source tree w/ instructions, i would greatly > appreciate it. > > regards, > james w. mcclain > > Hi, Okay... First if you like to build the compiler tool set your self goto, http://www.reactos.com/index.php?current_menu=tools&content_page=gccbuild.inc There, ROS GCC web page tells you where to DL the MingW Runtime and W32-API libraries. Follow the instructions closely! My Binutils setup for the CROSS tools set went like this. /scsi/gcc/CROSS# ../configure --prefix=/usr --target=i386-mingw32 -v My prefix uses the /usr directory. The GCC setup uses the same config line too. Follow the instructions. Okay, for those binary files I've built. There now at my static dsl site. ftp://64.217.116.74/pub/ReactOS/gcc-2.95.3-bin-linux.tar.gz ftp://64.217.116.74/pub/ReactOS/binutils-2.11.90-bin-linux.tar.gz These tar files will create and dump into the "usr" directory since I set the prefix to /usr. Okay, I hope this helps, James ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Rex J. <re...@lv...> - 2001-10-05 05:16:32
|
At 10:34 PM 10/4/01 +0200, you wrote: >Eric Kohl wrote: > > > I vote for replacing the existing module. Users who want to port existing > > documents should get the current rosdocs module and copy it to a safe > place. > >I agree. Let's restart. The doc tree I proposed many years ago is too >complex. >I suggest two books: I have renamed the /rosdocs directory in the repository to /rosdocs_old and created a new /rosdocs directory. Be sure to delete any existing working directory you have of /rosdocs and checkout the new directory. lets discuss the layout before creating anything as moving stuff around in cvs is a bit of a pain. Rex Jolliff re...@lv... ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: James M. <jm...@gl...> - 2001-10-05 00:45:51
|
dear James, please do post the linux tools, that would be great. if you could post a patched and working source tree w/ instructions, i would greatly appreciate it. regards, james w. mcclain On Thu, 4 Oct 2001, James Tabor wrote: > Hi, > Since I asked for anyone who had already build a tool set for compiling > ROS on a Linux box. I don't mind posting a complete set on a ftp site. > If anyone needs it, please let me know. > Thanks, > James > > > ==================================================== > = To remove yourself from this mailing list, go to = > = http://www.reactos.com/home/mailing.html = > ==================================================== > ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Phillip S. <ps...@cf...> - 2001-10-04 22:53:05
|
I agree, and favor the three book system. At 05:30 PM 10/4/2001 -0400, you wrote: >Personally I think we should have either a two book or three book system. > >1) For end-user documentation including command and usage > >2) For developer documentation including API Reference and Kernel Internals > >or > >1) Quick Command and Usage Reference > >2) A More inept system reference (i.e. For systems administration) > >3) An in-depth kernel and API reference specifically geared towards >developers and active ReactOS team members > >As far as the laymen's tutorials that can be done to some degree later on >when the system is more complete. ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: waltert3 <wal...@to...> - 2001-10-04 21:54:24
|
Personally I think we should have either a two book or three book system. 1) For end-user documentation including command and usage 2) For developer documentation including API Reference and Kernel Internals or 1) Quick Command and Usage Reference 2) A More inept system reference (i.e. For systems administration) 3) An in-depth kernel and API reference specifically geared towards developers and active ReactOS team members As far as the laymen's tutorials that can be done to some degree later on when the system is more complete. ----- Original Message ----- From: "Casper Hornstrup" <ch...@us...> To: <ros...@re...> Sent: Thursday, October 04, 2001 5:10 PM Subject: [ros-kernel] Re: rosdocs > On Thursday 04 October 2001 22:34, Aliberti Emanuele wrote: > > Eric Kohl wrote: > > > I vote for replacing the existing module. Users who want to port existing > > > documents should get the current rosdocs module and copy it to a safe > > > place. > > > > I agree. Let's restart. The doc tree I proposed many years ago is too > > complex. > > I suggest two books: > > > > - tutorials > > - reference > > If by tutorials you also mean technincal documents about ReactOS > architecture, I agree. Otherwise, I think we should have one more book for > these documents. > > - Casper > > ==================================================== > = To remove yourself from this mailing list, go to = > = http://www.reactos.com/home/mailing.html = > ==================================================== > ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Frank D. E. Jr. <fd...@ya...> - 2001-10-04 21:45:19
|
Technical Information... Shouldn't that be REFERENCE? That would be my guess... Reference/Technical maybe? --- Casper Hornstrup <ch...@us...> wrote: > On Thursday 04 October 2001 22:34, Aliberti Emanuele wrote: > > Eric Kohl wrote: > > > I vote for replacing the existing module. Users who want to port > existing > > > documents should get the current rosdocs module and copy it to a > safe > > > place. > > > > I agree. Let's restart. The doc tree I proposed many years ago is > too > > complex. > > I suggest two books: > > > > - tutorials > > - reference > > If by tutorials you also mean technincal documents about ReactOS > architecture, I agree. Otherwise, I think we should have one more > book for > these documents. > > - Casper > > ==================================================== > = To remove yourself from this mailing list, go to = > = http://www.reactos.com/home/mailing.html = > ==================================================== > ===== ======= Frank D. Engel, Jr. Please note my new address: fd...@ya... __________________________________________________ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Richard C. <rc...@ca...> - 2001-10-04 21:39:27
|
Anyone tried it? just curious...I would try it except I can't get the latest checkout from cvs to boot. I'm sure someone has brought this up before, but I'm bringing it up again :) ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: waltert3 <wal...@to...> - 2001-10-04 21:27:31
|
Zeno: No, that wasn't it lee sent it to me though. It was the calmira.org I was searching for. Actually, I had forgotten about Calmira, just that at the time he wasn't producing it open source. In General: Anyhow, I think with little time and a pascal compiler(Delphi or Free Pascal) Calmira can be converted to a 32-bit Win9x Desktop clone. Which I think in itself is a major enough task. Fixing it up so it's an NT clone is a whole 'nother ball game. But I think we can get there, look at how far Linux has come and they never had this big of a head start. :) Sincerely, Walter ----- Original Message ----- From: "Zeno Kaiser" <Gen...@we...> To: <ros...@re...> Sent: Thursday, October 04, 2001 10:42 AM Subject: [ros-kernel] is it that??? > >Can the guy who posted the program manager alternative and > >other apps please repost. I lost the email through no uncertain > >terms. > > > >Thanks, > >Walter > > > Betreff: shell > Von: genesisxg > An: <ros...@re...> > > Datum: 01.10.01 16:49 erweiterten Header anzeigen > > > shell news and informations: > http://www.shellcity.net/ > http://www.shellfront.org/ > http://desktopian.org/shells.html > http://desktopian.org/ > http://desktopian.org/tinthms/pages/interphasethm.html > > some shell pages > > > _______________________________________________________________________ > 1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de > Ih...@we..., 8MB Speicher, Verschluesselung - http://freemail.web.de > > > ==================================================== > = To remove yourself from this mailing list, go to = > = http://www.reactos.com/home/mailing.html = > ==================================================== > > ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Casper H. <ch...@us...> - 2001-10-04 21:15:32
|
On Thursday 04 October 2001 22:34, Aliberti Emanuele wrote: > Eric Kohl wrote: > > I vote for replacing the existing module. Users who want to port existing > > documents should get the current rosdocs module and copy it to a safe > > place. > > I agree. Let's restart. The doc tree I proposed many years ago is too > complex. > I suggest two books: > > - tutorials > - reference If by tutorials you also mean technincal documents about ReactOS architecture, I agree. Otherwise, I think we should have one more book for these documents. - Casper ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Aliberti E. <ea...@io...> - 2001-10-04 20:46:55
|
Eric Kohl wrote: > I vote for replacing the existing module. Users who want to port existing > documents should get the current rosdocs module and copy it to a safe place. I agree. Let's restart. The doc tree I proposed many years ago is too complex. I suggest two books: - tutorials - reference ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Aliberti E. <ea...@io...> - 2001-10-04 20:15:07
|
>Hm sounds like a pretty funny tool that dumpbin, do you have an url to >download it or something like that? Other free tools that behave almost like dumpbin: ReactOS rosapps/sysutils/dumppe.c (by Sang Cho, http://www.geocities.com/siliconvalley/foothills/4078/). Lcc-Win32 dumppe.exe (http://www.cs.virginia.edu/~lcc-win32/). http://home.netcarrier.com/~fforest/mycode.html pedump by Tenth Planet Software et cetera... ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Phillip S. <ps...@cf...> - 2001-10-04 19:57:12
|
Did you forget to load hal.dll as the first module? At 03:32 PM 10/4/2001 +0200, you wrote: >I tried the cvs version and tried to load the kernel ide and vfat driver >from floppy disk instead of hd, and he loads every driver, and from the >moment he wants to switch to the kernel, the system reboots. > >j ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Phillip S. <ps...@cf...> - 2001-10-04 19:54:37
|
Dumpbin comes with MSVC, and I think also with the platform SDK that you can download from microsoft.com. I'm still looking for a GNU tool that does what MS's editbin utility does: bind imports and change the subsystem type of a PE image. At 09:41 PM 10/4/2001 +0200, you wrote: >>D:\Aliberti\bin>dumpbin /exports D:\bin\system32\msvcrt.dll | grep alloc >> 577 240 calloc (00003524) >> 658 291 malloc (000012B1) >> 680 2A7 realloc (0000361C) > >Hm sounds like a pretty funny tool that dumpbin, do you have an url to >download it or something like that? > >Thanks in advance, > >Michael. ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Michael Z. <mi...@za...> - 2001-10-04 19:45:50
|
> > >D:\Aliberti\bin>dumpbin /exports D:\bin\system32\msvcrt.dll | grep alloc > 577 240 calloc (00003524) > 658 291 malloc (000012B1) > 680 2A7 realloc (0000361C) > Hm sounds like a pretty funny tool that dumpbin, do you have an url to download it or something like that? Thanks in advance, Michael. ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: James T. <jim...@ad...> - 2001-10-04 18:35:22
|
Aliberti Emanuele wrote: > > >hacking around I found _alloca was missing. I added alloca to all the > >files it needed and noticed a error from linking in frames.o with _alloca > >from libgcc.a. WOW! So, my gcc build was missing more than just a header > > MSVCRT.DLL from MS does NOT export "_alloca": > > D:\Aliberti\bin>dumpbin /exports D:\bin\system32\msvcrt.dll | grep alloc > 577 240 calloc (00003524) > 658 291 malloc (000012B1) > 680 2A7 realloc (0000361C) > > D:\Aliberti\bin> Hi, I'm not sure what happened during the compiling of the gcc compiler. My original libgcc.a did not have the correct objects in it to be moved into ROS msvcrt.dll. I dumped the Windows version of libgcc and found _alloca. So, I just copied it over to my linux box. It worked, and ROS boots okay on my Windows 98 se box. Just look at previous posts, I do not know. I did exactly what the ROS GCC cross instructions said to do. Thanks, James ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: James T. <jim...@ad...> - 2001-10-04 18:26:36
|
Hi, Since I asked for anyone who had already build a tool set for compiling ROS on a Linux box. I don't mind posting a complete set on a ftp site. If anyone needs it, please let me know. Thanks, James ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Eric K. <ek...@rz...> - 2001-10-04 16:03:25
|
Jason Filby <jas...@ya...> wrote: > What are we going to do with the existing rosdocs in CVS? I would > like to store our XML/DocBook files in CVS now. Are we going to > replace the rosdocs module or create a new one? I vote for replacing the existing module. Users who want to port existing documents should get the current rosdocs module and copy it to a safe place. Just my 2 cents... - Eric ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Zeno K. <Gen...@we...> - 2001-10-04 16:00:28
|
yas we can make a little gui! anyone can help us! we must test many apps! then we can begin with a WinNT GUI clone! lets start! GenesisXG <ros...@re...> schrieb am 03.10.01: > <b>Warnung:</b><br>Der HTML-Inhalt der Mail enthielt aktive Elemente wie= Java, Javascript oder Formulare. <br>Diese Teile wurden aus Sicherheitsgr= =FCnden deaktiviert. M=F6glicherweise ist die Darstellung der Mail dadurch bee= intr=E4chtigt.<hr> <BR> <P><FONT SIZE=3D2>I'm still learning C so most of the= se have had very little changes.</FONT> <BR><FONT SIZE=3D2>I've attached a p= rogram manager clone. (thanks to Eric Kohl for fixing the resource isssues= )Icons dont work, plus I havent figured out how to get rid of the damn con= sole window when running any of the apps I've ported from wine.</FONT></P>= <P><FONT SIZE=3D2>attached are the other test apps just unzip them reactos= /apps</FONT> <BR><FONT SIZE=3D2>=A0</FONT> <BR><FONT SIZE=3D2>Zeno you want to h= elp me with porting the comcrtl and commdlg libs from wine=3F We need these = before we can have a working shell.</FONT></P> <BR> <BR> <BR> <BR> <P><FO= NT SIZE=3D2>-----Original Message-----</FONT> <BR><FONT SIZE=3D2>From: Zeno Ka= iser</FONT> <BR><FONT SIZE=3D2>To: ros...@re...</FONT> <BR><FONT S= IZE=3D2>Sent: 10/2/01 4:21 PM</FONT> <BR><FONT SIZE=3D2>Subject: [ros-kernel] = Re:=A0 RE: What we really need - Not explorer</FONT> </P> <P><FONT SIZE=3D2>w= e can write a litle shell for testing</FONT> <BR><FONT SIZE=3D2>i think that= s an good idea!</FONT> </P> <P><FONT SIZE=3D2>GenesisXG</FONT> </P> <BR> <= P><FONT SIZE=3D2><ros...@re...> schrieb am 02.10.01:</FONT> <BR><F= ONT SIZE=3D2>> I have a suggestion.</FONT> <BR><FONT SIZE=3D2>> </FONT> <BR><F= ONT SIZE=3D2>> There are numerous libraries floating around out there to sup= port</FONT> <BR><FONT SIZE=3D2>> VGA/SVGA graphics.</FONT> <BR><FONT SIZE=3D2>= > </FONT> <BR><FONT SIZE=3D2>> Why not write a GDI "front end" to one of tho= se (GPL/LGPL) libraries</FONT> <BR><FONT SIZE=3D2>> for now=3F It would not be= very efficient, but it would be a start.</FONT> <BR><FONT SIZE=3D2>Then</FO= NT> <BR><FONT SIZE=3D2>> you could gradually move more and more of the libra= ry code into the</FONT> <BR><FONT SIZE=3D2>GDI</FONT> <BR><FONT SIZE=3D2>> cal= ls to increase the efficiency, until eventually the system would be</FONT>= <BR><FONT SIZE=3D2>> fairly optimal.</FONT> <BR><FONT SIZE=3D2>> </FONT> <BR>= <FONT SIZE=3D2>> --- Michael Rich <alp...@al...> wrote:</FONT> <BR><F= ONT SIZE=3D2>> > > Trying to build a explorer replacement or even really thi= nk</FONT> <BR><FONT SIZE=3D2>> > > about it right now is kinda stupid when i= cant even run winhello</FONT> <BR><FONT SIZE=3D2>> > yet.</FONT> <BR><FONT = SIZE=3D2>> > > Steven Edwards</FONT> <BR><FONT SIZE=3D2>> > </FONT> <BR><FONT = SIZE=3D2>> > I agree with Steven on this issue.=A0 Too much focus is put on th= e</FONT> <BR><FONT SIZE=3D2>> > "pretty"</FONT> <BR><FONT SIZE=3D2>> > feature= s, probably mainly because folks who work on those parts can</FONT> <BR><F= ONT SIZE=3D2>> </FONT> <BR><FONT SIZE=3D2>> =3D=3D=3D=3D=3D</FONT> <BR><FONT SIZE=3D2>> =3D=3D= =3D=3D=3D=3D=3D</FONT> <BR><FONT SIZE=3D2>> Frank D. Engel, Jr.</FONT> <BR><FONT SIZE=3D= 2>> Please note my new address: fd...@ya...</FONT> <BR><FONT SIZE=3D2>>= </FONT> <BR><FONT SIZE=3D2>> =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F</FONT> <BR><FONT SIZE=3D2>> Do You Yahoo!=3F</FONT> <BR><FONT SIZE=3D2>> Li= sten to your Yahoo! Mail messages from any phone.</FONT> <BR><FONT SIZE=3D2>= > <A HREF=3D"http://phone.yahoo.com" TARGET=3D"=5Fblank">http://phone.yahoo.com<= /A></FONT> <BR><FONT SIZE=3D2>> </FONT> <BR><FONT SIZE=3D2>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</FONT> <BR><FONT SIZE=3D2>> =3D To remove = yourself from this mailing list, go to =3D</FONT> <BR><FONT SIZE=3D2>> =3D <A HR= EF=3D"http://www.reactos.com/home/mailing.html" TARGET=3D"=5Fblank">http://www.r= eactos.com/home/mailing.html</A>=A0=A0=A0=A0=A0=A0=A0=A0 =3D</FONT> <BR><FONT SIZE=3D2>> =3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</FONT> <BR><FONT SIZE=3D2>>=A0= </FONT> </P> <BR> <P><FONT SIZE=3D2>=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F</FONT> <BR><FONT SIZE=3D2>1.000.000 DM gew= innen - kostenlos tippen - <A HREF=3D"http://millionenklick.web.de" TARGET=3D"= =5Fblank">http://millionenklick.web.de</A></FONT> <BR><FONT SIZE=3D2>IhrName@w= eb.de, 8MB Speicher, Verschluesselung - <A HREF=3D"http://freemail.web.de" T= ARGET=3D"=5Fblank">http://freemail.web.de</A></FONT> </P> <BR> <P><FONT SIZE=3D= 2>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</FONT> <BR><FONT SI= ZE=3D2>=3D To remove yourself from this mailing list, go to =3D</FONT> <BR><FONT= SIZE=3D2>=3D <A HREF=3D"http://www.reactos.com/home/mailing.html" TARGET=3D"=5Fblan= k">http://www.reactos.com/home/mailing.html</A>=A0=A0=A0=A0=A0=A0=A0=A0 =3D</FONT> <BR><FONT= SIZE=3D2>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</FONT> </P> = <P><FONT FACE=3D"Arial" SIZE=3D2 COLOR=3D"#000000"></FONT>=A0 =20 =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F 1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de Ih...@we..., 8MB Speicher, Verschluesselung - http://freemail.web.de ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |
|
From: Zeno K. <Gen...@we...> - 2001-10-04 14:46:06
|
>Can the guy who posted the program manager alternative and >other apps please repost. I lost the email through no uncertain >terms. > >Thanks, >Walter Betreff: shell Von: genesisxg An: <ros...@re...> Datum: 01.10.01 16:49 erweiterten Header anzeigen shell news and informations: http://www.shellcity.net/ http://www.shellfront.org/ http://desktopian.org/shells.html http://desktopian.org/ http://desktopian.org/tinthms/pages/interphasethm.html some shell pages _______________________________________________________________________ 1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de Ih...@we..., 8MB Speicher, Verschluesselung - http://freemail.web.de ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |