message.el (gnus-extract-address-components): Remove bogus declaration that was maski...
[gnus] / lisp / ChangeLog
index e2724cc..757eca8 100644 (file)
@@ -1,9 +1,26 @@
+2015-04-27  Glenn Morris  <rgm@gnu.org>
+
+       * message.el (gnus-extract-address-components):
+       Remove bogus declaration that was masking previous problem.
+
+2015-04-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * hashcash.el (hashcash-insert-payment-async-2): Save the mark when
+       altering the buffer.
+       (hashcash-insert-payment-async-2): Revert previous change because it
+       still means that the mark is moving around.
+
+2015-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-uu.el (gnus-uu-save-article):
+       Make the save-restriction/widen calls make more sense.
+
 2015-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (gnus-use-idna):
        * gnus-sum.el (gnus-summary-idna-message):
        * message.el (message-use-idna):
-       Catch the invalid-operation that idna.el will issue.
+       Catch the invalid-operation error that idna.el will issue.
 
 2015-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>