]> git.eshelyaron.com Git - emacs.git/commitdiff
(rst-re-alist): Fix loading (bug#11462).
authorStefan Merten <smerten@oekonux.de>
Mon, 14 May 2012 20:39:14 +0000 (22:39 +0200)
committerStefan Merten <smerten@oekonux.de>
Mon, 14 May 2012 20:39:14 +0000 (22:39 +0200)
1  2 
lisp/ChangeLog

diff --cc lisp/ChangeLog
index 0d1c3529a146717a63fd230ef74e25a80113214a,3d5485b39b9b731b78a8d7174eb333a0478b0e6e..d91fc5d0b22b9ae7dec35a2717b25c4bfc54861d
@@@ -1,22 -1,10 +1,26 @@@
+ 2012-05-14  Stefan Merten  <smerten@oekonux.de>
+       * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
 +2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
 +
 +      * net/rlogin.el (rlogin-mode-map): Fix last change.
 +
 +2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
 +
 +      * mail/smtpmail.el (smtpmail-send-command): Send the command and
 +      the following \r\n using a single `process-send-string', since the
 +      Lotus SMTP server refuses to accept any commands if they are sent
 +      with two `process-send-string's (Bug#11444).
 +
 +2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
 +
 +      * shell.el (shell-parse-pcomplete-arguments): Obey
 +      pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
 +
  2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
  
 -      * image-mode.el: Fit to width/height for rotated images (bug#11431).
 +      * image-mode.el: Fit to width/height for rotated images (Bug#11431).
        (image-transform-scale, image-transform-right-angle-fudge): New vars.
        (image-transform-width, image-transform-fit-width): New functions.
        (image-transform-properties): Use them.