<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs-wttrin/wttrin.el, branch v0.2.4</title>
<subtitle>Emacs frontend for Igor Chubin's wttr.in weather service
</subtitle>
<id>https://git.cjennings.net/emacs-wttrin/atom?h=v0.2.4</id>
<link rel='self' href='https://git.cjennings.net/emacs-wttrin/atom?h=v0.2.4'/>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/emacs-wttrin/'/>
<updated>2024-04-22T16:28:38+00:00</updated>
<entry>
<title>changed accept-language variable name to wttrin-default-languages</title>
<updated>2024-04-22T16:28:38+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2024-04-22T16:28:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/emacs-wttrin/commit/?id=fb56736b9034b9a25a372fb981e875fd0e51e77d'/>
<id>urn:sha1:fb56736b9034b9a25a372fb981e875fd0e51e77d</id>
<content type='text'>
 the unwieldly wttrin-default-accept-language became the lighter-weight and more
 user-friendly wttrin-default-language
</content>
</entry>
<entry>
<title>clean-up byte compile and licensing issues</title>
<updated>2024-04-21T19:55:43+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2024-04-21T19:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/emacs-wttrin/commit/?id=a3e7ff21adce114c807781d057d88604766e2c40'/>
<id>urn:sha1:a3e7ff21adce114c807781d057d88604766e2c40</id>
<content type='text'>
- fix let-binding for date-time-stamp and location-info
- also switched goto-line usage (interactive only) with forward-line
- require face-remap for buffer-face-mode-face
- adjust all code and docstring for 80 column width
</content>
</entry>
<entry>
<title>fix docstring longer than 80 characters</title>
<updated>2024-04-21T18:45:30+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2024-04-21T18:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/emacs-wttrin/commit/?id=e31f4597c694e4783ece22ff7b446512e09b8b3a'/>
<id>urn:sha1:e31f4597c694e4783ece22ff7b446512e09b8b3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add License Boilerplate and SPDX-License-Identifier for GPL 3.0</title>
<updated>2024-04-21T18:25:17+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2024-04-21T18:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/emacs-wttrin/commit/?id=2e60c808a37e8b0b7a601479ad1b4785f2522a70'/>
<id>urn:sha1:2e60c808a37e8b0b7a601479ad1b4785f2522a70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fit and finish bugfixing</title>
<updated>2024-04-11T09:20:05+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>craigmartinjennings@gmail.com</email>
</author>
<published>2024-04-11T09:20:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/emacs-wttrin/commit/?id=f0d47ae104bba987156d7f3c5501c73e9523e1e4'/>
<id>urn:sha1:f0d47ae104bba987156d7f3c5501c73e9523e1e4</id>
<content type='text'>
- adjust display header to location and date
- change references from cities to location
- update default-location names

requery smoothly
- always name the buffer *wttr.in* for easy reuse/killing
- keep the buffer display up while user chooses next location
</content>
</entry>
<entry>
<title>package prep: linter bugfixing and updated readme</title>
<updated>2024-04-01T21:03:54+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>craigmartinjennings@gmail.com</email>
</author>
<published>2024-04-01T20:52:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/emacs-wttrin/commit/?id=14d910c685437bdc2e6fcf73cf9572f2e16c793b'/>
<id>urn:sha1:14d910c685437bdc2e6fcf73cf9572f2e16c793b</id>
<content type='text'>
- added manual and straight installation instructions
- corrected font-height setting example
- corrected :type for wttrin-default-accept-language
- fix docstrings

corrected emacs-lisp code block, upcased usage header
</content>
</entry>
<entry>
<title>bugfixes</title>
<updated>2024-04-01T19:52:13+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>craigmartinjennings@gmail.com</email>
</author>
<published>2024-04-01T19:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/emacs-wttrin/commit/?id=750acf6a3fb6bed276b583d72fde9e1e65332f04'/>
<id>urn:sha1:750acf6a3fb6bed276b583d72fde9e1e65332f04</id>
<content type='text'>
- fixed types for default-accept-language and default-cities
- removed unneeded status variable in wttrin-fetch-raw-string
- syntax correction in defgroup wttrin description
- changed default font to Lucida Console (more universal + compatible with wttr.in)
- added games to keywords per package linter
- updated version, header description, and commentary
</content>
</entry>
<entry>
<title>customize font, display date, clean requeries, license change, &amp;c.</title>
<updated>2024-04-01T16:19:41+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>craigmartinjennings@gmail.com</email>
</author>
<published>2024-04-01T16:19:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/emacs-wttrin/commit/?id=84b79776b53e83bbe9563e51ef1099f42ef40183'/>
<id>urn:sha1:84b79776b53e83bbe9563e51ef1099f42ef40183</id>
<content type='text'>
- changed license to GPLv3
- allow user to specify font name and height for display
- place date/time stamp above location name at top of buffer
- re-query with new location deletes to reduce buffer clutter
- updated screenshot to show current updates
- changed references from "city" to "location" in wttrin.el
- removed old CI config files
- removed old badges from readme file
</content>
</entry>
<entry>
<title>Reapplying patch to avoid raw HTML; other changes</title>
<updated>2024-03-12T01:31:27+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>craigmartinjennings@gmail.com</email>
</author>
<published>2024-03-12T01:31:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/emacs-wttrin/commit/?id=9e61232a792be81def474345be20d4fdd87150bc'/>
<id>urn:sha1:9e61232a792be81def474345be20d4fdd87150bc</id>
<content type='text'>
Other changes being:
- added text prompt for quitting and selecting another city
- updated default cities
- fixed docstring issues reported by Emacs' linter
- updated several prompt texts
- updated maintainer
</content>
</entry>
<entry>
<title>applying outstanding patches</title>
<updated>2021-08-25T17:21:38+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>craigmartinjennings@gmail.com</email>
</author>
<published>2021-08-25T17:21:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/emacs-wttrin/commit/?id=58104cc393ea3f945b669e1c5f7b4d9861c8681f'/>
<id>urn:sha1:58104cc393ea3f945b669e1c5f7b4d9861c8681f</id>
<content type='text'>
This fork has the following patches applied (still outstanding in bcbcarl/emacs-wttrin):
- patch for selecting the unit system: https://github.com/bcbcarl/emacs-wttrin/pull/10
- patch for url request to return ascii rather than html https://github.com/bcbcarl/emacs-wttrin/pull/18
- patch to use https instead of http: https://github.com/bcbcarl/emacs-wttrin/pull/15
</content>
</entry>
</feed>
