<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/src/image.c, branch pending</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Increase default image size limit; don't unlimit Gnus.</title>
<updated>2012-02-15T06:40:08+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2012-02-15T06:40:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=1127311509efca0c5ba00c583c98e09dddd63dd8'/>
<id>1127311509efca0c5ba00c583c98e09dddd63dd8</id>
<content type='text'>
* lisp/gnus/shr.el (shr-rescale-image): Undo previous change; see
&lt;http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html&gt;.
* src/image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see
&lt;http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/gnus/shr.el (shr-rescale-image): Undo previous change; see
&lt;http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html&gt;.
* src/image.c (MAX_IMAGE_SIZE): Increase from 6.0 to 10.0; see
&lt;http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>Small imagemagick doc fixes</title>
<updated>2012-02-07T03:46:18+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2012-02-07T03:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dd605cc4a63834731b278c92ac9719c8a67492ea'/>
<id>dd605cc4a63834731b278c92ac9719c8a67492ea</id>
<content type='text'>
* lisp/image.el (imagemagick-types-inhibit): Doc fix.

* src/image.c (Fimagemagick_types): Doc fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/image.el (imagemagick-types-inhibit): Doc fix.

* src/image.c (Fimagemagick_types): Doc fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>imagemagick-render-type fixes</title>
<updated>2012-02-07T03:31:29+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2012-02-07T03:31:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=af008560fea31dff76f6d7df3e386cf2af623a8d'/>
<id>af008560fea31dff76f6d7df3e386cf2af623a8d</id>
<content type='text'>
* src/image.c (imagemagick-render-type): Change it from a lisp object
to an integer.  Move the doc here from the lisp manual.
Treat all values not equal to 0 the same.

* doc/lispref/display.texi (ImageMagick Images):
Move most details of imagemagick-render-type to the variable's doc.

* lisp/cus-start.el (imagemagick-render-type): Add it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/image.c (imagemagick-render-type): Change it from a lisp object
to an integer.  Move the doc here from the lisp manual.
Treat all values not equal to 0 the same.

* doc/lispref/display.texi (ImageMagick Images):
Move most details of imagemagick-render-type to the variable's doc.

* lisp/cus-start.el (imagemagick-render-type): Add it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 2012 to FSF copyright years for Emacs files</title>
<updated>2012-01-05T09:46:05+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2012-01-05T09:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=acaf905b1130aae80fa59d2c861ffd4c8eb75486'/>
<id>acaf905b1130aae80fa59d2c861ffd4c8eb75486</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* src/image.c (imagemagick_error): New function. </title>
<updated>2011-12-15T23:28:56+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2011-12-15T23:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d1d7b339f8d04b60ed75d337a3b4109a6cb82c98'/>
<id>d1d7b339f8d04b60ed75d337a3b4109a6cb82c98</id>
<content type='text'>
(imagemagick_load_image): Comment out `MagickSetResolution' call.
Use `imagemagick_error' where ImageMagick functions return
`MagickFalse'.
(Fimagemagick_types): Add `Fnreverse' to return the list in the
proper order.

Fixes: debbugs:10112
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(imagemagick_load_image): Comment out `MagickSetResolution' call.
Use `imagemagick_error' where ImageMagick functions return
`MagickFalse'.
(Fimagemagick_types): Add `Fnreverse' to return the list in the
proper order.

Fixes: debbugs:10112
</pre>
</div>
</content>
</entry>
<entry>
<title>* src/image.c (imagemagick_load_image): Move `MagickSetResolution' down</title>
<updated>2011-11-24T19:02:39+00:00</updated>
<author>
<name>Juri Linkov</name>
</author>
<published>2011-11-24T19:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fa4fdb5ca559f8aae4137f8d3b974c14c760360d'/>
<id>fa4fdb5ca559f8aae4137f8d3b974c14c760360d</id>
<content type='text'>
after the `MagickPingImage' call.

Fixes: debbugs:10112
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
after the `MagickPingImage' call.

Fixes: debbugs:10112
</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling fixes.</title>
<updated>2011-11-20T02:29:42+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2011-11-20T02:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e1dbe924b53c541fdf238a5a722b7177d5c8760b'/>
<id>e1dbe924b53c541fdf238a5a722b7177d5c8760b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling fixes.</title>
<updated>2011-11-19T09:18:31+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2011-11-19T09:18:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5396468298b0122469e0b41da8f49860d99a2b51'/>
<id>5396468298b0122469e0b41da8f49860d99a2b51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos.</title>
<updated>2011-11-15T17:37:37+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2011-11-15T17:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c7015153512a7d00aba390cc1f9a6b512a9c9ed7'/>
<id>c7015153512a7d00aba390cc1f9a6b512a9c9ed7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling fixes.</title>
<updated>2011-11-14T23:59:56+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2011-11-14T23:59:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=91af3942e9ab5540b3ab4dde6733bc883dc2abdd'/>
<id>91af3942e9ab5540b3ab4dde6733bc883dc2abdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
