~ubuntu-branches/ubuntu/hardy/monodevelop/hardy

« back to all changes in this revision

Viewing changes to Core/src/Tools/mdhost/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-07-16 13:29:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070716132954-pzjpp1tbvotxw30v
Tags: 0.14+dfsg-1ubuntu1
* Sync with Debian, remaining changes:
  + debian/control:
    - Build depend on firefox-dev, depend on firefox.
    - Adjust Maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2007-05-04  Lluis Sanchez Gual <lluis@novell.com> 
 
2
 
 
3
        * Mono.Addins.mdp: Updated.
 
4
        * Mono.Addins/ExtensionContext.cs: Fixed GetExtensionObjects overload
 
5
          which was not using the correct reuseCachedInstance value.
 
6
        * Mono.Addins/ExtensionTree.cs: Improved error message. When looking
 
7
          for a type in an assembly, avoid throwing an exception too early,
 
8
          since it may be found in other assemblies.
 
9
        * Mono.Addins.Database/AddinDatabase.cs: In the addin info cache, also
 
10
          store information about unsuccessful lookups, to avoid looking for
 
11
          an add-in again if we found that it doesn't exist. In Update(),
 
12
          don't use verbose output by default.
 
13
 
 
14
2007-04-26  Lluis Sanchez Gual <lluis@novell.com> 
 
15
 
 
16
        * mdhost.mdp: Don't copy referenced assemblies.
 
17
 
1
18
2007-02-15  Lluis Sanchez Gual <lluis@novell.com> 
2
19
 
3
20
        * src/AssemblyInfo.cs: Avoid incremental change of version.