Archive-Date: Sun, 1 Jun 1997 20:18:19 +0200
Sender: <owner-emacs-testers@lp.se>
Date: Sun,  1 Jun 1997 20:17:53 +0200
Message-ID: <8654-Sun01Jun199720:17:53+0200-levitte@lp.se>
From: Richard Levitte - VMS Whacker <levitte@lp.se>
Reply-To: emacs-testers@LISTS.VMS.GNU.AI.MIT.EDU
To: gnu-emacs-announce@lists.vms.gnu.ai.mit.edu, gnu-announce@lists.vms.gnu.ai.mit.edu, emacs-testers@lists.vms.gnu.ai.mit.edu
Subject: New revision of emacs 19.28 for VMS
MIME-Version: 1.0
Content-Type: Text/Plain; Charset=ISO-8859-1
Content-Transfer-Encoding: 8bit

I's mainly a bunch of bug fixes, but also a few added features (like the
EMACS_WAKEUP_MAIL logical).

Files available:

  Updates since last time:

    emacs-19_28-updates-19970601.tar-gz
    emacs-19_28-updates-19970601.zip

  Full distribution:

    emacs-19_28-19970601.tar-gz
    emacs-19_28-19970601.zip

Chose the compaction you prefer.


Changelog contents since December 25:

[000000]:
Sun Jun  1 17:21:57 1997  Richard Levitte - VMS Whacker  <levitte@lp.se>

	* configure.com_in: changed to deal with GNU cc in a better way.


[ETC]:
Sun Jun  1 17:18:12 1997  Richard Levitte - VMS Whacker  <levitte@lp.se>

	* MACHINES: changed the data about me to be current.


[LIB-SRC]:
Sun Jun  1 13:18:02 1997  Richard Levitte - VMS Whacker  <levitte@lp.se>

	* wakeup.c (main) [VMS]: added code to check if there is any new
	mail and created the job logical name EMACS_WAKEUP_MAIL is such
	is the case.

Thu Apr 24 01:49:57 1997  Richard Levitte - VMS Whacker  <levitte@lp.se>

	* getopt.h (optarg, optind, opterr, optopt, getopt) [__DECC]:
	those symbols are redefined to be prefixed with "GNU$", to avoid
	a conflict with the definition of the same symbols in DEC C.


[LISP]:
Sun Jun  1 13:21:46 1997  Richard Levitte - VMS Whacker  <levitte@lp.se>

	* vms-sndmai.el (vms-sendmail-send-it): make sure the resent-*
	headers are checked first.

	* time.el (display-time-filter): on VMS, check the job logical
	name EMACS_WAKEUP_MAIL instead if trying to find a mail spool
	file.

Thu May 22 10:22:01 1997  Richard Levitte - VMS Whacker  <levitte@lp.se>

	* gnus.el (gnus-summary-search-subject, gnus-summary-subject-string): 
	make sure [ and ] are accepted in addresses, since people have
	started to use them for anti-SPAM purposes.

Wed Apr 23 14:53:31 1997  Richard Levitte - VMS Whacker  <levitte@lp.se>

	* rmail.el (rmail-convert-to-babyl-format): code added to nuke
	VMS Maill11 headers whenever appropriate.


[SRC]:
Mon Apr  7 17:40:20 1997  Richard Levitte - VMS Whacker  <levitte@lp.se>

	* process.c [VMS]: VMS also wants to have sys_siglist defined if
	not already defined.

	* sysdep.c [VMS]: removed the definition of sys_siglist[].

Sun Apr  6 02:04:34 1997  Richard Levitte - VMS Whacker  <levitte@lp.se>

	* sysdep.c [VMS]: Only define CLI$M_AUTHPRIV if not already
	defined.

	* vmsdir.h: changed definitions of the form "char foo[]" to
	"char *foo".

	* vmsfns.c (expand_search_paths): Erroneous strcmp() changed to
	strncmp().

Fri Jan 24 06:23:47 1997  Richard Levitte - VMS Whacker  <levitte@lp.se>

	* emacs.c (Fdump_emacs): Split in two, one VMS variant and one
	Unix variant.

	* descrip.mms_in_in (.FIRST): turn off messages around the call
	of check_verb.


And there are probably things I've forgotten.

-- 
R Levitte, Levitte Programming;  Spannv. 38, I;  S-161 43  Bromma;  SWEDEN
      Tel: +46-8-26 52 47;  Cel: +46-10-222 64 05;  No fax right now
  PGP key fingerprint = A6 96 C0 34 3A 96 AA 6C  B0 D5 9A DF D2 E9 9C 65
   Check http://www.lp.se/~levitte for my public key.   bastard@bofh.se
================================================================================
Archive-Date: Mon, 2 Jun 1997 09:30:08 +0200
Sender: <owner-emacs-testers@lp.se>
Date: Mon,  2 Jun 1997 09:30:03 +0200
Message-ID: <6931-Mon02Jun199709:30:03+0200-levitte@lp.se>
From: Richard Levitte - VMS Whacker <levitte@lp.se>
Reply-To: emacs-testers@LISTS.VMS.GNU.AI.MIT.EDU
To: emacs-testers@lists.vms.gnu.ai.mit.edu
Subject: VMSmail2, a mail reader for emacs
MIME-Version: 1.0
Content-Type: Text/Plain; Charset=ISO-8859-1
Content-Transfer-Encoding: 8bit

I've spent this weekend with hacking and slashing on the old vmsmail.el
package.  Actually, a lot is remade, so it has been renamed to VMSmail2.
It's currently at version 0.7.5, and is in beta.

I would like you to try it out.  It's available at
ftp://vms.gnu.ai.mit.edu/gnu-vms/software/beta/.

Feedback back to me.

Things that have changed:

;;{{{ History
;; 1997-05-30, Richard Levitte <levitte@lp.se>			v0.7
;;	- Comments added.
;;	- Changes in the code so you can't quit without at least being prompted
;;	  about messages being marked for delete and such.
;;	- Changes so the wastebasket would get purged.  Also added code to make
;;	  this dependent on the settings in VMS MAIL and/or the wishes of the
;;	  user.
;;	- Added some error checking and recovery code.  This is still very
;;	  incomplete.
;;	- Added code to nuke MAIL11 headers.  This will always be done in the
;;	  future.  Thank you !Calle <calle@ctrl-c.liu.se> for the code, which
;;	  I snarfed almost literarly (I removed three lines, I think...).
;;
;; 1997-06-01, Richard Levitte <levitte@lp.se>			v0.7.5
;;	- A lot of cleaning has been done, but more remains.
;;	- Added features:
;;		* toggle between hiding all headers but a chosen set and
;;		  showing them all (bound to `t').
;;		* forwarding (bound to `f').
;;		* resending (bound to `C-u f' and 'F').
;;		* move message to other folder is now done by pressing `o'
;;		  (previously `f').
;;		* you can now save a message to file (bound to `C-o').
;;		* will purge without prompting, depending on the VMS MAIL
;;		  settings and vmsmail-purge-method.
;;		* possibility to force the purge prompt (bound to `C-u q').
;;		* you can now move to the beginning of the message (bound
;;		  to `<') and the end of the message (bound to `>').
;;		* you can now scroll the message window up (bound to `RET')
;;		  and down (bound to `- RET').
;;		* you can now isearch in messages (bound to `s').
;;		* the mode line looks a lot better :-).
;;	- Added variables:
;;		* vmsmail-show-all-headers, which decides if all headers
;;		  should be shown by default or not.
;;		* vmsmail-save-all-headers, which decides if all headers
;;		  should be saved by default or not.
;;	- Added restrictions:
;;		* you have to unmark a subject line before you can put
;;		  another mark.
;;	- Removed stuff:
;;		* vmsmail-nuke-headers-regexp, since we only need to know
;;		  which ones to keep, now that we can toggle with `t'.
;;		* code to yank original message into reply, since this is
;;		  already done correctly byte mail-yank-original.
;;
;;		
;;}}}

-- 
R Levitte, Levitte Programming;  Spannv. 38, I;  S-161 43  Bromma;  SWEDEN
      Tel: +46-8-26 52 47;  Cel: +46-10-222 64 05;  No fax right now
  PGP key fingerprint = A6 96 C0 34 3A 96 AA 6C  B0 D5 9A DF D2 E9 9C 65
   Check http://www.lp.se/~levitte for my public key.   bastard@bofh.se
