summaryrefslogtreecommitdiff
path: root/lisp/net/soap-client.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Fix typosStefan Kangas2023-12-031-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* soap-client: Add minimum supported Emacs versionThomas Fitzsimmons2022-02-031-3/+2
* Don't use `string-replace` in soap-client (bug#53744)Mattias Engdegård2022-02-031-1/+1
* Don't use `string-search` in soap-client (bug#53744)Mattias Engdegård2022-02-031-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | encode-time simplificationsPaul Eggert2021-12-161-4/+3
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-051-2/+2
* ; Normalize some header commentsStefan Kangas2021-09-161-1/+1
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-1/+1
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-1/+1
* * lisp/net/*.el: Use lexical-bindingStefan Monnier2021-03-081-12/+14
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix loading WSDL data againLars Ingebrigtsen2020-10-011-1/+3
* ; Prefer https to http in many URLsStefan Kangas2020-10-011-2/+2
* soap-client: Bump version to 3.2.0Thomas Fitzsimmons2020-09-291-1/+1
* soap-client: Remove FIXME commentThomas Fitzsimmons2020-09-291-2/+0
* soap-client: Update soap-decode-date-timeThomas Fitzsimmons2020-09-291-33/+110
* Merge from origin/emacs-27Glenn Morris2020-09-271-1/+1
|\
| * Fix soap-client URLPaul Eggert2020-09-261-1/+1
* | soap-client.el: Prevent some invalid encoding warningsThomas Fitzsimmons2020-09-251-0/+1
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero2019-10-171-1/+1
* Update some URLsPaul Eggert2019-09-231-1/+1
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-3/+3
* More-compatible subsecond calendrical timestampsPaul Eggert2019-08-161-2/+2
* decode-time now returns subsec tooPaul Eggert2019-08-051-1/+2
* Improve time function docPaul Eggert2019-08-041-0/+1
* soap-client: Do not double-encode duplicate typesThomas Fitzsimmons2019-07-241-52/+59
* soap-client: Encode simple type attributesThomas Fitzsimmons2019-07-241-5/+16
* soap-client: Allow attributes and a valueThomas Fitzsimmons2019-07-241-2/+8
* Simplify use of encode-timePaul Eggert2019-02-101-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * soap-client: Add byte-code compatibility function (Bug#31742)Thomas Fitzsimmons2018-06-111-19/+29
* | Fix Bug#32983Michael Albinus2018-10-161-1/+9
* | * lisp/net/soap-client.el (soap-type-of): Optimize for Emacs≥26Stefan Monnier2018-07-171-8/+13
* | soap-client: Add byte-code compatibility function (Bug#31742)Thomas Fitzsimmons2018-06-111-19/+29
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* lisp/net/soap-client.el: Bump version to 3.1.3Thomas Fitzsimmons2017-06-131-2/+2
* Fix an HTTP encoding error in soap-client.elAlex Harsanyi2017-06-131-2/+5
* lisp/net/soap-client.el: Bump version to 3.1.2Thomas Fitzsimmons2017-05-251-1/+1
* Fix two soap-client.el byte compilation warningsThomas Fitzsimmons2017-05-251-2/+2
* lisp/net/soap-client.el: Require cl-lib version 0.6.1Thomas Fitzsimmons2017-05-251-1/+1
* lisp/net/soap-client.el: Shorten some long linesThomas Fitzsimmons2017-05-251-4/+4
* Remove cl dependency in soap-client.el and soap-inspect.elAlex Harsanyi2017-05-251-156/+155
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\