home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 November / PCONLINE_11_99.ISO / filesbbs / OS2 / MMOS2029.ZIP / HISTORY < prev    next >
Encoding:
Text File  |  1999-08-29  |  61.4 KB  |  1,501 lines

  1. Revision History
  2. ================
  3.  
  4. 0.29 - 1999/08/29:
  5.  
  6. New features:
  7.  
  8. - List windows now have a "scroll bar" when the number of items in the list
  9.   exceeds the number that will fit onscreen. This feature is selectable via
  10.   the "UseScrollBars" keyword in .mmailrc (on by default). Note that it's
  11.   not (yet) mouseable.
  12.  
  13. - The new "UseLynxNav" option (off by default) changes the function of the
  14.   left and right cursor keys: left backs out, and right selects. (It's named
  15.   after the Lynx web browser. The idea comes from Pine, which has a similar
  16.   option.) It also makes the left arrow equivalent to selecting ".." in the
  17.   packet list, except on the top level (where it's equivalent to Quit).
  18.  
  19. - Fido "SEEN-BY:" lines are now marked as hidden if they weren't already.
  20.   (This allows you to turn on the "extended info" option in Blue Wave doors
  21.   below ver. 4 with impunity.)
  22.  
  23. - The Delete key will work as an alias for 'K' in all cases.
  24.  
  25. Bug fixes and such:
  26.  
  27. - Major bug: In certain cases, the little area list would not set the
  28.   correct area, and the reply would be misdirected. Reported by Jerel D.
  29.   Arbaugh.
  30.  
  31. - Outside of the packet/area/letter list, the search routine could abort in
  32.   some cases (i.e., '/' would simply not work). Reported by Jim Hanoian.
  33.  
  34. - If a message was saved (from the letter list) before any messages had been
  35.   viewed, it could be saved rot13'd!
  36.  
  37. - The "soft CR" filter was not working if the console character set was
  38.   Latin-1.
  39.  
  40. - Re-editing of replies from the original area could move the letter list
  41.   selection inappropriately (to the corresponding reply number).
  42.  
  43. - If the last-opened packet was deleted and replaced by another packet of
  44.   the same name, the old packet would be "reopened" even though it was gone.
  45.   Reported by Raymond Cool.
  46.  
  47. - Lines which contained a '^A' character, but _not_ at the beginning of the
  48.   line, were erroneously being marked as hidden.
  49.  
  50. - "Re:" is now left visible in the letter window, though still stripped from
  51.   the letter list. (In this, I emulate Tin.)
  52.  
  53. - During a search, the beep-on-personal would beep on each personal message
  54.   scanned, even when the corresponding message was not actually displayed.
  55.  
  56. - When shelling out, the prompt string could be truncated if it was
  57.   excessively long. Not really a bug -- I just hadn't believed that anyone
  58.   would actually have a prompt string that long. :-) Reported by J.D.A.
  59.  
  60. - Due to its placement at the start of a line, an instance of the word
  61.   ".mmailrc" was interpreted as a control code and disappeared from the
  62.   formatted man page. Reported by Geoffrey Wilson.
  63.  
  64. 0.28 - 1999/07/28:
  65.  
  66. New features:
  67.  
  68. - Offline config! (Add/Drop only, at the moment.) For Blue Wave, QWKE, and
  69.   QWK (with DOOR.ID indicating Add/Drop support). See the man page for
  70.   details.
  71.  
  72. - The area list window now has additional status flags: '+' and '-' for
  73.   added/dropped, and '*' in the full list for subscribed areas. The little
  74.   area list has '*' also, and is now wider.
  75.  
  76. - A more advanced search routine. It will now (optionally) descend levels,
  77.   allowing even a full text search over multiple packets.
  78.  
  79. - The address book now allows direct entry, as well as editing of existing
  80.   addresses. The tagline window allows editing of existing taglines. (The
  81.   old function of the 'E' key in the tagline window has been moved to the
  82.   'A' key.)
  83.  
  84. - Reply splitting, both manual and (optionally) automatic.
  85.  
  86. - Quick exit from any screen via ^X.
  87.  
  88. - Command shell (for DOSish ports) via ^Z.
  89.  
  90. - Packets can now be specified directly on the command line, bypassing the
  91.   packet menu. (If multiple packets are listed, they will be opened in
  92.   sequence.)
  93.  
  94. - Better quote wrapping -- paragraphs are rewrapped, and second-level quotes
  95.   are not requoted (except in Internet/Usenet areas, which use a reduced
  96.   quote for second-level quotes).
  97.  
  98. - Optional stripping of "soft carriage returns" (those annoying accented i's
  99.   that sometimes appear).
  100.  
  101. - Optional beep in letter window when opening personal messages.
  102.  
  103. Bug fixes and such:
  104.  
  105. - The "Yes/No" prompt to keep old reply packets has been replaced by
  106.   "Save/Kill", to reduce the chances of deleting a packet by mistake (as can
  107.   happen when one is in the habit of hitting 'N' in response to the new
  108.   files or bulletins prompts). Suggested by several users.
  109.  
  110. - In all string input windows (those that use ShadowedWin::getstring()), a
  111.   backspace as the first character will now preserve the default text (if
  112.   any). I'm not sure if it's better this way or not, though.
  113.  
  114. - The tagline window was displayed improperly on a screen wider than 80
  115.   columns when scrolled up or down a line at a time.
  116.  
  117. - I've changed the message MultiMail shows the first time a new version is
  118.   run, to something I hope is clearer. Please note that MultiMail will never
  119.   wipe out the values from your old config file, only update the file with
  120.   new keywords (if any).
  121.  
  122. - When changing to a new directory (or on startup), the first file rather
  123.   than the first directory is highlighted.
  124.  
  125. - When composing a new message and not quoting, MultiMail no longer creates
  126.   a 0-byte temp file before launching the editor. (You probably won't notice
  127.   the difference, but I think it may address one bug report I got a while
  128.   back. For me, it makes pico say "New file" instead of "Read 0 line".)
  129.  
  130. - Some more egcs warnings fixed. (Odd; they should have appeared earlier.)
  131.  
  132. - Internal reorganization: Most non-ANSI, non-curses code is now in
  133.   mysystem.cc. I hope this may simplify porting to non-POSIX systems. Also,
  134.   part of interfac.cc was split off into basic.cc; and some stupid #define
  135.   and const int lists were replaced with enums.
  136.  
  137. 0.27 - 1999/06/27:
  138.  
  139. New features:
  140.  
  141. - The little area list now has short-list capability, like the main area
  142.   list. Press 'L' to toggle it.
  143.  
  144. Bug fixes and such:
  145.  
  146. - In QWK reply packets, the binary conference number was not being included.
  147.   This made them incompatible with some doors (at least some versions of
  148.   Galacticomm's software, and probably EzyBBS). The problem goes back to
  149.   MultiMail's beginnings. I didn't notice it before now because most QWK
  150.   doors use the ASCII conference number instead. (There are redundant fields
  151.   in a REP packet.) Thanks to SparkAm@peyam.net for tracing the problem.
  152.  
  153. - The precompiled MS-DOS binary of 0.26 wouldn't work on machines without
  154.   FPUs, due to the FPU code linked in with the difftime() function in the
  155.   packet list. I've replaced this with an integral subtraction, which is
  156.   adequate for my purposes. Reported by Greg Mayman et al.
  157.  
  158. - curs_set() is now called from Win::cursor_on() and Win::cursor_off(),
  159.   regardless of the curses implementation. (Formerly, these lines were
  160.   ifdef'ed.) This is for compatibility with ncurses 5.0-beta1, which no
  161.   longer calls it from leaveok(). I'm told that Solaris curses doesn't,
  162.   either.
  163.  
  164. - A netmail address on a message would be retained if the message were
  165.   forwarded to a non-netmail area, and it would not be editable. Reported by
  166.   Jim Hanoian.
  167.  
  168. - The packet list window length is now variable for lists shorter than the
  169.   max, as with the letter list. The "info" window in the area list has been
  170.   merged into the main window. (The visible effect of this is that the lower
  171.   window no longer has a title.)
  172.  
  173. - Some internal reorganization.
  174.  
  175. 0.26 - 1999/05/26:
  176.  
  177. New features:
  178.  
  179. - Automatic saving of replies is now available via the "AutoSaveReplies"
  180.   keyword in .mmailrc. When this is enabled, MultiMail automatically
  181.   rewrites the reply packet after a reply is created, edited or killed. It's
  182.   similar to pressing "F2" or "!" after each event, but without the warning
  183.   window. I'm considering making this the default behavior for future
  184.   versions -- any comments?
  185.  
  186. - The "AutoSaveRead" keyword turns on automatic saving of the last read
  187.   markers when exiting a packet, bypassing the "Save lastread" prompt. (This
  188.   is another thing I might make the default.)
  189.  
  190. - Packets may now be renamed from the packet list window by pressing 'R'.
  191.   (This function can also be used to move them to different directories,
  192.   though you must specify the filename as well as the pathname of the
  193.   destination.)
  194.  
  195. - Directories are now shown in the packet list, and are navigable; or you
  196.   can specify a directory to jump to via the 'G' command. (On the DOSish
  197.   ports, the 'G' command is the only way to change drive letters.) The
  198.   current directory appears as the title of the packet list window. Note
  199.   that this change means that the old behavior of exiting when no packets
  200.   were found will effectively never occur.
  201.  
  202. - By popular request, multiple replies to the same message (in the same
  203.   reply packet) are now allowed. (This is a partial reversal of the change
  204.   in 0.24.) When re-replying, you're prompted to re-edit; if you say no, a
  205.   new reply is generated. Only the first of the existing replies will be
  206.   recognized for re-editing.
  207.  
  208. - When opening a packet, you're now prompted whether or not to keep any
  209.   existing replies.
  210.  
  211. - The tagline window can now be completely disabled via the "UseTaglines"
  212.   keyword in .mmailrc. Requested by Jack Pfisterer.
  213.  
  214. Bug fixes and such:
  215.  
  216. - Re-editing replies from the reply area no longer forces a return to the
  217.   letter list. Instead, the re-edited letter is displayed.
  218.  
  219. - Cosmetic problems with the wrong area being displayed on the status line
  220.   (and the header window) during the reply process have been cleared up.
  221.  
  222. - The "This will overwrite any existing reply packet" warning from the F2
  223.   function is now supressed if there is no packet.
  224.  
  225. - MultiMail will now display a warning if the reply packet is not created,
  226.   or if the last read markers could not be saved. Also, it will pause for
  227.   two seconds after getting an error code from a program it shelled to
  228.   (archiver or editor) or attempted to shell to, so that any console error
  229.   messages from the system may (hopefully) be read.
  230.  
  231. - Speculative fix for reported problems with replies disappearing (which I
  232.   couldn't reproduce): calls to clearDirectory() now pass the name of the
  233.   working directory explicitly, rather than ".".
  234.  
  235. - Added "-e" to the default add command for ARJ to supress pathname
  236.   inclusion. Suggested by Ken Whiton.
  237.  
  238. - The separate colors for the Search window have been eliminated, as the
  239.   Save dialog is now used for both (as well as for the new prompts in the
  240.   packet list).
  241.  
  242. - The "F2, !: Make reply packet" function is now available in the letter
  243.   list and letter window, as well as the area window.
  244.  
  245. - Shorter date format in the packet list; more space for long filenames.
  246.  
  247. - On Blue Wave messages with no taglines, a blank line is now inserted
  248.   before the origin line.
  249.  
  250. - Fixed errors (and some warnings besides) that made MultiMail 0.25
  251.   incompatible with egcs. Thanks to Tony Summerfelt for reporting the
  252.   problems and testing (and re-testing) the solutions.
  253.  
  254. - If there was a tagline in the message on screen, and you chose not to use
  255.   a tagline in the reply, the tagline from the original would be used
  256.   instead. Reported by David Toutant and J.F. (With the reorganized tagline
  257.   code, I've also reverted to having the tagline grabber pick the last
  258.   tagline in a message, instead of the first.)
  259.  
  260. - In Blue Wave mode, when the packet filename differed from the "base name"
  261.   (BBS id), the former was used for replies, when it should be the latter.
  262.   Reported by Jim Hanoian.
  263.  
  264. - After animating ANSI, MultiMail would loop on a non-blocking keyboard
  265.   check, sucking up CPU.
  266.  
  267. - As usual, lots of internal reorganization.
  268.  
  269. 0.25 - 1999/03/19:
  270.  
  271. New features:
  272.  
  273. - Support for Internet and Usenet messages in Blue Wave mode. (Note: AFAIK,
  274.   this is only supported by the Blue Wave version 4 door for PCBoard.) Also,
  275.   Internet addresses can now be taken into the address book.
  276.  
  277. - Character sets (either code page 437 or Latin-1) are now selected for each
  278.   area or message. The default character set is CP437 (as before), except
  279.   for Internet or Usenet areas (as marked by Blue Wave or QWKE flags), which
  280.   are Latin-1. The character set in individual Fidonet messages can be
  281.   overriden by the "CHRS:" or "CHARSET:" kludges. Replies are set according
  282.   to the default for the destination area.
  283.  
  284. - The console character set and the default sort types for the packet and
  285.   letter lists can now be set in the config file. The default packet sort is
  286.   now by time (latest first) instead of by name.
  287.  
  288. - The "To" field is now omitted from the letter list in Usenet areas and the
  289.   QWK Personal area. The "From" field is omitted in the REPLY area. This
  290.   leaves more room for the "Subject" lines by eliminating redundant info.
  291.  
  292. - Direct support for RAR archives. Note: there's a problem with this if you
  293.   read the same packets in, e.g., both Linux and DOS: RAR will save the last
  294.   read marker file twice (once in upper case, once in lower).
  295.  
  296. - More ANSI navigation: The ENTER key now works the same in the ANSI viewer
  297.   as in the letter window (advance to next message).
  298.  
  299. - The packet list can now be rescanned (to pick up new packets) by pressing
  300.   'U'.
  301.  
  302. - The message count now appears in the title bar of the letter list (like
  303.   the area count in the area list).
  304.  
  305. - New color scheme by Gary Gilmore.
  306.  
  307. Bug fixes and such:
  308.  
  309. - The alternate QWK private message flag, '+', was not being recognized.
  310.   Reported by Tom Rutherford.
  311.  
  312. - Changed the message that prompts to save replies to something I hope is
  313.   clearer. Suggested by Max Chamberlain.
  314.  
  315. - If the reply packet had a different archive type than the main packet,
  316.   MultiMail would attempt to use *that* archiver (the reply packet's) to add
  317.   the last-read markers to the main packet. The correct behavior is to use
  318.   the main packet's archive type when remaking the reply packet!
  319.  
  320. - When quoted material was wrapped, the wrapped lines would have trailing
  321.   spaces. These are now stripped.
  322.  
  323. - In the area and tagline lists, a completely blank line would sometimes
  324.   appear at the top of the list. (A long-standing bug, finally fixed.)
  325.  
  326. - Strip blank lines after hidden lines. (Blue Wave puts blanks after the
  327.   hidden headers in Usenet messages.)
  328.  
  329. - Fewer keys to hit in the header editor. :-) The cursor is now placed on
  330.   either the Subject or To line, as appropriate (you can still arrow up to
  331.   edit the other lines); and the "Make message private?" prompt is not
  332.   presented when sending to areas that are either all-public or all-private
  333.   (as indicated by Blue Wave or QWKE flags).
  334.  
  335. - Bizarre alignment bug in the EMX-based ports (OS/2 and Win32) caused
  336.   crashes on some QWK packets. Reported by Jim Hanoian.
  337.  
  338. - Source code reorganized somewhat... no more .a files.
  339.  
  340. - Blue Wave packets could have identical areanums in multiple areas.
  341.   Although this is an error, the Blue Wave reader handled it; now MultiMail
  342.   does as well. This is also a little faster. However, it assumes that the
  343.   mixRecords and INF area headers are sorted the same way, which I would've
  344.   preferred not to assume. Problem reported by Scott Jones.
  345.  
  346. - In 0.24, the new packet kill routine failed to exit after killing the last
  347.   packet, leaving garbage on screen. Reported by Gary Gilmore.
  348.  
  349. - A filename without an extension would mess up the display in the packet
  350.   list. A long-standing bug that I never really cared about, but which J.H.
  351.   mentioned.
  352.  
  353. - All directories are now omitted from the packet list.
  354.  
  355. - One more attempted cursor fix for the Win32 version.
  356.  
  357. - Minor display bug with messages 100,000 lines or longer. (Now OK up to
  358.   1,000,000.)
  359.  
  360. - In the EMX ports, in the letter sort by subject, the secondary sort by
  361.   message number was still broken. Reported by J.H.
  362.  
  363. 0.24 - 1999/02/12:
  364.  
  365. New features:
  366.  
  367. - "Save" function in ANSI mode. This differs from the letter window save in
  368.   that no wrapping is performed, and no header is prepended. This is also
  369.   the only way to save bulletins and new file lists.
  370.  
  371. - New navigation in ANSI mode: the space bar and left and right arrow keys
  372.   now work in the same way as in the letter window. This also means the
  373.   interface for the bulletin viewer is slightly different: 'Q' exits from
  374.   the entire list, instead of just the current bulletin, and you can move
  375.   back and forth between bulletins as in the letter window.
  376.  
  377. - Multiple sort modes in the packet list: by date (latest first), and by
  378.   name. By name is still the default. "$" toggles between them.
  379.  
  380. - Multiple sort modes in the letter list: by subject (still the default),
  381.   message number (i.e., no sort), from, or to. "$" cycles through them.
  382.  
  383. - The help window at the bottom of the packet, area and letter lists can now
  384.   show multiple pages of options (similar to Pine's "Other commands" menu
  385.   function).
  386.  
  387. - When character set translation is on in the ANSI viewer, some IBM
  388.   characters are now mapped to curses equivalents, giving a better result on
  389.   non-PC terminals (e.g., xterm, vt100). This works best with the box-
  390.   drawing characters. The letter window still uses a plain ASCII mapping for
  391.   these characters.
  392.  
  393. - Pop-up help is now available in the ANSI viewer, as in the letter window.
  394.  
  395. - Messages can be forwarded from any area, with the original headers
  396.   preserved in the text.
  397.  
  398. - Support for the Win32 console via RSX/NT. See README.rsx if you want to
  399.   compile for this platform.
  400.  
  401. - Fidonet MSGID/REPLY kludge lines are now supported, in Blue Wave mode.
  402.  
  403. - Additional QWKE support -- in QWKE packets, the short list now shows
  404.   "subscribed-to" conferences, as in Blue Wave mode, instead of just the
  405.   non-empty ones; and alias areas are supported. The "QWKE" type appears in
  406.   the Info window of the area list.
  407.  
  408. - When Replying to a message that's already marked "Replied", the previous
  409.   reply (if available) will be re-edited instead of a new reply being
  410.   created.
  411.  
  412. - Some new color schemes.
  413.  
  414. Bug fixes and such:
  415.  
  416. - The help window now survives a screen resize, instead of being closed.
  417.  
  418. - Killing a packet no longer forces a reread of the directory.
  419.  
  420. - The addressbook will no longer grab a new entry when no Fido address is
  421.   available. Also, the addresses are now sorted alphabetically on startup.
  422.   (Anything added during the session will not be alphabetized; however, the
  423.   list will be sorted again on the next startup.)
  424.  
  425. - The full length of Blue Wave "To" and "From" fields is now available in
  426.   the header editor. (Previously, they were restricted to 25 characters.)
  427.  
  428. - The subject sort in the letter list was not correctly performing the
  429.   secondary sort, by message number, in runs of the same subject.
  430.  
  431. - Time/date printout code changed in packet list and in Blue Wave reply
  432.   headers. I think this looks a bit better.
  433.  
  434. - The experimental Win32 console version had a problem with slow screen
  435.   output. This seems to be a problem with the console API (?), but it's
  436.   worked around in this version. (Normally, PDCurses checks for a keypress
  437.   after printing each line. In Win32, this call takes a noticeable amount
  438.   of time to return, even though it's supposed to be non-blocking. So, in
  439.   MultiMail, the check is disabled for the Win32 version. This also disables
  440.   typeahead, but I doubt anyone will even notice that.)
  441.  
  442. - A last attempt at fixing the remaining cursor problems in the PDCurses
  443.   versions. (The cursor size is now checked at startup, and that value is
  444.   explictly restored instead of using curs_set(1).) Scott Jones reported the
  445.   persiting problem in the OS/2 version.
  446.  
  447. - The index of the Personal area is now updated just by entering the letter
  448.   list, or anytime a message is read in that area. Better than previous
  449.   versions, though still not ideal.
  450.  
  451. - Support for the keypad plus, minus, and slash keys under PDCurses. (This
  452.   completes the keypad "Enter" fix in the previous version.)
  453.  
  454. - The experimental Win32 version supported only "\" in the pathnames
  455.   specified in MMAIL.RC, where the DOS and OS/2 versions allowed either "\"
  456.   or "/". Now both work in Win32, and both will be converted to "\" when
  457.   MMAIL.RC is updated. Reported by Rafael Cresci.
  458.  
  459. - One more character allowed for unames in Blue Wave reply packets (six
  460.   instead of five). Specifically, that means "MultiMail/MS-DOS" and
  461.   "MultiMail/NetBSD" will now appear in Blue Wave tearlines, instead of the
  462.   abbreviated form "MultiMail".
  463.  
  464. - Hidden lines at the end of a message would cause the line count to be over
  465.   by one. Reported by Jim Hanoian.
  466.  
  467. - In the Save dialog, user-entered names were getting spaces converted to
  468.   underscores, though only the second time through (when the name was pulled
  469.   up as the default). Reported by J.H.
  470.  
  471. 0.23 - 1999/01/22:
  472.  
  473. New features:
  474.  
  475. - QWKE and PCBoard-style "Subject:", "To:", and "From:" line kludges are now
  476.   supported in QWK mode, along with "Title:", which is used on WWIV. The
  477.   QWKE "Subject:" line is generated automatically for replies, if needed.
  478.   Note that in regular messages (though not in replies), these lines aren't
  479.   parsed until the message body is accessed by entering the letter window,
  480.   so the fields as shown in the letter list will at first be the short
  481.   forms.
  482.  
  483. - Reply forwarding -- press <CTRL>-'F' while in the reply area (either the
  484.   letter list or letter window) to forward a reply. (Forwarding of regular
  485.   messages is not available yet.)
  486.  
  487. - In the REPLY area, 'R' now works as an alias for 'E'. Added at the
  488.   insistence of Jim Hanoian. :-)
  489.  
  490. - When (re-)editing or forwarding a reply, the area can now be changed.
  491.  
  492. - REPLY and PERSONAL areas now show the original area (as well as the
  493.   collection area) in the letter window. Suggested by J.H.
  494.  
  495. Bug fixes and such:
  496.  
  497. - New behavior in the ANSI viewer: Instead of resetting everything when a
  498.   screen-clearing code (<ESC>[2J) is encountered, it sets the last-drawn
  499.   line as the new baseline, and continues from there. With the old system,
  500.   information was sometimes lost (though it could still be viewed in the
  501.   animation mode); now, screens are simply chained together, and everything
  502.   is visible and scrollable.
  503.  
  504. - Characters 8 (backspace) and 12 (form feed) are now handled in the ANSI
  505.   viewer, and skipped in the letter window. Ctrl-Z is stripped in the ANSI
  506.   viewer.
  507.  
  508. - The BBS name and Sysop name fields in the info window of the area list
  509.   were being unnecessarily truncated.
  510.  
  511. - In the PDCurses versions, the cursor remained disabled when shelling to an
  512.   editor. Reported by Dane Beko. (Due to the way I implemented this fix,
  513.   PDCurses 2.2 is no longer acceptable for MultiMail; you must use 2.3.)
  514.  
  515. - When creating a .REP, a zero-length message body would cause a segfault.
  516.  
  517. - Blank space at the end of the little area list is now omitted (as in the
  518.   letter list).
  519.  
  520. - An attempt to send Netmail when no Netmail area is defined (as is always
  521.   the case in QWK mode) now pops up a nonFatalError window.
  522.  
  523. - The "Save lastread pointers?" message now comes up less often; the "any
  524.   read" flag is set less aggressively. (If you re-read a message that's
  525.   already marked as read, the any-read flag will not be set, as it was in
  526.   previous versions.)
  527.  
  528. - When entering areas which are fully read, the highlight bar is no longer
  529.   moved to the last message. Similarly, if the entire packet is marked as
  530.   read, the active area is not set to the last non-empty area, but the
  531.   first. Suggested by J.H.
  532.  
  533. - Hopefully, a better subject-line sort in the letter list: If two subjects
  534.   have the same content for the entire length of the shorter of the two, the
  535.   shorter one is no longer automatically placed first; instead, they're put
  536.   in message number order.
  537.  
  538. - The ENTER key on the numeric keypad did not work in the PDCurses versions.
  539.   Reported by Russell Tiedt.
  540.  
  541. - Added "/m" to the parameters passed to LHA in the MSDOS version. Without
  542.   this, it gave an "Extension is not .lha. Continue? [Y/N]" prompt when
  543.   archiving replies.
  544.  
  545. 0.22 - 1999/01/01:
  546.  
  547. New features:
  548.  
  549. - The long-awaited support for new file lists and bulletins! They're
  550.   displayed automatically on opening the packet. Currently, this is a bit of
  551.   a kludge -- although I'm starting to like it. Memory usage is excessive.
  552.   (See the man page for more info.)
  553.  
  554. - Support for XCurses (the X port of PDCurses). See README.xc for details.
  555.  
  556. - Added a line counter to the ANSI window, as in the letter window.
  557.  
  558. Bug fixes and such:
  559.  
  560. - If a tagline was displayed on screen, it would replace the tagline
  561.   selected for a reply via the tagline editor. This bug dates to 0.20.
  562.  
  563. - TAB characters that advanced past the end of a line were causing problems
  564.   in the ANSI viewer.
  565.  
  566. - Aborting a netmail reply left the netmail address set when a regular reply
  567.   was attempted afterwards.
  568.  
  569. - The translation toggle ('c') now works in all screens. (In particular, the
  570.   ANSI viewer.)
  571.  
  572. - Proper printing of character 127 (DEL) under ncurses.
  573.  
  574. - The SIGWINCH (resize) handler now works acceptably even when a SIGWINCH
  575.   occurs while in a WarningWindow() or getstring() call.
  576.  
  577. 0.21 - 1998/12/15:
  578.  
  579. New features:
  580.  
  581. - Not new, but newly documented: When run under Windows 95, the MSDOS
  582.   version supports long filenames! Apparently this is a feature of the DJGPP
  583.   standard library, though I didn't realize it before. (I don't know about
  584.   Win 98 or NT -- anybody else?)
  585.  
  586. Bug fixes and such:
  587.  
  588. - The code to generate the default tagline file was broken in 0.20, which
  589.   meant that all first-time users got a segfault. Argh! Also, since I was
  590.   messing with the taglines anyway, I changed the default list.
  591.  
  592. - In the PDCurses versions, the "Could not uncompress packet" and "Packet
  593.   type not recognized" messages would pop up without first restoring the
  594.   packet list screen. Also, some extra parentheses have been added around
  595.   color names for the benefit of PDCurses/Win32 (still an incomplete port).
  596.  
  597. - Updated the README.{DOS,OS2} files to reflect the new style of default
  598.   MMAIL.RC in use since 0.19.
  599.  
  600. - "/" and "." added to pop-up help window.
  601.  
  602. 0.20 - 1998/12/06:
  603.  
  604. New features:
  605.  
  606. - Search function. Case-insensitve searching is available everywhere. It's
  607.   still a bit limited, in that it only works within the current list (or
  608.   letter); i.e., you can't yet search multiple letters at once. Hit '/' to
  609.   bring up the text entry window and start the search, or '.' to repeat the
  610.   last search. (Yeah, I know -- it needs better keys.) Searching is from the
  611.   current line on down.
  612.  
  613. - Fido "hidden" message lines (marked with a ^A) can be displayed; 'X'
  614.   toggles this function.
  615.  
  616. - New features in the tagline editor and address book: New entries in the
  617.   address book are checked for dupes; also, tagline dupes, which were
  618.   already checked, are now reported. The address book and the tagline editor
  619.   allow you to Kill entries. And the tagline editor can be brought up
  620.   directly, via ^T, in the same way as the address book. Old features: The
  621.   reLoad function has been removed from the tagline editor.
  622.  
  623. - Rot13 function in letter window -- toggle with 'D'.
  624.  
  625. - If a new letter is not edited (as measured by the time stamp), you'll be
  626.   asked if you want to cancel it on returning to MultiMail. Partly inspired
  627.   by Gregory Paksi.
  628.  
  629. - Redundant colors can be omitted from the ColorFile. See colors/README.col
  630.   for details. Also, there are some new colors, and some old ones are gone;
  631.   be sure to check your ColorFile if you've customized it.
  632.  
  633. - Messages to or from you are highlighted in a different color in the letter
  634.   list. After Ingo Brueckl (though this implementation is a little different
  635.   from his).
  636.  
  637. - Read-only support for Blue Wave's .XTI files (last-read markers). This
  638.   means that any old packets you read with Blue Wave will be marked in the
  639.   same way when first opened in MultiMail; however, any changes made in
  640.   MultiMail will not be seen by Blue Wave. Partly inspired by I.B., but this
  641.   is a different (and more correct) implementation.
  642.  
  643. - "Home" and "End" keys are now available in text entry fields (i.e.,
  644.   ShadowedWin::getstring()). After I.B.
  645.  
  646. Bug fixes and such:
  647.  
  648. - The FMPT kludge line is now supported, which means that in Blue Wave mode,
  649.   the netmail addresses of points will be recognized.
  650.  
  651. - Aborting a header edit from the letter list could cause a segfault. (The
  652.   fix in 0.19 was incomplete.)
  653.  
  654. - Some bogus ANSI codes (mainly, "ESC[?7h") are now semi-interpreted, so
  655.   they no longer clutter the screen. Also, the ANSI background color is now
  656.   hardwired to white on black, instead of being set by Main_Back.
  657.  
  658. - The highlight method for the active line was no good on a light background
  659.   with ncurses 4.2 (was ok with 4.1). Some other changes for light
  660.   backgrounds, too.
  661.  
  662. - High-bit, "low-bit" (below 32) and certain special characters are now
  663.   handled better by MultiMail, being actually printed instead of interpreted
  664.   as control codes. :-) Particularly useful for ANSI.
  665.  
  666. - TAB characters are now rendered as the appropriate number of spaces in the
  667.   letter and ANSI windows.
  668.  
  669. - In text entry fields (getstring()), high-bit characters were showing up
  670.   with weird attributes (due to a sign error). Reported (indirectly) by
  671.   I.B., this bug has been present since about 0.10! I'm suprised no one from
  672.   Fido zone 2 mentioned it to me before.
  673.  
  674. - Packets can now be renamed without MultiMail losing track of its last read
  675.   markers. (This will, however, still result in a second .red file being
  676.   created.)
  677.  
  678. - When entering a tagline manually via "E" in the tagline editor, the
  679.   entry field is now placed correctly, instead of appearing to overwrite the
  680.   last tagline. Also, bogus taglines are no longer generated from message
  681.   lines which are just "...".
  682.  
  683. - In the Reply area, the help menu for the letter list was showing a 'K'
  684.   where it should've been an 'S'. Also, capitalization in help menus has
  685.   been standardized (only the keys that activate commands are in caps in the
  686.   descriptive text), and the pop-up letter help window is now in two
  687.   columns.
  688.  
  689. - Killing an item (in any menu) now moves down to the next entry, regardless
  690.   of the position in the list (unless at the end).
  691.  
  692. - The 'L' command now remains available in the address book after a screen
  693.   resize (SIGWINCH). Also, taking an address via 'L' automatically sets the
  694.   active line to the last position (where the new entry is).
  695.  
  696. - Netmail addresses are now included in Saved letters.
  697.  
  698. - The resize (SIGWINCH) handler was causing a segfault in some
  699.   circumstances. Although I just noticed it, this bug dates to 0.18.
  700.   Curiously, it occurred for me only when running under "screen". The fix
  701.   was to change Win::inkey() to remove the loop.
  702.  
  703. - Changed the .mmailrc separators from " = " back to ": ", which makes
  704.   them compatible with 0.18 and earlier. I'll probably change them again. (I
  705.   was trying to achieve a more "classic" style of .rc file, but in fact,
  706.   it still wasn't quite right.)
  707.  
  708. - The cursor was not being disabled in PDCurses versions.
  709.  
  710. - "Read" indicator in the letter window was not updated after Saving.
  711.  
  712. - Changed interface/Makefile and mmail/Makefile to allow "make clean" to
  713.   work in DOS. Suggested by I.B.
  714.  
  715. - And of course, various internal changes.
  716.  
  717. 0.19 - 1998/10/25:
  718.  
  719. New features:
  720.  
  721. - The .mmailrc has been redesigned. New versions of MultiMail will update it
  722.   automatically; comments will be lost, but old data will be preseved. Note:
  723.   the new form is not readable by 0.18 or earlier, because of the use of '='
  724.   as a separator. Partly inspired by Ingo Brueckl.
  725.  
  726. - Non-fatal errors. Currently, this is used only for the previously fatal
  727.   "Could not uncompress packet" and "Packet type not recognized".
  728.  
  729. - You can change the colors MultiMail uses without recompiling. See the
  730.   automatically generated "~/colors" for details; also, some sample color
  731.   schemes are included in the 0.19 archive. This feature is due largely to
  732.   Ingo Brueckl.
  733.  
  734. - "Marked" messages are kept in the active letter list, whether read or
  735.   unread. In combination with the "Save" changes (see below), this means
  736.   that marking is now actually useful. :-)
  737.  
  738. - Extensive changes to the "Save" dialog: When you Save from the letter
  739.   list, you're given a choice of "All", "This one", or "Quit"; if any
  740.   messages are marked, you also get the option "Marked". Saving "All"
  741.   now saves all messages in the active list, rather than all in the area.
  742.   (To get the old behavior, just toggle the full list on first.) Saving a
  743.   message sets the "Read" flag, and turns off "Marked". The last-entered
  744.   filename is retained (separately) for "All", "This One", and
  745.   "Marked". If no name is entered manually, the automatic name is
  746.   regenerated with each use; otherwise, the manual name is kept until you
  747.   exit MultiMail.
  748.  
  749. Bug fixes and such:
  750.  
  751. - Segfaults in saving All, in some cases.
  752.  
  753. - Certain ANSI pics, with codes in the form "<ESC>[;27H" (i.e., with
  754.   an empty parameter before a semicolon) were causing segfaults.
  755.  
  756. - After the cursor was turned on, e.g. by the Save window or an aborted
  757.   message header edit, it was left in the middle of the screen on some
  758.   terminals. It is now forced down to the corner.
  759.  
  760. - The header editor was being left on screen after exiting via ESC.
  761.  
  762. - Removed the text "Fatal Error" from fatal errors. :-) It was sometimes
  763.   redundant, and other times wrong.
  764.  
  765. - When the last packet was deleted from the packet list, a segfault could
  766.   occur. Reported by Alan Ianson.
  767.  
  768. - Functions which redrew the letter window (e.g., toggling character set
  769.   translation) were setting the Read marker each time.
  770.  
  771. - The tagline window now looks better on screens other than 80 columns.
  772.  
  773. - Various internal changes, and added comments.
  774.  
  775. 0.18 - 1998/08/14:
  776.  
  777. New features:
  778.  
  779. - MultiMail can now read QWK packets without .NDX files. Partly inspired by
  780.   Simon Callan. Note: It's still preferable to include them, since it takes
  781.   about three times longer to open the packet without them. (But that's not
  782.   counting the unpacking time, which is much longer still.)
  783.  
  784. - The letter list now allows toggling between showing all messages, and
  785.   showing only those which are unread; when entering an area, it defaults to
  786.   unread (unless all the messages are marked read). I've found that this
  787.   makes a BIG difference in the feel of the program -- it's more like a
  788.   newsreader now. ;-) Use the 'L' key to toggle between the long and short
  789.   lists (as in the area list).
  790.  
  791. Bug fixes and such:
  792.  
  793. - Removed a lot of redundant code from the interface section, and
  794.   reorganized it... There are many new features that need implementing, but
  795.   so far I've been concentrating on cleaning up and simplifying the existing
  796.   code, so as to have a solid base to build on. I think I'm almost there.
  797.   ;-)
  798.  
  799. - Found a couple small memory leaks, in AnsiWindow (the statbar was not
  800.   being deleted) and main_read_class. Also, the tagline file was being left
  801.   open after reading it.
  802.  
  803. - Now gives a fatal error (instead of segfaulting) if the screen is smaller
  804.   than 60x20.
  805.  
  806. - The address book and tagline window now respond correctly to SIGWINCH.
  807.  
  808. - In the tagline window, the key for rereading the file has been changed
  809.   from 'F' to 'L'. This allows 'F' to be used as an alias for PgDn, as on
  810.   other screens. (The real purpose was to merge the code into the rest of
  811.   the keyboard-handling code.)
  812.  
  813. - If there was only one area (i.e., REPLY), and the right arrow was pressed,
  814.   an infinite loop would occur. Reported by Tamminen Eero.
  815.  
  816. - The 'N' key, for Netmail, is now disabled when no Netmail area is
  817.   available. Partly inspired by Francois Thunus.
  818.  
  819. - Sample filenames in the default .mmailrc now conform to the OS (i.e., 8.3
  820.   (FAT) format for DOS and OS/2), and the unused "ReadDir" line has been
  821.   removed. Inspired by F.T.
  822.  
  823. - Stripping and adding of blank lines at the end of messages works a little
  824.   better now, but still needs work.
  825.  
  826. - The addressbook was crashing, when empty (0 items). Reported by Marc D.
  827.   Williams.
  828.  
  829. 0.17 - 1998/07/06:
  830.  
  831. New features:
  832.  
  833. - Netmail addresses, when present in Blue Wave packets (or reply packets),
  834.   are displayed in the From: or To: fields in the letter window, as
  835.   appropriate; and when entering a netmail message, the address can now be
  836.   edited. (Note: Netmail is largely untested yet.)
  837.  
  838. - In the header editor (From, To, etc.), you can now use the up and down
  839.   arrows to move between fields, or press ESC in any field to abort the
  840.   edit. Press ENTER on the last field to exit normally.
  841.  
  842. - Reading a message in the QWK Personal area marks it as read in its
  843.   original area.
  844.  
  845. - A full area list is now available in both QWK and Blue Wave modes; it can
  846.   be toggled by pressing 'L' in the area list. (The compile-time
  847.   "shortlist" definition has been removed.) One benefit is that you can
  848.   enter a message in any area, even when only the short list is being
  849.   displayed.
  850.  
  851. - When re-editing a message, you can now edit the header as well as the
  852.   text.
  853.  
  854. - ANSI animation. While in the ANSI viewer, press one of the ANSI activation
  855.   keys again (or 'A') to see an animated view. Press any key to abort the
  856.   animation.
  857.  
  858. - The ANSI viewer supports the screen-clearing code.
  859.  
  860. - The cursor is turned off, wherever possible. Less visual clutter. :-)
  861.  
  862. - True scrolling instead of redrawing; minimized the redrawing done for
  863.   letter window, ANSI viewer, and all ListWindows. It's now MUCH faster on
  864.   slow machines and slow terminals.
  865.  
  866. Bug fixes and such:
  867.  
  868. - MASSIVE rewrite... Almost everything that was crufty in previous versions
  869.   is now done the right way. :-) General fixes include: plugging memory
  870.   leaks (there were a lot of these, I'm sorry to say), elimination of
  871.   one-based arrays, adding more limit checks, and removal of all kinds of
  872.   kludges and redundant code. The interface is more fully separate from the
  873.   specific drivers; adding new packet types now requires changing only
  874.   mmail/driverl.cc.
  875.  
  876. - The netmail area is found by attribute rather than name, and (owing to the
  877.   full area list now available in Blue Wave mode) can always be found,
  878.   instead of only when you have received netmail. :-)
  879.  
  880. - Character set translation is applied to the area list, and to area
  881.   descriptions in the letter list and letter window.
  882.  
  883. - The number of replies shown in the REPLY area is updated immediately when
  884.   it changes.
  885.  
  886. - The method of adding blanks before taglines and tearlines is changed; it
  887.   should no longer be necessary to type an extra CR at the end of replies.
  888.  
  889. - QWK replies are automatically word-wrapped at 80 columns, if they're not
  890.   wrapped already. (In Blue Wave, this is not desirable. QWK doors seem to
  891.   prefer individual lines; Blue Wave, paragraphs.)
  892.  
  893. - MultiMail now ensures that QWK replies end with a line-ending character,
  894.   instead of letting the last line run off into the padding area. Without
  895.   this, certain QWK doors would strip off the tearline.
  896.  
  897. - The path is no longer displayed in the Save window, and the suggested
  898.   filename is conformed to FAT (8.3) standards. Note that you can still
  899.   enter any pathname, and any filename that will be accepted by your system.
  900.  
  901. - Specifying pathnames that end in a slash or backslash (e.g., in .mmailrc)
  902.   should now work correctly.
  903.  
  904. - The extraneous "bw" prefix found on many of the .mmailrc variable names
  905.   is no longer needed, though it will still be recognized for backwards
  906.   compatibility.
  907.  
  908. - Space bar now works in the little area list.
  909.  
  910. - The QWK "Personal" area no longer appears in the little area list, nor
  911.   can messages be entered in it from the area list.
  912.  
  913. - Unrecognized packets no longer cause a segfault (just an exit).
  914.  
  915. - Added trivial SIGWINCH handlers for AddressBook and TaglineWindow (they
  916.   just exit that menu).
  917.  
  918. - Fatal errors are now reported correctly in the OS/2 version, even when
  919.   they occur before curses initialization.
  920.  
  921. - In the ANSI viewer, there are no more segfaults in OS/2, and no more stray
  922.   characters on the status line in either PDCurses version.
  923.  
  924. - ANSI Reverse attribute now works with PDCurses.
  925.  
  926. - ANSI viewing works in reply area.
  927.  
  928. - A SIGWINCH can no longer result in the active (highlighted) line being
  929.   displaced off the screen.
  930.  
  931. - New default LHA parameters for MSDOS version (the Unix ones didn't work
  932.   for it).
  933.  
  934. - The currently selected address is preserved between calls to the
  935.   AddressBook.
  936.  
  937. 0.16 - 1998/05/28:
  938.  
  939. New features:
  940.  
  941. - This version compiles for OS/2, with EMX. This entailed substantial
  942.   changes to the Makefile (q.v.), as well as some code.
  943.  
  944. - The environment variable MMAIL can now be used instead of HOME, to specify
  945.   the directory of the .mmailrc (or mmail.rc) file. If neither variable is
  946.   defined, MultiMail will use the current directory (this is also new).
  947.  
  948. - The DOS-to-Latin 1 character table has been improved, for translation of
  949.   graphics characters, by stealing most of the table from DOSEmu.
  950.  
  951. - Truly automatic packet recognition, by packet contents instead of name.
  952.   Patch by Robert Vukovic.
  953.  
  954. - Internal ANSI viewer. Works on all platforms (except that it sometimes
  955.   segfaults when scrolling, under OS/2). Much better than the "less"
  956.   viewer, and it will form the basis of new file list and bulletin
  957.   viewers.
  958.  
  959. Bug fixes and such:
  960.  
  961. - Another big bug in the DOS version (argh!): Last read markers were not
  962.   being saved. This bug was the result of an error in the bug fix in 0.15.
  963.   :-/ I'm surprised no one has reported this.
  964.  
  965. - In the previous DOS versions, under some arrangements of directories, the
  966.   temporary directories would not be removed.
  967.  
  968. - The man page has been renamed to "mm.1", and the title changed, so that
  969.   "man" and "apropos" will work more appropriately. The install will
  970.   make a link to the old name (mmail.1).
  971.  
  972. - The "Replied" flag is now set by O- and N-type replies, as well as R.
  973.  
  974. - Some code reorganization.
  975.  
  976. 0.15 - 1998/05/12:
  977.  
  978. New feature:
  979.  
  980. - If you back out from a packet, to the packet list, you can now reselect
  981.   the same packet without it being decompressed again. Thanks to Robert
  982.   Vukovic for convincing me of the need for something like this.
  983.  
  984. Bug fix:
  985.  
  986. - In DOS, the default editor (edit.com) didn't actually work, because it
  987.   didn't understand paths with slashes instead of backslashes. I missed this
  988.   because it worked with Qedit. :-) The slashes are now flipped on the
  989.   pathnames passed to external editors and archivers (in DOS only). Thanks
  990.   to kifox@geocities.com for reporting the problem.
  991.  
  992. 0.14 - 1998/04/25:
  993.  
  994. Bug fix:
  995.  
  996. - A more subtle line-ending bug... under MSDOS, extra characters were
  997.   sometimes added to the end of a reply. (Unix versions were not
  998.   affected.)
  999.  
  1000. 0.13 - 1998/04/24:
  1001.  
  1002. Bug fix:
  1003.  
  1004. - While making changes to accomodate MSDOS line endings, I made a small
  1005.   oversight that caused replies to be truncated at one character if they
  1006.   were re-edited.
  1007.  
  1008. 0.12 - 1998/04/23:
  1009.  
  1010. New features:
  1011.  
  1012. - Compatible with MSDOS. All source code files have been changed to
  1013.   single-case, 8.3 form, and #ifdef's are used on filenames internally where
  1014.   necessary. (Most other issues are taken care of by DJGPP, though some
  1015.   Makefile changes were necessary, and the starting directory is now
  1016.   restored on termination -- needed in DOS, but not in Unix.)
  1017.  
  1018. - Compatible with PDCurses (as distributed with DJGPP), and SysV curses
  1019.   (specifically, Solaris). Note that the shadows on windows are opaque if
  1020.   you compile with SysV curses. (I also added "#define USE_SHADOWS", which
  1021.   you can comment out or remove to get rid of the shadows
  1022.   altogether.)
  1023.  
  1024. Bug fixes and such:
  1025.  
  1026. - After the reorganization of resource.C in version 0.11 (if not before),
  1027.   any change to the value of mmHomeDir in .mmailrc would leave the
  1028.   bwPacketDir, bwReplyDir, etc. variables unaffacted.
  1029.  
  1030. - memError() now works correctly, even before initialization of the
  1031.   interface. Fatal errors in general will be reported better in this
  1032.   version.
  1033.  
  1034. - Some additonal bounds checking on sprintf() calls.
  1035.  
  1036. - tmpnam() checked. In principle, as few as 26 temporary filenames might be
  1037.   available from it (which should still be enough, unless you write a whole
  1038.   lot of replies).
  1039.  
  1040. 0.11 - 1998/03/21:
  1041.  
  1042. New features:
  1043.  
  1044. - Area and system descriptions added to saved messages.
  1045.  
  1046. - I removed the last remaining command-line option, "-m", on the grounds
  1047.   that it was useless. (This is a new UNfeature.) After testing it on my
  1048.   9600 bps terminal, it doesn't appear to improve the speed; and the
  1049.   alternate color scheme, which it was originally designed to select, was
  1050.   never implemented. (Instead, I've added inversing to the top and bottom
  1051.   bars in the letter window, and made a few other changes to make it more
  1052.   monochrome-friendly.)
  1053.  
  1054. Bug fixes and such:
  1055.  
  1056. - resource.C and resource.h rewritten and simplified to allow compilation
  1057.   with gcc 2.8.1. (It's not yet clear to me why the old version didn't work,
  1058.   but this is better anyway.) There are still a few warnings, but it works
  1059.   OK.
  1060.  
  1061. - When entering the From:, To:, and Subject: on replies, the full width of
  1062.   the fields had not been available. Under some circumstances, this could
  1063.   even cause a segfault. These lengths still need to be checked more
  1064.   stringently.
  1065.  
  1066. - Automatic "Re:" adding now takes place before subject-line editing,
  1067.   instead of after. This allows users to see that it will be added, and to
  1068.   override it if desired. (It also saves a few bytes of code!) I don't know
  1069.   why I did it the other way before.
  1070.  
  1071. - In the event of a "Fatal Error:" exit, MultiMail will now clean up after
  1072.   itself, as with normal exits. Also, failed memory allocation is now
  1073.   explicitly checked.
  1074.  
  1075. - Default paths for "zip" and "unzip" removed. (These would only show up
  1076.   if the paths were not defined in the .mmailrc -- as they are with the
  1077.   default .mmailrc.) Thanks to Carey Bloodworth for pointing this out.
  1078.  
  1079. - If the message numbers exceeded 5 digits (i.e., 100000+), they would mess
  1080.   up the display in the letter list. Now, it takes 6. :-)
  1081.  
  1082. - Much internal reorganization.
  1083.  
  1084. - Fixed a bug with my website -- the new-style URL (/~wmcbrine/) messed up
  1085.   some relative pathnames. :-)
  1086.  
  1087. 0.10 - 1998/03/07:
  1088.  
  1089. New features:
  1090.  
  1091. - Shadowed windows! Tell me if you like them.
  1092.  
  1093. - SIGWINCH support. You can now resize the terminal (e.g., maximize the
  1094.   xterm) while MultiMail is running, and it will adapt to the new
  1095.   size.
  1096.  
  1097. Bug fixes and such:
  1098.  
  1099. - Under Solaris, the help menu area was not being cleared when changing from
  1100.   one menu to another.
  1101.  
  1102. - One more space available in letter list (now consistent with the other
  1103.   lists).
  1104.  
  1105. - On some systems (such as Linux w/ glibc, and NetBSD), if you attempted to
  1106.   read a packet that didn't already have a "bbsid.red" file (mm's read
  1107.   markers) in it, MultiMail v0.9 would segfault right after unzipping a
  1108.   packet, due to a very stupid attempt to call fclose() with a NULL pointer.
  1109.   Under Linux w/ libc.5, this actually worked OK; and I didn't notice it on
  1110.   my NetBSD test system because the packets there already had .red files in
  1111.   them. Thanks again to Cesar Cardoso for reporting the problem.
  1112.  
  1113.   Due to the seriousness of this bug, I'm releasing v0.10 early.
  1114.  
  1115. 0.9 - 1998/02/26:
  1116.  
  1117. New features:
  1118.  
  1119. - Added alias, "!", for F2. Added Tab as an alias for right arrow (next
  1120.   unread) in letter list.
  1121.  
  1122. - Better handling of screen widths other than 80; better use of available
  1123.   screen space even in 80 columns. Still to do: handle SIGWINCH.
  1124.  
  1125. - QWK now has the option (on by default) to show only those areas which have
  1126.   messages in them, instead of the full area list. I set this on by default
  1127.   to match the behavior of the QWK side; you can change this in the
  1128.   top-level Makefile. Currently, it's only a compile-time option. (In the
  1129.   future, I'll add the ability to do a full list in Blue Wave mode, and to
  1130.   toggle the mode at runtime.)
  1131.  
  1132. - .REP and .NEW filenames are now forced to lowercase. Should be easier to
  1133.   type. :-) But if you have any uppercase-named reply packets from previous
  1134.   versions, you'll have to manually rename them before 0.9 will recognize
  1135.   them. Sorry.
  1136.  
  1137. - Blue Wave mode now works on big-endian systems! The full functionality of
  1138.   MultiMail is now available on all platforms where it compiles. And
  1139.   "-fpack-struct" is no longer needed in the Makefile -- which I hope may
  1140.   mean increased portability.
  1141.  
  1142. - system() calls to rm and sed have been eliminated.
  1143.  
  1144. Bug fixes and such:
  1145.  
  1146. - Strip spaces from Blue Wave subject lines; fixes sorting in some cases.
  1147.  
  1148. - In Blue Wave mode, MultiMail was using LF as a paragraph delimiter. The
  1149.   correct behavior is to use CR as the delimiter and ignore any LFs. Thanks
  1150.   to Marc D. Williams for submitting a packet that required this fix.
  1151.  
  1152. - Messages in Blue Wave packets are supposed to have a leading space, but
  1153.   packets produced by the ReneWave door lacked them. They also contained
  1154.   nulls in messages (a no-no). MultiMail now deals with these problems
  1155.   without flaking out. Thanks again to M.D.W.
  1156.  
  1157. - With Blue Wave packets, MultiMail now scans for "*.inf", instead of
  1158.   assuming that the packet name minus the extension is the basename.
  1159.   Normally, that is the case, but the "welcome!.000" packet that comes
  1160.   with the Blue Wave reader -- which uses "welcome" internally -- is a
  1161.   counterexample. MultiMail can now read this packet. :-)
  1162.  
  1163. - Startup for QWK packets is much faster, especially on slow systems.
  1164.   Previous versions would attempt to open the .ndx file for each area
  1165.   defined in the control.dat (and would do so several times for each area),
  1166.   whether it existed or not; 0.9 scans to see which .ndx files actually
  1167.   exist first.
  1168.  
  1169. - Changed ANSI viewer to work better with certain messages. Really, I should
  1170.   make it user-definable, instead of being hard-wired to "less"; but I'm
  1171.   probably going to make it into an internal function anyway.
  1172.  
  1173. - Added "#include <sys/types.h>" to mmail/mmail.h. Usually I wouldn't
  1174.   mention a change of this type, but in this case, it was done to get
  1175.   MultiMail to compile with glibc (libc 6). Thanks to Cesar Cardoso for
  1176.   reporting the problem and testing the solution.
  1177.  
  1178. - Saved messages are now wrapped at 80 columns, regardless of screen width
  1179.   at the time of saving; and the date is now added to the saved header.
  1180.  
  1181. - Replying to a message no longer messes up the right margin of the original
  1182.   when viewing it immediately after replying.
  1183.  
  1184. - Paths are no longer stored with the .red file when using LHA. In previous
  1185.   versions, this could cause the storing of multiple .red files into a
  1186.   packet.
  1187.  
  1188. - Next/previous unread in letter list now work correctly, even with messages
  1189.   that have manually been marked Unread.
  1190.  
  1191. - Miscellaneous minor internal fixes and optimizations.
  1192.  
  1193. 0.8 - 1998/02/10:
  1194.  
  1195. New features:
  1196.  
  1197. - "Re: " is stripped from subject lines, for sorting and display purposes,
  1198.   and added automatically on replies (unless doing so would truncate the
  1199.   subject). Subject sorting is now case-insensitive.
  1200.  
  1201. - Letter window now displays "bbsnum (x of y)", for consistency with the
  1202.   letter list and to provide more information.
  1203.  
  1204. - Slightly expanded the area description length to make better use of the
  1205.   available space. Also, in the letter list, more of the subject is shown.
  1206.  
  1207. - Restored the "line/lines" counter found in early versions of MultiMail.
  1208.   This shows the length of the message in lines, and the number of the top
  1209.   line on screen.
  1210.  
  1211. - Temporary files are now cleared at the end of a session. Also, since
  1212.   MultiMail now generates a unique temporary directory for each session, a
  1213.   single user can run multiple concurrent sessions. (Just don't try to read
  1214.   the same packet in each one!)
  1215.  
  1216. - System uname added to Blue Wave tearline (if it will fit).
  1217.  
  1218. - Character set translation can now be toggled at runtime, by pressing 'c',
  1219.   instead of at compilation time.
  1220.  
  1221. - Packet type is now recognized automatically, based on the filename's
  1222.   extension. (You can still force the other type.) Consequently, the "-b"
  1223.   and "-q" options have been removed.
  1224.  
  1225. - The Blue Wave area list now uses the description instead of the echotag.
  1226.   This is much more useful, and conforms to the Blue Wave reader.
  1227.  
  1228. - The number of the original message is now passed to the door for reply
  1229.   linking.
  1230.  
  1231. - In the letter window, the top and bottom bars are now inversed when in
  1232.   monochrome. In the various lists, the highlight bar is now drawn with
  1233.   stdout(), for greater contrast.
  1234.  
  1235. - Many changes to the top-level Makefile; it's now more portable, and
  1236.   commented. You can now set the location of the ncurses header file here,
  1237.   instead of editing the source.
  1238.  
  1239. - The packet list is now sorted, and shows file sizes as well as dates.
  1240.  
  1241. - The backquote character (`) is converted to an ESC when using the ANSI
  1242.   viewer. (Some systems recode ESC characters this way.)
  1243.  
  1244. - You can now Kill packets from the packet list.
  1245.  
  1246. Bug fixes and such:
  1247.  
  1248. - If all preexisting replies were deleted, attempting to create a new reply
  1249.   during the same session could cause a segfault.
  1250.  
  1251. - Terminal newlines stripped from replies. Conforms to the Blue Wave reader;
  1252.   supresses gaps after the tagline with some doors.
  1253.  
  1254. - QWK subject fields had been truncated at 24 characters. (The field is 25
  1255.   chars.)
  1256.  
  1257. - The tagline file can now be hand-edited without introducing blank lines.
  1258.  
  1259. - In the letter window, PgDn, End, and the down arrow now stop at the actual
  1260.   end of the text.
  1261.  
  1262. - No more extra junk in Blue Wave reply packets.
  1263.  
  1264. - Blue Wave replies can now be safely reedited. (Previously, the line
  1265.   endings could be messed up -- left in Unix format.) Stray characters no
  1266.   longer appear at the end of Blue Wave replies while viewing them.
  1267.  
  1268. - Blue Wave mode, like QWK mode, now shows the BBS message numbers in the
  1269.   letter list, instead of the messages' position in the packet.
  1270.  
  1271. - Trailing ", Sysop" stripped from sysop name in QWK mode.
  1272.  
  1273. - Opening reply packets that were generated by the Blue Wave reader caused a
  1274.   segfault, due to case mismatch; it now works correctly.
  1275.  
  1276. - Version number "encryption" for Blue Wave replies fixed (so the number
  1277.   appears correctly in tearlines). (IMO, the Blue Wave specs are in error in
  1278.   describing this feature -- bluewave.h refers to addition when it should
  1279.   say subtraction.)
  1280.  
  1281. - Left and right arrow keys in the area list now work much faster when
  1282.   skipping empty areas, and can take you to the first and last areas,
  1283.   instead of second and next-to-last.
  1284.  
  1285. - Killed the stupid repeating-REPLY-area bug in Blue Wave mode.
  1286.  
  1287. - When creating Blue Wave replies, MultiMail now makes the proper choice
  1288.   between "real name" and "alias", depending on the area flags.
  1289.  
  1290. 0.7 - 1997/12/07:
  1291.  
  1292. New features:
  1293.  
  1294. - Right and left arrow keys now select next/previous unread message in an
  1295.   area, similarly to the way they function in the area list (jumping to
  1296.   non-empty areas).
  1297.  
  1298. - ANSI viewer. Hit ^A while reading a message to view it in color, if it has
  1299.   ANSI codes embedded. This is still rudimentary; it uses "less" as the
  1300.   viewer, and it depends on the terminal to interpret the codes.
  1301.  
  1302. - Private flag support. Complete, except for Blue Wave area flag checks.
  1303.  
  1304. - Character set translation is essentially complete. The only further
  1305.   changes I envision are the ability to turn translation on or off at run
  1306.   time, instead of at compile time; some possible changes to the translation
  1307.   table; and maybe additional character sets.
  1308.  
  1309. - Stolen taglines are checked for dupes, included only once.
  1310.  
  1311. - With some minor changes, I got it to work under SunOS (Solaris). No longer
  1312.   just a Linux program! :-) So, the tearline is now derived from the uname.
  1313.   Blue Wave mode still requires a little-endian system.
  1314.  
  1315. - QWK "Personal" conference.
  1316.  
  1317. - Many key aliases added, mainly for use on terminals that don't support
  1318.   keys like PgDn and F1. Also, Space Bar now functions as a combination
  1319.   PgDn/Enter in the letter window, to allow paging through a conference.
  1320.  
  1321. - Marking and read/unread toggle now work from the letter list, simplifying
  1322.   bulk marking. In the REPLY area, Kill now works from the letter list.
  1323.  
  1324. - Automatic creation of .mmailrc and the mmail directories; no more "make
  1325.   install_dirs".
  1326.  
  1327. - Changed bluewave.h to version 3. (No related feature changes yet.) I now
  1328.   use it in unmodified form; "-fpack-struct" is sufficient.
  1329.  
  1330. Bug fixes and such:
  1331.  
  1332. - Suppression of "hidden" text lines added for Blue Wave (already present
  1333.   for QWK).
  1334.  
  1335. - Append saved files instead of overwrite.
  1336.  
  1337. - If saving without a path specified, save in the "save" directory.
  1338.  
  1339. - Better adaptation to nonstandard screen sizes.
  1340.  
  1341. - Really random taglines (previously, there was no call to srand).
  1342.  
  1343. - "Save lastread pointers?" and "Reply area has changed..." messages now
  1344.   come up only when appropriate.
  1345.  
  1346. - "Personal" column in area list removed in QWK mode. Maybe not a bug, but
  1347.   it was unused.
  1348.  
  1349. - Fall back to login name if no alias name defined. (It was using only the
  1350.   alias name, sometimes leading to blank From: lines in Blue Wave mode. This
  1351.   feature needs more work -- the alias should not always be the default.)
  1352.  
  1353. - Various date fixes (QWK and Blue Wave).
  1354.  
  1355. - Print the right area type for QWK Replies.
  1356.  
  1357. - Area names padded out with spaces when necessary to correct a cosmetic
  1358.   defect in the REPLIES/PERSONAL letter lists' "Area" fields.
  1359.  
  1360. - Version number references made consistent.
  1361.  
  1362. - Remove extra bytes from ends of messages (QWK and Blue Wave).
  1363.  
  1364. - A big one: Kill the *correct* reply messages with 'K'. (!)
  1365.  
  1366. - A BIG one: QWK reply area numbers fixed. It was using the internal area
  1367.   number, rather than the QWK number; so replies would go to the wrong
  1368.   areas! (Under specific conditions -- a packet with conferences that were
  1369.   numbered serially, starting from zero -- this would actually work right,
  1370.   which is doubtless how the bug snuck in to begin with.)
  1371.  
  1372. - Stop truncating replies. (This bug complimented the extra byte bug,
  1373.   preventing segfaults in the old version.)
  1374.  
  1375. - I changed the default directories from "bwdown", etc., to "down", etc.
  1376.   This wasn't a bug, but it was too Blue Wave-centric for a dual-function
  1377.   reader. (I believe the original intent of K.T. & T.I. was that the QWK
  1378.   implementation would have its own directories, e.g., "qwkdown";  but as
  1379.   implemented by J.Z., a common directory was used. I may revert to the
  1380.   putative original design at some point. Internally, the "bw"  prefix is
  1381.   still used on many shared structures.)
  1382.  
  1383. - Make .REP packets from the BBSID, not the base packetname.
  1384.  
  1385. - "Unread" now counts all messages marked unread, not just those which are
  1386.   also unmarked and unreplied.
  1387.  
  1388. - Letter sort fixed (now sorts by number within each subject), and faster.
  1389.  
  1390. - Eliminated the defaulting to "reply" when an otherwise undefined key was
  1391.   pressed.
  1392.  
  1393. - Calls to todos replaced with internal code.
  1394.  
  1395. - QWK .ndx parser replaced with faster, non-endian-dependent version.
  1396.  
  1397. - Many ncurses changes. Most importantly, shells and (normal) exits now
  1398.   restore the screen mode. (Error exits still need fixing.)
  1399.  
  1400. - Makefile changes (including centralizing options in top-level Makefile).
  1401.   Could do with a bit more changing, I think.
  1402.  
  1403. - A big one (since it prevented me from even using 0.6, as it was): Fixed
  1404.   segfaults on opening packets with uppercase names within (i.e., those from
  1405.   most or all DOS-based BBSes).
  1406.  
  1407. - Many minor changes to suppress warning messages during compilation.
  1408.  
  1409. - Many, many more. :-) These are just the user-visible ones.
  1410.  
  1411. Bugs unfixed:
  1412.  
  1413. - The lockup-on-exit bug, described below as having appeared in 0.3 and
  1414.   disappeared in 0.4, has resurfaced. I too am unable to trace it. It can
  1415.   come or go after almost any random change in the code.
  1416.  
  1417. -- William McBrine
  1418.  
  1419. 0.6a - 1997/03/25:
  1420.  
  1421. - Oops! The signature was in the wrong place. Right order is: signature,
  1422.   tagline, tearline ;-)
  1423.  
  1424. - Tagline adoption is supported! (Doesn't check dupe tags yet.)
  1425.  
  1426. - QWK-reply packs contained '\n' as a line terminator. It's incorrect! We
  1427.   have to use softCR (char#227).
  1428.  
  1429. - Character conversion is somewhat in! For ISO 8859-1 <--> CP437 (DOS)
  1430.   translation, #define ISOCONVERT in /interface/interface.h
  1431.  
  1432. - ISO conversion doesn't do the from/to/subj yet
  1433.  
  1434. 0.5a - 1997/03/22:
  1435.  
  1436. - Fixed another date bug (when reloading QWK replies, the date would be
  1437.   mangled).
  1438.  
  1439. - You can now use a signature file after each letter (specify its filename
  1440.   in .mmailrc)
  1441.  
  1442. - Says error, if ~/.mmailrc isn't found. (The program needs this file!)
  1443.  
  1444. - File open errors printed, inside a BW/QWK packet, it tries four variations
  1445.   of the filename (eg. mybbs.dat, MYBBS.dat, MYBBS.DAT, mybbs.DAT).
  1446.  
  1447. - The annoying bug, which occurred when quitting, has disappeared!
  1448.   ;-o
  1449.  
  1450. 0.4a - 1997/03/12:
  1451.  
  1452. - Fixed the date handling with QWK packets. Should do it well. That part
  1453.   wasn't even implemented before.
  1454.  
  1455. - Colors should be fine now, everywhere.
  1456.  
  1457. - One small, but ANNOYING bug introduced: the program doesn't exit properly,
  1458.   sometimes you have to kill it! Sorry, couldn't trace this bug yet. Maybe
  1459.   you can help.
  1460.  
  1461. 0.3alpha - 1997/02/16:
  1462.  
  1463. - Took out many more bugs. This version now is almost usable ;)
  1464.  
  1465. - You can now (re)Edit your reply!
  1466.  
  1467. - Major design and color changes... Still not done, but doing good!
  1468.  
  1469. - Added message Marking, Read/Unread toggle.
  1470.  
  1471. 0.2alpha - 1997/02/12:
  1472.  
  1473. - Debugged the program, fixed lots'a bugs, added QWK support. Only a
  1474.   preview! Don't use it, that's my advice! ;)
  1475.  
  1476. -- John Zero
  1477.  
  1478. 0.1c.staticbin - 1996/??/??:
  1479.  
  1480. - statically linked elf executable of 0.1c. Problems were reported with gcc
  1481.   2.7.2 and libc 5.2.?.
  1482.  
  1483. 0.1c - 1996/03/19:
  1484.  
  1485. - bugfix, now uses "todos", instead of "/usr/bin/todos", only elf binary
  1486.   included
  1487.  
  1488. 0.1b - 1996/02/05:
  1489.  
  1490. - Compiles on RedHat 2.1 + dynamic elf binary included
  1491.  
  1492. 0.1a - 1996/02/03:
  1493.  
  1494. - INSTALL file created (cut from readme)
  1495.  
  1496. 0.1 - 1996/01/27:
  1497.  
  1498. - initial release
  1499.  
  1500. -- Kolossvary Tamas and Toth Istvan
  1501.