vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 ------------------------------------------------------------------------
2 r17136 | ckknight | 2006-11-15 22:02:12 -0500 (Wed, 15 Nov 2006) | 3 lines
3  
4 .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.
5 _G.event is still set in trunk, but not in the TBC branch.
6  
7 ------------------------------------------------------------------------
8 r16541 | ckknight | 2006-11-10 00:07:20 -0500 (Fri, 10 Nov 2006) | 1 line
9  
10 .AceEvent-2.0 - altered the OnUpdate function to handle double-cancellations properly.
11 ------------------------------------------------------------------------
12 r16530 | ckknight | 2006-11-09 21:31:47 -0500 (Thu, 09 Nov 2006) | 1 line
13  
14 .AceModuleCore-2.0 - on enabling a module, its mixins' OnEmbedEnable is now called.
15 ------------------------------------------------------------------------
16 r16523 | ckknight | 2006-11-09 20:32:55 -0500 (Thu, 09 Nov 2006) | 1 line
17  
18 .AceAddon-2.0 - added credits, thanks vhaarr
19 ------------------------------------------------------------------------
20 r16518 | ckknight | 2006-11-09 18:29:18 -0500 (Thu, 09 Nov 2006) | 1 line
21  
22 .AceConsole-2.0 - changed a few error messages around.
23 ------------------------------------------------------------------------
24 r16328 | hyperactiveChipmunk | 2006-11-08 05:05:18 -0500 (Wed, 08 Nov 2006) | 3 lines
25  
26 Ace2/AceAddon-2.0: (at the request of vhaarr)
27 - 334: for k,v in CATEGORIES -> for k,v in pairs(CATEGORIES)
28  
29 ------------------------------------------------------------------------
30 r16267 | ckknight | 2006-11-07 18:38:23 -0500 (Tue, 07 Nov 2006) | 1 line
31  
32 .AceComm-2.0 - fixed issue with channels loading before general
33 ------------------------------------------------------------------------
34 r16217 | ckknight | 2006-11-07 04:05:11 -0500 (Tue, 07 Nov 2006) | 1 line
35  
36 .AceTab-2.0 - backporting TBC changes. no longer requires AceHook.
37 ------------------------------------------------------------------------
38 r16186 | ckknight | 2006-11-06 21:25:30 -0500 (Mon, 06 Nov 2006) | 1 line
39  
40 .AceHook-2.1 - fixed bug in unhookMethod.
41 ------------------------------------------------------------------------
42 r16114 | ckknight | 2006-11-06 04:46:14 -0500 (Mon, 06 Nov 2006) | 1 line
43  
44 .AceDB-2.0 - fixed icky typo
45 ------------------------------------------------------------------------
46 r16110 | ckknight | 2006-11-06 04:27:34 -0500 (Mon, 06 Nov 2006) | 1 line
47  
48 .AceModuleCore-2.0 - bugfix
49 ------------------------------------------------------------------------
50 r16107 | ckknight | 2006-11-06 04:17:17 -0500 (Mon, 06 Nov 2006) | 1 line
51  
52 .AceModuleCore-2.0 - now disables/enables modules on profile change.
53 ------------------------------------------------------------------------
54 r16105 | ckknight | 2006-11-06 04:16:07 -0500 (Mon, 06 Nov 2006) | 1 line
55  
56 .AceDB-2.0 - :OnProfileDisable() is now :OnProfileDisable("newProfile")
57 ------------------------------------------------------------------------
58 r16058 | ckknight | 2006-11-05 20:13:39 -0500 (Sun, 05 Nov 2006) | 1 line
59  
60 .AceConsole-2.0 - bugfix
61 ------------------------------------------------------------------------
62 r15896 | ckknight | 2006-11-04 05:07:41 -0500 (Sat, 04 Nov 2006) | 1 line
63  
64 .AceDB-2.0 - profile switching now switches namespaces properly.
65 ------------------------------------------------------------------------
66 r15814 | ckknight | 2006-11-03 09:58:05 -0500 (Fri, 03 Nov 2006) | 1 line
67  
68 .AceHook-2.1 - properly unhooks secure hooks.
69 ------------------------------------------------------------------------
70 r15485 | ckknight | 2006-10-29 19:25:08 -0500 (Sun, 29 Oct 2006) | 1 line
71  
72 .AceHook-2.1 - fixed registry bug
73 ------------------------------------------------------------------------
74 r15440 | ckknight | 2006-10-29 03:22:07 -0500 (Sun, 29 Oct 2006) | 1 line
75  
76 .AceComm-2.0 - bugfixing regarding custom channels
77 ------------------------------------------------------------------------
78 r15291 | ckknight | 2006-10-27 02:02:05 -0400 (Fri, 27 Oct 2006) | 1 line
79  
80 .AceLocale-2.2 - changed an index to a rawget.
81 ------------------------------------------------------------------------
82 r15055 | ckknight | 2006-10-24 01:35:28 -0400 (Tue, 24 Oct 2006) | 1 line
83  
84 .AceLocale-2.2 - fixed :121: attempt to call a nil value
85 ------------------------------------------------------------------------
86 r15051 | ckknight | 2006-10-24 00:23:52 -0400 (Tue, 24 Oct 2006) | 1 line
87  
88 .AceConsole-2.0 - possibly fix true/false map issues.
89 ------------------------------------------------------------------------
90 r15048 | ckknight | 2006-10-24 00:08:38 -0400 (Tue, 24 Oct 2006) | 1 line
91  
92 Ace2 - added svn:keywords to AceLocale-2.2 and AceHook-2.1
93 ------------------------------------------------------------------------
94 r15025 | ckknight | 2006-10-23 20:41:27 -0400 (Mon, 23 Oct 2006) | 1 line
95  
96 .AceHook-2.1 - added checks to the arguments of :Hook, :SecureHook, :IsHooked, and :Unhook
97 ------------------------------------------------------------------------
98 r15024 | ckknight | 2006-10-23 20:36:34 -0400 (Mon, 23 Oct 2006) | 1 line
99  
100 .AceDebug-2.0 - == -> =
101 ------------------------------------------------------------------------
102 r15022 | tekkub | 2006-10-23 20:08:20 -0400 (Mon, 23 Oct 2006) | 1 line
103  
104 Ace2 - deDE for AceDebug from Progman, see #81
105 ------------------------------------------------------------------------
106 r15009 | tekkub | 2006-10-23 18:10:13 -0400 (Mon, 23 Oct 2006) | 1 line
107  
108 Ace2 - Ooops, I erased the funny koKReans scribblings in AceConsole-2.0.lua in r14832
109 ------------------------------------------------------------------------
110 r14972 | ckknight | 2006-10-23 10:01:28 -0400 (Mon, 23 Oct 2006) | 1 line
111  
112 .AceLocale-2.2 - fixed :HasLocale("locale") when called without any registrations
113 ------------------------------------------------------------------------
114 r14908 | ckknight | 2006-10-22 23:56:44 -0400 (Sun, 22 Oct 2006) | 1 line
115  
116 .AceLocale-2.2 - fixed argCheck
117 ------------------------------------------------------------------------
118 r14905 | ckknight | 2006-10-22 23:50:58 -0400 (Sun, 22 Oct 2006) | 1 line
119  
120 .AceLocale-2.2 - typo
121 ------------------------------------------------------------------------
122 r14902 | ckknight | 2006-10-22 23:47:55 -0400 (Sun, 22 Oct 2006) | 1 line
123  
124 .AceLocale-2.2 - added override back in on :EnableDynamicLocales
125 ------------------------------------------------------------------------
126 r14899 | ckknight | 2006-10-22 23:32:38 -0400 (Sun, 22 Oct 2006) | 1 line
127  
128 .AceLocale-2.2 - backporting changes from TBC branch
129 ------------------------------------------------------------------------
130 r14832 | tekkub | 2006-10-22 15:52:01 -0400 (Sun, 22 Oct 2006) | 1 line
131  
132 Ace2 - Merging in zhCN locales from q09q09
133 ------------------------------------------------------------------------
134 r14831 | tekkub | 2006-10-22 15:34:44 -0400 (Sun, 22 Oct 2006) | 1 line
135  
136 Ace2 - Merging in zhTW locale from xinsonic
137 ------------------------------------------------------------------------
138 r14819 | ckknight | 2006-10-22 11:02:14 -0400 (Sun, 22 Oct 2006) | 1 line
139  
140 .AceDB - changed :GetAceOptionsDataTable() to return unique tables.
141 ------------------------------------------------------------------------
142 r14781 | kaelten | 2006-10-22 00:58:22 -0400 (Sun, 22 Oct 2006) | 2 lines
143  
144 Ace2 - AceLocale-2.2.lua
145 - changed variable name forReals to override
146 ------------------------------------------------------------------------
147 r14779 | ckknight | 2006-10-22 00:55:11 -0400 (Sun, 22 Oct 2006) | 1 line
148  
149 .AceLocale-2.2 - :EnableDynamicLocales() => :EnableDynamicLocales(forReals)
150 ------------------------------------------------------------------------
151 r14771 | ckknight | 2006-10-22 00:20:03 -0400 (Sun, 22 Oct 2006) | 1 line
152  
153 .AceHook-2.1 - whoops. error in TBC => trunk translation
154 ------------------------------------------------------------------------
155 r14770 | ckknight | 2006-10-22 00:16:49 -0400 (Sun, 22 Oct 2006) | 1 line
156  
157 .AceHook-2.1 - backported TBC branch sections. Using `, true` at the end of a :Hook should work now.
158 ------------------------------------------------------------------------
159 r14767 | ckknight | 2006-10-22 00:13:11 -0400 (Sun, 22 Oct 2006) | 1 line
160  
161 .AceLocale-2.2 - backporting changes from TBC branch
162 ------------------------------------------------------------------------
163 r14503 | ckknight | 2006-10-20 10:29:35 -0400 (Fri, 20 Oct 2006) | 1 line
164  
165 .AceHook-2.1 - fixed bug in method hooking
166 ------------------------------------------------------------------------
167 r14491 | ckknight | 2006-10-20 08:26:51 -0400 (Fri, 20 Oct 2006) | 1 line
168  
169 Ace2 - added AceHook-2.1 for lua 5.0/WoW 1.12. Pretty hackish.
170 ------------------------------------------------------------------------
171 r14276 | ckknight | 2006-10-18 18:32:02 -0400 (Wed, 18 Oct 2006) | 1 line
172  
173 AceDB - fixed koKR translation of PLAYER_OF_REALM
174 ------------------------------------------------------------------------
175 r14270 | ckknight | 2006-10-18 18:06:10 -0400 (Wed, 18 Oct 2006) | 1 line
176  
177 Ace2 - Adding AceLocale-2.2 to toc
178 ------------------------------------------------------------------------
179 r14269 | ckknight | 2006-10-18 18:04:54 -0400 (Wed, 18 Oct 2006) | 1 line
180  
181 Ace2 - Adding AceLocale-2.2 to trunk
182 ------------------------------------------------------------------------
183 r14210 | ckknight | 2006-10-18 01:04:54 -0400 (Wed, 18 Oct 2006) | 1 line
184  
185 AceComm - fixed nil
186 ------------------------------------------------------------------------
187 r14196 | ckknight | 2006-10-17 19:00:08 -0400 (Tue, 17 Oct 2006) | 1 line
188  
189 Ace2 - added frFR to AceAddon, AceConsole, AceDB, and AceDebug
190 ------------------------------------------------------------------------
191 r14130 | tekkub | 2006-10-16 23:36:23 -0400 (Mon, 16 Oct 2006) | 4 lines
192  
193 Ace2 (AceLibrary)
194 - Now attempts to find and load standalone versions of libraries whenever a library is queried. Will load under two conditions:
195 -- An addon with the exact same name as the major version of the library is found
196 -- An addon with the TOC field "X-AceLibrary-<major-version>" is found
197 ------------------------------------------------------------------------
198 r14125 | ckknight | 2006-10-16 23:11:30 -0400 (Mon, 16 Oct 2006) | 1 line
199  
200 AceEvent - fixed bucket event unregistering
201 ------------------------------------------------------------------------
202 r14115 | ckknight | 2006-10-16 20:27:21 -0400 (Mon, 16 Oct 2006) | 1 line
203  
204 AceAddon - removed space after Development Tools
205 ------------------------------------------------------------------------
206 r14113 | ckknight | 2006-10-16 20:16:59 -0400 (Mon, 16 Oct 2006) | 1 line
207  
208 Ace2 - added deDE/koKR translations to AceAddon, AceConsole, AceDB, and (koKR only) AceDebug
209 ------------------------------------------------------------------------
210 r14014 | kaelten | 2006-10-15 12:27:19 -0400 (Sun, 15 Oct 2006) | 2 lines
211  
212 Ace2 - AceDB-2.0
213 - Updated Locales (vhaarr)
214 ------------------------------------------------------------------------
215 r13962 | ckknight | 2006-10-15 03:55:00 -0400 (Sun, 15 Oct 2006) | 1 line
216  
217 AceComm - fixed guild messages (thanks to usz)
218 ------------------------------------------------------------------------
219 r13901 | tekkub | 2006-10-14 17:39:28 -0400 (Sat, 14 Oct 2006) | 1 line
220  
221 Ace2 - Not using UnitName("target")... it was Kael's stupid idea anyway
222 ------------------------------------------------------------------------
223 r13877 | cladhaire | 2006-10-14 14:33:43 -0400 (Sat, 14 Oct 2006) | 2 lines
224  
225 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.
226  
227 ------------------------------------------------------------------------
228 r13863 | ckknight | 2006-10-14 08:51:06 -0400 (Sat, 14 Oct 2006) | 1 line
229  
230 AceDebug - added needed pairs
231 ------------------------------------------------------------------------
232 r13862 | tekkub | 2006-10-14 08:13:40 -0400 (Sat, 14 Oct 2006) | 1 line
233  
234 Ace2 - Nothing to see here
235 ------------------------------------------------------------------------
236 r13785 | ckknight | 2006-10-13 08:41:15 -0400 (Fri, 13 Oct 2006) | 1 line
237  
238 AceComm - UnitInPart -> UnitInParty
239 ------------------------------------------------------------------------
240 r13682 | tekkub | 2006-10-11 23:45:18 -0400 (Wed, 11 Oct 2006) | 1 line
241  
242 Ace2 - Now LoD
243 ------------------------------------------------------------------------
244 r13374 | ckknight | 2006-10-08 19:26:57 -0400 (Sun, 08 Oct 2006) | 1 line
245  
246 AceLibrary - fixed error message
247 ------------------------------------------------------------------------
248 r13269 | tardmrr | 2006-10-07 16:57:09 -0400 (Sat, 07 Oct 2006) | 1 line
249  
250 AceComm-2.0: Fixed odd a9 issue.
251 ------------------------------------------------------------------------
252 r12469 | ckknight | 2006-10-01 08:02:59 -0400 (Sun, 01 Oct 2006) | 1 line
253  
254 AceAddon - rawget fixes
255 ------------------------------------------------------------------------
256 r12441 | ckknight | 2006-10-01 02:59:14 -0400 (Sun, 01 Oct 2006) | 1 line
257  
258 AceModuleCore - :IterateModules() now works alphabetically.
259 ------------------------------------------------------------------------
260 r11842 | ckknight | 2006-09-23 20:10:45 -0400 (Sat, 23 Sep 2006) | 1 line
261  
262 AceComm - fixed SendPrioritizedCommMessage
263 ------------------------------------------------------------------------
264 r11836 | ckknight | 2006-09-23 19:31:03 -0400 (Sat, 23 Sep 2006) | 1 line
265  
266 AceConsole - lua 5.1 upgrades to for loop
267 ------------------------------------------------------------------------
268 r11726 | ckknight | 2006-09-23 02:11:15 -0400 (Sat, 23 Sep 2006) | 1 line
269  
270 AceComm - upgraded ChatThrottleLib.
271 ------------------------------------------------------------------------
272 r11648 | ckknight | 2006-09-22 04:37:53 -0400 (Fri, 22 Sep 2006) | 1 line
273  
274 AceComm - bugfix. probably.
275 ------------------------------------------------------------------------
276 r11612 | ckknight | 2006-09-21 02:58:28 -0400 (Thu, 21 Sep 2006) | 2 lines
277  
278 AceLibrary - fixed string.gfind for lua 5.1
279  
280 ------------------------------------------------------------------------
281 r11611 | ckknight | 2006-09-21 02:58:01 -0400 (Thu, 21 Sep 2006) | 1 line
282  
283 AceComm - fixed string.gfind for lua 5.1
284 ------------------------------------------------------------------------
285 r11610 | ckknight | 2006-09-21 02:57:07 -0400 (Thu, 21 Sep 2006) | 1 line
286  
287 AceConsole - fixed string.gfind for lua 5.1
288 ------------------------------------------------------------------------
289 r11609 | ckknight | 2006-09-21 02:54:56 -0400 (Thu, 21 Sep 2006) | 1 line
290  
291 AceComm - updated ChatThrottleLib
292 ------------------------------------------------------------------------
293 r11577 | ckknight | 2006-09-20 20:07:18 -0400 (Wed, 20 Sep 2006) | 1 line
294  
295 Ace2 - altered to prepare for the upcoming lua 5.1 conversion.
296 ------------------------------------------------------------------------
297 r11556 | ckknight | 2006-09-20 15:17:09 -0400 (Wed, 20 Sep 2006) | 1 line
298  
299 AceComm - fixed negative integers and reals.
300 ------------------------------------------------------------------------
301 r11285 | ckknight | 2006-09-18 16:18:50 -0400 (Mon, 18 Sep 2006) | 1 line
302  
303 AceConsole - now sends nil as the 5th argument of :AddMessage
304 ------------------------------------------------------------------------
305 r11177 | kaelten | 2006-09-17 21:10:26 -0400 (Sun, 17 Sep 2006) | 1 line
306  
307 Ace2 - I can't remember what I did but it fixed something.
308 ------------------------------------------------------------------------
309 r11156 | ckknight | 2006-09-17 13:53:40 -0400 (Sun, 17 Sep 2006) | 1 line
310  
311 AceConsole - fixed bug with validate tables.
312 ------------------------------------------------------------------------
313 r11109 | ckknight | 2006-09-16 21:48:29 -0400 (Sat, 16 Sep 2006) | 1 line
314  
315 AceLibrary - error now checks if self is a table.
316 ------------------------------------------------------------------------
317 r11076 | ckknight | 2006-09-16 15:50:30 -0400 (Sat, 16 Sep 2006) | 1 line
318  
319 AceLibrary - minor bugfix
320 ------------------------------------------------------------------------
321 r11075 | ckknight | 2006-09-16 15:27:19 -0400 (Sat, 16 Sep 2006) | 1 line
322  
323 AceEvent - changed debugging .time to .timeSpent
324 ------------------------------------------------------------------------
325 r11074 | ckknight | 2006-09-16 15:16:35 -0400 (Sat, 16 Sep 2006) | 1 line
326  
327 AceEvent - added debugging and bugfix
328 ------------------------------------------------------------------------
329 r10851 | ckknight | 2006-09-11 15:47:25 -0400 (Mon, 11 Sep 2006) | 1 line
330  
331 AceEvent - added assert to check for method type in :RegisterEvent
332 ------------------------------------------------------------------------
333 r10795 | ckknight | 2006-09-10 20:48:52 -0400 (Sun, 10 Sep 2006) | 1 line
334  
335 AceConsole - fixed a tab-completion bug
336 ------------------------------------------------------------------------
337 r10581 | tardmrr | 2006-09-09 02:06:52 -0400 (Sat, 09 Sep 2006) | 1 line
338  
339 Ace2 - Removing AceGUI-2.0 from the core libs folder.
340 ------------------------------------------------------------------------
341 r10447 | kaelten | 2006-09-07 16:35:26 -0400 (Thu, 07 Sep 2006) | 1 line
342  
343  
344 ------------------------------------------------------------------------
345 r10421 | tardmrr | 2006-09-07 13:23:23 -0400 (Thu, 07 Sep 2006) | 4 lines
346  
347 AceGUI-2.0:
348 - Converted all classes to use AceGUIFactory for creation
349 - Fixed a silly bug where I was unable to get to class.super after registering with AceLibrary
350  
351 ------------------------------------------------------------------------
352 r10383 | ckknight | 2006-09-07 01:02:27 -0400 (Thu, 07 Sep 2006) | 2 lines
353  
354 AceLocale-2.0 - lets L[0] to pass through as nil. (Useful for mods that may check if a table is a frame)
355  
356 ------------------------------------------------------------------------
357 r10373 | kaelten | 2006-09-06 20:35:57 -0400 (Wed, 06 Sep 2006) | 1 line
358  
359 Ace2 - a few small tweaks.
360 ------------------------------------------------------------------------
361 r10352 | ckknight | 2006-09-06 15:23:28 -0400 (Wed, 06 Sep 2006) | 1 line
362  
363 AceEvent - fixed the nasty compare to nil bug. probably.
364 ------------------------------------------------------------------------
365 r10255 | kaelten | 2006-09-05 15:45:59 -0400 (Tue, 05 Sep 2006) | 5 lines
366  
367 Ace2 -
368 -Bug fix in set strictness.
369 -Added utility function HasInstance(uid) to AceLocale.
370 -Added utility function ClearLocales() to the backbone.
371 -Fixed a few bugs to allow locale objects to be registered with AceLibrary.
372 ------------------------------------------------------------------------
373 r10253 | hyperactiveChipmunk | 2006-09-05 15:39:36 -0400 (Tue, 05 Sep 2006) | 3 lines
374  
375 AceTab-2.0:
376 - Properly falls back to whisper-target cycle if no non-fallback completions are available in whisper mode
377  
378 ------------------------------------------------------------------------
379 r10186 | ckknight | 2006-09-05 06:24:01 -0400 (Tue, 05 Sep 2006) | 1 line
380  
381 AceComm - added table dispatching on message reception. Should hopefully work.
382 ------------------------------------------------------------------------
383 r10176 | tardmrr | 2006-09-05 00:22:17 -0400 (Tue, 05 Sep 2006) | 1 line
384  
385 AceGUI-2.0: Added tester file
386 ------------------------------------------------------------------------
387 r10033 | ckknight | 2006-09-04 03:14:19 -0400 (Mon, 04 Sep 2006) | 1 line
388  
389 AceEvent - optimizations regarding scheduling. Roughly 2x faster now.
390 ------------------------------------------------------------------------
391 r10030 | ckknight | 2006-09-04 02:02:08 -0400 (Mon, 04 Sep 2006) | 1 line
392  
393 AceHook - now unhooks properly
394 ------------------------------------------------------------------------
395 r10022 | ckknight | 2006-09-03 23:15:52 -0400 (Sun, 03 Sep 2006) | 1 line
396  
397 AceComm - bugfix
398 ------------------------------------------------------------------------
399 r10009 | ckknight | 2006-09-03 20:14:15 -0400 (Sun, 03 Sep 2006) | 1 line
400  
401 AceLocale - big bugfix regarding __index
402 ------------------------------------------------------------------------
403 r9971 | ckknight | 2006-09-03 16:16:32 -0400 (Sun, 03 Sep 2006) | 1 line
404  
405 AceLocale - optimizations, code cleanup
406 ------------------------------------------------------------------------
407 r9966 | ckknight | 2006-09-03 15:36:02 -0400 (Sun, 03 Sep 2006) | 2 lines
408  
409 AceLocale-2.0 - now when upgrading, it refixes all the previously registered translations.
410  
411 ------------------------------------------------------------------------
412 r9957 | kaelten | 2006-09-03 12:53:03 -0400 (Sun, 03 Sep 2006) | 2 lines
413  
414 Ace2 - AceLocale-2.1
415 Bug squashing.
416 ------------------------------------------------------------------------
417 r9953 | kaelten | 2006-09-03 12:42:58 -0400 (Sun, 03 Sep 2006) | 1 line
418  
419 Ace2 - re Reverted back to ck's branch since api was not broken as I thought. However is still buggy.
420 ------------------------------------------------------------------------
421 r9937 | kaelten | 2006-09-03 10:33:27 -0400 (Sun, 03 Sep 2006) | 3 lines
422  
423 Ace2 - AceLocale-2.0.lua
424 - Reverted to revision 9151 due to instabilities and API breakage.
425  
426 ------------------------------------------------------------------------
427 r9916 | ckknight | 2006-09-03 05:28:46 -0400 (Sun, 03 Sep 2006) | 1 line
428  
429 AceHook - changed structure drastically.
430 ------------------------------------------------------------------------
431 r9911 | kaelten | 2006-09-03 04:02:34 -0400 (Sun, 03 Sep 2006) | 2 lines
432  
433 Ace2 - AceLocale-2.1
434 - Added small utility function.
435 ------------------------------------------------------------------------
436 r9909 | ckknight | 2006-09-03 03:54:23 -0400 (Sun, 03 Sep 2006) | 1 line
437  
438 AceHook - optimizations
439 ------------------------------------------------------------------------
440 r9903 | ckknight | 2006-09-03 03:21:22 -0400 (Sun, 03 Sep 2006) | 1 line
441  
442 AceHook - self.hooks.Function() now works the same as self.hooks.Function.orig()
443 ------------------------------------------------------------------------
444 r9900 | ckknight | 2006-09-03 02:58:55 -0400 (Sun, 03 Sep 2006) | 1 line
445  
446 AceLocale-2.0 - optimizations
447 ------------------------------------------------------------------------
448 r9892 | ckknight | 2006-09-03 01:31:38 -0400 (Sun, 03 Sep 2006) | 1 line
449  
450 AceLocale-2.0 - code cleanup
451 ------------------------------------------------------------------------
452 r9891 | ckknight | 2006-09-03 01:04:41 -0400 (Sun, 03 Sep 2006) | 1 line
453  
454 AceLocale-2.0 - assorted code cleanup
455 ------------------------------------------------------------------------
456 r9883 | ckknight | 2006-09-02 22:22:40 -0400 (Sat, 02 Sep 2006) | 1 line
457  
458 AceLocale-2.0 - now 2.168x faster. Error messages work correctly now.
459 ------------------------------------------------------------------------
460 r9880 | ckknight | 2006-09-02 21:17:18 -0400 (Sat, 02 Sep 2006) | 1 line
461  
462 AceLocale-2.0 - changed warnings back to errors. Hopefully all bugs associated have been sorted out.
463 ------------------------------------------------------------------------
464 r9854 | ckknight | 2006-09-02 18:49:35 -0400 (Sat, 02 Sep 2006) | 1 line
465  
466 AceConsole - bugfix in usage statement.
467 ------------------------------------------------------------------------
468 r9853 | ckknight | 2006-09-02 18:49:24 -0400 (Sat, 02 Sep 2006) | 1 line
469  
470 AceComm - bugfix in unregistering
471 ------------------------------------------------------------------------
472 r9847 | kaelten | 2006-09-02 16:56:59 -0400 (Sat, 02 Sep 2006) | 2 lines
473  
474 Ace2 - AceLocale-2.1
475 - Fixed small bug.
476 ------------------------------------------------------------------------
477 r9805 | ckknight | 2006-09-02 02:44:56 -0400 (Sat, 02 Sep 2006) | 1 line
478  
479 AceDB - bugfix
480 ------------------------------------------------------------------------
481 r9774 | ckknight | 2006-09-01 20:00:41 -0400 (Fri, 01 Sep 2006) | 1 line
482  
483 AceAddon - now strips spaces of TOC metadata. " Some Info " => "Some Info"
484 ------------------------------------------------------------------------
485 r9681 | ckknight | 2006-08-31 18:42:06 -0400 (Thu, 31 Aug 2006) | 1 line
486  
487 AceDB - changed Active to Enabled in the guiName options
488 ------------------------------------------------------------------------
489 r9674 | kaelten | 2006-08-31 17:46:47 -0400 (Thu, 31 Aug 2006) | 1 line
490  
491 Ace2 - debugging AceLocale-2.1
492 ------------------------------------------------------------------------
493 r9608 | kaelten | 2006-08-30 20:35:59 -0400 (Wed, 30 Aug 2006) | 2 lines
494  
495 Ace2 -
496 - Debugging AceLocale-2.1
497 ------------------------------------------------------------------------
498 r9607 | kaelten | 2006-08-30 20:26:05 -0400 (Wed, 30 Aug 2006) | 3 lines
499  
500 Ace2 -
501 - Debugging AceLocale-2.1
502  
503 ------------------------------------------------------------------------
504 r9433 | kaelten | 2006-08-28 18:29:49 -0400 (Mon, 28 Aug 2006) | 1 line
505  
506 Ace2 - Woops, typo.
507 ------------------------------------------------------------------------
508 r9431 | kaelten | 2006-08-28 18:20:27 -0400 (Mon, 28 Aug 2006) | 1 line
509  
510 Ace2 - Fixed bug relating to the bug fix from yesterday.
511 ------------------------------------------------------------------------
512 r9355 | kaelten | 2006-08-27 21:31:53 -0400 (Sun, 27 Aug 2006) | 2 lines
513  
514 Ace2 -
515 -Fixed bug with locales that don't exist and are returned from GetLocale()
516 ------------------------------------------------------------------------
517 r9156 | kaelten | 2006-08-25 22:28:02 -0400 (Fri, 25 Aug 2006) | 2 lines
518  
519 Ace2 - AceLocale-2.1
520 -Fixed bug with reverse translations.
521 ------------------------------------------------------------------------
522 r9154 | ckknight | 2006-08-25 21:38:18 -0400 (Fri, 25 Aug 2006) | 1 line
523  
524 AceLibrary - bugfix in deepTransfer/examine
525 ------------------------------------------------------------------------
526 r9153 | ckknight | 2006-08-25 21:34:50 -0400 (Fri, 25 Aug 2006) | 1 line
527  
528 AceLibrary - bugfixes in deepTransfer
529 ------------------------------------------------------------------------
530 r9151 | ckknight | 2006-08-25 21:27:52 -0400 (Fri, 25 Aug 2006) | 1 line
531  
532 AceLocale - turned errors into warnings
533 ------------------------------------------------------------------------
534 r9134 | ckknight | 2006-08-25 19:02:49 -0400 (Fri, 25 Aug 2006) | 1 line
535  
536 AceLibrary - more raw* changes
537 ------------------------------------------------------------------------
538 r9133 | ckknight | 2006-08-25 18:57:42 -0400 (Fri, 25 Aug 2006) | 1 line
539  
540 AceLibrary - more raw* changes
541 ------------------------------------------------------------------------
542 r9131 | ckknight | 2006-08-25 18:53:35 -0400 (Fri, 25 Aug 2006) | 1 line
543  
544 AceLocale - added AceLibrary checks
545 ------------------------------------------------------------------------
546 r9128 | ckknight | 2006-08-25 18:50:41 -0400 (Fri, 25 Aug 2006) | 1 line
547  
548 AceLibrary - more rawgets/sets going in
549 ------------------------------------------------------------------------
550 r9123 | ckknight | 2006-08-25 18:07:49 -0400 (Fri, 25 Aug 2006) | 1 line
551  
552 AceLocale - now errors if you index a non-existent key.
553 ------------------------------------------------------------------------
554 r9122 | ckknight | 2006-08-25 18:07:30 -0400 (Fri, 25 Aug 2006) | 1 line
555  
556 AceLibrary - more fixes
557 ------------------------------------------------------------------------
558 r9117 | ckknight | 2006-08-25 17:51:37 -0400 (Fri, 25 Aug 2006) | 1 line
559  
560 AceLocale - altered __newindex thingy.
561 ------------------------------------------------------------------------
562 r9116 | ckknight | 2006-08-25 17:50:26 -0400 (Fri, 25 Aug 2006) | 2 lines
563  
564 Ace2 - AceLibrary - changed t[recurse] = true to rawset(t, recurse, true)
565  
566 ------------------------------------------------------------------------
567 r9112 | ckknight | 2006-08-25 17:38:37 -0400 (Fri, 25 Aug 2006) | 2 lines
568  
569 AceLocale - major optimizations. Fully backwards compatible.
570 Now you should use L["Alpha"] instead of L"Alpha", for speed-purposes.
571 ------------------------------------------------------------------------
572 r9109 | kaelten | 2006-08-25 16:39:57 -0400 (Fri, 25 Aug 2006) | 4 lines
573  
574 Ace2 - AceLocale-2.1
575 - Tweaks
576 - Fixed a couple of silly typos
577 - Trimmed some fat
578 ------------------------------------------------------------------------
579 r9102 | kaelten | 2006-08-25 15:30:17 -0400 (Fri, 25 Aug 2006) | 2 lines
580  
581 Ace2 - AceLocale-2.1
582 - Fixed bug eternally777 found regarding an __index loop under certain circumstances.
583 ------------------------------------------------------------------------
584 r9100 | kaelten | 2006-08-25 15:00:47 -0400 (Fri, 25 Aug 2006) | 1 line
585  
586 Ace2 - fixed a few typos where self:error hadn't been changed to AceLocale:error
587 ------------------------------------------------------------------------
588 r9097 | kaelten | 2006-08-25 14:34:48 -0400 (Fri, 25 Aug 2006) | 2 lines
589  
590 Ace2 - AceLocale-2.1
591 -Redone to simplify usage and streamline interface while maintaining efficiency.
592 ------------------------------------------------------------------------
593 r9017 | ckknight | 2006-08-25 07:27:54 -0400 (Fri, 25 Aug 2006) | 1 line
594  
595 AceComm - updated ChatThrottleLib to v11
596 ------------------------------------------------------------------------
597 r8887 | ckknight | 2006-08-23 21:45:01 -0400 (Wed, 23 Aug 2006) | 1 line
598  
599 AceEvent - added more known "once" events
600 ------------------------------------------------------------------------
601 r8875 | ckknight | 2006-08-23 20:37:39 -0400 (Wed, 23 Aug 2006) | 1 line
602  
603 AceEvent - optimization
604 ------------------------------------------------------------------------
605 r8870 | ckknight | 2006-08-23 19:40:52 -0400 (Wed, 23 Aug 2006) | 1 line
606  
607 AceComm - fixed :UnregisterAllComms
608 ------------------------------------------------------------------------
609 r8866 | ckknight | 2006-08-23 19:38:33 -0400 (Wed, 23 Aug 2006) | 1 line
610  
611 AceDebug - now checks if debugging is on for :LevelDebug
612 ------------------------------------------------------------------------
613 r8864 | ckknight | 2006-08-23 19:35:34 -0400 (Wed, 23 Aug 2006) | 1 line
614  
615 AceEvent - double definition of :IsEventRegistered
616 ------------------------------------------------------------------------
617 r8849 | kaelten | 2006-08-23 17:05:15 -0400 (Wed, 23 Aug 2006) | 2 lines
618  
619 Ace2 - AceLocale-2.1
620 -Bugs squashed and tweaks.
621 ------------------------------------------------------------------------
622 r8845 | kaelten | 2006-08-23 16:44:17 -0400 (Wed, 23 Aug 2006) | 2 lines
623  
624 Ace2 - AceLocale-2.1
625 -Fixed some naming problems in __call
626 ------------------------------------------------------------------------
627 r8843 | ckknight | 2006-08-23 16:35:49 -0400 (Wed, 23 Aug 2006) | 1 line
628  
629 AceLocale - now uses anonymous keys to save data instead of "__key__" format
630 ------------------------------------------------------------------------
631 r8840 | kaelten | 2006-08-23 16:25:45 -0400 (Wed, 23 Aug 2006) | 9 lines
632  
633 Ace2 - AceLocale-2.1
634 - __Call now supports an optional extra argument.
635 The following extra arguments are supported.
636 -GetStrict
637 -GetLoose
638 -GetReverse
639 -HasTranslation
640 -HasReverseTranslation
641  
642 ------------------------------------------------------------------------
643 r8838 | ckknight | 2006-08-23 16:03:14 -0400 (Wed, 23 Aug 2006) | 1 line
644  
645 AceDB - fix possible freeze
646 ------------------------------------------------------------------------
647 r8836 | kaelten | 2006-08-23 15:45:31 -0400 (Wed, 23 Aug 2006) | 2 lines
648  
649 Ace2 - AceLocale-2.1
650 - Changed tostring back to 2.0 version
651 ------------------------------------------------------------------------
652 r8832 | kaelten | 2006-08-23 15:17:31 -0400 (Wed, 23 Aug 2006) | 9 lines
653  
654 Ace2 - AceLocale-2.1
655 The following functions now can take a Localized object as a argument.
656 -SetDynamicLocales
657 -SetStrictness
658 -GetReverseTranslation
659 -HasTranslation
660 -HasReverseTranslation
661 -GetIterator
662 -GetReverseIterator
663 ------------------------------------------------------------------------
664 r8826 | kaelten | 2006-08-23 15:01:53 -0400 (Wed, 23 Aug 2006) | 2 lines
665  
666 Ace2 - AceLocale-2.1
667 - Tweaks and fixes of bugs.
668 ------------------------------------------------------------------------
669 r8819 | kaelten | 2006-08-23 14:29:49 -0400 (Wed, 23 Aug 2006) | 4 lines
670  
671 Ace2 - AceLocale-2.1
672 - Tweaks
673 - Fixes
674 - Error messages
675 ------------------------------------------------------------------------
676 r8813 | kaelten | 2006-08-23 13:42:28 -0400 (Wed, 23 Aug 2006) | 2 lines
677  
678 Ace2 -
679 - Fixed typo.
680 ------------------------------------------------------------------------
681 r8762 | kaelten | 2006-08-22 22:29:00 -0400 (Tue, 22 Aug 2006) | 2 lines
682  
683 Ace2 - Added a few new functions and fixed over sight in the toc file.
684  
685 ------------------------------------------------------------------------
686 r8758 | kaelten | 2006-08-22 21:41:17 -0400 (Tue, 22 Aug 2006) | 1 line
687  
688 Ace2 - Moving it to where it should go.
689 ------------------------------------------------------------------------
690 r8757 | kaelten | 2006-08-22 21:31:23 -0400 (Tue, 22 Aug 2006) | 2 lines
691  
692 Ace2 -
693 Keywords added.
694 ------------------------------------------------------------------------
695 r8756 | kaelten | 2006-08-22 21:29:41 -0400 (Tue, 22 Aug 2006) | 2 lines
696  
697 Ace2 -
698 -- Initial commit of AceLocale-2.1
699 ------------------------------------------------------------------------
700 r8472 | tardmrr | 2006-08-19 13:33:19 -0400 (Sat, 19 Aug 2006) | 5 lines
701  
702 AceGUI-2.0:
703 - Enabled use of the slider object
704 - Added hitRectInsets and clamedToScreen to frames
705 - Added a precaution to prevent slider objects from crashing the game until slouken can fix the bug
706 - Added 2 slider templates.
707 ------------------------------------------------------------------------
708 r8328 | ckknight | 2006-08-17 20:52:57 -0400 (Thu, 17 Aug 2006) | 1 line
709  
710 AceDB - fixed http://www.wowace.com/flyspray/?do=details&id=156
711 ------------------------------------------------------------------------
712 r8315 | ckknight | 2006-08-17 17:56:09 -0400 (Thu, 17 Aug 2006) | 1 line
713  
714 AceConsole - added PrintComma to exported methods
715 ------------------------------------------------------------------------
716 r8313 | ckknight | 2006-08-17 17:28:05 -0400 (Thu, 17 Aug 2006) | 1 line
717  
718 AceOO - versioning bugfix
719 ------------------------------------------------------------------------
720 r8286 | tardmrr | 2006-08-17 11:24:24 -0400 (Thu, 17 Aug 2006) | 2 lines
721  
722 AceGUI-2.0:
723 - 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.
724 ------------------------------------------------------------------------
725 r8272 | tardmrr | 2006-08-17 09:36:18 -0400 (Thu, 17 Aug 2006) | 2 lines
726  
727 AceGUI-2.0:
728 - Added svn:keywords to new files.
729 ------------------------------------------------------------------------
730 r8271 | tardmrr | 2006-08-17 09:35:26 -0400 (Thu, 17 Aug 2006) | 2 lines
731  
732 AceGUI-2.0:
733 - Added Slider support. Probably filled with typos, but I'm at work so whaddagonnado?
734 ------------------------------------------------------------------------
735 r8269 | tardmrr | 2006-08-17 09:15:26 -0400 (Thu, 17 Aug 2006) | 2 lines
736  
737 AceGUI-2.0:
738 - Added an activate method to the template library so that it doesn't lose registered templates during an upgrade.
739 ------------------------------------------------------------------------
740 r8234 | ckknight | 2006-08-16 23:29:41 -0400 (Wed, 16 Aug 2006) | 1 line
741  
742 AceOO - remove debug line
743 ------------------------------------------------------------------------
744 r8210 | tardmrr | 2006-08-16 21:13:18 -0400 (Wed, 16 Aug 2006) | 2 lines
745  
746 AceGUI-2.0:
747 - Fixed a bug that would prevent the registry from being passed to new libraries should an upgrade occur.
748 ------------------------------------------------------------------------
749 r8207 | tardmrr | 2006-08-16 20:06:26 -0400 (Wed, 16 Aug 2006) | 3 lines
750  
751 AceGUI-2.0:
752 - Fixed typos in event code.
753 - Tweaked the UICheckButton template some more.
754 ------------------------------------------------------------------------
755 r8189 | tardmrr | 2006-08-16 15:51:17 -0400 (Wed, 16 Aug 2006) | 4 lines
756  
757 AceGUI-2.0:
758 - AceGUI will now events if AceEvent is present:
759 o ACEGUI_NEW_OBJECT fires immediately after an object is created.
760 o ACEGUI_OBJECT_CONFIGURED fires immediately after an object and all its children have been configured.
761 ------------------------------------------------------------------------
762 r8187 | hyperactiveChipmunk | 2006-08-16 14:44:57 -0400 (Wed, 16 Aug 2006) | 3 lines
763  
764 AceTab-2.0:
765 - Tab cycling now starts immediately, instead of after one or two tab presses
766  
767 ------------------------------------------------------------------------
768 r8185 | hyperactiveChipmunk | 2006-08-16 14:04:28 -0400 (Wed, 16 Aug 2006) | 3 lines
769  
770 AceTab-2.0:
771 - Changed prints to DEFAULT_CHAT_FRAME:AddMessages
772  
773 ------------------------------------------------------------------------
774 r8181 | tardmrr | 2006-08-16 13:39:09 -0400 (Wed, 16 Aug 2006) | 3 lines
775  
776 AceGUI-2.0:
777 - Got rid of the last evil global
778 - ACEGUI2_REGISTRY is now AceLibrayr("AceGUI-2.0").registry
779 ------------------------------------------------------------------------
780 r8139 | tardmrr | 2006-08-16 00:40:11 -0400 (Wed, 16 Aug 2006) | 4 lines
781  
782 AceGUI-2.0:
783 - Tweaked the template logic and published it as AceGUIFactory:SetupTemplate
784 - Buttons and CheckButtons will properly inherit templates in their special textures.
785 - Tweaked the UICheckButton template to allow resizing without skewing the textures.
786 ------------------------------------------------------------------------
787 r8134 | tardmrr | 2006-08-15 22:47:45 -0400 (Tue, 15 Aug 2006) | 1 line
788  
789 AceGUI-2.0: Fixed highlight texture issues on the UICheckButton template. Lol @ my inability to notice the difference between "highlight" and "hightlight."
790 ------------------------------------------------------------------------
791 r8133 | tardmrr | 2006-08-15 22:36:57 -0400 (Tue, 15 Aug 2006) | 6 lines
792  
793 AceGUI-2.0:
794 - Changed registry global to ACEGUI2_REGISTRY to avoid conflicting with legacy code.
795 - Fixed AceGUICheckButton typos
796 - Fixed a bug with RegisterForClicks
797 - Made pushedTextOffset more flexible. You may now provide simply an integer that will be used as the yOffset.
798 - Added UICheckButton to templates. Doesn't work quite right yet...
799 ------------------------------------------------------------------------
800 r8129 | ckknight | 2006-08-15 21:03:10 -0400 (Tue, 15 Aug 2006) | 1 line
801  
802 AceOO - fixed icky bug that made calling :new error out.
803 ------------------------------------------------------------------------
804 r8128 | tardmrr | 2006-08-15 20:56:03 -0400 (Tue, 15 Aug 2006) | 3 lines
805  
806 AceGUI-2.0:
807 - Enabled Checkbutton type in the factory.
808 - Added svn:keywords to new files
809 ------------------------------------------------------------------------
810 r8127 | tardmrr | 2006-08-15 20:54:32 -0400 (Tue, 15 Aug 2006) | 2 lines
811  
812 AceGUI-2.0:
813 - Added checkbutton type. Untested, but should work.
814 ------------------------------------------------------------------------
815 r8120 | tardmrr | 2006-08-15 19:47:34 -0400 (Tue, 15 Aug 2006) | 3 lines
816  
817 AceGUI-2.0:
818 - Added svn:keywords to new files
819 - Got rid of evil globals
820 ------------------------------------------------------------------------
821 r8116 | tardmrr | 2006-08-15 19:33:04 -0400 (Tue, 15 Aug 2006) | 1 line
822  
823 AceGUI-2.0: Changed the type variables to locals so that it doesn't break old AceGUI. I will probably remove them completely soon.
824 ------------------------------------------------------------------------
825 r8104 | tardmrr | 2006-08-15 15:42:26 -0400 (Tue, 15 Aug 2006) | 4 lines
826  
827 AceGUI-2.0:
828 - Removed size option. It was more annoying than the convenience was worth
829 - Changed a few config fields to go with the "bobDole" naming scheme
830 - Added AceGUITemplates-2.0. Allows templates to be registered with it so that the template feild is simply the name of the template.
831 ------------------------------------------------------------------------
832 r8054 | tekkub | 2006-08-15 01:18:05 -0400 (Tue, 15 Aug 2006) | 2 lines
833  
834 Ace2 (AceEvent-2.0)
835 - Debug profile data now adjusts for events which trigger other events
836 ------------------------------------------------------------------------
837 r7846 | ckknight | 2006-08-12 17:44:08 -0400 (Sat, 12 Aug 2006) | 1 line
838  
839 AceDB - clarify copying option
840 ------------------------------------------------------------------------
841 r7845 | ckknight | 2006-08-12 17:40:55 -0400 (Sat, 12 Aug 2006) | 1 line
842  
843 AceOO - less icky fix.
844 ------------------------------------------------------------------------
845 r7844 | ckknight | 2006-08-12 17:38:26 -0400 (Sat, 12 Aug 2006) | 1 line
846  
847 AceOO - fixed icky "Cannot modify a read-only class prototype" error that occurs when upgrading AceHook.
848 ------------------------------------------------------------------------
849 r7843 | ckknight | 2006-08-12 17:31:58 -0400 (Sat, 12 Aug 2006) | 1 line
850  
851 AceOO - clarified difference between changing a read-only class and a read-only class prototype
852 ------------------------------------------------------------------------
853 r7842 | ckknight | 2006-08-12 17:28:03 -0400 (Sat, 12 Aug 2006) | 1 line
854  
855 AceOO - fixed protostring
856 ------------------------------------------------------------------------
857 r7841 | tekkub | 2006-08-12 17:25:08 -0400 (Sat, 12 Aug 2006) | 2 lines
858  
859 Ace2 (AceEvent-2.0.lua)
860 - Debug profile now saves event counts
861 ------------------------------------------------------------------------
862 r7822 | tardmrr | 2006-08-12 14:32:35 -0400 (Sat, 12 Aug 2006) | 1 line
863  
864 AceGUI-2.0: Fixed a bug where FontInstances could be configured twice and a root FontInstance wouldn't be configured at all.
865 ------------------------------------------------------------------------
866 r7821 | tardmrr | 2006-08-12 14:22:51 -0400 (Sat, 12 Aug 2006) | 8 lines
867  
868 AceGUI-2.0:
869 - Fixed a bug that would cause most things to be configured twice
870 - OnShow now works the first time
871 - Cleaned up the code for the simulated OnLoad
872 - All Objects now have a RunScript method that simulates that frame event
873 - FontStrings now check to see if def.text is set before calling SetText
874 - Buttons are now fully-functional
875 - Buttons are mouse-enabled by default
876 ------------------------------------------------------------------------
877 r7802 | hyperactiveChipmunk | 2006-08-12 12:29:21 -0400 (Sat, 12 Aug 2006) | 3 lines
878  
879 AceTab:
880 - Relocated variable inits to be always consistent with the registered frames
881  
882 ------------------------------------------------------------------------
883 r7801 | tardmrr | 2006-08-12 12:27:59 -0400 (Sat, 12 Aug 2006) | 2 lines
884  
885 AceGUI-2.0:
886 - Fixed an issue where the OnLoad script could be run more than once on each object
887 ------------------------------------------------------------------------
888 r7799 | tardmrr | 2006-08-12 11:43:45 -0400 (Sat, 12 Aug 2006) | 1 line
889  
890 AceGUI-2.0: added svn:keywords to new files
891 ------------------------------------------------------------------------
892 r7798 | tardmrr | 2006-08-12 11:42:57 -0400 (Sat, 12 Aug 2006) | 3 lines
893  
894 AceGUI-2.0: (untested additions)
895 - Added support for OnLoad handlers on all object types (even those that can't natively have script handlers!)
896 - Added support for button objects
897 ------------------------------------------------------------------------
898 r7761 | tardmrr | 2006-08-12 00:33:00 -0400 (Sat, 12 Aug 2006) | 5 lines
899  
900 AceGUI-2.0:
901 - Fixed AceGUITexture copy/paste mistakes
902 - Changed the way objects are configured: All configuration waits until the entire frame tree is built.
903 - Added support for "$parent" for use when anchoring to other AceGUI Objects.
904 - Changed load order to facilitate previous configuration change.
905 ------------------------------------------------------------------------
906 r7759 | ckknight | 2006-08-12 00:24:36 -0400 (Sat, 12 Aug 2006) | 1 line
907  
908 AceEvent - fixed debugging (hopefully)
909 ------------------------------------------------------------------------
910 r7758 | ckknight | 2006-08-12 00:18:51 -0400 (Sat, 12 Aug 2006) | 1 line
911  
912 AceComm - fixed http://www.wowace.com/flyspray/?do=details&id=143
913 ------------------------------------------------------------------------
914 r7757 | ckknight | 2006-08-12 00:16:11 -0400 (Sat, 12 Aug 2006) | 1 line
915  
916 AceComm - fixed boolean serialization/deserialization
917 ------------------------------------------------------------------------
918 r7754 | tardmrr | 2006-08-11 23:15:49 -0400 (Fri, 11 Aug 2006) | 1 line
919  
920 AceGUI-2.0: Adding svn:keywords to new file.
921 ------------------------------------------------------------------------
922 r7752 | tardmrr | 2006-08-11 23:14:48 -0400 (Fri, 11 Aug 2006) | 1 line
923  
924 AceGUI-2.0: Texture support is added but untested.
925 ------------------------------------------------------------------------
926 r7751 | tardmrr | 2006-08-11 22:51:20 -0400 (Fri, 11 Aug 2006) | 1 line
927  
928 AceGUI-2.0: Whoops! Forgot to set svn:keywords on the files.
929 ------------------------------------------------------------------------
930 r7750 | tardmrr | 2006-08-11 22:44:12 -0400 (Fri, 11 Aug 2006) | 1 line
931  
932 AceGUI-2.0: 90% of the back-end complete.
933 ------------------------------------------------------------------------
934 r7699 | hyperactiveChipmunk | 2006-08-11 12:50:30 -0400 (Fri, 11 Aug 2006) | 3 lines
935  
936 AceTab-2.0:
937 - Fixed MenuCompletion misbehaviour when double-tabbing in a space, then deleting back to a different completion and tabbing again
938  
939 ------------------------------------------------------------------------
940 r7663 | ckknight | 2006-08-11 04:34:40 -0400 (Fri, 11 Aug 2006) | 1 line
941  
942 AceComm - now checks for spaces in custom channels
943 ------------------------------------------------------------------------
944 r7659 | ckknight | 2006-08-11 02:56:05 -0400 (Fri, 11 Aug 2006) | 2 lines
945  
946 AceComm - bugfix in item links
947 bugfix in SetDefaultCommPriority
948 ------------------------------------------------------------------------
949 r7640 | ckknight | 2006-08-10 19:45:59 -0400 (Thu, 10 Aug 2006) | 1 line
950  
951 AceComm - clarifying comments
952 ------------------------------------------------------------------------
953 r7639 | ckknight | 2006-08-10 19:34:52 -0400 (Thu, 10 Aug 2006) | 1 line
954  
955 AceComm - bugfix when drunk
956 ------------------------------------------------------------------------
957 r7638 | ckknight | 2006-08-10 19:20:59 -0400 (Thu, 10 Aug 2006) | 1 line
958  
959 AceComm - bugfix for strings w/ 256 length
960 ------------------------------------------------------------------------
961 r7611 | ckknight | 2006-08-10 15:33:14 -0400 (Thu, 10 Aug 2006) | 1 line
962  
963 AceLocale - now checks for providing the same locale twice
964 ------------------------------------------------------------------------
965 r7548 | ckknight | 2006-08-10 02:57:36 -0400 (Thu, 10 Aug 2006) | 1 line
966  
967 AceConsole - fixed a horrible, horrible flaw that Blizzard's code fucked up. ;-)
968 ------------------------------------------------------------------------
969 r7540 | ckknight | 2006-08-10 01:09:57 -0400 (Thu, 10 Aug 2006) | 1 line
970  
971 AceLibrary - argCheck now can handle 5 types
972 ------------------------------------------------------------------------
973 r7539 | ckknight | 2006-08-10 01:03:25 -0400 (Thu, 10 Aug 2006) | 1 line
974  
975 AceEvent - typo
976 ------------------------------------------------------------------------
977 r7538 | ckknight | 2006-08-10 01:02:20 -0400 (Thu, 10 Aug 2006) | 1 line
978  
979 AceDB - fixed an icky bug with having SavedVariablesPerCharacter
980 ------------------------------------------------------------------------
981 r7536 | ckknight | 2006-08-10 00:19:59 -0400 (Thu, 10 Aug 2006) | 1 line
982  
983 AceEvent - bugfix
984 ------------------------------------------------------------------------
985 r7530 | ckknight | 2006-08-09 23:20:50 -0400 (Wed, 09 Aug 2006) | 1 line
986  
987 AceEvent - :RegisterEvent argument mangling
988 ------------------------------------------------------------------------
989 r7527 | ckknight | 2006-08-09 23:09:11 -0400 (Wed, 09 Aug 2006) | 1 line
990  
991 AceEvent - added event throttling
992 ------------------------------------------------------------------------
993 r7521 | cladhaire | 2006-08-09 22:16:56 -0400 (Wed, 09 Aug 2006) | 2 lines
994  
995 AceDebug: I don't lie this time.
996  
997 ------------------------------------------------------------------------
998 r7520 | ckknight | 2006-08-09 22:15:49 -0400 (Wed, 09 Aug 2006) | 1 line
999  
1000 AceComm - updated ChatThrottleLib to v10
1001 ------------------------------------------------------------------------
1002 r7517 | cladhaire | 2006-08-09 22:08:06 -0400 (Wed, 09 Aug 2006) | 3 lines
1003  
1004 AceDebug:
1005 * Changed the timestamp to human readable form HH:MM:SS.msc
1006  
1007 ------------------------------------------------------------------------
1008 r7514 | ckknight | 2006-08-09 21:47:46 -0400 (Wed, 09 Aug 2006) | 2 lines
1009  
1010 Ace2 - AceEvent - bucketed events now work if arg1 isn't given, the table is just merely not propagated in that instance.
1011  
1012 ------------------------------------------------------------------------
1013 r7480 | ckknight | 2006-08-09 19:08:46 -0400 (Wed, 09 Aug 2006) | 1 line
1014  
1015 AceEvent - possible, albeit unlikely fix
1016 ------------------------------------------------------------------------
1017 r7464 | ckknight | 2006-08-09 16:53:53 -0400 (Wed, 09 Aug 2006) | 1 line
1018  
1019 AceHook - fixed HookReport
1020 ------------------------------------------------------------------------
1021 r7460 | ckknight | 2006-08-09 16:47:40 -0400 (Wed, 09 Aug 2006) | 2 lines
1022  
1023 AceConsole - added :PrintComma
1024 changed API of :CustomPrint. since no one in trunk seems to use it, I don't feel bad. See wiki for changes.
1025 ------------------------------------------------------------------------
1026 r7450 | ckknight | 2006-08-09 15:54:02 -0400 (Wed, 09 Aug 2006) | 1 line
1027  
1028 AceDB - now doesn't go into stack overflow when trying to serialize a frame.
1029 ------------------------------------------------------------------------
1030 r7387 | ckknight | 2006-08-09 03:33:16 -0400 (Wed, 09 Aug 2006) | 1 line
1031  
1032 AceEvent - AceEvent_FullyInitialized uses LANGUAGE_LIST_CHANGED instead of SPELLS_CHANGED for the reload check, so it should be more accurate now.
1033 ------------------------------------------------------------------------
1034 r7331 | ckknight | 2006-08-08 16:53:09 -0400 (Tue, 08 Aug 2006) | 1 line
1035  
1036 AceComm - updated ChatThrottleLib to version 8
1037 ------------------------------------------------------------------------
1038 r7326 | hyperactiveChipmunk | 2006-08-08 15:27:10 -0400 (Tue, 08 Aug 2006) | 3 lines
1039  
1040 AceTab-2.0:
1041 - MenuCompletion behavior implemented. Repeatedly pressing <TAB> cycles through the valid completions.
1042  
1043 ------------------------------------------------------------------------
1044 r7271 | ckknight | 2006-08-08 03:52:00 -0400 (Tue, 08 Aug 2006) | 1 line
1045  
1046 AceDB - in SetProfile, it will call any embeds/superclasses :OnEmbedProfileDisable(self) and :OnProfileEnable(self, "oldName", oldData, "copyFrom") if available.
1047 ------------------------------------------------------------------------
1048 r7258 | ckknight | 2006-08-08 02:45:27 -0400 (Tue, 08 Aug 2006) | 1 line
1049  
1050 AceEvent - added catalyst-style blacklisting during PLW.
1051 ------------------------------------------------------------------------
1052 r7257 | ckknight | 2006-08-08 02:38:00 -0400 (Tue, 08 Aug 2006) | 1 line
1053  
1054 AceComm-2.0 - fixed /chatwho bug
1055 ------------------------------------------------------------------------
1056 r7254 | ckknight | 2006-08-08 02:14:53 -0400 (Tue, 08 Aug 2006) | 2 lines
1057  
1058 AceConsole - added guiNameIsMap
1059 http://www.wowace.com/flyspray/?do=details&id=87
1060 ------------------------------------------------------------------------
1061 r7249 | ckknight | 2006-08-07 23:24:13 -0400 (Mon, 07 Aug 2006) | 2 lines
1062  
1063 AceComm - added :IsUserInChannel("user", "distribution") or ("user", "CUSTOM", "customChannel")
1064 Note: this is _much_ more efficient than Sky/Telepathy's way of doing it ;-)
1065 ------------------------------------------------------------------------
1066 r7246 | ckknight | 2006-08-07 21:27:28 -0400 (Mon, 07 Aug 2006) | 1 line
1067  
1068 AceComm - optimizations, oh my!
1069 ------------------------------------------------------------------------
1070 r7232 | ckknight | 2006-08-07 19:23:05 -0400 (Mon, 07 Aug 2006) | 2 lines
1071  
1072 AceComm - now supresses AFK/DND messages when sending someone a hidden whisper.
1073 Also optimizations
1074 ------------------------------------------------------------------------
1075 r7205 | ckknight | 2006-08-07 14:31:08 -0400 (Mon, 07 Aug 2006) | 1 line
1076  
1077 AceDB - IsSerializable is now local
1078 ------------------------------------------------------------------------
1079 r7137 | ckknight | 2006-08-06 22:27:46 -0400 (Sun, 06 Aug 2006) | 1 line
1080  
1081 AceComm - optimization
1082 ------------------------------------------------------------------------
1083 r7134 | ckknight | 2006-08-06 22:11:53 -0400 (Sun, 06 Aug 2006) | 1 line
1084  
1085 AceComm - removed debug lines
1086 ------------------------------------------------------------------------
1087 r7133 | ckknight | 2006-08-06 21:45:07 -0400 (Sun, 06 Aug 2006) | 1 line
1088  
1089 AceComm - no longer reclaims AceOO objects.
1090 ------------------------------------------------------------------------
1091 r7125 | ckknight | 2006-08-06 19:26:21 -0400 (Sun, 06 Aug 2006) | 3 lines
1092  
1093 AceComm - added lots of memoization.
1094 Tweaked checksum function (thanks to Mikk)
1095 Added a special checksum function for binary checksums, that changes the encoded characters (|, \000, etc.)
1096 ------------------------------------------------------------------------
1097 r7106 | ckknight | 2006-08-06 14:31:14 -0400 (Sun, 06 Aug 2006) | 1 line
1098  
1099 AceComm - altered checksum
1100 ------------------------------------------------------------------------
1101 r7105 | hyperactiveChipmunk | 2006-08-06 14:15:14 -0400 (Sun, 06 Aug 2006) | 3 lines
1102  
1103 AceTab-2.0:
1104 - Lost the full-text sending to the wordlist function in a previous revision somewhere. Fixed.
1105  
1106 ------------------------------------------------------------------------
1107 r7053 | kaelten | 2006-08-06 00:57:25 -0400 (Sun, 06 Aug 2006) | 2 lines
1108  
1109 Ace2 -
1110 -Fixed bug with leveled Debugging not having timestamps.
1111 ------------------------------------------------------------------------
1112 r7050 | kaelten | 2006-08-06 00:48:27 -0400 (Sun, 06 Aug 2006) | 1 line
1113  
1114 Switched the timestamp over to GetTime() for better accuracy.
1115 ------------------------------------------------------------------------
1116 r7048 | ckknight | 2006-08-06 00:46:18 -0400 (Sun, 06 Aug 2006) | 1 line
1117  
1118 AceComm - changed CheckSum function, now more efficient.
1119 ------------------------------------------------------------------------
1120 r7046 | kaelten | 2006-08-06 00:41:32 -0400 (Sun, 06 Aug 2006) | 2 lines
1121  
1122 Ace2 -
1123 - Added time stamping to debug statements in AceDebug-2.0
1124 ------------------------------------------------------------------------
1125 r7041 | ckknight | 2006-08-06 00:19:32 -0400 (Sun, 06 Aug 2006) | 1 line
1126  
1127 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).
1128 ------------------------------------------------------------------------
1129 r7034 | ckknight | 2006-08-05 23:34:13 -0400 (Sat, 05 Aug 2006) | 1 line
1130  
1131 AceLibrary - added :IterateLibraries()
1132 ------------------------------------------------------------------------
1133 r7033 | ckknight | 2006-08-05 23:13:06 -0400 (Sat, 05 Aug 2006) | 1 line
1134  
1135 AceAddon - classpool creation is now wrapped in a pcall.
1136 ------------------------------------------------------------------------
1137 r7032 | ckknight | 2006-08-05 23:05:15 -0400 (Sat, 05 Aug 2006) | 7 lines
1138  
1139 AceDB - added AceOO object persistence.
1140  
1141 In order to have your object be able to be properly serialized/deserialized:
1142 1. Class must be registered with AceLibrary
1143 2. Class must have static method :Deserialize(...) which returns an object
1144 3. Object must have instance method :Serialize() which returns values to be serialized.
1145  
1146 ------------------------------------------------------------------------
1147 r7025 | ckknight | 2006-08-05 21:25:15 -0400 (Sat, 05 Aug 2006) | 1 line
1148  
1149 AceComm - added note at the top about ChatThrottleLib
1150 ------------------------------------------------------------------------
1151 r7014 | ckknight | 2006-08-05 19:52:03 -0400 (Sat, 05 Aug 2006) | 1 line
1152  
1153 AceDB - fixed bug in profile switching
1154 ------------------------------------------------------------------------
1155 r6998 | ckknight | 2006-08-05 16:33:31 -0400 (Sat, 05 Aug 2006) | 1 line
1156  
1157 AceDB - added more checks
1158 ------------------------------------------------------------------------
1159 r6997 | cladhaire | 2006-08-05 16:18:12 -0400 (Sat, 05 Aug 2006) | 2 lines
1160  
1161 AceDebug: Trying this again
1162  
1163 ------------------------------------------------------------------------
1164 r6993 | cladhaire | 2006-08-05 15:55:02 -0400 (Sat, 05 Aug 2006) | 2 lines
1165  
1166 AceDebug: Fixed a copy-paste error
1167  
1168 ------------------------------------------------------------------------
1169 r6992 | ckknight | 2006-08-05 15:37:53 -0400 (Sat, 05 Aug 2006) | 1 line
1170  
1171 AceEvent - bugfix in :TriggerEvent, now it doesn't fuck up on once events
1172 ------------------------------------------------------------------------
1173 r6955 | ckknight | 2006-08-05 07:45:45 -0400 (Sat, 05 Aug 2006) | 1 line
1174  
1175 AceEvent - typo
1176 ------------------------------------------------------------------------
1177 r6952 | ckknight | 2006-08-05 07:02:25 -0400 (Sat, 05 Aug 2006) | 1 line
1178  
1179 AceEvent - fixed mixin header
1180 ------------------------------------------------------------------------
1181 r6951 | ckknight | 2006-08-05 06:59:08 -0400 (Sat, 05 Aug 2006) | 1 line
1182  
1183 AceLocale - fix error messages
1184 ------------------------------------------------------------------------
1185 r6946 | ckknight | 2006-08-05 06:02:17 -0400 (Sat, 05 Aug 2006) | 6 lines
1186  
1187 AceComm - now can send AceOO objects across the stream if three things are satisfied:
1188 1. It is registered with AceLibrary (to identify it by major version)
1189 2. It has an instance method :Serialize(), which returns values
1190 3. It has a static method :Deserialize(...), which takes values from :Serialize()
1191  
1192 Basically, object.class:Deserialize(object:Serialize()) is equivalent to object. (Though not reference equal)
1193 ------------------------------------------------------------------------
1194 r6933 | ckknight | 2006-08-05 03:46:15 -0400 (Sat, 05 Aug 2006) | 1 line
1195  
1196 AceEvent - bugfix, moved to internal compost system
1197 ------------------------------------------------------------------------
1198 r6932 | ckknight | 2006-08-05 03:15:51 -0400 (Sat, 05 Aug 2006) | 1 line
1199  
1200 AceEvent - fixed invalid key to `next' error.
1201 ------------------------------------------------------------------------
1202 r6922 | ckknight | 2006-08-04 22:33:47 -0400 (Fri, 04 Aug 2006) | 1 line
1203  
1204 AceEvent - bugfix. whoopsie doodle.
1205 ------------------------------------------------------------------------
1206 r6920 | ckknight | 2006-08-04 21:55:16 -0400 (Fri, 04 Aug 2006) | 1 line
1207  
1208 AceEvent - buckets galore! See wiki for details
1209 ------------------------------------------------------------------------
1210 r6854 | ckknight | 2006-08-04 04:07:21 -0400 (Fri, 04 Aug 2006) | 1 line
1211  
1212 AceDB - bugfix on logout
1213 ------------------------------------------------------------------------
1214 r6831 | ckknight | 2006-08-03 22:34:37 -0400 (Thu, 03 Aug 2006) | 1 line
1215  
1216 AceEvent - meetingstone bugfix
1217 ------------------------------------------------------------------------
1218 r6821 | ckknight | 2006-08-03 20:19:46 -0400 (Thu, 03 Aug 2006) | 1 line
1219  
1220 AceAddon - typo
1221 ------------------------------------------------------------------------
1222 r6818 | ckknight | 2006-08-03 19:59:05 -0400 (Thu, 03 Aug 2006) | 1 line
1223  
1224 AceAddon - /ace2 list ace2 now doesn't overflow to the extreme. modules are truncated at 5 modules.
1225 ------------------------------------------------------------------------
1226 r6813 | ckknight | 2006-08-03 18:52:38 -0400 (Thu, 03 Aug 2006) | 1 line
1227  
1228 AceLibrary - better language when you fuck up your revision strings that so many of you like to do.
1229 ------------------------------------------------------------------------
1230 r6793 | ckknight | 2006-08-03 17:14:27 -0400 (Thu, 03 Aug 2006) | 1 line
1231  
1232 AceComm - added number compression (which is faster and typically smaller)
1233 ------------------------------------------------------------------------
1234 r6733 | ckknight | 2006-08-03 09:41:01 -0400 (Thu, 03 Aug 2006) | 1 line
1235  
1236 AceComm - added numerically-indexed list serialization.
1237 ------------------------------------------------------------------------
1238 r6730 | ckknight | 2006-08-03 09:18:20 -0400 (Thu, 03 Aug 2006) | 1 line
1239  
1240 AceComm - optimizations. Added NaN, Inf, -Inf.
1241 ------------------------------------------------------------------------
1242 r6699 | ckknight | 2006-08-03 02:42:12 -0400 (Thu, 03 Aug 2006) | 2 lines
1243  
1244 AceComm - added integer compression 8,16,32, and 64-bit signed integers are compressed.
1245 added inf, -inf, NaN.
1246 ------------------------------------------------------------------------
1247 r6698 | ckknight | 2006-08-03 01:09:09 -0400 (Thu, 03 Aug 2006) | 2 lines
1248  
1249 AceComm - took out function serialization.
1250 Added in item link serialization.
1251 ------------------------------------------------------------------------
1252 r6688 | ckknight | 2006-08-02 22:29:42 -0400 (Wed, 02 Aug 2006) | 2 lines
1253  
1254 AceEvent - AceEvent_EventRegistered now includes the event
1255 ~hug me
1256 ------------------------------------------------------------------------
1257 r6687 | ckknight | 2006-08-02 22:26:30 -0400 (Wed, 02 Aug 2006) | 1 line
1258  
1259 AceEvent - added :RegisterAllEvents(func or "method")
1260 ------------------------------------------------------------------------
1261 r6673 | ckknight | 2006-08-02 20:11:39 -0400 (Wed, 02 Aug 2006) | 1 line
1262  
1263 AceComm - typo prevented ChatFrame_OnEvent hooking
1264 ------------------------------------------------------------------------
1265 r6655 | hyperactiveChipmunk | 2006-08-02 17:37:24 -0400 (Wed, 02 Aug 2006) | 5 lines
1266  
1267 AceTab-2.0:
1268 - Cleaned up a few extra bits
1269 - 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.
1270 + 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)
1271  
1272 ------------------------------------------------------------------------
1273 r6640 | ckknight | 2006-08-02 16:18:59 -0400 (Wed, 02 Aug 2006) | 1 line
1274  
1275 AceComm - updated embedded ChatThrottleLib to v7
1276 ------------------------------------------------------------------------
1277 r6590 | ckknight | 2006-08-02 07:39:16 -0400 (Wed, 02 Aug 2006) | 1 line
1278  
1279 AceEvent - small bugfix
1280 ------------------------------------------------------------------------
1281 r6577 | ckknight | 2006-08-02 05:20:02 -0400 (Wed, 02 Aug 2006) | 1 line
1282  
1283 AceEvent - frame is now given a name: AceEvent20Frame
1284 ------------------------------------------------------------------------
1285 r6575 | ckknight | 2006-08-02 03:33:46 -0400 (Wed, 02 Aug 2006) | 1 line
1286  
1287 AceEvent - got rid of global mangling in the trigger. should be faster now.
1288 ------------------------------------------------------------------------
1289 r6534 | hyperactiveChipmunk | 2006-08-01 19:24:56 -0400 (Tue, 01 Aug 2006) | 3 lines
1290  
1291 AceConsole-2.0:
1292 - Updated for AceTab change
1293  
1294 ------------------------------------------------------------------------
1295 r6533 | hyperactiveChipmunk | 2006-08-01 19:24:12 -0400 (Tue, 01 Aug 2006) | 3 lines
1296  
1297 AceTab-2.0:
1298 - 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.
1299  
1300 ------------------------------------------------------------------------
1301 r6464 | ckknight | 2006-08-01 08:07:07 -0400 (Tue, 01 Aug 2006) | 3 lines
1302  
1303 AceEvent - more accurate AceEvent_FullyInitialized.
1304 (at least in 1.12, haven't tested in 1.11)
1305 please test.
1306 ------------------------------------------------------------------------
1307 r6461 | ckknight | 2006-08-01 07:48:02 -0400 (Tue, 01 Aug 2006) | 2 lines
1308  
1309 AceComm - bugfix when pressing Exit Now.
1310 Added CUSTOM channel.
1311 ------------------------------------------------------------------------
1312 r6443 | ckknight | 2006-08-01 05:49:43 -0400 (Tue, 01 Aug 2006) | 1 line
1313  
1314 AceDB - fixed bug
1315 ------------------------------------------------------------------------
1316 r6438 | ckknight | 2006-08-01 05:27:12 -0400 (Tue, 01 Aug 2006) | 1 line
1317  
1318 AceEvent - mangling of argChecks
1319 ------------------------------------------------------------------------
1320 r6430 | ckknight | 2006-08-01 02:16:09 -0400 (Tue, 01 Aug 2006) | 3 lines
1321  
1322 AceComm - Channels now have a standardized enter/exit system.
1323 If there are too many channels and you can't join, a window pops up naming the culprit addon.
1324 Channels no longer show in the ChatFrames' Channels list.
1325 ------------------------------------------------------------------------
1326 r6429 | ckknight | 2006-08-01 02:13:23 -0400 (Tue, 01 Aug 2006) | 1 line
1327  
1328 AceEvent - bugfix
1329 ------------------------------------------------------------------------
1330 r6416 | ckknight | 2006-07-31 21:33:03 -0400 (Mon, 31 Jul 2006) | 1 line
1331  
1332 AceConsole - fixed AceConsole-2.0.lua:703: attempt to index local `v' (a nil value)
1333 ------------------------------------------------------------------------
1334 r6409 | ckknight | 2006-07-31 20:28:43 -0400 (Mon, 31 Jul 2006) | 1 line
1335  
1336 AceEvent - typo in :UnregisterAllEvents()
1337 ------------------------------------------------------------------------
1338 r6392 | ckknight | 2006-07-31 19:47:33 -0400 (Mon, 31 Jul 2006) | 1 line
1339  
1340 AceDB - bugfix
1341 ------------------------------------------------------------------------
1342 r6391 | ckknight | 2006-07-31 19:45:28 -0400 (Mon, 31 Jul 2006) | 1 line
1343  
1344 AceDB - bugfix
1345 ------------------------------------------------------------------------
1346 r6385 | ckknight | 2006-07-31 17:28:06 -0400 (Mon, 31 Jul 2006) | 1 line
1347  
1348 AceDB - added more checks to :GetProfile()
1349 ------------------------------------------------------------------------
1350 r6384 | ckknight | 2006-07-31 17:26:15 -0400 (Mon, 31 Jul 2006) | 1 line
1351  
1352 AceConsole - fix possible bug when registering a flat function
1353 ------------------------------------------------------------------------
1354 r6305 | ckknight | 2006-07-31 00:35:47 -0400 (Mon, 31 Jul 2006) | 1 line
1355  
1356 AceEvent - properly nils out once events on :UnregisterAllEvents()
1357 ------------------------------------------------------------------------
1358 r6304 | ckknight | 2006-07-31 00:34:55 -0400 (Mon, 31 Jul 2006) | 1 line
1359  
1360 AceEvent - fires "AceEvent_EventUnregistered" on :UnregisterAllEvents
1361 ------------------------------------------------------------------------
1362 r6293 | ckknight | 2006-07-30 22:55:03 -0400 (Sun, 30 Jul 2006) | 1 line
1363  
1364 AceEvent - tweak once triggers
1365 ------------------------------------------------------------------------
1366 r6292 | ckknight | 2006-07-30 22:53:06 -0400 (Sun, 30 Jul 2006) | 1 line
1367  
1368 AceEvent - added a check.
1369 ------------------------------------------------------------------------
1370 r6265 | ckknight | 2006-07-30 18:32:44 -0400 (Sun, 30 Jul 2006) | 1 line
1371  
1372 AceComm - more checks, sending messages now returns a success value.
1373 ------------------------------------------------------------------------
1374 r6259 | ckknight | 2006-07-30 17:21:35 -0400 (Sun, 30 Jul 2006) | 1 line
1375  
1376 AceComm - removed events debugging thing.
1377 ------------------------------------------------------------------------
1378 r6258 | ckknight | 2006-07-30 17:13:32 -0400 (Sun, 30 Jul 2006) | 1 line
1379  
1380 AceEvent - fix
1381 ------------------------------------------------------------------------
1382 r6255 | ckknight | 2006-07-30 16:47:45 -0400 (Sun, 30 Jul 2006) | 1 line
1383  
1384 AceEvent - more optimizations, fixes
1385 ------------------------------------------------------------------------
1386 r6254 | ckknight | 2006-07-30 16:30:12 -0400 (Sun, 30 Jul 2006) | 2 lines
1387  
1388 AceEvent - added events AceEvent_EventRegistered and AceEvent_EventUnregistered.
1389 :IsEventRegistered("event"), if called directly from AceEvent, checks whether the event is registered by anybody.
1390 ------------------------------------------------------------------------
1391 r6253 | ckknight | 2006-07-30 16:16:08 -0400 (Sun, 30 Jul 2006) | 1 line
1392  
1393 AceEvent - :TriggerEvent is much more efficient now if there are no registered events.
1394 ------------------------------------------------------------------------
1395 r6215 | ckknight | 2006-07-30 07:19:06 -0400 (Sun, 30 Jul 2006) | 1 line
1396  
1397 AceComm - added "ZONE" distribution.
1398 ------------------------------------------------------------------------
1399 r6202 | ckknight | 2006-07-30 02:39:09 -0400 (Sun, 30 Jul 2006) | 1 line
1400  
1401 AceComm - added methods to change the priority/prefix.
1402 ------------------------------------------------------------------------
1403 r6201 | ckknight | 2006-07-30 02:15:04 -0400 (Sun, 30 Jul 2006) | 1 line
1404  
1405 AceComm - more anal checking.
1406 ------------------------------------------------------------------------
1407 r6191 | ckknight | 2006-07-29 23:40:55 -0400 (Sat, 29 Jul 2006) | 1 line
1408  
1409 AceComm - now can push multiple arguments onto the stream at once. API changed accordingly
1410 ------------------------------------------------------------------------
1411 r6183 | ckknight | 2006-07-29 21:59:12 -0400 (Sat, 29 Jul 2006) | 1 line
1412  
1413 AceComm - changed registration handler arguments
1414 ------------------------------------------------------------------------
1415 r6182 | ckknight | 2006-07-29 21:50:07 -0400 (Sat, 29 Jul 2006) | 1 line
1416  
1417 AceComm - no longer handle messages that were sent by the player (except if you whisper yourself)
1418 ------------------------------------------------------------------------
1419 r6177 | ckknight | 2006-07-29 21:37:47 -0400 (Sat, 29 Jul 2006) | 1 line
1420  
1421 AceComm - also hooking Quit
1422 ------------------------------------------------------------------------
1423 r6168 | ckknight | 2006-07-29 20:55:33 -0400 (Sat, 29 Jul 2006) | 1 line
1424  
1425 Ace2 - added AceComm (only works in 1.12 for now)
1426 ------------------------------------------------------------------------
1427 r6131 | ckknight | 2006-07-29 14:48:43 -0400 (Sat, 29 Jul 2006) | 1 line
1428  
1429 AceEvent - bugfix
1430 ------------------------------------------------------------------------
1431 r6090 | ckknight | 2006-07-29 04:40:52 -0400 (Sat, 29 Jul 2006) | 1 line
1432  
1433 AceHook - fixed manual embedding
1434 ------------------------------------------------------------------------
1435 r6089 | ckknight | 2006-07-29 04:28:40 -0400 (Sat, 29 Jul 2006) | 1 line
1436  
1437 AceHook - moved .hooks creation from :embed to :OnEmbedInitialize
1438 ------------------------------------------------------------------------
1439 r6080 | ckknight | 2006-07-29 01:17:02 -0400 (Sat, 29 Jul 2006) | 1 line
1440  
1441 AceEvent - removed debug message
1442 ------------------------------------------------------------------------
1443 r6079 | ckknight | 2006-07-29 01:13:36 -0400 (Sat, 29 Jul 2006) | 1 line
1444  
1445 AceEvent - removed debug line
1446 ------------------------------------------------------------------------
1447 r6076 | ckknight | 2006-07-29 00:40:19 -0400 (Sat, 29 Jul 2006) | 1 line
1448  
1449 AceEvent - cleanup
1450 ------------------------------------------------------------------------
1451 r5949 | ckknight | 2006-07-28 00:27:33 -0400 (Fri, 28 Jul 2006) | 1 line
1452  
1453 AceEvent - added _G.eventDispatcher
1454 ------------------------------------------------------------------------
1455 r5947 | ckknight | 2006-07-27 23:42:06 -0400 (Thu, 27 Jul 2006) | 1 line
1456  
1457 AceDB - fixed possible bug on logout
1458 ------------------------------------------------------------------------
1459 r5938 | ckknight | 2006-07-27 22:29:27 -0400 (Thu, 27 Jul 2006) | 1 line
1460  
1461 AceConsole-2.0 - turn that frown upside-down.
1462 ------------------------------------------------------------------------
1463 r5936 | ckknight | 2006-07-27 21:46:15 -0400 (Thu, 27 Jul 2006) | 1 line
1464  
1465 AceConsole - typo
1466 ------------------------------------------------------------------------
1467 r5935 | ckknight | 2006-07-27 21:44:58 -0400 (Thu, 27 Jul 2006) | 1 line
1468  
1469 AceConsole - added :InjectAceOptionsTable(handler, options)
1470 ------------------------------------------------------------------------
1471 r5813 | ckknight | 2006-07-26 17:24:48 -0400 (Wed, 26 Jul 2006) | 1 line
1472  
1473 AceEvent - fixed the icky bug that popped up at the beginning
1474 ------------------------------------------------------------------------
1475 r5797 | ckknight | 2006-07-26 15:50:10 -0400 (Wed, 26 Jul 2006) | 1 line
1476  
1477 AceEvent - fixed :RegisterEvent when used as a library method
1478 ------------------------------------------------------------------------
1479 r5738 | ckknight | 2006-07-26 03:26:15 -0400 (Wed, 26 Jul 2006) | 1 line
1480  
1481 AceEvent - whoops
1482 ------------------------------------------------------------------------
1483 r5737 | ckknight | 2006-07-26 03:21:52 -0400 (Wed, 26 Jul 2006) | 1 line
1484  
1485 AceEvent - theoretically fixed :CancelAllScheduledEvents()
1486 ------------------------------------------------------------------------
1487 r5629 | ckknight | 2006-07-24 23:58:47 -0400 (Mon, 24 Jul 2006) | 1 line
1488  
1489 AceDB - tweak
1490 ------------------------------------------------------------------------
1491 r5622 | ckknight | 2006-07-24 22:56:20 -0400 (Mon, 24 Jul 2006) | 1 line
1492  
1493 AceDB - no longer re-sets a profile if it is already selected
1494 ------------------------------------------------------------------------
1495 r5620 | ckknight | 2006-07-24 22:50:08 -0400 (Mon, 24 Jul 2006) | 1 line
1496  
1497 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.
1498 ------------------------------------------------------------------------
1499 r5614 | ckknight | 2006-07-24 22:32:16 -0400 (Mon, 24 Jul 2006) | 1 line
1500  
1501 AceAddon - whoops
1502 ------------------------------------------------------------------------
1503 r5610 | ckknight | 2006-07-24 22:29:48 -0400 (Mon, 24 Jul 2006) | 1 line
1504  
1505 AceAddon - better AceAddon-2.0 requires AceEvent-2.0 error
1506 ------------------------------------------------------------------------
1507 r5609 | ckknight | 2006-07-24 22:28:49 -0400 (Mon, 24 Jul 2006) | 1 line
1508  
1509 AceLibrary - bugfix, better error method
1510 ------------------------------------------------------------------------
1511 r5602 | ckknight | 2006-07-24 21:25:06 -0400 (Mon, 24 Jul 2006) | 1 line
1512  
1513 AceEvent - fixed another of facboy's errors
1514 ------------------------------------------------------------------------
1515 r5600 | ckknight | 2006-07-24 21:21:16 -0400 (Mon, 24 Jul 2006) | 1 line
1516  
1517 AceEvent - fixed line 300 bug
1518 ------------------------------------------------------------------------
1519 r5598 | ckknight | 2006-07-24 21:08:24 -0400 (Mon, 24 Jul 2006) | 1 line
1520  
1521 AceLibrary - removed debug line
1522 ------------------------------------------------------------------------
1523 r5597 | ckknight | 2006-07-24 21:07:58 -0400 (Mon, 24 Jul 2006) | 1 line
1524  
1525 AceEvent - magical superoptimization (merged in facboy's heap algorithm)
1526 ------------------------------------------------------------------------
1527 r5591 | ckknight | 2006-07-24 19:10:42 -0400 (Mon, 24 Jul 2006) | 1 line
1528  
1529 AceEvent - TriggerEvent now manipulates _G.arg1-9
1530 ------------------------------------------------------------------------
1531 r5588 | ckknight | 2006-07-24 18:55:48 -0400 (Mon, 24 Jul 2006) | 1 line
1532  
1533 AceLibrary - accurate argCheck now.
1534 ------------------------------------------------------------------------
1535 r5583 | ckknight | 2006-07-24 18:35:15 -0400 (Mon, 24 Jul 2006) | 1 line
1536  
1537 AceConsole - fixed error messages
1538 ------------------------------------------------------------------------
1539 r5577 | ckknight | 2006-07-24 17:43:25 -0400 (Mon, 24 Jul 2006) | 1 line
1540  
1541 AceEvent - tweak scheduling
1542 ------------------------------------------------------------------------
1543 r5567 | ckknight | 2006-07-24 16:58:23 -0400 (Mon, 24 Jul 2006) | 1 line
1544  
1545 AceLocale - remove fired timebomb
1546 ------------------------------------------------------------------------
1547 r5566 | ckknight | 2006-07-24 16:58:16 -0400 (Mon, 24 Jul 2006) | 1 line
1548  
1549 AceEvent - remove fired timebomb
1550 ------------------------------------------------------------------------
1551 r5565 | ckknight | 2006-07-24 16:58:09 -0400 (Mon, 24 Jul 2006) | 1 line
1552  
1553 AceDB - remove fired timebomb
1554 ------------------------------------------------------------------------
1555 r5564 | ckknight | 2006-07-24 16:57:56 -0400 (Mon, 24 Jul 2006) | 1 line
1556  
1557 AceLibrary - tweak
1558 ------------------------------------------------------------------------
1559 r5515 | ckknight | 2006-07-24 06:40:26 -0400 (Mon, 24 Jul 2006) | 1 line
1560  
1561 AceLibrary - better error method
1562 ------------------------------------------------------------------------
1563 r5514 | ckknight | 2006-07-24 06:38:11 -0400 (Mon, 24 Jul 2006) | 1 line
1564  
1565 AceLibrary - fixed argCheck (works now)
1566 ------------------------------------------------------------------------
1567 r5511 | ckknight | 2006-07-24 05:14:35 -0400 (Mon, 24 Jul 2006) | 1 line
1568  
1569 AceLibrary - better argCheck method
1570 ------------------------------------------------------------------------
1571 r5506 | ckknight | 2006-07-24 04:36:21 -0400 (Mon, 24 Jul 2006) | 1 line
1572  
1573 AceAddon - got rid of header
1574 ------------------------------------------------------------------------
1575 r5505 | ckknight | 2006-07-24 04:20:05 -0400 (Mon, 24 Jul 2006) | 1 line
1576  
1577 AceDB - tweak
1578 ------------------------------------------------------------------------
1579 r5504 | ckknight | 2006-07-24 04:18:36 -0400 (Mon, 24 Jul 2006) | 1 line
1580  
1581 AceConsole - tweak
1582 ------------------------------------------------------------------------
1583 r5503 | ckknight | 2006-07-24 03:28:54 -0400 (Mon, 24 Jul 2006) | 1 line
1584  
1585 AceConsole - made nicer invalid option errors
1586 ------------------------------------------------------------------------
1587 r5502 | ckknight | 2006-07-24 03:27:53 -0400 (Mon, 24 Jul 2006) | 1 line
1588  
1589 AceConsole - fixed invalid option for range with step
1590 ------------------------------------------------------------------------
1591 r5501 | ckknight | 2006-07-24 03:19:46 -0400 (Mon, 24 Jul 2006) | 1 line
1592  
1593 AceConsole - table validate now shows the value instead of the key, like how it normally should be.
1594 ------------------------------------------------------------------------
1595 r5500 | ckknight | 2006-07-24 02:57:22 -0400 (Mon, 24 Jul 2006) | 1 line
1596  
1597 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.
1598 ------------------------------------------------------------------------
1599 r5495 | ckknight | 2006-07-24 01:11:46 -0400 (Mon, 24 Jul 2006) | 1 line
1600  
1601 AceConsole - added cmdHidden
1602 ------------------------------------------------------------------------
1603 r5462 | cladhaire | 2006-07-23 19:54:52 -0400 (Sun, 23 Jul 2006) | 2 lines
1604  
1605 AceDebug: Fixed a typo in LevelDebug
1606  
1607 ------------------------------------------------------------------------
1608 r5461 | cladhaire | 2006-07-23 19:41:27 -0400 (Sun, 23 Jul 2006) | 6 lines
1609  
1610 AceDebug:
1611 * Added SetDebugLevel, GetDebugLevel, LevelDebug and CustomLevelDebug
1612 * Level 1: Very high overview debug messages, i.e. plugins loading, etc.
1613 * Level 2: Local debug information, i.e. function calls, etc.
1614 * Level 3: Very verbose debug level, will show everything.
1615  
1616 ------------------------------------------------------------------------
1617 r5440 | ckknight | 2006-07-23 14:57:30 -0400 (Sun, 23 Jul 2006) | 1 line
1618  
1619 AceLocale - fixed line 345 bug
1620 ------------------------------------------------------------------------
1621 r5376 | hyperactiveChipmunk | 2006-07-23 00:48:47 -0400 (Sun, 23 Jul 2006) | 3 lines
1622  
1623 AceTab-2.0:
1624 -Nuther typo >8P
1625  
1626 ------------------------------------------------------------------------
1627 r5371 | hyperactiveChipmunk | 2006-07-22 23:29:38 -0400 (Sat, 22 Jul 2006) | 3 lines
1628  
1629 AceTab-2.0:
1630 -Typo; I'm a moron.
1631  
1632 ------------------------------------------------------------------------
1633 r5370 | hyperactiveChipmunk | 2006-07-22 22:50:18 -0400 (Sat, 22 Jul 2006) | 3 lines
1634  
1635 AceTab-2.0:
1636 - IsTabCompletionRegistered(desc) and UnregisterTabCompletion(desc) fixed
1637  
1638 ------------------------------------------------------------------------
1639 r5369 | hyperactiveChipmunk | 2006-07-22 22:41:49 -0400 (Sat, 22 Jul 2006) | 3 lines
1640  
1641 AceTab-2.0:
1642 - Simplified 'usage' handling. See wiki for proper, er, usage.
1643  
1644 ------------------------------------------------------------------------
1645 r5367 | hyperactiveChipmunk | 2006-07-22 21:36:21 -0400 (Sat, 22 Jul 2006) | 3 lines
1646  
1647 AceTab-2.0:
1648 - 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.
1649  
1650 ------------------------------------------------------------------------
1651 r5364 | hyperactiveChipmunk | 2006-07-22 20:16:01 -0400 (Sat, 22 Jul 2006) | 3 lines
1652  
1653 AceConsole-2.0:
1654 - AceTab usage function returns false if the slash command gets passed to it, but is not an AceConsole command
1655  
1656 ------------------------------------------------------------------------
1657 r5363 | hyperactiveChipmunk | 2006-07-22 20:11:34 -0400 (Sat, 22 Jul 2006) | 4 lines
1658  
1659 AceTab-2.0:
1660 - Fixed some edge cases
1661 - 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.
1662  
1663 ------------------------------------------------------------------------
1664 r5359 | ckknight | 2006-07-22 18:53:18 -0400 (Sat, 22 Jul 2006) | 1 line
1665  
1666 AceEvent - fixed bug in :IsScheduledEvent
1667 ------------------------------------------------------------------------
1668 r5354 | hyperactiveChipmunk | 2006-07-22 17:37:27 -0400 (Sat, 22 Jul 2006) | 3 lines
1669  
1670 AceTab-2.0:
1671 - 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.
1672  
1673 ------------------------------------------------------------------------
1674 r5268 | hyperactiveChipmunk | 2006-07-21 01:56:53 -0400 (Fri, 21 Jul 2006) | 3 lines
1675  
1676 AceTab-2.0:
1677 - Correctly falls back on normal tab behavior in whisper mode if no matches can be found
1678  
1679 ------------------------------------------------------------------------
1680 r5246 | tekkub | 2006-07-20 21:03:38 -0400 (Thu, 20 Jul 2006) | 1 line
1681  
1682 Ace2 - TOC metadata update
1683 ------------------------------------------------------------------------
1684 r5241 | hyperactiveChipmunk | 2006-07-20 18:19:02 -0400 (Thu, 20 Jul 2006) | 3 lines
1685  
1686 AceTab-2.0:
1687 - Fixed revision de-synch
1688  
1689 ------------------------------------------------------------------------
1690 r5239 | hyperactiveChipmunk | 2006-07-20 18:01:20 -0400 (Thu, 20 Jul 2006) | 3 lines
1691  
1692 AceTab-2.0:
1693 - Minor typo fixed; no harm done
1694  
1695 ------------------------------------------------------------------------
1696 r5238 | hyperactiveChipmunk | 2006-07-20 17:52:04 -0400 (Thu, 20 Jul 2006) | 3 lines
1697  
1698 AceTab-2.0:
1699 - Bugfixifications. All known bugs squashed.
1700  
1701 ------------------------------------------------------------------------
1702 r5237 | hyperactiveChipmunk | 2006-07-20 17:50:36 -0400 (Thu, 20 Jul 2006) | 3 lines
1703  
1704 AceConsole-2.0:
1705 - Tab-completion bugs ironed out. Should work completely now.
1706  
1707 ------------------------------------------------------------------------
1708 r5235 | ckknight | 2006-07-20 17:20:11 -0400 (Thu, 20 Jul 2006) | 1 line
1709  
1710 AceAddon - now checks for the enabled state of Ace on whether to replace /ace
1711 ------------------------------------------------------------------------
1712 r5232 | ckknight | 2006-07-20 17:02:11 -0400 (Thu, 20 Jul 2006) | 1 line
1713  
1714 AceConsole - name now optional for header type.
1715 ------------------------------------------------------------------------
1716 r5215 | ckknight | 2006-07-20 16:12:39 -0400 (Thu, 20 Jul 2006) | 1 line
1717  
1718 AceTab - replaced most AceTab references with self.
1719 ------------------------------------------------------------------------
1720 r5212 | ckknight | 2006-07-20 15:55:32 -0400 (Thu, 20 Jul 2006) | 1 line
1721  
1722 AceConsole - header types no longer show in usage statement
1723 ------------------------------------------------------------------------
1724 r5209 | ckknight | 2006-07-20 15:03:39 -0400 (Thu, 20 Jul 2006) | 1 line
1725  
1726 AceConsole - tweaked printUsage function.
1727 ------------------------------------------------------------------------
1728 r5192 | ckknight | 2006-07-20 05:06:42 -0400 (Thu, 20 Jul 2006) | 1 line
1729  
1730 AceLibrary - conquered the boogieman. Also, no longer hangs.
1731 ------------------------------------------------------------------------
1732 r5188 | ckknight | 2006-07-20 03:50:46 -0400 (Thu, 20 Jul 2006) | 1 line
1733  
1734 AceConsole - tweak
1735 ------------------------------------------------------------------------
1736 r5187 | ckknight | 2006-07-20 03:50:29 -0400 (Thu, 20 Jul 2006) | 1 line
1737  
1738 AceAddon - added title to the aceoptions data table.
1739 ------------------------------------------------------------------------
1740 r5186 | ckknight | 2006-07-20 02:57:19 -0400 (Thu, 20 Jul 2006) | 1 line
1741  
1742 AceLocale - commented out collectgarbage()
1743 ------------------------------------------------------------------------
1744 r5185 | ckknight | 2006-07-20 02:11:17 -0400 (Thu, 20 Jul 2006) | 1 line
1745  
1746 AceDB - hacked up options table.
1747 ------------------------------------------------------------------------
1748 r5180 | ckknight | 2006-07-20 00:27:46 -0400 (Thu, 20 Jul 2006) | 1 line
1749  
1750 AceConsole - no longer shows headers in the usage statement.
1751 ------------------------------------------------------------------------
1752 r5176 | ckknight | 2006-07-19 23:38:59 -0400 (Wed, 19 Jul 2006) | 1 line
1753  
1754 AceConsole - added string-keyed validation tables.
1755 ------------------------------------------------------------------------
1756 r5166 | hyperactiveChipmunk | 2006-07-19 18:14:42 -0400 (Wed, 19 Jul 2006) | 3 lines
1757  
1758 AceTab-2.0:
1759 - 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.
1760  
1761 ------------------------------------------------------------------------
1762 r5164 | hyperactiveChipmunk | 2006-07-19 18:11:32 -0400 (Wed, 19 Jul 2006) | 4 lines
1763  
1764 AceConsole-2.0:
1765 - Tweaked the tab completion usage printout
1766 - Fixed ckknight's nil table lookups around line 600
1767  
1768 ------------------------------------------------------------------------
1769 r5161 | ckknight | 2006-07-19 17:25:20 -0400 (Wed, 19 Jul 2006) | 1 line
1770  
1771 AceEvent - added better error message to the "Cannot unregister blah"
1772 ------------------------------------------------------------------------
1773 r5160 | ckknight | 2006-07-19 17:23:56 -0400 (Wed, 19 Jul 2006) | 1 line
1774  
1775 AceDebug - added ordering to debug
1776 ------------------------------------------------------------------------
1777 r5159 | ckknight | 2006-07-19 17:23:27 -0400 (Wed, 19 Jul 2006) | 1 line
1778  
1779 AceDB - added ordering to standby/profile
1780 ------------------------------------------------------------------------
1781 r5158 | ckknight | 2006-07-19 17:23:14 -0400 (Wed, 19 Jul 2006) | 1 line
1782  
1783 AceAddon - added ordering to "About"
1784 ------------------------------------------------------------------------
1785 r5154 | ckknight | 2006-07-19 16:57:09 -0400 (Wed, 19 Jul 2006) | 1 line
1786  
1787 AceConsole - added ordering.
1788 ------------------------------------------------------------------------
1789 r5148 | ckknight | 2006-07-19 16:25:15 -0400 (Wed, 19 Jul 2006) | 1 line
1790  
1791 AceConsole - fixed error messages
1792 ------------------------------------------------------------------------
1793 r5147 | hyperactiveChipmunk | 2006-07-19 16:13:31 -0400 (Wed, 19 Jul 2006) | 3 lines
1794  
1795 AceTab-2.0:
1796 - Cleaned up a debug print and made error messages consistent.
1797  
1798 ------------------------------------------------------------------------
1799 r5146 | ckknight | 2006-07-19 16:01:03 -0400 (Wed, 19 Jul 2006) | 1 line
1800  
1801 AceConsole - added "header" type. Does nothing.
1802 ------------------------------------------------------------------------
1803 r5145 | ckknight | 2006-07-19 15:48:00 -0400 (Wed, 19 Jul 2006) | 1 line
1804  
1805 AceLibrary - added more checks/safety thingies. Now upgrades old libraries' assert/error/etc. methods iff they belong to a previous AceLibrary.
1806 ------------------------------------------------------------------------
1807 r5134 | hyperactiveChipmunk | 2006-07-19 04:10:29 -0400 (Wed, 19 Jul 2006) | 4 lines
1808  
1809 AceTab-2.0:
1810 - 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.
1811 /me threatens Tain with the wrath of doom.
1812  
1813 ------------------------------------------------------------------------
1814 r5130 | hyperactiveChipmunk | 2006-07-19 01:58:22 -0400 (Wed, 19 Jul 2006) | 3 lines
1815  
1816 AceConsole-2.0:
1817 - Moved registration with AceTab to the external function
1818  
1819 ------------------------------------------------------------------------
1820 r5127 | hyperactiveChipmunk | 2006-07-19 00:47:15 -0400 (Wed, 19 Jul 2006) | 4 lines
1821  
1822 AceTab-2.0:
1823 - Fixed typo in line 142
1824 - Headers for completion sets whose regex matches but have no completions are no longer printed
1825  
1826 ------------------------------------------------------------------------
1827 r5126 | hyperactiveChipmunk | 2006-07-19 00:41:51 -0400 (Wed, 19 Jul 2006) | 5 lines
1828  
1829 AceTab:
1830 - 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.
1831 - 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').
1832 - 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).
1833  
1834 ------------------------------------------------------------------------
1835 r5124 | hyperactiveChipmunk | 2006-07-19 00:17:37 -0400 (Wed, 19 Jul 2006) | 3 lines
1836  
1837 AceConsole-2.0:
1838 - No longer errors on tabbing in the commandlines of inferior AddOns
1839  
1840 ------------------------------------------------------------------------
1841 r5123 | hyperactiveChipmunk | 2006-07-18 23:49:15 -0400 (Tue, 18 Jul 2006) | 3 lines
1842  
1843 AceConsole-2.0:
1844 - Tab completion with AceTab now WORKS!!...mostly. Still some bugs to iron out.
1845  
1846 ------------------------------------------------------------------------
1847 r5119 | wobin | 2006-07-18 21:36:28 -0400 (Tue, 18 Jul 2006) | 2 lines
1848  
1849 Ace2 - added a newline to the readme.txt
1850 Avast.
1851 ------------------------------------------------------------------------
1852 r5118 | wobin | 2006-07-18 21:32:41 -0400 (Tue, 18 Jul 2006) | 3 lines
1853  
1854 Ace2 - Oops
1855  
1856 And yarr.
1857 ------------------------------------------------------------------------
1858 r5115 | wobin | 2006-07-18 21:01:56 -0400 (Tue, 18 Jul 2006) | 1 line
1859  
1860 PlowKing - yarr
1861 ------------------------------------------------------------------------
1862 r5100 | hyperactiveChipmunk | 2006-07-18 19:06:17 -0400 (Tue, 18 Jul 2006) | 5 lines
1863  
1864 AceTab-2.0:
1865 - completion list header not shown if a usage function is provided
1866 AceConsole-2.0:
1867 - restructured for altered behavior of AceTab: receives table from AceTab, rather than creating its own and returning
1868  
1869 ------------------------------------------------------------------------
1870 r5067 | hyperactiveChipmunk | 2006-07-18 03:03:37 -0400 (Tue, 18 Jul 2006) | 3 lines
1871  
1872 AceTab:
1873 - More fiddling with efficiency
1874  
1875 ------------------------------------------------------------------------
1876 r5044 | hyperactiveChipmunk | 2006-07-17 10:51:34 -0400 (Mon, 17 Jul 2006) | 3 lines
1877  
1878 AceConsole-2.0:
1879 - AceTab made optional
1880  
1881 ------------------------------------------------------------------------
1882 r5043 | hyperactiveChipmunk | 2006-07-17 10:33:00 -0400 (Mon, 17 Jul 2006) | 5 lines
1883  
1884 Ace2:
1885 - Progress save
1886 - AceConsole changed to utilize AceTab, doesn't work quite yet
1887 - AceTab args tweaked a bit, still not set in stone
1888  
1889 ------------------------------------------------------------------------
1890 r5033 | kergoth | 2006-07-17 05:50:08 -0400 (Mon, 17 Jul 2006) | 1 line
1891  
1892 Revert revision 5032.
1893 ------------------------------------------------------------------------
1894 r5032 | sole | 2006-07-17 04:33:51 -0400 (Mon, 17 Jul 2006) | 1 line
1895  
1896 Added CandyBar support
1897 ------------------------------------------------------------------------
1898 r4961 | ckknight | 2006-07-15 23:18:02 -0400 (Sat, 15 Jul 2006) | 1 line
1899  
1900 AceConsole - :GetAceOptionsTable() -> :GetAceOptionsTable(target)
1901 ------------------------------------------------------------------------
1902 r4956 | ckknight | 2006-07-15 20:29:13 -0400 (Sat, 15 Jul 2006) | 1 line
1903  
1904 AceConsole - fixed /print
1905 ------------------------------------------------------------------------
1906 r4953 | ckknight | 2006-07-15 18:55:59 -0400 (Sat, 15 Jul 2006) | 1 line
1907  
1908 AceAddon - typo
1909 ------------------------------------------------------------------------
1910 r4952 | ckknight | 2006-07-15 18:51:33 -0400 (Sat, 15 Jul 2006) | 1 line
1911  
1912 AceDebug - :Debug(nil) now shows "nil".
1913 ------------------------------------------------------------------------
1914 r4951 | ckknight | 2006-07-15 17:46:40 -0400 (Sat, 15 Jul 2006) | 1 line
1915  
1916 AceAddon - removed AceDB remnants.
1917 ------------------------------------------------------------------------
1918 r4950 | ckknight | 2006-07-15 17:45:24 -0400 (Sat, 15 Jul 2006) | 1 line
1919  
1920 Ace2 - decoupled AceDB and AceAddon.
1921 ------------------------------------------------------------------------
1922 r4948 | ckknight | 2006-07-15 17:40:36 -0400 (Sat, 15 Jul 2006) | 1 line
1923  
1924 AceAddon - now passes the name onto :OnInitialize("name") and :OnEmbedInitialize("name")
1925 ------------------------------------------------------------------------
1926 r4946 | ckknight | 2006-07-15 17:23:55 -0400 (Sat, 15 Jul 2006) | 1 line
1927  
1928 AceAddon - fix typo
1929 ------------------------------------------------------------------------
1930 r4945 | ckknight | 2006-07-15 17:17:46 -0400 (Sat, 15 Jul 2006) | 1 line
1931  
1932 AceAddon - added :OnEmbedInitialize(target)
1933 ------------------------------------------------------------------------
1934 r4944 | ckknight | 2006-07-15 17:10:20 -0400 (Sat, 15 Jul 2006) | 1 line
1935  
1936 AceAddon/AceDB - added :OnEmbedEnable(target) to mixins
1937 ------------------------------------------------------------------------
1938 r4943 | ckknight | 2006-07-15 17:05:40 -0400 (Sat, 15 Jul 2006) | 1 line
1939  
1940 AceLibrary - updated error method
1941 ------------------------------------------------------------------------
1942 r4939 | ckknight | 2006-07-15 15:45:21 -0400 (Sat, 15 Jul 2006) | 1 line
1943  
1944 AceAddon - removed obselete timebomb
1945 ------------------------------------------------------------------------
1946 r4934 | hyperactiveChipmunk | 2006-07-15 14:54:43 -0400 (Sat, 15 Jul 2006) | 3 lines
1947  
1948 AceTab-2.0:
1949 - Removed scratch file for my AceTab modules
1950  
1951 ------------------------------------------------------------------------
1952 r4932 | ckknight | 2006-07-15 14:49:20 -0400 (Sat, 15 Jul 2006) | 1 line
1953  
1954 AceTab - added svn:keywords
1955 ------------------------------------------------------------------------
1956 r4930 | hyperactiveChipmunk | 2006-07-15 13:25:10 -0400 (Sat, 15 Jul 2006) | 4 lines
1957  
1958 AceTab:
1959 - Initial import. Library file and some examples.
1960 - Provides an interface for registering tab completions for any frame using very simple script modules. More to follow...
1961  
1962 ------------------------------------------------------------------------
1963 r4920 | kaelten | 2006-07-15 11:48:02 -0400 (Sat, 15 Jul 2006) | 1 line
1964  
1965 Ace2 - fixed global bug.
1966 ------------------------------------------------------------------------
1967 r4908 | kaelten | 2006-07-15 09:59:19 -0400 (Sat, 15 Jul 2006) | 1 line
1968  
1969 Ace2 - Fixed DEFAULT_CHAT_FRAME message errors.
1970 ------------------------------------------------------------------------
1971 r4885 | kaelten | 2006-07-15 01:21:44 -0400 (Sat, 15 Jul 2006) | 2 lines
1972  
1973 Ace2 - Prepping for release of RC2
1974  
1975 ------------------------------------------------------------------------
1976 r4883 | tardmrr | 2006-07-14 23:31:36 -0400 (Fri, 14 Jul 2006) | 1 line
1977  
1978 Creating library trunk.
1979 ------------------------------------------------------------------------
1980 r4882 | ckknight | 2006-07-14 23:00:26 -0400 (Fri, 14 Jul 2006) | 1 line
1981  
1982 AceEvent - updated description
1983 ------------------------------------------------------------------------
1984 r4881 | ckknight | 2006-07-14 22:44:14 -0400 (Fri, 14 Jul 2006) | 1 line
1985  
1986 AceDB - fix typo
1987 ------------------------------------------------------------------------
1988 r4878 | ckknight | 2006-07-14 21:31:38 -0400 (Fri, 14 Jul 2006) | 1 line
1989  
1990 AceConsole - fix nil bug.
1991 ------------------------------------------------------------------------
1992 r4877 | ckknight | 2006-07-14 21:30:35 -0400 (Fri, 14 Jul 2006) | 1 line
1993  
1994 AceDB - fixed ResetDB bugs
1995 ------------------------------------------------------------------------
1996 r4875 | tekkub | 2006-07-14 20:54:22 -0400 (Fri, 14 Jul 2006) | 2 lines
1997  
1998 BigWigs (Ace2 Branch)
1999 - Fixed CancelAllScheduledEvents
2000 ------------------------------------------------------------------------
2001 r4763 | ckknight | 2006-07-13 21:32:40 -0400 (Thu, 13 Jul 2006) | 1 line
2002  
2003 AceDB - added .REALM, .NAME, .FACTION
2004 ------------------------------------------------------------------------
2005 r4761 | ckknight | 2006-07-13 19:41:30 -0400 (Thu, 13 Jul 2006) | 1 line
2006  
2007 AceDB - fix nil __index
2008 ------------------------------------------------------------------------
2009 r4750 | ckknight | 2006-07-13 17:18:26 -0400 (Thu, 13 Jul 2006) | 1 line
2010  
2011 AceDB - added :ResetDB(["kind"])
2012 ------------------------------------------------------------------------
2013 r4675 | kaelten | 2006-07-12 14:03:14 -0400 (Wed, 12 Jul 2006) | 3 lines
2014  
2015 OneBag -
2016 - Made OneView LoD
2017 - Put in the OneView Frame Toggle
2018 ------------------------------------------------------------------------
2019 r4672 | ckknight | 2006-07-12 13:31:04 -0400 (Wed, 12 Jul 2006) | 1 line
2020  
2021 AceDB - diabled -> disabled
2022 ------------------------------------------------------------------------
2023 r4621 | ckknight | 2006-07-11 20:57:02 -0400 (Tue, 11 Jul 2006) | 1 line
2024  
2025 AceConsole - fixed printUsage
2026 ------------------------------------------------------------------------
2027 r4604 | ckknight | 2006-07-11 17:35:45 -0400 (Tue, 11 Jul 2006) | 1 line
2028  
2029 AceConsole - added a bunch of checks.
2030 ------------------------------------------------------------------------
2031 r4599 | ckknight | 2006-07-11 16:31:50 -0400 (Tue, 11 Jul 2006) | 1 line
2032  
2033 AceEvent - added :IsPostPlayerLogin()
2034 ------------------------------------------------------------------------
2035 r4597 | ckknight | 2006-07-11 16:22:26 -0400 (Tue, 11 Jul 2006) | 1 line
2036  
2037 AceHook - removed reference to UnhookScript
2038 ------------------------------------------------------------------------
2039 r4588 | ckknight | 2006-07-11 14:58:12 -0400 (Tue, 11 Jul 2006) | 1 line
2040  
2041 Ace2 - addons/modules now no longer disable if they haven't been enabled.
2042 ------------------------------------------------------------------------
2043 r4584 | hyperactiveChipmunk | 2006-07-11 14:13:35 -0400 (Tue, 11 Jul 2006) | 3 lines
2044  
2045 AceConsole:
2046 - default ChatFrameEditBox's OnTabPressed now hooked explicitly, since it loads before AceConsole and doesn't get picked up by the ChatEdit_OnLoad hook
2047  
2048 ------------------------------------------------------------------------
2049 r4577 | hyperactiveChipmunk | 2006-07-11 13:05:15 -0400 (Tue, 11 Jul 2006) | 3 lines
2050  
2051 AceConsole:
2052 - 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.
2053  
2054 ------------------------------------------------------------------------
2055 r4551 | ckknight | 2006-07-11 02:28:54 -0400 (Tue, 11 Jul 2006) | 1 line
2056  
2057 AceEvent - fixed typos
2058 ------------------------------------------------------------------------
2059 r4549 | ckknight | 2006-07-11 01:41:14 -0400 (Tue, 11 Jul 2006) | 1 line
2060  
2061 AceEvent - after much testing, more efficient, works.
2062 ------------------------------------------------------------------------
2063 r4548 | ckknight | 2006-07-11 01:09:13 -0400 (Tue, 11 Jul 2006) | 1 line
2064  
2065 AceEvent - fixed bug
2066 ------------------------------------------------------------------------
2067 r4547 | ckknight | 2006-07-11 01:08:52 -0400 (Tue, 11 Jul 2006) | 1 line
2068  
2069 AceEvent - tweak
2070 ------------------------------------------------------------------------
2071 r4546 | ckknight | 2006-07-11 01:04:52 -0400 (Tue, 11 Jul 2006) | 1 line
2072  
2073 AceEvent-2.0 - fixed bug
2074 ------------------------------------------------------------------------
2075 r4545 | ckknight | 2006-07-11 01:03:48 -0400 (Tue, 11 Jul 2006) | 1 line
2076  
2077 AceEvent - added :ScheduleRepeatingEvent("id" or id, "event" or func, delay, ...) or ("event" or func, delay, ...)
2078 ------------------------------------------------------------------------
2079 r4542 | ckknight | 2006-07-10 23:44:53 -0400 (Mon, 10 Jul 2006) | 1 line
2080  
2081 AceConsole - fixed nil bug.
2082 ------------------------------------------------------------------------
2083 r4537 | ckknight | 2006-07-10 22:15:11 -0400 (Mon, 10 Jul 2006) | 1 line
2084  
2085 AceAddon - fixed typo
2086 ------------------------------------------------------------------------
2087 r4536 | ckknight | 2006-07-10 22:09:59 -0400 (Mon, 10 Jul 2006) | 1 line
2088  
2089 Ace2 - optimizations
2090 ------------------------------------------------------------------------
2091 r4535 | ckknight | 2006-07-10 21:43:26 -0400 (Mon, 10 Jul 2006) | 1 line
2092  
2093 AceAddon - tweak
2094 ------------------------------------------------------------------------
2095 r4532 | ckknight | 2006-07-10 21:26:04 -0400 (Mon, 10 Jul 2006) | 1 line
2096  
2097 AceConsole - fix global x error
2098 ------------------------------------------------------------------------
2099 r4524 | kaelten | 2006-07-10 19:49:22 -0400 (Mon, 10 Jul 2006) | 1 line
2100  
2101 Ace2 - Fixed typo
2102 ------------------------------------------------------------------------
2103 r4520 | hyperactiveChipmunk | 2006-07-10 18:57:49 -0400 (Mon, 10 Jul 2006) | 3 lines
2104  
2105 AceConsole:
2106 - Fixed error when trying to tab-complete args of inferior addons
2107  
2108 ------------------------------------------------------------------------
2109 r4519 | ckknight | 2006-07-10 18:28:24 -0400 (Mon, 10 Jul 2006) | 1 line
2110  
2111 AceLocale - added more checks
2112 ------------------------------------------------------------------------
2113 r4518 | ckknight | 2006-07-10 18:26:46 -0400 (Mon, 10 Jul 2006) | 1 line
2114  
2115 AceOO - now with optional Compost support
2116 ------------------------------------------------------------------------
2117 r4515 | hyperactiveChipmunk | 2006-07-10 17:43:03 -0400 (Mon, 10 Jul 2006) | 4 lines
2118  
2119 AceConsole:
2120 - Compressed code from 5 functions to two, eliminating several trivial function calls
2121 - No longer errors if you tab without anything in the chat box
2122  
2123 ------------------------------------------------------------------------
2124 r4512 | hyperactiveChipmunk | 2006-07-10 16:42:06 -0400 (Mon, 10 Jul 2006) | 3 lines
2125  
2126 AceConsole:
2127 - Now types usage information for continued user input when tab is pressed at the leaf of a defined argument tree
2128  
2129 ------------------------------------------------------------------------
2130 r4511 | hyperactiveChipmunk | 2006-07-10 16:31:49 -0400 (Mon, 10 Jul 2006) | 4 lines
2131  
2132 AceConsole:
2133 - The next grouping now shows in full if nothing at that level has been typed
2134 - Oh man this is cool.
2135  
2136 ------------------------------------------------------------------------
2137 r4510 | hyperactiveChipmunk | 2006-07-10 16:15:48 -0400 (Mon, 10 Jul 2006) | 3 lines
2138  
2139 AceConsole:
2140 - Argument tab-completion functionality added
2141  
2142 ------------------------------------------------------------------------
2143 r4506 | ckknight | 2006-07-10 15:06:18 -0400 (Mon, 10 Jul 2006) | 1 line
2144  
2145 AceEvent - added AceEvent:IsFullyInitialized() and event AceEvent_FullyInitialized
2146 ------------------------------------------------------------------------
2147 r4505 | ckknight | 2006-07-10 14:59:04 -0400 (Mon, 10 Jul 2006) | 1 line
2148  
2149 AceEvent - big tweak
2150 ------------------------------------------------------------------------
2151 r4504 | ckknight | 2006-07-10 14:50:32 -0400 (Mon, 10 Jul 2006) | 1 line
2152  
2153 AceConsole - added more error checking
2154 ------------------------------------------------------------------------
2155 r4488 | ckknight | 2006-07-10 09:08:27 -0400 (Mon, 10 Jul 2006) | 1 line
2156  
2157 AceEvent - now fires AceEvent_PostInitialize after all channels have loaded.
2158 ------------------------------------------------------------------------
2159 r4485 | ckknight | 2006-07-10 06:07:54 -0400 (Mon, 10 Jul 2006) | 1 line
2160  
2161 AceEvent - tweaked, fixed bugs.
2162 ------------------------------------------------------------------------
2163 r4464 | ckknight | 2006-07-10 01:47:59 -0400 (Mon, 10 Jul 2006) | 1 line
2164  
2165 AceAddon - now checks addons to see if they are modules to check their active state and whether to call :OnEnable()
2166 ------------------------------------------------------------------------
2167 r4460 | ckknight | 2006-07-10 00:43:11 -0400 (Mon, 10 Jul 2006) | 1 line
2168  
2169 AceAddon - now checks right before OnEnable for :IsActive()
2170 ------------------------------------------------------------------------
2171 r4458 | ckknight | 2006-07-10 00:36:29 -0400 (Mon, 10 Jul 2006) | 1 line
2172  
2173 AceModuleCore - fixed mixin disabling for modules
2174 ------------------------------------------------------------------------
2175 r4457 | tekkub | 2006-07-10 00:23:16 -0400 (Mon, 10 Jul 2006) | 3 lines
2176  
2177 AceModuleCore-2.0
2178 - Added new API methods to the mixins tabel (tsk tsk, forgetting this again ckk....)
2179 - Fixed various library-breaking typos
2180 ------------------------------------------------------------------------
2181 r4449 | ckknight | 2006-07-09 22:50:19 -0400 (Sun, 09 Jul 2006) | 1 line
2182  
2183 AceConsole - tweak
2184 ------------------------------------------------------------------------
2185 r4448 | ckknight | 2006-07-09 22:40:21 -0400 (Sun, 09 Jul 2006) | 1 line
2186  
2187 AceConsole - added check for step <= 0
2188 ------------------------------------------------------------------------
2189 r4447 | ckknight | 2006-07-09 22:37:53 -0400 (Sun, 09 Jul 2006) | 1 line
2190  
2191 AceConsole - added range/step
2192 ------------------------------------------------------------------------
2193 r4441 | ckknight | 2006-07-09 20:44:44 -0400 (Sun, 09 Jul 2006) | 1 line
2194  
2195 AceConsole/AceDebug - tweaked print statements.
2196 ------------------------------------------------------------------------
2197 r4434 | ckknight | 2006-07-09 19:32:20 -0400 (Sun, 09 Jul 2006) | 1 line
2198  
2199 AceConsole - changed internals, now uses a printUsage method.
2200 ------------------------------------------------------------------------
2201 r4429 | ckknight | 2006-07-09 19:05:19 -0400 (Sun, 09 Jul 2006) | 1 line
2202  
2203 AceEvent - tweaked :IsEventScheduled
2204 ------------------------------------------------------------------------
2205 r4427 | ckknight | 2006-07-09 19:02:33 -0400 (Sun, 09 Jul 2006) | 3 lines
2206  
2207 AceEvent - :ScheduleDelayedEvent -> :ScheduleEvent
2208 :CancelDelayedEvent -> :CancelScheduledEvent
2209 added :IsEventScheduled(id or "id")
2210 ------------------------------------------------------------------------
2211 r4421 | ckknight | 2006-07-09 18:02:42 -0400 (Sun, 09 Jul 2006) | 1 line
2212  
2213 AceConsole - fixed line 875 global set.
2214 ------------------------------------------------------------------------
2215 r4415 | ckknight | 2006-07-09 17:34:19 -0400 (Sun, 09 Jul 2006) | 1 line
2216  
2217 AceDB/AceModuleCore - fixed standby.
2218 ------------------------------------------------------------------------
2219 r4404 | ckknight | 2006-07-09 16:37:47 -0400 (Sun, 09 Jul 2006) | 1 line
2220  
2221 AceEvent - if you schedule a delayed event by name, it makes sure to remove the old schedule if it exists.
2222 ------------------------------------------------------------------------
2223 r4403 | ckknight | 2006-07-09 16:35:29 -0400 (Sun, 09 Jul 2006) | 3 lines
2224  
2225 AceEvent - changed :ScheduleDelayedEvent("event" or func, delay, ...) to :ScheduleDelayedEvent("event" or func, delay, ...) or ("id", "event" or func, delay, ...)
2226 Said "id" can now be used to cancel the delayed event.
2227 changed :CancelDelayedEvent(id) to :CancelDelayedEvent("id" or id)
2228 ------------------------------------------------------------------------
2229 r4400 | ckknight | 2006-07-09 16:18:16 -0400 (Sun, 09 Jul 2006) | 1 line
2230  
2231 AceEvent - made OnUpdate handler more efficient
2232 ------------------------------------------------------------------------
2233 r4397 | ckknight | 2006-07-09 16:05:44 -0400 (Sun, 09 Jul 2006) | 1 line
2234  
2235 AceEvent - :TriggerDelayedEvent -> :ScheduleDelayedEvent
2236 ------------------------------------------------------------------------
2237 r4385 | ckknight | 2006-07-09 10:08:02 -0400 (Sun, 09 Jul 2006) | 1 line
2238  
2239 AceEvent - changed :TriggerDelayedEvent("event", delay, ...) to :TriggerDelayedEvent("event" or func, delay, ...)
2240 ------------------------------------------------------------------------
2241 r4384 | ckknight | 2006-07-09 09:55:43 -0400 (Sun, 09 Jul 2006) | 2 lines
2242  
2243 AceEvent - added :CancelDelayedEvent(t)
2244 :TriggerDelayedEvent(...) now returns a unique identifier which can be fed into :CancelDelayedEvent(t)
2245 ------------------------------------------------------------------------
2246 r4365 | ckknight | 2006-07-09 03:59:18 -0400 (Sun, 09 Jul 2006) | 2 lines
2247  
2248 AceModuleCore - added :ToggleModuleActive("name" or module [, state])
2249 added :IsModuleActive("name" or module)
2250 ------------------------------------------------------------------------
2251 r4363 | ckknight | 2006-07-09 03:15:33 -0400 (Sun, 09 Jul 2006) | 1 line
2252  
2253 AceDB - tweaked :ToggleActive([state])
2254 ------------------------------------------------------------------------
2255 r4358 | ckknight | 2006-07-09 02:31:07 -0400 (Sun, 09 Jul 2006) | 1 line
2256  
2257 AceDB - realm spacing check
2258 ------------------------------------------------------------------------
2259 r4355 | ckknight | 2006-07-09 02:20:01 -0400 (Sun, 09 Jul 2006) | 1 line
2260  
2261 AceDB - added the constants CHAR_ID, REALM_ID, and CLASS_ID.
2262 ------------------------------------------------------------------------
2263 r4353 | tekkub | 2006-07-09 01:50:34 -0400 (Sun, 09 Jul 2006) | 3 lines
2264  
2265 AceEvent2.0
2266 - Made TriggerDelayedEvent mixin properly
2267 - 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!)
2268 ------------------------------------------------------------------------
2269 r4349 | ckknight | 2006-07-09 00:52:49 -0400 (Sun, 09 Jul 2006) | 1 line
2270  
2271 AceLocale - caching is prevented if the cached instance is registered with AceLibrary. e.g. BabbleLib.
2272 ------------------------------------------------------------------------
2273 r4342 | ckknight | 2006-07-08 22:36:04 -0400 (Sat, 08 Jul 2006) | 1 line
2274  
2275 AceDB - cannot call AcquireDBNamespace before RegisterDB
2276 ------------------------------------------------------------------------
2277 r4341 | ckknight | 2006-07-08 22:31:01 -0400 (Sat, 08 Jul 2006) | 1 line
2278  
2279 AceDB - fixed db.namespaces error
2280 ------------------------------------------------------------------------
2281 r4340 | ckknight | 2006-07-08 22:02:43 -0400 (Sat, 08 Jul 2006) | 1 line
2282  
2283 AceEvent - delayed events are stopped on embed disable.
2284 ------------------------------------------------------------------------
2285 r4328 | ckknight | 2006-07-08 19:44:51 -0400 (Sat, 08 Jul 2006) | 1 line
2286  
2287 AceModuleCore - :new() -> :new(name), so :init is now fed the name of the module
2288 ------------------------------------------------------------------------
2289 r4327 | ckknight | 2006-07-08 19:21:46 -0400 (Sat, 08 Jul 2006) | 1 line
2290  
2291 AceDB - :AcquireNamespace -> :AcquireDBNamespace
2292 ------------------------------------------------------------------------
2293 r4326 | ckknight | 2006-07-08 19:14:11 -0400 (Sat, 08 Jul 2006) | 3 lines
2294  
2295 AceDB - added namespacing.
2296 Added :AcquireNamespace("name")
2297 changed :RegisterDefaults("kind", defaults) to :RegisterDefaults("kind", defaults) or ("namespace", "kind", defaults)
2298 ------------------------------------------------------------------------
2299 r4309 | kaelten | 2006-07-08 16:31:24 -0400 (Sat, 08 Jul 2006) | 1 line
2300  
2301 Ace2 - tweaked toc file.
2302 ------------------------------------------------------------------------
2303 r4308 | kaelten | 2006-07-08 16:29:10 -0400 (Sat, 08 Jul 2006) | 3 lines
2304  
2305 Ace2 -
2306 - Changed suspend back to standby.
2307 - Changed standby's cmdName to "State" and guiName to "Active"
2308 ------------------------------------------------------------------------
2309 r4307 | ckknight | 2006-07-08 16:28:14 -0400 (Sat, 08 Jul 2006) | 1 line
2310  
2311 AceConsole - fixed validation checks
2312 ------------------------------------------------------------------------
2313 r4306 | ckknight | 2006-07-08 16:21:05 -0400 (Sat, 08 Jul 2006) | 1 line
2314  
2315 AceConsole - added cmdName
2316 ------------------------------------------------------------------------
2317 r4305 | ckknight | 2006-07-08 16:00:44 -0400 (Sat, 08 Jul 2006) | 1 line
2318  
2319 AceDebug - whoopsie doodle.
2320 ------------------------------------------------------------------------
2321 r4304 | ckknight | 2006-07-08 15:53:54 -0400 (Sat, 08 Jul 2006) | 1 line
2322  
2323 AceConsole - removed dead translations
2324 ------------------------------------------------------------------------
2325 r4303 | ckknight | 2006-07-08 15:53:09 -0400 (Sat, 08 Jul 2006) | 1 line
2326  
2327 Ace2 - added :GetAceOptionsDataTable() thingy, so mixins can add options to AceConsole and such automatically.
2328 ------------------------------------------------------------------------
2329 r4300 | ckknight | 2006-07-08 15:33:57 -0400 (Sat, 08 Jul 2006) | 1 line
2330  
2331 AceOO - better error if you fuck up classpool args.
2332 ------------------------------------------------------------------------
2333 r4296 | ckknight | 2006-07-08 14:38:27 -0400 (Sat, 08 Jul 2006) | 1 line
2334  
2335 AceLocale - added fix for standalone lua
2336 ------------------------------------------------------------------------
2337 r4292 | ckknight | 2006-07-08 14:14:50 -0400 (Sat, 08 Jul 2006) | 1 line
2338  
2339 AceDB - typo
2340 ------------------------------------------------------------------------
2341 r4288 | ckknight | 2006-07-08 14:13:46 -0400 (Sat, 08 Jul 2006) | 2 lines
2342  
2343 AceDB - changed :IsEnabled() to :IsActive()
2344 changed :ToggleStandby() to :ToggleActive([state])
2345 ------------------------------------------------------------------------
2346 r4271 | ckknight | 2006-07-08 04:25:34 -0400 (Sat, 08 Jul 2006) | 1 line
2347  
2348 AceDB - better stage 2 timebomb warning
2349 ------------------------------------------------------------------------
2350 r4269 | hyperactiveChipmunk | 2006-07-08 03:30:20 -0400 (Sat, 08 Jul 2006) | 3 lines
2351  
2352 AceLocale-2.0:
2353 - Added missing 'then'
2354  
2355 ------------------------------------------------------------------------
2356 r4266 | ckknight | 2006-07-08 02:33:41 -0400 (Sat, 08 Jul 2006) | 1 line
2357  
2358 AceLocale - added versioning check to :EnableDebugging()
2359 ------------------------------------------------------------------------
2360 r4265 | ckknight | 2006-07-08 02:31:41 -0400 (Sat, 08 Jul 2006) | 1 line
2361  
2362 AceLocale - better accounting for versioning.
2363 ------------------------------------------------------------------------
2364 r4263 | ckknight | 2006-07-08 02:14:48 -0400 (Sat, 08 Jul 2006) | 1 line
2365  
2366 AceLocale - now has proper versioning.
2367 ------------------------------------------------------------------------
2368 r4261 | ckknight | 2006-07-08 01:02:23 -0400 (Sat, 08 Jul 2006) | 1 line
2369  
2370 AceLocale - added collectgarbage() hack on RegisterTranslations()
2371 ------------------------------------------------------------------------
2372 r4260 | ckknight | 2006-07-08 00:57:31 -0400 (Sat, 08 Jul 2006) | 1 line
2373  
2374 AceEvent - fixed compost handling
2375 ------------------------------------------------------------------------
2376 r4258 | ckknight | 2006-07-08 00:06:16 -0400 (Sat, 08 Jul 2006) | 1 line
2377  
2378 AceLocale - uses new API
2379 ------------------------------------------------------------------------
2380 r4255 | hyperactiveChipmunk | 2006-07-07 23:14:41 -0400 (Fri, 07 Jul 2006) | 3 lines
2381  
2382 AceConsole:
2383 - Made standby more consistent; Active|Suspended used in all instances
2384  
2385 ------------------------------------------------------------------------
2386 r4254 | ckknight | 2006-07-07 22:45:29 -0400 (Fri, 07 Jul 2006) | 1 line
2387  
2388 AceConsole - standby stuff changed to make more sense.
2389 ------------------------------------------------------------------------
2390 r4252 | ckknight | 2006-07-07 22:34:22 -0400 (Fri, 07 Jul 2006) | 1 line
2391  
2392 AceEvent - whoops, typo
2393 ------------------------------------------------------------------------
2394 r4251 | ckknight | 2006-07-07 22:25:10 -0400 (Fri, 07 Jul 2006) | 1 line
2395  
2396 AceEvent - added :TriggerDelayedEvent("event", delay, ...)
2397 ------------------------------------------------------------------------
2398 r4184 | ckknight | 2006-07-07 02:49:41 -0400 (Fri, 07 Jul 2006) | 1 line
2399  
2400 AceAddon - os.date -> date
2401 ------------------------------------------------------------------------
2402 r4183 | ckknight | 2006-07-07 02:35:58 -0400 (Fri, 07 Jul 2006) | 1 line
2403  
2404 Ace2 - added timebombs.
2405 ------------------------------------------------------------------------
2406 r4182 | ckknight | 2006-07-07 02:17:11 -0400 (Fri, 07 Jul 2006) | 2 lines
2407  
2408 AceDB - changed :SetProfile("name") to :SetProfile("name", "copyFrom")
2409 :GetProfile() now returns 2 arguments.
2410 ------------------------------------------------------------------------
2411 r4175 | ckknight | 2006-07-07 01:38:44 -0400 (Fri, 07 Jul 2006) | 1 line
2412  
2413 AceConsole - now errors on 0-length name and desc.
2414 ------------------------------------------------------------------------
2415 r4152 | ckknight | 2006-07-06 17:53:23 -0400 (Thu, 06 Jul 2006) | 1 line
2416  
2417 AceOO - uid assigned to each object now.
2418 ------------------------------------------------------------------------
2419 r4100 | ckknight | 2006-07-06 03:48:23 -0400 (Thu, 06 Jul 2006) | 1 line
2420  
2421 AceLibrary - fixed odd error
2422 ------------------------------------------------------------------------
2423 r4099 | ckknight | 2006-07-06 03:07:02 -0400 (Thu, 06 Jul 2006) | 1 line
2424  
2425 AceLocale - fixed error messages
2426 ------------------------------------------------------------------------
2427 r4085 | ckknight | 2006-07-05 20:29:14 -0400 (Wed, 05 Jul 2006) | 1 line
2428  
2429 AceConsole - properly handles item links
2430 ------------------------------------------------------------------------
2431 r4077 | ckknight | 2006-07-05 18:19:14 -0400 (Wed, 05 Jul 2006) | 1 line
2432  
2433 Ace2 - removed lua standalone hacks
2434 ------------------------------------------------------------------------
2435 r4075 | ckknight | 2006-07-05 18:03:22 -0400 (Wed, 05 Jul 2006) | 1 line
2436  
2437 AceAddon - fixed _G bug.
2438 ------------------------------------------------------------------------
2439 r4074 | ckknight | 2006-07-05 17:51:09 -0400 (Wed, 05 Jul 2006) | 1 line
2440  
2441 AceAddon - warning no longer fires if OnInitialize isn't declared
2442 ------------------------------------------------------------------------
2443 r4073 | ckknight | 2006-07-05 17:47:41 -0400 (Wed, 05 Jul 2006) | 1 line
2444  
2445 AceAddon - fixed standalone lua error
2446 ------------------------------------------------------------------------
2447 r4069 | ckknight | 2006-07-05 17:43:41 -0400 (Wed, 05 Jul 2006) | 1 line
2448  
2449 AceModuleCore - added :SetModuleClass(class)
2450 ------------------------------------------------------------------------
2451 r4068 | ckknight | 2006-07-05 17:29:47 -0400 (Wed, 05 Jul 2006) | 1 line
2452  
2453 AceEvent - fix UnregisterEvent bug.
2454 ------------------------------------------------------------------------
2455 r4065 | ckknight | 2006-07-05 17:06:15 -0400 (Wed, 05 Jul 2006) | 1 line
2456  
2457 AceLibrary - fix line 48 bug
2458 ------------------------------------------------------------------------
2459 r4064 | ckknight | 2006-07-05 16:48:18 -0400 (Wed, 05 Jul 2006) | 1 line
2460  
2461 AceModuleCore - added :IterateModules()
2462 ------------------------------------------------------------------------
2463 r4059 | ckknight | 2006-07-05 16:02:41 -0400 (Wed, 05 Jul 2006) | 1 line
2464  
2465 AceModuleCore - added :SetModuleMixins(...)
2466 ------------------------------------------------------------------------
2467 r4033 | ckknight | 2006-07-05 08:02:03 -0400 (Wed, 05 Jul 2006) | 1 line
2468  
2469 AceConsole - added aliases
2470 ------------------------------------------------------------------------
2471 r4017 | ckknight | 2006-07-05 03:50:54 -0400 (Wed, 05 Jul 2006) | 1 line
2472  
2473 AceConsole - self.error -> options.error
2474 ------------------------------------------------------------------------
2475 r4015 | ckknight | 2006-07-05 03:03:01 -0400 (Wed, 05 Jul 2006) | 1 line
2476  
2477 AceConsole - inject initial handler if not set.
2478 ------------------------------------------------------------------------
2479 r4014 | ckknight | 2006-07-05 03:00:40 -0400 (Wed, 05 Jul 2006) | 1 line
2480  
2481 AceConsole - removed debug line
2482 ------------------------------------------------------------------------
2483 r4013 | ckknight | 2006-07-05 02:58:45 -0400 (Wed, 05 Jul 2006) | 1 line
2484  
2485 AceConsole - fixed bug
2486 ------------------------------------------------------------------------
2487 r4010 | ckknight | 2006-07-05 02:06:25 -0400 (Wed, 05 Jul 2006) | 1 line
2488  
2489 AceAddon - fix line 288 bug.
2490 ------------------------------------------------------------------------
2491 r4008 | ckknight | 2006-07-05 01:53:42 -0400 (Wed, 05 Jul 2006) | 1 line
2492  
2493 AceEvent - fixed possible bug.
2494 ------------------------------------------------------------------------
2495 r4005 | ckknight | 2006-07-05 01:23:46 -0400 (Wed, 05 Jul 2006) | 1 line
2496  
2497 AceAddon - added default :OnInitialize method
2498 ------------------------------------------------------------------------
2499 r4004 | ckknight | 2006-07-05 01:10:04 -0400 (Wed, 05 Jul 2006) | 1 line
2500  
2501 AceEvent - fixed possible bug.
2502 ------------------------------------------------------------------------
2503 r4002 | ckknight | 2006-07-05 00:45:45 -0400 (Wed, 05 Jul 2006) | 1 line
2504  
2505 AceAddon - :OnInitialize() no longer uses .super.OnInitialize(self)
2506 ------------------------------------------------------------------------
2507 r3998 | ckknight | 2006-07-04 22:41:05 -0400 (Tue, 04 Jul 2006) | 1 line
2508  
2509 Ace2 - all internal Ace2 libraries now use self:error instead of error.
2510 ------------------------------------------------------------------------
2511 r3994 | ckknight | 2006-07-04 21:44:19 -0400 (Tue, 04 Jul 2006) | 2 lines
2512  
2513 AceConsole - keeps a registry, updates handlers now.
2514 More memory efficient handler.
2515 ------------------------------------------------------------------------
2516 r3992 | ckknight | 2006-07-04 21:01:04 -0400 (Tue, 04 Jul 2006) | 1 line
2517  
2518 AceDB - fixed funny thing.
2519 ------------------------------------------------------------------------
2520 r3951 | ckknight | 2006-07-04 03:41:57 -0400 (Tue, 04 Jul 2006) | 1 line
2521  
2522 AceDB - tweaked activate function
2523 ------------------------------------------------------------------------
2524 r3948 | ckknight | 2006-07-04 03:38:45 -0400 (Tue, 04 Jul 2006) | 1 line
2525  
2526 Ace2 - :RegisterDB now works in :OnEnable
2527 ------------------------------------------------------------------------
2528 r3947 | ckknight | 2006-07-04 03:13:11 -0400 (Tue, 04 Jul 2006) | 1 line
2529  
2530 AceLibrary - fixed external issue
2531 ------------------------------------------------------------------------
2532 r3945 | ckknight | 2006-07-04 03:01:00 -0400 (Tue, 04 Jul 2006) | 1 line
2533  
2534 AceAddon - now calls/registers OnEnable _after_ OnInitialize
2535 ------------------------------------------------------------------------
2536 r3941 | kaelten | 2006-07-04 00:45:48 -0400 (Tue, 04 Jul 2006) | 1 line
2537  
2538 Ace2 - Set the revision keyword up again.
2539 ------------------------------------------------------------------------
2540 r3940 | kaelten | 2006-07-04 00:38:00 -0400 (Tue, 04 Jul 2006) | 4 lines
2541  
2542 Ace2 -
2543 Fixed bug in AceConsole when dealing with ranges that would allow invalid values to go through after a successful one.
2544 Added enhancements to AceConsole when you are dealing with percentages in a rage type.
2545  
2546 ------------------------------------------------------------------------
2547 r3885 | kaelten | 2006-07-03 03:26:14 -0400 (Mon, 03 Jul 2006) | 1 line
2548  
2549 Ace2 - Fixed wording in readme.txt
2550 ------------------------------------------------------------------------
2551 r3884 | ckknight | 2006-07-03 03:25:23 -0400 (Mon, 03 Jul 2006) | 1 line
2552  
2553 AceConsole - added hidden key to AceOptions data table. implies disabled.
2554 ------------------------------------------------------------------------
2555 r3882 | ckknight | 2006-07-03 03:03:40 -0400 (Mon, 03 Jul 2006) | 1 line
2556  
2557 Ace2 - libs now use the fancy externalFunc
2558 ------------------------------------------------------------------------
2559 r3881 | ckknight | 2006-07-03 02:29:18 -0400 (Mon, 03 Jul 2006) | 1 line
2560  
2561 AceLibrary - tweak
2562 ------------------------------------------------------------------------
2563 r3880 | kaelten | 2006-07-03 02:26:26 -0400 (Mon, 03 Jul 2006) | 1 line
2564  
2565 Ace2 - Tweaking the readme.txt
2566 ------------------------------------------------------------------------
2567 r3878 | ckknight | 2006-07-03 02:21:53 -0400 (Mon, 03 Jul 2006) | 2 lines
2568  
2569 AceLibrary - added externalFunc to :Register()
2570 Now fires AceLibrary_Register on initial library load.
2571 ------------------------------------------------------------------------
2572 r3875 | kaelten | 2006-07-03 01:30:53 -0400 (Mon, 03 Jul 2006) | 1 line
2573  
2574 Ace2 - Tweaked readme.txt
2575 ------------------------------------------------------------------------
2576 r3874 | ckknight | 2006-07-03 01:27:57 -0400 (Mon, 03 Jul 2006) | 1 line
2577  
2578 AceConsole - added disable key to AceOptions data table. takes boolean, function, or string.
2579 ------------------------------------------------------------------------
2580 r3873 | kaelten | 2006-07-03 01:11:00 -0400 (Mon, 03 Jul 2006) | 2 lines
2581  
2582 Ace2 - Ace2 - Added readme.txt and a version history.txt.
2583  
2584 ------------------------------------------------------------------------
2585 r3870 | kaelten | 2006-07-03 00:51:57 -0400 (Mon, 03 Jul 2006) | 1 line
2586  
2587 Ace2 - Added $Rev$ to the toc.
2588 ------------------------------------------------------------------------
2589 r3869 | ckknight | 2006-07-03 00:45:53 -0400 (Mon, 03 Jul 2006) | 1 line
2590  
2591 AceAddon - -Ace2- => %-Ace2%-. whoops.
2592 ------------------------------------------------------------------------
2593 r3868 | ckknight | 2006-07-03 00:42:11 -0400 (Mon, 03 Jul 2006) | 1 line
2594  
2595 AceAddon - removes " |cff7fff7f -Ace2-|r" from title
2596 ------------------------------------------------------------------------
2597 r3864 | kaelten | 2006-07-03 00:18:57 -0400 (Mon, 03 Jul 2006) | 1 line
2598  
2599 Ace2 - removed AceLibraryBase from the toc file.
2600 ------------------------------------------------------------------------
2601 r3849 | ckknight | 2006-07-02 19:37:17 -0400 (Sun, 02 Jul 2006) | 1 line
2602  
2603 AceOO - fixed metamethods
2604 ------------------------------------------------------------------------
2605 r3827 | ckknight | 2006-07-02 15:22:47 -0400 (Sun, 02 Jul 2006) | 2 lines
2606  
2607 AceConsole - on input, numbers that start with 0 are kept as strings.
2608 e.g. 09 => string, 90 => number
2609 ------------------------------------------------------------------------
2610 r3826 | ckknight | 2006-07-02 15:15:00 -0400 (Sun, 02 Jul 2006) | 1 line
2611  
2612 AceOO - added :OnManualEmbed(target) if :embed is called manually. (on a lib or otherwise)
2613 ------------------------------------------------------------------------
2614 r3811 | ckknight | 2006-07-02 08:01:19 -0400 (Sun, 02 Jul 2006) | 1 line
2615  
2616 AceLocale - changed library errors.
2617 ------------------------------------------------------------------------
2618 r3806 | ckknight | 2006-07-02 07:40:05 -0400 (Sun, 02 Jul 2006) | 1 line
2619  
2620 AceLocale - added more checks
2621 ------------------------------------------------------------------------
2622 r3802 | ckknight | 2006-07-02 07:13:28 -0400 (Sun, 02 Jul 2006) | 1 line
2623  
2624 AceLibrary - made more efficient.
2625 ------------------------------------------------------------------------
2626 r3801 | ckknight | 2006-07-02 07:13:00 -0400 (Sun, 02 Jul 2006) | 1 line
2627  
2628 AceLocale - fix
2629 ------------------------------------------------------------------------
2630 r3800 | ckknight | 2006-07-02 07:05:40 -0400 (Sun, 02 Jul 2006) | 1 line
2631  
2632 AceLocale - added more methods (see wiki)
2633 ------------------------------------------------------------------------
2634 r3794 | ckknight | 2006-07-02 04:00:42 -0400 (Sun, 02 Jul 2006) | 1 line
2635  
2636 AceConsole - fixed set global error
2637 ------------------------------------------------------------------------
2638 r3788 | ckknight | 2006-07-02 02:15:06 -0400 (Sun, 02 Jul 2006) | 1 line
2639  
2640 AceConsole - don't add .slashCommand to AceConsole proper.
2641 ------------------------------------------------------------------------
2642 r3787 | ckknight | 2006-07-02 02:13:38 -0400 (Sun, 02 Jul 2006) | 1 line
2643  
2644 AceAddon - added /ace2 info
2645 ------------------------------------------------------------------------
2646 r3783 | ckknight | 2006-07-02 01:22:13 -0400 (Sun, 02 Jul 2006) | 1 line
2647  
2648 AceOO - anonymous mixin embedding now updates properly.
2649 ------------------------------------------------------------------------
2650 r3780 | ckknight | 2006-07-02 01:12:54 -0400 (Sun, 02 Jul 2006) | 1 line
2651  
2652 AceDB - now properly inherits defaults with ['*'] special key
2653 ------------------------------------------------------------------------
2654 r3773 | ckknight | 2006-07-01 23:04:00 -0400 (Sat, 01 Jul 2006) | 1 line
2655  
2656 Ace2 - updated headers.
2657 ------------------------------------------------------------------------
2658 r3768 | ckknight | 2006-07-01 22:23:11 -0400 (Sat, 01 Jul 2006) | 1 line
2659  
2660 Ace2 - added to to trunk. Now in "Beta" form.
2661 ------------------------------------------------------------------------