]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
8 years agoremoved test files
Alexey Veretennikov [Sun, 10 Jan 2016 17:03:26 +0000 (18:03 +0100)]
removed test files

8 years agoFixed issue #27
Alexey Veretennikov [Sat, 9 Jan 2016 23:37:24 +0000 (00:37 +0100)]
Fixed issue #27

In order to add the regexp specifying the list of files to hide,
use the following example:

(setq-default ztree-dir-filter-list (cons "^.*\\.pyc"
ztree-dir-filter-list))

One could hide/show hidden files using the 'H' key.

8 years agoMerge branch 'master' of github.com:fourier/ztree
Alexey Veretennikov [Sat, 9 Jan 2016 22:58:29 +0000 (23:58 +0100)]
Merge branch 'master' of github.com:fourier/ztree

8 years agoAdded comment to not to forget to update copy procedure.
Alexey Veretennikov [Sat, 9 Jan 2016 22:52:46 +0000 (23:52 +0100)]
Added comment to not to forget to update copy procedure.

8 years agoFixed Delete method
Alexey Veretennikov [Sat, 9 Jan 2016 22:38:25 +0000 (23:38 +0100)]
Fixed Delete method

8 years agoFixed copy of the files; added 'R' for full rescan
Alexey Veretennikov [Sat, 9 Jan 2016 21:28:56 +0000 (22:28 +0100)]
Fixed copy of the files; added 'R' for full rescan

8 years agoFixed partial update
Alexey Veretennikov [Thu, 7 Jan 2016 17:18:46 +0000 (18:18 +0100)]
Fixed partial update

8 years agoMerge pull request #30 from tarsius/fix-typo
Alexey Veretennikov [Tue, 15 Dec 2015 20:12:42 +0000 (21:12 +0100)]
Merge pull request #30 from tarsius/fix-typo

Fix typo in value of Created header keyword

8 years agoFix typo in value of Created header keyword
Jonas Bernoulli [Tue, 15 Dec 2015 12:52:09 +0000 (13:52 +0100)]
Fix typo in value of Created header keyword

8 years agoUse defvar-local instead of combo defvar && make-variable-buffer-local
Alexey Veretennikov [Wed, 16 Sep 2015 17:35:26 +0000 (19:35 +0200)]
Use defvar-local instead of combo defvar && make-variable-buffer-local

8 years agoStarted to fix issues with delete file
Alexey Veretennikov [Tue, 14 Jul 2015 18:28:20 +0000 (20:28 +0200)]
Started to fix issues with delete file

8 years agoFixed ignored files
Alexey Veretennikov [Tue, 14 Jul 2015 15:17:51 +0000 (17:17 +0200)]
Fixed ignored files

8 years agoFunctions with errors still:
Alexey Veretennikov [Fri, 10 Jul 2015 12:49:11 +0000 (14:49 +0200)]
Functions with errors still:
ztree-diff-model-partial-rescan
ztree-diff-delete-file
and probably (need to test)
ztree-diff-copy

8 years agoadded comments
Alexey Veretennikov [Fri, 10 Jul 2015 08:29:40 +0000 (10:29 +0200)]
added comments

8 years agoTraverse function now supports ignored
Alexey Veretennikov [Thu, 9 Jul 2015 15:24:08 +0000 (17:24 +0200)]
Traverse function now supports ignored

8 years agoFixed ztree-node-is-visible
Alexey Veretennikov [Thu, 9 Jul 2015 12:07:57 +0000 (14:07 +0200)]
Fixed ztree-node-is-visible

8 years agoUpdated model - ignored files still not handled
Alexey Veretennikov [Mon, 6 Jul 2015 15:27:06 +0000 (17:27 +0200)]
Updated model - ignored files still not handled

8 years agoAdded debug output and some other changes
Alexey Veretennikov [Fri, 3 Jul 2015 06:16:42 +0000 (08:16 +0200)]
Added debug output and some other changes

8 years agoStarted updating diff logic to include ignored files
Alexey Veretennikov [Tue, 30 Jun 2015 20:07:43 +0000 (22:07 +0200)]
Started updating diff logic to include ignored files

8 years agoAdded face for ignored files
Alexey Veretennikov [Tue, 30 Jun 2015 17:43:58 +0000 (19:43 +0200)]
Added face for ignored files

8 years agoAdded debug output and some other changes
Alexey Veretennikov [Fri, 3 Jul 2015 06:16:42 +0000 (08:16 +0200)]
Added debug output and some other changes

8 years agoStarted updating diff logic to include ignored files
Alexey Veretennikov [Tue, 30 Jun 2015 20:07:43 +0000 (22:07 +0200)]
Started updating diff logic to include ignored files

8 years agoReplaced hardcoded diff with diff-command from diff.el
Alexey Veretennikov [Tue, 30 Jun 2015 18:54:21 +0000 (20:54 +0200)]
Replaced hardcoded diff with diff-command from diff.el

8 years agoUpdated print function
Alexey Veretennikov [Tue, 30 Jun 2015 18:52:21 +0000 (20:52 +0200)]
Updated print function

8 years agoAdded face for ignored files
Alexey Veretennikov [Tue, 30 Jun 2015 17:43:58 +0000 (19:43 +0200)]
Added face for ignored files

8 years agoReshuffled readme
Alexey Veretennikov [Mon, 6 Jul 2015 13:54:55 +0000 (15:54 +0200)]
Reshuffled readme

8 years agoUpdated readme
Alexey Veretennikov [Mon, 6 Jul 2015 10:56:17 +0000 (12:56 +0200)]
Updated readme

8 years agoUpdated readme: added information about contributing
Alexey Veretennikov [Mon, 6 Jul 2015 10:54:22 +0000 (12:54 +0200)]
Updated readme: added information about contributing

8 years agoUpdated add-tree method
Alexey Veretennikov [Thu, 2 Jul 2015 17:13:23 +0000 (19:13 +0200)]
Updated add-tree method

8 years agoIssue #24: updated traverse function
Alexey Veretennikov [Thu, 2 Jul 2015 17:04:33 +0000 (19:04 +0200)]
Issue #24: updated traverse function

8 years agoUpdated README to include new variable introduced in issue #23
Alexey Veretennikov [Wed, 1 Jul 2015 21:13:15 +0000 (23:13 +0200)]
Updated README to include new variable introduced in issue #23

8 years agoImplemented issue #23: Add optional unicode tree drawing facility
Alexey Veretennikov [Wed, 1 Jul 2015 21:06:21 +0000 (23:06 +0200)]
Implemented issue #23: Add optional unicode tree drawing facility

9 years agoUpdated README
Alexey Veretennikov [Wed, 17 Jun 2015 22:10:16 +0000 (00:10 +0200)]
Updated README

9 years agoUpdated readme and increased the version
Alexey Veretennikov [Wed, 17 Jun 2015 22:06:31 +0000 (00:06 +0200)]
Updated readme and increased the version

9 years agoFixed issue #15; added hotkey 'H' to show/hide filtered files; fixed bug with removin...
Alexey Veretennikov [Wed, 17 Jun 2015 21:44:28 +0000 (23:44 +0200)]
Fixed issue #15; added hotkey 'H' to show/hide filtered files; fixed bug with removing files/directories

9 years agoFixed code commited by mistake
Alexey Veretennikov [Wed, 17 Jun 2015 07:07:54 +0000 (09:07 +0200)]
Fixed code commited by mistake

9 years agoAll files now uses the lexical-binding
Alexey Veretennikov [Sat, 13 Jun 2015 20:28:20 +0000 (22:28 +0200)]
All files now uses the lexical-binding

9 years agoSet all functions to have ztree- prefix
Alexey Veretennikov [Sat, 13 Jun 2015 17:14:51 +0000 (19:14 +0200)]
Set all functions to have ztree- prefix

9 years agoIssue #17: added variable ztree-dir-move-focus; if set move the focus to opened edito...
Alexey Veretennikov [Sat, 13 Jun 2015 09:19:04 +0000 (11:19 +0200)]
Issue #17: added variable ztree-dir-move-focus; if set move the focus to opened editor window when press Enter

9 years agoRemoved workaround for fixing issue with electric-indent
Alexey Veretennikov [Fri, 12 Jun 2015 18:46:05 +0000 (20:46 +0200)]
Removed workaround for fixing issue with electric-indent

9 years agoUpdated comment - removed redundant 'GNU Emacs' statement in compatibility
Alexey Veretennikov [Fri, 12 Jun 2015 09:51:18 +0000 (11:51 +0200)]
Updated comment - removed redundant 'GNU Emacs' statement in compatibility

9 years agoUpdated pkg file
Alexey Veretennikov [Thu, 11 Jun 2015 19:36:42 +0000 (21:36 +0200)]
Updated pkg file

9 years agoPreparation for GNU ELPA
Alexey Veretennikov [Thu, 11 Jun 2015 19:11:07 +0000 (21:11 +0200)]
Preparation for GNU ELPA

9 years agoUpdated readme with info about ELPA
Alexey Veretennikov [Thu, 11 Jun 2015 18:53:31 +0000 (20:53 +0200)]
Updated readme with info about ELPA

9 years agoUpdated copyright
Alexey Veretennikov [Thu, 11 Jun 2015 18:48:59 +0000 (20:48 +0200)]
Updated copyright

9 years agoPreparing to submit to GNU ELPA
Alexey Veretennikov [Thu, 11 Jun 2015 18:38:58 +0000 (20:38 +0200)]
Preparing to submit to GNU ELPA

9 years agoFixed checkdoc comments
Alexey Veretennikov [Thu, 11 Jun 2015 13:00:44 +0000 (15:00 +0200)]
Fixed checkdoc comments

9 years agoMerge pull request #16 from syohex/fix-declarations
Alexey Veretennikov [Fri, 15 May 2015 14:15:34 +0000 (16:15 +0200)]
Merge pull request #16 from syohex/fix-declarations

Fix variable declarations

9 years agoFix variable declarations
Syohei YOSHIDA [Wed, 6 May 2015 06:45:52 +0000 (15:45 +0900)]
Fix variable declarations

10 years agoUpdated ztree-diff-filter-list
Alexey Veretennikov [Tue, 10 Jun 2014 10:59:13 +0000 (12:59 +0200)]
Updated ztree-diff-filter-list

10 years agoAdded reference to zdircmp
Alexey Veretennikov [Wed, 7 May 2014 12:16:22 +0000 (14:16 +0200)]
Added reference to zdircmp

10 years agoFixed tree offset on the right side
Alexey Veretennikov [Wed, 9 Apr 2014 14:26:44 +0000 (16:26 +0200)]
Fixed tree offset on the right side

10 years agoFixed files with spaces comparison error
Alexey Veretennikov [Sat, 5 Apr 2014 14:03:40 +0000 (16:03 +0200)]
Fixed files with spaces comparison error

10 years agoMerge pull request #9 from Silex/master
Alexey Veretennikov [Wed, 19 Mar 2014 10:50:12 +0000 (11:50 +0100)]
Merge pull request #9 from Silex/master

Make it work over TRAMP

10 years agoMake it work over TRAMP
Philippe Vaucher [Mon, 17 Mar 2014 15:19:09 +0000 (16:19 +0100)]
Make it work over TRAMP

Fixes #7

10 years agoFixed vertical line for separator - now it is not rounded
Alexey Veretennikov [Tue, 18 Mar 2014 16:21:44 +0000 (17:21 +0100)]
Fixed vertical line for separator - now it is not rounded

10 years agoAdded rounding at the end of vertical line
Alexey Veretennikov [Wed, 5 Mar 2014 21:26:53 +0000 (22:26 +0100)]
Added rounding at the end of vertical line

10 years agoIssue #8: Added hotkey 'x' to toggle between expanded/collapsed state of the current...
Alexey Veretennikov [Wed, 19 Feb 2014 19:06:36 +0000 (20:06 +0100)]
Issue #8: Added hotkey 'x' to toggle between expanded/collapsed state of the current directory and its children

10 years agoMerge pull request #6 from jpkotta/master
Alexey Veretennikov [Wed, 29 Jan 2014 20:08:12 +0000 (12:08 -0800)]
Merge pull request #6 from jpkotta/master

add ztree-find-file as the action for ztree-dir

10 years agoMerge branch 'master' of github.com:fourier/ztree
Alexey Veretennikov [Wed, 29 Jan 2014 20:03:45 +0000 (21:03 +0100)]
Merge branch 'master' of github.com:fourier/ztree

10 years agoFixed issue #5 with electric-indent-mode by turning it off
Alexey Veretennikov [Wed, 29 Jan 2014 20:01:39 +0000 (21:01 +0100)]
Fixed issue #5 with electric-indent-mode by turning it off

10 years agoFixed issue #1 with electric-indent-mode by turning it off
Alexey Veretennikov [Wed, 29 Jan 2014 20:01:39 +0000 (21:01 +0100)]
Fixed issue #1 with electric-indent-mode by turning it off

10 years agoadd ztree-find-file as the action for ztree-dir
Jonathan Kotta [Wed, 29 Jan 2014 18:42:36 +0000 (12:42 -0600)]
add ztree-find-file as the action for ztree-dir

10 years agoMerge pull request #4 from yasuyk/patch-3
Alexey Veretennikov [Mon, 27 Jan 2014 15:24:24 +0000 (07:24 -0800)]
Merge pull request #4 from yasuyk/patch-3

Add autoload cookies

10 years agoAdd autoload cookies
Yasuyuki Oka [Mon, 27 Jan 2014 15:04:49 +0000 (00:04 +0900)]
Add autoload cookies

10 years agoMerge pull request #3 from yasuyk/patch-2
Alexey Veretennikov [Mon, 27 Jan 2014 11:08:39 +0000 (03:08 -0800)]
Merge pull request #3 from yasuyk/patch-2

Add -pkg.el file

10 years agoMerge pull request #2 from yasuyk/patch-1
Alexey Veretennikov [Mon, 27 Jan 2014 11:07:58 +0000 (03:07 -0800)]
Merge pull request #2 from yasuyk/patch-1

Fix footer line and add Code section header

10 years agoAdd -pkg.el file
Yasuyuki Oka [Sun, 26 Jan 2014 08:40:09 +0000 (17:40 +0900)]
Add -pkg.el file

10 years agoFix footer line and add Code section header
Yasuyuki Oka [Sun, 26 Jan 2014 07:26:10 +0000 (16:26 +0900)]
Fix footer line and add Code section header

10 years agoUpdated readme
Alexey Veretennikov [Mon, 16 Dec 2013 14:29:05 +0000 (15:29 +0100)]
Updated readme

10 years agoUpdated docstrings; removed debug print from partial rescan
Alexey Veretennikov [Mon, 16 Dec 2013 09:31:50 +0000 (10:31 +0100)]
Updated docstrings; removed debug print from partial rescan

10 years agoImplemented partial rescan/refresh feature ('r' hotkey)
Alexey Veretennikov [Fri, 6 Dec 2013 20:12:04 +0000 (21:12 +0100)]
Implemented partial rescan/refresh feature ('r' hotkey)

10 years agoUpdated readme
Alexey Veretennikov [Fri, 29 Nov 2013 19:01:29 +0000 (20:01 +0100)]
Updated readme

10 years agoLogical operation on the file by pressing either RET or SPC - diff/ediff when differe...
Alexey Veretennikov [Fri, 29 Nov 2013 18:58:28 +0000 (19:58 +0100)]
Logical operation on the file by pressing either RET or SPC - diff/ediff when different view/open when same

10 years agoUpdated readme
Alexey Veretennikov [Fri, 29 Nov 2013 16:06:37 +0000 (17:06 +0100)]
Updated readme

10 years agoAdded simple diff by using SPACE
Alexey Veretennikov [Fri, 29 Nov 2013 16:05:50 +0000 (17:05 +0100)]
Added simple diff by using SPACE

10 years agoReadme is updated
Alexey Veretennikov [Fri, 29 Nov 2013 12:21:29 +0000 (13:21 +0100)]
Readme is updated

10 years agoFixed topmost name in comparison tree
Alexey Veretennikov [Fri, 29 Nov 2013 12:10:05 +0000 (13:10 +0100)]
Fixed topmost name in comparison tree

10 years agoAdded 'd' hotkey and left/light paths to the header
Alexey Veretennikov [Fri, 29 Nov 2013 11:39:19 +0000 (12:39 +0100)]
Added 'd' hotkey and left/light paths to the header

10 years agoUpdated README
Alexey Veretennikov [Thu, 28 Nov 2013 15:03:20 +0000 (16:03 +0100)]
Updated README

10 years agoRepaired full rescan; added 'v' keybinding to quickly view files
Alexey Veretennikov [Thu, 28 Nov 2013 14:52:17 +0000 (15:52 +0100)]
Repaired full rescan; added 'v' keybinding to quickly view files

10 years agoAdded delete functionality
Alexey Veretennikov [Wed, 20 Nov 2013 18:54:54 +0000 (19:54 +0100)]
Added delete functionality

10 years agoFixed typo
Alexey Veretennikov [Wed, 20 Nov 2013 15:56:33 +0000 (16:56 +0100)]
Fixed typo

10 years agoUpdated readme
Alexey Veretennikov [Wed, 20 Nov 2013 15:54:46 +0000 (16:54 +0100)]
Updated readme

10 years agoUpdated readme; renamed the ztree to ztree-dir
Alexey Veretennikov [Wed, 20 Nov 2013 15:47:59 +0000 (16:47 +0100)]
Updated readme; renamed the ztree to ztree-dir

10 years agoImplemented support for hiding matched(equal) files
Alexey Veretennikov [Wed, 20 Nov 2013 15:04:21 +0000 (16:04 +0100)]
Implemented support for hiding matched(equal) files

10 years agoImplemented directory copying
Alexey Veretennikov [Wed, 20 Nov 2013 14:19:24 +0000 (15:19 +0100)]
Implemented directory copying

10 years agoImplemented file copying
Alexey Veretennikov [Wed, 20 Nov 2013 11:53:25 +0000 (12:53 +0100)]
Implemented file copying

10 years agoPreparation to copy implementation done
Alexey Veretennikov [Tue, 19 Nov 2013 20:59:02 +0000 (21:59 +0100)]
Preparation to copy implementation done

10 years agoStarted implementation of the copy functionality
Alexey Veretennikov [Tue, 19 Nov 2013 20:30:40 +0000 (21:30 +0100)]
Started implementation of the copy functionality

10 years agoAdded minor mode for ztree diff, to create custom keybindings
Alexey Veretennikov [Tue, 19 Nov 2013 19:35:48 +0000 (20:35 +0100)]
Added minor mode for ztree diff, to create custom keybindings

10 years agoAdded comment
Alexey Veretennikov [Tue, 19 Nov 2013 16:31:31 +0000 (17:31 +0100)]
Added comment

10 years agoRefactored using defrecord macro
Alexey Veretennikov [Tue, 19 Nov 2013 15:32:57 +0000 (16:32 +0100)]
Refactored using defrecord macro

10 years agoAdded progress indication to the diff model
Alexey Veretennikov [Tue, 19 Nov 2013 12:30:23 +0000 (13:30 +0100)]
Added progress indication to the diff model

10 years agoStarted work for identifying parents in nodes
Alexey Veretennikov [Mon, 18 Nov 2013 21:18:38 +0000 (22:18 +0100)]
Started work for identifying parents in nodes

10 years agoAdded messages
Alexey Veretennikov [Fri, 15 Nov 2013 21:55:21 +0000 (22:55 +0100)]
Added messages

10 years agoAdded action on modified files
Alexey Veretennikov [Fri, 15 Nov 2013 21:30:37 +0000 (22:30 +0100)]
Added action on modified files

10 years agoReimplemented search for node by line using hash table
Alexey Veretennikov [Fri, 15 Nov 2013 21:15:09 +0000 (22:15 +0100)]
Reimplemented search for node by line using hash table

10 years agoHeader is now customizable
Alexey Veretennikov [Fri, 15 Nov 2013 20:48:15 +0000 (21:48 +0100)]
Header is now customizable

10 years agoImplemented colors support for different files
Alexey Veretennikov [Fri, 15 Nov 2013 20:08:53 +0000 (21:08 +0100)]
Implemented colors support for different files