home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / miranda_hit / files / histpp.mir / hpp_readme.txt < prev    next >
Encoding:
Text File  |  2003-05-30  |  6.8 KB  |  271 lines

  1. About
  2. -----
  3.  
  4. History++ Plugin 
  5. Version 1.4.0
  6. by Art Fedorov
  7. for Miranda IM
  8. written with Delphi 5 Pro
  9. (based on source code of History+ by Christian 
  10. Kastner)
  11.  
  12.  
  13. Contents
  14. --------
  15.  
  16. * DESCRIPTION
  17. * OPTIONS
  18. * HOTKEYS
  19. * PASSWORD PROTECTION
  20. * MINI-FAQ
  21. * INSTALLATION
  22. * SOURCE
  23. * LICENSE
  24. * CHANGES
  25. * TRANSLATION
  26. * FEEDBACK
  27.  
  28.  
  29. Description
  30. -----------
  31.  
  32. This plugin is improvement over History+. It 
  33. introduces new history layout, as well as new
  34. features. Some of them are: 
  35.  
  36. * HotSearch -- you can type letters from keyboard
  37. and plugin searches for letters you have typed so
  38. far. It's also known as Incremental Search
  39.  
  40. * Sorting -- you can choose to show recent 
  41. messages on top (ICQ History style) or recent
  42. messages at bottom (History+ style)
  43.  
  44. * Filters -- you can filter messages by Incoming,
  45. Outgoing, URLs, Files events
  46.  
  47. * Customisation -- you can select different colors
  48. and different fonts for viewing. You can also set
  49. up plugin to use default miranda settings
  50.  
  51. Other features are: URL highlighting, Clipoard 
  52. Copy support, Detail View, full or partial 
  53. history export to HTML, XML or Text, Delete all 
  54. history or selected message(s), Search, Message
  55. forwarding, Password Protection, hotkeys for all
  56. actions.
  57.  
  58.  
  59. Options
  60. -------
  61.  
  62. To access options go to System Menu (click icon
  63. on title of the history window) and select
  64. Options. You can customise there visual style of
  65. History++
  66.  
  67. New in 1.4.0: You can now click "Additional"
  68. button and select options from the drop-down
  69. menu.
  70.  
  71.  
  72. Hotkeys
  73. -------
  74.  
  75. Ctrl+C - Copy selected messages
  76. Ctrl+R - Reply quoted to selected message
  77. Ctrl+F - Opens Search Dialog
  78. Ctrl+M - Forward Message
  79. F3 - Find Next (for Search and HotSearch)
  80. Shift+F3 - Find Previous (for Search & HotSearch)
  81. Del - Delete message(s)
  82. Enter - open details view for selected message
  83.  
  84.  
  85. Password Protection
  86. -------------------
  87.  
  88. This feature appeared in 1.4.0, but still it's
  89. too weak to be called "protection". That's
  90. because there's no way to encrypt miranda's DB 
  91. from plugin, so it's stored there in plain text.
  92. With this feature you can still hide your history
  93. from some users. But remember: 
  94. YOUR PROTECTED HISTORY CAN BE VIEWED WITH OTHER 
  95. HISTORY PLUGINS OR MIRANDA'S INTERNAL HISTORY 
  96. VIEWER
  97.  
  98. If you've lost your password, do the following:
  99. 1) Download DatabaseEditor plugin
  100. ( http://miranda-im.org/download/details.php?id=336 ),
  101. 2) Open it, navigate to Current user -> 
  102. HistoryPlusPlus
  103. 3) Delete record "Password"
  104. Now your password is blank and you can open any
  105. contact's history.
  106.  
  107.  
  108. Mini-FAQ
  109. --------
  110.  
  111. * Plugin doesn't load
  112.  
  113. If History++ plugin doesn't load and another
  114. history plugin loads instead (or default history
  115. is used):
  116.  
  117. Fast solution: 
  118. Rename historypp.dll to (for example) histpp.dll
  119. and start miranda. At start select histpp.dll
  120. as history plugin.
  121. Note: you will have to rename plugin every time
  122. you update it. So we have here...
  123.  
  124. Right solution:
  125. Download and install DatabaseEditor plugin
  126. ( http://miranda-im.org/download/details.php?id=336 ),
  127. start miranda and open Database Editor from the
  128. main menu. In the Database Editor window browse
  129. to Miranda -> Current user -> PluginDisable and
  130. delete all records with then name historypp.dll
  131. (you can have several items, written in different
  132. cases). Restart miranda and select historypp.dll
  133. at start as history plugin.
  134.  
  135.  
  136. * Where are options?
  137.  
  138. Scroll up, it's written above in the Options
  139. section of readme.
  140.  
  141. * I've lost my password for history!
  142.  
  143. Look for "Password Protection" section in readme
  144.  
  145.  
  146. Installation
  147. ------------
  148.  
  149. Just copy the dll into Miranda's plugin
  150. subdirectory.
  151.  
  152.  
  153. Source
  154. ------
  155.  
  156. Source code can be found at miranda plugins
  157. web-site.
  158.  
  159. Link: http://miranda-im.org/download/details.php?id=549 
  160.  
  161.                                      
  162. License
  163. -------
  164.  
  165. This program is free software; you can 
  166. redistribute it and/or modify it under the terms
  167. of the GNU General Public License as published by
  168. the Free Software Foundation; either version 2
  169. of the License, or (at your option) any later
  170. version.
  171.  
  172. This program is distributed in the hope that it
  173. will be useful, but WITHOUT ANY WARRANTY;
  174. without even the implied warranty of 
  175. MERCHANTABILITY or FITNESS FOR A PARTICULAR
  176. PURPOSE.  See the GNU General Public License for
  177. more details.
  178.  
  179. You should have received a copy of the GNU
  180. General Public License along with this program;
  181. if not, write to the Free Software Foundation,
  182. Inc., 59 Temple Place - Suite 330, Boston, MA  
  183. 02111-1307, USA.
  184.  
  185.  
  186. Changes
  187. -------
  188. 1.4.0
  189. + Translation support
  190. + Password protection
  191. + New "Copy Text" menu item, copies plain
  192.   message body (text)
  193. + Ctrl+R now does "Reply Quoted". There's no
  194.   menu item because this feature in miranda
  195.   is buggy. For Hotkeys section in readme for
  196.   shortcuts
  197. * "Options" menu item added to "Additional"
  198.   drop-down menu
  199. - Fixed bug, when crash on Select All, Delete
  200. - Bug when closing history window before find 
  201.   window, now there's no exception thrown
  202. - "Show Event Icons" is always uchecked when
  203.   Options window opens
  204. - Added horizontal scrollbar to memo control
  205.   in Event Details window
  206.  
  207. 1.3.1
  208. - Fixed bug with copying filename to clipboard
  209.  
  210. 1.3.0
  211. + New improved scroll bar behaviour
  212. + URL highlighting
  213. + File highlighting in file transfer messages
  214. + XML export compatable with XMLHistory 0.0.0.4
  215. + Text export (don't know if it's compatable 
  216.   with anything)
  217. * "Reply Quoted" changed to "Forward Message"
  218. - Bug with setting system event font fixed
  219.  
  220. 1.2.0
  221. + Added "Reply Quoted" function
  222. * Copy now copies message date & time
  223. - Fixed bug with crash on miranda exit
  224. - Event Details dialog looks right now on high
  225.   resolutions
  226.  
  227. 1.1.0
  228. + Fonts and Color customization added
  229.   (System Menu -> Options)
  230. + Event Icons are shown in history window
  231. + Reversed Sorting added
  232. + HTML saves with all fonts & colors options
  233. + Greatly improved HotSearch
  234. + Search continues from the start when finds the
  235.   end of the list
  236. * Hotkeys for search added (F3, Shift+F3, Ctrl+F,
  237.   Backspace for HotSearch)
  238. * You can search now Up & Down
  239. * Some perfomance improvements
  240. - Loading window position works again
  241. - Various scrolling bugs are fixed
  242.  
  243. 1.0.1
  244. + Now you can delete messages with DEL key and open
  245. them with ENTER key.
  246. - Fixed bug with problems on Win9x systems, which
  247. caused to appear tons of "Access Violations"
  248. - Copy multiple items now copies all items, and not only 
  249. focused one
  250. - Find Next fixed 
  251.  
  252. 1.0.0
  253. Initial release. Not implemented translation and font selection
  254. (it uses standard windows font so it seems ok)
  255.  
  256.  
  257. Translation
  258. -----------
  259.  
  260. For translation details, see hpp_translate.txt
  261.  
  262.  
  263. Feedback
  264. -----------
  265.  
  266. Contact me at artemf@mail.ru
  267.  
  268. Any kind of feedback is appreciated, especially feedback on bugs.
  269.  
  270. Art Fedorov
  271. artemf@mail.ru