*** 1.8	1993/01/09 02:33:46
--- gopher.c	1993/01/13 04:20:20
***************
*** 1,7 ****
  /********************************************************************
   * $Author: lindner $
!  * $Revision: 1.8 $
!  * $Date: 1993/01/09 02:33:46 $
   * $Source: /home/mudhoney/GopherSrc/gopher1.11b/gopher/RCS/gopher.c,v $
   * $State: Rel $
   *
--- 1,7 ----
  /********************************************************************
   * $Author: lindner $
!  * $Revision: 1.11 $
!  * $Date: 1993/01/12 22:38:56 $
   * $Source: /home/mudhoney/GopherSrc/gopher1.11b/gopher/RCS/gopher.c,v $
   * $State: Rel $
   *
***************
*** 15,20 ****
--- 15,31 ----
   *********************************************************************
   * Revision History:
   * $Log: gopher.c,v $
+  * Revision 1.11  1993/01/12  22:38:56  lindner
+  * Rescinded changes for sound on VMS, it doesn't work!
+  *
+  * Revision 1.10  1993/01/12  21:42:14  lindner
+  * Fixed problem with viewing files in secure mode.
+  * Fixed problems with suck_sound in VMS.
+  * Fixed problems with \n on the system command in VMS
+  *
+  * Revision 1.9  1993/01/12  17:30:17  lindner
+  * Fixed problem with 's' key for save_file.
+  *
   * Revision 1.8  1993/01/09  02:33:46  lindner
   * Fixed definitions for controlc() and sizechange()
   *
***************
*** 1311,1320 ****
       case -1:
  	  break;
  
       case A_GIF:
       case A_IMAGE:
       case A_MIME:
-      case A_FILE:
  	  if (!SecureMode) {
  	       Draw_Status("Receiving Information...");
  	       refresh();
--- 1322,1336 ----
       case -1:
  	  break;
  
+      case A_FILE:
+ 	  Draw_Status("Receiving Information...");
+ 	  refresh();
+ 	  showfile(ZeGopher);
+ 	  break;
+ 
       case A_GIF:
       case A_IMAGE:
       case A_MIME:
  	  if (!SecureMode) {
  	       Draw_Status("Receiving Information...");
  	       refresh();
