Converted ChangeLogs to UTF-8 and recovered incorrectly encoded characters.
[mono.git] / mcs / bmcs / ChangeLog
index 4166294fbaa1f0895d8e401eb301ac8671d8338e..564a3f637de805e28663cf3cdd490bafdd0cff0c 100644 (file)
@@ -1,4 +1,4 @@
-2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
+2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
 
        * AssemblyInfo.cs: Use Consts.MonoVersion as AssemblyVersion.
        * bmcs.exe.config: Updated runtime version to v2.0.50727 (2.0 RTM).
        According to the spec, 
 
        In a member access of the form E.I, if E is a single identifier,
-       and if the meaning of E as a simple-name (§7.5.2) is a constant,
+       and if the meaning of E as a simple-name (§7.5.2) is a constant,
        field, property, localvariable, or parameter with the same type as
-       the meaning of E as a type-name (§3.8), then both possible
+       the meaning of E as a type-name (§3.8), then both possible
        meanings of E are permitted.
 
        We did not check that E as a simple-name had the same type as E as
        According to the spec, 
 
        In a member access of the form E.I, if E is a single identifier,
-       and if the meaning of E as a simple-name (§7.5.2) is a constant,
+       and if the meaning of E as a simple-name (§7.5.2) is a constant,
        field, property, localvariable, or parameter with the same type as
-       the meaning of E as a type-name (§3.8), then both possible
+       the meaning of E as a type-name (§3.8), then both possible
        meanings of E are permitted.
 
        We did not check that E as a simple-name had the same type as E as
        basically ignored the method name.  Now we make sure that the
        method name is one of the valid indexer names.
 
-2004-03-14  Gustavo Giráldez  <gustavo.giraldez@gmx.net>
+2004-03-14  Gustavo Giráldez  <gustavo.giraldez@gmx.net>
  
        * support.cs (SeekableStreamReader): Keep track of stream byte
        positions and don't mix them with character offsets to the buffer.
 
-       Patch from Gustavo Giráldez
+       Patch from Gustavo Giráldez
 
 2004-03-15  Marek Safar  <marek.safar@seznam.cz>
 
@@ -9759,7 +9759,7 @@ Tue Jan 28 17:30:57 CET 2003 Paolo Molaro <lupus@ximian.com>
 
        * driver.cs: fixed bug #37187.
 
-2003-01-27  Pedro Martinez Juliá  <yoros@wanadoo.es>
+2003-01-27  Pedro Martinez Juliá  <yoros@wanadoo.es>
 
        * expression.cs (IndexerAccess.DoResolve): Before trying to resolve
        any indexer, it's needed to build a list with all the indexers in the
@@ -11147,7 +11147,7 @@ Tue Dec 3 19:32:04 CET 2002 Paolo Molaro <lupus@ximian.com>
        without debugging support.
 
        * delegate.cs (Delegate.CloseDelegate): Removed, use CloseType instead.
-       Fixes bug #30235.  Thanks to Ricardo Fernández Pascual.
+       Fixes bug #30235.  Thanks to Ricardo Fernández Pascual.
 
 2002-09-12  Martin Baulig  <martin@gnome.org>