message-goto-body: Really return point
[gnus] / lisp / ChangeLog
index 178b0fe..2292084 100644 (file)
@@ -1,6 +1,25 @@
-2010-11-24  Ćukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
+2010-11-24  Julien Danjou  <julien@danjou.info>
+
+       * message.el (message-goto-body): Use called-interactively-p.
+       (message-in-body-p): message-goto-body returns point.
+       (message-goto-body): Really return point.
+
+2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
+       Fixes something or other in Emacs 23, and is backwards compatible.
+
+       * message.el (message-goto-body): Remove the <#secure special-casing,
+       which is too special.
+
+       * shr.el (shr-parse-style): Drop !important from styles.
+
+2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
 
-       * message.el (message-goto-body): Go after <#secure.
+       * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
+       this function to return incorrect results when calling it with an
+       explicit article argument different from
+       (gnus-summary-article-number).
 
 2010-11-24  Julien Danjou  <julien@danjou.info>