aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ensure utf-8 encodingCraig Jennings2025-09-241-1/+1
|
* wordsmithingCraig Jennings2024-04-221-14/+14
| | | | | | - fix numbering mistake - swap package installation ordering - word tweaking, probably born out of procrastination
* wordsmithingv0.2.4Craig Jennings2024-04-221-1/+1
|
* changed accept-language variable name to wttrin-default-languagesCraig Jennings2024-04-221-3/+3
| | | | | the unwieldly wttrin-default-accept-language became the lighter-weight and more user-friendly wttrin-default-language
* Readme RewriteCraig Jennings2024-04-226-94/+149
| | | | | | - moved the format from markdown to org - much better text IMHO - badges and sections and pictures oh my!
* clean-up byte compile and licensing issuesCraig Jennings2024-04-211-47/+53
| | | | | | | - 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
* fix docstring longer than 80 charactersCraig Jennings2024-04-211-1/+2
|
* Add License Boilerplate and SPDX-License-Identifier for GPL 3.0Craig Jennings2024-04-211-0/+17
|
* fit and finish bugfixingCraig Jennings2024-04-112-38/+54
| | | | | | | | | | - 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
* package prep: linter bugfixing and updated readmev0.2.3Craig Jennings2024-04-012-10/+38
| | | | | | | | | - 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
* squash! Update README.mdCraig Jennings2024-04-011-7/+6
|
* bugfixesCraig Jennings2024-04-011-23/+27
| | | | | | | | | - 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
* Update README.mdCraig Jennings2024-04-011-6/+11
| | | attempted code block and image link fix
* customize font, display date, clean requeries, license change, &c.v0.2.2Craig Jennings2024-04-015-90/+779
| | | | | | | | | | | - 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
* removing fake run-travis-ci.shv0.2.1Craig Jennings2024-03-111-3/+0
|
* Reapplying patch to avoid raw HTML; other changesCraig Jennings2024-03-111-36/+35
| | | | | | | | | 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
* applying outstanding patchesCraig Jennings2021-08-252-1/+23
| | | | | | | 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
* Added user.agent fix to correct color display, also using httpsCraig Jennings2021-08-231-2/+2
|
* Merge pull request #9 from davep/masterCarl X. Su2017-06-141-4/+8
|\ | | | | Small improvements to passing city to wttrin
| * Default the city name if only one city is defined.Dave Pearson2017-06-121-1/+5
| | | | | | | | | | If wttrin-default-cities only has the one city in it, default the input to wttrin to that so that it's easier and faster to get the weather.
| * Allow wttrin to be called with a city as an argumentDave Pearson2017-06-121-4/+4
|/ | | | | This means it can be easily called from other code, with the city passed as an argument.
* Support Accept-Language headerCarl X. Su2017-03-231-0/+6
|
* Merge pull request #8 from emacsist/masterCarl X. Su2017-03-231-0/+7
|\ | | | | [add] HTTP request header: Accept-Language, display different lan…
| * [add] add HTTP request header: Accept-Language, display different language.emacsist2017-03-221-0/+7
|/
* Fix Travis-CI build script permissionCarl X. Su2016-04-261-0/+0
|
* Add Travis-CI build status badgeCarl X. Su2016-04-261-0/+3
|
* Add first Travis-CI configCarl X. Su2016-04-262-0/+21
|
* Merge pull request #6 from pashky/masterCarl X. Su2016-04-142-0/+9
|\ | | | | Added local keymap
| * Added local keymapPavel Kurnosov2016-04-142-0/+9
|/ | | | Local keymap allows to quit current buffer or query for new place.
* Add Gitter badgeCarl X. Su2016-03-181-0/+3
|
* Add MELPA Stable badgeCarl X. Su2016-03-171-0/+3
|
* Update screenshotv0.1.0Carl X. Su2016-03-131-0/+0
|
* Merge pull request #4 from xuchunyang/patch-1Carl X. Su2016-03-071-1/+1
|\ | | | | Add missing quote to prevent evaluating
| * Add missing quote to prevent evaluatingChunyang Xu2016-03-071-1/+1
|/
* Add MELPA badgeCarl X. Su2016-03-071-0/+4
|
* Merge pull request #3 from syohex/autoloadCarl X. Su2016-03-061-0/+1
|\ | | | | Add autoload cookie for lazy loading
| * Add autoload cookie for lazy loadingSyohei YOSHIDA2016-03-061-0/+1
|/
* Some improvements and drop ido dependencyCarl X. Su2016-03-061-4/+3
| | | | | | * Depend on stable version of `xterm-color`. * Use `erase-buffer` instead of delete all region. * Replace `ido-completing-read` with `completing-read`.
* Update buffer generation rulesCarl X. Su2016-03-061-0/+2
|
* Update author list and versionCarl X. Su2016-03-061-1/+2
|
* Merge branch 'kuanyui-master'Carl X. Su2016-03-062-24/+28
|\
| * Fix typo and conflictCarl X. Su2016-03-062-24/+28
|/|
| * wttrin-default-cities & completionkuanyui2016-03-062-18/+10
| |
| * Error handlingkuanyui2016-03-061-8/+11
| |
| * Refactoring to more universal functionskuanyui2016-03-061-8/+13
| |
| * More universal C-u M-x wttrinkuanyui2016-03-061-14/+19
| |
| * Rename functionkuanyui2016-03-062-3/+3
| |
| * Prevent creating duplicated bufferskuanyui2016-03-061-2/+1
| |
| * Remove unused local bindingkuanyui2016-03-061-1/+1
| |
* | Update screenshotCarl X. Su2016-03-061-0/+0
| |