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

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

[elpa] externals/debbugs 112f78c 274/311: Fix leftover oddities in debbu


From: Stefan Monnier
Subject: [elpa] externals/debbugs 112f78c 274/311: Fix leftover oddities in debbugs
Date: Sun, 29 Nov 2020 18:42:28 -0500 (EST)

branch: externals/debbugs
commit 112f78cf1cadfb6b6ded219414e3f541cedca67f
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Fix leftover oddities in debbugs
    
    * packages/debbugs/Debbugs.wsdl: Revert last change in name spaces.
    
    * packages/debbugs/debbugs-gnu.el (log-edit-done): Autoload.
---
 Debbugs.wsdl    | 77 ++++++++++++++++++++++-----------------------
 debbugs-gnu.el  |  1 +
 debbugs-ug.info | 98 ++++++++++++++++++++++++++++-----------------------------
 debbugs.info    |  8 ++---
 4 files changed, 92 insertions(+), 92 deletions(-)

diff --git a/Debbugs.wsdl b/Debbugs.wsdl
index 6e35356..fc13f6d 100644
--- a/Debbugs.wsdl
+++ b/Debbugs.wsdl
@@ -26,19 +26,19 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>. -->
     targetNamespace="urn:Debbugs/SOAP"
     xmlns:tns="urn:Debbugs/SOAP"
     xmlns:types="urn:Debbugs/SOAP/TYPES"
-    xmlns:apachens="https://xml.apache.org/xml-soap";
-    xmlns:xsd="https://www.w3.org/2001/XMLSchema";
-    xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance";
-    xmlns:soap="https://schemas.xmlsoap.org/soap/envelope/";
-    xmlns:wsdl="https://schemas.xmlsoap.org/wsdl/";
-    xmlns:wsdlsoap="https://schemas.xmlsoap.org/wsdl/soap/";
-    xmlns:soapenc="https://schemas.xmlsoap.org/soap/encoding/";
-    soap:encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";>
+    xmlns:apachens="http://xml.apache.org/xml-soap";
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema";
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
+    xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/";
+    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/";
+    soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
 
   <wsdl:types>
     <schema targetNamespace="urn:Debbugs/SOAP/TYPES"
-           xmlns="https://www.w3.org/2001/XMLSchema";>
-      <import namespace="https://schemas.xmlsoap.org/soap/encoding/"/>
+           xmlns="http://www.w3.org/2001/XMLSchema";>
+      <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
 
       <complexType name="ArrayOfBugNumber">
         <complexContent>
@@ -75,9 +75,9 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>. -->
        </complexType>
     </schema>
 
-    <schema targetNamespace="https://xml.apache.org/xml-soap";
-           xmlns="https://www.w3.org/2001/XMLSchema";>
-      <import namespace="https://schemas.xmlsoap.org/soap/encoding/"/>
+    <schema targetNamespace="http://xml.apache.org/xml-soap";
+           xmlns="http://www.w3.org/2001/XMLSchema";>
+      <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
 
       <complexType name="mapItem">
         <sequence>
@@ -142,13 +142,13 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>. -->
     <wsdl:operation name="get_status" parameterOrder="bugs">
       <wsdl:input message="tns:get_statusRequest">
         <soap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:input>
       <wsdl:output message="tns:get_statusResponse">
         <soap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:output>
@@ -157,13 +157,13 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>. -->
     <wsdl:operation name="get_bug_log" parameterOrder="bugnumber">
       <wsdl:input message="tns:get_bug_logRequest">
         <soap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:input>
       <wsdl:output message="tns:get_bug_logResponse">
         <soap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:output>
@@ -172,13 +172,13 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>. -->
     <wsdl:operation name="get_bugs" parameterOrder="query">
       <wsdl:input message="tns:get_bugsRequest">
         <soap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:input>
       <wsdl:output message="tns:get_bugsResponse">
         <soap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:output>
@@ -187,13 +187,13 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>. -->
     <wsdl:operation name="get_usertag" parameterOrder="user">
       <wsdl:input message="tns:get_usertagRequest">
         <soap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:input>
       <wsdl:output message="tns:get_usertagResponse">
         <soap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:output>
@@ -202,13 +202,13 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>. -->
     <wsdl:operation name="newest_bugs" parameterOrder="amount">
       <wsdl:input message="tns:newest_bugsRequest">
         <soap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:input>
       <wsdl:output message="tns:newest_bugsResponse">
         <soap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:output>
@@ -217,13 +217,13 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>. -->
     <wsdl:operation name="search_est" parameterOrder="query">
       <wsdl:input message="tns:search_estRequest">
         <soap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:input>
       <wsdl:output message="tns:search_estResponse">
         <soap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:output>
@@ -231,19 +231,18 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>. -->
   </wsdl:portType>
 
   <wsdl:binding name="Debbugs/SOAP/BINDING" type="tns:Debbugs/SOAP">
-    <soap:binding style="rpc"
-                 transport="https://schemas.xmlsoap.org/soap/http"/>
+    <soap:binding style="rpc" 
transport="http://schemas.xmlsoap.org/soap/http"/>
     <wsdl:operation name="get_status">
       <wsdlsoap:operation soapAction="Debbugs/SOAP"/>
       <wsdl:input name="get_statusRequest">
         <wsdlsoap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:input>
       <wsdl:output name="get_statusResponse">
         <wsdlsoap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:output>
@@ -253,13 +252,13 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>. -->
       <wsdlsoap:operation soapAction="Debbugs/SOAP"/>
       <wsdl:input name="get_bug_logRequest">
         <wsdlsoap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:input>
       <wsdl:output name="get_bug_logResponse">
         <wsdlsoap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:output>
@@ -269,13 +268,13 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>. -->
       <wsdlsoap:operation soapAction="Debbugs/SOAP"/>
       <wsdl:input name="get_bugsRequest">
         <wsdlsoap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:input>
       <wsdl:output name="get_bugsResponse">
         <wsdlsoap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:output>
@@ -285,13 +284,13 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>. -->
       <wsdlsoap:operation soapAction="Debbugs/SOAP"/>
       <wsdl:input name="get_tagRequest">
         <wsdlsoap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:input>
       <wsdl:output name="get_tagResponse">
         <wsdlsoap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:output>
@@ -301,13 +300,13 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>. -->
       <wsdlsoap:operation soapAction="Debbugs/SOAP"/>
       <wsdl:input name="newest_bugsRequest">
         <wsdlsoap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:input>
       <wsdl:output name="newest_bugsResponse">
         <wsdlsoap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:output>
@@ -317,13 +316,13 @@ along with GNU Emacs.  If not, see 
<https://www.gnu.org/licenses/>. -->
       <wsdlsoap:operation soapAction="Debbugs/SOAP"/>
       <wsdl:input name="search_estRequest">
         <wsdlsoap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:input>
       <wsdl:output name="search_estResponse">
         <wsdlsoap:body
-           encodingStyle="https://schemas.xmlsoap.org/soap/encoding/";
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
            namespace="urn:Debbugs/SOAP"
            use="encoded"/>
       </wsdl:output>
diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index 5efb1ea..2e3e24e 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -175,6 +175,7 @@
 (autoload 'gnus-summary-article-header "gnus-sum")
 (autoload 'gnus-summary-select-article "gnus-sum")
 (autoload 'gnus-summary-show-article "gnus-sum")
+(autoload 'log-edit-done "log-edit")
 (autoload 'log-edit-insert-changelog "log-edit")
 (autoload 'mail-header-subject "nnheader")
 (autoload 'message-add-header "message")
diff --git a/debbugs-ug.info b/debbugs-ug.info
index c9e9ca3..0d3b124 100644
--- a/debbugs-ug.info
+++ b/debbugs-ug.info
@@ -1,4 +1,4 @@
-This is debbugs-ug.info, produced by makeinfo version 6.5 from
+This is debbugs-ug.info, produced by makeinfo version 6.6 from
 debbugs-ug.texi.
 
 Copyright (C) 2015-2019 Free Software Foundation, Inc.
@@ -169,7 +169,7 @@ File: debbugs-ug.info,  Node: Searching Bugs,  Next: 
Presenting Bugs,  Prev: Ret
 The GNU Debbugs server allows text search in the database in the
 messages submitted to the bugs.  It uses a HyperEstraier based search
 engine
-(http://fallabs.com/hyperestraier/uguide-en.html#searchcond)(1).
+(https://fallabs.com/hyperestraier/uguide-en.html#searchcond)(1).
 
    The search engine uses an index over the bug database.  This index
 is refreshed once a day only; search hits do not include recent
@@ -906,7 +906,7 @@ Debbugs control mailserver commands
 
      Example usage:
 
-          forwarded 12345 http://bugz.illa.foo/cgi/54321
+          forwarded 12345 https://bugz.illa.foo/cgi/54321
 
 'notforwarded bugnumber'
      Forgets any idea that bugnumber has been forwarded to any
@@ -1130,51 +1130,51 @@ Tag Table:
 Node: Top1097
 Node: Retrieving Bugs2704
 Node: Searching Bugs7071
-Ref: Searching Bugs-Footnote-111620
-Ref: Searching Bugs-Footnote-211708
-Node: Presenting Bugs11799
-Node: Tabulated Lists12461
-Node: TODO Items16300
-Node: Control Messages17621
-Node: Applying Patches21138
-Node: Posting Patches22528
-Node: Customizing debbugs-gnu-pick-commits25013
-Node: Minor Mode25713
-Node: Command Index26989
-Node: Variable Index27849
-Node: Key Index29365
-Node: Mail Command Index31073
-Ref: Mail Command Index: reassign31226
-Ref: Mail Command Index: reopen31992
-Ref: Mail Command Index: found33146
-Ref: Mail Command Index: notfound34227
-Ref: Mail Command Index: fixed34636
-Ref: Mail Command Index: notfixed35082
-Ref: Mail Command Index: submitter35705
-Ref: Mail Command Index: forwarded36099
-Ref: Mail Command Index: notforwarded36716
-Ref: Mail Command Index: retitle36917
-Ref: Mail Command Index: severity37301
-Ref: Mail Command Index: clone37632
-Ref: Mail Command Index: merge38396
-Ref: Mail Command Index: forcemerge39783
-Ref: Mail Command Index: unmerge40227
-Ref: Mail Command Index: tags40930
-Ref: Mail Command Index: block41996
-Ref: Mail Command Index: unblock42033
-Ref: Mail Command Index: close42518
-Ref: Mail Command Index: package43168
-Ref: Mail Command Index: owner43780
-Ref: Mail Command Index: noowner44143
-Ref: Mail Command Index: archive44316
-Ref: Mail Command Index: unarchive44457
-Ref: Mail Command Index: #44750
-Ref: Mail Command Index: quit45010
-Ref: Mail Command Index: stop45017
-Ref: Mail Command Index: thank45024
-Ref: Mail Command Index: thanks45032
-Ref: Mail Command Index: thankyou45041
-Ref: Mail Command Index: thank you45052
-Ref: Mail Command Index: --45064
+Ref: Searching Bugs-Footnote-111621
+Ref: Searching Bugs-Footnote-211709
+Node: Presenting Bugs11800
+Node: Tabulated Lists12462
+Node: TODO Items16301
+Node: Control Messages17622
+Node: Applying Patches21139
+Node: Posting Patches22529
+Node: Customizing debbugs-gnu-pick-commits25014
+Node: Minor Mode25714
+Node: Command Index26990
+Node: Variable Index27850
+Node: Key Index29366
+Node: Mail Command Index31074
+Ref: Mail Command Index: reassign31227
+Ref: Mail Command Index: reopen31993
+Ref: Mail Command Index: found33147
+Ref: Mail Command Index: notfound34228
+Ref: Mail Command Index: fixed34637
+Ref: Mail Command Index: notfixed35083
+Ref: Mail Command Index: submitter35706
+Ref: Mail Command Index: forwarded36100
+Ref: Mail Command Index: notforwarded36718
+Ref: Mail Command Index: retitle36919
+Ref: Mail Command Index: severity37303
+Ref: Mail Command Index: clone37634
+Ref: Mail Command Index: merge38398
+Ref: Mail Command Index: forcemerge39785
+Ref: Mail Command Index: unmerge40229
+Ref: Mail Command Index: tags40932
+Ref: Mail Command Index: block41998
+Ref: Mail Command Index: unblock42035
+Ref: Mail Command Index: close42520
+Ref: Mail Command Index: package43170
+Ref: Mail Command Index: owner43782
+Ref: Mail Command Index: noowner44145
+Ref: Mail Command Index: archive44318
+Ref: Mail Command Index: unarchive44459
+Ref: Mail Command Index: #44752
+Ref: Mail Command Index: quit45012
+Ref: Mail Command Index: stop45019
+Ref: Mail Command Index: thank45026
+Ref: Mail Command Index: thanks45034
+Ref: Mail Command Index: thankyou45043
+Ref: Mail Command Index: thank you45054
+Ref: Mail Command Index: --45066
 
 End Tag Table
diff --git a/debbugs.info b/debbugs.info
index 4261dec..00a4fa4 100644
--- a/debbugs.info
+++ b/debbugs.info
@@ -1,4 +1,4 @@
-This is debbugs.info, produced by makeinfo version 6.5 from
+This is debbugs.info, produced by makeinfo version 6.6 from
 debbugs.texi.
 
 Copyright (C) 2011-2019 Free Software Foundation, Inc.
@@ -457,7 +457,7 @@ changes of the same day.
 
      Every sublist of the QUERY forms a hyperestraier condition.  A
      detailed description of hyperestraier conditions can be found at
-     <http://fallabs.com/hyperestraier/uguide-en.html#searchcond>.
+     <https://fallabs.com/hyperestraier/uguide-en.html#searchcond>.
 
      The following conditions are possible:
 
@@ -733,7 +733,7 @@ Node: Configuration4336
 Node: Requesting bug numbers6853
 Node: Requesting bugs statuses12235
 Node: Searching bugs16527
-Node: Requesting messages23333
-Node: Requesting user tags26343
+Node: Requesting messages23334
+Node: Requesting user tags26344
 
 End Tag Table



reply via email to

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