]> code.delx.au - gnu-emacs-elpa/history - ztree-diff.el
All files now uses the lexical-binding
[gnu-emacs-elpa] / ztree-diff.el
2015-06-13 Alexey VeretennikovAll files now uses the lexical-binding
2015-06-13 Alexey VeretennikovSet all functions to have ztree- prefix
2015-06-12 Alexey VeretennikovUpdated comment - removed redundant 'GNU Emacs' stateme...
2015-06-11 Alexey VeretennikovUpdated copyright
2015-06-11 Alexey VeretennikovPreparing to submit to GNU ELPA
2015-06-11 Alexey VeretennikovFixed checkdoc comments
2014-06-10 Alexey VeretennikovUpdated ztree-diff-filter-list
2014-01-29 Alexey VeretennikovMerge pull request #6 from jpkotta/master
2014-01-29 Alexey VeretennikovFixed issue #5 with electric-indent-mode by turning...
2014-01-29 Alexey VeretennikovFixed issue #1 with electric-indent-mode by turning...
2014-01-27 Alexey VeretennikovMerge pull request #4 from yasuyk/patch-3
2014-01-27 Yasuyuki OkaAdd autoload cookies
2014-01-27 Alexey VeretennikovMerge pull request #3 from yasuyk/patch-2
2014-01-27 Alexey VeretennikovMerge pull request #2 from yasuyk/patch-1
2014-01-26 Yasuyuki OkaFix footer line and add Code section header
2013-12-16 Alexey VeretennikovUpdated docstrings; removed debug print from partial...
2013-12-06 Alexey VeretennikovImplemented partial rescan/refresh feature ('r' hotkey)
2013-11-29 Alexey VeretennikovLogical operation on the file by pressing either RET...
2013-11-29 Alexey VeretennikovAdded simple diff by using SPACE
2013-11-29 Alexey VeretennikovFixed topmost name in comparison tree
2013-11-29 Alexey VeretennikovAdded 'd' hotkey and left/light paths to the header
2013-11-28 Alexey VeretennikovRepaired full rescan; added 'v' keybinding to quickly...
2013-11-20 Alexey VeretennikovAdded delete functionality
2013-11-20 Alexey VeretennikovUpdated readme; renamed the ztree to ztree-dir
2013-11-20 Alexey VeretennikovImplemented support for hiding matched(equal) files
2013-11-20 Alexey VeretennikovImplemented directory copying
2013-11-20 Alexey VeretennikovImplemented file copying
2013-11-19 Alexey VeretennikovPreparation to copy implementation done
2013-11-19 Alexey VeretennikovStarted implementation of the copy functionality
2013-11-19 Alexey VeretennikovAdded minor mode for ztree diff, to create custom keybi...
2013-11-19 Alexey VeretennikovRefactored using defrecord macro
2013-11-15 Alexey VeretennikovAdded action on modified files
2013-11-15 Alexey VeretennikovHeader is now customizable
2013-11-15 Alexey VeretennikovImplemented colors support for different files
2013-11-15 Alexey VeretennikovStarted preparation for 2 column tree
2013-11-14 Alexey VeretennikovSplit view and models - for directory tree and for...