comparison lisp/ChangeLog @ 72350:45347140c0d0

* textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'. (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.
author Romain Francoise <romain@orebokech.com>
date Thu, 10 Aug 2006 20:06:19 +0000
parents 1249c0899103
children 1865f719f226
comparison
equal deleted inserted replaced
72349:d9b527966c45 72350:45347140c0d0
1 2006-08-10 Romain Francoise <romain@orebokech.com>
2
3 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
4 (dns-mode-soa-auto-increment-serial): New user option.
5 (dns-mode-soa-maybe-increment-serial): New function.
6 (dns-mode): Add the latter to `write-contents-functions'.
7
8 * obsolete/zone-mode.el: Move to obsolete/ from net/.
9 Delete autoload cookies.
10
1 2006-08-10 John Wiegley <johnw@newartisans.com> 11 2006-08-10 John Wiegley <johnw@newartisans.com>
2 12
3 * eshell/em-glob.el (eshell-glob-chars-list) 13 * eshell/em-glob.el (eshell-glob-chars-list)
4 (eshell-glob-translate-alist): Add support for [^g] in character globs. 14 (eshell-glob-translate-alist): Add support for [^g] in character globs.
5 15