TODO: reformat + update

This commit is contained in:
Henrik Lissner 2017-04-27 14:24:47 -04:00
parent 2c20e9d41c
commit 90504dfac7

200
TODO.org
View file

@ -1,111 +1,111 @@
#+TITLE: DOOM Emacs Changelog * Changelog
** Unreleased [39/52] ** Unreleased [41/54]
- Potential plugins
+ [ ] feature/version-control: [[https://github.com/sshaw/git-link][git-link]] (replacement for browse-at-remote)
+ [X] feature/version-control: [[https://github.com/pidu/git-timemachine][git-timemachine]] (replacement for vc-annotate)
+ [ ] lang/org: [[https://github.com/Malabarba/latex-extra][orgit]] (org links to magit buffers)
+ [ ] lang/latex: [[https://github.com/Malabarba/latex-extra][latex-extra]] (utility commands)
+ [ ] lang/latex: [[**https://github.com/jsinglet/latex-preview-pane][latex-preview-pane]]
+ [-] app/finance + [-] app/finance
+ [-] app/crm + [-] app/crm
+ [-] Improve send-to-REPL workflow + [-] Improve send-to-REPL workflow
+ [ ] Update screenshots + [ ] Update screenshots
+ [X] Fix lack of syntax highlighting in ~:x~ scratch buffer
+ [X] Fix modeline disappearing due to loss of state (~doom--modeline-format~ being killed on major mode change)
+ [0/4] Investigate potential plugins
+ [ ] feature/version-control: [[https://github.com/pidu/git-timemachine][git-timemachine]] (replacement for vc-annotate)
+ [ ] lang/org: [[https://github.com/Malabarba/latex-extra][orgit]] (org links to magit buffers)
+ [ ] lang/latex: [[https://github.com/Malabarba/latex-extra][latex-extra]] (utility commands)
+ [ ] lang/latex: [[**https://github.com/jsinglet/latex-preview-pane][latex-preview-pane]]
+ [ ] New (tools/upload): add ~+upload/open-remote-file~ command + [ ] New (tools/upload): add ~+upload/open-remote-file~ command
+ [ ] Fix 0/0 modeline display (caused by leftover anzu state) + [ ] Fix 0/0 modeline display (caused by leftover anzu state)
+ [ ] Fix snippet-mode detection in snippets + [ ] Fix snippet-mode detection in snippets
+ [X] lang/org: by default, unfold level 1 (keep rest folded)
+ [ ] lang/org: Add bootstrap to install latex tools
+ [ ] lang/org: test inline latex preview support
+ [X] Fix lack of syntax highlighting in ~:x~ scratch buffer
+ [X] Fix modeline disappearing due to loss of state (~doom--modeline-format~ being killed on major mode change)
+ [X] lang/web: fix HTML encode/decode entities commands + [X] lang/web: fix HTML encode/decode entities commands
+ [X] Fix ~+vcs/git-browse~ & ~+vcs/git-browse-issues~ + [X] Fix ~+vcs/git-browse~ & ~+vcs/git-browse-issues~
+ [7/9] lang/org + [X] lang/org: bin/org-capture shell script
+ [ ] Add bootstrap to install latex tools :new: + [6/6] lang/org babel support for
+ [ ] test inline latex preview support :bug:
+ [X] org-capture from shell (whether Emacs is running or not) :new:
bin/org-capture
+ [6/6] babel support for :new:
+ [X] rust + [X] rust
+ [X] restclient + [X] restclient
+ [X] sql + [X] sql
+ [X] google translate + [X] google translate
+ [X] haskell + [X] haskell
+ [X] go + [X] go
+ [X] lang/python: add ipython detection & REPL support :new: + [X] lang/python: add ipython detection & REPL support
+ [X] TAB autocompletion in comint/repl buffers + [X] TAB autocompletion in comint/repl buffers
+ [X] Fix Emacs daemon compatibility :bug: + [X] Fix Emacs daemon compatibility
The config assumes a frame will be visible on startup, causing errors when The config assumes a frame will be visible on startup, causing errors when
Emacs is launched as a daemon. Emacs is launched as a daemon.
+ [X] ~ace-maximize-window~ is obsolete :refactor: + [X] ~ace-maximize-window~ is obsolete
+ [X] Fix whitespace adjustment in highlight-indentation-current-column-mode :bug: + [X] Fix whitespace adjustment in highlight-indentation-current-column-mode
+ [X] Toggle-able "pretty" mode for org-mode :new: + [X] Toggle-able "pretty" mode for org-mode
Sometimes, fontification (like prettified entities or hidden regions) make editing difficult. Make this toggleable. Sometimes, fontification (like prettified entities or hidden regions) make editing difficult. Make this toggleable.
+ [X] Simplify matchit key (%) in python :bug: + [X] Simplify matchit key (%) in python
It prioritizes jumps between if-else and other blocks over brackets. Annoying! It prioritizes jumps between if-else and other blocks over brackets. Annoying!
+ [X] Fix over-eager ESC killing popups :bug: + [X] Fix over-eager ESC killing popups
+ [X] Refactor out s.el dependency :refactor: + [X] Refactor out s.el dependency
+ [X] Use sharp-quote for functions (make byte-compiler more helpful) :refactor: + [X] Use sharp-quote for functions (make byte-compiler more helpful)
+ [X] feature/workspaces: separate main workspace from nil persp :new: + [X] feature/workspaces: separate main workspace from nil persp
+ [X] Stop Projectile & git-gutter from choking Emacs in TRAMP buffers :bug: + [X] Stop Projectile & git-gutter from choking Emacs in TRAMP buffers
+ [X] Achieve vim parity w/ file modifiers (~+evil*ex-replace-special-filenames~) :new: + [X] Achieve vim parity w/ file modifiers (~+evil*ex-replace-special-filenames~)
+ [X] Fix ~:x~ ex command (open scratch buffer) :bug: + [X] Fix ~:x~ ex command (open scratch buffer)
+ [X] Colored output from package management commands :new: + [X] Colored output from package management commands
+ [X] ~message!~ & ~format!~ (doom messaging system) :new: + [X] ~message!~ & ~format!~ (doom messaging system)
Prints to a DOOM message buffer in interactive sessions, and to stdout (w/ Prints to a DOOM message buffer in interactive sessions, and to stdout (w/
ansi codes) in noninteractive sessions. ansi codes) in noninteractive sessions.
+ [X] Make ~+doom-folded-face~ more subtle :ui: + [X] Make ~+doom-folded-face~ more subtle
+ [X] tools/term (term/multi-term support) :new: + [X] tools/term (term/multi-term support)
+ [X] completion/ivy: escape regexp on ~:ag~ search :bug: + [X] completion/ivy: escape regexp on ~:ag~ search
+ [X] app/twitter :new: + [X] app/twitter
+ [X] Fix + refactor tools/tmux library (out of date) :refactor:bug: + [X] Fix + refactor tools/tmux library (out of date)bug:
+ [X] lang/cc: integrate counsel-ivy into irony-mode :new: + [X] lang/cc: integrate counsel-ivy into irony-mode
+ [X] lang/javascript: improve electric indent for js2-mode & rjsx-mode :new: + [X] lang/javascript: improve electric indent for js2-mode & rjsx-mode
+ [X] On doom/recompile, aggresively recompile core.el to fix load-path inconsistencies :bug: + [X] On doom/recompile, aggresively recompile core.el to fix load-path inconsistencies
+ [4/4] app/email :new: + [4/4] app/email
+ [X] mbsync => offlineimap + [X] mbsync => offlineimap
+ [X] visual-mode multiple-marking in mu4e headers buffer + [X] visual-mode multiple-marking in mu4e headers buffer
+ [X] native trash mark causes duplicates? :bug: + [X] native trash mark causes duplicates?
+ [X] native refile incompatible with gmail's archive :bug: + [X] native refile incompatible with gmail's archive
** 2.0.1 [72/72] ** 2.0.1 [72/72]
+ [X] Fix ~doom-kill-process-buffers~ not killing process buffers :bug: + [X] Fix ~doom-kill-process-buffers~ not killing process buffers
+ [X] Fix ~hippie-expand~ in ex mode/the minibuffer :bug: + [X] Fix ~hippie-expand~ in ex mode/the minibuffer
+ [X] lang/{javascript,cc}: fix empty ~buffer-file-name~ in ~magic-mode-alist~ :bug: + [X] lang/{javascript,cc}: fix empty ~buffer-file-name~ in ~magic-mode-alist~
+ [X] lang/{javascript,web}: add html/js/css reformatting (web-beautify) :new: + [X] lang/{javascript,web}: add html/js/css reformatting (web-beautify)
+ [X] Fix org-export + shackle integration :bug:ui: + [X] Fix org-export + shackle integrationui:
+ [X] app/rss: hide modeline in listing window :ui: + [X] app/rss: hide modeline in listing window
+ [X] feature/eval: fix code-build system :new: + [X] feature/eval: fix code-build system
+ [X] Add .travis.yml + [X] Add .travis.yml
+ [X] yasnippet: don't hijack TAB in other modes :bug: + [X] yasnippet: don't hijack TAB in other modes
+ [X] private bindings: don't hijack TAB in magit :bug: + [X] private bindings: don't hijack TAB in magit
+ [X] lang/org: add +notes submodule :new: + [X] lang/org: add +notes submodule
+ [X] Add unit-tests :new: + [X] Add unit-tests
+ [X] Remove unnecessary ~provide~'s in core autoloaded libraries :refactor: + [X] Remove unnecessary ~provide~'s in core autoloaded libraries
+ [X] Fix ~doom-buffers-in-mode~ :bug: + [X] Fix ~doom-buffers-in-mode~
+ [X] ~+evil:file-move~: don't error if save-place-mode is disabled :bug: + [X] ~+evil:file-move~: don't error if save-place-mode is disabled
+ [X] ~doom/backward-delete-whitespace-to-column~: fix out-of-bounds error :bug: + [X] ~doom/backward-delete-whitespace-to-column~: fix out-of-bounds error
+ [X] Remove references to doom/append-semicolon; use evil append mode instead :remove: + [X] Remove references to doom/append-semicolon; use evil append mode instead
+ [X] Add module bootstrapping mechanism (for installing external dependencies) :new: + [X] Add module bootstrapping mechanism (for installing external dependencies)
See ~doom-bootstrap~, ~make bootstrap~ and ~def-bootstrap!~ See ~doom-bootstrap~, ~make bootstrap~ and ~def-bootstrap!~
+ [X] TRAMP: use ~doom-local-dir~ for temp files :fix: + [X] TRAMP: use ~doom-local-dir~ for temp files
+ [X] Add ~doom/recompile~ :new: + [X] Add ~doom/recompile~
+ [X] highlight-indent-guides-mode => highlight-indentation-mode :new: + [X] highlight-indent-guides-mode => highlight-indentation-mode
Former won't display indent guides on blank lines, even with my whitespace Former won't display indent guides on blank lines, even with my whitespace
injection hook. injection hook.
+ [X] Recognize package.json as a project root file :new: + [X] Recognize package.json as a project root file
+ [X] ~def-project-mode!~: fix :files property :bug: + [X] ~def-project-mode!~: fix :files property
+ [X] Add ~doom/compile-lite~ and ~make compile-lite~ :new: + [X] Add ~doom/compile-lite~ and ~make compile-lite~
+ [X] delete-trailing-whitespace: don't affect current line :bug: + [X] delete-trailing-whitespace: don't affect current line
+ [X] lang/ruby: detect {Pod,Puppet,Berks}file support :new: + [X] lang/ruby: detect {Pod,Puppet,Berks}file support
+ [X] lang/cc: fix irony-mode initialization in cc modes :bug: + [X] lang/cc: fix irony-mode initialization in cc modes
+ [X] core-os: don't cache exec-path too aggressively :bug: + [X] core-os: don't cache exec-path too aggressively
+ [X] xref integration for javascript (xref-js2) & emacs-lisp :new: + [X] xref integration for javascript (xref-js2) & emacs-lisp
+ [X] Update lang/haskell (and add dante) :new: + [X] Update lang/haskell (and add dante)
+ [X] Add feature/jump :new: + [X] Add feature/jump
+ [X] Replace beacon with nav-flash :new: + [X] Replace beacon with nav-flash
+ [X] Fix ~remove-hook!~ macro :bug: + [X] Fix ~remove-hook!~ macro
+ [X] lang/latex: improve auctex+reftex config :new: + [X] lang/latex: improve auctex+reftex config
+ [X] ui/doom: improve doom-buffer-mode heuristics :refactor: + [X] ui/doom: improve doom-buffer-mode heuristics
+ [X] ui/doom-dashboard: fix max-specpdl-size error on macos :bug: + [X] ui/doom-dashboard: fix max-specpdl-size error on macos
+ [X] Add app/rss :new: + [X] Add app/rss
+ [X] Made ~doom-real-buffer-p~ flexible w/ ~doom-real-buffer-functions~ + [X] Made ~doom-real-buffer-p~ flexible w/ ~doom-real-buffer-functions~
+ [X] Fix duplicates in package management retrieval functions + [X] Fix duplicates in package management retrieval functions
+ [X] Rewrite feature/eval + [X] Rewrite feature/eval
@ -118,45 +118,45 @@
+ [X] Rer-project perspectives (projectile integration) + [X] Rer-project perspectives (projectile integration)
+ [X] Per-frame perspectives + [X] Per-frame perspectives
+ [3/3] Update lang/go + [3/3] Update lang/go
+ [X] Autocompletion (gocode + company-go) :new: + [X] Autocompletion (gocode + company-go)
+ [X] REPL support (gore) :new: + [X] REPL support (gore)
+ [X] Code navigation with go-guru :new: + [X] Code navigation with go-guru
+ [2/2] feature/snippets + [2/2] feature/snippets
+ [X] Support nested snippets :new: + [X] Support nested snippets
+ [X] Fix snippet aliases (~%alias~) :bug: + [X] Fix snippet aliases (~%alias~)
+ [7/7] lang/javascript + [7/7] lang/javascript
+ [X] Add jsx support (rjsx-mode) :new: + [X] Add jsx support (rjsx-mode)
+ [X] Fix ~doom/newline-and-indent~ for rjsx-mode :bug: + [X] Fix ~doom/newline-and-indent~ for rjsx-mode
+ [X] Remove electric < in rjsx-mode :new: + [X] Remove electric < in rjsx-mode
+ [X] Enable emmet-mode in rjsx-mode :new: + [X] Enable emmet-mode in rjsx-mode
+ [X] Have tern use projectile for project detection :new: + [X] Have tern use projectile for project detection
+ [X] Add ~skewer-mode~ + [X] Add ~skewer-mode~
+ [X] Add +javascript-gulp-mode + [X] Add +javascript-gulp-mode
+ [5/5] lang/web + [5/5] lang/web
+ [X] Add +css/toggle-inline-or-block command :new: + [X] Add +css/toggle-inline-or-block command
+ [X] Remove +web-bower-mode (I don't use it anymore) + [X] Remove +web-bower-mode (I don't use it anymore)
+ [X] Improve +web-angularjs-mode detection + [X] Improve +web-angularjs-mode detection
+ [X] Add ~+web-react-mode~ + [X] Add ~+web-react-mode~
+ [X] Improve +web-react-mode detection + [X] Improve +web-react-mode detection
+ [4/4] app/present :new: + [4/4] app/present
+ [X] reveal.js support (& org-mode integration) + [X] reveal.js support (& org-mode integration)
+ [X] emacs for slide presentations (org-tree-slides) + [X] emacs for slide presentations (org-tree-slides)
+ [X] big-mode (toggleable large-fonts) + [X] big-mode (toggleable large-fonts)
+ [X] impatient-mode + [X] impatient-mode
+ [2/2] app/email :new: + [2/2] app/email
+ [X] Mail through smtp + [X] Mail through smtp
+ [X] Basic mu4e setup + [X] Basic mu4e setup
+ [2/2] feature/workspaces + [2/2] feature/workspaces
+ [X] Fix +workspace/kill-session :bug: + [X] Fix +workspace/kill-session
+ [X] Don't silence when saving (not important enough) :refactor: + [X] Don't silence when saving (not important enough)
** 2.0.0 [8/8] ** 2.0.0 [8/8]
+ [X] lang/org: TAB = dwim :new: + [X] lang/org: TAB = dwim
+ [X] Improve ~:todo~ :new: + [X] Improve ~:todo~
+ [X] Conform defuns to naming conventions :refactor: + [X] Conform defuns to naming conventions
+ [X] Reduce interactive autoloaded defuns :refactor: + [X] Reduce interactive autoloaded defuns
+ [X] feature/jump: code navigation system (xref, dumb-jump) :new: + [X] feature/jump: code navigation system (xref, dumb-jump)
+ [X] Enable flyspell correction popups :new: + [X] Enable flyspell correction popups
+ [X] Replace workgroups2 with persp-mode :new: + [X] Replace workgroups2 with persp-mode
+ [X] Add tools/upload :new: + [X] Add tools/upload