vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
------------------------------------------------------------------------
r17136 | ckknight | 2006-11-15 22:02:12 -0500 (Wed, 15 Nov 2006) | 3 lines

.AceEvent-2.0 - .AceEvent-2.0 - Now stores current event at AceLibrary("AceEvent-2.0").currentEvent instead of _G.event, cause of future tainting issues.
_G.event is still set in trunk, but not in the TBC branch.

------------------------------------------------------------------------
r16541 | ckknight | 2006-11-10 00:07:20 -0500 (Fri, 10 Nov 2006) | 1 line

.AceEvent-2.0 - altered the OnUpdate function to handle double-cancellations properly.
------------------------------------------------------------------------
r16530 | ckknight | 2006-11-09 21:31:47 -0500 (Thu, 09 Nov 2006) | 1 line

.AceModuleCore-2.0 - on enabling a module, its mixins' OnEmbedEnable is now called.
------------------------------------------------------------------------
r16523 | ckknight | 2006-11-09 20:32:55 -0500 (Thu, 09 Nov 2006) | 1 line

.AceAddon-2.0 - added credits, thanks vhaarr
------------------------------------------------------------------------
r16518 | ckknight | 2006-11-09 18:29:18 -0500 (Thu, 09 Nov 2006) | 1 line

.AceConsole-2.0 - changed a few error messages around.
------------------------------------------------------------------------
r16328 | hyperactiveChipmunk | 2006-11-08 05:05:18 -0500 (Wed, 08 Nov 2006) | 3 lines

Ace2/AceAddon-2.0: (at the request of vhaarr)
- 334: for k,v in CATEGORIES -> for k,v in pairs(CATEGORIES)

------------------------------------------------------------------------
r16267 | ckknight | 2006-11-07 18:38:23 -0500 (Tue, 07 Nov 2006) | 1 line

.AceComm-2.0 - fixed issue with channels loading before general
------------------------------------------------------------------------
r16217 | ckknight | 2006-11-07 04:05:11 -0500 (Tue, 07 Nov 2006) | 1 line

.AceTab-2.0 - backporting TBC changes. no longer requires AceHook.
------------------------------------------------------------------------
r16186 | ckknight | 2006-11-06 21:25:30 -0500 (Mon, 06 Nov 2006) | 1 line

.AceHook-2.1 - fixed bug in unhookMethod.
------------------------------------------------------------------------
r16114 | ckknight | 2006-11-06 04:46:14 -0500 (Mon, 06 Nov 2006) | 1 line

.AceDB-2.0 - fixed icky typo
------------------------------------------------------------------------
r16110 | ckknight | 2006-11-06 04:27:34 -0500 (Mon, 06 Nov 2006) | 1 line

.AceModuleCore-2.0 - bugfix
------------------------------------------------------------------------
r16107 | ckknight | 2006-11-06 04:17:17 -0500 (Mon, 06 Nov 2006) | 1 line

.AceModuleCore-2.0 - now disables/enables modules on profile change.
------------------------------------------------------------------------
r16105 | ckknight | 2006-11-06 04:16:07 -0500 (Mon, 06 Nov 2006) | 1 line

.AceDB-2.0 - :OnProfileDisable() is now :OnProfileDisable("newProfile")
------------------------------------------------------------------------
r16058 | ckknight | 2006-11-05 20:13:39 -0500 (Sun, 05 Nov 2006) | 1 line

.AceConsole-2.0 - bugfix
------------------------------------------------------------------------
r15896 | ckknight | 2006-11-04 05:07:41 -0500 (Sat, 04 Nov 2006) | 1 line

.AceDB-2.0 - profile switching now switches namespaces properly.
------------------------------------------------------------------------
r15814 | ckknight | 2006-11-03 09:58:05 -0500 (Fri, 03 Nov 2006) | 1 line

.AceHook-2.1 - properly unhooks secure hooks.
------------------------------------------------------------------------
r15485 | ckknight | 2006-10-29 19:25:08 -0500 (Sun, 29 Oct 2006) | 1 line

.AceHook-2.1 - fixed registry bug
------------------------------------------------------------------------
r15440 | ckknight | 2006-10-29 03:22:07 -0500 (Sun, 29 Oct 2006) | 1 line

.AceComm-2.0 - bugfixing regarding custom channels
------------------------------------------------------------------------
r15291 | ckknight | 2006-10-27 02:02:05 -0400 (Fri, 27 Oct 2006) | 1 line

.AceLocale-2.2 - changed an index to a rawget.
------------------------------------------------------------------------
r15055 | ckknight | 2006-10-24 01:35:28 -0400 (Tue, 24 Oct 2006) | 1 line

.AceLocale-2.2 - fixed :121: attempt to call a nil value
------------------------------------------------------------------------
r15051 | ckknight | 2006-10-24 00:23:52 -0400 (Tue, 24 Oct 2006) | 1 line

.AceConsole-2.0 - possibly fix true/false map issues.
------------------------------------------------------------------------
r15048 | ckknight | 2006-10-24 00:08:38 -0400 (Tue, 24 Oct 2006) | 1 line

Ace2 - added svn:keywords to AceLocale-2.2 and AceHook-2.1
------------------------------------------------------------------------
r15025 | ckknight | 2006-10-23 20:41:27 -0400 (Mon, 23 Oct 2006) | 1 line

.AceHook-2.1 - added checks to the arguments of :Hook, :SecureHook, :IsHooked, and :Unhook
------------------------------------------------------------------------
r15024 | ckknight | 2006-10-23 20:36:34 -0400 (Mon, 23 Oct 2006) | 1 line

.AceDebug-2.0 - == -> =
------------------------------------------------------------------------
r15022 | tekkub | 2006-10-23 20:08:20 -0400 (Mon, 23 Oct 2006) | 1 line

Ace2 - deDE for AceDebug from Progman, see #81
------------------------------------------------------------------------
r15009 | tekkub | 2006-10-23 18:10:13 -0400 (Mon, 23 Oct 2006) | 1 line

Ace2 - Ooops, I erased the funny koKReans scribblings in AceConsole-2.0.lua in r14832
------------------------------------------------------------------------
r14972 | ckknight | 2006-10-23 10:01:28 -0400 (Mon, 23 Oct 2006) | 1 line

.AceLocale-2.2 - fixed :HasLocale("locale") when called without any registrations
------------------------------------------------------------------------
r14908 | ckknight | 2006-10-22 23:56:44 -0400 (Sun, 22 Oct 2006) | 1 line

.AceLocale-2.2 - fixed argCheck
------------------------------------------------------------------------
r14905 | ckknight | 2006-10-22 23:50:58 -0400 (Sun, 22 Oct 2006) | 1 line

.AceLocale-2.2 - typo
------------------------------------------------------------------------
r14902 | ckknight | 2006-10-22 23:47:55 -0400 (Sun, 22 Oct 2006) | 1 line

.AceLocale-2.2 - added override back in on :EnableDynamicLocales
------------------------------------------------------------------------
r14899 | ckknight | 2006-10-22 23:32:38 -0400 (Sun, 22 Oct 2006) | 1 line

.AceLocale-2.2 - backporting changes from TBC branch
------------------------------------------------------------------------
r14832 | tekkub | 2006-10-22 15:52:01 -0400 (Sun, 22 Oct 2006) | 1 line

Ace2 - Merging in zhCN locales from q09q09
------------------------------------------------------------------------
r14831 | tekkub | 2006-10-22 15:34:44 -0400 (Sun, 22 Oct 2006) | 1 line

Ace2 - Merging in zhTW locale from xinsonic
------------------------------------------------------------------------
r14819 | ckknight | 2006-10-22 11:02:14 -0400 (Sun, 22 Oct 2006) | 1 line

.AceDB - changed :GetAceOptionsDataTable() to return unique tables.
------------------------------------------------------------------------
r14781 | kaelten | 2006-10-22 00:58:22 -0400 (Sun, 22 Oct 2006) | 2 lines

Ace2 - AceLocale-2.2.lua
- changed variable name forReals to override
------------------------------------------------------------------------
r14779 | ckknight | 2006-10-22 00:55:11 -0400 (Sun, 22 Oct 2006) | 1 line

.AceLocale-2.2 - :EnableDynamicLocales() => :EnableDynamicLocales(forReals)
------------------------------------------------------------------------
r14771 | ckknight | 2006-10-22 00:20:03 -0400 (Sun, 22 Oct 2006) | 1 line

.AceHook-2.1 - whoops. error in TBC => trunk translation
------------------------------------------------------------------------
r14770 | ckknight | 2006-10-22 00:16:49 -0400 (Sun, 22 Oct 2006) | 1 line

.AceHook-2.1 - backported TBC branch sections. Using `, true` at the end of a :Hook should work now.
------------------------------------------------------------------------
r14767 | ckknight | 2006-10-22 00:13:11 -0400 (Sun, 22 Oct 2006) | 1 line

.AceLocale-2.2 - backporting changes from TBC branch
------------------------------------------------------------------------
r14503 | ckknight | 2006-10-20 10:29:35 -0400 (Fri, 20 Oct 2006) | 1 line

.AceHook-2.1 - fixed bug in method hooking
------------------------------------------------------------------------
r14491 | ckknight | 2006-10-20 08:26:51 -0400 (Fri, 20 Oct 2006) | 1 line

Ace2 - added AceHook-2.1 for lua 5.0/WoW 1.12. Pretty hackish.
------------------------------------------------------------------------
r14276 | ckknight | 2006-10-18 18:32:02 -0400 (Wed, 18 Oct 2006) | 1 line

AceDB - fixed koKR translation of PLAYER_OF_REALM
------------------------------------------------------------------------
r14270 | ckknight | 2006-10-18 18:06:10 -0400 (Wed, 18 Oct 2006) | 1 line

Ace2 - Adding AceLocale-2.2 to toc
------------------------------------------------------------------------
r14269 | ckknight | 2006-10-18 18:04:54 -0400 (Wed, 18 Oct 2006) | 1 line

Ace2 - Adding AceLocale-2.2 to trunk
------------------------------------------------------------------------
r14210 | ckknight | 2006-10-18 01:04:54 -0400 (Wed, 18 Oct 2006) | 1 line

AceComm - fixed nil
------------------------------------------------------------------------
r14196 | ckknight | 2006-10-17 19:00:08 -0400 (Tue, 17 Oct 2006) | 1 line

Ace2 - added frFR to AceAddon, AceConsole, AceDB, and AceDebug
------------------------------------------------------------------------
r14130 | tekkub | 2006-10-16 23:36:23 -0400 (Mon, 16 Oct 2006) | 4 lines

Ace2 (AceLibrary)
- Now attempts to find and load standalone versions of libraries whenever a library is queried.  Will load under two conditions:
-- An addon with the exact same name as the major version of the library is found
-- An addon with the TOC field "X-AceLibrary-<major-version>" is found
------------------------------------------------------------------------
r14125 | ckknight | 2006-10-16 23:11:30 -0400 (Mon, 16 Oct 2006) | 1 line

AceEvent - fixed bucket event unregistering
------------------------------------------------------------------------
r14115 | ckknight | 2006-10-16 20:27:21 -0400 (Mon, 16 Oct 2006) | 1 line

AceAddon - removed space after Development Tools
------------------------------------------------------------------------
r14113 | ckknight | 2006-10-16 20:16:59 -0400 (Mon, 16 Oct 2006) | 1 line

Ace2 - added deDE/koKR translations to AceAddon, AceConsole, AceDB, and (koKR only) AceDebug
------------------------------------------------------------------------
r14014 | kaelten | 2006-10-15 12:27:19 -0400 (Sun, 15 Oct 2006) | 2 lines

Ace2 - AceDB-2.0
- Updated Locales (vhaarr)
------------------------------------------------------------------------
r13962 | ckknight | 2006-10-15 03:55:00 -0400 (Sun, 15 Oct 2006) | 1 line

AceComm - fixed guild messages (thanks to usz)
------------------------------------------------------------------------
r13901 | tekkub | 2006-10-14 17:39:28 -0400 (Sat, 14 Oct 2006) | 1 line

Ace2 - Not using UnitName("target")... it was Kael's stupid idea anyway
------------------------------------------------------------------------
r13877 | cladhaire | 2006-10-14 14:33:43 -0400 (Sat, 14 Oct 2006) | 2 lines

AceEvent-2.0: Reverted tekkub's change from last night.  Perhaps UnitName("target") isn't always available.  Its causing issues on a number of clients.

------------------------------------------------------------------------
r13863 | ckknight | 2006-10-14 08:51:06 -0400 (Sat, 14 Oct 2006) | 1 line

AceDebug - added needed pairs
------------------------------------------------------------------------
r13862 | tekkub | 2006-10-14 08:13:40 -0400 (Sat, 14 Oct 2006) | 1 line

Ace2 - Nothing to see here
------------------------------------------------------------------------
r13785 | ckknight | 2006-10-13 08:41:15 -0400 (Fri, 13 Oct 2006) | 1 line

AceComm - UnitInPart -> UnitInParty
------------------------------------------------------------------------
r13682 | tekkub | 2006-10-11 23:45:18 -0400 (Wed, 11 Oct 2006) | 1 line

Ace2 - Now LoD
------------------------------------------------------------------------
r13374 | ckknight | 2006-10-08 19:26:57 -0400 (Sun, 08 Oct 2006) | 1 line

AceLibrary - fixed error message
------------------------------------------------------------------------
r13269 | tardmrr | 2006-10-07 16:57:09 -0400 (Sat, 07 Oct 2006) | 1 line

AceComm-2.0: Fixed odd a9 issue.
------------------------------------------------------------------------
r12469 | ckknight | 2006-10-01 08:02:59 -0400 (Sun, 01 Oct 2006) | 1 line

AceAddon - rawget fixes
------------------------------------------------------------------------
r12441 | ckknight | 2006-10-01 02:59:14 -0400 (Sun, 01 Oct 2006) | 1 line

AceModuleCore - :IterateModules() now works alphabetically.
------------------------------------------------------------------------
r11842 | ckknight | 2006-09-23 20:10:45 -0400 (Sat, 23 Sep 2006) | 1 line

AceComm - fixed SendPrioritizedCommMessage
------------------------------------------------------------------------
r11836 | ckknight | 2006-09-23 19:31:03 -0400 (Sat, 23 Sep 2006) | 1 line

AceConsole - lua 5.1 upgrades to for loop
------------------------------------------------------------------------
r11726 | ckknight | 2006-09-23 02:11:15 -0400 (Sat, 23 Sep 2006) | 1 line

AceComm - upgraded ChatThrottleLib.
------------------------------------------------------------------------
r11648 | ckknight | 2006-09-22 04:37:53 -0400 (Fri, 22 Sep 2006) | 1 line

AceComm - bugfix. probably.
------------------------------------------------------------------------
r11612 | ckknight | 2006-09-21 02:58:28 -0400 (Thu, 21 Sep 2006) | 2 lines

AceLibrary - fixed string.gfind for lua 5.1

------------------------------------------------------------------------
r11611 | ckknight | 2006-09-21 02:58:01 -0400 (Thu, 21 Sep 2006) | 1 line

AceComm - fixed string.gfind for lua 5.1
------------------------------------------------------------------------
r11610 | ckknight | 2006-09-21 02:57:07 -0400 (Thu, 21 Sep 2006) | 1 line

AceConsole - fixed string.gfind for lua 5.1
------------------------------------------------------------------------
r11609 | ckknight | 2006-09-21 02:54:56 -0400 (Thu, 21 Sep 2006) | 1 line

AceComm - updated ChatThrottleLib
------------------------------------------------------------------------
r11577 | ckknight | 2006-09-20 20:07:18 -0400 (Wed, 20 Sep 2006) | 1 line

Ace2 - altered to prepare for the upcoming lua 5.1 conversion.
------------------------------------------------------------------------
r11556 | ckknight | 2006-09-20 15:17:09 -0400 (Wed, 20 Sep 2006) | 1 line

AceComm - fixed negative integers and reals.
------------------------------------------------------------------------
r11285 | ckknight | 2006-09-18 16:18:50 -0400 (Mon, 18 Sep 2006) | 1 line

AceConsole - now sends nil as the 5th argument of :AddMessage
------------------------------------------------------------------------
r11177 | kaelten | 2006-09-17 21:10:26 -0400 (Sun, 17 Sep 2006) | 1 line

Ace2 - I can't remember what I did but it fixed something.
------------------------------------------------------------------------
r11156 | ckknight | 2006-09-17 13:53:40 -0400 (Sun, 17 Sep 2006) | 1 line

AceConsole - fixed bug with validate tables.
------------------------------------------------------------------------
r11109 | ckknight | 2006-09-16 21:48:29 -0400 (Sat, 16 Sep 2006) | 1 line

AceLibrary - error now checks if self is a table.
------------------------------------------------------------------------
r11076 | ckknight | 2006-09-16 15:50:30 -0400 (Sat, 16 Sep 2006) | 1 line

AceLibrary - minor bugfix
------------------------------------------------------------------------
r11075 | ckknight | 2006-09-16 15:27:19 -0400 (Sat, 16 Sep 2006) | 1 line

AceEvent - changed debugging .time to .timeSpent
------------------------------------------------------------------------
r11074 | ckknight | 2006-09-16 15:16:35 -0400 (Sat, 16 Sep 2006) | 1 line

AceEvent - added debugging and bugfix
------------------------------------------------------------------------
r10851 | ckknight | 2006-09-11 15:47:25 -0400 (Mon, 11 Sep 2006) | 1 line

AceEvent - added assert to check for method type in :RegisterEvent
------------------------------------------------------------------------
r10795 | ckknight | 2006-09-10 20:48:52 -0400 (Sun, 10 Sep 2006) | 1 line

AceConsole - fixed a tab-completion bug
------------------------------------------------------------------------
r10581 | tardmrr | 2006-09-09 02:06:52 -0400 (Sat, 09 Sep 2006) | 1 line

Ace2 - Removing AceGUI-2.0 from the core libs folder.
------------------------------------------------------------------------
r10447 | kaelten | 2006-09-07 16:35:26 -0400 (Thu, 07 Sep 2006) | 1 line


------------------------------------------------------------------------
r10421 | tardmrr | 2006-09-07 13:23:23 -0400 (Thu, 07 Sep 2006) | 4 lines

AceGUI-2.0:
 - Converted all classes to use AceGUIFactory for creation
 - Fixed a silly bug where I was unable to get to class.super after registering with AceLibrary

------------------------------------------------------------------------
r10383 | ckknight | 2006-09-07 01:02:27 -0400 (Thu, 07 Sep 2006) | 2 lines

AceLocale-2.0 - lets L[0] to pass through as nil. (Useful for mods that may check if a table is a frame)

------------------------------------------------------------------------
r10373 | kaelten | 2006-09-06 20:35:57 -0400 (Wed, 06 Sep 2006) | 1 line

Ace2 - a few small tweaks.
------------------------------------------------------------------------
r10352 | ckknight | 2006-09-06 15:23:28 -0400 (Wed, 06 Sep 2006) | 1 line

AceEvent - fixed the nasty compare to nil bug. probably.
------------------------------------------------------------------------
r10255 | kaelten | 2006-09-05 15:45:59 -0400 (Tue, 05 Sep 2006) | 5 lines

Ace2 - 
-Bug fix in set strictness. 
-Added utility function HasInstance(uid) to AceLocale.
-Added utility function ClearLocales() to the backbone.
-Fixed a few bugs to allow locale objects to be registered with AceLibrary.
------------------------------------------------------------------------
r10253 | hyperactiveChipmunk | 2006-09-05 15:39:36 -0400 (Tue, 05 Sep 2006) | 3 lines

AceTab-2.0:
- Properly falls back to whisper-target cycle if no non-fallback completions are available in whisper mode

------------------------------------------------------------------------
r10186 | ckknight | 2006-09-05 06:24:01 -0400 (Tue, 05 Sep 2006) | 1 line

AceComm - added table dispatching on message reception. Should hopefully work.
------------------------------------------------------------------------
r10176 | tardmrr | 2006-09-05 00:22:17 -0400 (Tue, 05 Sep 2006) | 1 line

AceGUI-2.0: Added tester file
------------------------------------------------------------------------
r10033 | ckknight | 2006-09-04 03:14:19 -0400 (Mon, 04 Sep 2006) | 1 line

AceEvent - optimizations regarding scheduling. Roughly 2x faster now.
------------------------------------------------------------------------
r10030 | ckknight | 2006-09-04 02:02:08 -0400 (Mon, 04 Sep 2006) | 1 line

AceHook - now unhooks properly
------------------------------------------------------------------------
r10022 | ckknight | 2006-09-03 23:15:52 -0400 (Sun, 03 Sep 2006) | 1 line

AceComm - bugfix
------------------------------------------------------------------------
r10009 | ckknight | 2006-09-03 20:14:15 -0400 (Sun, 03 Sep 2006) | 1 line

AceLocale - big bugfix regarding __index
------------------------------------------------------------------------
r9971 | ckknight | 2006-09-03 16:16:32 -0400 (Sun, 03 Sep 2006) | 1 line

AceLocale - optimizations, code cleanup
------------------------------------------------------------------------
r9966 | ckknight | 2006-09-03 15:36:02 -0400 (Sun, 03 Sep 2006) | 2 lines

AceLocale-2.0 - now when upgrading, it refixes all the previously registered translations.

------------------------------------------------------------------------
r9957 | kaelten | 2006-09-03 12:53:03 -0400 (Sun, 03 Sep 2006) | 2 lines

Ace2 - AceLocale-2.1
Bug squashing.
------------------------------------------------------------------------
r9953 | kaelten | 2006-09-03 12:42:58 -0400 (Sun, 03 Sep 2006) | 1 line

Ace2 - re Reverted back to ck's branch since api was not broken as I thought.  However is still buggy.
------------------------------------------------------------------------
r9937 | kaelten | 2006-09-03 10:33:27 -0400 (Sun, 03 Sep 2006) | 3 lines

Ace2 - AceLocale-2.0.lua
- Reverted to revision 9151 due to instabilities and API breakage.  

------------------------------------------------------------------------
r9916 | ckknight | 2006-09-03 05:28:46 -0400 (Sun, 03 Sep 2006) | 1 line

AceHook - changed structure drastically.
------------------------------------------------------------------------
r9911 | kaelten | 2006-09-03 04:02:34 -0400 (Sun, 03 Sep 2006) | 2 lines

Ace2 - AceLocale-2.1
- Added small utility function.
------------------------------------------------------------------------
r9909 | ckknight | 2006-09-03 03:54:23 -0400 (Sun, 03 Sep 2006) | 1 line

AceHook - optimizations
------------------------------------------------------------------------
r9903 | ckknight | 2006-09-03 03:21:22 -0400 (Sun, 03 Sep 2006) | 1 line

AceHook - self.hooks.Function() now works the same as self.hooks.Function.orig()
------------------------------------------------------------------------
r9900 | ckknight | 2006-09-03 02:58:55 -0400 (Sun, 03 Sep 2006) | 1 line

AceLocale-2.0 - optimizations
------------------------------------------------------------------------
r9892 | ckknight | 2006-09-03 01:31:38 -0400 (Sun, 03 Sep 2006) | 1 line

AceLocale-2.0 - code cleanup
------------------------------------------------------------------------
r9891 | ckknight | 2006-09-03 01:04:41 -0400 (Sun, 03 Sep 2006) | 1 line

AceLocale-2.0 - assorted code cleanup
------------------------------------------------------------------------
r9883 | ckknight | 2006-09-02 22:22:40 -0400 (Sat, 02 Sep 2006) | 1 line

AceLocale-2.0 - now 2.168x faster. Error messages work correctly now.
------------------------------------------------------------------------
r9880 | ckknight | 2006-09-02 21:17:18 -0400 (Sat, 02 Sep 2006) | 1 line

AceLocale-2.0 - changed warnings back to errors. Hopefully all bugs associated have been sorted out.
------------------------------------------------------------------------
r9854 | ckknight | 2006-09-02 18:49:35 -0400 (Sat, 02 Sep 2006) | 1 line

AceConsole - bugfix in usage statement.
------------------------------------------------------------------------
r9853 | ckknight | 2006-09-02 18:49:24 -0400 (Sat, 02 Sep 2006) | 1 line

AceComm - bugfix in unregistering
------------------------------------------------------------------------
r9847 | kaelten | 2006-09-02 16:56:59 -0400 (Sat, 02 Sep 2006) | 2 lines

Ace2 - AceLocale-2.1
- Fixed small bug.
------------------------------------------------------------------------
r9805 | ckknight | 2006-09-02 02:44:56 -0400 (Sat, 02 Sep 2006) | 1 line

AceDB - bugfix
------------------------------------------------------------------------
r9774 | ckknight | 2006-09-01 20:00:41 -0400 (Fri, 01 Sep 2006) | 1 line

AceAddon - now strips spaces of TOC metadata. "  Some  Info   " => "Some Info"
------------------------------------------------------------------------
r9681 | ckknight | 2006-08-31 18:42:06 -0400 (Thu, 31 Aug 2006) | 1 line

AceDB - changed Active to Enabled in the guiName options
------------------------------------------------------------------------
r9674 | kaelten | 2006-08-31 17:46:47 -0400 (Thu, 31 Aug 2006) | 1 line

Ace2 - debugging AceLocale-2.1
------------------------------------------------------------------------
r9608 | kaelten | 2006-08-30 20:35:59 -0400 (Wed, 30 Aug 2006) | 2 lines

Ace2 - 
- Debugging AceLocale-2.1
------------------------------------------------------------------------
r9607 | kaelten | 2006-08-30 20:26:05 -0400 (Wed, 30 Aug 2006) | 3 lines

Ace2 - 
-  Debugging AceLocale-2.1

------------------------------------------------------------------------
r9433 | kaelten | 2006-08-28 18:29:49 -0400 (Mon, 28 Aug 2006) | 1 line

Ace2 - Woops, typo.
------------------------------------------------------------------------
r9431 | kaelten | 2006-08-28 18:20:27 -0400 (Mon, 28 Aug 2006) | 1 line

Ace2 - Fixed bug relating to the bug fix from yesterday.
------------------------------------------------------------------------
r9355 | kaelten | 2006-08-27 21:31:53 -0400 (Sun, 27 Aug 2006) | 2 lines

Ace2 - 
-Fixed bug with locales that don't exist and are returned from GetLocale()
------------------------------------------------------------------------
r9156 | kaelten | 2006-08-25 22:28:02 -0400 (Fri, 25 Aug 2006) | 2 lines

Ace2 - AceLocale-2.1
-Fixed bug with reverse translations.
------------------------------------------------------------------------
r9154 | ckknight | 2006-08-25 21:38:18 -0400 (Fri, 25 Aug 2006) | 1 line

AceLibrary - bugfix in deepTransfer/examine
------------------------------------------------------------------------
r9153 | ckknight | 2006-08-25 21:34:50 -0400 (Fri, 25 Aug 2006) | 1 line

AceLibrary - bugfixes in deepTransfer
------------------------------------------------------------------------
r9151 | ckknight | 2006-08-25 21:27:52 -0400 (Fri, 25 Aug 2006) | 1 line

AceLocale - turned errors into warnings
------------------------------------------------------------------------
r9134 | ckknight | 2006-08-25 19:02:49 -0400 (Fri, 25 Aug 2006) | 1 line

AceLibrary - more raw* changes
------------------------------------------------------------------------
r9133 | ckknight | 2006-08-25 18:57:42 -0400 (Fri, 25 Aug 2006) | 1 line

AceLibrary - more raw* changes
------------------------------------------------------------------------
r9131 | ckknight | 2006-08-25 18:53:35 -0400 (Fri, 25 Aug 2006) | 1 line

AceLocale - added AceLibrary checks
------------------------------------------------------------------------
r9128 | ckknight | 2006-08-25 18:50:41 -0400 (Fri, 25 Aug 2006) | 1 line

AceLibrary - more rawgets/sets going in
------------------------------------------------------------------------
r9123 | ckknight | 2006-08-25 18:07:49 -0400 (Fri, 25 Aug 2006) | 1 line

AceLocale - now errors if you index a non-existent key.
------------------------------------------------------------------------
r9122 | ckknight | 2006-08-25 18:07:30 -0400 (Fri, 25 Aug 2006) | 1 line

AceLibrary - more fixes
------------------------------------------------------------------------
r9117 | ckknight | 2006-08-25 17:51:37 -0400 (Fri, 25 Aug 2006) | 1 line

AceLocale - altered __newindex thingy.
------------------------------------------------------------------------
r9116 | ckknight | 2006-08-25 17:50:26 -0400 (Fri, 25 Aug 2006) | 2 lines

Ace2 - AceLibrary - changed t[recurse] = true to rawset(t, recurse, true)

------------------------------------------------------------------------
r9112 | ckknight | 2006-08-25 17:38:37 -0400 (Fri, 25 Aug 2006) | 2 lines

AceLocale - major optimizations. Fully backwards compatible.
Now you should use L["Alpha"] instead of L"Alpha", for speed-purposes.
------------------------------------------------------------------------
r9109 | kaelten | 2006-08-25 16:39:57 -0400 (Fri, 25 Aug 2006) | 4 lines

Ace2 - AceLocale-2.1
- Tweaks
- Fixed a couple of silly typos
- Trimmed some fat
------------------------------------------------------------------------
r9102 | kaelten | 2006-08-25 15:30:17 -0400 (Fri, 25 Aug 2006) | 2 lines

Ace2 - AceLocale-2.1
- Fixed bug eternally777 found regarding an __index loop under certain circumstances.
------------------------------------------------------------------------
r9100 | kaelten | 2006-08-25 15:00:47 -0400 (Fri, 25 Aug 2006) | 1 line

Ace2 - fixed a few typos where self:error hadn't been changed to AceLocale:error
------------------------------------------------------------------------
r9097 | kaelten | 2006-08-25 14:34:48 -0400 (Fri, 25 Aug 2006) | 2 lines

Ace2 - AceLocale-2.1
-Redone to simplify usage and streamline interface while maintaining efficiency.
------------------------------------------------------------------------
r9017 | ckknight | 2006-08-25 07:27:54 -0400 (Fri, 25 Aug 2006) | 1 line

AceComm - updated ChatThrottleLib to v11
------------------------------------------------------------------------
r8887 | ckknight | 2006-08-23 21:45:01 -0400 (Wed, 23 Aug 2006) | 1 line

AceEvent - added more known "once" events
------------------------------------------------------------------------
r8875 | ckknight | 2006-08-23 20:37:39 -0400 (Wed, 23 Aug 2006) | 1 line

AceEvent - optimization
------------------------------------------------------------------------
r8870 | ckknight | 2006-08-23 19:40:52 -0400 (Wed, 23 Aug 2006) | 1 line

AceComm - fixed :UnregisterAllComms
------------------------------------------------------------------------
r8866 | ckknight | 2006-08-23 19:38:33 -0400 (Wed, 23 Aug 2006) | 1 line

AceDebug - now checks if debugging is on for :LevelDebug
------------------------------------------------------------------------
r8864 | ckknight | 2006-08-23 19:35:34 -0400 (Wed, 23 Aug 2006) | 1 line

AceEvent - double definition of :IsEventRegistered
------------------------------------------------------------------------
r8849 | kaelten | 2006-08-23 17:05:15 -0400 (Wed, 23 Aug 2006) | 2 lines

Ace2 - AceLocale-2.1
-Bugs squashed and tweaks.
------------------------------------------------------------------------
r8845 | kaelten | 2006-08-23 16:44:17 -0400 (Wed, 23 Aug 2006) | 2 lines

Ace2 - AceLocale-2.1
-Fixed some naming problems in __call
------------------------------------------------------------------------
r8843 | ckknight | 2006-08-23 16:35:49 -0400 (Wed, 23 Aug 2006) | 1 line

AceLocale - now uses anonymous keys to save data instead of "__key__" format
------------------------------------------------------------------------
r8840 | kaelten | 2006-08-23 16:25:45 -0400 (Wed, 23 Aug 2006) | 9 lines

Ace2 - AceLocale-2.1
- __Call now supports an optional extra argument.
The following extra arguments are supported.
-GetStrict
-GetLoose
-GetReverse
-HasTranslation
-HasReverseTranslation

------------------------------------------------------------------------
r8838 | ckknight | 2006-08-23 16:03:14 -0400 (Wed, 23 Aug 2006) | 1 line

AceDB - fix possible freeze
------------------------------------------------------------------------
r8836 | kaelten | 2006-08-23 15:45:31 -0400 (Wed, 23 Aug 2006) | 2 lines

Ace2 - AceLocale-2.1
- Changed tostring back to 2.0 version
------------------------------------------------------------------------
r8832 | kaelten | 2006-08-23 15:17:31 -0400 (Wed, 23 Aug 2006) | 9 lines

Ace2 - AceLocale-2.1
The following functions now can take a Localized object as a argument.
-SetDynamicLocales
-SetStrictness
-GetReverseTranslation
-HasTranslation
-HasReverseTranslation
-GetIterator
-GetReverseIterator
------------------------------------------------------------------------
r8826 | kaelten | 2006-08-23 15:01:53 -0400 (Wed, 23 Aug 2006) | 2 lines

Ace2 - AceLocale-2.1
- Tweaks and fixes of bugs.
------------------------------------------------------------------------
r8819 | kaelten | 2006-08-23 14:29:49 -0400 (Wed, 23 Aug 2006) | 4 lines

Ace2 - AceLocale-2.1 
- Tweaks
- Fixes
- Error messages
------------------------------------------------------------------------
r8813 | kaelten | 2006-08-23 13:42:28 -0400 (Wed, 23 Aug 2006) | 2 lines

Ace2 - 
- Fixed typo.
------------------------------------------------------------------------
r8762 | kaelten | 2006-08-22 22:29:00 -0400 (Tue, 22 Aug 2006) | 2 lines

Ace2 - Added a few new functions and fixed over sight in the toc file.

------------------------------------------------------------------------
r8758 | kaelten | 2006-08-22 21:41:17 -0400 (Tue, 22 Aug 2006) | 1 line

Ace2 - Moving it to where it should go.
------------------------------------------------------------------------
r8757 | kaelten | 2006-08-22 21:31:23 -0400 (Tue, 22 Aug 2006) | 2 lines

Ace2 - 
Keywords added.
------------------------------------------------------------------------
r8756 | kaelten | 2006-08-22 21:29:41 -0400 (Tue, 22 Aug 2006) | 2 lines

Ace2 - 
-- Initial commit of AceLocale-2.1
------------------------------------------------------------------------
r8472 | tardmrr | 2006-08-19 13:33:19 -0400 (Sat, 19 Aug 2006) | 5 lines

AceGUI-2.0:
 - Enabled use of the slider object
 - Added hitRectInsets and clamedToScreen to frames
 - Added a precaution to prevent slider objects from crashing the game until slouken can fix the bug
 - Added 2 slider templates.
------------------------------------------------------------------------
r8328 | ckknight | 2006-08-17 20:52:57 -0400 (Thu, 17 Aug 2006) | 1 line

AceDB - fixed http://www.wowace.com/flyspray/?do=details&id=156
------------------------------------------------------------------------
r8315 | ckknight | 2006-08-17 17:56:09 -0400 (Thu, 17 Aug 2006) | 1 line

AceConsole - added PrintComma to exported methods
------------------------------------------------------------------------
r8313 | ckknight | 2006-08-17 17:28:05 -0400 (Thu, 17 Aug 2006) | 1 line

AceOO - versioning bugfix
------------------------------------------------------------------------
r8286 | tardmrr | 2006-08-17 11:24:24 -0400 (Thu, 17 Aug 2006) | 2 lines

AceGUI-2.0:
 - Buttons, CheckButtons, and Sliders will now always have a reference to their special textures (NormalTexture, ThumbTexture, ect) even if AceGUI did not explicitly create it.
------------------------------------------------------------------------
r8272 | tardmrr | 2006-08-17 09:36:18 -0400 (Thu, 17 Aug 2006) | 2 lines

AceGUI-2.0:
 - Added svn:keywords to new files.
------------------------------------------------------------------------
r8271 | tardmrr | 2006-08-17 09:35:26 -0400 (Thu, 17 Aug 2006) | 2 lines

AceGUI-2.0:
 - Added Slider support.  Probably filled with typos, but I'm at work so whaddagonnado?
------------------------------------------------------------------------
r8269 | tardmrr | 2006-08-17 09:15:26 -0400 (Thu, 17 Aug 2006) | 2 lines

AceGUI-2.0:
 - Added an activate method to the template library so that it doesn't lose registered templates during an upgrade.
------------------------------------------------------------------------
r8234 | ckknight | 2006-08-16 23:29:41 -0400 (Wed, 16 Aug 2006) | 1 line

AceOO - remove debug line
------------------------------------------------------------------------
r8210 | tardmrr | 2006-08-16 21:13:18 -0400 (Wed, 16 Aug 2006) | 2 lines

AceGUI-2.0: 
 - Fixed a bug that would prevent the registry from being passed to new libraries should an upgrade occur.
------------------------------------------------------------------------
r8207 | tardmrr | 2006-08-16 20:06:26 -0400 (Wed, 16 Aug 2006) | 3 lines

AceGUI-2.0:
 - Fixed typos in event code.
 - Tweaked the UICheckButton template some more.
------------------------------------------------------------------------
r8189 | tardmrr | 2006-08-16 15:51:17 -0400 (Wed, 16 Aug 2006) | 4 lines

AceGUI-2.0:
 - AceGUI will now events if AceEvent is present:
    o ACEGUI_NEW_OBJECT fires immediately after an    object is created.
    o ACEGUI_OBJECT_CONFIGURED fires immediately after an object and all its children have been configured.
------------------------------------------------------------------------
r8187 | hyperactiveChipmunk | 2006-08-16 14:44:57 -0400 (Wed, 16 Aug 2006) | 3 lines

AceTab-2.0:
- Tab cycling now starts immediately, instead of after one or two tab presses

------------------------------------------------------------------------
r8185 | hyperactiveChipmunk | 2006-08-16 14:04:28 -0400 (Wed, 16 Aug 2006) | 3 lines

AceTab-2.0:
- Changed prints to DEFAULT_CHAT_FRAME:AddMessages

------------------------------------------------------------------------
r8181 | tardmrr | 2006-08-16 13:39:09 -0400 (Wed, 16 Aug 2006) | 3 lines

AceGUI-2.0:
 - Got rid of the last evil global
 - ACEGUI2_REGISTRY is now AceLibrayr("AceGUI-2.0").registry
------------------------------------------------------------------------
r8139 | tardmrr | 2006-08-16 00:40:11 -0400 (Wed, 16 Aug 2006) | 4 lines

AceGUI-2.0:
 - Tweaked the template logic and published it as AceGUIFactory:SetupTemplate
 - Buttons and CheckButtons will properly inherit templates in their special textures.
 - Tweaked the UICheckButton template to allow resizing without skewing the textures.
------------------------------------------------------------------------
r8134 | tardmrr | 2006-08-15 22:47:45 -0400 (Tue, 15 Aug 2006) | 1 line

AceGUI-2.0: Fixed highlight texture issues on the UICheckButton template.  Lol @ my inability to notice the difference between "highlight" and "hightlight."
------------------------------------------------------------------------
r8133 | tardmrr | 2006-08-15 22:36:57 -0400 (Tue, 15 Aug 2006) | 6 lines

AceGUI-2.0:
 - Changed registry global to ACEGUI2_REGISTRY to avoid conflicting with legacy code.
 - Fixed AceGUICheckButton typos
 - Fixed a bug with RegisterForClicks
 - Made pushedTextOffset more flexible.  You may now provide simply an integer that will be used as the yOffset.
 - Added UICheckButton to templates.  Doesn't work quite right yet...
------------------------------------------------------------------------
r8129 | ckknight | 2006-08-15 21:03:10 -0400 (Tue, 15 Aug 2006) | 1 line

AceOO - fixed icky bug that made calling :new error out.
------------------------------------------------------------------------
r8128 | tardmrr | 2006-08-15 20:56:03 -0400 (Tue, 15 Aug 2006) | 3 lines

AceGUI-2.0: 
 - Enabled Checkbutton type in the factory.
 - Added svn:keywords to new files
------------------------------------------------------------------------
r8127 | tardmrr | 2006-08-15 20:54:32 -0400 (Tue, 15 Aug 2006) | 2 lines

AceGUI-2.0:
 - Added checkbutton type.  Untested, but should work.
------------------------------------------------------------------------
r8120 | tardmrr | 2006-08-15 19:47:34 -0400 (Tue, 15 Aug 2006) | 3 lines

AceGUI-2.0:
 - Added svn:keywords to new files
 - Got rid of evil globals
------------------------------------------------------------------------
r8116 | tardmrr | 2006-08-15 19:33:04 -0400 (Tue, 15 Aug 2006) | 1 line

AceGUI-2.0: Changed the type variables to locals so that it doesn't break old AceGUI.  I will probably remove them completely soon.
------------------------------------------------------------------------
r8104 | tardmrr | 2006-08-15 15:42:26 -0400 (Tue, 15 Aug 2006) | 4 lines

AceGUI-2.0:
 - Removed size option.  It was more annoying than the convenience was worth
 - Changed a few config fields to go with the "bobDole" naming scheme
 - Added AceGUITemplates-2.0.  Allows templates to be registered with it so that the template feild is simply the name of the template.
------------------------------------------------------------------------
r8054 | tekkub | 2006-08-15 01:18:05 -0400 (Tue, 15 Aug 2006) | 2 lines

Ace2 (AceEvent-2.0)
- Debug profile data now adjusts for events which trigger other events
------------------------------------------------------------------------
r7846 | ckknight | 2006-08-12 17:44:08 -0400 (Sat, 12 Aug 2006) | 1 line

AceDB - clarify copying option
------------------------------------------------------------------------
r7845 | ckknight | 2006-08-12 17:40:55 -0400 (Sat, 12 Aug 2006) | 1 line

AceOO - less icky fix.
------------------------------------------------------------------------
r7844 | ckknight | 2006-08-12 17:38:26 -0400 (Sat, 12 Aug 2006) | 1 line

AceOO - fixed icky "Cannot modify a read-only class prototype" error that occurs when upgrading AceHook.
------------------------------------------------------------------------
r7843 | ckknight | 2006-08-12 17:31:58 -0400 (Sat, 12 Aug 2006) | 1 line

AceOO - clarified difference between changing a read-only class and a read-only class prototype
------------------------------------------------------------------------
r7842 | ckknight | 2006-08-12 17:28:03 -0400 (Sat, 12 Aug 2006) | 1 line

AceOO - fixed protostring
------------------------------------------------------------------------
r7841 | tekkub | 2006-08-12 17:25:08 -0400 (Sat, 12 Aug 2006) | 2 lines

Ace2 (AceEvent-2.0.lua)
- Debug profile now saves event counts
------------------------------------------------------------------------
r7822 | tardmrr | 2006-08-12 14:32:35 -0400 (Sat, 12 Aug 2006) | 1 line

AceGUI-2.0: Fixed a bug where FontInstances could be configured twice and a root FontInstance wouldn't be configured at all.
------------------------------------------------------------------------
r7821 | tardmrr | 2006-08-12 14:22:51 -0400 (Sat, 12 Aug 2006) | 8 lines

AceGUI-2.0:
 - Fixed a bug that would cause most things to be configured twice
 - OnShow now works the first time
 - Cleaned up the code for the simulated OnLoad
 - All Objects now have a RunScript method that simulates that frame event
 - FontStrings now check to see if def.text is set before calling SetText
 - Buttons are now fully-functional
 - Buttons are mouse-enabled by default
------------------------------------------------------------------------
r7802 | hyperactiveChipmunk | 2006-08-12 12:29:21 -0400 (Sat, 12 Aug 2006) | 3 lines

AceTab:
- Relocated variable inits to be always consistent with the registered frames

------------------------------------------------------------------------
r7801 | tardmrr | 2006-08-12 12:27:59 -0400 (Sat, 12 Aug 2006) | 2 lines

AceGUI-2.0:
 - Fixed an issue where the OnLoad script could be run more than once on each object
------------------------------------------------------------------------
r7799 | tardmrr | 2006-08-12 11:43:45 -0400 (Sat, 12 Aug 2006) | 1 line

AceGUI-2.0: added svn:keywords to new files
------------------------------------------------------------------------
r7798 | tardmrr | 2006-08-12 11:42:57 -0400 (Sat, 12 Aug 2006) | 3 lines

AceGUI-2.0: (untested additions)
 - Added support for OnLoad handlers on all object types (even those that can't natively have script handlers!)
 - Added support for button objects
------------------------------------------------------------------------
r7761 | tardmrr | 2006-08-12 00:33:00 -0400 (Sat, 12 Aug 2006) | 5 lines

AceGUI-2.0: 
 - Fixed AceGUITexture copy/paste mistakes
 - Changed the way objects are configured: All configuration waits until the entire frame tree is built.
 - Added support for "$parent" for use when anchoring to other AceGUI Objects.
 - Changed load order to facilitate previous configuration change.
------------------------------------------------------------------------
r7759 | ckknight | 2006-08-12 00:24:36 -0400 (Sat, 12 Aug 2006) | 1 line

AceEvent - fixed debugging (hopefully)
------------------------------------------------------------------------
r7758 | ckknight | 2006-08-12 00:18:51 -0400 (Sat, 12 Aug 2006) | 1 line

AceComm - fixed http://www.wowace.com/flyspray/?do=details&id=143
------------------------------------------------------------------------
r7757 | ckknight | 2006-08-12 00:16:11 -0400 (Sat, 12 Aug 2006) | 1 line

AceComm - fixed boolean serialization/deserialization
------------------------------------------------------------------------
r7754 | tardmrr | 2006-08-11 23:15:49 -0400 (Fri, 11 Aug 2006) | 1 line

AceGUI-2.0: Adding svn:keywords to new file.
------------------------------------------------------------------------
r7752 | tardmrr | 2006-08-11 23:14:48 -0400 (Fri, 11 Aug 2006) | 1 line

AceGUI-2.0: Texture support is added but untested.
------------------------------------------------------------------------
r7751 | tardmrr | 2006-08-11 22:51:20 -0400 (Fri, 11 Aug 2006) | 1 line

AceGUI-2.0: Whoops! Forgot to set svn:keywords on the files.
------------------------------------------------------------------------
r7750 | tardmrr | 2006-08-11 22:44:12 -0400 (Fri, 11 Aug 2006) | 1 line

AceGUI-2.0: 90% of the back-end complete.
------------------------------------------------------------------------
r7699 | hyperactiveChipmunk | 2006-08-11 12:50:30 -0400 (Fri, 11 Aug 2006) | 3 lines

AceTab-2.0:
- Fixed MenuCompletion misbehaviour when double-tabbing in a space, then deleting back to a different completion and tabbing again

------------------------------------------------------------------------
r7663 | ckknight | 2006-08-11 04:34:40 -0400 (Fri, 11 Aug 2006) | 1 line

AceComm - now checks for spaces in custom channels
------------------------------------------------------------------------
r7659 | ckknight | 2006-08-11 02:56:05 -0400 (Fri, 11 Aug 2006) | 2 lines

AceComm - bugfix in item links
bugfix in SetDefaultCommPriority
------------------------------------------------------------------------
r7640 | ckknight | 2006-08-10 19:45:59 -0400 (Thu, 10 Aug 2006) | 1 line

AceComm - clarifying comments
------------------------------------------------------------------------
r7639 | ckknight | 2006-08-10 19:34:52 -0400 (Thu, 10 Aug 2006) | 1 line

AceComm - bugfix when drunk
------------------------------------------------------------------------
r7638 | ckknight | 2006-08-10 19:20:59 -0400 (Thu, 10 Aug 2006) | 1 line

AceComm - bugfix for strings w/ 256 length
------------------------------------------------------------------------
r7611 | ckknight | 2006-08-10 15:33:14 -0400 (Thu, 10 Aug 2006) | 1 line

AceLocale - now checks for providing the same locale twice
------------------------------------------------------------------------
r7548 | ckknight | 2006-08-10 02:57:36 -0400 (Thu, 10 Aug 2006) | 1 line

AceConsole - fixed a horrible, horrible flaw that Blizzard's code fucked up. ;-)
------------------------------------------------------------------------
r7540 | ckknight | 2006-08-10 01:09:57 -0400 (Thu, 10 Aug 2006) | 1 line

AceLibrary - argCheck now can handle 5 types
------------------------------------------------------------------------
r7539 | ckknight | 2006-08-10 01:03:25 -0400 (Thu, 10 Aug 2006) | 1 line

AceEvent - typo
------------------------------------------------------------------------
r7538 | ckknight | 2006-08-10 01:02:20 -0400 (Thu, 10 Aug 2006) | 1 line

AceDB - fixed an icky bug with having SavedVariablesPerCharacter
------------------------------------------------------------------------
r7536 | ckknight | 2006-08-10 00:19:59 -0400 (Thu, 10 Aug 2006) | 1 line

AceEvent - bugfix
------------------------------------------------------------------------
r7530 | ckknight | 2006-08-09 23:20:50 -0400 (Wed, 09 Aug 2006) | 1 line

AceEvent - :RegisterEvent argument mangling
------------------------------------------------------------------------
r7527 | ckknight | 2006-08-09 23:09:11 -0400 (Wed, 09 Aug 2006) | 1 line

AceEvent - added event throttling
------------------------------------------------------------------------
r7521 | cladhaire | 2006-08-09 22:16:56 -0400 (Wed, 09 Aug 2006) | 2 lines

AceDebug: I don't lie this time.

------------------------------------------------------------------------
r7520 | ckknight | 2006-08-09 22:15:49 -0400 (Wed, 09 Aug 2006) | 1 line

AceComm - updated ChatThrottleLib to v10
------------------------------------------------------------------------
r7517 | cladhaire | 2006-08-09 22:08:06 -0400 (Wed, 09 Aug 2006) | 3 lines

AceDebug:
* Changed the timestamp to human readable form HH:MM:SS.msc

------------------------------------------------------------------------
r7514 | ckknight | 2006-08-09 21:47:46 -0400 (Wed, 09 Aug 2006) | 2 lines

Ace2 - AceEvent - bucketed events now work if arg1 isn't given, the table is just merely not propagated in that instance.

------------------------------------------------------------------------
r7480 | ckknight | 2006-08-09 19:08:46 -0400 (Wed, 09 Aug 2006) | 1 line

AceEvent - possible, albeit unlikely fix
------------------------------------------------------------------------
r7464 | ckknight | 2006-08-09 16:53:53 -0400 (Wed, 09 Aug 2006) | 1 line

AceHook - fixed HookReport
------------------------------------------------------------------------
r7460 | ckknight | 2006-08-09 16:47:40 -0400 (Wed, 09 Aug 2006) | 2 lines

AceConsole - added :PrintComma
changed API of :CustomPrint. since no one in trunk seems to use it, I don't feel bad. See wiki for changes.
------------------------------------------------------------------------
r7450 | ckknight | 2006-08-09 15:54:02 -0400 (Wed, 09 Aug 2006) | 1 line

AceDB - now doesn't go into stack overflow when trying to serialize a frame.
------------------------------------------------------------------------
r7387 | ckknight | 2006-08-09 03:33:16 -0400 (Wed, 09 Aug 2006) | 1 line

AceEvent - AceEvent_FullyInitialized uses LANGUAGE_LIST_CHANGED instead of SPELLS_CHANGED for the reload check, so it should be more accurate now.
------------------------------------------------------------------------
r7331 | ckknight | 2006-08-08 16:53:09 -0400 (Tue, 08 Aug 2006) | 1 line

AceComm - updated ChatThrottleLib to version 8
------------------------------------------------------------------------
r7326 | hyperactiveChipmunk | 2006-08-08 15:27:10 -0400 (Tue, 08 Aug 2006) | 3 lines

AceTab-2.0:
- MenuCompletion behavior implemented.  Repeatedly pressing <TAB> cycles through the valid completions.

------------------------------------------------------------------------
r7271 | ckknight | 2006-08-08 03:52:00 -0400 (Tue, 08 Aug 2006) | 1 line

AceDB - in SetProfile, it will call any embeds/superclasses :OnEmbedProfileDisable(self) and :OnProfileEnable(self, "oldName", oldData, "copyFrom") if available.
------------------------------------------------------------------------
r7258 | ckknight | 2006-08-08 02:45:27 -0400 (Tue, 08 Aug 2006) | 1 line

AceEvent - added catalyst-style blacklisting during PLW.
------------------------------------------------------------------------
r7257 | ckknight | 2006-08-08 02:38:00 -0400 (Tue, 08 Aug 2006) | 1 line

AceComm-2.0 - fixed /chatwho bug
------------------------------------------------------------------------
r7254 | ckknight | 2006-08-08 02:14:53 -0400 (Tue, 08 Aug 2006) | 2 lines

AceConsole - added guiNameIsMap
http://www.wowace.com/flyspray/?do=details&id=87
------------------------------------------------------------------------
r7249 | ckknight | 2006-08-07 23:24:13 -0400 (Mon, 07 Aug 2006) | 2 lines

AceComm - added :IsUserInChannel("user", "distribution") or ("user", "CUSTOM", "customChannel")
Note: this is _much_ more efficient than Sky/Telepathy's way of doing it ;-)
------------------------------------------------------------------------
r7246 | ckknight | 2006-08-07 21:27:28 -0400 (Mon, 07 Aug 2006) | 1 line

AceComm - optimizations, oh my!
------------------------------------------------------------------------
r7232 | ckknight | 2006-08-07 19:23:05 -0400 (Mon, 07 Aug 2006) | 2 lines

AceComm - now supresses AFK/DND messages when sending someone a hidden whisper.
Also optimizations
------------------------------------------------------------------------
r7205 | ckknight | 2006-08-07 14:31:08 -0400 (Mon, 07 Aug 2006) | 1 line

AceDB - IsSerializable is now local
------------------------------------------------------------------------
r7137 | ckknight | 2006-08-06 22:27:46 -0400 (Sun, 06 Aug 2006) | 1 line

AceComm - optimization
------------------------------------------------------------------------
r7134 | ckknight | 2006-08-06 22:11:53 -0400 (Sun, 06 Aug 2006) | 1 line

AceComm - removed debug lines
------------------------------------------------------------------------
r7133 | ckknight | 2006-08-06 21:45:07 -0400 (Sun, 06 Aug 2006) | 1 line

AceComm - no longer reclaims AceOO objects.
------------------------------------------------------------------------
r7125 | ckknight | 2006-08-06 19:26:21 -0400 (Sun, 06 Aug 2006) | 3 lines

AceComm - added lots of memoization.
Tweaked checksum function (thanks to Mikk)
Added a special checksum function for binary checksums, that changes the encoded characters (|, \000, etc.)
------------------------------------------------------------------------
r7106 | ckknight | 2006-08-06 14:31:14 -0400 (Sun, 06 Aug 2006) | 1 line

AceComm - altered checksum
------------------------------------------------------------------------
r7105 | hyperactiveChipmunk | 2006-08-06 14:15:14 -0400 (Sun, 06 Aug 2006) | 3 lines

AceTab-2.0:
- Lost the full-text sending to the wordlist function in a previous revision somewhere.  Fixed.

------------------------------------------------------------------------
r7053 | kaelten | 2006-08-06 00:57:25 -0400 (Sun, 06 Aug 2006) | 2 lines

Ace2 - 
-Fixed bug with leveled Debugging not having timestamps.
------------------------------------------------------------------------
r7050 | kaelten | 2006-08-06 00:48:27 -0400 (Sun, 06 Aug 2006) | 1 line

Switched the timestamp over to GetTime() for better accuracy.
------------------------------------------------------------------------
r7048 | ckknight | 2006-08-06 00:46:18 -0400 (Sun, 06 Aug 2006) | 1 line

AceComm - changed CheckSum function, now more efficient.
------------------------------------------------------------------------
r7046 | kaelten | 2006-08-06 00:41:32 -0400 (Sun, 06 Aug 2006) | 2 lines

Ace2 -
- Added time stamping to debug statements in AceDebug-2.0
------------------------------------------------------------------------
r7041 | ckknight | 2006-08-06 00:19:32 -0400 (Sun, 06 Aug 2006) | 1 line

AceComm - serialization/deserialization of AceOO objects now uses a hash of the class name (cost 3) instead of the name itself (cost 1 + name-length).
------------------------------------------------------------------------
r7034 | ckknight | 2006-08-05 23:34:13 -0400 (Sat, 05 Aug 2006) | 1 line

AceLibrary - added :IterateLibraries()
------------------------------------------------------------------------
r7033 | ckknight | 2006-08-05 23:13:06 -0400 (Sat, 05 Aug 2006) | 1 line

AceAddon - classpool creation is now wrapped in a pcall.
------------------------------------------------------------------------
r7032 | ckknight | 2006-08-05 23:05:15 -0400 (Sat, 05 Aug 2006) | 7 lines

AceDB - added AceOO object persistence.

In order to have your object be able to be properly serialized/deserialized:
1. Class must be registered with AceLibrary
2. Class must have static method :Deserialize(...) which returns an object
3. Object must have instance method :Serialize() which returns values to be serialized.

------------------------------------------------------------------------
r7025 | ckknight | 2006-08-05 21:25:15 -0400 (Sat, 05 Aug 2006) | 1 line

AceComm - added note at the top about ChatThrottleLib
------------------------------------------------------------------------
r7014 | ckknight | 2006-08-05 19:52:03 -0400 (Sat, 05 Aug 2006) | 1 line

AceDB - fixed bug in profile switching
------------------------------------------------------------------------
r6998 | ckknight | 2006-08-05 16:33:31 -0400 (Sat, 05 Aug 2006) | 1 line

AceDB - added more checks
------------------------------------------------------------------------
r6997 | cladhaire | 2006-08-05 16:18:12 -0400 (Sat, 05 Aug 2006) | 2 lines

AceDebug: Trying this again

------------------------------------------------------------------------
r6993 | cladhaire | 2006-08-05 15:55:02 -0400 (Sat, 05 Aug 2006) | 2 lines

AceDebug: Fixed a copy-paste error

------------------------------------------------------------------------
r6992 | ckknight | 2006-08-05 15:37:53 -0400 (Sat, 05 Aug 2006) | 1 line

AceEvent - bugfix in :TriggerEvent, now it doesn't fuck up on once events
------------------------------------------------------------------------
r6955 | ckknight | 2006-08-05 07:45:45 -0400 (Sat, 05 Aug 2006) | 1 line

AceEvent - typo
------------------------------------------------------------------------
r6952 | ckknight | 2006-08-05 07:02:25 -0400 (Sat, 05 Aug 2006) | 1 line

AceEvent - fixed mixin header
------------------------------------------------------------------------
r6951 | ckknight | 2006-08-05 06:59:08 -0400 (Sat, 05 Aug 2006) | 1 line

AceLocale - fix error messages
------------------------------------------------------------------------
r6946 | ckknight | 2006-08-05 06:02:17 -0400 (Sat, 05 Aug 2006) | 6 lines

AceComm - now can send AceOO objects across the stream if three things are satisfied:
1. It is registered with AceLibrary (to identify it by major version)
2. It has an instance method :Serialize(), which returns values
3. It has a static method :Deserialize(...), which takes values from :Serialize()

Basically, object.class:Deserialize(object:Serialize()) is equivalent to object. (Though not reference equal)
------------------------------------------------------------------------
r6933 | ckknight | 2006-08-05 03:46:15 -0400 (Sat, 05 Aug 2006) | 1 line

AceEvent - bugfix, moved to internal compost system
------------------------------------------------------------------------
r6932 | ckknight | 2006-08-05 03:15:51 -0400 (Sat, 05 Aug 2006) | 1 line

AceEvent - fixed invalid key to `next' error.
------------------------------------------------------------------------
r6922 | ckknight | 2006-08-04 22:33:47 -0400 (Fri, 04 Aug 2006) | 1 line

AceEvent - bugfix. whoopsie doodle.
------------------------------------------------------------------------
r6920 | ckknight | 2006-08-04 21:55:16 -0400 (Fri, 04 Aug 2006) | 1 line

AceEvent - buckets galore! See wiki for details
------------------------------------------------------------------------
r6854 | ckknight | 2006-08-04 04:07:21 -0400 (Fri, 04 Aug 2006) | 1 line

AceDB - bugfix on logout
------------------------------------------------------------------------
r6831 | ckknight | 2006-08-03 22:34:37 -0400 (Thu, 03 Aug 2006) | 1 line

AceEvent - meetingstone bugfix
------------------------------------------------------------------------
r6821 | ckknight | 2006-08-03 20:19:46 -0400 (Thu, 03 Aug 2006) | 1 line

AceAddon - typo
------------------------------------------------------------------------
r6818 | ckknight | 2006-08-03 19:59:05 -0400 (Thu, 03 Aug 2006) | 1 line

AceAddon - /ace2 list ace2 now doesn't overflow to the extreme. modules are truncated at 5 modules.
------------------------------------------------------------------------
r6813 | ckknight | 2006-08-03 18:52:38 -0400 (Thu, 03 Aug 2006) | 1 line

AceLibrary - better language when you fuck up your revision strings that so many of you like to do.
------------------------------------------------------------------------
r6793 | ckknight | 2006-08-03 17:14:27 -0400 (Thu, 03 Aug 2006) | 1 line

AceComm - added number compression (which is faster and typically smaller)
------------------------------------------------------------------------
r6733 | ckknight | 2006-08-03 09:41:01 -0400 (Thu, 03 Aug 2006) | 1 line

AceComm - added numerically-indexed list serialization.
------------------------------------------------------------------------
r6730 | ckknight | 2006-08-03 09:18:20 -0400 (Thu, 03 Aug 2006) | 1 line

AceComm - optimizations. Added NaN, Inf, -Inf.
------------------------------------------------------------------------
r6699 | ckknight | 2006-08-03 02:42:12 -0400 (Thu, 03 Aug 2006) | 2 lines

AceComm - added integer compression 8,16,32, and 64-bit signed integers are compressed.
added inf, -inf, NaN.
------------------------------------------------------------------------
r6698 | ckknight | 2006-08-03 01:09:09 -0400 (Thu, 03 Aug 2006) | 2 lines

AceComm - took out function serialization.
Added in item link serialization.
------------------------------------------------------------------------
r6688 | ckknight | 2006-08-02 22:29:42 -0400 (Wed, 02 Aug 2006) | 2 lines

AceEvent - AceEvent_EventRegistered now includes the event
~hug me
------------------------------------------------------------------------
r6687 | ckknight | 2006-08-02 22:26:30 -0400 (Wed, 02 Aug 2006) | 1 line

AceEvent - added :RegisterAllEvents(func or "method")
------------------------------------------------------------------------
r6673 | ckknight | 2006-08-02 20:11:39 -0400 (Wed, 02 Aug 2006) | 1 line

AceComm - typo prevented ChatFrame_OnEvent hooking
------------------------------------------------------------------------
r6655 | hyperactiveChipmunk | 2006-08-02 17:37:24 -0400 (Wed, 02 Aug 2006) | 5 lines

AceTab-2.0:
- Cleaned up a few extra bits
- Added filter to not show "fallback" completions (those with regex == "") if there exist any valid non-fallback completions that match.  This makes combining tab completion sets on one line much cleaner.
    + Example: If you have a "fallback" tab completion for playernames and an AddOn that uses AceConsole, the names will be considered for completion in a slash-command string for that AddOn only if there are no other matches available from AceConsole (for instance, at the leaf of the option tree, where a user-supplied value might be expected)

------------------------------------------------------------------------
r6640 | ckknight | 2006-08-02 16:18:59 -0400 (Wed, 02 Aug 2006) | 1 line

AceComm - updated embedded ChatThrottleLib to v7
------------------------------------------------------------------------
r6590 | ckknight | 2006-08-02 07:39:16 -0400 (Wed, 02 Aug 2006) | 1 line

AceEvent - small bugfix
------------------------------------------------------------------------
r6577 | ckknight | 2006-08-02 05:20:02 -0400 (Wed, 02 Aug 2006) | 1 line

AceEvent - frame is now given a name: AceEvent20Frame
------------------------------------------------------------------------
r6575 | ckknight | 2006-08-02 03:33:46 -0400 (Wed, 02 Aug 2006) | 1 line

AceEvent - got rid of global mangling in the trigger. should be faster now.
------------------------------------------------------------------------
r6534 | hyperactiveChipmunk | 2006-08-01 19:24:56 -0400 (Tue, 01 Aug 2006) | 3 lines

AceConsole-2.0:
- Updated for AceTab change

------------------------------------------------------------------------
r6533 | hyperactiveChipmunk | 2006-08-01 19:24:12 -0400 (Tue, 01 Aug 2006) | 3 lines

AceTab-2.0:
- Instead of looking for a table return from the registered 'usage' function, now provides a blank table as the first value passed and, if it is filled, uses it.  This is consistent to the way the completion list function works.

------------------------------------------------------------------------
r6464 | ckknight | 2006-08-01 08:07:07 -0400 (Tue, 01 Aug 2006) | 3 lines

AceEvent - more accurate AceEvent_FullyInitialized.
(at least in 1.12, haven't tested in 1.11)
please test.
------------------------------------------------------------------------
r6461 | ckknight | 2006-08-01 07:48:02 -0400 (Tue, 01 Aug 2006) | 2 lines

AceComm - bugfix when pressing Exit Now.
Added CUSTOM channel.
------------------------------------------------------------------------
r6443 | ckknight | 2006-08-01 05:49:43 -0400 (Tue, 01 Aug 2006) | 1 line

AceDB - fixed bug
------------------------------------------------------------------------
r6438 | ckknight | 2006-08-01 05:27:12 -0400 (Tue, 01 Aug 2006) | 1 line

AceEvent - mangling of argChecks
------------------------------------------------------------------------
r6430 | ckknight | 2006-08-01 02:16:09 -0400 (Tue, 01 Aug 2006) | 3 lines

AceComm - Channels now have a standardized enter/exit system.
If there are too many channels and you can't join, a window pops up naming the culprit addon.
Channels no longer show in the ChatFrames' Channels list.
------------------------------------------------------------------------
r6429 | ckknight | 2006-08-01 02:13:23 -0400 (Tue, 01 Aug 2006) | 1 line

AceEvent - bugfix
------------------------------------------------------------------------
r6416 | ckknight | 2006-07-31 21:33:03 -0400 (Mon, 31 Jul 2006) | 1 line

AceConsole - fixed AceConsole-2.0.lua:703: attempt to index local `v' (a nil value)
------------------------------------------------------------------------
r6409 | ckknight | 2006-07-31 20:28:43 -0400 (Mon, 31 Jul 2006) | 1 line

AceEvent - typo in :UnregisterAllEvents()
------------------------------------------------------------------------
r6392 | ckknight | 2006-07-31 19:47:33 -0400 (Mon, 31 Jul 2006) | 1 line

AceDB - bugfix
------------------------------------------------------------------------
r6391 | ckknight | 2006-07-31 19:45:28 -0400 (Mon, 31 Jul 2006) | 1 line

AceDB - bugfix
------------------------------------------------------------------------
r6385 | ckknight | 2006-07-31 17:28:06 -0400 (Mon, 31 Jul 2006) | 1 line

AceDB - added more checks to :GetProfile()
------------------------------------------------------------------------
r6384 | ckknight | 2006-07-31 17:26:15 -0400 (Mon, 31 Jul 2006) | 1 line

AceConsole - fix possible bug when registering a flat function
------------------------------------------------------------------------
r6305 | ckknight | 2006-07-31 00:35:47 -0400 (Mon, 31 Jul 2006) | 1 line

AceEvent - properly nils out once events on :UnregisterAllEvents()
------------------------------------------------------------------------
r6304 | ckknight | 2006-07-31 00:34:55 -0400 (Mon, 31 Jul 2006) | 1 line

AceEvent - fires "AceEvent_EventUnregistered" on :UnregisterAllEvents
------------------------------------------------------------------------
r6293 | ckknight | 2006-07-30 22:55:03 -0400 (Sun, 30 Jul 2006) | 1 line

AceEvent - tweak once triggers
------------------------------------------------------------------------
r6292 | ckknight | 2006-07-30 22:53:06 -0400 (Sun, 30 Jul 2006) | 1 line

AceEvent - added a check.
------------------------------------------------------------------------
r6265 | ckknight | 2006-07-30 18:32:44 -0400 (Sun, 30 Jul 2006) | 1 line

AceComm - more checks, sending messages now returns a success value.
------------------------------------------------------------------------
r6259 | ckknight | 2006-07-30 17:21:35 -0400 (Sun, 30 Jul 2006) | 1 line

AceComm - removed events debugging thing.
------------------------------------------------------------------------
r6258 | ckknight | 2006-07-30 17:13:32 -0400 (Sun, 30 Jul 2006) | 1 line

AceEvent - fix
------------------------------------------------------------------------
r6255 | ckknight | 2006-07-30 16:47:45 -0400 (Sun, 30 Jul 2006) | 1 line

AceEvent - more optimizations, fixes
------------------------------------------------------------------------
r6254 | ckknight | 2006-07-30 16:30:12 -0400 (Sun, 30 Jul 2006) | 2 lines

AceEvent - added events AceEvent_EventRegistered and AceEvent_EventUnregistered.
:IsEventRegistered("event"), if called directly from AceEvent, checks whether the event is registered by anybody.
------------------------------------------------------------------------
r6253 | ckknight | 2006-07-30 16:16:08 -0400 (Sun, 30 Jul 2006) | 1 line

AceEvent - :TriggerEvent is much more efficient now if there are no registered events.
------------------------------------------------------------------------
r6215 | ckknight | 2006-07-30 07:19:06 -0400 (Sun, 30 Jul 2006) | 1 line

AceComm - added "ZONE" distribution.
------------------------------------------------------------------------
r6202 | ckknight | 2006-07-30 02:39:09 -0400 (Sun, 30 Jul 2006) | 1 line

AceComm - added methods to change the priority/prefix.
------------------------------------------------------------------------
r6201 | ckknight | 2006-07-30 02:15:04 -0400 (Sun, 30 Jul 2006) | 1 line

AceComm - more anal checking.
------------------------------------------------------------------------
r6191 | ckknight | 2006-07-29 23:40:55 -0400 (Sat, 29 Jul 2006) | 1 line

AceComm - now can push multiple arguments onto the stream at once. API changed accordingly
------------------------------------------------------------------------
r6183 | ckknight | 2006-07-29 21:59:12 -0400 (Sat, 29 Jul 2006) | 1 line

AceComm - changed registration handler arguments
------------------------------------------------------------------------
r6182 | ckknight | 2006-07-29 21:50:07 -0400 (Sat, 29 Jul 2006) | 1 line

AceComm - no longer handle messages that were sent by the player (except if you whisper yourself)
------------------------------------------------------------------------
r6177 | ckknight | 2006-07-29 21:37:47 -0400 (Sat, 29 Jul 2006) | 1 line

AceComm - also hooking Quit
------------------------------------------------------------------------
r6168 | ckknight | 2006-07-29 20:55:33 -0400 (Sat, 29 Jul 2006) | 1 line

Ace2 - added AceComm (only works in 1.12 for now)
------------------------------------------------------------------------
r6131 | ckknight | 2006-07-29 14:48:43 -0400 (Sat, 29 Jul 2006) | 1 line

AceEvent - bugfix
------------------------------------------------------------------------
r6090 | ckknight | 2006-07-29 04:40:52 -0400 (Sat, 29 Jul 2006) | 1 line

AceHook - fixed manual embedding
------------------------------------------------------------------------
r6089 | ckknight | 2006-07-29 04:28:40 -0400 (Sat, 29 Jul 2006) | 1 line

AceHook - moved .hooks creation from :embed to :OnEmbedInitialize
------------------------------------------------------------------------
r6080 | ckknight | 2006-07-29 01:17:02 -0400 (Sat, 29 Jul 2006) | 1 line

AceEvent - removed debug message
------------------------------------------------------------------------
r6079 | ckknight | 2006-07-29 01:13:36 -0400 (Sat, 29 Jul 2006) | 1 line

AceEvent - removed debug line
------------------------------------------------------------------------
r6076 | ckknight | 2006-07-29 00:40:19 -0400 (Sat, 29 Jul 2006) | 1 line

AceEvent - cleanup
------------------------------------------------------------------------
r5949 | ckknight | 2006-07-28 00:27:33 -0400 (Fri, 28 Jul 2006) | 1 line

AceEvent - added _G.eventDispatcher
------------------------------------------------------------------------
r5947 | ckknight | 2006-07-27 23:42:06 -0400 (Thu, 27 Jul 2006) | 1 line

AceDB - fixed possible bug on logout
------------------------------------------------------------------------
r5938 | ckknight | 2006-07-27 22:29:27 -0400 (Thu, 27 Jul 2006) | 1 line

AceConsole-2.0 - turn that frown upside-down.
------------------------------------------------------------------------
r5936 | ckknight | 2006-07-27 21:46:15 -0400 (Thu, 27 Jul 2006) | 1 line

AceConsole - typo
------------------------------------------------------------------------
r5935 | ckknight | 2006-07-27 21:44:58 -0400 (Thu, 27 Jul 2006) | 1 line

AceConsole - added :InjectAceOptionsTable(handler, options)
------------------------------------------------------------------------
r5813 | ckknight | 2006-07-26 17:24:48 -0400 (Wed, 26 Jul 2006) | 1 line

AceEvent - fixed the icky bug that popped up at the beginning
------------------------------------------------------------------------
r5797 | ckknight | 2006-07-26 15:50:10 -0400 (Wed, 26 Jul 2006) | 1 line

AceEvent - fixed :RegisterEvent when used as a library method
------------------------------------------------------------------------
r5738 | ckknight | 2006-07-26 03:26:15 -0400 (Wed, 26 Jul 2006) | 1 line

AceEvent - whoops
------------------------------------------------------------------------
r5737 | ckknight | 2006-07-26 03:21:52 -0400 (Wed, 26 Jul 2006) | 1 line

AceEvent - theoretically fixed :CancelAllScheduledEvents()
------------------------------------------------------------------------
r5629 | ckknight | 2006-07-24 23:58:47 -0400 (Mon, 24 Jul 2006) | 1 line

AceDB - tweak
------------------------------------------------------------------------
r5622 | ckknight | 2006-07-24 22:56:20 -0400 (Mon, 24 Jul 2006) | 1 line

AceDB - no longer re-sets a profile if it is already selected
------------------------------------------------------------------------
r5620 | ckknight | 2006-07-24 22:50:08 -0400 (Mon, 24 Jul 2006) | 1 line

AceConsole - checks to see if a value should be set or not. If it is the same value, then it does not re-set it.
------------------------------------------------------------------------
r5614 | ckknight | 2006-07-24 22:32:16 -0400 (Mon, 24 Jul 2006) | 1 line

AceAddon - whoops
------------------------------------------------------------------------
r5610 | ckknight | 2006-07-24 22:29:48 -0400 (Mon, 24 Jul 2006) | 1 line

AceAddon - better AceAddon-2.0 requires AceEvent-2.0 error
------------------------------------------------------------------------
r5609 | ckknight | 2006-07-24 22:28:49 -0400 (Mon, 24 Jul 2006) | 1 line

AceLibrary - bugfix, better error method
------------------------------------------------------------------------
r5602 | ckknight | 2006-07-24 21:25:06 -0400 (Mon, 24 Jul 2006) | 1 line

AceEvent - fixed another of facboy's errors
------------------------------------------------------------------------
r5600 | ckknight | 2006-07-24 21:21:16 -0400 (Mon, 24 Jul 2006) | 1 line

AceEvent - fixed line 300 bug
------------------------------------------------------------------------
r5598 | ckknight | 2006-07-24 21:08:24 -0400 (Mon, 24 Jul 2006) | 1 line

AceLibrary - removed debug line
------------------------------------------------------------------------
r5597 | ckknight | 2006-07-24 21:07:58 -0400 (Mon, 24 Jul 2006) | 1 line

AceEvent - magical superoptimization (merged in facboy's heap algorithm)
------------------------------------------------------------------------
r5591 | ckknight | 2006-07-24 19:10:42 -0400 (Mon, 24 Jul 2006) | 1 line

AceEvent - TriggerEvent now manipulates _G.arg1-9
------------------------------------------------------------------------
r5588 | ckknight | 2006-07-24 18:55:48 -0400 (Mon, 24 Jul 2006) | 1 line

AceLibrary - accurate argCheck now.
------------------------------------------------------------------------
r5583 | ckknight | 2006-07-24 18:35:15 -0400 (Mon, 24 Jul 2006) | 1 line

AceConsole - fixed error messages
------------------------------------------------------------------------
r5577 | ckknight | 2006-07-24 17:43:25 -0400 (Mon, 24 Jul 2006) | 1 line

AceEvent - tweak scheduling
------------------------------------------------------------------------
r5567 | ckknight | 2006-07-24 16:58:23 -0400 (Mon, 24 Jul 2006) | 1 line

AceLocale - remove fired timebomb
------------------------------------------------------------------------
r5566 | ckknight | 2006-07-24 16:58:16 -0400 (Mon, 24 Jul 2006) | 1 line

AceEvent - remove fired timebomb
------------------------------------------------------------------------
r5565 | ckknight | 2006-07-24 16:58:09 -0400 (Mon, 24 Jul 2006) | 1 line

AceDB - remove fired timebomb
------------------------------------------------------------------------
r5564 | ckknight | 2006-07-24 16:57:56 -0400 (Mon, 24 Jul 2006) | 1 line

AceLibrary - tweak
------------------------------------------------------------------------
r5515 | ckknight | 2006-07-24 06:40:26 -0400 (Mon, 24 Jul 2006) | 1 line

AceLibrary - better error method
------------------------------------------------------------------------
r5514 | ckknight | 2006-07-24 06:38:11 -0400 (Mon, 24 Jul 2006) | 1 line

AceLibrary - fixed argCheck (works now)
------------------------------------------------------------------------
r5511 | ckknight | 2006-07-24 05:14:35 -0400 (Mon, 24 Jul 2006) | 1 line

AceLibrary - better argCheck method
------------------------------------------------------------------------
r5506 | ckknight | 2006-07-24 04:36:21 -0400 (Mon, 24 Jul 2006) | 1 line

AceAddon - got rid of header
------------------------------------------------------------------------
r5505 | ckknight | 2006-07-24 04:20:05 -0400 (Mon, 24 Jul 2006) | 1 line

AceDB - tweak
------------------------------------------------------------------------
r5504 | ckknight | 2006-07-24 04:18:36 -0400 (Mon, 24 Jul 2006) | 1 line

AceConsole - tweak
------------------------------------------------------------------------
r5503 | ckknight | 2006-07-24 03:28:54 -0400 (Mon, 24 Jul 2006) | 1 line

AceConsole - made nicer invalid option errors
------------------------------------------------------------------------
r5502 | ckknight | 2006-07-24 03:27:53 -0400 (Mon, 24 Jul 2006) | 1 line

AceConsole - fixed invalid option for range with step
------------------------------------------------------------------------
r5501 | ckknight | 2006-07-24 03:19:46 -0400 (Mon, 24 Jul 2006) | 1 line

AceConsole - table validate now shows the value instead of the key, like how it normally should be.
------------------------------------------------------------------------
r5500 | ckknight | 2006-07-24 02:57:22 -0400 (Mon, 24 Jul 2006) | 1 line

AceConsole - if dewdrop is available and settings change, Refresh is called. This is to make sure if you change a setting, it is automatically updated on all fronts.
------------------------------------------------------------------------
r5495 | ckknight | 2006-07-24 01:11:46 -0400 (Mon, 24 Jul 2006) | 1 line

AceConsole - added cmdHidden
------------------------------------------------------------------------
r5462 | cladhaire | 2006-07-23 19:54:52 -0400 (Sun, 23 Jul 2006) | 2 lines

AceDebug: Fixed a typo in LevelDebug

------------------------------------------------------------------------
r5461 | cladhaire | 2006-07-23 19:41:27 -0400 (Sun, 23 Jul 2006) | 6 lines

AceDebug:
* Added SetDebugLevel, GetDebugLevel, LevelDebug and CustomLevelDebug
* Level 1: Very high overview debug messages, i.e. plugins loading, etc.
* Level 2: Local debug information, i.e. function calls, etc.
* Level 3: Very verbose debug level, will show everything.

------------------------------------------------------------------------
r5440 | ckknight | 2006-07-23 14:57:30 -0400 (Sun, 23 Jul 2006) | 1 line

AceLocale - fixed line 345 bug
------------------------------------------------------------------------
r5376 | hyperactiveChipmunk | 2006-07-23 00:48:47 -0400 (Sun, 23 Jul 2006) | 3 lines

AceTab-2.0:
-Nuther typo >8P

------------------------------------------------------------------------
r5371 | hyperactiveChipmunk | 2006-07-22 23:29:38 -0400 (Sat, 22 Jul 2006) | 3 lines

AceTab-2.0:
-Typo; I'm a moron.

------------------------------------------------------------------------
r5370 | hyperactiveChipmunk | 2006-07-22 22:50:18 -0400 (Sat, 22 Jul 2006) | 3 lines

AceTab-2.0:
- IsTabCompletionRegistered(desc) and UnregisterTabCompletion(desc) fixed

------------------------------------------------------------------------
r5369 | hyperactiveChipmunk | 2006-07-22 22:41:49 -0400 (Sat, 22 Jul 2006) | 3 lines

AceTab-2.0:
- Simplified 'usage' handling.  See wiki for proper, er, usage.

------------------------------------------------------------------------
r5367 | hyperactiveChipmunk | 2006-07-22 21:36:21 -0400 (Sat, 22 Jul 2006) | 3 lines

AceTab-2.0:
- Usage can now accept a return value of a table with entries of the form candidate = "usage text", and will print 'candidate - usage text' if a usage text exists whose key is a valid completion.

------------------------------------------------------------------------
r5364 | hyperactiveChipmunk | 2006-07-22 20:16:01 -0400 (Sat, 22 Jul 2006) | 3 lines

AceConsole-2.0:
- AceTab usage function returns false if the slash command gets passed to it, but is not an AceConsole command

------------------------------------------------------------------------
r5363 | hyperactiveChipmunk | 2006-07-22 20:11:34 -0400 (Sat, 22 Jul 2006) | 4 lines

AceTab-2.0:
- Fixed some edge cases
- Further filtering beyond the regex can be achieved in the usage function.  If the usage function returns false, then AceTab will not process that set.

------------------------------------------------------------------------
r5359 | ckknight | 2006-07-22 18:53:18 -0400 (Sat, 22 Jul 2006) | 1 line

AceEvent - fixed bug in :IsScheduledEvent
------------------------------------------------------------------------
r5354 | hyperactiveChipmunk | 2006-07-22 17:37:27 -0400 (Sat, 22 Jul 2006) | 3 lines

AceTab-2.0:
- Usage printout altered slightly.  If usageFunc returns a string, then it will print it out; otherwise, it will assume that the function itself handled the printout and will print nothing.

------------------------------------------------------------------------
r5268 | hyperactiveChipmunk | 2006-07-21 01:56:53 -0400 (Fri, 21 Jul 2006) | 3 lines

AceTab-2.0:
- Correctly falls back on normal tab behavior in whisper mode if no matches can be found

------------------------------------------------------------------------
r5246 | tekkub | 2006-07-20 21:03:38 -0400 (Thu, 20 Jul 2006) | 1 line

Ace2 - TOC metadata update
------------------------------------------------------------------------
r5241 | hyperactiveChipmunk | 2006-07-20 18:19:02 -0400 (Thu, 20 Jul 2006) | 3 lines

AceTab-2.0:
- Fixed revision de-synch

------------------------------------------------------------------------
r5239 | hyperactiveChipmunk | 2006-07-20 18:01:20 -0400 (Thu, 20 Jul 2006) | 3 lines

AceTab-2.0:
- Minor typo fixed; no harm done

------------------------------------------------------------------------
r5238 | hyperactiveChipmunk | 2006-07-20 17:52:04 -0400 (Thu, 20 Jul 2006) | 3 lines

AceTab-2.0:
- Bugfixifications. All known bugs squashed.

------------------------------------------------------------------------
r5237 | hyperactiveChipmunk | 2006-07-20 17:50:36 -0400 (Thu, 20 Jul 2006) | 3 lines

AceConsole-2.0:
- Tab-completion bugs ironed out.  Should work completely now.

------------------------------------------------------------------------
r5235 | ckknight | 2006-07-20 17:20:11 -0400 (Thu, 20 Jul 2006) | 1 line

AceAddon - now checks for the enabled state of Ace on whether to replace /ace
------------------------------------------------------------------------
r5232 | ckknight | 2006-07-20 17:02:11 -0400 (Thu, 20 Jul 2006) | 1 line

AceConsole - name now optional for header type.
------------------------------------------------------------------------
r5215 | ckknight | 2006-07-20 16:12:39 -0400 (Thu, 20 Jul 2006) | 1 line

AceTab - replaced most AceTab references with self.
------------------------------------------------------------------------
r5212 | ckknight | 2006-07-20 15:55:32 -0400 (Thu, 20 Jul 2006) | 1 line

AceConsole - header types no longer show in usage statement
------------------------------------------------------------------------
r5209 | ckknight | 2006-07-20 15:03:39 -0400 (Thu, 20 Jul 2006) | 1 line

AceConsole - tweaked printUsage function.
------------------------------------------------------------------------
r5192 | ckknight | 2006-07-20 05:06:42 -0400 (Thu, 20 Jul 2006) | 1 line

AceLibrary - conquered the boogieman. Also, no longer hangs.
------------------------------------------------------------------------
r5188 | ckknight | 2006-07-20 03:50:46 -0400 (Thu, 20 Jul 2006) | 1 line

AceConsole - tweak
------------------------------------------------------------------------
r5187 | ckknight | 2006-07-20 03:50:29 -0400 (Thu, 20 Jul 2006) | 1 line

AceAddon - added title to the aceoptions data table.
------------------------------------------------------------------------
r5186 | ckknight | 2006-07-20 02:57:19 -0400 (Thu, 20 Jul 2006) | 1 line

AceLocale - commented out collectgarbage()
------------------------------------------------------------------------
r5185 | ckknight | 2006-07-20 02:11:17 -0400 (Thu, 20 Jul 2006) | 1 line

AceDB - hacked up options table.
------------------------------------------------------------------------
r5180 | ckknight | 2006-07-20 00:27:46 -0400 (Thu, 20 Jul 2006) | 1 line

AceConsole - no longer shows headers in the usage statement.
------------------------------------------------------------------------
r5176 | ckknight | 2006-07-19 23:38:59 -0400 (Wed, 19 Jul 2006) | 1 line

AceConsole - added string-keyed validation tables.
------------------------------------------------------------------------
r5166 | hyperactiveChipmunk | 2006-07-19 18:14:42 -0400 (Wed, 19 Jul 2006) | 3 lines

AceTab-2.0:
- Usage function now receives a table of the remaining possible completion candidates, the least-common substring of those candidates, and the preceding text. Print formatting is left to the addon.

------------------------------------------------------------------------
r5164 | hyperactiveChipmunk | 2006-07-19 18:11:32 -0400 (Wed, 19 Jul 2006) | 4 lines

AceConsole-2.0:
- Tweaked the tab completion usage printout
- Fixed ckknight's nil table lookups around line 600

------------------------------------------------------------------------
r5161 | ckknight | 2006-07-19 17:25:20 -0400 (Wed, 19 Jul 2006) | 1 line

AceEvent - added better error message to the "Cannot unregister blah"
------------------------------------------------------------------------
r5160 | ckknight | 2006-07-19 17:23:56 -0400 (Wed, 19 Jul 2006) | 1 line

AceDebug - added ordering to debug
------------------------------------------------------------------------
r5159 | ckknight | 2006-07-19 17:23:27 -0400 (Wed, 19 Jul 2006) | 1 line

AceDB - added ordering to standby/profile
------------------------------------------------------------------------
r5158 | ckknight | 2006-07-19 17:23:14 -0400 (Wed, 19 Jul 2006) | 1 line

AceAddon - added ordering to "About"
------------------------------------------------------------------------
r5154 | ckknight | 2006-07-19 16:57:09 -0400 (Wed, 19 Jul 2006) | 1 line

AceConsole - added ordering.
------------------------------------------------------------------------
r5148 | ckknight | 2006-07-19 16:25:15 -0400 (Wed, 19 Jul 2006) | 1 line

AceConsole - fixed error messages
------------------------------------------------------------------------
r5147 | hyperactiveChipmunk | 2006-07-19 16:13:31 -0400 (Wed, 19 Jul 2006) | 3 lines

AceTab-2.0:
- Cleaned up a debug print and made error messages consistent.

------------------------------------------------------------------------
r5146 | ckknight | 2006-07-19 16:01:03 -0400 (Wed, 19 Jul 2006) | 1 line

AceConsole - added "header" type. Does nothing.
------------------------------------------------------------------------
r5145 | ckknight | 2006-07-19 15:48:00 -0400 (Wed, 19 Jul 2006) | 1 line

AceLibrary - added more checks/safety thingies. Now upgrades old libraries' assert/error/etc. methods iff they belong to a previous AceLibrary.
------------------------------------------------------------------------
r5134 | hyperactiveChipmunk | 2006-07-19 04:10:29 -0400 (Wed, 19 Jul 2006) | 4 lines

AceTab-2.0:
- Frames are hooked on AceEvent_FullyInitialized so that AddOns which redefine a registered frame after the hook has been made (/point VisorEditBox) will not cause the hook to be lost.
/me threatens Tain with the wrath of doom.

------------------------------------------------------------------------
r5130 | hyperactiveChipmunk | 2006-07-19 01:58:22 -0400 (Wed, 19 Jul 2006) | 3 lines

AceConsole-2.0:
- Moved registration with AceTab to the external function

------------------------------------------------------------------------
r5127 | hyperactiveChipmunk | 2006-07-19 00:47:15 -0400 (Wed, 19 Jul 2006) | 4 lines

AceTab-2.0:
- Fixed typo in line 142
- Headers for completion sets whose regex matches but have no completions are no longer printed

------------------------------------------------------------------------
r5126 | hyperactiveChipmunk | 2006-07-19 00:41:51 -0400 (Wed, 19 Jul 2006) | 5 lines

AceTab:
- Sends (t, text, pos) being the table to be filled, the FULL text of the frame, and the position index of the end of the word before the one being tabbed.
- Use string.sub(text, 1, pos) to get all text up to the word being tabbed (this was what was previously being sent to `text').
- Useful for things like the TinyPad completion, where you want to consider the entire text, not just the text before the word being tabbed (generally the case for commandline parsing).

------------------------------------------------------------------------
r5124 | hyperactiveChipmunk | 2006-07-19 00:17:37 -0400 (Wed, 19 Jul 2006) | 3 lines

AceConsole-2.0:
- No longer errors on tabbing in the commandlines of inferior AddOns

------------------------------------------------------------------------
r5123 | hyperactiveChipmunk | 2006-07-18 23:49:15 -0400 (Tue, 18 Jul 2006) | 3 lines

AceConsole-2.0:
- Tab completion with AceTab now WORKS!!...mostly.  Still some bugs to iron out.

------------------------------------------------------------------------
r5119 | wobin | 2006-07-18 21:36:28 -0400 (Tue, 18 Jul 2006) | 2 lines

Ace2 - added a newline to the readme.txt
Avast.
------------------------------------------------------------------------
r5118 | wobin | 2006-07-18 21:32:41 -0400 (Tue, 18 Jul 2006) | 3 lines

Ace2 - Oops

And yarr.
------------------------------------------------------------------------
r5115 | wobin | 2006-07-18 21:01:56 -0400 (Tue, 18 Jul 2006) | 1 line

PlowKing - yarr
------------------------------------------------------------------------
r5100 | hyperactiveChipmunk | 2006-07-18 19:06:17 -0400 (Tue, 18 Jul 2006) | 5 lines

AceTab-2.0:
- completion list header not shown if a usage function is provided
AceConsole-2.0:
- restructured for altered behavior of AceTab: receives table from AceTab, rather than creating its own and returning

------------------------------------------------------------------------
r5067 | hyperactiveChipmunk | 2006-07-18 03:03:37 -0400 (Tue, 18 Jul 2006) | 3 lines

AceTab:
- More fiddling with efficiency

------------------------------------------------------------------------
r5044 | hyperactiveChipmunk | 2006-07-17 10:51:34 -0400 (Mon, 17 Jul 2006) | 3 lines

AceConsole-2.0:
- AceTab made optional

------------------------------------------------------------------------
r5043 | hyperactiveChipmunk | 2006-07-17 10:33:00 -0400 (Mon, 17 Jul 2006) | 5 lines

Ace2:
- Progress save
- AceConsole changed to utilize AceTab, doesn't work quite yet
- AceTab args tweaked a bit, still not set in stone

------------------------------------------------------------------------
r5033 | kergoth | 2006-07-17 05:50:08 -0400 (Mon, 17 Jul 2006) | 1 line

Revert revision 5032.
------------------------------------------------------------------------
r5032 | sole | 2006-07-17 04:33:51 -0400 (Mon, 17 Jul 2006) | 1 line

Added CandyBar support
------------------------------------------------------------------------
r4961 | ckknight | 2006-07-15 23:18:02 -0400 (Sat, 15 Jul 2006) | 1 line

AceConsole - :GetAceOptionsTable() -> :GetAceOptionsTable(target)
------------------------------------------------------------------------
r4956 | ckknight | 2006-07-15 20:29:13 -0400 (Sat, 15 Jul 2006) | 1 line

AceConsole - fixed /print
------------------------------------------------------------------------
r4953 | ckknight | 2006-07-15 18:55:59 -0400 (Sat, 15 Jul 2006) | 1 line

AceAddon - typo
------------------------------------------------------------------------
r4952 | ckknight | 2006-07-15 18:51:33 -0400 (Sat, 15 Jul 2006) | 1 line

AceDebug - :Debug(nil) now shows "nil".
------------------------------------------------------------------------
r4951 | ckknight | 2006-07-15 17:46:40 -0400 (Sat, 15 Jul 2006) | 1 line

AceAddon - removed AceDB remnants.
------------------------------------------------------------------------
r4950 | ckknight | 2006-07-15 17:45:24 -0400 (Sat, 15 Jul 2006) | 1 line

Ace2 - decoupled AceDB and AceAddon.
------------------------------------------------------------------------
r4948 | ckknight | 2006-07-15 17:40:36 -0400 (Sat, 15 Jul 2006) | 1 line

AceAddon - now passes the name onto :OnInitialize("name") and :OnEmbedInitialize("name")
------------------------------------------------------------------------
r4946 | ckknight | 2006-07-15 17:23:55 -0400 (Sat, 15 Jul 2006) | 1 line

AceAddon - fix typo
------------------------------------------------------------------------
r4945 | ckknight | 2006-07-15 17:17:46 -0400 (Sat, 15 Jul 2006) | 1 line

AceAddon - added :OnEmbedInitialize(target)
------------------------------------------------------------------------
r4944 | ckknight | 2006-07-15 17:10:20 -0400 (Sat, 15 Jul 2006) | 1 line

AceAddon/AceDB - added :OnEmbedEnable(target) to mixins
------------------------------------------------------------------------
r4943 | ckknight | 2006-07-15 17:05:40 -0400 (Sat, 15 Jul 2006) | 1 line

AceLibrary - updated error method
------------------------------------------------------------------------
r4939 | ckknight | 2006-07-15 15:45:21 -0400 (Sat, 15 Jul 2006) | 1 line

AceAddon - removed obselete timebomb
------------------------------------------------------------------------
r4934 | hyperactiveChipmunk | 2006-07-15 14:54:43 -0400 (Sat, 15 Jul 2006) | 3 lines

AceTab-2.0:
- Removed scratch file for my AceTab modules

------------------------------------------------------------------------
r4932 | ckknight | 2006-07-15 14:49:20 -0400 (Sat, 15 Jul 2006) | 1 line

AceTab - added svn:keywords
------------------------------------------------------------------------
r4930 | hyperactiveChipmunk | 2006-07-15 13:25:10 -0400 (Sat, 15 Jul 2006) | 4 lines

AceTab:
- Initial import.  Library file and some examples.
- Provides an interface for registering tab completions for any frame using very simple script modules.  More to follow...

------------------------------------------------------------------------
r4920 | kaelten | 2006-07-15 11:48:02 -0400 (Sat, 15 Jul 2006) | 1 line

Ace2 - fixed global bug.
------------------------------------------------------------------------
r4908 | kaelten | 2006-07-15 09:59:19 -0400 (Sat, 15 Jul 2006) | 1 line

Ace2 - Fixed DEFAULT_CHAT_FRAME message errors.
------------------------------------------------------------------------
r4885 | kaelten | 2006-07-15 01:21:44 -0400 (Sat, 15 Jul 2006) | 2 lines

Ace2 - Prepping for release of RC2

------------------------------------------------------------------------
r4883 | tardmrr | 2006-07-14 23:31:36 -0400 (Fri, 14 Jul 2006) | 1 line

Creating library trunk.
------------------------------------------------------------------------
r4882 | ckknight | 2006-07-14 23:00:26 -0400 (Fri, 14 Jul 2006) | 1 line

AceEvent - updated description
------------------------------------------------------------------------
r4881 | ckknight | 2006-07-14 22:44:14 -0400 (Fri, 14 Jul 2006) | 1 line

AceDB - fix typo
------------------------------------------------------------------------
r4878 | ckknight | 2006-07-14 21:31:38 -0400 (Fri, 14 Jul 2006) | 1 line

AceConsole - fix nil bug.
------------------------------------------------------------------------
r4877 | ckknight | 2006-07-14 21:30:35 -0400 (Fri, 14 Jul 2006) | 1 line

AceDB - fixed ResetDB bugs
------------------------------------------------------------------------
r4875 | tekkub | 2006-07-14 20:54:22 -0400 (Fri, 14 Jul 2006) | 2 lines

BigWigs (Ace2 Branch)
- Fixed CancelAllScheduledEvents 
------------------------------------------------------------------------
r4763 | ckknight | 2006-07-13 21:32:40 -0400 (Thu, 13 Jul 2006) | 1 line

AceDB - added .REALM, .NAME, .FACTION
------------------------------------------------------------------------
r4761 | ckknight | 2006-07-13 19:41:30 -0400 (Thu, 13 Jul 2006) | 1 line

AceDB - fix nil __index
------------------------------------------------------------------------
r4750 | ckknight | 2006-07-13 17:18:26 -0400 (Thu, 13 Jul 2006) | 1 line

AceDB - added :ResetDB(["kind"])
------------------------------------------------------------------------
r4675 | kaelten | 2006-07-12 14:03:14 -0400 (Wed, 12 Jul 2006) | 3 lines

OneBag - 
- Made OneView LoD
- Put in the OneView Frame Toggle
------------------------------------------------------------------------
r4672 | ckknight | 2006-07-12 13:31:04 -0400 (Wed, 12 Jul 2006) | 1 line

AceDB - diabled -> disabled
------------------------------------------------------------------------
r4621 | ckknight | 2006-07-11 20:57:02 -0400 (Tue, 11 Jul 2006) | 1 line

AceConsole - fixed printUsage
------------------------------------------------------------------------
r4604 | ckknight | 2006-07-11 17:35:45 -0400 (Tue, 11 Jul 2006) | 1 line

AceConsole - added a bunch of checks.
------------------------------------------------------------------------
r4599 | ckknight | 2006-07-11 16:31:50 -0400 (Tue, 11 Jul 2006) | 1 line

AceEvent - added :IsPostPlayerLogin()
------------------------------------------------------------------------
r4597 | ckknight | 2006-07-11 16:22:26 -0400 (Tue, 11 Jul 2006) | 1 line

AceHook - removed reference to UnhookScript
------------------------------------------------------------------------
r4588 | ckknight | 2006-07-11 14:58:12 -0400 (Tue, 11 Jul 2006) | 1 line

Ace2 - addons/modules now no longer disable if they haven't been enabled.
------------------------------------------------------------------------
r4584 | hyperactiveChipmunk | 2006-07-11 14:13:35 -0400 (Tue, 11 Jul 2006) | 3 lines

AceConsole:
- default ChatFrameEditBox's OnTabPressed  now hooked explicitly, since it loads before AceConsole and doesn't get picked up by the ChatEdit_OnLoad hook

------------------------------------------------------------------------
r4577 | hyperactiveChipmunk | 2006-07-11 13:05:15 -0400 (Tue, 11 Jul 2006) | 3 lines

AceConsole:
- Tab complete now hooks the OnTabPressed script on ChatEdit_OnLoad(), rather than hooking ChatEdit_OnTabPressed() script; should fix a few bugs, including the ability to tab through /whisper lists.

------------------------------------------------------------------------
r4551 | ckknight | 2006-07-11 02:28:54 -0400 (Tue, 11 Jul 2006) | 1 line

AceEvent - fixed typos
------------------------------------------------------------------------
r4549 | ckknight | 2006-07-11 01:41:14 -0400 (Tue, 11 Jul 2006) | 1 line

AceEvent - after much testing, more efficient, works.
------------------------------------------------------------------------
r4548 | ckknight | 2006-07-11 01:09:13 -0400 (Tue, 11 Jul 2006) | 1 line

AceEvent - fixed bug
------------------------------------------------------------------------
r4547 | ckknight | 2006-07-11 01:08:52 -0400 (Tue, 11 Jul 2006) | 1 line

AceEvent - tweak
------------------------------------------------------------------------
r4546 | ckknight | 2006-07-11 01:04:52 -0400 (Tue, 11 Jul 2006) | 1 line

AceEvent-2.0 - fixed bug
------------------------------------------------------------------------
r4545 | ckknight | 2006-07-11 01:03:48 -0400 (Tue, 11 Jul 2006) | 1 line

AceEvent - added :ScheduleRepeatingEvent("id" or id, "event" or func, delay, ...) or ("event" or func, delay, ...)
------------------------------------------------------------------------
r4542 | ckknight | 2006-07-10 23:44:53 -0400 (Mon, 10 Jul 2006) | 1 line

AceConsole - fixed nil bug.
------------------------------------------------------------------------
r4537 | ckknight | 2006-07-10 22:15:11 -0400 (Mon, 10 Jul 2006) | 1 line

AceAddon - fixed typo
------------------------------------------------------------------------
r4536 | ckknight | 2006-07-10 22:09:59 -0400 (Mon, 10 Jul 2006) | 1 line

Ace2 - optimizations
------------------------------------------------------------------------
r4535 | ckknight | 2006-07-10 21:43:26 -0400 (Mon, 10 Jul 2006) | 1 line

AceAddon - tweak
------------------------------------------------------------------------
r4532 | ckknight | 2006-07-10 21:26:04 -0400 (Mon, 10 Jul 2006) | 1 line

AceConsole - fix global x error
------------------------------------------------------------------------
r4524 | kaelten | 2006-07-10 19:49:22 -0400 (Mon, 10 Jul 2006) | 1 line

Ace2 - Fixed typo
------------------------------------------------------------------------
r4520 | hyperactiveChipmunk | 2006-07-10 18:57:49 -0400 (Mon, 10 Jul 2006) | 3 lines

AceConsole:
- Fixed error when trying to tab-complete args of inferior addons

------------------------------------------------------------------------
r4519 | ckknight | 2006-07-10 18:28:24 -0400 (Mon, 10 Jul 2006) | 1 line

AceLocale - added more checks
------------------------------------------------------------------------
r4518 | ckknight | 2006-07-10 18:26:46 -0400 (Mon, 10 Jul 2006) | 1 line

AceOO - now with optional Compost support
------------------------------------------------------------------------
r4515 | hyperactiveChipmunk | 2006-07-10 17:43:03 -0400 (Mon, 10 Jul 2006) | 4 lines

AceConsole:
- Compressed code from 5 functions to two, eliminating several trivial function calls
- No longer errors if you tab without anything in the chat box

------------------------------------------------------------------------
r4512 | hyperactiveChipmunk | 2006-07-10 16:42:06 -0400 (Mon, 10 Jul 2006) | 3 lines

AceConsole:
- Now types usage information for continued user input when tab is pressed at the leaf of a defined argument tree

------------------------------------------------------------------------
r4511 | hyperactiveChipmunk | 2006-07-10 16:31:49 -0400 (Mon, 10 Jul 2006) | 4 lines

AceConsole:
- The next grouping now shows in full if nothing at that level has been typed
- Oh man this is cool.

------------------------------------------------------------------------
r4510 | hyperactiveChipmunk | 2006-07-10 16:15:48 -0400 (Mon, 10 Jul 2006) | 3 lines

AceConsole:
- Argument tab-completion functionality added

------------------------------------------------------------------------
r4506 | ckknight | 2006-07-10 15:06:18 -0400 (Mon, 10 Jul 2006) | 1 line

AceEvent - added AceEvent:IsFullyInitialized() and event AceEvent_FullyInitialized
------------------------------------------------------------------------
r4505 | ckknight | 2006-07-10 14:59:04 -0400 (Mon, 10 Jul 2006) | 1 line

AceEvent - big tweak
------------------------------------------------------------------------
r4504 | ckknight | 2006-07-10 14:50:32 -0400 (Mon, 10 Jul 2006) | 1 line

AceConsole - added more error checking
------------------------------------------------------------------------
r4488 | ckknight | 2006-07-10 09:08:27 -0400 (Mon, 10 Jul 2006) | 1 line

AceEvent - now fires AceEvent_PostInitialize after all channels have loaded.
------------------------------------------------------------------------
r4485 | ckknight | 2006-07-10 06:07:54 -0400 (Mon, 10 Jul 2006) | 1 line

AceEvent - tweaked, fixed bugs.
------------------------------------------------------------------------
r4464 | ckknight | 2006-07-10 01:47:59 -0400 (Mon, 10 Jul 2006) | 1 line

AceAddon - now checks addons to see if they are modules to check their active state and whether to call :OnEnable()
------------------------------------------------------------------------
r4460 | ckknight | 2006-07-10 00:43:11 -0400 (Mon, 10 Jul 2006) | 1 line

AceAddon - now checks right before OnEnable for :IsActive()
------------------------------------------------------------------------
r4458 | ckknight | 2006-07-10 00:36:29 -0400 (Mon, 10 Jul 2006) | 1 line

AceModuleCore - fixed mixin disabling for modules
------------------------------------------------------------------------
r4457 | tekkub | 2006-07-10 00:23:16 -0400 (Mon, 10 Jul 2006) | 3 lines

AceModuleCore-2.0
- Added new API methods to the mixins tabel (tsk tsk, forgetting this again ckk....)
- Fixed various library-breaking typos
------------------------------------------------------------------------
r4449 | ckknight | 2006-07-09 22:50:19 -0400 (Sun, 09 Jul 2006) | 1 line

AceConsole - tweak
------------------------------------------------------------------------
r4448 | ckknight | 2006-07-09 22:40:21 -0400 (Sun, 09 Jul 2006) | 1 line

AceConsole - added check for step <= 0
------------------------------------------------------------------------
r4447 | ckknight | 2006-07-09 22:37:53 -0400 (Sun, 09 Jul 2006) | 1 line

AceConsole - added range/step
------------------------------------------------------------------------
r4441 | ckknight | 2006-07-09 20:44:44 -0400 (Sun, 09 Jul 2006) | 1 line

AceConsole/AceDebug - tweaked print statements.
------------------------------------------------------------------------
r4434 | ckknight | 2006-07-09 19:32:20 -0400 (Sun, 09 Jul 2006) | 1 line

AceConsole - changed internals, now uses a printUsage method.
------------------------------------------------------------------------
r4429 | ckknight | 2006-07-09 19:05:19 -0400 (Sun, 09 Jul 2006) | 1 line

AceEvent - tweaked :IsEventScheduled
------------------------------------------------------------------------
r4427 | ckknight | 2006-07-09 19:02:33 -0400 (Sun, 09 Jul 2006) | 3 lines

AceEvent - :ScheduleDelayedEvent -> :ScheduleEvent
:CancelDelayedEvent -> :CancelScheduledEvent
added :IsEventScheduled(id or "id")
------------------------------------------------------------------------
r4421 | ckknight | 2006-07-09 18:02:42 -0400 (Sun, 09 Jul 2006) | 1 line

AceConsole - fixed line 875 global set.
------------------------------------------------------------------------
r4415 | ckknight | 2006-07-09 17:34:19 -0400 (Sun, 09 Jul 2006) | 1 line

AceDB/AceModuleCore - fixed standby.
------------------------------------------------------------------------
r4404 | ckknight | 2006-07-09 16:37:47 -0400 (Sun, 09 Jul 2006) | 1 line

AceEvent - if you schedule a delayed event by name, it makes sure to remove the old schedule if it exists.
------------------------------------------------------------------------
r4403 | ckknight | 2006-07-09 16:35:29 -0400 (Sun, 09 Jul 2006) | 3 lines

AceEvent - changed :ScheduleDelayedEvent("event" or func, delay, ...) to :ScheduleDelayedEvent("event" or func, delay, ...) or ("id", "event" or func, delay, ...)
Said "id" can now be used to cancel the delayed event.
changed :CancelDelayedEvent(id) to :CancelDelayedEvent("id" or id)
------------------------------------------------------------------------
r4400 | ckknight | 2006-07-09 16:18:16 -0400 (Sun, 09 Jul 2006) | 1 line

AceEvent - made OnUpdate handler more efficient
------------------------------------------------------------------------
r4397 | ckknight | 2006-07-09 16:05:44 -0400 (Sun, 09 Jul 2006) | 1 line

AceEvent - :TriggerDelayedEvent -> :ScheduleDelayedEvent
------------------------------------------------------------------------
r4385 | ckknight | 2006-07-09 10:08:02 -0400 (Sun, 09 Jul 2006) | 1 line

AceEvent - changed :TriggerDelayedEvent("event", delay, ...) to :TriggerDelayedEvent("event" or func, delay, ...)
------------------------------------------------------------------------
r4384 | ckknight | 2006-07-09 09:55:43 -0400 (Sun, 09 Jul 2006) | 2 lines

AceEvent - added :CancelDelayedEvent(t)
:TriggerDelayedEvent(...) now returns a unique identifier which can be fed into :CancelDelayedEvent(t)
------------------------------------------------------------------------
r4365 | ckknight | 2006-07-09 03:59:18 -0400 (Sun, 09 Jul 2006) | 2 lines

AceModuleCore - added :ToggleModuleActive("name" or module [, state])
added :IsModuleActive("name" or module)
------------------------------------------------------------------------
r4363 | ckknight | 2006-07-09 03:15:33 -0400 (Sun, 09 Jul 2006) | 1 line

AceDB - tweaked :ToggleActive([state])
------------------------------------------------------------------------
r4358 | ckknight | 2006-07-09 02:31:07 -0400 (Sun, 09 Jul 2006) | 1 line

AceDB - realm spacing check
------------------------------------------------------------------------
r4355 | ckknight | 2006-07-09 02:20:01 -0400 (Sun, 09 Jul 2006) | 1 line

AceDB - added the constants CHAR_ID, REALM_ID, and CLASS_ID.
------------------------------------------------------------------------
r4353 | tekkub | 2006-07-09 01:50:34 -0400 (Sun, 09 Jul 2006) | 3 lines

AceEvent2.0 
- Made TriggerDelayedEvent mixin properly
- Fixed OnUpdate handler so that the event's table is not reclaimed until AFTER the event has triggered (can't unpack an empty table ckkinght!)
------------------------------------------------------------------------
r4349 | ckknight | 2006-07-09 00:52:49 -0400 (Sun, 09 Jul 2006) | 1 line

AceLocale - caching is prevented if the cached instance is registered with AceLibrary. e.g. BabbleLib.
------------------------------------------------------------------------
r4342 | ckknight | 2006-07-08 22:36:04 -0400 (Sat, 08 Jul 2006) | 1 line

AceDB - cannot call AcquireDBNamespace before RegisterDB
------------------------------------------------------------------------
r4341 | ckknight | 2006-07-08 22:31:01 -0400 (Sat, 08 Jul 2006) | 1 line

AceDB - fixed db.namespaces error
------------------------------------------------------------------------
r4340 | ckknight | 2006-07-08 22:02:43 -0400 (Sat, 08 Jul 2006) | 1 line

AceEvent - delayed events are stopped on embed disable.
------------------------------------------------------------------------
r4328 | ckknight | 2006-07-08 19:44:51 -0400 (Sat, 08 Jul 2006) | 1 line

AceModuleCore - :new() -> :new(name), so :init is now fed the name of the module
------------------------------------------------------------------------
r4327 | ckknight | 2006-07-08 19:21:46 -0400 (Sat, 08 Jul 2006) | 1 line

AceDB - :AcquireNamespace -> :AcquireDBNamespace
------------------------------------------------------------------------
r4326 | ckknight | 2006-07-08 19:14:11 -0400 (Sat, 08 Jul 2006) | 3 lines

AceDB - added namespacing.
Added :AcquireNamespace("name")
changed :RegisterDefaults("kind", defaults) to :RegisterDefaults("kind", defaults) or ("namespace", "kind", defaults)
------------------------------------------------------------------------
r4309 | kaelten | 2006-07-08 16:31:24 -0400 (Sat, 08 Jul 2006) | 1 line

Ace2 - tweaked toc file.
------------------------------------------------------------------------
r4308 | kaelten | 2006-07-08 16:29:10 -0400 (Sat, 08 Jul 2006) | 3 lines

Ace2 - 
- Changed suspend back to standby.
- Changed standby's cmdName to "State" and guiName to "Active"
------------------------------------------------------------------------
r4307 | ckknight | 2006-07-08 16:28:14 -0400 (Sat, 08 Jul 2006) | 1 line

AceConsole - fixed validation checks
------------------------------------------------------------------------
r4306 | ckknight | 2006-07-08 16:21:05 -0400 (Sat, 08 Jul 2006) | 1 line

AceConsole - added cmdName
------------------------------------------------------------------------
r4305 | ckknight | 2006-07-08 16:00:44 -0400 (Sat, 08 Jul 2006) | 1 line

AceDebug - whoopsie doodle.
------------------------------------------------------------------------
r4304 | ckknight | 2006-07-08 15:53:54 -0400 (Sat, 08 Jul 2006) | 1 line

AceConsole - removed dead translations
------------------------------------------------------------------------
r4303 | ckknight | 2006-07-08 15:53:09 -0400 (Sat, 08 Jul 2006) | 1 line

Ace2 - added :GetAceOptionsDataTable() thingy, so mixins can add options to AceConsole and such automatically.
------------------------------------------------------------------------
r4300 | ckknight | 2006-07-08 15:33:57 -0400 (Sat, 08 Jul 2006) | 1 line

AceOO - better error if you fuck up classpool args.
------------------------------------------------------------------------
r4296 | ckknight | 2006-07-08 14:38:27 -0400 (Sat, 08 Jul 2006) | 1 line

AceLocale - added fix for standalone lua
------------------------------------------------------------------------
r4292 | ckknight | 2006-07-08 14:14:50 -0400 (Sat, 08 Jul 2006) | 1 line

AceDB - typo
------------------------------------------------------------------------
r4288 | ckknight | 2006-07-08 14:13:46 -0400 (Sat, 08 Jul 2006) | 2 lines

AceDB - changed :IsEnabled() to :IsActive()
changed :ToggleStandby() to :ToggleActive([state])
------------------------------------------------------------------------
r4271 | ckknight | 2006-07-08 04:25:34 -0400 (Sat, 08 Jul 2006) | 1 line

AceDB - better stage 2 timebomb warning
------------------------------------------------------------------------
r4269 | hyperactiveChipmunk | 2006-07-08 03:30:20 -0400 (Sat, 08 Jul 2006) | 3 lines

AceLocale-2.0:
- Added missing 'then'

------------------------------------------------------------------------
r4266 | ckknight | 2006-07-08 02:33:41 -0400 (Sat, 08 Jul 2006) | 1 line

AceLocale - added versioning check to :EnableDebugging()
------------------------------------------------------------------------
r4265 | ckknight | 2006-07-08 02:31:41 -0400 (Sat, 08 Jul 2006) | 1 line

AceLocale - better accounting for versioning.
------------------------------------------------------------------------
r4263 | ckknight | 2006-07-08 02:14:48 -0400 (Sat, 08 Jul 2006) | 1 line

AceLocale - now has proper versioning.
------------------------------------------------------------------------
r4261 | ckknight | 2006-07-08 01:02:23 -0400 (Sat, 08 Jul 2006) | 1 line

AceLocale - added collectgarbage() hack on RegisterTranslations()
------------------------------------------------------------------------
r4260 | ckknight | 2006-07-08 00:57:31 -0400 (Sat, 08 Jul 2006) | 1 line

AceEvent - fixed compost handling
------------------------------------------------------------------------
r4258 | ckknight | 2006-07-08 00:06:16 -0400 (Sat, 08 Jul 2006) | 1 line

AceLocale - uses new API
------------------------------------------------------------------------
r4255 | hyperactiveChipmunk | 2006-07-07 23:14:41 -0400 (Fri, 07 Jul 2006) | 3 lines

AceConsole:
- Made standby more consistent; Active|Suspended used in all instances

------------------------------------------------------------------------
r4254 | ckknight | 2006-07-07 22:45:29 -0400 (Fri, 07 Jul 2006) | 1 line

AceConsole - standby stuff changed to make more sense.
------------------------------------------------------------------------
r4252 | ckknight | 2006-07-07 22:34:22 -0400 (Fri, 07 Jul 2006) | 1 line

AceEvent - whoops, typo
------------------------------------------------------------------------
r4251 | ckknight | 2006-07-07 22:25:10 -0400 (Fri, 07 Jul 2006) | 1 line

AceEvent - added :TriggerDelayedEvent("event", delay, ...)
------------------------------------------------------------------------
r4184 | ckknight | 2006-07-07 02:49:41 -0400 (Fri, 07 Jul 2006) | 1 line

AceAddon - os.date -> date
------------------------------------------------------------------------
r4183 | ckknight | 2006-07-07 02:35:58 -0400 (Fri, 07 Jul 2006) | 1 line

Ace2 - added timebombs.
------------------------------------------------------------------------
r4182 | ckknight | 2006-07-07 02:17:11 -0400 (Fri, 07 Jul 2006) | 2 lines

AceDB - changed :SetProfile("name") to :SetProfile("name", "copyFrom")
:GetProfile() now returns 2 arguments.
------------------------------------------------------------------------
r4175 | ckknight | 2006-07-07 01:38:44 -0400 (Fri, 07 Jul 2006) | 1 line

AceConsole - now errors on 0-length name and desc.
------------------------------------------------------------------------
r4152 | ckknight | 2006-07-06 17:53:23 -0400 (Thu, 06 Jul 2006) | 1 line

AceOO - uid assigned to each object now.
------------------------------------------------------------------------
r4100 | ckknight | 2006-07-06 03:48:23 -0400 (Thu, 06 Jul 2006) | 1 line

AceLibrary - fixed odd error
------------------------------------------------------------------------
r4099 | ckknight | 2006-07-06 03:07:02 -0400 (Thu, 06 Jul 2006) | 1 line

AceLocale - fixed error messages
------------------------------------------------------------------------
r4085 | ckknight | 2006-07-05 20:29:14 -0400 (Wed, 05 Jul 2006) | 1 line

AceConsole - properly handles item links
------------------------------------------------------------------------
r4077 | ckknight | 2006-07-05 18:19:14 -0400 (Wed, 05 Jul 2006) | 1 line

Ace2 - removed lua standalone hacks
------------------------------------------------------------------------
r4075 | ckknight | 2006-07-05 18:03:22 -0400 (Wed, 05 Jul 2006) | 1 line

AceAddon - fixed _G bug.
------------------------------------------------------------------------
r4074 | ckknight | 2006-07-05 17:51:09 -0400 (Wed, 05 Jul 2006) | 1 line

AceAddon - warning no longer fires if OnInitialize isn't declared
------------------------------------------------------------------------
r4073 | ckknight | 2006-07-05 17:47:41 -0400 (Wed, 05 Jul 2006) | 1 line

AceAddon - fixed standalone lua error
------------------------------------------------------------------------
r4069 | ckknight | 2006-07-05 17:43:41 -0400 (Wed, 05 Jul 2006) | 1 line

AceModuleCore - added :SetModuleClass(class)
------------------------------------------------------------------------
r4068 | ckknight | 2006-07-05 17:29:47 -0400 (Wed, 05 Jul 2006) | 1 line

AceEvent - fix UnregisterEvent bug.
------------------------------------------------------------------------
r4065 | ckknight | 2006-07-05 17:06:15 -0400 (Wed, 05 Jul 2006) | 1 line

AceLibrary - fix line 48 bug
------------------------------------------------------------------------
r4064 | ckknight | 2006-07-05 16:48:18 -0400 (Wed, 05 Jul 2006) | 1 line

AceModuleCore - added :IterateModules()
------------------------------------------------------------------------
r4059 | ckknight | 2006-07-05 16:02:41 -0400 (Wed, 05 Jul 2006) | 1 line

AceModuleCore - added :SetModuleMixins(...)
------------------------------------------------------------------------
r4033 | ckknight | 2006-07-05 08:02:03 -0400 (Wed, 05 Jul 2006) | 1 line

AceConsole - added aliases
------------------------------------------------------------------------
r4017 | ckknight | 2006-07-05 03:50:54 -0400 (Wed, 05 Jul 2006) | 1 line

AceConsole - self.error -> options.error
------------------------------------------------------------------------
r4015 | ckknight | 2006-07-05 03:03:01 -0400 (Wed, 05 Jul 2006) | 1 line

AceConsole - inject initial handler if not set.
------------------------------------------------------------------------
r4014 | ckknight | 2006-07-05 03:00:40 -0400 (Wed, 05 Jul 2006) | 1 line

AceConsole - removed debug line
------------------------------------------------------------------------
r4013 | ckknight | 2006-07-05 02:58:45 -0400 (Wed, 05 Jul 2006) | 1 line

AceConsole - fixed bug
------------------------------------------------------------------------
r4010 | ckknight | 2006-07-05 02:06:25 -0400 (Wed, 05 Jul 2006) | 1 line

AceAddon - fix line 288 bug.
------------------------------------------------------------------------
r4008 | ckknight | 2006-07-05 01:53:42 -0400 (Wed, 05 Jul 2006) | 1 line

AceEvent - fixed possible bug.
------------------------------------------------------------------------
r4005 | ckknight | 2006-07-05 01:23:46 -0400 (Wed, 05 Jul 2006) | 1 line

AceAddon - added default :OnInitialize method
------------------------------------------------------------------------
r4004 | ckknight | 2006-07-05 01:10:04 -0400 (Wed, 05 Jul 2006) | 1 line

AceEvent - fixed possible bug.
------------------------------------------------------------------------
r4002 | ckknight | 2006-07-05 00:45:45 -0400 (Wed, 05 Jul 2006) | 1 line

AceAddon - :OnInitialize() no longer uses .super.OnInitialize(self)
------------------------------------------------------------------------
r3998 | ckknight | 2006-07-04 22:41:05 -0400 (Tue, 04 Jul 2006) | 1 line

Ace2 - all internal Ace2 libraries now use self:error instead of error.
------------------------------------------------------------------------
r3994 | ckknight | 2006-07-04 21:44:19 -0400 (Tue, 04 Jul 2006) | 2 lines

AceConsole - keeps a registry, updates handlers now.
More memory efficient handler.
------------------------------------------------------------------------
r3992 | ckknight | 2006-07-04 21:01:04 -0400 (Tue, 04 Jul 2006) | 1 line

AceDB - fixed funny thing.
------------------------------------------------------------------------
r3951 | ckknight | 2006-07-04 03:41:57 -0400 (Tue, 04 Jul 2006) | 1 line

AceDB - tweaked activate function
------------------------------------------------------------------------
r3948 | ckknight | 2006-07-04 03:38:45 -0400 (Tue, 04 Jul 2006) | 1 line

Ace2 - :RegisterDB now works in :OnEnable
------------------------------------------------------------------------
r3947 | ckknight | 2006-07-04 03:13:11 -0400 (Tue, 04 Jul 2006) | 1 line

AceLibrary - fixed external issue
------------------------------------------------------------------------
r3945 | ckknight | 2006-07-04 03:01:00 -0400 (Tue, 04 Jul 2006) | 1 line

AceAddon - now calls/registers OnEnable _after_ OnInitialize
------------------------------------------------------------------------
r3941 | kaelten | 2006-07-04 00:45:48 -0400 (Tue, 04 Jul 2006) | 1 line

Ace2 - Set the revision keyword up again.
------------------------------------------------------------------------
r3940 | kaelten | 2006-07-04 00:38:00 -0400 (Tue, 04 Jul 2006) | 4 lines

Ace2 - 
Fixed bug in AceConsole when dealing with ranges that would allow invalid values to go through after a successful one.
Added enhancements to AceConsole when you are dealing with percentages in a rage type.

------------------------------------------------------------------------
r3885 | kaelten | 2006-07-03 03:26:14 -0400 (Mon, 03 Jul 2006) | 1 line

Ace2 - Fixed wording in readme.txt
------------------------------------------------------------------------
r3884 | ckknight | 2006-07-03 03:25:23 -0400 (Mon, 03 Jul 2006) | 1 line

AceConsole - added hidden key to AceOptions data table. implies disabled.
------------------------------------------------------------------------
r3882 | ckknight | 2006-07-03 03:03:40 -0400 (Mon, 03 Jul 2006) | 1 line

Ace2 - libs now use the fancy externalFunc
------------------------------------------------------------------------
r3881 | ckknight | 2006-07-03 02:29:18 -0400 (Mon, 03 Jul 2006) | 1 line

AceLibrary - tweak
------------------------------------------------------------------------
r3880 | kaelten | 2006-07-03 02:26:26 -0400 (Mon, 03 Jul 2006) | 1 line

Ace2 - Tweaking the readme.txt
------------------------------------------------------------------------
r3878 | ckknight | 2006-07-03 02:21:53 -0400 (Mon, 03 Jul 2006) | 2 lines

AceLibrary - added externalFunc to :Register()
Now fires AceLibrary_Register on initial library load.
------------------------------------------------------------------------
r3875 | kaelten | 2006-07-03 01:30:53 -0400 (Mon, 03 Jul 2006) | 1 line

Ace2 - Tweaked readme.txt
------------------------------------------------------------------------
r3874 | ckknight | 2006-07-03 01:27:57 -0400 (Mon, 03 Jul 2006) | 1 line

AceConsole - added disable key to AceOptions data table. takes boolean, function, or string.
------------------------------------------------------------------------
r3873 | kaelten | 2006-07-03 01:11:00 -0400 (Mon, 03 Jul 2006) | 2 lines

Ace2 - Ace2 - Added readme.txt and a version history.txt.

------------------------------------------------------------------------
r3870 | kaelten | 2006-07-03 00:51:57 -0400 (Mon, 03 Jul 2006) | 1 line

Ace2 - Added $Rev$ to the toc.
------------------------------------------------------------------------
r3869 | ckknight | 2006-07-03 00:45:53 -0400 (Mon, 03 Jul 2006) | 1 line

AceAddon - -Ace2- => %-Ace2%-. whoops.
------------------------------------------------------------------------
r3868 | ckknight | 2006-07-03 00:42:11 -0400 (Mon, 03 Jul 2006) | 1 line

AceAddon - removes " |cff7fff7f -Ace2-|r" from title
------------------------------------------------------------------------
r3864 | kaelten | 2006-07-03 00:18:57 -0400 (Mon, 03 Jul 2006) | 1 line

Ace2 - removed AceLibraryBase from the toc file.
------------------------------------------------------------------------
r3849 | ckknight | 2006-07-02 19:37:17 -0400 (Sun, 02 Jul 2006) | 1 line

AceOO - fixed metamethods
------------------------------------------------------------------------
r3827 | ckknight | 2006-07-02 15:22:47 -0400 (Sun, 02 Jul 2006) | 2 lines

AceConsole - on input, numbers that start with 0 are kept as strings.
e.g. 09 => string, 90 => number
------------------------------------------------------------------------
r3826 | ckknight | 2006-07-02 15:15:00 -0400 (Sun, 02 Jul 2006) | 1 line

AceOO - added :OnManualEmbed(target) if :embed is called manually. (on a lib or otherwise)
------------------------------------------------------------------------
r3811 | ckknight | 2006-07-02 08:01:19 -0400 (Sun, 02 Jul 2006) | 1 line

AceLocale - changed library errors.
------------------------------------------------------------------------
r3806 | ckknight | 2006-07-02 07:40:05 -0400 (Sun, 02 Jul 2006) | 1 line

AceLocale - added more checks
------------------------------------------------------------------------
r3802 | ckknight | 2006-07-02 07:13:28 -0400 (Sun, 02 Jul 2006) | 1 line

AceLibrary - made more efficient.
------------------------------------------------------------------------
r3801 | ckknight | 2006-07-02 07:13:00 -0400 (Sun, 02 Jul 2006) | 1 line

AceLocale - fix
------------------------------------------------------------------------
r3800 | ckknight | 2006-07-02 07:05:40 -0400 (Sun, 02 Jul 2006) | 1 line

AceLocale - added more methods (see wiki)
------------------------------------------------------------------------
r3794 | ckknight | 2006-07-02 04:00:42 -0400 (Sun, 02 Jul 2006) | 1 line

AceConsole - fixed set global error
------------------------------------------------------------------------
r3788 | ckknight | 2006-07-02 02:15:06 -0400 (Sun, 02 Jul 2006) | 1 line

AceConsole - don't add .slashCommand to AceConsole proper.
------------------------------------------------------------------------
r3787 | ckknight | 2006-07-02 02:13:38 -0400 (Sun, 02 Jul 2006) | 1 line

AceAddon - added /ace2 info
------------------------------------------------------------------------
r3783 | ckknight | 2006-07-02 01:22:13 -0400 (Sun, 02 Jul 2006) | 1 line

AceOO - anonymous mixin embedding now updates properly.
------------------------------------------------------------------------
r3780 | ckknight | 2006-07-02 01:12:54 -0400 (Sun, 02 Jul 2006) | 1 line

AceDB - now properly inherits defaults with ['*'] special key
------------------------------------------------------------------------
r3773 | ckknight | 2006-07-01 23:04:00 -0400 (Sat, 01 Jul 2006) | 1 line

Ace2 - updated headers.
------------------------------------------------------------------------
r3768 | ckknight | 2006-07-01 22:23:11 -0400 (Sat, 01 Jul 2006) | 1 line

Ace2 - added to to trunk. Now in "Beta" form.
------------------------------------------------------------------------