aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Remove unnecessary variableCarl X. Su2016-03-061-1/+1
| |
* | Merge pull request #1 from kuanyui/masterCarl X. Su2016-03-061-1/+6
|\| | | | | Remove HTTP header
| * Remove HTTP headerkuanyui2016-03-061-0/+3
| |
| * Fix requirekuanyui2016-03-061-1/+3
|/
* Initial commitCarl X. Su2016-03-064-0/+93