X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=ISSUES.org;h=462478632c4e2bdc72efce37a66cdb27ca73ed72;hp=2b637c0a4d56860849b99cbdb0fbc8525934e955;hb=a29c98cf4d17b09060d923f2e9e2510563027c7a;hpb=c9175aedfaf3daeca6b2414f74ef703f2f6cbc1f diff --git a/ISSUES.org b/ISSUES.org index 2b637c0..4624786 100644 --- a/ISSUES.org +++ b/ISSUES.org @@ -14,11 +14,6 @@ this can happen: - [X] shift history out of node tree and into separate stack - [ ] make history stack variables buffer-local - [ ] have elpher-with-clean-buffer select appropriate buffer - -** OPEN Remove "redraw" command -This is only necessary for returning from displaying the raw -server response. If I can provide a better way of doing that -then we can get rid of redraw entirely. ** OPEN Replace support for user-specified starting pages This used to be available, but was removed during a refactor. @@ -46,6 +41,10 @@ Here is the checklist of features required before release: The last few will be made infinitely easier if we factor the gopher "getter" code differently. +** OPEN Implement Finger support + +** OPEN Add history browsing + * Bugs * Completed improvements @@ -108,6 +107,14 @@ do, but will process the URL to do it. This also means that non-gopher URLs will be explicitly represented as such: no more abusing the "h" type for these. +** INVALID Remove "redraw" command +This is only necessary for returning from displaying the raw +server response. If I can provide a better way of doing that +then we can get rid of redraw entirely. + +Actually, this command can be useful to correct rendering issues that +occasionally pop up in termal windows. Lets leave it for now. + * Closed issues ** CLOSED Org mode faces are not present in recent emacs versions