aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/dns-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Fix formatting/indentation.Romain Francoise2006-08-111-5/+5
|
* (dns-mode): Use before-save-hook.Stefan Monnier2006-08-111-4/+6
|
* * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.Romain Francoise2006-08-101-0/+29
| | | | | | | | | (dns-mode-soa-auto-increment-serial): New user option. (dns-mode-soa-maybe-increment-serial): New function. (dns-mode): Add the latter to `write-contents-functions'. * obsolete/zone-mode.el: Move to obsolete/ from net/. Delete autoload cookies.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (dns-mode): Specify customization group.Lute Kamstra2005-05-271-1/+2
|
* files.el (auto-mode-alist): Map .soa and .zone to dns-mode.Simon Josefsson2004-09-141-0/+198
textmodes/dns-mode.el: Add.