log lisp/image.el @ 102471:02f766280fad

age author description
2009-02-24 Juanma Barranquero * image.el (image-load-path-for-library, insert-sliced-image):
2009-01-05 Glenn Morris Add 2009 to copyright years.
2008-11-24 Andreas Schwab (image-type-header-regexps): Recognize more xbm format
2008-06-27 Juanma Barranquero (image-jpeg-p): Don't fail if the arg cannot be converted to unibyte.
2008-06-25 Kenichi Handa (image-jpeg-p): Convert DATA to unibyte at first.
2008-06-12 Glenn Morris Add some compiler declarations, for builds without X.
2008-05-06 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
2008-01-09 Miles Bader Merge from emacs--devo--0
2007-10-11 Miles Bader Merge from emacs--devo--0
2007-08-29 Miles Bader Merge from emacs--devo--0
2007-08-13 Miles Bader Merge from emacs--devo--0
2007-07-27 Miles Bader Merge from emacs--devo--0
2007-05-24 Miles Bader Merge from emacs--devo--0
2007-02-13 Miles Bader Merge from emacs--devo--0
2007-01-30 Miles Bader Merge from emacs--devo--0
2007-01-26 Miles Bader Merge from emacs--devo--0
2007-01-01 Miles Bader Merge from emacs--devo--0
2006-05-02 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58
2006-03-28 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-49
2006-03-19 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-46
2006-03-13 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-43
2006-03-10 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-42
2006-02-08 Miles Bader Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
2006-01-16 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
2006-01-16 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95
2005-09-19 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82
2005-08-26 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
2005-07-07 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
2005-06-06 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
2005-03-19 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-28
2005-01-02 Miles Bader Merge from emacs--cvs-trunk--0
2004-09-25 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-44
2004-06-29 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-17
2004-06-28 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
2004-04-16 Kenichi Handa Sync to HEAD
2006-01-16 Henrik Enberg sync with trunk
2003-09-08 Kenichi Handa New directory
2008-01-08 Miles Bader Merge from emacs--rel--22
2007-10-06 Juri Linkov (image-type): Check if image-types is bound to not fail on tty.
2007-09-27 Glenn Morris Simplify previous change (auto can only be non-nil if type is).
2007-09-27 Glenn Morris (image-type-auto-detected-p): Doc fix. Don't detect an image if it is
2007-08-25 Juri Linkov (image-type-header-regexps): Use more complex regexp for svg.
2007-08-22 Glenn Morris (create-image): Doc fix.
2007-08-22 Glenn Morris Paul Pogonyshev <pogonyshev at gmx.net>
2007-08-13 Miles Bader Merge from emacs--rel--22
2007-07-26 Miles Bader Merge from emacs--rel--22
2007-05-21 Chong Yidong (image-type-from-file-name, image-type): Simplify.
2008-01-14 Jason Rumney (image-type): Use image-type-from-file-name (from trunk
2008-01-07 Glenn Morris Add 2008 to copyright years.
2007-08-08 Glenn Morris Replace `iff' in doc-strings and comments.
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-06-04 Chong Yidong (image-type-auto-detected-p): Don't scan auto-mode-alist.
2007-02-09 Chong Yidong (image-type-auto-detectable): Don't autodetect x[pb]m.
2007-01-28 Richard M. Stallman (image-type-header-regexps): Make GIF regex more specific.
2007-01-21 Glenn Morris Add 2007 to copyright years.
2007-01-05 Richard M. Stallman (image-type-header-regexps): Recognize xbm more strictly.
2006-12-30 Juanma Barranquero (image-type-header-regexps, image-type-from-data, image-type-from-buffer,
2006-12-26 Richard M. Stallman (image-type-header-regexps): Change element format
2006-12-19 Juanma Barranquero (image-type-header-regexps): Be more specific detecting `pbm' and `png' files.
2006-04-21 Kim F. Storm (image-type): New defun split out of create-image.