diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/MORE.STUFF | 3 | ||||
| -rw-r--r-- | etc/NEWS | 21 |
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 | |||
| 185 | Local Variables: | 182 | Local Variables: |
| 186 | mode: text | 183 | mode: text |
| 187 | eval: (view-mode 1) | 184 | eval: (view-mode 1) |
| @@ -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. |
| @@ -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 | ||
| 223 | has 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)) |
| 292 | specifies whether or not the terminal can display a wavy line. | 294 | specifies 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'. | ||
| 300 | It returns non-nil for any image that contains multiple frames, | ||
| 301 | whether or not it specifies a frame delay. | ||
| 302 | |||
| 303 | +++ | ||
| 304 | *** When animating images that do not specify a frame delay, | ||
| 305 | Emacs uses `image-default-frame-delay'. | ||
| 306 | |||
| 307 | +++ | ||
| 308 | *** New functions `image-current-frame' and `image-show-frame' for getting | ||
| 309 | and 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' |