------------------------------------------------------------------------
r36325 | ckknight | 2007-05-22 05:06:03 -0400 (Tue, 22 May 2007) | 2 lines
Changed paths:
   M /trunk/Ace2/Ace2.toc
   M /trunk/Ace2/AceAddon-2.0/AceAddon-2.0.lua
   M /trunk/Ace2/AceAddon-2.0/AceAddon-2.0.toc
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.toc
   M /trunk/Ace2/AceConsole-2.0/AceConsole-2.0.toc
   M /trunk/Ace2/AceDB-2.0/AceDB-2.0.toc
   M /trunk/Ace2/AceDebug-2.0/AceDebug-2.0.toc
   M /trunk/Ace2/AceEvent-2.0/AceEvent-2.0.toc
   M /trunk/Ace2/AceHook-2.1/AceHook-2.1.toc
   M /trunk/Ace2/AceLibrary/AceLibrary.toc
   M /trunk/Ace2/AceLocale-2.2/AceLocale-2.2.toc
   M /trunk/Ace2/AceModuleCore-2.0/AceModuleCore-2.0.toc
   M /trunk/Ace2/AceOO-2.0/AceOO-2.0.toc
   M /trunk/Ace2/AceTab-2.0/AceTab-2.0.toc

Ace2 - bump to 20100

------------------------------------------------------------------------
r36179 | rabbit | 2007-05-21 20:45:52 -0400 (Mon, 21 May 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceLibrary/AceLibrary.lua

.AceLibrary: Don't stop searching for libraries to load when one is found. Babble-2.2, for instance, has the X-Babble-Spell-2.2 field in its toc, even thought the Babble-Spell-2.2 directory could be extracted to its own addon.  We want the check to load both, instead of bailing after the first. Patch by nymbia.
------------------------------------------------------------------------
r36178 | rabbit | 2007-05-21 20:44:50 -0400 (Mon, 21 May 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceHook-2.1/AceHook-2.1.lua

.AceHook-2.1: Error correctly when specifying an invalid object method, ie self:Hook({}, 'foo'), patch by nymbia.
------------------------------------------------------------------------
r36174 | rabbit | 2007-05-21 20:13:16 -0400 (Mon, 21 May 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceEvent-2.0/AceEvent-2.0.lua

.AceEvent-2.0: Moving this to PerformanceFu.
------------------------------------------------------------------------
r36009 | ckknight | 2007-05-20 19:44:27 -0400 (Sun, 20 May 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceLibrary/AceLibrary.toc

.AceLibrary - remove LoD
------------------------------------------------------------------------
r35663 | ckknight | 2007-05-17 00:46:17 -0400 (Thu, 17 May 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceModuleCore-2.0/AceModuleCore-2.0.lua

.AceModuleCore-2.0 - add :SetModuleDefaultState(module, state)
------------------------------------------------------------------------
r35519 | rabbit | 2007-05-15 13:53:22 -0400 (Tue, 15 May 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceEvent-2.0/AceEvent-2.0.lua

.AceEvent-2.0: Bugfix.
------------------------------------------------------------------------
r35478 | rabbit | 2007-05-15 01:10:15 -0400 (Tue, 15 May 2007) | 3 lines
Changed paths:
   M /trunk/Ace2/AceEvent-2.0/AceEvent-2.0.lua

.AceEvent-2.0:
 * If script profiling is enabled and we're running embedded, show a staticpopup to the user stating that the reported addon CPU and memory usage might be wrong.
 * Also switch the upgrade alert to use a staticpopup instead of message.
------------------------------------------------------------------------
r35416 | rabbit | 2007-05-14 09:49:05 -0400 (Mon, 14 May 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceLibrary/AceLibrary.lua

.AceLibrary: Set DONT_ENABLE_LIBRARIES at the top of AceLibrary.lua to disable automatic enabling of loadondemand libraries for :HasInstance and :GetInstance.
------------------------------------------------------------------------
r35356 | rabbit | 2007-05-13 14:55:40 -0400 (Sun, 13 May 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceHook-2.1/AceHook-2.1.lua

.AceHook-2.1: Don't error if we have no hooks in :UnhookAll.
------------------------------------------------------------------------
r35202 | ckknight | 2007-05-12 06:51:41 -0400 (Sat, 12 May 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceLibrary/AceLibrary.lua

.AceLibrary - add another line with which to try to load addons.
------------------------------------------------------------------------
r35201 | ckknight | 2007-05-12 06:43:48 -0400 (Sat, 12 May 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceLibrary/AceLibrary.lua

.AceLibrary - typo
------------------------------------------------------------------------
r35200 | ckknight | 2007-05-12 06:40:20 -0400 (Sat, 12 May 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceLibrary/AceLibrary.lua

.AceLibrary - as well as loading LoD addons that are libraries, try to enable them as well. (thanks sylvanaar)
------------------------------------------------------------------------
r34168 | rabbit | 2007-05-01 02:11:37 -0400 (Tue, 01 May 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceDebug-2.0/AceDebug-2.0.lua

.AceDebug-2.0: Added GetDebugPrefix from sylvanaar.
------------------------------------------------------------------------
r34058 | ckknight | 2007-04-29 04:53:32 -0400 (Sun, 29 Apr 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceModuleCore-2.0/AceModuleCore-2.0.lua

.AceModuleCore-2.0 - when a module is enabled/disabled, call :OnModuleEnable or :OnModuleDisable on the core.
------------------------------------------------------------------------
r33999 | ckknight | 2007-04-28 17:22:16 -0400 (Sat, 28 Apr 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0 - change all (ANSI) degree symbols to \176 and all (ANSI) plus/minus symbols to \177. This should relieve issues with foreigners.
------------------------------------------------------------------------
r33952 | rabbit | 2007-04-28 02:07:16 -0400 (Sat, 28 Apr 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceConsole-2.0/AceConsole-2.0.lua

.AceConsole-2.0: Fix printUsage for type=text+validate=table and type=range, and possibly type=text with multiToggle.
------------------------------------------------------------------------
r33950 | ckknight | 2007-04-28 01:41:36 -0400 (Sat, 28 Apr 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceConsole-2.0/AceConsole-2.0.lua

.AceConsole-2.0 - fix typo
------------------------------------------------------------------------
r33949 | ckknight | 2007-04-28 01:30:59 -0400 (Sat, 28 Apr 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceModuleCore-2.0/AceModuleCore-2.0.lua

.AceModuleCore-2.0 - can now nest calls to :IterateModules()
------------------------------------------------------------------------
r33947 | rabbit | 2007-04-28 01:22:04 -0400 (Sat, 28 Apr 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceModuleCore-2.0/AceModuleCore-2.0.lua

.AceModuleCore-2.0: Currently, you can't nest calls to :IterateModules without unforeseen and bad consequences, so now we error if you do. Hopefully this'll be fixed soonish, though.
------------------------------------------------------------------------
r33916 | ckknight | 2007-04-27 14:52:19 -0400 (Fri, 27 Apr 2007) | 1 line
Changed paths:
   M /trunk/Ace2/Ace2.toc

Ace2 - remove space.
------------------------------------------------------------------------
r33861 | ckknight | 2007-04-26 23:02:04 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0 - apparently this was creating a bunch of extra tables needlessly. Now uses a recycling mechanism.
------------------------------------------------------------------------
r33858 | ckknight | 2007-04-26 22:21:29 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceEvent-2.0/AceEvent-2.0.lua

.AceEvent-2.0 - potential bugfixings.
------------------------------------------------------------------------
r33852 | ckknight | 2007-04-26 20:53:06 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceEvent-2.0/AceEvent-2.0.lua

.AceEvent-2.0 - make sure to register with all events
------------------------------------------------------------------------
r33851 | ckknight | 2007-04-26 20:50:05 -0400 (Thu, 26 Apr 2007) | 2 lines
Changed paths:
   M /trunk/Ace2/AceEvent-2.0/AceEvent-2.0.lua

.AceEvent-2.0 - properly revert to before the breakage started occurring.
- note: in WoW 2.1, still use the new version
------------------------------------------------------------------------
r33844 | ckknight | 2007-04-26 19:15:42 -0400 (Thu, 26 Apr 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceEvent-2.0/AceEvent-2.0.lua

.AceEvent-2.0 - for bucket events that handle units, i.e. events that start with UNIT_, before firing off the final event, make sure that all the units inside the bucket exist.
------------------------------------------------------------------------
r33771 | rabbit | 2007-04-25 22:14:51 -0400 (Wed, 25 Apr 2007) | 1 line
Changed paths:
   M /trunk/Ace2/Ace2.toc

Ace2: Remove AceDebug-2.1 from the TOC.
------------------------------------------------------------------------
r33602 | ckknight | 2007-04-24 05:15:53 -0400 (Tue, 24 Apr 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceDebug-2.0/AceDebug-2.0.lua

.AceDebug-2.0 - apparently DEBUGGING and TOGGLE_DEBUGGING were global
------------------------------------------------------------------------
r33601 | ckknight | 2007-04-24 05:13:12 -0400 (Tue, 24 Apr 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceComm-2.0/AceComm-2.0.lua

.AceComm-2.0 - remove SETGLOBAL msg and message.
------------------------------------------------------------------------
r33597 | ckknight | 2007-04-24 04:47:06 -0400 (Tue, 24 Apr 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceEvent-2.0/AceEvent-2.0.lua

.AceEvent-2.0 - turned upgrade error into a message, also checks by revision.
------------------------------------------------------------------------
r33494 | ckknight | 2007-04-23 07:30:44 -0400 (Mon, 23 Apr 2007) | 2 lines
Changed paths:
   M /trunk/Ace2/AceEvent-2.0/AceEvent-2.0.lua

.AceEvent-2.0 - now holds the old version (WoW 2.0) and the new version (WoW 2.1), loading each in the respective patches. Hopefully this doesn't fuck everything to hell.

------------------------------------------------------------------------
r33493 | ckknight | 2007-04-23 07:26:32 -0400 (Mon, 23 Apr 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceEvent-2.0/AceEvent-2.0.lua

.AceEvent-2.0 - due to a destructive upgrade bug, prevent old versions from upgrading, preliminarily.
------------------------------------------------------------------------
r33368 | ckknight | 2007-04-22 00:04:28 -0400 (Sun, 22 Apr 2007) | 3 lines
Changed paths:
   M /trunk/Ace2/AceConsole-2.0/AceConsole-2.0.lua

.AceConsole-2.0 - should fix most of the issues with passing values.
- allow for subgroups of passing groups.
- options with .get and .set won't be passing options
------------------------------------------------------------------------
r33362 | ckknight | 2007-04-21 21:37:08 -0400 (Sat, 21 Apr 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceDB-2.0/AceDB-2.0.lua

.AceDB-2.0 - make the char db only create if .charName is set
------------------------------------------------------------------------
r33361 | ckknight | 2007-04-21 21:34:03 -0400 (Sat, 21 Apr 2007) | 1 line
Changed paths:
   M /trunk/Ace2/AceDB-2.0/AceDB-2.0.lua

.AceDB-2.0 - potentially fix bug where the char database is nil
------------------------------------------------------------------------
