-
-
Notifications
You must be signed in to change notification settings - Fork 71
/
Changes
334 lines (246 loc) · 9.03 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
Revision history for git-gutter.el
Revision 0.90 2016/09/04
- Add moving command which moves to end of hunk(#135)
- Refactoring for customization(#134)
- Add display flag(#130)
Revision 0.89 2016/06/11
- Fix wrong argument passing of run-with-idle-timer(#128)
Revision 0.88 2016/05/21
- Improve performance(#125)
- Optimize putting signs(#123)
- Support visual line(#122)
- Add statistic commands(#118)
Revision 0.87 2016/01/27
- Fix mixing face issue(#115)
Revision 0.86 2016/01/24
- Add mark hunk command(#112)
- Refactoring code
- Remove old magit hook setting, it is no longer used(#110)
- Update unchanged line at linum update(#109
- Don't upgrade index at invoking 'git diff'(#105)
Revision 0.85 2015/12/10
- Use EVM for travis-ci
- Update documents
- Improve older commands based on git-gutter-mode
- Refactoring
Revision 0.84 2015/11/23
- Fix staging command issue on Windows(#101)
- Add ask flag for staging and reverting command(#96)
- Fix dead buffer issue for live-update(#92)
Revision 0.83 2015/05/01
- Fix narrow region issue in staging hunk
Revision 0.82 2015/04/01
- Fix git-gutter command when git-gutter-mode is disabled
Revision 0.81 2015/03/28
- Implement live update feature
- Support Subversion(Thanks alpha22jp)
- Improve log message
Revision 0.80 2014/12/21
- Add flag variable for always showing separator
Revision 0.79 2014/11/13
[Incompatible Change]
- mercurial is not default backend now
If you use git-gutter.el for mercurial, please set
'hg' to git-gutter:handled-backends
Revision 0.78 2014/10/25
- Support bzr
Thanks nikolas
Revision 0.77 2014/10/08
- Add update command which updates all visible buffers
Revision 0.76 2014/09/18
- Fix staging hunk command bug
Revision 0.75 2014/09/14
- Update gutter information at magit-revert-buffer-hook
Revision 0.74 2014/09/06
- Log level is 0 as default now.
Revision 0.73 2014/08/27
- Add margin width validation
Revision 0.72 2014/08/04
- Improve for backend configuration
Revision 0.71 2014/07/26
- Implement git-gutter:set-start-revision
We can see diff information from arbitrary revision
Revision 0.70 2014/07/22
- Improve updating gutter information after kill-buffer command
Revision 0.69 2014/07/10
- Suppress warning if git or hg are not installed.
(Reported by tom-tan)
Revision 0.68 2014/07/10
- Support mercurial(Experimental)
Revision 0.67 2014/07/09
- Don't call linum setup if git-gutter-fringe is used.
Revision 0.66 2014/07/08
- Fix for linum-mode
Revision 0.65 2014/07/05
- Fix for vc-revert
- Fix for new helm
Revision 0.64 2014/07/02 syohex
- Fix typo function-name and add vc-revert to updating commands
Thanks thierryvolpiatto
- Improve view
reduce 'save-excursion' as possible
Revision 0.63 2014/06/29 syohex
- Set up linum if global-linum-mode is enabled when git-gutter.el is loaded
Revision 0.62 2014/06/23 syohex
- Support working with linum-mode(Experimental)
Revision 0.61 2014/06/09 syohex
- Add verify process buffer is alive
Thanks thomasf
Revision 0.60 2014/06/01 syohex
- Support asynchronous updating diff information
- Reduce needless updating diff information as possible
- Improve for readability
- Deprecate git-gutter:xxx-diff commands
Use git-gutter:xxx-hunk commands instead
- Improve popup command
- Drop Emacs 23 support
- Fix MacOSX display issue
Revision 0.57 2014/04/19 syohex
- Fix case use set read-only-mode to diff-mode-hook
Revision 0.56 2014/04/16 syohex
- Switch to cl-lib
- Fix some bugs
Revision 0.55 2014/03/23 syohex
- Query before staging hunk
Revision 0.54 2014/02/26 syohex
- Fix invalid remove-hook
Thanks m2ym!!
Revision 0.53 2014/01/16 syohex
- Enable view-mode in popup buffer
Revision 0.52 2013/10/02 syohex
- Support staging hunk
Revision 0.51 2013/10/01 syohex
- Suppress byte-compile warnings
Revision 0.50 2013/09/30 syohex
- Fix git-gutter:revert-hunk at first line
Revision 0.49 2013/09/19 syohex
- Fix ediff-mode issue(Thanks hanabokuro)
Revision 0.48 2013/06/13 syohex
- Fix typo group name
Revision 0.47 2013/06/13 syohex
- Fix for byte compiling warning
- Shell Quote file name in command.
Revision 0.46 2013/05/25 syohex
- Fix for Mingw Emacs + Cygwin git environment(Thanks "Cornelius Mika")
Revision 0.45 2013/05/25 syohex
- Refactoring codes(Thanks "Cornelius Mika")
Revision 0.44 2013/04/27 syohex
- Fix for deleted hunk at line 1
Revision 0.43 2013/04/23 syohex
- Support indirect buffer(Reported by @ZaneA)
Revision 0.42 2013/04/16 syohex
- Fix problem of narrow-to-region(Reported by @ZaneA)
Revision 0.41 2013/04/15 syohex
- Fix tramp problem lower than Emacs 23.3(Reported by @hirose31)
(Thanks thierryvolpiatto for good advice)
Revision 0.40 2013/04/14 syohex
- Improve for window-configuration-change-hook.
(Update function is called too many times at this hook point)
Revision 0.39 2013/03/28 syohex
- Implement disabled some modes
Revision 0.38 2013/03/27 syohex
- Added customization for log level verbosity(by thomasf)
Revision 0.37 2013/03/27 syohex
- Fix bug
git-gutter:popup-hunk does not work at deleted hunk.
Revision 0.36 2013/03/20 syohex
- Implement separator charactor(by sdelafond)
It is useful in no-window Emacs
- Fix for byte-compiling
Revision 0.35 2013/03/18 syohex
[INCOMPATIBLE CHANGE]
- Remove git-gutter:always-show-gutter and introduce git-gutter:hide-gutter
- Always show gutter if global-git-gutter is enable.
- Show message at git-gutter:{next,previous}-hunk if there are no changes.
Revision 0.34 2013/03/17 syohex
- Remove unneed hook
- Clean up codes
- Users can customize update points.
Revision 0.33 2013/03/16 syohex
- Fix toggle flag bug
- leaf functions are redefined as inline function
Revision 0.32 2013/03/14 syohex
- Rename git-gutter:popup-diff to git-gutter:popup-hunk
User can use old function name as alias
Revision 0.31 2013/03/11 syohex
- Fix git-gutter:always-show-gutter bug
- Update unit tests
Revision 0.30 2013/03/11 syohex
- Quote the filename for files which include spaces. (Thanks paradoxxxzero)
Revision 0.29 2013/03/11 syohex
- Fix for byte-compile
Revision 0.28 2013/03/11 syohex
- Fix minor-mode definition(Thanks sabof)
- Fix typo in documentation(Thanks f-frhs)
- Fix git-gutter:toggle issue that doest not toggle git-gutter-mode
(Thanks f-frhs)
Revision 0.27 2013/03/08 syohex
- Cleanup code
Revision 0.26 2013/03/07 syohex
- Add hook git-gutter-mode-on-hook and git-gutter-off-hook
Revision 0.25 2013/03/07 syohex
- [EXPERIMENTAL] Support tramp
- fix git-gutter:toggle problem
- implement git-gutter:revert-hunk
- change name next-diff, previous-diff => next-hunk, previous-hunk
Add aliases for compatibility
Revision 0.24 2013/03/03 syohex
- Fix bug that works with linum-mode for git-gutter-fringe
Revision 0.23 2013/03/03 syohex
- Fix for cleanup
Revision 0.22 2013/03/02 syohex
- Improve deleting overlays
- Fix viewing deleted hunk
- Modernize code
Revision 0.21 2013/03/02 syohex
- Remove 'error' calls
- Don't switch popup diff buffer
Revision 0.20 2013/02/28 syohex
- [EXPERIMENTAL] Implement 'git-gutter:popup-diff'
Revision 0.19 2013/02/27 syohex
- add autoload cookies
- improve case expression
Revision 0.18 2013/02/24 syohex
- Implement for viewing unchanged line
- Implement flag of 'always show gutter'
Revision 0.17 2013/02/23 syohex
- Implement 'git-gutter:next-diff' and 'git-gutter:previous-diff'
Revision 0.16 2013/02/16 syohex
- Fixed 'git commit -v' problem
Revision 0.15 2013/02/15 syohex
- Improve git-gutter:in-git-repository-p and error message
- Add test of 'git-gutter'
Revision 0.14 2013/02/14 syohex
- Disable git-gutter when file is not existed.
Revision 0.13 2013/02/14 syohex
- Fixed problem when switching buffer
Revision 0.12 2013/02/14 syohex
- Don't change window-margin if file has no changes.
Revision 0.11 2013/02/13 syohex
- Fix buffer local variable
- Add hook point(change-major-mode-hook)
- Change git-gutter:lighter to customize variable.
Revision 0.10 2013/02/13 syohex
- Disable using external 'diff'.
(Thanks emperorcezar)
Revision 0.09 2013/02/11 syohex
- Fix problem that default-directory does not exist
(Thanks doitian)
Revision 0.08 2013/02/09 syohex
- Disable git-gutter if buffer does not have relation to file
(Thanks sabof)
Revision 0.07 2013/02/09 syohex
- Clear gutter when disable git-gutter-mode
(Thanks sabof)
Revision 0.06 2013/02/09 syohex
- Add parameter of 'git diff' option(git-gutter:diff-option)
Revision 0.05 2013/02/08 syohex
- Fix localized hook function
Revision 0.04 2013/02/08 syohex
- Suppor minor-mode and global-minor-mode
Revision 0.03 2013/01/24 syohex
- Change data struction of diffinfo
Revision 0.02 2013/01/24 syohex
- Fix clear all overlays problem
Revision 0.01 2013/01/23 syohex
- Initial version