Protoize
[bpt/emacs.git] / src / image.c
2011-07-10 Andreas SchwabProtoize
2011-07-07 Chong YidongMerge from emacs-23 branch
2011-07-06 Kenichi Handamerge trunk
2011-07-06 Glenn MorrisMerge from emacs-23; up to 2010-06-16T23:27:20Z!jay...
2011-06-25 Glenn MorrisMerge from emacs-23; up to 2010-06-15T03:34:12Z!rgm...
2011-06-23 Paul EggertMerge from trunk.
2011-06-23 Paul Eggert* image.c (cache_image): Check for size arithmetic...
2011-06-22 Paul EggertMerge from trunk.
2011-06-22 Paul EggertMerge: Integer overflow and signedness fixes (Bug#8873).
2011-06-22 Paul EggertMerge from trunk.
2011-06-22 Jim Meyeringdon't leak an XBM-image-sized buffer
2011-06-22 Paul Eggert* dispextern.h (struct face.stipple):
2011-06-21 Paul EggertMerge from trunk.
2011-06-20 Paul Eggert* image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]:
2011-06-18 Paul Eggert* image.c (xbm_image_p): Don't assume stated width...
2011-06-13 Paul EggertMerge from trunk.
2011-06-12 Paul EggertMerge from trunk.
2011-06-11 Chong YidongHandle gif subimage animation delay correctly.
2011-06-11 Andreas Schwab* src/image.c (imagemagick_load_image): Fix type mismatch.
2011-06-11 Paul EggertMerge from trunk.
2011-06-11 Paul EggertMerge from trunk.
2011-06-11 Chong YidongCruft removal in struct image.
2011-06-10 Paul EggertMerge: Fix minor problems found by static checking.
2011-06-10 Paul Eggert* image.c (PixelGetMagickColor): Declare if ImageMagick...
2011-06-10 Paul EggertMake identifiers static if they are not used in other...
2011-06-10 Paul Eggert* image.c (imagemagick_load_image): Don't use garbage...
2011-06-10 Paul Eggert* image.c: Fix minor problems reported by GCC 4.6.0.
2011-06-10 Paul EggertMerge from trunk.
2011-06-10 Chong Yidong* image.c (gif_load): Fix omitted cast error introduced...
2011-06-08 Paul Eggert* image.c (gif_load): Rename local to avoid shadowing.
2011-06-06 Chong Yidong* src/image.c (gif_load): Implement gif89a spec "no...
2011-06-06 Paul EggertMerge: Cons<->int and similar integer overflow fixes.
2011-06-06 Paul EggertMerge from trunk.
2011-06-06 Paul Eggert* image.c: Use ptrdiff_t, not int, for sizes.
2011-06-04 Glenn MorrisMerge from emacs-23; up to 2010-06-12T17:12:15Z!cyd...
2011-06-04 Eli ZaretskiiSupport bidi reordering of text covered by display...
2011-06-04 Paul Eggert* image.c (svg_load): Omit needless test.
2011-06-04 Paul EggertUse ptrdiff_t, not int, for sizes.
2011-06-03 Paul Eggert* lisp.h (WIDE_EMACS_INT): Now defaults to 1.
2011-06-03 Paul Eggert* fileio.c (Fverify_visited_file_modtime): Avoid time...
2011-06-03 Paul Eggert* dired.c (Ffile_attributes): Don't assume EMACS_INT...
2011-06-03 Paul Eggert* lisp.h: Include <intprops.h>, as it'll useful in...
2011-06-03 Paul EggertDon't assume time_t can fit into int.
2011-06-03 Paul EggertMinor fixes for signed vs unsigned integers.
2011-06-02 Paul EggertMerge from trunk.
2011-06-02 Paul EggertMerge: Remove arbitrary limit of 2**31 entries in hash...
2011-06-02 Paul EggertMerge from trunk.
2011-05-31 Paul EggertRemove arbitrary limit of 2**31 entries in hash tables.
2011-05-31 Paul EggertMerge from trunk.
2011-05-31 Paul EggertUse 'inline', not 'INLINE'.
2011-05-31 Paul EggertMerge from trunk.
2011-05-31 Paul EggertMerge from trunk.
2011-05-30 Paul EggertMerge from trunk.
2011-05-29 Glenn MorrisMerge from emacs-23; up to 2010-06-12T11:17:12Z!eliz...
2011-05-29 Chong YidongDoc fixes for imagemagick support code.
2011-05-28 Paul Eggert[ChangeLog]
2011-05-27 Glenn MorrisMerge from emacs-23; up to 2010-06-12T10:58:54Z!romain...
2011-05-25 Glenn MorrisMerge from emacs-23; up to 2010-06-12T08:59:37Z!albinus...
2011-05-24 Glenn MorrisMerge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu...
2011-05-21 Glenn MorrisMerge from emacs-23; up to 2010-06-11T18:51:00Z!juri...
2011-05-19 Kenichi Handamerge trunk
2011-05-18 Paul EggertMerge from mainline.
2011-05-17 Glenn MorrisMerge from emacs-23; up to 2010-06-11T14:39:54Z!cyd...
2011-05-16 Paul EggertMerge from mainline.
2011-05-15 Paul EggertMerge: user-interface timestamps and other int overflow...
2011-05-13 Paul Eggert* dispextern.h (struct image): Don't assume time_t...
2011-05-12 Glenn MorrisMerge from emacs-23; up to 2010-06-10T12:56:11Z!michael...
2011-05-10 Juanma Barranquerosrc/image.c (Finit_image_library): Return t for built...
2011-05-09 Eli ZaretskiiBackport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla...
2011-05-06 Paul EggertDo not assume EMACS_INT is the same width as a pointer.
2011-05-06 Paul EggertMerge from mainline.
2011-05-06 Juanma Barranquerosrc/gnutls.c, src/image.c: Make function pointers static.
2011-05-05 Paul Eggert* image.c (Finit_image_library) [!HAVE_NTGUI]: Omit...
2011-05-05 Paul EggertMerge from mainline.
2011-05-05 Glenn MorrisMerge from emacs-23; up to 2010-06-10T05:17:21Z!rgm...
2011-05-04 Juanma BarranqueroFix previous change: the library cache is defined in...
2011-05-04 Juanma BarranqueroImplement dynamic loading of GnuTLS on Windows.
2011-04-26 Paul EggertMerge from mainline.
2011-04-26 Paul EggertMerge from mainline.
2011-04-25 Paul Eggert* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced...
2011-04-25 Paul Eggertlisp.h: Fix a problem with aliasing and vector headers.
2011-04-23 Glenn MorrisMerge from emacs-23; up to 2010-06-09T17:54:28Z!albinus...
2011-04-15 Paul EggertMerge from mainline.
2011-04-14 Paul EggertMerge from mainline.
2011-04-14 Paul Eggert* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
2011-04-14 Paul EggertUndo the DEFUN->DEFUE change.
2011-04-13 Paul Eggert* image.c: Make symbols static if they're not exported.
2011-04-13 Eli ZaretskiiFix bug #8487 with invisible text at EOB under bidi.
2011-04-11 Eli ZaretskiiFix bug #8468 with redisplay and scroll-margin > 0.
2011-04-11 Paul EggertDeclare Lisp_Object Q* variables to be 'static' if...
2011-04-11 Paul EggertMake Emacs functions such as Fatom 'static' by default.
2011-04-10 Paul EggertMerge from mainline.
2011-04-09 Chong YidongCleanups to the ImageMagick code and docstrings.
2011-04-09 Glenn MorrisMerge from emacs-23; up to 2010-06-08T03:06:47Z!dann...
2011-04-08 Chong YidongMerge changes from emacs-23 branch
2011-04-06 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-04-06 Paul EggertMerge from mainline.
2011-04-05 Paul Eggert* image.c (tiff_error_handler, tiff_warning_handler...
2011-04-05 Paul EggertMerge from mainline.
2011-04-02 Paul Eggert* image.c (xbm_load): Use parse_p, for gcc -Werror...
next