]> code.delx.au - gnu-emacs-elpa/history - ztree-view.el
Upgraded version number
[gnu-emacs-elpa] / ztree-view.el
2016-01-27 Stefan Monnier2016-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
2016-01-18 Alexey VeretennikovFixed compile warnings
2016-01-09 Alexey VeretennikovMerge branch 'master' of github.com:fourier/ztree
2016-01-07 Alexey VeretennikovFixed partial update
2015-12-15 Alexey VeretennikovMerge pull request #30 from tarsius/fix-typo
2015-12-15 Jonas BernoulliFix typo in value of Created header keyword
2015-09-16 Alexey VeretennikovUse defvar-local instead of combo defvar && make-variab...
2015-07-06 Alexey VeretennikovUpdated print function
2015-07-01 Alexey VeretennikovImplemented issue #23: Add optional unicode tree drawin...
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...