emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/xml-rpc created (now 8020ccd176)


From: Stefan Kangas
Subject: [nongnu] branch elpa/xml-rpc created (now 8020ccd176)
Date: Fri, 31 Dec 2021 20:10:45 -0500 (EST)

skangas pushed a change to branch elpa/xml-rpc.

        at  8020ccd176 Badge++ and version bump

This branch includes the following new commits:

       new  6bb1682468 Initial commit
       new  67b151da07 initial commit
       new  595b04054b reorg & capability update
       new  7b4d6c4820 Update copyright. (xml-rpc-response-errorp): make safe.
       new  fa2aee2be9 (xml-rpc-request-process-buffer): Make regex less picky 
to avoid some problems with CVS Emacs. (xml-rpc-xml-list-to-value): Take away 
dependency on rfc2047.el. (xml-rpc-base64-decode-unicode): New variable.
       new  d8d2883b52 (xml-rpc-value-structp, xml-rpc-value-to-xml-list): 
Apply patch from Vitaly Mayatskikh <vmayatsk@redhat.com> to add support for 
more complex struct types. Add xml-rpc patch from trac-wiki-mode 
(http://www.meadowy.org/~gotoh/projects/trac-wiki/)
       new  7bcf1427b7 (xml-rpc-value-datep): New function to determine if a 
string is an ISO date. (xml-rpc-value-to-xml-list): Add support for vector 
inputs. Add support for strings that are really dates.
       new  ba97dad421 (xml-rpc-allow-unicode-string): New setting to toggle 
UTF-8-ability before shipping to server. (unless): Use Emacs23's xml-print if 
we're running in Emacs22.
       new  bfa3f97259 Clean up long lines, address bugs, use string-to-number 
instead of obsolete string-to-int.
       new  f87fef0844 Override timezone-parse-date with a version that 
understands the ISO8601 Basic format. (xml-rpc-value-structp): Struct test 
should look for consp instead of lists of a certain size. 
(xml-rpc-value-datetimep): Use :datetime keyword to specify data type and 
eliminate confusion between time structs and lists. 
(xml-rpc-xml-list-to-value): Grok <i4> element in addition to <int>. Return 
dateTime values with :datetime keyword. (xml-rpc-datetime-to-string): New 
function to  [...]
       new  68d54c3c0f (xml-rpc-xml-list-to-value): Make sure XML-RPC's 
dateTime.iso8601 is handled. (xml-rpc-datetime-to-string): Grab the right piece 
of data. (xml-rpc-request-process-buffer): Kill buffer if not debugging. 
(timezone-parse-date): Conditionally override if the version we have can't 
handle iso8601 basic format.
       new  417f3d2a94 (xml-entity-alist): provide a definition for really old 
versions of xml.el. (xml-rpc-use-coding-system): Make unicode variables 
dependent on the existence of utf-8 coding-system. Generally allow use of Emacs 
that don't understand Unicode -- although the HTTP headers still claim to be 
UTF-8. Update backwards-compatibility code after testing against XEmacs21.
       new  3346027583 update timestamps
       new  725bc20829 Bump the version. (xml-rpc-fault-string, 
xml-rpc-fault-code): Defvar some previously un-declared vars. 
(xml-rpc-value-intp, xml-rpc-value-doublep) (xml-rpc-value-stringp): Change 
from defun to defsubst for consistency. (xml-rpc-request, 
xml-rpc-list-to-value, xml-rpc-clean): Fix compilation warnings
       new  d3d4460ec9 typo
       new  cd88a4f5fa (xml-rpc-xml-list-to-value): Handle nil for an int 
gracefully. Consolidate dateTime parsing. (xml-rpc-datetime-to-string): 
Wordpress expects dateTime elements to match the XML-RPC spec and not ISO8601 
spec. (xml-rpc-value-to-xml-list): Switch to iso8601 for default.
       new  750fd4fb15 On functions that are conditionally defined, 
(xml-debug-print, timezone-parse-date), take them out of the eval-when-compile 
block so that they're compiled into .elc files. (url): Make sure url-http is 
loaded to avoid warnings later about let-bound variables. 
(xml-rpc-value-arrayp): Also verify that it is not a dateTime value.
       new  28dfbff291 Add submit-bug function and mode toggling functionality.
       new  3e329a3657 Update copyright to GPL 3, add installation instructions.
       new  ed942fd4f8 fix new warnings that pop up courtesy of Leo
       new  79e74a969d Some minor housekeeping, bump xml-rpc.el version.
       new  481ed72dff update bug reporting function.
       new  c8b5e022cd Apply Leo's patches
       new  3b4ac0ebf2 update urls
       new  4b21d27d35 Eliminate xemacs compile warning
       new  0bdeb7d339 fix problem with debugging & another extra var xemacs 
found
       new  f862301b46 connection close! connection close!
       new  25c380cab0 Update release notes, tag 1.6.8
       new  c20aa6359a bump version for continued development
       new  643bbfb5da * Apply link from 
http://rix3.8.je/2009/12/15/emacs%E7%9A%84weblogger1-4-4%E7%9A%84wordpress-patch/
       new  80809710fc Integrate patches from Stefan Kangas: * add support for 
i8 * fix byte compile warnings
       new  aa0953b2d4 Improve detection of structs with a patch from Jos'h 
Fuller
       new  445fc70355 point to upstream in comments
       new  822f5bc020 Incorporate changes from LaTeX Track Changes
       new  8d06f89027 xml-rpc.el: add xml-rpc-request-extra-headers variable
       new  4fd5a03a36 xml-rpc.el: fix up callbacks for post emacs20!
       new  8c944a1b7d Merge pull request #1 from stsquad/extra-headers-rebase
       new  7a4ea6c22e History update and version bump
       new  6019352966 Add the beginning of rudimentary tests.
       new  e4002b8502 Really fix struct detection.
       new  a190759da8 Merge pull request #2 from mdorman/master
       new  0ab093d601 Bump version number
       new  8ee416cb76 Return a unibyte string so that url.el doesn't think 
it's the
       new  8f624f8b96 Merge pull request #8 from larsmagne/master
       new  435c8a6205 Add .gitignore
       new  402d613cd8 Bump version number to match tag
       new  bd359a86b1 Use libxml-parse-xml-region when available
       new  86c73a69fa Use lexical-binding
       new  21a70769f4 Don't require cl (fix #11)
       new  ff1e22959f Merge pull request #16 from 
skangas/byte-compiler-warnings
       new  bc781d6edd Merge pull request #15 from skangas/lexical-binding
       new  3be458c44b Merge pull request #12 from skangas/gitignore
       new  4efc188b7f Merge pull request #13 from skangas/version-number
       new  47007ef094 Merge pull request #14 from 
skangas/libxml-parse-xml-region
       new  c0e1f70586 Bump for latest
       new  bc331d010b Test CI
       new  a2cb50528c Tidy up a bit; remove code that shouldn't be needed in 
modern emacs
       new  ed03530706 Fix skip-unless condition in unit test
       new  a876849b45 Merge pull request #18 from skangas/fix-unit-test
       new  31890fef63 Remove versions that don't have skip-unless
       new  960b2510e3 Update README
       new  eb50e8b116 formatting
       new  9fa979302b Merge pull request #17 from xml-rpc-el/ci
       new  8020ccd176 Badge++ and version bump




reply via email to

[Prev in Thread] Current Thread [Next in Thread]