]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2015-06-17 Alexey VeretennikovFixed code commited by mistake
2015-06-13 Alexey VeretennikovAll files now uses the lexical-binding
2015-06-13 Alexey VeretennikovSet all functions to have ztree- prefix
2015-06-13 Alexey VeretennikovIssue #17: added variable ztree-dir-move-focus; if...
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 pkg file
2015-06-11 Alexey VeretennikovPreparation for GNU ELPA
2015-06-11 Alexey VeretennikovUpdated readme with info about ELPA
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-06-10 Alexey VeretennikovUpdated ztree-diff-filter-list
2014-05-07 Alexey VeretennikovAdded reference to zdircmp
2014-04-09 Alexey VeretennikovFixed tree offset on the right side
2014-04-05 Alexey VeretennikovFixed files with spaces comparison error
2014-03-19 Alexey VeretennikovMerge pull request #9 from Silex/master
2014-03-18 Philippe VaucherMake it work over TRAMP
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 VeretennikovMerge branch 'master' of github.com:fourier/ztree
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-29 Jonathan Kottaadd ztree-find-file as the action for ztree-dir
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 OkaAdd -pkg.el file
2014-01-26 Yasuyuki OkaFix footer line and add Code section header
2013-12-16 Alexey VeretennikovUpdated readme
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 VeretennikovUpdated readme
2013-11-29 Alexey VeretennikovLogical operation on the file by pressing either RET...
2013-11-29 Alexey VeretennikovUpdated readme
2013-11-29 Alexey VeretennikovAdded simple diff by using SPACE
2013-11-29 Alexey VeretennikovReadme is updated
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 VeretennikovUpdated README
2013-11-28 Alexey VeretennikovRepaired full rescan; added 'v' keybinding to quickly...
2013-11-20 Alexey VeretennikovAdded delete functionality
2013-11-20 Alexey VeretennikovFixed typo
2013-11-20 Alexey VeretennikovUpdated readme
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 VeretennikovAdded comment
2013-11-19 Alexey VeretennikovRefactored using defrecord macro
2013-11-19 Alexey VeretennikovAdded progress indication to the diff model
2013-11-18 Alexey VeretennikovStarted work for identifying parents in nodes
2013-11-15 Alexey VeretennikovAdded messages
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 VeretennikovAdded util file
2013-11-15 Alexey VeretennikovPreparing for the double tree drawing
2013-11-15 Alexey VeretennikovStarted preparation for 2 column tree
2013-11-14 Alexey VeretennikovFixed model issue when all files in added subtree looks...
2013-11-14 Alexey VeretennikovUpdated readme
2013-11-14 Alexey VeretennikovSplit view and models - for directory tree and for...
2013-11-14 Alexey VeretennikovImplemented difftree model
2013-11-13 Alexey VeretennikovRemoved test code!
2013-11-13 Alexey VeretennikovStarted diff model
2013-11-13 Alexey VeretennikovUpdated - aligned 80 chars in width
2013-11-13 Alexey VeretennikovIsolated tree 'control' from the directory model
2013-11-13 Alexey VeretennikovPreparing to isolate ztree from directories api
2013-11-12 Alexey VeretennikovAdded support for double backspace for closing open...
2013-11-11 Alexey VeretennikovUpdated readme
2013-11-11 Alexey VeretennikovAdded header face
2013-11-11 Alexey VeretennikovAdded faces for arrows and [+] signs
2013-11-11 Alexey VeretennikovAdded Backspace support
2013-11-11 Alexey VeretennikovFixed recursion problem
2013-11-11 Alexey VeretennikovUpdated readme
2013-11-11 Alexey VeretennikovUpdated readme
2013-11-11 Alexey VeretennikovUpdated readme
2013-11-11 Alexey VeretennikovUpdated readme - added screenshots
2013-11-11 Alexey VeretennikovUpdated - added faces and updated comments
2013-11-11 Alexey VeretennikovRemoved cl dependencies
2013-11-09 Alexey VeretennikovInitial import - fork from difftree
2013-11-09 Alexey VeretennikovInitial commit