Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add LICENSEHEADmaster | wavexx | 2019-01-29 | 1 | -0/+339 |
| | |||||
* | Merge branch 'gnus-last-element' into 'master' | wavexx | 2018-06-23 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Prefer built-ins to gnus utility functions Closes #11 See merge request wavexx/gnus-desktop-notify.el!13 | ||||
| * | Prefer built-ins to gnus utility functions | Basil L. Contovounesios | 2017-10-25 | 1 | -1/+1 |
|/ | | | | Fixes #11 | ||||
* | Merge pull request #10 from basil-conto/checkdoc | Yuri D'Elia | 2017-10-07 | 1 | -27/+26 |
|\ | | | | | Appease checkdoc overlords and reduce repetition | ||||
| * | Appease checkdoc overlords and reduce repetition | Basil L. Contovounesios | 2017-10-07 | 1 | -27/+26 |
|/ | |||||
* | Merge pull request #9 from basil-conto/reword | Yuri D'Elia | 2017-03-05 | 1 | -56/+60 |
|\ | | | | | Update custom variables and rename internal definitions | ||||
| * | Use double hyphens in internal symbols | Basil L. Contovounesios | 2017-03-05 | 1 | -18/+20 |
| | | | | | | | | | | This is in accordance with the "(elisp) Coding Conventions" manual entry. | ||||
| * | Update custom variables | Basil L. Contovounesios | 2017-03-05 | 1 | -38/+40 |
|/ | | | | | | | | | * Assign the the value, not symbol name, of gnus-group-uncollapsed-levels to gnus-desktop-notify-uncollapsed-levels in the custom :type recipe. * Attempt to clarify variable types and documentation. | ||||
* | Merge pull request #8 from basil-conto/tweaks | Yuri D'Elia | 2017-03-05 | 1 | -17/+7 |
|\ | | | | | Minor tweaks | ||||
| * | List Basil as contributor | Basil L. Contovounesios | 2017-03-05 | 1 | -0/+1 |
| | | |||||
| * | Remove ignored arguments | Basil L. Contovounesios | 2017-02-27 | 1 | -1/+1 |
| | | |||||
| * | Enable lexical binding | Basil L. Contovounesios | 2017-02-27 | 1 | -1/+1 |
| | | |||||
| * | Declare external functions to byte compiler | Basil L. Contovounesios | 2017-02-26 | 1 | -0/+3 |
| | | |||||
| * | Use built-in HTMl entity escaping function | Basil L. Contovounesios | 2017-02-26 | 1 | -15/+1 |
|/ | |||||
* | Merge pull request #6 from basil-conto/master | Yuri D'Elia | 2017-02-08 | 1 | -101/+101 |
|\ | | | | | Overhaul notification backends | ||||
| * | Overhaul notification engine | Basil L. Contovounesios | 2017-01-31 | 1 | -57/+53 |
| | | | | | | | | | | | | | | * Trade cl-macs dependency for a slight increase in verbosity. * Generalise backends by decoupling their dispatch from the formatting of group names/counts. | ||||
| * | Minor housekeeping | Basil L. Contovounesios | 2017-01-30 | 1 | -44/+48 |
|/ | | | | | | | * Make indentation of code and documentation more consistent. * Move minor mode to end of package to allow proper function quoting. | ||||
* | Merge pull request #5 from basil-conto/master | Yuri D'Elia | 2017-01-30 | 1 | -45/+60 |
|\ | | | | | Remove obsolete assoc library and refactor | ||||
| * | Refactor gnus-desktop-notify-check | Basil L. Contovounesios | 2017-01-30 | 1 | -22/+26 |
| | | | | | | | | | | | | | | | | * Use a property list in place of the obsolete assoc library. * Make indentation consistent. * Attempt to make logic slightly less verbose. | ||||
| * | Minor code rearrangement | Basil L. Contovounesios | 2017-01-30 | 1 | -44/+55 |
|/ | | | | | | | | | | | | | | * Sort dependencies. * Use triple semicolon comments to denote program sections as per the Comment Tips section of the Elisp manual. * Hoist internal variable definitions before internal function definitions for posterity. * Refactor HTML entity escaping using a lookup table. * Make indentation more consistent. | ||||
* | Merge pull request #4 from basil-conto/newline | Yuri D'Elia | 2017-01-04 | 1 | -17/+30 |
|\ | | | | | Refactor notify-send invocation and shell quoting | ||||
| * | Refactor notify-send invocation and shell quoting | Basil L. Contovounesios | 2017-01-04 | 1 | -17/+30 |
|/ | | | | | | | | | | | | | | | | * Replace carriage returns with newline characters in multi-line notifications. D-Bus (via the notifications library) throws an error on input containing carriage returns, and notify-send seems to silently ignore anything past them. * Split the notify-send executable and its switches into separate configuration variables. * Concatenate the executable and all its arguments before passing them to call-process-shell-command, as per the function's preferred calling convention. | ||||
* | Merge pull request #3 from syohex/cl | Yuri D'Elia | 2016-02-10 | 1 | -0/+2 |
|\ | | | | | Load cl for using its macros like 'case' | ||||
| * | Load cl for using its macros like 'case' | Syohei YOSHIDA | 2016-02-10 | 1 | -0/+2 |
|/ | |||||
* | Add README, change repository name. | Yuri D'Elia | 2015-07-03 | 2 | -2/+78 |
| | |||||
* | Update URL. | Yuri D'Elia | 2014-09-18 | 1 | -1/+1 |
| | |||||
* | Add support for 'alert. | Yuri D'Elia | 2014-07-01 | 1 | -24/+40 |
| | |||||
* | Remove useless (message) | Yuri D'Elia | 2014-07-01 | 1 | -1/+0 |
| | |||||
* | Merge pull request #2 from purcell/patch-1 | Yuri D'Elia | 2014-06-30 | 1 | -0/+1 |
|\ | | | | | Add autoload cookie | ||||
| * | Add autoload cookie | Steve Purcell | 2014-06-30 | 1 | -0/+1 |
|/ | |||||
* | Format for packaging. | Yuri D'Elia | 2014-06-30 | 1 | -5/+7 |
| | |||||
* | Update description. | Yuri D'Elia | 2014-06-30 | 1 | -5/+4 |
| | |||||
* | Add `gnus-desktop-notify-dbus' when `notifications' and make it default. | Yuri D'Elia | 2014-06-30 | 1 | -40/+69 |
| | |||||
* | Remove my old address. | Yuri D'Elia | 2013-12-23 | 1 | -1/+1 |
| | |||||
* | Remove my old address. | Yuri D'Elia | 2013-12-23 | 1 | -1/+1 |
| | |||||
* | follow header conventions | Jonas Bernoulli | 2012-01-28 | 1 | -2/+1 |
| | |||||
* | Update version to 1.2. | Yuri D'Elia | 2011-01-15 | 1 | -2/+5 |
| | |||||
* | Shorten displayed group names using `gnus-short-group-name' | Philipp Haselwarter | 2011-01-15 | 1 | -1/+14 |
| | | | | | Especially newsgroups can have very long names; these are now abbreviated. Their length can be customized with `gnus-desktop-notify-uncollapsed-levels'. | ||||
* | Updated notes for 1.1. | Yuri D'Elia | 2011-01-08 | 1 | -4/+13 |
| | |||||
* | Use customizable formats and strings instead of fixed text. | Yuri D'Elia | 2011-01-08 | 1 | -29/+47 |
| | |||||
* | Fix formatting issues by separating subject/body. | Yuri D'Elia | 2011-01-07 | 1 | -30/+12 |
| | | | | | | | | Real fix for commit 6a92e688205d48e8f91eba97e305540321b444c6: Markup is supported everywhere in 'awesome' because it is. notification-daemon supports markup in the body only, and only with paired tags. Use ^M in the body to separate lines. | ||||
* | Fix the read count by properly parsing the 'read' range. | Yuri D'Elia | 2011-01-06 | 1 | -1/+5 |
| | |||||
* | Add the `gnus-desktop-notify-safe' and improve defaults for most WMs. | Yuri D'Elia | 2011-01-03 | 1 | -11/+30 |
| | | | | | | It turns out, most window managers and desktop environments don't support markup in the notification. Improve all defaults to avoid markup by default. | ||||
* | Use `gnus-range-normalize' instead of parsing `gnus-info-read' manually. | Yuri D'Elia | 2011-01-03 | 1 | -7/+4 |
| | |||||
* | gnus-desktop-notify-check | Philipp Haselwarter | 2011-01-02 | 1 | -8/+8 |
| | | | | | | | | Make `gnus-desktop-notify-check' more robust to another data inconsistency: `(gnus-group-unread (car g))' sometimes yields nil, causing `(count (+ read unread))' to fail. The fix returns 0 instead of nil and uses `name' instead of `(car g)'. | ||||
* | Fix docstring. | Yuri D'Elia | 2011-01-02 | 1 | -1/+1 |
| | |||||
* | First 'official' release: | Yuri D'Elia | 2010-12-26 | 2 | -142/+220 |
| | | | | | | | * change the name to gnus-desktop-notify * provide the gnus-desktop-notify-mode global minor mode. * do not generate popups when called interactively * more customization options (sheesh!) | ||||
* | Fix read count, thanks to Philipp Haselwarter. | Yuri D'Elia | 2010-12-25 | 1 | -1/+5 |
| | |||||
* | Initial public release | Yuri D'Elia | 2010-12-25 | 1 | -0/+138 |