diff options
Diffstat (limited to 'dspcontrol/CHANGELOG.txt')
-rw-r--r-- | dspcontrol/CHANGELOG.txt | 159 |
1 files changed, 159 insertions, 0 deletions
diff --git a/dspcontrol/CHANGELOG.txt b/dspcontrol/CHANGELOG.txt new file mode 100644 index 0000000..b87620d --- /dev/null +++ b/dspcontrol/CHANGELOG.txt @@ -0,0 +1,159 @@ +///////////////////////////////////////////////////////////////////
+// Display Control plugin for Miranda. Turns on the screen if in power saving mode, when a message arives
+// https://opensvn.csie.org/traccgi/DspControl/
+// Copyright © 2006-2007 A. Chilaru (FlexLabs Inc. <flexlabs@gmail.com>)
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License
+// as published by the Free Software Foundation; either version 2
+// of the License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+///////////////////////////////////////////////////////////////////
+
+ [*] Feature/code/some other change
+ [!] Bugfix
+ [+] New feature
+ [-] Feature remove
+ [c] Comment
+
+0.1.1.30: 2007-07-20
+ [*] Moved to new host (thanks to cris)
+
+0.1.1.29: 2007-01-10
+ [!] Fixed plugin name in IcoLib
+ [*] Minor code cleaning
+ [*] Rewritten the message function
+
+0.1.1.28: 2006-11-27
+ [!] Fixed an old ghost bug
+ [+] Disable plugin for contacts not on list (Unknown contacts)
+
+0.1.1.27: 2006-11-27
+ [*] Fully rewritten Unicode engine.
+ [+] MetaContacts support. Mainly for clist_modern, but also works good in others
+ [+] Now you can show/hide hidden contacts from list
+ [*] Minor changes
+
+0.1.1.26: 2006-11-26
+ [!] Generic bug with betas
+
+0.1.1.25: 2006-11-25
+ [*] Had to specifically show the path to IcoLib
+
+0.1.1.24: 2006-11-25
+ [*] Finally a new icon instead of the Miranda "message" one. Thanks to Faith Healer
+ [+] IcoLib support
+ [*] Small change in localisation strings
+ [!] Fixed a stack overflow error
+
+0.1.1.23: 2006-11-22
+ [!] Incorrect URL's for Miranda archive downloads
+
+0.1.1.22: 2006-11-22
+ [!] Fixed a bug when updater messed up with the options
+ [!] Updater won't download the zip.. Changed to 2 dll's in betas.
+
+0.1.1.21: 2006-11-22
+ [*] Changed plugin name for versionInfo (Unicode or ANSI)
+
+0.1.1.20: 2006-11-22
+ [+] Separated Unicode code from ANSI. Now two separate dll's
+ [+] Full unicode support (Thanks to ghazan)
+ [!] With unicode enabled, localisation problems fixed!
+
+0.1.1.19 beta: 2006-11-22
+ [*] Standartized some text fields in options dialog
+ (stuff like Not available became NA. Good for language packs)
+
+0.1.1.18 beta: 2006-11-21
+ [*] Major code cleaning
+ [*] Protocol ignore now uses protocol info. No need to update manually
+ [!] Minor memory and stack fixes
+ [*] Lots of Code comments. Now easy to understand for beginners even. Using "miranda style" includes unlike local definitions
+ [*] Now contact triggers are enabled by default
+
+0.1.1.17 dev: 2006-11-21
+ [+] Message functions now reads contact triggers.
+ [*] Contact trigger finished. Beta release
+
+0.1.1.16 dev: 2006-11-20
+ [*] Changed hooked function definitions to C style. Parameters accessible now
+ [*] Miranda internal function calls now done through subfunctions. Now using invoke
+ [*] Code optimized for debugging. Function definitions for ollyDbg in .\common.arg available
+ [!] Possible memory leak fixed
+
+0.1.1.15 dev: 2006-11-20
+ [+] Embedded CListControl in options (Thanks to FYR)
+ [+] Load options into CListControl (Not using them yet)
+ [*] Adjusted the source for debugging. Now function names visible (function definitions)
+ [c] Currently using "Mesage" icon from miranda. Accepting new ideas ;)
+
+0.1.1.14: 2006-11-17
+ [+] Localisation support. See TRANSLATION.txt
+
+0.1.1.13: 2006-11-16
+ [*] Disabled second tab for stable version
+
+0.1.1.12 beta: 2006-11-9
+ [!] Fixed bugs in tabbed interface. Should be working now
+
+0.1.1.11 beta: 2006-11-8
+ [!] Now the time selectors enable the Apply button
+ [*] Tabbed interface developed.. But still buggy, so it's a NON_RECOMMENDED update
+
+0.1.1.10 beta: 2006-11-7
+ [+] Added hardcoded protocol ignore list (non protocols as mRadio)
+ [!] Fixed an error with saving options if non-protocols exist
+
+0.1.1.9 beta: 2006-11-7
+ [+] Tabbed interface (for .20 release)
+ [+] Time trigger
+ [*] A bit of code cleaning
+
+0.1.1.8: 2006-11-5
+ [+] Add Event type trigger (Message, Contact, File)
+ [*] Redesigned the options dialog
+ [!] Small fix in options dialog
+
+0.1.1.7: 2006-11-4
+ [+] Updater support for beta versions
+
+0.1.1.6: 2006-11-4
+ [+] Protocol filter finished
+ [!] Minor fixes
+
+0.1.1.5: 2006-11-2
+ [*] Disable the status checkboxes when "Enable plugin" is unchecked
+
+0.1.1.4: 2006-11-2
+ [!] Infinite loop created on some of the systems (fixed)
+
+0.1.1.3: 2006-11-2
+ [!] Bug in source turning off the screen on every message (fixed)
+
+0.1.1.2: 2006-11-2
+ [!] Saved the option even if Cancel pressed (fixed)
+ [*] Version value updated
+ [*] Updated Homepage value
+
+0.1.1.1: 2006-11-2
+ [+] Status mode filters (e.g. turn screen on only if occupied)
+
+0.1.0.2: 2006-11-1
+ [*] Typo removed
+
+0.1.0.1: 2006-11-1
+ [*] Changed mouse move function to API call
+
+0.1.0.0: 2006-11-1
+ --- Initial Release
+
+Copyright © 2006-2007 A. Chilaru (FlexLabs Inc. <flexlabs@gmail.com>)
\ No newline at end of file |