diff options
| author | Chong Yidong | 2012-05-14 19:59:28 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-05-14 19:59:28 +0800 |
| commit | e18afed7d695edac870ddf55aabc85c0a95a4b5f (patch) | |
| tree | 81dfa2c4b4cbc9014cb621f20eb2c5b173823a66 /lisp/ChangeLog | |
| parent | ac9f0b75eb3a7fb50226cda2cfa1980c2df2b429 (diff) | |
| parent | c8fb9dc689cdd9facc56d7220bdf3bb5864231f0 (diff) | |
| download | emacs-e18afed7d695edac870ddf55aabc85c0a95a4b5f.tar.gz emacs-e18afed7d695edac870ddf55aabc85c0a95a4b5f.zip | |
Merge from emacs-24; up to 2012-04-22T13:58:00Z!cyd@gnu.org
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 75fc7f5884d..b833e61bfa2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,28 @@ | |||
| 1 | 2012-05-14 Troels Nielsen <bn.troels@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-internal-error-properties): | ||
| 4 | Calculate start position correctly when end-col is set but | ||
| 5 | end-line is not (Bug#11382). | ||
| 6 | |||
| 7 | 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 8 | |||
| 9 | * net/rlogin.el (rlogin-mode-map): Fix last change. | ||
| 10 | |||
| 11 | 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change) | ||
| 12 | |||
| 13 | * mail/smtpmail.el (smtpmail-send-command): Send the command and | ||
| 14 | the following \r\n using a single `process-send-string', since the | ||
| 15 | Lotus SMTP server refuses to accept any commands if they are sent | ||
| 16 | with two `process-send-string's (Bug#11444). | ||
| 17 | |||
| 18 | 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 19 | |||
| 20 | * shell.el (shell-parse-pcomplete-arguments): Obey | ||
| 21 | pcomplete-arg-quote-list inside double-quoted args (Bug#11348). | ||
| 22 | |||
| 1 | 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at> | 23 | 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at> |
| 2 | 24 | ||
| 3 | * image-mode.el: Fit to width/height for rotated images (bug#11431). | 25 | * image-mode.el: Fit to width/height for rotated images (Bug#11431). |
| 4 | (image-transform-scale, image-transform-right-angle-fudge): New vars. | 26 | (image-transform-scale, image-transform-right-angle-fudge): New vars. |
| 5 | (image-transform-width, image-transform-fit-width): New functions. | 27 | (image-transform-width, image-transform-fit-width): New functions. |
| 6 | (image-transform-properties): Use them. | 28 | (image-transform-properties): Use them. |