Mercurial > emacs
comparison src/ChangeLog @ 109888:fd080c6fcd86
minor imagemagick tweaks, one configure bugfix, and some ChangeLogs
| author | joakim@verona.se |
|---|---|
| date | Fri, 20 Aug 2010 21:55:21 +0200 |
| parents | 637005c4c3ca |
| children | 373abedd1f02 |
comparison
equal
deleted
inserted
replaced
| 109877:d9c31ab84005 | 109888:fd080c6fcd86 |
|---|---|
| 30 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD, | 30 (ns_string_to_symbol): NSGeneralPboard => QCLIPBOARD, |
| 31 NXPrimaryPboard => QPRIMARY. | 31 NXPrimaryPboard => QPRIMARY. |
| 32 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection, | 32 (nxatoms_of_nsselect): NXPrimaryPboard = PrimarySelection, |
| 33 NXSecondaryPboard = SecondarySelection. | 33 NXSecondaryPboard = SecondarySelection. |
| 34 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677). | 34 (syms_of_nsselect): Intern QCLIPBOARD (Bug#6677). |
| 35 | |
| 36 2010-08-18 Joakim Verona <joakim@verona.se> | |
| 37 | |
| 38 * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is | |
| 39 defined: | |
| 40 (imagemagick_image_p): New function to test for ImageMagic img. | |
| 41 (imagemagick_load): New function to load ImageMagick img. | |
| 42 (imagemagick_load_image): New function, helper for imagemagick_load | |
| 43 (imagemagick-types): New function. | |
| 44 (Qimagemagick): New Lisp_object. | |
| 45 (imagemagick-render-type): New var, decides which renderer to use | |
| 35 | 46 |
| 36 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca> | 47 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 37 | 48 |
| 38 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL | 49 * gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL |
| 39 is a string. | 50 is a string. |
