add lisp packages
139
lisp/treemacs/Changelog.org
Normal file
@@ -0,0 +1,139 @@
|
||||
# -*- fill-column: 100 -*-
|
||||
#+STARTUP: content
|
||||
|
||||
* Changelog
|
||||
** current master
|
||||
- Added ~treemacs-user-header-line-format~
|
||||
- Added ~treemacs-display-current-project-exclusively~
|
||||
- Added ~treemacs-icon-catalogue~
|
||||
- New icons
|
||||
- Bug Fixes
|
||||
** v2.8
|
||||
- Made workspaces lazy-loaded as needed
|
||||
- Published ~treemacs-persp~
|
||||
- Added ~treemacs-file-extension-regex~
|
||||
- Added ~treemacs-directory-name-transformer~
|
||||
- Added ~treemacs-file-name-transformer~
|
||||
- Added ~treemacs-move-forward-on-expand~
|
||||
- Added ~treemacs-user-mode-line-format~
|
||||
- Many more and better icons.
|
||||
- Bug fixes
|
||||
** v2.7
|
||||
- Suppor for icon themes
|
||||
- Integration with bookmarks
|
||||
- Performance improvements
|
||||
- Changed icon selection to allow icons for specific file names
|
||||
- New functions to run shell commands for current node or project
|
||||
- Feature-completion of workspaces api
|
||||
- New Icons
|
||||
- Bug Fixes
|
||||
** v2.6
|
||||
- Added ~treemacs-add-and-display-current-project~ (both projectile and project.el)
|
||||
- Added ~treemacs-eldoc-display~
|
||||
- Added ~treemacs-visit-node-in-most-recently-used-window~
|
||||
- Added ~treemacs-wrap-around~
|
||||
- Basic theme support
|
||||
- Added hooks for selecting, quitting and killing treemacs
|
||||
- Moved completely to python3, improved python3 detection
|
||||
- Expansion of and fixes for the extension api
|
||||
- Split similar command keybinds into common keymaps
|
||||
- New Icons
|
||||
- Bug Fixes
|
||||
** v2.5
|
||||
- Added ~treemacs-magit~ helper package.
|
||||
- Added ~treemacs-recenter-after-project-jump~ option.
|
||||
- Added ~treemacs-recenter-after-project-expand~ option.
|
||||
- ~recenter-after-x~ can now be set to ~always~ or ~on-distance~.
|
||||
- Replaced ~treemacs-follow-recenter-distance~ with ~treemacs-recenter-distance~.
|
||||
- Added ~treemacs-copy-file~ command.
|
||||
- Added ~treemacs-move-file~ command.
|
||||
** 2.4
|
||||
- Add support for using ~org-store-link~ inside treemacs.
|
||||
- Introduce the ~treemacs-icons-dired~ package.
|
||||
- Add ability to control workspaces and projects by editing an org-mode file.
|
||||
- Introduce ~treemacs-collapse-parent-node~.
|
||||
- Add mouse right-click menu.
|
||||
- New Icons
|
||||
- Bug fixes
|
||||
** 2.3
|
||||
- Added ~treemacs-single-click-expand-action~ for single leftclick node expansion.
|
||||
- Added ~deferred~ variant of ~treemacs-git-mode~.
|
||||
- Added ~treemacs-show-cursor~ to keep the cursor visible.
|
||||
- Added ~treemacs-display-in-side-window~.
|
||||
- Added ~treemacs-move-project-up~ and ~-down~ to change the order of projects.
|
||||
- Added ~treemacs-git-command-pipe~ to append filters to the git status command.
|
||||
- Added ~treemacs-move-project-up/down~ to change the order of projects.
|
||||
- Added preliminary version of a rightclick menu.
|
||||
- Changed ~treemacs-follow-mode~ to run with an idle timer and added ~treemacs-file-follow-delay~
|
||||
to control the delay.
|
||||
- Switch to org-mode syntax as persistence format (in preparation for making it editable).
|
||||
- Started using vscode icons.
|
||||
- Introduce extension API.
|
||||
- Bug fixes.
|
||||
- Performance improvements.
|
||||
** 2.2
|
||||
- Reduced minimum required emacs version to 25.2.
|
||||
- Integrated symlinks with git-mode (symlinks will always be resolved).
|
||||
- Added ~fringe-indicator-minor-mode~ to make point more visible.
|
||||
- Made all GUI icons resizable with ~treemacs-resize-icons~.
|
||||
- Added ~treemacs-space-between-projects~ config option.
|
||||
- Added ~treemacs-peek~ command.
|
||||
- Added ~treemacs-next/previous-page-other-window~ commands.
|
||||
- Bug fixes.
|
||||
** v2.1
|
||||
- Add ~treemacs-show-changelog~ command,
|
||||
- Add ~treemacs-project-follow-cleanup~ option.
|
||||
- ~default-directory~ will not be set based on the (nearest) path at point.
|
||||
- New scala and sbt icon.
|
||||
- Delete files by moving them to the trash by default.
|
||||
- Much improved file & directory creation interface.
|
||||
- Add commands to close all/current/other projects.
|
||||
- Reintroduces free navigation with h & l when there's only 1 project in the workspace.
|
||||
- ~treemacs-find-file~ can now ask for the file to be found.
|
||||
- Various bug fixes.
|
||||
** v2
|
||||
* Start keeping changelog and retroactively fill it.
|
||||
* Major refactoring to allow display of multiple projects in a workspace.
|
||||
* Full removal of functions and variables previously declared obsolete.
|
||||
* New java icon.
|
||||
* New kotlin icon.
|
||||
* New vue.js icon.
|
||||
* New case-sensitive option for ~treemacs-sorting~.
|
||||
* Many bugfixes & performance improvements.
|
||||
** v1.18
|
||||
- New golang icon.
|
||||
- Refactor left-click mouse interface to behave like a graphical application would.
|
||||
- Make TAB & RET particularly configurable.
|
||||
- Improved imenu-expression for more accurate tags in elisp.
|
||||
- Introduce smarter recenter with (tag-)follow-mode with ~treemacs-follow-recenter-distance~.
|
||||
- Bug fixes.
|
||||
** v1.17
|
||||
- Added license.
|
||||
- Bug fixes and internal refactoring.
|
||||
** V1.16
|
||||
- Use pulse.el for visual feedback.
|
||||
- Add ~treemacs-next/previous-line-other-window~.
|
||||
- Bug fixes.
|
||||
** v1.15
|
||||
- New yaml icon.
|
||||
- Added ~treemacs-recenter-after-tag/file-follow~.
|
||||
- Added ~treemacs-tag-follow-cleanup~.
|
||||
- Added ~treemacs-git-mode~.
|
||||
- Added ~treemacs-bookmark~.
|
||||
- Bug fixes.
|
||||
** v1.14
|
||||
- Added ~treemacs-pre-file-insert-predicates~.
|
||||
- Added ~treemacs-directory-collapsed-face~.
|
||||
- Added ~treemacs-pre/post-refresh-hook~.
|
||||
- Bug fixes.
|
||||
** v1.13
|
||||
- Make treemacs buffers unique for every frame.
|
||||
- Make all icons customizable.
|
||||
- Make treemacs buffers invisible in the buffer list.
|
||||
- Bug fixes.
|
||||
** v1.12
|
||||
- New hy icon.
|
||||
- Added ~treemacs-tag-follow-mode~.
|
||||
- Added ~treemacs-find-tag~.
|
||||
- Added ~treemacs-resort~.
|
||||
- Bug fixes.
|
||||
BIN
lisp/treemacs/icons/default/asciidoc.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
lisp/treemacs/icons/default/audio.png
Normal file
|
After Width: | Height: | Size: 653 B |
BIN
lisp/treemacs/icons/default/babel.png
Normal file
|
After Width: | Height: | Size: 1002 B |
BIN
lisp/treemacs/icons/default/bookmark.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
lisp/treemacs/icons/default/buffer-group-closed.png
Normal file
|
After Width: | Height: | Size: 311 B |
BIN
lisp/treemacs/icons/default/buffer-group-open.png
Normal file
|
After Width: | Height: | Size: 283 B |
BIN
lisp/treemacs/icons/default/c.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
lisp/treemacs/icons/default/cabal.png
Normal file
|
After Width: | Height: | Size: 810 B |
BIN
lisp/treemacs/icons/default/clojure.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
lisp/treemacs/icons/default/conf.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
lisp/treemacs/icons/default/css.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
lisp/treemacs/icons/default/dart.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
lisp/treemacs/icons/default/direnv.png
Normal file
|
After Width: | Height: | Size: 821 B |
BIN
lisp/treemacs/icons/default/docker.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
lisp/treemacs/icons/default/elx-light.png
Normal file
|
After Width: | Height: | Size: 1005 B |
BIN
lisp/treemacs/icons/default/elx.png
Normal file
|
After Width: | Height: | Size: 897 B |
BIN
lisp/treemacs/icons/default/emacs.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
lisp/treemacs/icons/default/erlang.png
Normal file
|
After Width: | Height: | Size: 974 B |
BIN
lisp/treemacs/icons/default/error.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
lisp/treemacs/icons/default/git.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
lisp/treemacs/icons/default/go.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
lisp/treemacs/icons/default/haskell.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
lisp/treemacs/icons/default/html.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
lisp/treemacs/icons/default/hy.png
Normal file
|
After Width: | Height: | Size: 1013 B |
BIN
lisp/treemacs/icons/default/image.png
Normal file
|
After Width: | Height: | Size: 374 B |
BIN
lisp/treemacs/icons/default/info.png
Normal file
|
After Width: | Height: | Size: 866 B |
BIN
lisp/treemacs/icons/default/jar.png
Normal file
|
After Width: | Height: | Size: 781 B |
BIN
lisp/treemacs/icons/default/jinja2.png
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
lisp/treemacs/icons/default/js.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
lisp/treemacs/icons/default/json.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
lisp/treemacs/icons/default/julia.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
lisp/treemacs/icons/default/kotlin.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
lisp/treemacs/icons/default/ledger.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
lisp/treemacs/icons/default/lock.png
Normal file
|
After Width: | Height: | Size: 635 B |
BIN
lisp/treemacs/icons/default/mail-mark-read.png
Normal file
|
After Width: | Height: | Size: 514 B |
BIN
lisp/treemacs/icons/default/mail-mark-unread.png
Normal file
|
After Width: | Height: | Size: 620 B |
BIN
lisp/treemacs/icons/default/mail.png
Normal file
|
After Width: | Height: | Size: 498 B |
BIN
lisp/treemacs/icons/default/markdown.png
Normal file
|
After Width: | Height: | Size: 667 B |
BIN
lisp/treemacs/icons/default/nix.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
lisp/treemacs/icons/default/ocaml.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
lisp/treemacs/icons/default/pdf.png
Normal file
|
After Width: | Height: | Size: 525 B |
BIN
lisp/treemacs/icons/default/php.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
lisp/treemacs/icons/default/project.png
Normal file
|
After Width: | Height: | Size: 513 B |
BIN
lisp/treemacs/icons/default/puppet.png
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
lisp/treemacs/icons/default/purescript.png
Normal file
|
After Width: | Height: | Size: 544 B |
BIN
lisp/treemacs/icons/default/python.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
lisp/treemacs/icons/default/racket.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
lisp/treemacs/icons/default/rust.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
lisp/treemacs/icons/default/sbt.png
Normal file
|
After Width: | Height: | Size: 703 B |
BIN
lisp/treemacs/icons/default/scala.png
Normal file
|
After Width: | Height: | Size: 624 B |
BIN
lisp/treemacs/icons/default/scons.png
Normal file
|
After Width: | Height: | Size: 8.3 KiB |
BIN
lisp/treemacs/icons/default/shell.png
Normal file
|
After Width: | Height: | Size: 228 B |
2
lisp/treemacs/icons/default/svgrepo/README.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
The icons in this subdirectory are taken from https://www.svgrepo.com/
|
||||
and are licensed under the SVG Repo license: https://www.svgrepo.com/page/licensing
|
||||
BIN
lisp/treemacs/icons/default/svgrepo/briefcase.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
lisp/treemacs/icons/default/svgrepo/cal.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
lisp/treemacs/icons/default/svgrepo/close.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
lisp/treemacs/icons/default/svgrepo/house.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
lisp/treemacs/icons/default/svgrepo/list.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
lisp/treemacs/icons/default/svgrepo/repeat.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
lisp/treemacs/icons/default/svgrepo/screen.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
lisp/treemacs/icons/default/svgrepo/suitcase.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
lisp/treemacs/icons/default/systemd.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
lisp/treemacs/icons/default/tags-closed.png
Normal file
|
After Width: | Height: | Size: 653 B |
BIN
lisp/treemacs/icons/default/tags-leaf.png
Normal file
|
After Width: | Height: | Size: 670 B |
BIN
lisp/treemacs/icons/default/tags-open.png
Normal file
|
After Width: | Height: | Size: 662 B |
BIN
lisp/treemacs/icons/default/tex.png
Normal file
|
After Width: | Height: | Size: 855 B |
BIN
lisp/treemacs/icons/default/ts.png
Normal file
|
After Width: | Height: | Size: 761 B |
BIN
lisp/treemacs/icons/default/txt.png
Normal file
|
After Width: | Height: | Size: 460 B |
BIN
lisp/treemacs/icons/default/vagrant.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
lisp/treemacs/icons/default/video.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
2
lisp/treemacs/icons/default/vsc/README.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
The icons in this subdirectory are taken from vscode-icons (https://github.com/vscode-icons/vscode-icons)
|
||||
and are licensed under the Creative Commons - ShareAlike (CC BY-SA) license: https://creativecommons.org/licenses/by-sa/4.0/.
|
||||
BIN
lisp/treemacs/icons/default/vsc/access.png
Normal file
|
After Width: | Height: | Size: 9.7 KiB |
BIN
lisp/treemacs/icons/default/vsc/ai.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
lisp/treemacs/icons/default/vsc/alaw.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
lisp/treemacs/icons/default/vsc/angular.png
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
lisp/treemacs/icons/default/vsc/ansible.png
Normal file
|
After Width: | Height: | Size: 681 B |
BIN
lisp/treemacs/icons/default/vsc/antlr.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
lisp/treemacs/icons/default/vsc/any.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
lisp/treemacs/icons/default/vsc/apache.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
lisp/treemacs/icons/default/vsc/apple.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
lisp/treemacs/icons/default/vsc/appveyor.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
lisp/treemacs/icons/default/vsc/arduino.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
lisp/treemacs/icons/default/vsc/ascript.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
lisp/treemacs/icons/default/vsc/asm.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
lisp/treemacs/icons/default/vsc/asp.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
lisp/treemacs/icons/default/vsc/autohk.png
Normal file
|
After Width: | Height: | Size: 670 B |
BIN
lisp/treemacs/icons/default/vsc/babel.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
lisp/treemacs/icons/default/vsc/bat.png
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
lisp/treemacs/icons/default/vsc/bazel.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
lisp/treemacs/icons/default/vsc/binary.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
lisp/treemacs/icons/default/vsc/bower.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
lisp/treemacs/icons/default/vsc/bundler.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
lisp/treemacs/icons/default/vsc/cargo.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
lisp/treemacs/icons/default/vsc/cert.png
Normal file
|
After Width: | Height: | Size: 7.8 KiB |
BIN
lisp/treemacs/icons/default/vsc/cfscript.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
lisp/treemacs/icons/default/vsc/class.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
lisp/treemacs/icons/default/vsc/cmake.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
lisp/treemacs/icons/default/vsc/cobol.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
lisp/treemacs/icons/default/vsc/cpp.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |