summaryrefslogtreecommitdiff
path: root/wttrin.el
AgeCommit message (Expand)Author
2025-11-13doc: core: fix checkdoc warnings in docstringsCraig Jennings
2025-11-13feat: mode-line: defer network requests until after Emacs initializationCraig Jennings
2025-11-13refactor: fetch: extract response parsing into separate testable functionsCraig Jennings
2025-11-08refactor: core: lazy-load xterm-color dependencyCraig Jennings
2025-11-08refactor: debug: route all debug output to debug log instead of MessagesCraig Jennings
2025-11-08refactor: Improve cache cleanup clarity and add input validationCraig Jennings
2025-11-08feat: debug: add comprehensive debug logging and integration testsCraig Jennings
2025-11-08refactor: mode-line: extract inline keymap to shared defvarCraig Jennings
2025-11-08refactor: config: replace magic numbers with named constantsCraig Jennings
2025-11-08refactor: render: split wttrin--display-weather into focused helper functionsCraig Jennings
2025-11-08refactor: fetch: extract duplicate URL fetching logic into wttrin--fetch-urlCraig Jennings
2025-11-04fix(wttrin): Fix ANSI color rendering on fresh Emacs launchCraig Jennings
2025-11-04feat:wttrin: Add auto-enable option for mode-line weather displayCraig Jennings
2025-11-04refactor:debug: Rename and enhance wttrin debug functionsCraig Jennings
2025-11-04refactor:wttrin: Make asynchronous loading standardCraig Jennings
2025-11-04feat:debug: Add debugging utilities for wttrinCraig Jennings
2025-11-04feat:wttrin-mode: Add major mode for weather displayCraig Jennings
2025-11-04feat(emacs): Add asynchronous weather fetching to wttrinCraig Jennings
2025-11-04Add comprehensive ERT test suite and fix critical bugsCraig Jennings
2025-09-25Add caching system for weather dataCraig Jennings
2025-09-24use https rather than httpCraig Jennings
2025-09-24don't mutate url-request-extra-headersCraig Jennings
2025-09-24ensure utf-8 encodingCraig Jennings
2024-04-22changed accept-language variable name to wttrin-default-languagesCraig Jennings
2024-04-21clean-up byte compile and licensing issuesCraig Jennings
2024-04-21fix docstring longer than 80 charactersCraig Jennings
2024-04-21Add License Boilerplate and SPDX-License-Identifier for GPL 3.0Craig Jennings
2024-04-11fit and finish bugfixingCraig Jennings
2024-04-01package prep: linter bugfixing and updated readmeCraig Jennings
2024-04-01bugfixesCraig Jennings
2024-04-01customize font, display date, clean requeries, license change, &c.Craig Jennings
2024-03-11Reapplying patch to avoid raw HTML; other changesCraig Jennings
2021-08-25applying outstanding patchesCraig Jennings
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
2017-06-12Allow wttrin to be called with a city as an argumentDave Pearson
2017-03-22[add] add HTTP request header: Accept-Language, display different language.emacsist
2016-04-14Added local keymapPavel Kurnosov
2016-03-06Add autoload cookie for lazy loadingSyohei YOSHIDA
2016-03-06Some improvements and drop ido dependencyCarl X. Su
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