*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 18 Jun 1999 17:24:18 +0200
changeset 2182 0f2f1fde3901
parent 2181 3a6dc8c26849
child 2183 163021cf0951
*** empty log message ***
FBrowser.st
FileBrowser.st
--- a/FBrowser.st	Fri Jun 18 17:23:25 1999 +0200
+++ b/FBrowser.st	Fri Jun 18 17:24:18 1999 +0200
@@ -5463,6 +5463,8 @@
     "/ define comment strings, by heuristics;
     "/ (should look for some mode= or similar string
     "/  found in the file itself - like emacs does it)
+    "/ Also, I would prefer some other (central) place for this
+    "/ kind of information (how about the MIMEType class ?)
 
     (#('Make.proto'
       'Makefile'
@@ -6642,5 +6644,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/FBrowser.st,v 1.325 1999-06-18 15:23:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/FBrowser.st,v 1.326 1999-06-18 15:24:18 cg Exp $'
 ! !
--- a/FileBrowser.st	Fri Jun 18 17:23:25 1999 +0200
+++ b/FileBrowser.st	Fri Jun 18 17:24:18 1999 +0200
@@ -5463,6 +5463,8 @@
     "/ define comment strings, by heuristics;
     "/ (should look for some mode= or similar string
     "/  found in the file itself - like emacs does it)
+    "/ Also, I would prefer some other (central) place for this
+    "/ kind of information (how about the MIMEType class ?)
 
     (#('Make.proto'
       'Makefile'
@@ -6642,5 +6644,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.325 1999-06-18 15:23:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.326 1999-06-18 15:24:18 cg Exp $'
 ! !