Diff for /libwww/Library/src/HTAlert.html between versions 2.47 and 2.48

version 2.47, 1997/04/05 00:25:17 version 2.48, 1998/03/20 17:52:46
Line 112  typedef enum _HTAlertMsg { Line 112  typedef enum _HTAlertMsg {
     HT_MSG_DESTINATION_MOVED,      HT_MSG_DESTINATION_MOVED,
     HT_MSG_REDIRECTION,      HT_MSG_REDIRECTION,
     HT_MSG_PROXY,      HT_MSG_PROXY,
       HT_MSG_CACHE_LOCK,
     HT_MSG_ELEMENTS                         /* This MUST be the last element */      HT_MSG_ELEMENTS                         /* This MUST be the last element */
 } HTAlertMsg;  } HTAlertMsg;
   
Line 135  with new location?", \ Line 136  with new location?", \
     "The destination document for this operation has moved - continue \      "The destination document for this operation has moved - continue \
 operation with new location?", \  operation with new location?", \
     "A redirection may change the behavior of this method - proceed anyway?", \      "A redirection may change the behavior of this method - proceed anyway?", \
     "An automatic request for changing proxy has been encountered - continue?"      "An automatic request for changing proxy has been encountered - continue?", \
       "The persistent cache is already in use by another user. If this is not \
   the case then you can manually delete this lock and restart."
 </PRE>  </PRE>
 <H2>  <H2>
   Enable or Disable Messages    Enable or Disable Messages

Removed from v.2.47  
changed lines
  Added in v.2.48


Webmaster