diff options
| author | Glenn Morris | 2014-06-14 16:57:24 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-06-14 16:57:24 -0700 |
| commit | 27433ff85f21f108e84a6e8966c9461cf66c2015 (patch) | |
| tree | 117c2ebccb31dbc16e415ddf387ca5bdc563bb9d | |
| parent | cd7d4e9b383ae4bd56619f344ba4e73d0063e773 (diff) | |
| download | emacs-27433ff85f21f108e84a6e8966c9461cf66c2015.tar.gz emacs-27433ff85f21f108e84a6e8966c9461cf66c2015.zip | |
NEWS copyedits
| -rw-r--r-- | etc/NEWS | 46 |
1 files changed, 22 insertions, 24 deletions
| @@ -154,16 +154,7 @@ removed. | |||
| 154 | *** The function `quail-help' is no longer an interactive command. | 154 | *** The function `quail-help' is no longer an interactive command. |
| 155 | Use `C-h C-\' (`describe-input-method') instead. | 155 | Use `C-h C-\' (`describe-input-method') instead. |
| 156 | 156 | ||
| 157 | ** ImageMagick | 157 | ** Frame and window handling |
| 158 | |||
| 159 | *** ImageMagick images now support the :max-width and :max-height keywords. | ||
| 160 | |||
| 161 | *** When using `create-image' with image data, you can pass a :format | ||
| 162 | attribute (via the property-list argument) in order to help | ||
| 163 | ImageMagick detect the image type. The value should be a MIME | ||
| 164 | content-type that is found in the new variable `image-format-suffixes'. | ||
| 165 | |||
| 166 | ** Frame and window changes | ||
| 167 | 158 | ||
| 168 | *** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized', | 159 | *** New commands `toggle-frame-fullscreen' and `toggle-frame-maximized', |
| 169 | bound to <f11> and M-<f10>, respectively. | 160 | bound to <f11> and M-<f10>, respectively. |
| @@ -261,7 +252,7 @@ bottom of the selected frame. | |||
| 261 | caller of `display-buffer' is ready to handle the case of not displaying | 252 | caller of `display-buffer' is ready to handle the case of not displaying |
| 262 | the buffer in a window. | 253 | the buffer in a window. |
| 263 | 254 | ||
| 264 | ** Lisp evaluation changes | 255 | ** Lisp evaluation |
| 265 | 256 | ||
| 266 | *** `eval-defun' on an already defined defcustom calls the :set function, | 257 | *** `eval-defun' on an already defined defcustom calls the :set function, |
| 267 | if there is one. | 258 | if there is one. |
| @@ -295,7 +286,7 @@ simply disabling Transient Mark mode does the same thing. | |||
| 295 | 286 | ||
| 296 | * Editing Changes in Emacs 24.4 | 287 | * Editing Changes in Emacs 24.4 |
| 297 | 288 | ||
| 298 | ** Indentation changes | 289 | ** Indentation |
| 299 | 290 | ||
| 300 | *** `electric-indent-mode' is now enabled by default. | 291 | *** `electric-indent-mode' is now enabled by default. |
| 301 | Typing RET reindents the current line and indents the new line. | 292 | Typing RET reindents the current line and indents the new line. |
| @@ -553,8 +544,7 @@ the symbol near point. | |||
| 553 | *** New option `hi-lock-auto-select-face'. When non-nil, hi-lock commands | 544 | *** New option `hi-lock-auto-select-face'. When non-nil, hi-lock commands |
| 554 | will cycle through faces in `hi-lock-face-defaults' without prompting. | 545 | will cycle through faces in `hi-lock-face-defaults' without prompting. |
| 555 | 546 | ||
| 556 | ** Icomplete | 547 | ** Icomplete is now more similar to Ido. |
| 557 | Icomplete is now more similar to Ido. | ||
| 558 | 548 | ||
| 559 | *** Icomplete by default now applies to all forms of minibuffer completion. | 549 | *** Icomplete by default now applies to all forms of minibuffer completion. |
| 560 | The variable `icomplete-with-completion-tables' (now a user option) | 550 | The variable `icomplete-with-completion-tables' (now a user option) |
| @@ -911,8 +901,8 @@ Also the following files used by the now obsolete otodo-mode.el: | |||
| 911 | 901 | ||
| 912 | * New Modes and Packages in Emacs 24.4 | 902 | * New Modes and Packages in Emacs 24.4 |
| 913 | 903 | ||
| 914 | ** New package `eww' is a built-in web browser. | 904 | ** New package eww.el provides a built-in web browser. |
| 915 | (It is only available if Emacs is compiled with libxml2 support.) | 905 | This requires Emacs to have been compiled with libxml2 support. |
| 916 | 906 | ||
| 917 | ** New package nadvice.el offers lighter-weight advice facilities. | 907 | ** New package nadvice.el offers lighter-weight advice facilities. |
| 918 | It is layered as: | 908 | It is layered as: |
| @@ -923,11 +913,10 @@ any function-carrying place, such as process filters or `<foo>-function' hooks. | |||
| 923 | *** `advice-add'/`advice-remove' to add/remove a piece of advice on a named | 913 | *** `advice-add'/`advice-remove' to add/remove a piece of advice on a named |
| 924 | function, much like `defadvice' does. | 914 | function, much like `defadvice' does. |
| 925 | 915 | ||
| 926 | ** New package frameset.el. | 916 | ** New package frameset.el provides a set of operations to save a frameset |
| 927 | It provides a set of operations to save a frameset (the state of all | 917 | (the state of all or a subset of the existing frames and windows, somewhat |
| 928 | or a subset of the existing frames and windows, somewhat similar to a | 918 | similar to a frame configuration), both in-session and persistently, and |
| 929 | frame configuration), both in-session and persistently, and restore it | 919 | restore it at some point in the future. |
| 930 | at some point in the future. | ||
| 931 | 920 | ||
| 932 | ** New package filenotify.el provides an interface for file system | 921 | ** New package filenotify.el provides an interface for file system |
| 933 | notifications. It requires that Emacs be compiled with one of the | 922 | notifications. It requires that Emacs be compiled with one of the |
| @@ -937,9 +926,9 @@ low-level libraries gfilenotify.c, inotify.c or w32notify.c. | |||
| 937 | display specified symbols as composed characters. E.g., in Emacs Lisp mode, | 926 | display specified symbols as composed characters. E.g., in Emacs Lisp mode, |
| 938 | this replaces the string "lambda" with the Greek lambda character. | 927 | this replaces the string "lambda" with the Greek lambda character. |
| 939 | 928 | ||
| 940 | ** New minor mode `superword-mode'. | 929 | ** New minor mode `superword-mode', which overrides the default word motion |
| 941 | This overrides the default word motion commands to treat "symbol_words" | 930 | commands to treat "symbol_words" as a single word, similar to what |
| 942 | as a single word, similar to what `subword-mode' does. | 931 | `subword-mode' does. |
| 943 | 932 | ||
| 944 | 933 | ||
| 945 | * Incompatible Lisp Changes in Emacs 24.4 | 934 | * Incompatible Lisp Changes in Emacs 24.4 |
| @@ -1177,6 +1166,15 @@ animated images which do not specify a frame delay. | |||
| 1177 | *** New functions `image-current-frame' and `image-show-frame' for getting | 1166 | *** New functions `image-current-frame' and `image-show-frame' for getting |
| 1178 | and setting the current frame of a multi-frame image. | 1167 | and setting the current frame of a multi-frame image. |
| 1179 | 1168 | ||
| 1169 | ** ImageMagick | ||
| 1170 | |||
| 1171 | *** ImageMagick images now support the :max-width and :max-height keywords. | ||
| 1172 | |||
| 1173 | *** When using `create-image' with image data, you can pass a :format | ||
| 1174 | attribute (via the property-list argument) in order to help | ||
| 1175 | ImageMagick detect the image type. The value should be a MIME | ||
| 1176 | content-type that is found in the new variable `image-format-suffixes'. | ||
| 1177 | |||
| 1180 | ** Revert and Autorevert | 1178 | ** Revert and Autorevert |
| 1181 | 1179 | ||
| 1182 | *** If Emacs is compiled with file notification support, it uses notifications | 1180 | *** If Emacs is compiled with file notification support, it uses notifications |