forked from emacsorphanage/git-messenger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
69 lines (51 loc) · 1.65 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
Revision history for git-messenger.el
Revision 0.18 2017/01/01 syohex
- Drop older Emacs support
- Implement magit integration
Revision 0.17 2016/08/16 syohex
- Initial support going parent commit(#40)
- Show command keys in prompt(#39)
- Improve deciding VCS type(#38)
- Support merurial(#37 Thanks Sean Farley!!)
- Enable view-mode(#36)
Revision 0.16 2015/03/14 syohex
- Support Subversion
Revision 0.15 2014/08/29 syohex
- Improve quit command.
Thanks tsdh !!
Revision 0.14 2014/08/10 syohex
- Fix customizable variable type
Thanks conleym !!
Revision 0.13 2014/07/06 syohex
- Refactoring
- Improve for tramp
Revision 0.12 2014/05/25 syohex
- Improve for tramp
Revision 0.11 2014/04/02 syohex
- Fix some bugs
- restore popup-ed buffer mode
- set git option for working correctly in Emacs
Revision 0.10 2014/04/02 syohex
- Support 'git diff' and 'git show' command
Revision 0.09 2014/04/02 syohex
- Support key mapping(Thanks stsquad)
Revision 0.08 2014/01/17 syohex
- Only documentation change
Revision 0.07 2014/01/14 syohex
- Fix double escaping issue(#13)
Reported by achitu
Revision 0.06 2014/01/09 syohex
- Support TRAMP
Revision 0.05 2013/07/18 syohex
- add git-messenger:before-popup-hook
- fix case core.autocrlf=true or input(Reported by redguardtoo)
Revision 0.04 2013/06/13 syohex
- Refactoring
rename confused variable name
Revision 0.03 2013/06/13 syohex
- Support showing detail(Advice by redguardtoo)
Revision 0.02 2013/06/11 syohex
- Support not committed line(Thanks @stsquad, @percell)
- Shell Quote file name
Revision 0.01 2013/06/11 syohex
- Initial version