Merge from trunk
[bpt/emacs.git] / src / image.c
2011-03-31 Stefan MonnierMerge from trunk
2011-03-30 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-03-29 Paul EggertMerge from mainline.
2011-03-27 Paul EggertMerge from atest branch.
2011-03-25 Juanma Barranqueront/*.c, src/*.c: Remove unused variables.
2011-03-24 Paul Eggert* image.c (tiff_load): Fix off-by-one image count ...
2011-03-21 Stefan MonnierMerge from trunk
2011-03-19 Chong YidongMerge changes from emacs-23 branch
2011-03-16 Stefan MonnierRemove bytecomp- prefix, plus misc changes.
2011-03-13 Paul EggertMerge from mainline.
2011-03-13 Paul Eggert* image.c (my_png_error, my_error_exit): Mark with...
2011-03-13 Paul Eggert* image.c (four_corners_best): Mark locals as initialized.
2011-03-12 Glenn MorrisMerge from emacs-23; up to 2010-06-03T22:16:02Z!dann...
2011-03-11 Paul Eggert* image.c: (clear_image_cache, xbm_read_bitmap_data...
2011-03-11 Paul Eggert* image.c (gif_load): Fix pointer signedness.
2011-03-11 Paul Eggert* image.c (x_edge_detection): Remove unnecessary cast...
2011-03-11 Paul Eggert* image.c (xpm_load): Redo to avoid "discards qualifier...
2011-03-11 Paul Eggert* image.c (DIM, HAVE_STDLIB_H_1): Remove unused macros.
2011-03-11 Paul Eggert* image.c (clear_image_cache): Now static.
2011-03-06 Stefan MonnierMerge from trunk
2011-02-28 Glenn MorrisMerge from emacs-23; up to 2010-06-03T05:41:49Z!rgm...
2011-02-25 Stefan MonnierGet rid of funvec.
2011-02-23 Glenn MorrisMerge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka...
2011-02-21 Stefan MonnierMerge from trunk
2011-02-19 Glenn MorrisMerge from emacs-23; up to 2010-06-01T01:49:15Z!monnier...
2011-02-16 Glenn MorrisMerge from emacs-23; up to 2010-05-28T19:18:47Z!juri...
2011-02-12 Chong YidongMerge changes from emacs-23 branch
2011-02-12 Stefan MonnierMerge from trunk
2011-02-07 Paul Eggert* image.c: conform to C89 pointer rules
2011-02-06 Paul Eggert* image.c: conform to C89 pointer rules
2011-02-05 Glenn MorrisMerge from emacs-23; up to 2010-05-26T14:19:15Z!monnier...
2011-02-05 Paul EggertMerge: xstrcasecmp: conform to C89 pointer rules
2011-02-05 Paul Eggertxstrcasecmp: conform to C89 pointer rules
2011-02-01 Eli ZaretskiiFix a compiler warning in image.c.
2011-02-01 Stefan MonnierMerge from trunk
2011-01-31 Chong YidongMerge changes from emacs-23 branch
2011-01-30 Paul EggertUse SSDATA when the context wants char *.
2011-01-30 Paul EggertUse SSDATA when the context wants char *.
2011-01-29 Andreas SchwabFix use of pointers to image library functions
2011-01-29 Chong YidongFix macro definitions in last change to image.c
2011-01-29 Chong YidongFix png support to allow compiling with libpng-1.5...
2011-01-25 Glenn MorrisConvert consecutive FSF copyright years to ranges.
2011-01-25 Glenn MorrisMerge from emacs-23.
2011-01-23 Paul Eggert* src/image.c: Add cast to fix type clash
2011-01-23 Paul Eggert* image.c (x_create_bitmap_from_xpm_data): Add cast...
2011-01-23 Paul EggertPromote SSDATA macro from gtkutil.c and xsmfns.c to...
2011-01-22 Glenn MorrisMerge from emacs-23
2011-01-18 Tom TromeyMove all DEFVAR'd globals into a structure -- threading...
2011-01-18 Tom Tromey* image.c (Vimagemagick_render_type): Remove redundant
2011-01-18 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T22:16...
2011-01-17 Paul EggertMerge from mainline.
2011-01-17 Paul EggertMerge from mainline.
2011-01-16 Stefan Monnier* image.c (syms_of_image): Don't access XSYMBOL's inter...
2011-01-16 Eli ZaretskiiFix bug #7848 with using SET_SYMBOL_VALUE in image.c
2011-01-15 Glenn MorrisNuke arch-tags.
2011-01-15 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T21:33...
2011-01-15 Glenn MorrisMerge from emacs-23 branch.
2011-01-14 Paul EggertMerge from mainline.
2011-01-14 Paul EggertMerge from mainline.
2011-01-14 Stefan MonnierMerge from emacs-23
2011-01-14 Paul EggertMerge from mainline.
2011-01-14 Paul EggertMerge from mainline.
2011-01-13 Paul EggertMerge from mainline.
2011-01-12 Tassilo HornMinor docfixes in imagemagick_load_image.
2011-01-12 Paul EggertMerge from mainline.
2011-01-11 Tassilo Horn* image.c (imagemagick_load_image, Finit_image_library...
2011-01-09 Paul EggertInclude <unistd.h> unilaterally.
2011-01-07 Andreas SchwabFix some resource leaks in ImageMagick image loader
2011-01-03 Eli ZaretskiiDon't use png_jmpbuf, it doesn't work with dynamic...
2011-01-03 Eli ZaretskiiDon't use png_jmpbuf, it doesn't work with dynamic...
2011-01-02 Glenn MorrisAdd 2011 to FSF/AIST copyright years.
2011-01-02 Chong YidongMerge changes from emacs-23 branch
2010-12-31 Eli ZaretskiiMore elegant solution for accessing png_ptr without...
2010-12-31 Eli ZaretskiiFix bug #7716 with PNG image support libraries on Windows.
2010-12-19 Stefan MonnierMinor clean up to silence some gcc warnings.
2010-12-13 Stefan MonnierMerge from emacs-23
2010-12-13 Stefan MonnierMerge from trunk
2010-12-11 Stefan MonnierMerge from trunk
2010-11-27 Chong YidongMerge changes from emacs-23 branch
2010-11-25 Kenichi Handamerge emacs-23
2010-11-18 Stefan MonnierMerge from emacs-23
2010-11-09 Stefan MonnierMerge from emacs-23
2010-11-06 Eli ZaretskiiUnify mouse-highlight code for all GUI and TTY sessions.
2010-11-05 Chong YidongFix the fix for Bug#6426 (Bug#7210), avoiding frame...
2010-11-03 Julien DanjouSupport for gif transparency.
2010-10-31 Chong YidongMerge changes from emacs-23 branch
2010-10-24 Chong YidongMerge changes from emacs-23
2010-10-23 Eli ZaretskiiImplement mouse highlight for bidi-reordered lines.
2010-10-19 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-15 Stefan MonnierMerge from trunk
2010-10-15 Eli Zaretskiiimage.c (tiff_load): Cast 3rd argument to avoid compile...
2010-10-14 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-13 Juanma Barranquerosrc/image.c (DEF_IMGLIB_FN): Add argument to adapt...
2010-10-13 Juanma BarranqueroRename `image-library-alist' to `dynamic-library-alist'.
2010-10-11 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-08 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-01 Dan NicolaescuUse intern_c_string instead of intern.
2010-09-29 Stefan MonnierMerge from trunk
2010-09-27 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-09-27 Kenichi Handamerge trunk
next