diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-05 19:31:43 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-05 19:31:43 +0000 |
commit | 528949c71a12f54dc7b71133a32d9ee91cb53298 (patch) | |
tree | a2b57251631adf14f00a4d775b6894da06f670fc /plugins/BasicHistory/Docs/BasicHistory_readme.txt | |
parent | a6fb825ecbf5313b010fd8cf37754f494cabddc5 (diff) |
BasicHistory - the alternative for history++
git-svn-id: http://svn.miranda-ng.org/main/trunk@317 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/Docs/BasicHistory_readme.txt')
-rw-r--r-- | plugins/BasicHistory/Docs/BasicHistory_readme.txt | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/plugins/BasicHistory/Docs/BasicHistory_readme.txt b/plugins/BasicHistory/Docs/BasicHistory_readme.txt new file mode 100644 index 0000000000..5f38c1cede --- /dev/null +++ b/plugins/BasicHistory/Docs/BasicHistory_readme.txt @@ -0,0 +1,106 @@ +********
+Basic History
+********
+
+Description
+===========
+History viewer for Miranda IM.
+
+Main features
+=============
+- display history in RichEdit
+- grouping events
+- contact list to change distlayed history
+- searching
+- filtering
+- export and import
+- scheduler to export, delete or import messages
+
+!!! Requirements !!!
+====================
+Microsoft Visual C++ 2010 Redistributable Package for x64 version
+Microsoft Visual C++ 2008 Redistributable Package for x86 version (included in Miranda`s installer)
+
+Changelog
+=========
+
+--- 1.0.1.5 ---
++ added browse buttons in Options
++ added searching in all contacts
++ added showing scheduler error messages
++ added System label in contact list
+
+--- 1.0.1.4 ---
++ added dat (mContacts) export and import
++ added scheduled import
++ added "Execute history task" menu
++ added password to protect exported messages
+* fixed importing messages with this same time
+
+--- 1.0.1.3 ---
++ added binary export
++ added import
+
+--- 1.0.1.2 ---
+* fixed exporting system history
++ added export configuration
++ added export scheduler
+
+--- 1.0.1.1 ---
++ export
+* fixed "View &History" menu
+
+--- 1.0.1.0 ---
++ changed contact list to look better
++ configurable color of main window and group list
+* saving splitter position
+* improvements in RichEdit colors
+* ability to delete system history
+* x86 version now using Microsoft Visual C++ 2008 Redistributable Package
++ updater beta version link to future use
+
+--- 1.0.0.5 ---
+* fixed bug with setting "All events" filter as default
+* fixed "buffer overrun" error in some cases
++ metacontacts improvements
+
+--- 1.0.0.4 ---
++ added filters
++ added System history
++ added more event icons
++ added "Reply Quoted" in context menu
+* fixed "New messages on top" option in group list
+* history window can be maximized
++ added toolbar support
+
+--- 1.0.0.3 ---
+* fixed clicking URLs
++ added deleting history
++ added option pages
++ added context menu
++ added menu to open srmm message window
++ special context menu to links
+
+--- 1.0.0.2 ---
++ added toolbar
++ more search options
++ save window position
++ hotkeys
++ customising fonts and colors
+
+--- 1.0.0.1 ---
+* fixed bug in 32 bit Miranda with timestamp
+* support for new langpacks
+* fixed unhooking events
++ contact can be changed in history window
+
+--- 1.0.0.0 ---
++ initial release
+
+Author
+======
+Krzysztof Kral
+
+email: krzysztof.kral@gmail.com
+www: http://programista.free.of.pl/miranda/
+svn: http://xp-dev.com/svn/BasicHistory/
|