-
Notifications
You must be signed in to change notification settings - Fork 10
/
ChangeLog
55 lines (32 loc) · 1.41 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
2017-08-25 Sachin <[email protected]>
* Bumped version to 0.9.6
* Support for groovy, fish, ruby and php files. Thanks to <[email protected]>
2016-06-26 Sachin <[email protected]>
* insert-shebang.el(0.9.5):
* No need to add find-file-hook manually(Thanx to Nick Sandow).
* Updated tests.
2014-11-18 Sachin <[email protected]>
* insert-shebang.el(0.9.4):
- Bug Fixes.
- Made to work with uniquify.el(Thanx to Kozaki).
2014-01-07 Sachin <[email protected]>
* insert-shebang.el(0.9.3):
- Lots of Bug fixes.
- Open ignored files log with `M-x insert-shebang-open-log-buffer`
2013-10-05 sachin <[email protected]>
* insert-shebang.el (insert-shebang-log-ignored-files): New Feature.
Make log of ignored file in "~/.insert-shebang.log"(optional).
Ignore them at next visit.
2013-09-05 sachin <[email protected]>
* insert-shebang.el: Version: 0.9.2
Feature to add custom header to .c/.cpp and .f90/.f95 files. Code
cleaning. Renaming function names.
2013-09-24 sachin <[email protected]>
* insert-shebang.el: Version: 0.9.1
Removed hash-tables entries and added defcustom. File extensions
like .org, .txt etc. can be ignored.
2013-08-23 sachin <[email protected]>
* insert-shebang.el: Version: 0.9
Basic working script. Currently supports emacs, python, bash, perl
and ruby file formats. User can add more file types by adding a
key-value pair in source code.