diff options
| author | Thomas Fitzsimmons | 2014-11-13 01:06:13 -0500 |
|---|---|---|
| committer | Thomas Fitzsimmons | 2014-11-13 01:06:13 -0500 |
| commit | 6dda29fd027e73bc76e48d29727a48cc47468d30 (patch) | |
| tree | 60d9c0aef0cb01ce57f0361dd48d7d8e6188f3f8 /lisp/ChangeLog | |
| parent | 0dee07009485caa7b39a762741e5cab3648afe6f (diff) | |
| download | emacs-6dda29fd027e73bc76e48d29727a48cc47468d30.tar.gz emacs-6dda29fd027e73bc76e48d29727a48cc47468d30.zip | |
Improve eudc-inline-query-format's default value
* net/eudc-vars.el (eudc-inline-query-format): Change default to
query email and first name instead of surname.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 831e3b03a76..c4c9ef0b143 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2014-11-13 Thomas Fitzsimmons <fitzsim@fitzsim.org> | 1 | 2014-11-13 Thomas Fitzsimmons <fitzsim@fitzsim.org> |
| 2 | 2 | ||
| 3 | * net/eudc-vars.el (eudc-inline-query-format): Change default to | ||
| 4 | query email and first name instead of surname. | ||
| 5 | |||
| 6 | 2014-11-13 Thomas Fitzsimmons <fitzsim@fitzsim.org> | ||
| 7 | |||
| 3 | * net/ldap.el (ldap-search-internal): Support new-style LDAP URIs. | 8 | * net/ldap.el (ldap-search-internal): Support new-style LDAP URIs. |
| 4 | 9 | ||
| 5 | 2014-11-13 Thomas Fitzsimmons <fitzsim@fitzsim.org> | 10 | 2014-11-13 Thomas Fitzsimmons <fitzsim@fitzsim.org> |