diff options
| author | Glenn Morris | 2016-02-08 08:48:47 -0800 |
|---|---|---|
| committer | Glenn Morris | 2016-02-08 08:48:47 -0800 |
| commit | 4c629d8a8d640354690ce207dff09c7fda070d2a (patch) | |
| tree | 6c239fddaf2df9ab3c6e52eac7f85a4bc7e18404 | |
| parent | 5825f42e7a2ed27610f83234038fcf91ec44222e (diff) | |
| download | emacs-4c629d8a8d640354690ce207dff09c7fda070d2a.tar.gz emacs-4c629d8a8d640354690ce207dff09c7fda070d2a.zip | |
; ChangeLog fixes.
| -rw-r--r-- | ChangeLog.2 | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index 58284d03f4e..5efa1abb9d7 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -1,44 +1,34 @@ | |||
| 1 | 2016-02-06 Lars Ingebrigtsen <larsi@gnus.org> | 1 | 2016-02-06 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | message-valid-fqdn-regexp no longer exists | ||
| 4 | |||
| 5 | * lisp/gnus/gnus-art.el (gnus-button-valid-fqdn-regexp): Don't use | 3 | * lisp/gnus/gnus-art.el (gnus-button-valid-fqdn-regexp): Don't use |
| 6 | the no-longer-existing message-valid-fqdn-regexp variable. | 4 | the no-longer-existing message-valid-fqdn-regexp variable. |
| 7 | 5 | ||
| 8 | 2016-02-06 Lars Ingebrigtsen <larsi@gnus.org> | 6 | 2016-02-06 Lars Ingebrigtsen <larsi@gnus.org> |
| 9 | 7 | ||
| 10 | Remove message-valid-fqdn-regexp, since it changes too much now | 8 | Remove message-valid-fqdn-regexp, since it changes too much now |
| 11 | |||
| 12 | * lisp/gnus/message.el (message-valid-fqdn-regexp): Remove. | 9 | * lisp/gnus/message.el (message-valid-fqdn-regexp): Remove. |
| 13 | (message-bogus-recipient-p): Don't use it any more. | 10 | (message-bogus-recipient-p): Don't use it any more. |
| 14 | (message-make-fqdn): Ditto. Suggested by Lars-Johan Liman. | 11 | (message-make-fqdn): Ditto. Suggested by Lars-Johan Liman. |
| 15 | 12 | ||
| 16 | 2016-02-06 Paul van der Walt <paul@denknerd.org> | 13 | 2016-02-06 Paul van der Walt <paul@denknerd.org> (tiny change) |
| 17 | |||
| 18 | Match "Re :" as a "Re:" prefix | ||
| 19 | 14 | ||
| 20 | * lisp/gnus/message.el (message-subject-re-regexp): Also match | 15 | * lisp/gnus/message.el (message-subject-re-regexp): Also match |
| 21 | "Re :" as a "Re:" prefix (commonly used in France). | 16 | "Re :" as a "Re:" prefix (commonly used in France). |
| 22 | 17 | ||
| 23 | 2016-02-06 Adam Sjøgren <asjo@koldfront.dk> | 18 | 2016-02-06 Adam Sjøgren <asjo@koldfront.dk> |
| 24 | 19 | ||
| 25 | lisp/net/shr.el (shr-tag-del, shr-tag-ins): New functions. | ||
| 26 | |||
| 27 | * lisp/net/shr.el (shr-tag-del, shr-tag-ins): New functions. | 20 | * lisp/net/shr.el (shr-tag-del, shr-tag-ins): New functions. |
| 28 | 21 | ||
| 29 | 2016-02-06 David Edmondson <dme@dme.org> | 22 | 2016-02-06 David Edmondson <dme@dme.org> |
| 30 | 23 | ||
| 31 | src/process.c Correctly convert AF_INET6 addresses | 24 | src/process.c Correctly convert AF_INET6 addresses |
| 32 | |||
| 33 | * src/process.c (conv_lisp_to_sockaddr): AF_INET6 addresses are | 25 | * src/process.c (conv_lisp_to_sockaddr): AF_INET6 addresses are |
| 34 | converted to a list of 16 bit quantities by | 26 | converted to a list of 16 bit quantities by |
| 35 | conv_sockaddr_to_lisp(). conv_lisp_to_sockaddr() should follow the | 27 | conv_sockaddr_to_lisp(). conv_lisp_to_sockaddr() should follow the |
| 36 | same scheme rather than expecting a (longer) list of 8 bit | 28 | same scheme rather than expecting a (longer) list of 8 bit |
| 37 | quantities. | 29 | quantities. |
| 38 | 30 | ||
| 39 | 2016-02-06 Martin Jesper Low Madsen <martin@martinjlowm.dk> | 31 | 2016-02-06 Martin Jesper Low Madsen <martin@martinjlowm.dk> (tiny change) |
| 40 | |||
| 41 | Search for host/port combinations in auth-source on OS X | ||
| 42 | 32 | ||
| 43 | * lisp/gnus/auth-source.el (auth-source-macos-keychain-search): | 33 | * lisp/gnus/auth-source.el (auth-source-macos-keychain-search): |
| 44 | Search for all host/port (or protocol) combinations for a match in | 34 | Search for all host/port (or protocol) combinations for a match in |