aboutsummaryrefslogtreecommitdiff
path: root/gnus-desktop-notify.el
Commit message (Collapse)AuthorAgeFilesLines
* Remove my old address.Yuri D'Elia2013-12-231-1/+1
|
* follow header conventionsJonas Bernoulli2012-01-281-2/+1
|
* Update version to 1.2.Yuri D'Elia2011-01-151-2/+5
|
* Shorten displayed group names using `gnus-short-group-name'Philipp Haselwarter2011-01-151-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'Elia2011-01-081-4/+13
|
* Use customizable formats and strings instead of fixed text.Yuri D'Elia2011-01-081-29/+47
|
* Fix formatting issues by separating subject/body.Yuri D'Elia2011-01-071-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'Elia2011-01-061-1/+5
|
* Add the `gnus-desktop-notify-safe' and improve defaults for most WMs.Yuri D'Elia2011-01-031-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'Elia2011-01-031-7/+4
|
* gnus-desktop-notify-checkPhilipp Haselwarter2011-01-021-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'Elia2011-01-021-1/+1
|
* First 'official' release:Yuri D'Elia2010-12-261-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!)