From: Stefan Merten Date: Mon, 14 May 2012 20:39:14 +0000 (+0200) Subject: (rst-re-alist): Fix loading (bug#11462). X-Git-Tag: emacs-24.2.90~471^2~83 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a427266b688e084e908ae2ede9b6e373d8b0032;p=emacs.git (rst-re-alist): Fix loading (bug#11462). --- 3a427266b688e084e908ae2ede9b6e373d8b0032 diff --cc lisp/ChangeLog index 0d1c3529a14,3d5485b39b9..d91fc5d0b22 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,22 -1,10 +1,26 @@@ + 2012-05-14 Stefan Merten + + * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462). + +2012-05-14 Stefan Monnier + + * net/rlogin.el (rlogin-mode-map): Fix last change. + +2012-05-14 Jason L. Wright (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 + + * shell.el (shell-parse-pcomplete-arguments): Obey + pcomplete-arg-quote-list inside double-quoted args (Bug#11348). + 2012-05-14 Wolfgang Jenkner - * 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.