diff options
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 24c7c6f7216..6b3cf4e1dec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | 32 | ||
| 33 | 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de> | 33 | 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de> |
| 34 | 34 | ||
| 35 | * net/dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf. | 35 | * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf. |
| 36 | Call nslookup if resolv.conf isn't available. | 36 | Call nslookup if resolv.conf isn't available. |
| 37 | (dns-query): Rename from query-dns. | 37 | (dns-query): Rename from query-dns. |
| 38 | (dns-query-cached): Rename from query-dns-cached. | 38 | (dns-query-cached): Rename from query-dns-cached. |
| @@ -54,15 +54,15 @@ | |||
| 54 | 54 | ||
| 55 | 2009-01-08 Agustín Martín <agustin.martin@hispalinux.es> | 55 | 2009-01-08 Agustín Martín <agustin.martin@hispalinux.es> |
| 56 | 56 | ||
| 57 | * textmodes/ispell.el (ispell-encoding8-command): New variable | 57 | * textmodes/ispell.el (ispell-encoding8-command): New variable. |
| 58 | (ispell-aspell-supports-utf8): Mark as obsoleted by | 58 | (ispell-aspell-supports-utf8): Mark as obsoleted by |
| 59 | ispell-encoding8-command | 59 | ispell-encoding8-command. |
| 60 | (ispell-check-version): Set ispell-encoding8-command | 60 | (ispell-check-version): Set ispell-encoding8-command. |
| 61 | (ispell-check-spellchecker-params, ispell-start-process): Use | 61 | (ispell-check-spellchecker-params, ispell-start-process): |
| 62 | ispell-encoding8-command | 62 | Use ispell-encoding8-command. |
| 63 | 63 | ||
| 64 | * textmodes/flyspell.el (flyspell-large-region): Use | 64 | * textmodes/flyspell.el (flyspell-large-region): |
| 65 | ispell-encoding8-command | 65 | Use ispell-encoding8-command. |
| 66 | 66 | ||
| 67 | 2009-01-08 Glenn Morris <rgm@gnu.org> | 67 | 2009-01-08 Glenn Morris <rgm@gnu.org> |
| 68 | 68 | ||