summaryrefslogtreecommitdiff
path: root/Help/Info_Src.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Help/Info_Src.txt')
-rw-r--r--Help/Info_Src.txt39
1 files changed, 39 insertions, 0 deletions
diff --git a/Help/Info_Src.txt b/Help/Info_Src.txt
new file mode 100644
index 0000000..6e46e8e
--- /dev/null
+++ b/Help/Info_Src.txt
@@ -0,0 +1,39 @@
+
+Help Plugin 0.2.1.2 for Miranda IM 0.6+
+------------------------------------------------------------------------
+ Source Code
+
+Reminder:
+The Help Plugin is released under the terms of the
+GNU General Public License.
+See 'Help-License.txt' for more details.
+Help Plugin is copyright 2002 Richard Hughes, 2005-2007 H. Herkenrath.
+
+Please notify me of any changes that improve
+the help Plugin or add new features.
+If you have any questions on the code, feel free
+to contact me at my email address.
+
+ H. Herkenrath (hrathh at users.sourceforge.net)
+
+
+Notes
+------------------------------------------------------------------------
+The project files for VS 7 and 8 (*.vcproj and *.vspscc) are not
+kept up-to-date.
+The working project files are the ones of VS 6 (*.dsw and *.dsp).
+
+When modifying resource with VC 6 the resource editor replaces
+RICHEDIT_CLASS in the resources automatically by 'RichEdit20A'.
+When compiling for final release make sure to correct this
+again to RICHEDIT_CLASS to maintain unicode support correctly.
+
+The following files need to be changed to bump the version number:
+
+Info_Src.txt (1 place)
+version.h (6 places)
+m_help.h (1 place)
+m_help.inc (1 place)
+Docs\Help-Readme.txt (3 places)
+Docs\Help-Translation.txt (2 places)
+Docs\Help-Developer.txt (1 place)