-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Changes
87 lines (64 loc) · 2.23 KB
/
Changes
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Revision history for git-gutter-fringe.el
Revision 0.23 2016/05/21 syohex
- Update git-gutter version
Revision 0.22 2015/04/01 syohex
- Update git-gutter version
Revision 0.21 2014/08/27 syohex
- Don't set window margin in git-gutter-fringe
Revision 0.20 2014/08/03 syohex
- Fix viewing removed line issue(Fixed by juszczakn)
Revision 0.19 2014/07/31 syohex
- Fix off-by-one error(Thanks juszczakn!!)
Revision 0.18 2014/07/09 syohex
- Fix for linum-mode
Revision 0.17 2014/07/05 syohex
- Improve face configuration(Thanks tanzoniteblack!!)
- Optimize view
Revision 0.16 2014/07/04 syohex
- Fix removed function issue
Thanks tanzoniteblack!!
Revision 0.15 2014/06/09 syohex
- Update git-gutter.el version
Revision 0.14 2014/06/01 syohex
- Update required version dependency
- Drop Emacs 23 support
Revision 0.13 2013/11/17 syohex
- Add comment section
Revision 0.12 2013/04/16 syohex
- Remove code for narrow-to-region
Because it is moved to git-gutter.el
- Update required package version
Because some bugs are fixed
Revision 0.11 2013/03/30 syohex
- Re-factoring
- Update required package version
Because some bugs are fixed
Revision 0.10 2013/03/21 syohex
- Fix viewing deleted hunk problem
Revision 0.09 2013/03/20 syohex
- Improve deletion overlay(Thanks sabof)
- Update requirements package version.
fix some bugs in git-gutter.el
Revision 0.08 2013/03/11 syohex
- Update requirements package version.
Fix some bugs.
Revision 0.07 2013/03/07 syohex
- Update requirements package version.
Fix some bugs.
Revision 0.06 2013/03/07 syohex
- Update requirements package version.
Because git-gutter:toggle bug is fixed.
Revision 0.05 2013/03/04 syohex
- Update requirements package version.
Because there is bug that working with linum-mode
Revision 0.04 2013/03/04 syohex
- Improve deleting overlays
Revision 0.03 2013/03/02 syohex
- Improve deleting overlays
- Don't use make-variable-buffer-local, use make-local-variable
- Update requirements package version
Revision 0.02 2013/02/28 syohex
- Improve icon(Thanks sabof)
- add customize variable for position of fringe
Revision 0.01 2013/02/20 syohex
- Initial version