2016-08-10  Nenue  <Nenue>

[b3ed963f482d] [tip]
* Devian.lua, UI.lua:

- /dvc command needed a pre-defined enclosure to properly work through SlashCmdList
- /dvn <profile name> and /dvn save <profile name> should resolve to and update the correct profile.
- set some globals indicating the name and index of the workspace in use
  - DEVIAN_WORKSPACE (bool)
  - DEVIAN_PNAME (string)
  - DEVIAN_PID (number)


2016-07-26  Nenue  <Nenue>

[7ff0579e5a6e]
* UI.lua:

- checking work on D:Console_Toggle()


[e80723841888]
* Config.lua, Devian.lua, UI.lua:

- /dvn rc resets the current workspace channels and tags
- slash command arguments handled by string.find
- toggle command argument handling


[6e27274da4d9]
* Devian.lua:

- /dvn rc resets the current workspace channels and tags
- command argument parse code revised


2016-07-19  Nenue  <Nenue>

[ee27780b9863]
* .hgtags:

Added tag v2.1.91 for changeset 3faa1f470cdd


[3faa1f470cdd] [v2.1.91]
* Devian.toc:

TOC v = 70000


[80ad43c94033]
* Devian.toc, UI.lua:

- 7.0.3 function changes


2016-07-10  Nenue  <Nenue>

[9b79fd7630f3]
* .hgtags:

Added tag v2.1.90 for changeset c85459c5bb16


[c85459c5bb16] [v2.1.90]
* Devian.lua:

- Fixed AceConsole message mangling


2016-07-06  Nenue  <Nenue>

[bc9c5db65426]
* .hgtags:

Added tag v2.1.80 for changeset 94abbdec03fa


[94abbdec03fa] [v2.1.80]
* Devian.lua:

- Fixed AceConsole message mangling


[55ddf3655cb3]
* .hgtags:

Added tag v2.1.78 for changeset d11b67d25aee


[d11b67d25aee] [v2.1.78]
* Devian.lua, Devian.toc:

- Added some title info manipulation to make DVN more prevalent in the load order.
- Added Devian.LoadMessage function for spooling post-reload messages.
- Fixed a lua error caused by switching to non-existent profiles.


2016-04-13  Nenue  <Nenue>

[1b2d6d4a54fd]
* .hgtags:

Added tag v2.1.76 for changeset 3a33e47eeca8


[3a33e47eeca8] [v2.1.76]
* Devian.lua:

tweak the nil, boolean, and reference value display


2016-04-09  Nenue  <Nenue>

[1632b061f579]
* .hgtags:

Added tag v2.1.74 for changeset 3745540e8996


[3745540e8996] [v2.1.74]
* Devian.lua, Dock.lua:

- New commands:
 - /dvn remove (index|tag) will remove a channel from the current profile
 - /dvncolors resets the tag color cache
- Fixed an issue with creating more than one output channel per UI session.
- Performance improvements:
 - Color caching now ignores decimal timestamps, removing a source of cache bloat
 - Cleaned up a bunch of global variable use in many areas


[da5ff1fc9fb6]
* Devian.lua, UI.lua:

- Fixed an issue with creating more than one output channel per UI session.
- Cleanup of globals for slightly better performance when printing to a lot of channels at once


2016-03-28  Nenue  <Nenue>

[d636ff1b17ce]
* Devian.lua:

Fixed global addon state preservation between characters on different realms.


2016-03-26  Nenue  <Nenue>

[d73b883b415b]
* Devian.lua, UI.lua:

Resolved channel state clobbering between reloads.


2016-03-15  Nenue  <Nenue>

[e89244da507b]
* Devian.lua, Devian.xml, UI.lua:

Fixed beacon click action on extra consoles.
Removed the load-time `print` output about the front channel.


2016-03-12  Nenue  <Nenue>

[1687ae1c6162]
* Devian.toc, UI.lua:

fixed :ToFront not remembering the current channel


2016-03-09  Nenue  <Nenue>

[137b8c55a593]
* Devian.lua:

character profile wasn't being created


2016-03-05  Nenue  <Nenue>

[516ceb31703d]
* Config.lua, Devian.lua, Dock.lua, Locale.lua, UI.lua:

New profile system that stores channel and tag settings for each saved AddOn list.
A boatload of structural revisions, making better use of the built-in table, and hopefully making console command issues easier to pick up.


2016-03-04  Nenue  <Nenue>

[4148c90986e7]
* .hgtags:

Added tag v2.1.65 for changeset 30456a6d5555


[30456a6d5555] [v2.1.65]
* Devian.xml:

include AceConsole-3.0 path corrected


2016-01-26  Nenue  <Nenue>

[0b3943f02d6e]
* .hgtags:

Added tag v2.1.61 for changeset 8729d39f6a3d


[8729d39f6a3d] [v2.1.61]
* UI.lua:

trim out prints


[6ca4d0cae907]
* .hgtags:

Added tag v2.1.60 for changeset 59e047d6c5de


[59e047d6c5de] [v2.1.60]
* Devian.lua, Devian.xml, UI.lua:

- Frame fading on movement re-implemented.
- Fixed front console losing focus between reloads.


