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: 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
*
package prep: linter bugfixing and updated readme
v0.2.3
Craig Jennings
2024-04-01
1
-6
/
+1
*
bugfixes
Craig Jennings
2024-04-01
1
-23
/
+27
*
customize font, display date, clean requeries, license change, &c.
v0.2.2
Craig Jennings
2024-04-01
1
-20
/
+69
*
Reapplying patch to avoid raw HTML; other changes
Craig Jennings
2024-03-11
1
-36
/
+35
*
applying outstanding patches
Craig Jennings
2021-08-25
1
-1
/
+14
*
Added user.agent fix to correct color display, also using https
Craig Jennings
2021-08-23
1
-2
/
+2
*
Default the city name if only one city is defined.
Dave Pearson
2017-06-12
1
-1
/
+5
*
Allow wttrin to be called with a city as an argument
Dave Pearson
2017-06-12
1
-4
/
+4
*
[add] add HTTP request header: Accept-Language, display different language.
emacsist
2017-03-22
1
-0
/
+7
*
Added local keymap
Pavel Kurnosov
2016-04-14
1
-0
/
+7
[next]