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
*
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
*
Add autoload cookie for lazy loading
Syohei YOSHIDA
2016-03-06
1
-0
/
+1
*
Some improvements and drop ido dependency
Carl X. Su
2016-03-06
1
-4
/
+3
*
Update buffer generation rules
Carl X. Su
2016-03-06
1
-0
/
+2
*
Update author list and version
Carl X. Su
2016-03-06
1
-1
/
+2
*
Fix typo and conflict
Carl X. Su
2016-03-06
1
-17
/
+24
|
\
|
*
wttrin-default-cities & completion
kuanyui
2016-03-06
1
-12
/
+7
|
*
Error handling
kuanyui
2016-03-06
1
-8
/
+11
|
*
Refactoring to more universal functions
kuanyui
2016-03-06
1
-8
/
+13
|
*
More universal C-u M-x wttrin
kuanyui
2016-03-06
1
-14
/
+19
|
*
Rename function
kuanyui
2016-03-06
1
-1
/
+1
|
*
Prevent creating duplicated buffers
kuanyui
2016-03-06
1
-2
/
+1
[next]