--- ray/doc/notes/ReleaseNotes 2004/03/01 17:49:38 1.29 +++ ray/doc/notes/ReleaseNotes 2004/03/26 22:58:21 1.33 @@ -1255,3 +1255,12 @@ Added -I option to replmarks for mesh instancing. Made similar change for virtual sources to allow modifiers and aliases on the mirror and prism types to work properly. + +Rob Guglielmetti dded -lw and -lh options to falsecolor to control the +legend dimensions. Made it so -lw 0 and/or -lh 0 turns legend off. + +Made it so pcompos will read everything from a stream even if it doesn't +need it, so input commands will not receive a hangup signal. + +Wrote ra_bmp program to convert to and from Windows BMP files (finally). +It's the most horrible image format I've ever seen, and I've seen a lot.