[ChangeLog]
[bpt/emacs.git] / src / image.c
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...
2011-04-02 Paul Eggert* image.c (lookup_image): Remove var that is set but...
2011-04-01 Paul EggertMerge from mainline.
2011-04-01 Stefan MonnierMerge from lexical-binding branch.
2011-03-31 Eli ZaretskiiFix bug #6671 with recentering and other scrolling...
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.
next