summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-07 07:48:04 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-07 07:48:04 +0000
commitf4a6909849243c3e4776ddee4de962224e80ac9a (patch)
tree7f1d512bbc95f38587d8d4acb6950dd3fda0a35a /Changelog-Trunk.txt
parent9d77a645e0c7d41683c6f478594be342fca27e99 (diff)
downloadhercules-f4a6909849243c3e4776ddee4de962224e80ac9a.tar.gz
hercules-f4a6909849243c3e4776ddee4de962224e80ac9a.tar.bz2
hercules-f4a6909849243c3e4776ddee4de962224e80ac9a.tar.xz
hercules-f4a6909849243c3e4776ddee4de962224e80ac9a.zip
- re-added the duplicit nj/gs name messages in msg_athena
- renamed atcommand_sub to is_atcommand_sub (charcommand too) - reformatted conf-tmpl's comments a bit - and a fix to the stable changelog to make my last commit more descriptive git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9625 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 8f625430a..8dc9d806d 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,11 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2007/01/07
+ * Small reformatting of conf-tmpl
+ * Renamed atcommand_sub to is_atcommand_sub (charcommand too)
+ * Re-added the duplicit nj/gs name messages in msg_athena [ultramage]
+ (the code was using those and they look better in that position)
2007/01/06
* Now winsock 2 is required.
* Cleaned up do_close and socket_init a bit.