Mercurial > emacs
comparison src/ChangeLog @ 111408:9a159fc42f11
* nsterm.m (EmacsView-mouseExited:): Correct error in conditional logic pointed out by Eli Zaretskii.
author | Adrian Robert <Adrian.B.Robert@gmail.com> |
---|---|
date | Fri, 05 Nov 2010 12:35:36 +0200 |
parents | 1b38f79e865e |
children | 717c8af799d3 |
comparison
equal
deleted
inserted
replaced
111407:672ffe880560 | 111408:9a159fc42f11 |
---|---|
1 2010-11-05 Adrian Robert <Adrian.B.Robert@gmail.com> | |
2 | |
3 * nsterm.m (EmacsView-mouseExited:): Correct error in conditional | |
4 logic pointed out by Eli Zaretskii. | |
5 | |
1 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org> |
2 | 7 |
3 * coding.c (coding-category-list): Refer to set-coding-system-priority | 8 * coding.c (coding-category-list): Refer to set-coding-system-priority |
4 instead of the obsolete set-coding-priority in the doc string. | 9 instead of the obsolete set-coding-priority in the doc string. |
5 | 10 |
11 | |
6 2010-11-04 Adrian Robert <Adrian.B.Robert@gmail.com> | 12 2010-11-04 Adrian Robert <Adrian.B.Robert@gmail.com> |
7 Ismail Donmez <ismail@namtrac.org> (tiny change) | 13 |
14 * nsfont.m (nsfont_draw): Correct previous patch to return | |
15 correct value. | |
16 * nsimage.m (EmacsImage-setXBMColor:): Correct previous patch: | |
17 don't change the method signature, change the return. | |
18 | |
19 2010-11-04 Ismail Donmez <ismail@namtrac.org> (tiny change) | |
8 | 20 |
9 * nsfont.m (nsfont_draw) | 21 * nsfont.m (nsfont_draw) |
10 * nsimage.m (EmacsImage-setXBMColor:) | 22 * nsimage.m (EmacsImage-setXBMColor:) |
11 * nsterm.m (EmacsView-performDragOperation:): Correct empty return | 23 * nsterm.m (EmacsView-performDragOperation:): Correct empty return. |
12 statements. | |
13 | 24 |
14 2010-11-03 Julien Danjou <julien@danjou.info> | 25 2010-11-03 Julien Danjou <julien@danjou.info> |
15 | 26 |
16 * image.c (gif_load): Add support for transparency and specified | 27 * image.c (gif_load): Add support for transparency and specified |
17 :background. | 28 :background. |