aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2011-02-16 20:41:31 +0100
committerMichael Albinus2011-02-16 20:41:31 +0100
commit12fe5bcc834428825cb182f77c4e58ed317b33f8 (patch)
tree67f04260495c38a263c5f746baf7038291c9e6a6
parent88ae2870cbcd5d15729e1c53baa58eb037c2c99b (diff)
downloademacs-12fe5bcc834428825cb182f77c4e58ed317b33f8.tar.gz
emacs-12fe5bcc834428825cb182f77c4e58ed317b33f8.zip
* NEWS: Add soap-client.el and soap-inspect.el.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS3
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 @@
12011-02-16 Michael Albinus <michael.albinus@gmx.de>
2
3 * NEWS: Add soap-client.el and soap-inspect.el.
4
12011-02-13 Michael Albinus <michael.albinus@gmx.de> 52011-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.
diff --git a/etc/NEWS b/etc/NEWS
index 3cc463db4a8..96cc97ac795 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -639,6 +639,9 @@ secrets.
639** notifications.el provides an implementation of the Desktop 639** notifications.el provides an implementation of the Desktop
640Notifications API. It requires D-Bus for communication. 640Notifications API. It requires D-Bus for communication.
641 641
642** soap-client.el supports access to SOAP web services from Emacs.
643soap-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