]> code.delx.au - gnu-emacs/history - src/image.c
Merge latest Org fixes (commit 7524ef2).
[gnu-emacs] / src / image.c
2013-02-08 Aidan Gauland* doc/misc/eshell.texi: Fill most of the missing sections.
2013-01-01 Paul EggertUpdate copyright notices for 2013.
2012-10-17 Kenichi Handamerge trunk
2012-10-17 Glenn MorrisMerge from emacs-24; up to 2012-05-08T15:19:18Z!monnier...
2012-10-14 Daniel Colascione* image.c (init_tiff_functions, init_imagemagick_functions)
2012-10-14 David EngsterMerge bug fixes from CEDET upstream.
2012-10-14 Kenichi Handamerge trunk
2012-10-13 Kenichi Handamerge trunk
2012-10-13 Paul EggertFix some stat-related races.
2012-10-11 Kenichi Handamerge trunk
2012-10-08 Paul EggertMinor tweaks to recently-changed code.
2012-10-08 Daniel ColascioneImprove fix for jpeglib build break
2012-10-08 Eli ZaretskiiRemove CHECK_LIB_AVAILABLE from image.c, mistakenly...
2012-10-08 Eli ZaretskiiTemporary fix for changes in 2012-10-08T08:23:13Z!danco...
2012-10-08 Daniel ColascioneMerge cygw32
2012-10-07 Daniel ColascioneMerge from trunk
2012-10-06 Kenichi Handamerge trunk
2012-10-05 Glenn MorrisMerge from emacs-24; up to 2012-05-08T14:11:47Z!monnier...
2012-09-30 Fabrice PopineauSupport x64 build on MS-Windows with MSVC.
2012-09-30 Kenichi Handamerge trunk
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-25 Juanma BarranqueroMove Vlibrary_cache to emacs.c and reset before dumping.
2012-09-24 Paul Eggertimage.c, indent.c: Use bool for booleans.
2012-09-23 Chong YidongReally fix last change.
2012-09-23 Chong YidongFix last change.
2012-09-23 Chong YidongRemove LIBRARIES arg from w32_delayed_load and friends.
2012-09-23 Paul EggertSimplify and avoid signal-handling races.
2012-09-22 Chong YidongRefactor image-type loading.
2012-09-22 Kenichi Handamerge trunk
2012-09-21 Chong YidongBackport fix for Bug#12463 from trunk.
2012-09-21 Chong YidongFix list duplication error in define_image_type.
2012-09-21 Chong YidongMerge from emacs-24; up to 2012-05-07T14:57:18Z!michael...
2012-09-17 Daniel ColascioneMerge from trunk
2012-09-17 Daniel ColascioneImplement cygw32
2012-09-16 Kenichi Handamerge trunk
2012-09-15 Paul EggertPort _setjmp fix to POSIXish hosts as well as Microsoft.
2012-09-15 Eli ZaretskiiFix MS-Windows build broken by 2012-09-15T07:06:56Z...
2012-09-15 Paul EggertPort better to POSIX hosts lacking _setjmp.
2012-09-13 Paul EggertWork around GCC and GNOME bugs when --enable-gcc-warnings.
2012-09-12 Paul EggertMore fixes for 'volatile' and setjmp/longjmp.
2012-09-12 Paul Eggert* image.c (jpeg_memory_src): Don't assume string len...
2012-09-11 Paul EggertPrefer assignment to memcpy when either will do.
2012-09-09 Paul EggertAssume C89 or later for math functions.
2012-09-05 Glenn MorrisMerge from emacs-24; up to 2012-05-05T02:50:20Z!monnier...
2012-09-04 Paul EggertSimplify redefinition of 'abort' (Bug#12316).
2012-09-04 Paul EggertBe more systematic about _setjmp vs setjmp.
2012-09-02 Paul EggertClean up some extern decls.
2012-09-01 Eli ZaretskiiFix last changes related to w32 and Cygwin.
2012-09-01 Daniel ColascioneMerge from cygw32 branch
2012-09-01 Daniel ColascioneRefactor window-system configuration
2012-08-28 Glenn MorrisMerge from emacs-24; up to 2012-05-04T19:17:01Z!monnier...
2012-08-22 Kenichi Handamerge trunk
2012-08-16 Paul EggertUse ASCII tests for character types.
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Dmitry AntipovRemove empty and useless init functions.
2012-07-13 Jan Djärv* image.c (Fimagemagick_types): Initialize ex with...
2012-07-10 Paul EggertEMACS_TIME simplification (Bug#11875).
2012-07-09 Dmitry AntipovUse make_formatted_string to avoid double length calcul...
2012-07-07 Paul EggertImprove static checking when configured --with-ns.
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
2012-07-05 Paul EggertMore xmalloc and related cleanup.
2012-07-05 Dmitry AntipovCleanup xmalloc.
2012-07-03 Tom TromeyAuto-generate EXFUN using make-docfile
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
2012-06-28 Dmitry Antipov* configure.in: Add glyphs category to --enable-checkin...
2012-06-28 Dmitry AntipovGeneralize run-time debugging checks.
2012-06-26 Dmitry Antipov* src/alloc.c: Remove build_string.
2012-06-24 Paul EggertSwitch from NO_RETURN to C11's _Noreturn.
2012-06-22 Paul EggertSupport higher-resolution time stamps.
2012-06-21 Glenn MorrisMerge from emacs-24; up to 2012-04-26T03:04:36Z!cyd...
2012-06-19 Dmitry Antipov* alloc.c, bytecode.c, ccl.c, coding.c, composite.c...
2012-06-17 Chong YidongMerge changes from emacs-24; up to 2012-04-26T02:03...
2012-06-15 Fabián Ezequiel... Merge from trunk
2012-06-12 Chong YidongHandle availability of MagickMergeImageLayers and Magic...
2012-06-12 Paul Eggert* image.c (imagemagick_load_image): Remove unused label.
2012-06-11 Chong YidongSupport transparency for ImageMagick images.
2012-06-10 Chong YidongMerge from emacs-24; up to 2012-04-25T15:23:19Z!sdl...
2012-05-31 Glenn MorrisAdd option imagemagick-types-enable
2012-05-31 Chong YidongMerge from emacs-24; up to 2012-04-24T21:47:24Z!michael...
2012-05-27 Glenn MorrisMerge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu...
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul EggertMerge from trunk.
2012-04-22 Paul EggertMerge from trunk.
2012-04-22 Paul EggertMerge from trunk.
2012-04-09 Paul EggertMerge from trunk.
2012-03-25 Stefan MonnierMerge from trunk origin/pending
2012-03-02 Paul EggertMerge from trunk.
2012-02-25 Paul EggertMerge from trunk.
2012-02-17 Kenichi Handamerge trunk
2012-02-15 Paul EggertIncrease default image size limit; don't unlimit Gnus.
2012-02-10 Paul EggertMerge from trunk.
2012-02-09 Glenn MorrisMerge from emacs-23; up to 2010-06-29T18:17:31Z!cyd...
next