Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix compilation warnings. | Holger Dürer | 2021-11-01 | 1 | -7/+2 | |
| | | | | | | | | | | | | This is mostly reflowing / reworkding docstrings to keep within 80 characters limit and adding autoloads. There are two warning remaining that I don't understand: - mastodon-async.el:359:16: Warning: reference to free variable ‘url-http-end-of-headers’ - mastodon-http.el:139:8: Warning: value returned from (string-equal json-string "") is unused When adding autoloads this sorts them for better readability. | |||||
* | include user's profile URL in company mentions completion. | mousebot | 2021-11-01 | 1 | -4/+5 | |
| | | | | | also rename company mentions completion default value to "following" not "followers", which is what the actual search is called and what it returns. | |||||
* | docstrings | mousebot | 2021-10-29 | 1 | -1/+1 | |
| | ||||||
* | flycheck, autoloads, docstrings | mousebot | 2021-10-22 | 1 | -1/+2 | |
| | ||||||
* | improvements to toot mentions completion | mousebot | 2021-10-21 | 1 | -3/+5 | |
| | | | | | | | | | - customize option for completion off, following-only, or all. - 'following=true' is forwarded to http--get-search accordingly. - use company-grab-symbol-cons + regex, prepend "@" to it - also prepend '@' to the list in get-user-info-no-url - this makes company display user handles prepended with '@', and to match and - enter a handle without duplicating the '@' | |||||
* | first go at company completion for mentions in new toots | mousebot | 2021-10-20 | 1 | -0/+19 | |
| | ||||||
* | flycheck: docstrings, autoloads, declarations | mousebot | 2021-10-02 | 1 | -2/+1 | |
| | ||||||
* | package-lint: bump to emacs 26.1, disable stream keybindings | mousebot | 2021-09-22 | 1 | -1/+1 | |
| | ||||||
* | bump masto version, bump emacs version to 25.1, dependency in readme | mousebot | 2021-05-31 | 1 | -2/+2 | |
| | ||||||
* | add request and seq as dependencies, flycheck cleanups, and | mousebot | 2021-05-27 | 1 | -32/+2 | |
| | | | | move http search funs into http.el | |||||
* | flychecks and autoloads | mousebot | 2021-05-26 | 1 | -0/+2 | |
| | ||||||
* | enable live, propertized handle links and tags in search | mousebot | 2021-05-18 | 1 | -33/+37 | |
| | ||||||
* | message for notifs load, tiny search.el cleanup | mousebot | 2021-05-17 | 1 | -11/+13 | |
| | ||||||
* | clean-up edits after flycheck/bytecompile. | mousebot | 2021-05-16 | 1 | -11/+36 | |
| | ||||||
* | change search results order: statuses, users, hashtags | mousebot | 2021-05-12 | 1 | -6/+6 | |
| | ||||||
* | add basic search functions | mousebot | 2021-05-11 | 1 | -0/+145 | |