ChangeLog 1.3 KB

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