aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2013-02-22 00:04:19 +0100
committerJoakim Verona2013-02-22 00:04:19 +0100
commit77a72b7ae367eb0c98f1bcbe021076a9cb97e86f (patch)
tree213a3ada8ecea6f380f5545b1eae12c6aabd3694 /etc
parentf0f34630a4c8b467df3ec7eb445ceedd93a12a71 (diff)
parentb59a2e9edb562fce9c63a73242db323cd4a9dc0f (diff)
downloademacs-77a72b7ae367eb0c98f1bcbe021076a9cb97e86f.tar.gz
emacs-77a72b7ae367eb0c98f1bcbe021076a9cb97e86f.zip
auto upstream
Diffstat (limited to 'etc')
-rw-r--r--etc/MORE.STUFF3
-rw-r--r--etc/NEWS21
2 files changed, 19 insertions, 5 deletions
diff --git a/etc/MORE.STUFF b/etc/MORE.STUFF
index 57be8a2e971..671d8a06755 100644
--- a/etc/MORE.STUFF
+++ b/etc/MORE.STUFF
@@ -179,9 +179,6 @@ packages that you can install.
179 WhizzyTeX provides a minor mode for Emacs or XEmacs, a (bash) 179 WhizzyTeX provides a minor mode for Emacs or XEmacs, a (bash)
180 shell-script daemon and some LaTeX macros. 180 shell-script daemon and some LaTeX macros.
181 181
182 * X-Symbol: <URL:http://x-symbol.sourceforge.net/>
183 Quasi-WYSIWYG editing of TeX & al.
184
185Local Variables: 182Local Variables:
186mode: text 183mode: text
187eval: (view-mode 1) 184eval: (view-mode 1)
diff --git a/etc/NEWS b/etc/NEWS
index 2eda7a5c775..d6691ffed8f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
146next or previous frame. `F' (`image-goto-frame') shows a specific frame. 146next 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.
152When toggling, it restores the frame's previous window configuration. 150When toggling, it restores the frame's previous window configuration.
@@ -220,6 +218,10 @@ are obsolete. Customize the `woman-* faces instead.
220+++ 218+++
221*** yow.el is obsolete; use fortune.el or cookie1.el instead. 219*** yow.el is obsolete; use fortune.el or cookie1.el instead.
222 220
221---
222*** The Info-edit command is obsolete. Editing Info nodes by hand
223has not been relevant for some time.
224
223 225
224* New Modes and Packages in Emacs 24.4 226* New Modes and Packages in Emacs 24.4
225** New nadvice.el package offering lighter-weight advice facilities. 227** New nadvice.el package offering lighter-weight advice facilities.
@@ -291,6 +293,21 @@ rather than inheriting from it (as do face specs set via Customize).
291*** New face characteristic (supports :underline (:style wave)) 293*** New face characteristic (supports :underline (:style wave))
292specifies whether or not the terminal can display a wavy line. 294specifies whether or not the terminal can display a wavy line.
293 295
296** Image API
297
298+++
299*** `image-animated-p' is now `image-multi-frame-p'.
300It returns non-nil for any image that contains multiple frames,
301whether or not it specifies a frame delay.
302
303+++
304*** When animating images that do not specify a frame delay,
305Emacs uses `image-default-frame-delay'.
306
307+++
308*** New functions `image-current-frame' and `image-show-frame' for getting
309and setting the current frame of a multi-frame image.
310
294** time-to-seconds is not obsolete any more. 311** time-to-seconds is not obsolete any more.
295** New function special-form-p. 312** New function special-form-p.
296** Docstrings can be made dynamic by adding a `dynamic-docstring-function' 313** Docstrings can be made dynamic by adding a `dynamic-docstring-function'