Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Tauberer <joshua@mono-cvs.ximian.com>2005-05-21 16:30:20 +0400
committerJoshua Tauberer <joshua@mono-cvs.ximian.com>2005-05-21 16:30:20 +0400
commit9529b509911dd4faf493cb8dbabed7c0a724665b (patch)
treea15f605346f03f482d32efa17c6c604e5da217a2 /docbrowser/ChangeLog
parent925e672aedce5458e2b807ed7c882953ae4f6097 (diff)
2005-05-21 Joshua Tauberer <tauberer@for.net>
When loading EcmaUncompiledHelpSources, don't created the help source in browser.cs because it needs to be created and added to help_sources at the same time, because of the static id variable being incremented in the HelpSource constructor. The DLL is affected too. * browser.cs: Send the paths to uncompiled help, rather than the help sources. svn path=/trunk/mono-tools/; revision=44870
Diffstat (limited to 'docbrowser/ChangeLog')
-rw-r--r--docbrowser/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/docbrowser/ChangeLog b/docbrowser/ChangeLog
index 44b4184d..ee3de475 100644
--- a/docbrowser/ChangeLog
+++ b/docbrowser/ChangeLog
@@ -1,3 +1,15 @@
+2005-05-21 Joshua Tauberer <tauberer@for.net>
+
+ When loading EcmaUncompiledHelpSources, don't
+ created the help source in browser.cs because it
+ needs to be created and added to help_sources at the
+ same time, because of the static id variable being
+ incremented in the HelpSource constructor. The
+ DLL is affected too.
+
+ * browser.cs: Send the paths to uncompiled
+ help, rather than the help sources.
+
2005-05-08 Ben Maurer <bmaurer@ximian.com>
* Makefile.am: use $(RUNTIME) rather than `mono'