emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105160: Copy over `url-show-status'


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105160: Copy over `url-show-status' to the async buffer
Date: Wed, 13 Jul 2011 16:12:06 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105160
author: Chris Newton <address@hidden>
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Wed 2011-07-13 16:12:06 +0200
message:
  Copy over `url-show-status' to the async buffer
  
  * url-http.el (url-http): Copy over `url-show-status' to the async
  buffer so that `url-display-percentage' does the right thing
  (bug#4680).
modified:
  lisp/url/ChangeLog
  lisp/url/url-http.el
=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2011-07-06 07:47:15 +0000
+++ b/lisp/url/ChangeLog        2011-07-13 14:12:06 +0000
@@ -1,3 +1,9 @@
+2011-07-13  Chris Newton  <address@hidden>  (tiny change)
+
+       * url-http.el (url-http): Copy over `url-show-status' to the async
+       buffer so that `url-display-percentage' does the right thing
+       (bug#4680).
+
 2011-07-06  Nick Dokos  <address@hidden>  (tiny change)
 
        * url-cache.el (url-cache-extract): Set buffer multibyte flag to

=== modified file 'lisp/url/url-http.el'
--- a/lisp/url/url-http.el      2011-07-03 16:03:47 +0000
+++ b/lisp/url/url-http.el      2011-07-13 14:12:06 +0000
@@ -1172,6 +1172,7 @@
                    url-http-after-change-function
                    url-callback-function
                    url-callback-arguments
+                   url-show-status
                    url-http-method
                    url-http-extra-headers
                    url-http-data
@@ -1206,6 +1207,7 @@
                       url-http-chunked-start
                       url-callback-function
                       url-callback-arguments
+                      url-show-status
                       url-http-process
                       url-http-method
                       url-http-extra-headers


reply via email to

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