WoWInterface SVN BindingsReminder

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 4 to Rev 5
    Reverse comparison

Rev 4 → Rev 5

BindingsReminder/changelog.txt
1,3 → 1,5
1.0-30200
- toc bump, don't remove me from wowi
1.0-20400
- add support for myBindings2 in the form of opening the keyboard when
myBindings2 opens
BindingsReminder/BindingsReminder.toc
1,6 → 1,6
## Interface: 20400
## Interface: 30200
## Title: Binding Reminder
## Version: 0.8-20400
## Version: 1.0-30200
## Notes: keep track of all your bindings
## Author: Josh_Borke
## OptionalDep: DevTools
BindingsReminder/BindingsReminder.lua
1,4 → 1,4
local _version = "0.8-20400"
local _version = "1.0-30200"
local tinsert = table.insert
local type, next, pairs, getglobal = type, next, pairs, getglobal
local tostring, tonumber = tostring, tonumber