diff options
| author | Michael Albinus | 2011-02-16 20:41:31 +0100 |
|---|---|---|
| committer | Michael Albinus | 2011-02-16 20:41:31 +0100 |
| commit | 12fe5bcc834428825cb182f77c4e58ed317b33f8 (patch) | |
| tree | 67f04260495c38a263c5f746baf7038291c9e6a6 | |
| parent | 88ae2870cbcd5d15729e1c53baa58eb037c2c99b (diff) | |
| download | emacs-12fe5bcc834428825cb182f77c4e58ed317b33f8.tar.gz emacs-12fe5bcc834428825cb182f77c4e58ed317b33f8.zip | |
* NEWS: Add soap-client.el and soap-inspect.el.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 520a12ba15f..bf6d10ec255 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-02-16 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * NEWS: Add soap-client.el and soap-inspect.el. | ||
| 4 | |||
| 1 | 2011-02-13 Michael Albinus <michael.albinus@gmx.de> | 5 | 2011-02-13 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * NEWS: Tramp methods "imap" and "imaps" are discontinued. | 7 | * NEWS: Tramp methods "imap" and "imaps" are discontinued. |
| @@ -639,6 +639,9 @@ secrets. | |||
| 639 | ** notifications.el provides an implementation of the Desktop | 639 | ** notifications.el provides an implementation of the Desktop |
| 640 | Notifications API. It requires D-Bus for communication. | 640 | Notifications API. It requires D-Bus for communication. |
| 641 | 641 | ||
| 642 | ** soap-client.el supports access to SOAP web services from Emacs. | ||
| 643 | soap-inspect.el is an interactive inspector for SOAP WSDL structures. | ||
| 644 | |||
| 642 | 645 | ||
| 643 | * Incompatible Lisp Changes in Emacs 24.1 | 646 | * Incompatible Lisp Changes in Emacs 24.1 |
| 644 | 647 | ||