Tue Dec 29 09:39:27 1992  Richard Levitte  (LEVITTE@elin.e.kth.se)

	* compile.el :
	I've added extensions to make next-error recognize error lines
	from VAX Pascal and VAX CC.

Mon Dec  7 14:53:46 1992  Richard Levitte  (LEVITTE@elmer.e.kth.se)

	* files.el (find-file-noselect):
	If the file was not found, perhaps the VMS search path expansion
	of the file didn't get it right. Try expanding the directory
	part, and try again. If still not found, give up.

Sat Dec  5 19:33:29 1992  Richard Levitte  (LEVITTE@ELMER.e.kth.se)

	* files.el (find-file-noselect):
	The call to vms-expand-search-path was placed rather late in this
	function, and thus, some files could get multiple buffers.
	Ex: if you tried to find-file SYS$MANAGER:SYSTARTUP_V5.COM twice,
	you would end up with two buffer, because the first would
	have the file name SYS$COMMON:[SYSMGR]SYSTARTUP_V5.COM, which
	is then compared to SYS$MANAGER:SYSTARTUP_V5.COM. Now,
	vms-expand-search-path is placed at the beginning of
	find-file-noselect, which means search paths are expanded before
	comparing.

Wed Nov 25 15:30:02 1992  Richard Levitte  (RICHARD@BONNIE.ttt.kth.se)

	* sendmail.el:
	Changes have been done to make it faster on VMS. instead of using
	VMS MAIL, it uses a special program VMSSENDMAIL.EXE (found in
	EMACS_LIBRARY:[ETC])

	* mail-utils.el (mail-strip-quoted-names):
	Added some code so addresses like foo%"bar@host" would be
	recognized on VMS.

Thu Sep 24 14:38:10 1992  Richard Levitte  (richard@ttt.kth.se)

	* files.el (file-name-sans-versions):
	Changed the [0-9]+ parts of the regexps to [0-9]* (Only in the VMS
	case). That way, the second dot in -- for example -- LIB.OBJ.
	will be taken away.

Local Variables:
mode: indented-text
left-margin: 8
fill-column: 74
version-control: never
End:
