diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-20 19:23:15 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-20 19:23:15 +0000 |
commit | d80195880f3a04b4a826816f6c2a3468f121ed55 (patch) | |
tree | e24aa22b07ebacac370584e441647996d46ec4eb /plugins/AddContactPlus/docs/addcontactplus-readme.txt | |
parent | 12274c83beaefd2815190ac84d404510eed0394f (diff) |
AddContactPlus and SimpleStatusMsg added
git-svn-id: http://svn.miranda-ng.org/main/trunk@109 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AddContactPlus/docs/addcontactplus-readme.txt')
-rw-r--r-- | plugins/AddContactPlus/docs/addcontactplus-readme.txt | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/plugins/AddContactPlus/docs/addcontactplus-readme.txt b/plugins/AddContactPlus/docs/addcontactplus-readme.txt new file mode 100644 index 0000000000..e9b114ecfd --- /dev/null +++ b/plugins/AddContactPlus/docs/addcontactplus-readme.txt @@ -0,0 +1,89 @@ + -=================================-
+ AddContact+ plugin for Miranda IM
+ -=================================-
+
+
+Description
+-----------
+Provides the ability to quickly add new contacts (without searching for them).
+All Miranda IM 0.9 compatible protocols are supported. Please remember that on
+some protocols you can add a contact only when connected.
+
+Hold down the CTRL key while adding a contact to open the message window immediately.
+
+Miranda IM 0.9 or later is required.
+
+Latest development version, source code and older releases can be found here:
+http://code.google.com/p/dezeath
+
+
+Installation
+------------
+Copy addcontactplus.dll to your Miranda IM plugins directory.
+
+
+Change Log
+----------
+v 0.9.9.0 (09/04/2011):
++ Added a hotkey for opening Add Contact dialog
++ Added ability to add a contact temporarily
++ Added ability to quickly open the message window by holding CTRL when adding a contact
++ Miranda 0.9 compatibility (Unicode auth requests and contact search, core ability to add contacts without searching)
++ Updater plugin support
+* Slightly redesigned Add Contact dialog
+* x64 portability
+! Rewritten contact adding - fixed crashes and some other problems
+! Some general fixes and improvements
+
+v 0.9.8.6 (10/04/2010):
+! Prevent adding contacts with improper (too large) UINs
+! Fixed removing toolbar button when no accounts are available
+! Some other minor fixes
+
+v 0.9.8.5 (05/03/2009):
++ Added Modern Contact List toolbar button
+! Fixed occasional crash when adding a contact
+! Fixed adding a contact when some accounts are disabled
+! Minor code cleaning
+
+v 0.9.8.0 (17/09/2008):
+From now on, Miranda IM 0.8 or later is required
++ Support for Account Manager
+* Some small improvements
+* Separate Unicode and ANSI versions
+
+v 0.9.5.0 (25/12/2007):
++ Added a check on numeric user IDs
++ Included m_addcontactplus.h and translation template
+! Some fixes in Unicode version
+
+v 0.9.0.0 (15/12/2007):
+Initial release
+
+
+========================
+Base Address: 0x3ae00000
+========================
+
+
+Copyright and License
+---------------------
+
+Copyright (C) 2007-2011 Bartosz 'Dezeath' Białek
+mailto: dezred(at)gmail(dot)com
+http://code.google.com/p/dezeath
+
+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.
+
|