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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
feat:docs: Add mode-line weather display feature
Craig Jennings
2025-11-04
1
-0
/
+50
*
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
3
-57
/
+331
*
refactor:wttrin: Make asynchronous loading standard
Craig Jennings
2025-11-04
2
-90
/
+13
*
docs: Update README with Emacs 29+ note and advanced settings
Craig Jennings
2025-11-04
1
-0
/
+20
*
feat:debug: Add debugging utilities for wttrin
Craig Jennings
2025-11-04
2
-17
/
+84
*
docs:README: Add VC install instructions
Craig Jennings
2025-11-04
1
-0
/
+14
*
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
3
-56
/
+365
*
feat:Makefile: Add dependency installation target
Craig Jennings
2025-11-04
1
-2
/
+23
*
remove coloring from the Makefile
Craig Jennings
2025-11-04
1
-42
/
+35
*
feat:Makefile: Add Makefile for build and test automation
Craig Jennings
2025-11-04
1
-0
/
+218
[next]