Release to allow opening links in new buffer.
[elpher.git] / elpher.el
2024-03-24 plugdRelease to allow opening links in new buffer. master v3.6.0
2024-02-14 plugdPatch release. v3.5.1
2024-02-14 plugdProper handling of query-only gemini links.
2023-05-05 plugdFixed small cert-related bugs, updated docs. v3.5.0
2023-05-04 plugdPrespecify client certs for certain URLs.
2023-03-31 plugdCleanly handle C-g at client certificate prompt.
2023-03-29 plugdAdded gophers (gopher with TLS) to external link handlers.
2023-03-23 plugdPatch release. v3.4.3
2023-03-23 plugdSensibly handle C-g when requesting gemini input.
2022-08-09 plugdMake elpher-go-current respect default url scheme.
2022-08-09 plugdRemoved useless page creation.
2022-08-09 plugdAdded rx dependency to resolve flycheck warning.
2022-08-09 plugdFixed issue to do with current buffer changing during...
2022-08-07 plugdFixed a text/gemini parsing regression.
2022-07-15 plugdFixed an issue with parsing scheme://@host urls.
2022-07-15 plugdComment cleanup and version bump. v3.4.2
2022-07-11 plugdChanged default preformatted face to default.
2022-07-11 plugdReplaced custom preformatted text face.
2022-05-30 plugdRemoved last remaining url-port usage.
2022-05-03 plugdPatch release. v3.4.1
2022-05-02 plugdRemoved preformatted-specific face.
2022-05-02 plugdUpdated welcome page documentation to also mention...
2022-05-01 plugdDocumentation update for 3.4.0. v3.4.0
2022-05-01 plugdAdded option to hide preformatted text by default.
2022-04-11 plugdPatch release. v3.3.3
2022-04-11 plugdPrevents indenting gemini lines prefixed only with...
2022-02-28 plugdPre-define xterm-color vars to avoid compiler warnings.
2022-02-08 plugdAllow square brackets around IPv6 addresses. v3.3.2
2022-02-02 plugdPrevent xterm-color ansi state from persisting across...
2022-02-02 plugdFixed issues flagged by flycheck.
2022-02-02 plugdUpdated documentation for minor release. v3.3.0
2022-02-01 plugdAllow xterm-color to modify properties (broken otherwise).
2022-01-17 plugdFix bookmark jumping when buffer doesn't exist. (Daniel...
2021-10-08 Tim VaughanPrevent buffer switching when *elpher* already visible.
2021-10-07 Tim VaughanAvoid type error when browse-url-br-fun is not a symbol.
2021-10-06 Tim VaughanExplicitly disable adaptive (not auto) fill mode for...
2021-09-11 Alex SchroederMaybe skip advice of browse-url-browser-function
2021-08-23 plugdDisplay both URL and IRI for page info when they differ.
2021-08-21 Alex SchroederDisplay IRI instead of URI for the info page
2021-08-20 plugdAdded Daniel to the copyright list.
2021-08-20 plugdFail gracefully on unsupported image formats.
2021-08-16 plugdBug fix: typo in elpher-go-current
2021-08-12 plugdGemini link prefix strings are back.
2021-08-12 plugdMerge alex/local-files-display
2021-08-12 plugdFixed display of link-only IRIs in text/gemini.
2021-08-11 Alex SchroederFix display of local file links
2021-08-11 Alex SchroederShow IRIs when no display text is available
2021-08-10 plugdFixed imenu caching bug.
2021-08-10 plugdMerged Alex's gemini link line filling.
2021-08-10 plugdBetter handling of default URL schemes.
2021-08-10 plugdFixed gopher type predicate function.
2021-08-09 plugdCan now open gophermap files with file:.
2021-08-09 Alex SchroederFill links
2021-08-09 plugdFixed match data clobbering introduced by previous...
2021-08-09 plugdMerged Alex's IRI support, with tiny changes.
2021-08-04 plugdCleaning up.
2021-08-04 Alex SchroederAdd IRI support
2021-08-04 plugdBug fix in gemini path normalization code.
2021-08-04 plugdVersion bump. v3.2.2
2021-08-04 plugdBug fix: elpher-go was erroring out when elpher wasn...
2021-08-03 plugdBookmarks link on main page now a regular page link.
2021-08-03 plugdURLs now unhexed and decoded prior to use as display...
2021-08-03 plugdAlex's elegant fix for the newline styling issue.
2021-08-03 plugdSanitize display strings for use in header.
2021-08-03 plugdSwitched to window-body-* for getting window dimensions.
2021-08-03 Alex SchroederImproved image rendering: fix max-height
2021-08-02 plugdtext/gemini formatting improvements.
2021-08-02 plugdVersion bump. v3.2.1
2021-08-02 plugdBug fix: elpher-ipv4-only wasn't being respected.
2021-08-02 plugdVersion bump.
2021-08-02 plugdRemoved superfluous function, better bm error handling.
2021-08-01 plugdDelinting.
2021-08-01 plugd"Special" pages are now referred to as "about" pages.
2021-07-31 plugdFixed up special page predicate and associated tests.
2021-07-31 plugdMade start page configurable.
2021-07-31 plugdMerge branch 'master' into about-pages
2021-07-31 plugdPrevent elpher-go* interpreting empty input.
2021-07-30 plugdSpeed up rendering of large gemini pages.
2021-07-30 plugdAdd declaration to avoid compiler warning.
2021-07-30 plugdReified special pages using "about:" pseudo-type.
2021-07-30 plugdSet default max width and height of images.
2021-07-29 plugdAdded Abhiseck Paira to the list of contributors.
2021-07-29 plugdMerge.
2021-07-29 Abhiseck Pairalet elpher handle gemini, gopher links in eww buffer
2021-07-28 plugdVersion bump. v3.1.0
2021-07-28 plugdReplaced eval-with-clean-buffer debug declaration.
2021-07-28 plugdReplaced missing check for elpher bookmark handler.
2021-07-28 plugdFixed indenting of history page headers.
2021-07-28 plugdDelinting, fixed indenting in start page.
2021-07-27 plugdAnother text correction.
2021-07-27 plugdSpelling correction.
2021-07-27 plugdAdded missing call to bookmark-maybe-load-default-file.
2021-07-27 plugdSimplified bookmark page code: thanks Alex!
2021-07-27 plugdChanged some wording on bookmark page.
2021-07-27 plugdMerge.
2021-07-27 plugdBetter grouping of text processing procedures.
2021-07-27 plugdCleaned up elpher bookmark page, made optional.
2021-07-27 plugdFiddling with bookmarks display.
2021-07-26 plugdPlay better with bookmark-bmenu-other-window.
2021-07-26 plugdStop xterm-color from removing text properties.
next