home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractdev / archive / v01.n037 < prev    next >
Internet Message Format  |  2000-12-09  |  41KB

  1. From: owner-fractdev-digest@lists.xmission.com (fractdev-digest)
  2. To: fractdev-digest@lists.xmission.com
  3. Subject: fractdev-digest V1 #37
  4. Reply-To: fractdev-digest
  5. Sender: owner-fractdev-digest@lists.xmission.com
  6. Errors-To: owner-fractdev-digest@lists.xmission.com
  7. Precedence: bulk
  8.  
  9.  
  10. fractdev-digest       Saturday, December 9 2000       Volume 01 : Number 037
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Fri, 1 Dec 2000 19:37:52 -0600
  18. From: "Jonathan Osuch" <osuchj@qwest.net>
  19. Subject: Re: Fractint and Windows ME
  20.  
  21. Morgan,
  22.  
  23. > makefcfg doesn't know what to do
  24. > with my NVidia RIVA TNT, but that's okay, the default .cfg works fine
  25. > up to the card's maximum 1600x1200 res.
  26.  
  27. That's interesting!  I've never gotten NT to work at a resolution higher
  28. than 640x480.  And the setup I have available at work (an ati card) doesn't
  29. even do that.
  30.  
  31. Jonathan
  32.  
  33.  
  34.  
  35. - --------------------------------------------------------------
  36. Thanks for using Fractdev, The Fractint Developer's Discussion List
  37. Post Message:   fractdev@lists.xmission.com
  38. Get Commands:   majordomo@lists.xmission.com "help"
  39. Administrator:  twegner@fractint.org
  40. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  41.  
  42. ------------------------------
  43.  
  44. Date: Fri, 1 Dec 2000 19:31:54 -0600
  45. From: "Jonathan Osuch" <osuchj@qwest.net>
  46. Subject: Re: Fractint bugs of the month
  47.  
  48. I have a fix for the bug with type=circle and inside=startrail.  Bit of a
  49. brut force solution.  If type=circle and inside is set to startrail, it is
  50. now reset to 0.
  51.  
  52. I finally remembered to add my fix for Xfractint that corrects a problem
  53. with the cellular type.  If you used the space bar with cellular you'd get a
  54. segmentation fault.
  55.  
  56. While I was mucking about with Xfractint this week I noticed that trying to
  57. use the <2> screen (or <@>) results in a segmentation fault.  This is one of
  58. those problems I have fixed in my Allegro port.  I'll try to remember to
  59. look at what I did.
  60.  
  61. Jonathan
  62.  
  63.  
  64.  
  65. - --------------------------------------------------------------
  66. Thanks for using Fractdev, The Fractint Developer's Discussion List
  67. Post Message:   fractdev@lists.xmission.com
  68. Get Commands:   majordomo@lists.xmission.com "help"
  69. Administrator:  twegner@fractint.org
  70. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  71.  
  72. ------------------------------
  73.  
  74. Date: Sat, 02 Dec 2000 02:52:41 -0600
  75. From: "Scott D. Boyd" <sdboyd56@swbell.net>
  76. Subject: Re: Proposal for restructuring of Xfractint's Makefile
  77.  
  78. On Friday 01 December 2000 20:02, you wrote:
  79. >
  80. > Hmm, your having said that reminds me that I've changed the Makefile I use
  81. > to compile the source in the current directory and put the executable there
  82. > as well.  That is also the Makefile that is in the developer's version of
  83. > the Xfractint source, since I have forgotten completely about replacing it
  84. > with the Makefile out of the last official release.  Oops!
  85. >
  86. I looked at the Makefile in some old Xfractint source packages. In the oldest 
  87. one I had (20.0.8): SRCDIR=/usr/src/xfractint. I see where you changed that 
  88. to SRCDIR=. in version 20.1.03. Did you realize that some versions didn't 
  89. even contain a Makefile? It was missing from at least 20.0.15 and 20.1.0, 
  90. maybe more. 
  91. >
  92. > The problem is getting Xfractint to look in two different directories.  One
  93. > can be set in sstools.ini.  The other, at this time, would have to be hard
  94. > coded.  This may already be the case, since I mucked up my Makefile a long
  95. > time ago.
  96. >
  97. The Makefile just uses SRCDIR variable for installing the files, so I would 
  98. hazard a guess that the directory to search thru is hard-coded somewhere in 
  99. the source code. (I haven't looked at the souce code in earnest in a long 
  100. time...) But I'll look into that.
  101.  
  102. >
  103. > I'm all for that.  Give some thought to Makefile settings for developer's
  104. > and perhaps to a system administrator.  
  105. Will do!
  106.  
  107. Scott
  108. - -- 
  109. sdboyd56@swbell.net
  110. http://home.swbell.net/sdboyd56/
  111.  
  112. - --------------------------------------------------------------
  113. Thanks for using Fractdev, The Fractint Developer's Discussion List
  114. Post Message:   fractdev@lists.xmission.com
  115. Get Commands:   majordomo@lists.xmission.com "help"
  116. Administrator:  twegner@fractint.org
  117. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  118.  
  119. ------------------------------
  120.  
  121. Date: Sat, 2 Dec 2000 06:46:46 -0600
  122. From: "Jonathan Osuch" <osuchj@qwest.net>
  123. Subject: Re: Proposal for restructuring of Xfractint's Makefile
  124.  
  125. Scott,
  126.  
  127. > I looked at the Makefile in some old Xfractint source packages. In the
  128. oldest
  129. > one I had (20.0.8): SRCDIR=/usr/src/xfractint. I see where you changed
  130. that
  131. > to SRCDIR=. in version 20.1.03. Did you realize that some versions didn't
  132. > even contain a Makefile? It was missing from at least 20.0.15 and 20.1.0,
  133. > maybe more.
  134.  
  135. That would be my doing, also.  I need to work on automating the process of
  136. zipping up the source files.
  137.  
  138. Jonathan
  139.  
  140.  
  141.  
  142. - --------------------------------------------------------------
  143. Thanks for using Fractdev, The Fractint Developer's Discussion List
  144. Post Message:   fractdev@lists.xmission.com
  145. Get Commands:   majordomo@lists.xmission.com "help"
  146. Administrator:  twegner@fractint.org
  147. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  148.  
  149. ------------------------------
  150.  
  151. Date: Sat, 02 Dec 2000 11:17:53 -0600
  152. From: Tim Wegner <twegner@swbell.net>
  153. Subject: Re: Updated float only and xfractint
  154.  
  155. A week ago Jonathan wrote:
  156.  
  157. > We need to think about how we want to archive these sources.  
  158. > Either put
  159. > them in subdirectories of /ftp (public) or put them under /fractint
  160. > (private).  My preference would be for putting them under /fractint to keep
  161. > them private, but I don't have any good reason to do it that way.
  162.  
  163. I just downloaded everything at the web site. The files directory is 
  164. getting very cluttered, I think I'll move the old stuff to a subdirectory 
  165. to make it easier to find the current files.
  166.  
  167. As far as the experimental code is concerned, given the much 
  168. lower profile of our project, I see little or no reason to keep even 
  169. very rough sources private as long as they are well marked. I know 
  170. you have expressed the preference to keep them private, which is 
  171. OK with me. However if you change your mind, we could make 
  172. another subdirectory for experimental stuff.
  173.  
  174. You may be taking the brunt of maintenance requests these days. 
  175. If this is a problem for you, this is the one reason I see for keeping 
  176. the code private (to prevent getting maintenance queries about the 
  177. code). Otherwise, public is better, you never know when some 
  178. curious but shy soul who could help might download it and 
  179. contribute, though they might never ask for it. And with busy 
  180. people like Rich, he needs to be able to get his hands on it while 
  181. he's thinking about it :-)
  182.  
  183. Since you are doing the lion's share of the work these days, this is 
  184. your call.
  185.  
  186. Tim
  187.  
  188.  
  189. - --------------------------------------------------------------
  190. Thanks for using Fractdev, The Fractint Developer's Discussion List
  191. Post Message:   fractdev@lists.xmission.com
  192. Get Commands:   majordomo@lists.xmission.com "help"
  193. Administrator:  twegner@fractint.org
  194. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  195.  
  196. ------------------------------
  197.  
  198. Date: Sat, 02 Dec 2000 11:17:53 -0600
  199. From: Tim Wegner <twegner@swbell.net>
  200. Subject: Re: Formula parser
  201.  
  202. Jonathan wrote:
  203.  
  204. > I tried to compile/assemble the compiler version of the formula parser and
  205. > it will no longer assemble.  The ALTER_RET_ADDR macro in parsera.asm tries
  206. > to push the address of past_loop, which isn't defined anywhere.
  207.  
  208. When I first read this note last week, I had misunderstood what 
  209. you were talking about. Now I see. You are referring to the define 
  210. that changes the formula parser to self-modifying code. For those 
  211. that don't know, the virtuoso Intel assembler programmer Chuck 
  212. Ebbert placed some defines in the fractint formular parser code that 
  213. essentially "compiles" the formula code in a buffer. This increases 
  214. the speed even more. When you run a formula, Fractint just 
  215. executes the code in the buffer.
  216.  
  217. There are lots of reasons we never used this code.
  218.  
  219. 1. Chuck is the only one who understands it.
  220. 2. The code is dangerous since there are not good protections 
  221. against the compiled code overflowing the buffer.
  222. 3. If memory serves, it was not that much faster than the regular 
  223. assembler parser anyway. 
  224.  
  225. I believe Chuck himself was of the opinion that this was not a good 
  226. idea. As far as I am concerned, we can edit out any compiler-
  227. specific code. The parser assembler (non-compiler version) has a 
  228. very limited future anyway. It is possible we could port the 
  229. assembler to Linux assembler (I am not opposed to this though 
  230. last time "assembler" and "Linux" were mentioned in the same 
  231. breath here, we got howls of protest :-), but if we don't port the 
  232. code, it does not have a future.
  233.  
  234. Tim
  235.  
  236.  
  237. - --------------------------------------------------------------
  238. Thanks for using Fractdev, The Fractint Developer's Discussion List
  239. Post Message:   fractdev@lists.xmission.com
  240. Get Commands:   majordomo@lists.xmission.com "help"
  241. Administrator:  twegner@fractint.org
  242. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  243.  
  244. ------------------------------
  245.  
  246. Date: Sat, 2 Dec 2000 13:15:16 -0600
  247. From: "Jonathan Osuch" <osuchj@qwest.net>
  248. Subject: Re: Updated float only and xfractint
  249.  
  250. Tim,
  251.  
  252. > As far as the experimental code is concerned, given the much
  253. > lower profile of our project, I see little or no reason to keep even
  254. > very rough sources private as long as they are well marked. I know
  255. > you have expressed the preference to keep them private, which is
  256. > OK with me. However if you change your mind, we could make
  257. > another subdirectory for experimental stuff.
  258.  
  259. Okay.  I need to zip the latest Allegro source and then upload it.
  260. Complaints about not being able to save truecolor images will fall on very
  261. deaf ears.
  262.  
  263. > You may be taking the brunt of maintenance requests these days.
  264. > If this is a problem for you, this is the one reason I see for keeping
  265. > the code private (to prevent getting maintenance queries about the
  266. > code).
  267.  
  268. The major problem I have is trying to keep four code bases synched.  And,
  269. there is a fifth that should be kept up to date (the Xfractint float only).
  270.  
  271. I recall Robin saying he had an addition that needed to go into Xfractint,
  272. but wouldn't work with Fractint.
  273.  
  274. > Since you are doing the lion's share of the work these days, this is
  275. > your call.
  276.  
  277. Let's try it.
  278.  
  279. Jonathan
  280.  
  281.  
  282.  
  283. - --------------------------------------------------------------
  284. Thanks for using Fractdev, The Fractint Developer's Discussion List
  285. Post Message:   fractdev@lists.xmission.com
  286. Get Commands:   majordomo@lists.xmission.com "help"
  287. Administrator:  twegner@fractint.org
  288. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  289.  
  290. ------------------------------
  291.  
  292. Date: Sat, 2 Dec 2000 13:21:22 -0600
  293. From: "Jonathan Osuch" <osuchj@qwest.net>
  294. Subject: Re: Formula parser
  295.  
  296. Tim,
  297.  
  298. > The parser assembler (non-compiler version) has a 
  299. > very limited future anyway. It is possible we could port the 
  300. > assembler to Linux assembler (I am not opposed to this though 
  301. > last time "assembler" and "Linux" were mentioned in the same 
  302. > breath here, we got howls of protest :-), but if we don't port the 
  303. > code, it does not have a future.
  304.  
  305. True, but we could use the ideas in it to 'optimize' the C code.
  306.  
  307. Jonathan
  308.  
  309.  
  310.  
  311. - --------------------------------------------------------------
  312. Thanks for using Fractdev, The Fractint Developer's Discussion List
  313. Post Message:   fractdev@lists.xmission.com
  314. Get Commands:   majordomo@lists.xmission.com "help"
  315. Administrator:  twegner@fractint.org
  316. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  317.  
  318. ------------------------------
  319.  
  320. Date: Sat, 02 Dec 2000 15:20:57 -0600
  321. From: "Scott D. Boyd" <sdboyd56@swbell.net>
  322. Subject: Error mesg while saving image in Xfractint
  323.  
  324. Jonathan,
  325.  
  326. While playing around with Xfractint 20.1.03 to see where gif and par files 
  327. get saved, I got this error message when I pressed 's' to save image to file:
  328.  
  329. Saving to:
  330. test04.gif
  331.                Warning: loadfile miscount on fractal_info structure.
  332.                                                                     
  333. Components add up to 502 bytes, but FRACTAL_INFO_SIZE = 504
  334. Saving done
  335.  
  336. It still saved it though. I thought it *may* be due to the fact I was running 
  337. it under X in 24-bit color. So I tried running Xfractint from the command 
  338. line with -disk mode, and got the same error message, yet the fractal image 
  339. came out fine.
  340.  
  341. Scott Boyd
  342. - -- 
  343. sdboyd56@swbell.net
  344. http://home.swbell.net/sdboyd56/
  345. - --------------------------------
  346. A computer without a Microsoft operating system
  347. is like a dog without bricks tied to it's head.
  348.  
  349. - --------------------------------------------------------------
  350. Thanks for using Fractdev, The Fractint Developer's Discussion List
  351. Post Message:   fractdev@lists.xmission.com
  352. Get Commands:   majordomo@lists.xmission.com "help"
  353. Administrator:  twegner@fractint.org
  354. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  355.  
  356. ------------------------------
  357.  
  358. Date: Sat, 02 Dec 2000 14:44:45 -0700
  359. From: Phil McRevis <legalize@xmission.com>
  360. Subject: Re: Updated float only and xfractint 
  361.  
  362. In article <002401c05c95$27b91f60$0100a8c0@bananasenior>,
  363.     "Jonathan Osuch" <osuchj@qwest.net>  writes:
  364.  
  365. > The major problem I have is trying to keep four code bases synched.  And,
  366. > there is a fifth that should be kept up to date (the Xfractint float only).
  367.  
  368. Sounds like its time to integrate CVS in there somewhere.  It can
  369. make tracking these things easier.
  370. - --
  371. Ask me about my upcoming book on Direct3D from Addison-Wesley!
  372. <http://www.xmission.com/~legalize/>    Legalize Adulthood!
  373.     ``Ain't it funny that they all fire the pistol,     
  374.       at the wrong end of the race?''--PDBT     
  375. legalize@xmission.com    <http://www.xmission.com/~legalize/who/>
  376.  
  377. - --------------------------------------------------------------
  378. Thanks for using Fractdev, The Fractint Developer's Discussion List
  379. Post Message:   fractdev@lists.xmission.com
  380. Get Commands:   majordomo@lists.xmission.com "help"
  381. Administrator:  twegner@fractint.org
  382. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  383.  
  384. ------------------------------
  385.  
  386. Date: Sat, 2 Dec 2000 16:10:22 -0600
  387. From: "Jonathan Osuch" <osuchj@qwest.net>
  388. Subject: Re: Error mesg while saving image in Xfractint
  389.  
  390. Scott,
  391.  
  392. > While playing around with Xfractint 20.1.03 to see where gif and par files
  393. > get saved, I got this error message when I pressed 's' to save image to
  394. file:
  395.  
  396. Yes, that's because there are some differences in how Xfractint handles gif
  397. files.  They are hard coded.  I'll fix it.
  398.  
  399. Jonathan
  400.  
  401.  
  402.  
  403. - --------------------------------------------------------------
  404. Thanks for using Fractdev, The Fractint Developer's Discussion List
  405. Post Message:   fractdev@lists.xmission.com
  406. Get Commands:   majordomo@lists.xmission.com "help"
  407. Administrator:  twegner@fractint.org
  408. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  409.  
  410. ------------------------------
  411.  
  412. Date: Sat, 02 Dec 2000 17:01:02 -0600
  413. From: Tim Wegner <twegner@swbell.net>
  414. Subject: "ftp" site reorganized
  415.  
  416. Ok, I reorganized the website "ftp" directory. (Really an html 
  417. directory, since anonymous ftp is not allowed.)
  418.  
  419. You will see that there is an "unstable" directory for your weird 
  420. stuff, assuming you have anything that qualifies. :-) Let me know if 
  421. any problems, or if anything needs to be changed. 
  422.  
  423. See also how the web page refers to the directories.
  424.  
  425. Tim
  426.  
  427.  
  428. - --------------------------------------------------------------
  429. Thanks for using Fractdev, The Fractint Developer's Discussion List
  430. Post Message:   fractdev@lists.xmission.com
  431. Get Commands:   majordomo@lists.xmission.com "help"
  432. Administrator:  twegner@fractint.org
  433. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  434.  
  435. ------------------------------
  436.  
  437. Date: Sat, 2 Dec 2000 20:42:36 -0600
  438. From: "Jonathan Osuch" <osuchj@qwest.net>
  439. Subject: Re: "ftp" site reorganized
  440.  
  441. Tim,
  442.  
  443. The web page doesn't work.  The directories don't have the correct
  444. permissions set.  I tried to set them, but couldn't.  Damien must have to do
  445. it.
  446.  
  447. Jonathan
  448.  
  449.  
  450.  
  451.  
  452. - --------------------------------------------------------------
  453. Thanks for using Fractdev, The Fractint Developer's Discussion List
  454. Post Message:   fractdev@lists.xmission.com
  455. Get Commands:   majordomo@lists.xmission.com "help"
  456. Administrator:  twegner@fractint.org
  457. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  458.  
  459. ------------------------------
  460.  
  461. Date: Sat, 02 Dec 2000 20:58:07 -0600
  462. From: Tim Wegner <twegner@swbell.net>
  463. Subject: Re: "ftp" site reorganized
  464.  
  465. > The web page doesn't work.  The directories don't have the correct
  466. > permissions set.  I tried to set them, but couldn't.  Damien must have to do
  467. > it.
  468.  
  469. No, I did a chmod with the wrong value. It should be OK now.
  470.  
  471. Tim
  472.  
  473.  
  474. - --------------------------------------------------------------
  475. Thanks for using Fractdev, The Fractint Developer's Discussion List
  476. Post Message:   fractdev@lists.xmission.com
  477. Get Commands:   majordomo@lists.xmission.com "help"
  478. Administrator:  twegner@fractint.org
  479. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  480.  
  481. ------------------------------
  482.  
  483. Date: Sat, 2 Dec 2000 21:13:46 -0600
  484. From: "Jonathan Osuch" <osuchj@qwest.net>
  485. Subject: Re: "ftp" site reorganized
  486.  
  487. > It should be OK now.
  488.  
  489. Yes, it is.  One other thing, the whatsnew.txt file needs to be updated and
  490. its permissions need to be changed.
  491.  
  492. Jonathan
  493.  
  494.  
  495.  
  496. - --------------------------------------------------------------
  497. Thanks for using Fractdev, The Fractint Developer's Discussion List
  498. Post Message:   fractdev@lists.xmission.com
  499. Get Commands:   majordomo@lists.xmission.com "help"
  500. Administrator:  twegner@fractint.org
  501. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  502.  
  503. ------------------------------
  504.  
  505. Date: Sat, 02 Dec 2000 21:09:37 -0600
  506. From: "Scott D. Boyd" <sdboyd56@swbell.net>
  507. Subject: Re: "ftp" site reorganized
  508.  
  509. On Saturday 02 December 2000 20:42, Jonathan wrote:
  510. > Tim,
  511. >
  512. > The web page doesn't work.  The directories don't have the correct
  513. > permissions set.  I tried to set them, but couldn't.  Damien must have to
  514. > do it.
  515. >
  516. > Jonathan
  517. >
  518. It's working OK for me at 9:05pm CST. I was even able to type in the URL for 
  519. the `unstable' directory and viewed the directory contents. 
  520.  
  521. Scott
  522. - -- 
  523. sdboyd56@swbell.net
  524. http://home.swbell.net/sdboyd56/
  525.  
  526. - --------------------------------------------------------------
  527. Thanks for using Fractdev, The Fractint Developer's Discussion List
  528. Post Message:   fractdev@lists.xmission.com
  529. Get Commands:   majordomo@lists.xmission.com "help"
  530. Administrator:  twegner@fractint.org
  531. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  532.  
  533. ------------------------------
  534.  
  535. Date: Sat, 02 Dec 2000 22:00:31 -0600
  536. From: Tim Wegner <twegner@swbell.net>
  537. Subject: Re: "ftp" site reorganized
  538.  
  539. > Yes, it is.  One other thing, the whatsnew.txt file needs to be updated and
  540. > its permissions need to be changed.
  541.  
  542. I fixed the permissions of whatsnew.txt but haven't updated it.
  543.  
  544. Tim
  545.  
  546.  
  547. - --------------------------------------------------------------
  548. Thanks for using Fractdev, The Fractint Developer's Discussion List
  549. Post Message:   fractdev@lists.xmission.com
  550. Get Commands:   majordomo@lists.xmission.com "help"
  551. Administrator:  twegner@fractint.org
  552. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  553.  
  554. ------------------------------
  555.  
  556. Date: Sat, 02 Dec 2000 22:44:20 -0600
  557. From: Tim Wegner <twegner@swbell.net>
  558. Subject: Re: "ftp" site reorganized
  559.  
  560. >From osuchj@qwest.net Sat Dec 02 20:15:28 2000
  561. Received: from [209.181.204.1] (helo=cdrrpop1.cdrr.uswest.net)
  562.     by lists.xmission.com with smtp (Exim 2.12 #2)
  563.     id 142Pce-0002ZA-00
  564.     for fractdev@lists.xmission.com; Sat, 2 Dec 2000 20:15:28 -0700
  565. Received: (qmail 16458 invoked by alias); 3 Dec 2000 03:15:25 -0000
  566. Delivered-To: fixup-fractdev@lists.xmission.com@fixme
  567. Received: (qmail 16447 invoked by uid 0); 3 Dec 2000 03:15:25 -0000
  568. Received: from cdslppp4.cdrr.uswest.net (HELO bananasenior) (209.181.213.4)
  569.   by cdrrpop1.cdrr.uswest.net with SMTP; 3 Dec 2000 03:15:25 -0000
  570. Message-ID: <000701c05cd7$788ceec0$0100a8c0@bananasenior>
  571. From: "Jonathan Osuch" <osuchj@qwest.net>
  572. To: <fractdev@lists.xmission.com>
  573. References: <E142NUG-0000RH-00@lists.xmission.com>
  574. Subject: Re: "ftp" site reorganized
  575. Date: Sat, 2 Dec 2000 21:16:44 -0600
  576. MIME-Version: 1.0
  577. Content-Type: text/plain;
  578.     charset="iso-8859-1"
  579. Content-Transfer-Encoding: 7bit
  580. X-Priority: 3
  581. X-MSMail-Priority: Normal
  582. X-Mailer: Microsoft Outlook Express 5.50.4133.2400
  583. X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
  584.  
  585. > See also how the web page refers to the directories.
  586.  
  587. You really have to know of the existence of the unstable stuff.  The web
  588. page doesn't mention or link to the directory.
  589.  
  590. Jonathan
  591.  
  592.  
  593.  
  594. - ------- End of forwarded message -------
  595.  
  596. - --------------------------------------------------------------
  597. Thanks for using Fractdev, The Fractint Developer's Discussion List
  598. Post Message:   fractdev@lists.xmission.com
  599. Get Commands:   majordomo@lists.xmission.com "help"
  600. Administrator:  twegner@fractint.org
  601. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  602.  
  603. ------------------------------
  604.  
  605. Date: Sat, 02 Dec 2000 22:44:20 -0600
  606. From: Tim Wegner <twegner@swbell.net>
  607. Subject: Re: "ftp" site reorganized
  608.  
  609. Jonathan, if you'd like a link to the u_n_s_t_a_b_l_e stuff on the 
  610. web page I can add it. I just thought no point in advertising it. It is 
  611. easy enough to find. On the other hand, if I mentioned it, I could 
  612. explain what it is.
  613.  
  614. BTW majordomo doesn't like the word "u_n_s_t_a_b_l_e". If it sees 
  615. u_n_s* it thinks you are u_n_s_ubscribing and bounces the 
  616. message.  As you see, it can be easily defeated, and you can use 
  617. forbidden words in messages :-)
  618.  
  619. Tim
  620.  
  621.  
  622. - --------------------------------------------------------------
  623. Thanks for using Fractdev, The Fractint Developer's Discussion List
  624. Post Message:   fractdev@lists.xmission.com
  625. Get Commands:   majordomo@lists.xmission.com "help"
  626. Administrator:  twegner@fractint.org
  627. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  628.  
  629. ------------------------------
  630.  
  631. Date: Sun, 3 Dec 2000 07:39:34 -0600
  632. From: "Jonathan Osuch" <osuchj@qwest.net>
  633. Subject: Re: "ftp" site reorganized
  634.  
  635. Tim,
  636.  
  637. > Jonathan, if you'd like a link to the u_n_s_t_a_b_l_e stuff on the
  638. > web page I can add it. I just thought no point in advertising it. It is
  639. > easy enough to find. On the other hand, if I mentioned it, I could
  640. > explain what it is.
  641.  
  642. We should probably change its name, considering how much trouble it will be
  643. to use it in messages.  Perhaps "veryunstable"?  Assuming that majordomo is
  644. looking at the first few letters of a word.
  645.  
  646. It may be appropriate to have separate directories for the DOS and Linux
  647. sources/executables.  I am going to start including more files in the
  648. development executable to cut down on the complaints about not being able to
  649. find fractint.cfg.
  650.  
  651. I am also thinking about going back to the stable version 3.12 version of
  652. Allegro.  Since it is still available and the WIP version I started with
  653. isn't.
  654.  
  655. I'll put a partial dif of patch 4 in the fractint directory since I don't
  656. think I'll have a chance to get it ready for release this morning.  It
  657. should be ready next Friday evening.
  658.  
  659. I'm also considering bringing the Xfractint float only code up to the latest
  660. patch.
  661.  
  662. It could be a very busy week.
  663.  
  664. Jonathan
  665.  
  666.  
  667.  
  668. - --------------------------------------------------------------
  669. Thanks for using Fractdev, The Fractint Developer's Discussion List
  670. Post Message:   fractdev@lists.xmission.com
  671. Get Commands:   majordomo@lists.xmission.com "help"
  672. Administrator:  twegner@fractint.org
  673. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  674.  
  675. ------------------------------
  676.  
  677. Date: Sun, 03 Dec 2000 09:39:50 -0600
  678. From: Tim Wegner <twegner@swbell.net>
  679. Subject: Re: "ftp" site reorganized
  680.  
  681. Jonathan wrote:
  682.  
  683. > We should probably change its name, considering how much trouble it will be
  684. > to use it in messages.  Perhaps "veryunstable"?  Assuming that majordomo is
  685. > looking at the first few letters of a word.
  686.  
  687. A very sane suggestion :-) OK, I'll come up with something.
  688.  
  689. > It may be appropriate to have separate directories for the DOS and Linux
  690. > sources/executables.  I am going to start including more files in the
  691. > development executable to cut down on the complaints about not being able to
  692. > find fractint.cfg.
  693.  
  694. OK, I'll do this too. Perhaps we need to make a shared 
  695. subdirectory structure under current,  veryunstable (or whatever), 
  696. and release.
  697.  
  698. Tim
  699.  
  700.  
  701. - --------------------------------------------------------------
  702. Thanks for using Fractdev, The Fractint Developer's Discussion List
  703. Post Message:   fractdev@lists.xmission.com
  704. Get Commands:   majordomo@lists.xmission.com "help"
  705. Administrator:  twegner@fractint.org
  706. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  707.  
  708. ------------------------------
  709.  
  710. Date: Sun, 03 Dec 2000 11:29:20 -0600
  711. From: Tim Wegner <twegner@swbell.net>
  712. Subject: Re: "ftp" site reorganized
  713.  
  714. > We should probably change its name, considering how much trouble it will be
  715. > to use it in messages.  Perhaps "veryunstable"? 
  716.  
  717. I changed it to experimental. Do you want a mention on the web 
  718. page?
  719.  
  720. > It may be appropriate to have separate directories for the DOS and Linux
  721. > sources/executables. 
  722.  
  723. Done. Feel free to change what I did or ask me to. If any problems, 
  724. let me know.
  725.  
  726. Perhaps more than one patch file should be included under 
  727. "current", but what I have now will work.
  728.  
  729. I moved some of Robin's old html files into a private subdirectory 
  730. where he can get them.
  731.  
  732. Tim
  733.  
  734.  
  735.  
  736.  
  737. - --------------------------------------------------------------
  738. Thanks for using Fractdev, The Fractint Developer's Discussion List
  739. Post Message:   fractdev@lists.xmission.com
  740. Get Commands:   majordomo@lists.xmission.com "help"
  741. Administrator:  twegner@fractint.org
  742. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  743.  
  744. ------------------------------
  745.  
  746. Date: Sun, 3 Dec 2000 12:53:25 -0600
  747. From: "Jonathan Osuch" <osuchj@qwest.net>
  748. Subject: Re: "ftp" site reorganized
  749.  
  750. > I changed it to experimental. Do you want a mention on the web
  751. > page?
  752.  
  753. Yes.
  754.  
  755. > Done. Feel free to change what I did or ask me to. If any problems,
  756. > let me know.
  757.  
  758. It looks good.  Separating the old files would probably be good, also.
  759.  
  760. > Perhaps more than one patch file should be included under
  761. > "current", but what I have now will work.
  762.  
  763. Yes.  Also, it might be useful to add the release number to the release
  764. directory.
  765.  
  766. Jonathan
  767.  
  768.  
  769.  
  770. - --------------------------------------------------------------
  771. Thanks for using Fractdev, The Fractint Developer's Discussion List
  772. Post Message:   fractdev@lists.xmission.com
  773. Get Commands:   majordomo@lists.xmission.com "help"
  774. Administrator:  twegner@fractint.org
  775. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  776.  
  777. ------------------------------
  778.  
  779. Date: Fri, 8 Dec 2000 19:40:51 -0600
  780. From: "Jonathan Osuch" <osuchj@qwest.net>
  781. Subject: Uploading to ftp site
  782.  
  783. Tim,
  784.  
  785. I am unable to upload to /ftp/current/dos.  So I put patch 4 and its
  786. executables in /ftp/current.  The permissions are the same for the two
  787. directories but I still got a permission error when trying to upload to the
  788. dos directory.
  789.  
  790. Jonathan
  791.  
  792.  
  793.  
  794. - --------------------------------------------------------------
  795. Thanks for using Fractdev, The Fractint Developer's Discussion List
  796. Post Message:   fractdev@lists.xmission.com
  797. Get Commands:   majordomo@lists.xmission.com "help"
  798. Administrator:  twegner@fractint.org
  799. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  800.  
  801. ------------------------------
  802.  
  803. Date: Fri, 08 Dec 2000 22:48:45 -0600
  804. From: "Scott D. Boyd" <sdboyd56@swbell.net>
  805. Subject: Xfractint man page updates
  806.  
  807. Jonathan,
  808.  
  809. I will be working on updating Xfractint's man page within the next 24 hrs. I 
  810. need some advise about how to write the last part of it.
  811.  
  812. Currently it says:
  813. Xfractint was updated to Fractint 19.5 by Tim Wegner (twegner@phoenix.net)    
  814. under Linux 2.0. Please report updates for other platforms to Tim Wegner.     
  815. The primary authors of Fractint 19.5 are:
  816. Bert Tyler       [73477,433] (CompuServe) bert_tyler@compuserve.com 
  817. Timothy Wegner   [71320,675]  twegner@phoenix.net        
  818. Jonathan Osuch   [73277,1432]  73277.1432@compuserve.com        
  819. Wesley Loewer   loewer@tenet.edu 
  820.  
  821. As you can see, it says version 19.5. How should I word the first line to 
  822. properly give credit for the current ver? What is the current version of 
  823. Xfractint? (There is no "official release" in the ftp/release20.0/linux 
  824. directory.) What about the primary authors of ver. 20.0? (The last current 
  825. release?) Since this man page only works with Xfractint, should I use a 
  826. different version number in the manpage credits?  Who should now get report 
  827. updates for other platforms?
  828.  
  829. I'm so confused!!  8-)
  830.  
  831. Scott Boyd
  832.  
  833. P.S.  I just noticed something... You were right - The manpage is *way* out 
  834. of date!  re: The last copyright year is 1997, and some email addresses are 
  835. no longer valid.....
  836.  
  837. - -- 
  838. sdboyd56@swbell.net
  839. http://home.swbell.net/sdboyd56/
  840. - --------------------------------
  841. A computer without a Microsoft operating system
  842. is like a dog without bricks tied to it's head.
  843.  
  844. - --------------------------------------------------------------
  845. Thanks for using Fractdev, The Fractint Developer's Discussion List
  846. Post Message:   fractdev@lists.xmission.com
  847. Get Commands:   majordomo@lists.xmission.com "help"
  848. Administrator:  twegner@fractint.org
  849. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  850.  
  851. ------------------------------
  852.  
  853. Date: Sat, 9 Dec 2000 07:11:07 -0600
  854. From: "Jonathan Osuch" <osuchj@qwest.net>
  855. Subject: Use of relative paths
  856.  
  857. Tim,
  858.  
  859. If you use the current directory to set up the path to files and provide a
  860. file name at the same time, Fractint appends fractint.xxx to it and then
  861. can't find the correct file (duh!).
  862.  
  863. For example:
  864. formulafile=./frm/fract200.frm
  865.  
  866. will give you a complete path of:
  867.  
  868. c:\fractint\mem\frm\fract200.frm\fractint.frm
  869.  
  870. Which, of course, doesn't work.
  871.  
  872. This looks like a problem with splitpath() as it is used in
  873. merge_pathnames() in PROMPTS2.C.  I don't see how it occurs, yet.
  874.  
  875. Jonathan
  876.  
  877.  
  878.  
  879. - --------------------------------------------------------------
  880. Thanks for using Fractdev, The Fractint Developer's Discussion List
  881. Post Message:   fractdev@lists.xmission.com
  882. Get Commands:   majordomo@lists.xmission.com "help"
  883. Administrator:  twegner@fractint.org
  884. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  885.  
  886. ------------------------------
  887.  
  888. Date: Sat, 9 Dec 2000 06:57:23 -0600
  889. From: "Jonathan Osuch" <osuchj@qwest.net>
  890. Subject: Re: Xfractint man page updates
  891.  
  892. Scott,
  893.  
  894. > Xfractint was updated to Fractint 19.5 by Tim Wegner (twegner@phoenix.net)
  895. > under Linux 2.0. Please report updates for other platforms to Tim Wegner.
  896. > The primary authors of Fractint 19.5 are:
  897. > Bert Tyler       [73477,433] (CompuServe) bert_tyler@compuserve.com
  898. > Timothy Wegner   [71320,675]  twegner@phoenix.net
  899. > Jonathan Osuch   [73277,1432]  73277.1432@compuserve.com
  900. > Wesley Loewer   loewer@tenet.edu
  901.  
  902. Are you distributing the patched developer's version or the last "official"
  903. release?  The last "official" release was done by Tim, the last developer's
  904. version by myself.  You can use the list of primary authors that is in
  905. help5.src.  The email addresses should be correct.
  906.  
  907. > (There is no "official release" in the ftp/release20.0/linux directory.)
  908. > Since this man page only works with Xfractint, should I use a
  909. > different version number in the manpage credits?
  910.  
  911. I'll fix that.  The last official release was 3.10, but since then we have
  912. switched the numbering scheme to match that of Fractint.  So it is now
  913. appropriate to use the Fractint version number.
  914.  
  915. > Who should now get report updates for other platforms?
  916.  
  917. I'd like to leave that in Tim's capable hands.  8-))
  918.  
  919. Jonathan
  920.  
  921.  
  922.  
  923. - --------------------------------------------------------------
  924. Thanks for using Fractdev, The Fractint Developer's Discussion List
  925. Post Message:   fractdev@lists.xmission.com
  926. Get Commands:   majordomo@lists.xmission.com "help"
  927. Administrator:  twegner@fractint.org
  928. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  929.  
  930. ------------------------------
  931.  
  932. Date: Sat, 09 Dec 2000 11:15:33 -0600
  933. From: "Scott D. Boyd" <sdboyd56@swbell.net>
  934. Subject: Re: Xfractint man page updates
  935.  
  936. On Saturday 09 December 2000 06:57, you wrote:
  937.  
  938. > Are you distributing the patched developer's version or the last "official"
  939. > release?  The last "official" release was done by Tim, the last developer's
  940. > version by myself.  
  941.  
  942. I am making the changes in Xfractint 20.1.03 - in conjunction with the 
  943. changes I had proposed a couple of weeks ago. I am not distributing the 
  944. changes, rather they will be submitted to you for your approval, along with 
  945. an explanation of changes.
  946.  
  947. Scott
  948. - -- 
  949. sdboyd56@swbell.net
  950. http://home.swbell.net/sdboyd56/
  951.  
  952. - --------------------------------------------------------------
  953. Thanks for using Fractdev, The Fractint Developer's Discussion List
  954. Post Message:   fractdev@lists.xmission.com
  955. Get Commands:   majordomo@lists.xmission.com "help"
  956. Administrator:  twegner@fractint.org
  957. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  958.  
  959. ------------------------------
  960.  
  961. Date: Sat, 09 Dec 2000 11:30:35 -0600
  962. From: Tim Wegner <twegner@swbell.net>
  963. Subject: Re: Xfractint man page updates
  964.  
  965. Scott,
  966.  
  967. > I am making the changes in Xfractint 20.1.03 - in conjunction with the 
  968. > changes I had proposed a couple of weeks ago. I am not distributing the 
  969. > changes, rather they will be submitted to you for your approval, along with 
  970. > an explanation of changes.
  971.  
  972. I'd be happy to check over any proposed patch to Xfractint. 
  973. (Jonathan could too, but because he's carrying most of the load I 
  974. probably should.) I'd like to see the changes as a context diff (diff -
  975. c old new) against a published version (Xfractint 20.1.03).
  976.  
  977. Tim
  978.  
  979.  
  980. - --------------------------------------------------------------
  981. Thanks for using Fractdev, The Fractint Developer's Discussion List
  982. Post Message:   fractdev@lists.xmission.com
  983. Get Commands:   majordomo@lists.xmission.com "help"
  984. Administrator:  twegner@fractint.org
  985. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  986.  
  987. ------------------------------
  988.  
  989. Date: Sat, 09 Dec 2000 11:59:25 -0600
  990. From: "Scott D. Boyd" <sdboyd56@swbell.net>
  991. Subject: Re: Xfractint man page updates
  992.  
  993. Tim,
  994.  
  995. On Saturday 09 December 2000 11:30, you wrote:
  996. >
  997. > I'd be happy to check over any proposed patch to Xfractint.
  998. > (Jonathan could too, but because he's carrying most of the load I
  999. > probably should.) I'd like to see the changes as a context diff (diff -
  1000. > c old new) against a published version (Xfractint 20.1.03).
  1001. >
  1002. OK, no problem. I'll send the diff to you. (I thought you weren't involved in 
  1003. Xfractint at the present time. That's why I had said I'd send it to Jonathan.)
  1004.  
  1005. Did you follow the "Proposal for restructuring of Xfractint's Makefile"  
  1006. thread that I began on the fractdev mailing list back on Nov.26th?
  1007.  
  1008. Scott
  1009. - -- 
  1010. sdboyd56@swbell.net
  1011. http://home.swbell.net/sdboyd56/
  1012.  
  1013. - --------------------------------------------------------------
  1014. Thanks for using Fractdev, The Fractint Developer's Discussion List
  1015. Post Message:   fractdev@lists.xmission.com
  1016. Get Commands:   majordomo@lists.xmission.com "help"
  1017. Administrator:  twegner@fractint.org
  1018. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  1019.  
  1020. ------------------------------
  1021.  
  1022. Date: Sat, 09 Dec 2000 13:00:59 -0600
  1023. From: Tim Wegner <twegner@swbell.net>
  1024. Subject: Re: Xfractint man page updates
  1025.  
  1026. Scott wrote:
  1027.  
  1028. > OK, no problem. I'll send the diff to you. (I thought you weren't involved in 
  1029. > Xfractint at the present time. That's why I had said I'd send it to Jonathan.)
  1030.  
  1031. I've been very inactive for a while, so it's not surprising you had that 
  1032. impression. Jonathan and I have never really had a division of 
  1033. responsibility, though, so if either of us decides to take the time, 
  1034. either of us could integrate your changes. I must say, though, that 
  1035. inactivity takes its toll and Jonathan is much more up on fractint 
  1036. than I am.
  1037.  
  1038. Tim
  1039.  
  1040. - --------------------------------------------------------------
  1041. Thanks for using Fractdev, The Fractint Developer's Discussion List
  1042. Post Message:   fractdev@lists.xmission.com
  1043. Get Commands:   majordomo@lists.xmission.com "help"
  1044. Administrator:  twegner@fractint.org
  1045. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  1046.  
  1047. ------------------------------
  1048.  
  1049. Date: Sat, 09 Dec 2000 18:13:00 -0600
  1050. From: Tim Wegner <twegner@swbell.net>
  1051. Subject: Allegro port
  1052.  
  1053. I think I'm close with the allegro port, but I have had lots of trouble.
  1054.  
  1055. 1. I couldn't install the rpm for allegro that you posted. The KDE 
  1056. RPM tool crashed, I was in never never land. If I tried to install, it 
  1057. said it was installed, but if I tried to uninstall it said it was already 
  1058. installed. Eventually I suceeded by downloading the latest package 
  1059. from the Allegro site, and using the console RPM rtool rather than 
  1060. the GUI package. I don't know if I succeeded because there's some 
  1061. incompatibility between the original package and my Mandrake 7.2 
  1062. or because I trashed the setup with the KDE RPM tool. Possibly 
  1063. the the install would have worked in the first place if I had used rpm 
  1064. - -i.
  1065.  
  1066. 2. Allegro is set up for /usr/local/lib whereas my Mandrake Linux 
  1067. 7.2 is set up for /usr/lib. I'm sure there is a better fix, but I just 
  1068. added /usr/local/bin to my path and made link in /usr/lib to the 
  1069. allegro shared library in /usr/local/lib.
  1070.  
  1071. 3. At this point Xfractint could compile and run, but it aborted with a 
  1072. seg fault with a whole bunch of messages about various video 
  1073. modes. I don't think it was able to set the modes.
  1074.  
  1075. Any suggestions? I think I need details about your Linux 
  1076. environment, and step by step instructions, though I think I figured 
  1077. most of it out. Is there a command line parameter I need when I run 
  1078. Xfractint/Allegro?
  1079.  
  1080. I noticed a whole bunch of test programs were compiled for allegro, 
  1081. I guess I should try them.
  1082.  
  1083. BTW, I have given very little thought to various Uniux/Linux paths, 
  1084. but I like the idea of /usr/local to keep things I mess around with 
  1085. separate from "official" packages. I could mount /usr/local on it's 
  1086. own partition; I guess that is the idea.
  1087.  
  1088. Tim
  1089.  
  1090.  
  1091. - --------------------------------------------------------------
  1092. Thanks for using Fractdev, The Fractint Developer's Discussion List
  1093. Post Message:   fractdev@lists.xmission.com
  1094. Get Commands:   majordomo@lists.xmission.com "help"
  1095. Administrator:  twegner@fractint.org
  1096. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  1097.  
  1098. ------------------------------
  1099.  
  1100. Date: Sat, 9 Dec 2000 17:13:25 -0700 
  1101. From: owner-fractdev@lists.xmission.com
  1102. Subject: [none]
  1103.  
  1104. Date sent:          Sat, 09 Dec 2000 15:16:48 -0700
  1105. From:               owner-fractdev@lists.xmission.com
  1106. Subject:            BOUNCE fractdev@lists.xmission.com:    Non-member submission from
  1107.     ["=?iso-8859-2?B?UHVza+FzIElzdHbhbiBqci4=?=" <pataki8@matavnet.hu>]
  1108. To:                 owner-fractdev@lists.xmission.com
  1109. Sender: owner-fractdev@lists.xmission.com
  1110. Precedence: bulk
  1111. Reply-To: fractdev
  1112.  
  1113. >From pataki8@matavnet.hu Sat Dec 09 15:16:46 2000
  1114. Received: from [195.228.240.10] (helo=matavnet.hu)
  1115.     by lists.xmission.com with smtp (Exim 2.12 #2)
  1116.     id 144sIQ-0000hj-00
  1117.     for fractdev@lists.xmission.com; Sat, 9 Dec 2000 15:16:46 -0700
  1118. Received: (qmail 22181 invoked from network); 9 Dec 2000 23:16:44 +0100
  1119. Received: from line-181-135.dial.matav.net (HELO y8i3q6) (145.236.181.135)
  1120.   by mail.matavnet.hu with SMTP; 9 Dec 2000 23:16:44 +0100
  1121. Message-ID: <002301c0622d$e1bbb740$87b5ec91@y8i3q6>
  1122. From: "=?iso-8859-2?B?UHVza+FzIElzdHbhbiBqci4=?=" <pataki8@matavnet.hu>
  1123. To: <fractdev@lists.xmission.com>
  1124. Subject: Is this good so?
  1125. Date: Sat, 9 Dec 2000 23:17:44 +0100
  1126. MIME-Version: 1.0
  1127. Content-Type: text/plain;
  1128.     charset="iso-8859-2"
  1129. Content-Transfer-Encoding: 7bit
  1130. X-Priority: 3
  1131. X-MSMail-Priority: Normal
  1132. X-Mailer: Microsoft Outlook Express 4.72.3110.5
  1133. X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
  1134.  
  1135. I have seen a strange behaviour with changed bailout test.
  1136.  
  1137. is_this_good_so?   {
  1138.                      ;  Version 2001 Patchlevel 3
  1139.   reset=2001 type=mandel center-mag=-0.605126/0.0379856/0.6866836
  1140.   params=0/0 float=y maxiter=255 bailoutest=real inside=0 decomp=256
  1141.   sound=off colors=000zzz<253>000
  1142.   }
  1143.  
  1144.  
  1145.  
  1146.  
  1147. - ------- End of forwarded message -------
  1148.  
  1149. - --------------------------------------------------------------
  1150. Thanks for using Fractdev, The Fractint Developer's Discussion List
  1151. Post Message:   fractdev@lists.xmission.com
  1152. Get Commands:   majordomo@lists.xmission.com "help"
  1153. Administrator:  twegner@fractint.org
  1154. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractdev"
  1155.  
  1156. ------------------------------
  1157.  
  1158. End of fractdev-digest V1 #37
  1159. *****************************
  1160.  
  1161.