git.cjennings.net
:
emacs-wttrin
main
release/0.4.0
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: don't steal focus when an async weather response renders
Craig Jennings
2026-06-28
1
-1
/
+5
*
fix: drop stale async weather responses that overwrite a newer query
Craig Jennings
2026-06-28
1
-2
/
+14
*
fix: stop the mode-line cleanly when disabled before startup fires
Craig Jennings
2026-06-28
1
-2
/
+29
*
fix: always evict at least one cache entry when over max
Craig Jennings
2026-06-28
1
-3
/
+4
*
fix: key the cache on all response-shaping settings
Craig Jennings
2026-06-28
1
-2
/
+7
*
fix: require subr-x for string-trim
Craig Jennings
2026-06-28
1
-0
/
+1
*
chore: clean up package metadata
Craig Jennings
2026-06-28
1
-1
/
+1
*
style: normalize wttrin-default-locations indentation to spaces
Craig Jennings
2026-06-28
1
-5
/
+5
*
refactor: extract the auto-fit input guard, fix a unit-stale docstring
Craig Jennings
2026-06-28
1
-7
/
+14
*
feat: fit and center the weather buffer in its window
Craig Jennings
2026-06-28
1
-8
/
+146
*
fix: drop the alias query from history when making it the default
HEAD
main
Craig Jennings
2026-06-26
1
-0
/
+2
*
fix: keep saved locations and search history disjoint
Craig Jennings
2026-06-26
1
-1
/
+13
*
feat: save the location to the directory when making it the default
Craig Jennings
2026-06-26
1
-5
/
+8
*
docs: use a public landmark address in saved-location examples
Craig Jennings
2026-06-26
1
-1
/
+1
*
feat: add named-locations directory with display names
Craig Jennings
2026-06-26
1
-113
/
+370
*
feat: add external-command geolocation, opt-out, and example adapters
Craig Jennings
2026-06-25
1
-8
/
+47
*
feat: add current-location detection to the weather picker
Craig Jennings
2026-06-25
1
-32
/
+118
*
fix: refresh mode-line weather when the default location changes
Craig Jennings
2026-06-25
1
-2
/
+15
*
feat: add 'd' key to make the displayed location the default
Craig Jennings
2026-06-24
1
-6
/
+42
*
feat: expose themeable faces for mode-line and buffer text
Craig Jennings
2026-06-23
1
-12
/
+49
*
fix: keep location history registered after a savehist setq
Craig Jennings
2026-06-21
1
-1
/
+9
*
feat: add persistent location search history
Craig Jennings
2026-06-21
1
-2
/
+58
*
feat: add typed error hierarchy for fetch failures
Craig Jennings
2026-06-21
1
-8
/
+52
*
feat: support t for auto-detect via geolocation in wttrin-favorite-location
Craig Jennings
2026-05-05
1
-32
/
+105
*
feat: add wttrin-display-options for wttr.in flag customization (closes #3)
Craig Jennings
2026-05-05
1
-1
/
+25
*
docs: explain mode-line state and update flow
Craig Jennings
2026-04-26
1
-0
/
+20
*
refactor: extract wttrin--mode-line-extract-emoji helper
Craig Jennings
2026-04-26
1
-4
/
+10
*
refactor: extract wttrin--mode-line-stale-p helper
Craig Jennings
2026-04-26
1
-5
/
+13
*
bump version to 0.3.2
v0.3.2
Craig Jennings
2026-04-26
1
-1
/
+1
*
fix: omit :foreground from emoji icon face when no color provided
Craig Jennings
2026-04-26
1
-4
/
+7
*
feat: add IP geolocation command for setting wttrin-favorite-location
Craig Jennings
2026-04-22
1
-0
/
+34
*
bump version to 0.3.1
v0.3.1
Craig Jennings
2026-04-04
1
-1
/
+1
*
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
[next]