]> code.delx.au - gnu-emacs/commitdiff
merge trunk
authorKenichi Handa <handa@m17n.org>
Thu, 3 May 2012 06:57:54 +0000 (15:57 +0900)
committerKenichi Handa <handa@m17n.org>
Thu, 3 May 2012 06:57:54 +0000 (15:57 +0900)
1  2 
lisp/ChangeLog

diff --cc lisp/ChangeLog
index d35f5475bbcc1c9d3d094c587f839558bd311515,69e887f0d19335fa0f6a89605f19ee006315e0e7..ff2c5a40787c90088eff017e0e673e37faa6586d
@@@ -1,9 -1,15 +1,21 @@@
 +2012-05-03  Kenichi Handa  <handa@m17n.org>
 +
 +      * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
 +      decoding, and show a warning message without signalling an error
 +      (Bug#11282).
 +
+ 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+       * emacs-lisp/bytecomp.el
+       (byte-compile-file-form-custom-declare-variable): Compile all elements,
+       since cconv.el might have introduced :fun-body, internal-make-closure,
+       and friends for bytecomp to handle (bug#11391).
+       * custom.el (defcustom): Avoid ((λ ..) ..).
+ 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+       * subr.el (read-passwd): Better clean after ourselves (bug#11392).
  2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
  
        * notifications.el (dbus-debug):