Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -0/+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!) |