git.cjennings.net
:
emacs-wttrin
main
Emacs frontend for Igor Chubin's wttr.in weather service
Craig Jennings
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wttrin.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: weather ASCII art wraps when window is narrow
Craig Jennings
2026-04-04
1
-0
/
+2
*
fix: weather buffer shows location in lowercase
Craig Jennings
2026-04-04
1
-0
/
+4
*
feat: specific error messages for fetch failures
Craig Jennings
2026-04-04
1
-29
/
+65
*
bump version to 0.3.0
v0.3.0
Craig Jennings
2026-04-04
1
-1
/
+1
*
fix: clean byte-compilation warnings
Craig Jennings
2026-04-04
1
-2
/
+2
*
doc: note wttr.in update frequency in refresh interval docstrings
Craig Jennings
2026-04-04
1
-2
/
+5
*
doc: improve source comments for senior developer audience
Craig Jennings
2026-04-04
1
-23
/
+21
*
fix: emoji dimming can disagree with tooltip staleness
Craig Jennings
2026-04-04
1
-0
/
+10
*
fix: cache timestamp reflects request time, not response time
Craig Jennings
2026-04-04
1
-3
/
+2
*
fix: validate-weather-data corrupts match data
Craig Jennings
2026-04-04
1
-1
/
+1
*
fix: mode-line tooltip always shows "Updated just now"
Craig Jennings
2026-04-04
1
-14
/
+26
*
fix: mode-line tooltip shows location in lowercase
Craig Jennings
2026-04-04
1
-1
/
+11
*
doc: update copyright years to 2026 and add missing author field
Craig Jennings
2026-04-04
1
-1
/
+1
*
refactor: remove malformed autoload cookie for risky-local-variable
Craig Jennings
2026-04-04
1
-1
/
+0
*
refactor: extract mode-line icon and string helpers
Craig Jennings
2026-04-04
1
-40
/
+32
*
refactor: replace debug guard blocks with self-guarding no-op stubs
Craig Jennings
2026-04-04
1
-62
/
+43
*
refactor: remove dead wttrin-exit function
Craig Jennings
2026-04-04
1
-5
/
+0
*
test: add 50 tests for untested functions; fix nil crash in save-debug-data
Craig Jennings
2026-04-04
1
-4
/
+8
*
feat: unified cache and staleness handling for mode-line and buffer
Craig Jennings
2026-02-21
1
-60
/
+152
*
feat: mode-line: show hourglass placeholder before first weather fetch
Craig Jennings
2026-02-20
1
-0
/
+17
*
fix: mode-line: validate API response before updating display
Craig Jennings
2026-02-20
1
-4
/
+19
*
refactor: core: rename wttrin-mode-line-favorite-location to wttrin-favorite-...
Craig Jennings
2025-11-13
1
-15
/
+16
*
doc: core: fix checkdoc warnings in docstrings
Craig Jennings
2025-11-13
1
-2
/
+2
*
feat: mode-line: defer network requests until after Emacs initialization
Craig Jennings
2025-11-13
1
-1
/
+7
*
refactor: fetch: extract response parsing into separate testable functions
Craig Jennings
2025-11-13
1
-29
/
+50
*
refactor: core: lazy-load xterm-color dependency
Craig Jennings
2025-11-08
1
-1
/
+5
*
refactor: debug: route all debug output to debug log instead of Messages
Craig Jennings
2025-11-08
1
-13
/
+12
*
refactor: Improve cache cleanup clarity and add input validation
Craig Jennings
2025-11-08
1
-19
/
+34
*
feat: debug: add comprehensive debug logging and integration tests
Craig Jennings
2025-11-08
1
-11
/
+28
*
refactor: mode-line: extract inline keymap to shared defvar
Craig Jennings
2025-11-08
1
-6
/
+10
*
refactor: config: replace magic numbers with named constants
Craig Jennings
2025-11-08
1
-5
/
+19
*
refactor: render: split wttrin--display-weather into focused helper functions
Craig Jennings
2025-11-08
1
-12
/
+25
*
refactor: fetch: extract duplicate URL fetching logic into wttrin--fetch-url
Craig Jennings
2025-11-08
1
-35
/
+19
*
fix(wttrin): Fix ANSI color rendering on fresh Emacs launch
Craig Jennings
2025-11-04
1
-15
/
+15
*
feat:wttrin: Add auto-enable option for mode-line weather display
Craig Jennings
2025-11-04
1
-0
/
+12
*
refactor:debug: Rename and enhance wttrin debug functions
Craig Jennings
2025-11-04
1
-5
/
+224
*
refactor:wttrin: Make asynchronous loading standard
Craig Jennings
2025-11-04
1
-78
/
+11
*
feat:debug: Add debugging utilities for wttrin
Craig Jennings
2025-11-04
1
-17
/
+32
*
feat:wttrin-mode: Add major mode for weather display
Craig Jennings
2025-11-04
1
-39
/
+52
*
feat(emacs): Add asynchronous weather fetching to wttrin
Craig Jennings
2025-11-04
1
-54
/
+142
*
Add comprehensive ERT test suite and fix critical bugs
Craig Jennings
2025-11-04
1
-11
/
+31
*
Add caching system for weather data
Craig Jennings
2025-09-25
1
-11
/
+93
*
use https rather than http
Craig Jennings
2025-09-24
1
-1
/
+1
*
don't mutate url-request-extra-headers
Craig Jennings
2025-09-24
1
-7
/
+7
*
ensure utf-8 encoding
Craig Jennings
2025-09-24
1
-1
/
+1
*
changed accept-language variable name to wttrin-default-languages
Craig Jennings
2024-04-22
1
-3
/
+3
*
clean-up byte compile and licensing issues
Craig Jennings
2024-04-21
1
-47
/
+53
*
fix docstring longer than 80 characters
Craig Jennings
2024-04-21
1
-1
/
+2
*
Add License Boilerplate and SPDX-License-Identifier for GPL 3.0
Craig Jennings
2024-04-21
1
-0
/
+17
*
fit and finish bugfixing
Craig Jennings
2024-04-11
1
-38
/
+53
[next]