summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 0137b69e6..ec9bfc496 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -4,6 +4,12 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
2007/01/08
+ * Moved the plugin.def file to the plugins dir and added console.def
+ * Found the reason why the console didn't want to run on windows
+ (Microsoft uses !0 and unix uses 0 in pipe_create)
+ * Commented out a login_log call (sql doesn't implement that function!)
+ * Fixed an old debug message displaying %d instead of a number
+ * Silenced the plugin export messages during startup [ultramage]
* Added a precompiler error when the shutdown defines are not found.
* Added parse_console to the plugin API.
* Added plugin for parsing the console. (working with cygwin)