1. Hi, I'm intending to modify a couple of addons I've been using for a while to work with 4.0.1., as they are long abandoned.

    Is there a resource available of all commands, functions, events etc that have been deprecated in the 4.0.1 patch?

    Thanks.

  2. There were a number of changes, most of which were detailed in the post in the office WoW forums, in the UI & Macros section. The only thing that was really 'deprecated' was the use of the global variables 'this', 'arg1', etc.

  3. Thanks, I kinda spotted that this had gone by the wayside. I'll give the WoW UI forums a browse.

  4. here's my cheatsheet: https://gist.github.com/9a2472616115317add7a

  5. The scripts section on the site details all the proper signatures for OnUpdate and friends, if you ever need to check that. As for the others, I'm glad you were able to find the proper replacements. You can always browse the API categories if you're unsure.