git.cjennings.net
:
emacs-wttrin
main
Emacs frontend for Igor Chubin's wttr.in weather service
Craig Jennings
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: specific error messages for fetch failures
Craig Jennings
2026-04-04
11
-63
/
+466
*
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
2
-2
/
+3
*
doc: note wttr.in update frequency in refresh interval docstrings
Craig Jennings
2026-04-04
1
-2
/
+5
*
doc: tighten README prose, remove AI writing patterns
Craig Jennings
2026-04-04
1
-30
/
+15
*
doc: update README with missing features, fix stale content
Craig Jennings
2026-04-04
1
-15
/
+20
*
doc: improve source comments for senior developer audience
Craig Jennings
2026-04-04
2
-29
/
+26
*
fix: debug-wttrin-show-raw serves cached data instead of fetching
Craig Jennings
2026-04-04
2
-4
/
+23
*
fix: emoji dimming can disagree with tooltip staleness
Craig Jennings
2026-04-04
2
-0
/
+36
*
fix: cache timestamp reflects request time, not response time
Craig Jennings
2026-04-04
2
-3
/
+30
*
fix: validate-weather-data corrupts match data
Craig Jennings
2026-04-04
2
-1
/
+12
*
fix: mode-line tooltip always shows "Updated just now"
Craig Jennings
2026-04-04
3
-16
/
+204
*
fix: mode-line tooltip shows location in lowercase
Craig Jennings
2026-04-04
2
-1
/
+95
*
doc: update copyright years to 2026 and add missing author field
Craig Jennings
2026-04-04
37
-37
/
+38
*
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
2
-40
/
+160
*
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
*
fix: debug-wttrin-show-raw broken by async API change
Craig Jennings
2026-04-04
2
-13
/
+120
*
test: add 50 tests for untested functions; fix nil crash in save-debug-data
Craig Jennings
2026-04-04
12
-4
/
+1172
*
feat: unified cache and staleness handling for mode-line and buffer
Craig Jennings
2026-02-21
9
-247
/
+479
*
feat: mode-line: show hourglass placeholder before first weather fetch
Craig Jennings
2026-02-20
2
-0
/
+86
*
fix: mode-line: validate API response before updating display
Craig Jennings
2026-02-20
2
-4
/
+244
*
doc: tests: update README-DEBUG-TESTS.org with renamed integration test file
Craig Jennings
2026-02-17
1
-0
/
+83
*
refactor: tests: standardize naming, consolidate files, and expand testutil
Craig Jennings
2026-02-17
23
-897
/
+798
*
refactor: core: rename wttrin-mode-line-favorite-location to wttrin-favorite-...
Craig Jennings
2025-11-13
7
-26
/
+27
*
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
4
-54
/
+420
*
doc: readme: use :load-path instead of add-to-list for use-package
Craig Jennings
2025-11-08
1
-3
/
+1
*
doc: readme: simplify xterm-color configuration instructions
Craig Jennings
2025-11-08
1
-20
/
+13
*
refactor: core: lazy-load xterm-color dependency
Craig Jennings
2025-11-08
2
-3
/
+7
*
feat: makefile: add smoke test target and standardize output symbols
Craig Jennings
2025-11-08
1
-24
/
+45
*
test: smoke: reorganize test suite following quality-engineer.org naming conv...
Craig Jennings
2025-11-08
2
-148
/
+121
*
refactor: debug: route all debug output to debug log instead of Messages
Craig Jennings
2025-11-08
2
-16
/
+15
*
refactor: Improve cache cleanup clarity and add input validation
Craig Jennings
2025-11-08
6
-56
/
+377
*
docs: Simplify manual installation debug example
Craig Jennings
2025-11-08
1
-2
/
+1
*
docs: Use :preface for wttrin-debug instead of external setq
Craig Jennings
2025-11-08
1
-9
/
+8
*
refactor: make debug functions public (single hyphen naming)
Craig Jennings
2025-11-08
4
-9
/
+10
*
docs: add critical setup rules for local development and debugging
Craig Jennings
2025-11-08
1
-5
/
+100
*
feat: debug: add comprehensive debug logging and integration tests
Craig Jennings
2025-11-08
5
-11
/
+417
*
test: add comprehensive integration tests for package loading
Craig Jennings
2025-11-08
1
-0
/
+148
*
refactor: mode-line: extract inline keymap to shared defvar
Craig Jennings
2025-11-08
2
-6
/
+89
*
refactor: config: replace magic numbers with named constants
Craig Jennings
2025-11-08
2
-5
/
+162
*
test: render: add comprehensive ERT tests for display helper functions
Craig Jennings
2025-11-08
3
-0
/
+298
*
refactor: render: split wttrin--display-weather into focused helper functions
Craig Jennings
2025-11-08
1
-12
/
+25
*
test: core: enhance ERT tests for pure functions
Craig Jennings
2025-11-08
3
-146
/
+172
*
refactor: fetch: extract duplicate URL fetching logic into wttrin--fetch-url
Craig Jennings
2025-11-08
2
-35
/
+224
*
fix(wttrin): Fix ANSI color rendering on fresh Emacs launch
Craig Jennings
2025-11-04
6
-19
/
+936
*
docs: Update vc-install instructions for Wttrin in README
Craig Jennings
2025-11-04
1
-3
/
+2
[next]