ChangeLog 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. 2014-11-18 Sachin <iclcoolster@gmail.com>
  2. * insert-shebang.el(0.9.4):
  3. - Bug Fixes
  4. - Made to work with uniquify.el(Thanx to Kozaki)
  5. 2014-01-07 Sachin <iclcoolster@gmail.com>
  6. * insert-shebang.el(0.9.3):
  7. - Lots of Bug fixes.
  8. - Open ignored files log with `M-x insert-shebang-open-log-buffer`
  9. 2013-10-05 sachin <isachin@iitb.ac.in>
  10. * insert-shebang.el (insert-shebang-log-ignored-files): New Feature.
  11. Make log of ignored file in "~/.insert-shebang.log"(optional).
  12. Ignore them at next visit.
  13. 2013-09-05 sachin <isachin@iitb.ac.in>
  14. * insert-shebang.el: Version: 0.9.2
  15. Feature to add custom header to .c/.cpp and .f90/.f95 files. Code
  16. cleaning. Renaming function names.
  17. 2013-09-24 sachin <isachin@iitb.ac.in>
  18. * insert-shebang.el: Version: 0.9.1
  19. Removed hash-tables entries and added defcustom. File extensions
  20. like .org, .txt etc. can be ignored.
  21. 2013-08-23 sachin <isachin@iitb.ac.in>
  22. * insert-shebang.el: Version: 0.9
  23. Basic working script. Currently supports emacs, python, bash, perl
  24. and ruby file formats. User can add more file types by adding a
  25. key-value pair in source code.