diff options
| author | Lars Magne Ingebrigtsen | 2012-04-10 04:34:57 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2012-04-10 04:34:57 +0200 |
| commit | bc72b5d984940dfebda3721cac0669d4780a2cdd (patch) | |
| tree | dc0acb30197fcacc3daeb5be5a677a0956cf8f32 /lisp/ChangeLog | |
| parent | bd2dba5afe571a4b71f949bc3759fbced287508a (diff) | |
| download | emacs-bc72b5d984940dfebda3721cac0669d4780a2cdd.tar.gz emacs-bc72b5d984940dfebda3721cac0669d4780a2cdd.zip | |
Make `put-image' return the overlay created
* image.el (put-image): Return the overlay created instead of the
optional input string. Note that this may break code
that is (for some reason or other) depending on `put-image'
returning the string.
Fixes: debbugs:7834
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d29bc3e95d6..07a0dfa7c2a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * image.el (put-image): Return the overlay created instead of the | ||
| 4 | optional input string (bug#7834). Note that this may break code | ||
| 5 | that is (for some reason or other) depending on `put-image' | ||
| 6 | returning the string. | ||
| 7 | |||
| 3 | * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174). | 8 | * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174). |
| 4 | 9 | ||
| 5 | * simple.el (zap-to-char): Allow zapping using input methods | 10 | * simple.el (zap-to-char): Allow zapping using input methods |