]> code.delx.au - gnu-emacs-elpa/history - ztree-view.el
All files now uses the lexical-binding
[gnu-emacs-elpa] / ztree-view.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 VeretennikovRemoved workaround for fixing issue with electric-indent
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
2015-05-15 Alexey VeretennikovMerge pull request #16 from syohex/fix-declarations
2015-05-06 Syohei YOSHIDAFix variable declarations
2014-04-09 Alexey VeretennikovFixed tree offset on the right side
2014-03-19 Alexey VeretennikovMerge pull request #9 from Silex/master
2014-03-18 Alexey VeretennikovFixed vertical line for separator - now it is not rounded
2014-03-05 Alexey VeretennikovAdded rounding at the end of vertical line
2014-02-19 Alexey VeretennikovIssue #8: Added hotkey 'x' to toggle between expanded...
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 #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-11-29 Alexey VeretennikovAdded simple diff by using SPACE
2013-11-29 Alexey VeretennikovFixed topmost name in comparison tree
2013-11-20 Alexey VeretennikovImplemented support for hiding matched(equal) files
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-15 Alexey VeretennikovAdded action on modified files
2013-11-15 Alexey VeretennikovReimplemented search for node by line using hash table
2013-11-15 Alexey VeretennikovHeader is now customizable
2013-11-15 Alexey VeretennikovImplemented colors support for different files
2013-11-15 Alexey VeretennikovDrawing trees only to visible items
2013-11-15 Alexey VeretennikovAdded sorting to the tree
2013-11-15 Alexey VeretennikovAdded face argument for ztree-draw-char and set face...
2013-11-15 Alexey VeretennikovAdded support for 2 trees
2013-11-15 Alexey VeretennikovPreparing for the double tree drawing
2013-11-15 Alexey VeretennikovStarted preparation for 2 column tree
2013-11-14 Alexey VeretennikovSplit view and models - for directory tree and for...