r755

Details

  • Filename
    Ace3-r755.zip
  • Uploaded by
  • Uploaded
    Mar 15, 2009
  • Size
    135.41 KB
  • Downloads
    223
  • MD5
    24939569c331dc212286e132f4b48bd1

Supported WoW Retail Versions

  • 3.0.9

Changelog

------------------------------------------------------------------------
r755 | kaelten | 2009-03-15 09:25:14 +0000 (Sun, 15 Mar 2009) | 3 lines
Changed paths:
   M /trunk/AceAddon-3.0/AceAddon-3.0.lua

fixing the new module docs, hopefully

------------------------------------------------------------------------
r754 | kaelten | 2009-03-15 08:50:50 +0000 (Sun, 15 Mar 2009) | 2 lines
Changed paths:
   M /trunk/AceDB-3.0/AceDB-3.0.lua

added silent option to GetNamespace, and fleshed out doc on the function.

------------------------------------------------------------------------
r753 | nevcairiel | 2009-03-15 08:22:00 +0000 (Sun, 15 Mar 2009) | 1 line
Changed paths:
   M /trunk/AceDB-3.0/AceDB-3.0.lua
   M /trunk/tests/AceDB-3.0-namespaces.lua

AceDB-3.0: Add a GetNamespace function to the DB Objects which returns an existing namespace from the DB object.
------------------------------------------------------------------------
r752 | nevcairiel | 2009-03-13 09:48:24 +0000 (Fri, 13 Mar 2009) | 1 line
Changed paths:
   M /trunk/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
   M /trunk/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua
   M /trunk/tests/AceConfigRegisty-3.0-errors.lua

AceConfig-3.0: Allow spaces in the keys of config tables. Spaces will be changed on the fly to underscores for AceConfigCmd-3.0. Currently there is no check if two keys collide ("foo bar" and "foo_bar").
------------------------------------------------------------------------
r751 | nevcairiel | 2009-03-03 09:44:27 +0000 (Tue, 03 Mar 2009) | 1 line
Changed paths:
   M /trunk/AceBucket-3.0/AceBucket-3.0.lua

AceBucket-3.0: markup fixes take2
------------------------------------------------------------------------
r750 | nevcairiel | 2009-03-03 09:43:36 +0000 (Tue, 03 Mar 2009) | 1 line
Changed paths:
   M /trunk/AceBucket-3.0/AceBucket-3.0.lua

AceBucket-3.0: markup fixes
------------------------------------------------------------------------
r749 | nevcairiel | 2009-03-03 09:34:28 +0000 (Tue, 03 Mar 2009) | 1 line
Changed paths:
   M /trunk/AceBucket-3.0/AceBucket-3.0.lua

AceBucket-3.0: LuaDocs
------------------------------------------------------------------------
r748 | kaelten | 2009-03-02 07:12:17 +0000 (Mon, 02 Mar 2009) | 2 lines
Changed paths:
   M /trunk/Ace3.lua
   A /trunk/Bindings.xml

added a keybinding entry for reloadui

------------------------------------------------------------------------
r747 | kaelten | 2009-03-02 03:41:48 +0000 (Mon, 02 Mar 2009) | 2 lines
Changed paths:
   M /trunk/AceLocale-3.0/AceLocale-3.0.lua

AceLocale-3.0: Updated docs on NewLocale

------------------------------------------------------------------------
r746 | nevcairiel | 2009-03-01 15:17:19 +0000 (Sun, 01 Mar 2009) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/AceGUI-3.0.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-MultiLineEditBox.lua

AceGUI-3.0: Increase version numbers for upgrading properly.
------------------------------------------------------------------------
r745 | nevcairiel | 2009-03-01 15:16:38 +0000 (Sun, 01 Mar 2009) | 3 lines
Changed paths:
   M /trunk/AceGUI-3.0/AceGUI-3.0.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-MultiLineEditBox.lua

AceGUI-3.0:
- Disable the framelevel fixer since SetParent does that on its own since forever now - please report any issues with this directly to me.
- Set the "Accept" button on the MultiLineEditBox to a higher FrameLevel as the EditBox, so it isn't covered by it.
------------------------------------------------------------------------
r744 | nevcairiel | 2009-03-01 09:20:19 +0000 (Sun, 01 Mar 2009) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-MultiLineEditBox.lua

AceGUI-3.0: Fix some glitches in the MultiLineEditBox Widget (Ticket #28)
------------------------------------------------------------------------
r743 | nevcairiel | 2009-02-28 12:08:29 +0000 (Sat, 28 Feb 2009) | 1 line
Changed paths:
   M /trunk/AceComm-3.0/AceComm-3.0.lua

AceComm-3.0: Fix recycling of old received data
------------------------------------------------------------------------
r741 | nevcairiel | 2009-02-15 13:58:28 +0000 (Sun, 15 Feb 2009) | 1 line
Changed paths:
   M /trunk/changelog.txt

Update changelog.txt
------------------------------------------------------------------------
r740 | nevcairiel | 2009-02-15 13:56:40 +0000 (Sun, 15 Feb 2009) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/AceGUI-3.0.lua

AceGUI-3.0: Change the third argument of AddChild to add the widget before the specified widget. This eliminates the need for the special "1" case, and allows the same flexibility. Passing nil (or nothing) for the third arg will still add it to the end of the list.
------------------------------------------------------------------------
r738 | nevcairiel | 2009-02-15 12:41:29 +0000 (Sun, 15 Feb 2009) | 1 line
Changed paths:
   M /trunk/changelog.txt

Update changelog.txt
------------------------------------------------------------------------
r737 | nevcairiel | 2009-02-15 12:17:05 +0000 (Sun, 15 Feb 2009) | 2 lines
Changed paths:
   M /trunk/AceGUI-3.0/AceGUI-3.0.lua

AceGUI-3.0: Added a third optional argument to <container>:AddChild() to specify a widget that already is a child of the container - the new widget will be inserted directly after the specified widget instead of at the end.
Alternatively, the 3rd argument can as well be the number 1 to insert the widget at the first position.
------------------------------------------------------------------------
r736 | nevcairiel | 2009-02-14 11:13:43 +0000 (Sat, 14 Feb 2009) | 1 line
Changed paths:
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

AceConfigDialog-3.0: Refresh the Options Panel after a confirmation is canceled to reset the value to its previous value. (Ticket #23)
------------------------------------------------------------------------
r735 | nevcairiel | 2009-02-14 11:10:48 +0000 (Sat, 14 Feb 2009) | 1 line
Changed paths:
   M /trunk/AceDB-3.0/AceDB-3.0.lua

AceDB-3.0: LuaDoc comments for the API calls
------------------------------------------------------------------------
r734 | nevcairiel | 2009-02-13 19:43:32 +0000 (Fri, 13 Feb 2009) | 1 line
Changed paths:
   M /trunk/AceDB-3.0/AceDB-3.0.lua
   M /trunk/tests/AceDB-3.0-defaults.lua

AceDB-3.0: Fix a data inconsistency when using false as a table key. (Ticket #25)
------------------------------------------------------------------------
r733 | nevcairiel | 2009-02-03 22:24:44 +0000 (Tue, 03 Feb 2009) | 1 line
Changed paths:
   M /trunk/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua

AceConfigCmd-3.0: Do not show `description` or `header` elements in the help listing
------------------------------------------------------------------------