diff options
| author | Glenn Morris | 2013-02-20 22:03:02 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-02-20 22:03:02 -0800 |
| commit | f0c954fa281b31517bbab8cf82a5d81fc7caeff5 (patch) | |
| tree | 6e035f26c6fe954ca9d780912b99d609af3d1612 /etc | |
| parent | c1bf363a732b66cdbe1c28c11f4b8fe3f064098d (diff) | |
| download | emacs-f0c954fa281b31517bbab8cf82a5d81fc7caeff5.tar.gz emacs-f0c954fa281b31517bbab8cf82a5d81fc7caeff5.zip | |
More doc updates for multi-frame images
* doc/emacs/files.texi (File Conveniences): Not just GIFs can be animated.
* doc/lispref/display.texi (Multi-Frame Images): Minor rephrasing.
* etc/NEWS: Related edits.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 17 |
1 files changed, 15 insertions, 2 deletions
| @@ -145,8 +145,6 @@ directory, respectively. | |||
| 145 | `f' (`image-next-frame') and `b' (`image-previous-frame') visit the | 145 | `f' (`image-next-frame') and `b' (`image-previous-frame') visit the |
| 146 | next or previous frame. `F' (`image-goto-frame') shows a specific frame. | 146 | next or previous frame. `F' (`image-goto-frame') shows a specific frame. |
| 147 | 147 | ||
| 148 | *** `image-animated-p' is now `image-multi-frame-p'. | ||
| 149 | |||
| 150 | --- | 148 | --- |
| 151 | *** The command `image-mode-fit-frame' deletes other windows. | 149 | *** The command `image-mode-fit-frame' deletes other windows. |
| 152 | When toggling, it restores the frame's previous window configuration. | 150 | When toggling, it restores the frame's previous window configuration. |
| @@ -291,6 +289,21 @@ rather than inheriting from it (as do face specs set via Customize). | |||
| 291 | *** New face characteristic (supports :underline (:style wave)) | 289 | *** New face characteristic (supports :underline (:style wave)) |
| 292 | specifies whether or not the terminal can display a wavy line. | 290 | specifies whether or not the terminal can display a wavy line. |
| 293 | 291 | ||
| 292 | ** Image API | ||
| 293 | |||
| 294 | +++ | ||
| 295 | *** `image-animated-p' is now `image-multi-frame-p'. | ||
| 296 | It returns non-nil for any image that contains multiple frames, | ||
| 297 | whether or not it specifies a frame delay. | ||
| 298 | |||
| 299 | +++ | ||
| 300 | *** When animating images that do not specify a frame delay, | ||
| 301 | Emacs uses `image-default-frame-delay'. | ||
| 302 | |||
| 303 | +++ | ||
| 304 | *** New functions `image-current-frame' and `image-show-frame' for getting | ||
| 305 | and setting the current frame of a multi-frame image. | ||
| 306 | |||
| 294 | ** time-to-seconds is not obsolete any more. | 307 | ** time-to-seconds is not obsolete any more. |
| 295 | ** New function special-form-p. | 308 | ** New function special-form-p. |
| 296 | ** Docstrings can be made dynamic by adding a `dynamic-docstring-function' | 309 | ** Docstrings can be made dynamic by adding a `dynamic-docstring-function' |