summaryrefslogtreecommitdiff
path: root/wttrin.el
AgeCommit message (Collapse)Author
2024-03-11Reapplying patch to avoid raw HTML; other changesCraig Jennings
Other changes being: - added text prompt for quitting and selecting another city - updated default cities - fixed docstring issues reported by Emacs' linter - updated several prompt texts - updated maintainer
2021-08-25applying outstanding patchesCraig Jennings
This fork has the following patches applied (still outstanding in bcbcarl/emacs-wttrin): - patch for selecting the unit system: https://github.com/bcbcarl/emacs-wttrin/pull/10 - patch for url request to return ascii rather than html https://github.com/bcbcarl/emacs-wttrin/pull/18 - patch to use https instead of http: https://github.com/bcbcarl/emacs-wttrin/pull/15
2021-08-23Added user.agent fix to correct color display, also using httpsCraig Jennings
2017-06-12Default the city name if only one city is defined.Dave Pearson
If wttrin-default-cities only has the one city in it, default the input to wttrin to that so that it's easier and faster to get the weather.
2017-06-12Allow wttrin to be called with a city as an argumentDave Pearson
This means it can be easily called from other code, with the city passed as an argument.
2017-03-22[add] add HTTP request header: Accept-Language, display different language.emacsist
2016-04-14Added local keymapPavel Kurnosov
Local keymap allows to quit current buffer or query for new place.
2016-03-06Add autoload cookie for lazy loadingSyohei YOSHIDA
2016-03-06Some improvements and drop ido dependencyCarl X. Su
* Depend on stable version of `xterm-color`. * Use `erase-buffer` instead of delete all region. * Replace `ido-completing-read` with `completing-read`.
2016-03-06Update buffer generation rulesCarl X. Su
2016-03-06Update author list and versionCarl X. Su
2016-03-06Fix typo and conflictCarl X. Su
2016-03-06wttrin-default-cities & completionkuanyui
2016-03-06Error handlingkuanyui
2016-03-06Refactoring to more universal functionskuanyui
2016-03-06More universal C-u M-x wttrinkuanyui
2016-03-06Remove unnecessary variableCarl X. Su
2016-03-06Rename functionkuanyui
2016-03-06Prevent creating duplicated bufferskuanyui
2016-03-06Remove unused local bindingkuanyui
2016-03-06Remove HTTP headerkuanyui
2016-03-06Fix requirekuanyui
2016-03-06Initial commitCarl X. Su