branch: elpa/powershell
commit cbbf9f785e3d81d7b36e9879f0bd37f4399422be
Author: Joe Schafer <[email protected]>
Commit: Joe Schafer <[email protected]>
add history
---
README.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/README.md b/README.md
index 084ebe05487..4a243756363 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,14 @@ PowerShell Mode
PowerShell Mode is an Emacs major mode for editing and running
Microsoft PowerShell files.
+History
+-------
+
+I combined
+[powershell.el](http://www.emacswiki.org/emacs/Powershell.el) and
+[powershell-mode.el](http://www.emacswiki.org/emacs/PowerShell-Mode.el)
+(last updated October 2012). I used the name powershell.el with the
+permission of the creator, Dino Chiesa. Since powershell.el was
+licensed with the new BSD license I combined the two files using the
+more restrictive license, the GPL. I also cleaned up the
+documentation and reorganized some of the code.