]> code.delx.au - gnu-emacs-elpa/history - ztree-diff-model.el
Upgraded version number
[gnu-emacs-elpa] / ztree-diff-model.el
2016-01-27 Stefan Monnier2016-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
2016-01-09 Alexey VeretennikovMerge branch 'master' of github.com:fourier/ztree
2016-01-09 Alexey VeretennikovFixed Delete method
2016-01-09 Alexey VeretennikovFixed copy of the files; added 'R' for full rescan
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-14 Alexey VeretennikovStarted to fix issues with delete file
2015-07-14 Alexey VeretennikovFixed ignored files
2015-07-10 Alexey VeretennikovFunctions with errors still:
2015-07-10 Alexey Veretennikovadded comments
2015-07-09 Alexey VeretennikovTraverse function now supports ignored
2015-07-06 Alexey VeretennikovUpdated model - ignored files still not handled
2015-07-06 Alexey VeretennikovAdded debug output and some other changes
2015-07-06 Alexey VeretennikovStarted updating diff logic to include ignored files
2015-07-06 Alexey VeretennikovAdded debug output and some other changes
2015-07-06 Alexey VeretennikovStarted updating diff logic to include ignored files
2015-07-06 Alexey VeretennikovReplaced hardcoded diff with diff-command from diff.el
2015-07-02 Alexey VeretennikovUpdated add-tree method
2015-07-02 Alexey VeretennikovIssue #24: updated traverse function
2015-06-17 Alexey VeretennikovFixed issue #15; added hotkey 'H' to show/hide filtered...
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-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-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-06 Alexey VeretennikovImplemented partial rescan/refresh feature ('r' hotkey)
2013-11-29 Alexey VeretennikovFixed topmost name in comparison tree
2013-11-20 Alexey VeretennikovImplemented directory copying
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 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 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