[gimp-help-2] Removed deprecated script.



commit 680884192f5bb23bb90b0c9ca6090c06e0ba6797
Author: Roman Joost <roman bromeco de>
Date:   Mon Mar 12 20:48:54 2012 +1000

    Removed deprecated script.
    
    We don't need to create manual Changelog entries anymore. Thanks to
    Marco Ciampa for pointing this out.

 tools/README              |   39 ----------------
 tools/create_changelog.py |  106 ---------------------------------------------
 2 files changed, 0 insertions(+), 145 deletions(-)
---
diff --git a/tools/README b/tools/README
index 234f63b..a03b1c8 100644
--- a/tools/README
+++ b/tools/README
@@ -1,10 +1,5 @@
 These tools should make your documentation life easier:
 
-create_changelog.py     - is a vim script to automatically create a
-                        changelog entry. Check the comments in the
-                        header of the file on how to install this
-                        script.
-
 xml_helper.py           - helps you to seperate your language from the XML,
                         and merge your changes back. Run with --help
                         option to see how to use it
@@ -14,40 +9,6 @@ validate_references.py  - validates the references to image files in the
 
 
 
-create_changelog.py
-===================
-
-1. Create a directory python_plugins in your vim home and add the script.
-2. Configure the script by setting the following python trickery up in
-your $Home/.vimrc (thought thats an example!):
-
-  py << PY
-
-  import vim
-  import sys
-
-  # set the system path to the new directory
-  sys.path.append('/home/roman/.vim/python-plugins')
-
-  # now we can import the python module
-  from utils import *
-
-  # set the variables (you may want to leave alone the cvs_command and
-  # svn_command
-  name = "Roman Joost"
-  email = "<romanofski gimp org>"
-  cvs_command = 'cvs update -dP 2>&1 | grep -v "Updating"'
-  svn_command = 'svn st'
-
-  PY
-
-3. You may want to bind the script to a key like:
-
-  map <F2> :py make_cl_entry(name, email, cvs_command, svn_command)<CR>
-
-Btw. :help python-vim is worth to look at, if you want to writer your
-own scripts.
-
 xml_helper.py
 =============
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]