aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-06-14 16:57:24 -0700
committerGlenn Morris2014-06-14 16:57:24 -0700
commit27433ff85f21f108e84a6e8966c9461cf66c2015 (patch)
tree117c2ebccb31dbc16e415ddf387ca5bdc563bb9d
parentcd7d4e9b383ae4bd56619f344ba4e73d0063e773 (diff)
downloademacs-27433ff85f21f108e84a6e8966c9461cf66c2015.tar.gz
emacs-27433ff85f21f108e84a6e8966c9461cf66c2015.zip
NEWS copyedits
-rw-r--r--etc/NEWS46
1 files changed, 22 insertions, 24 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1e7eee43513..c9af6348aac 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
155Use `C-h C-\' (`describe-input-method') instead. 155Use `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
162attribute (via the property-list argument) in order to help
163ImageMagick detect the image type. The value should be a MIME
164content-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',
169bound to <f11> and M-<f10>, respectively. 160bound to <f11> and M-<f10>, respectively.
@@ -261,7 +252,7 @@ bottom of the selected frame.
261caller of `display-buffer' is ready to handle the case of not displaying 252caller of `display-buffer' is ready to handle the case of not displaying
262the buffer in a window. 253the 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,
267if there is one. 258if 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.
301Typing RET reindents the current line and indents the new line. 292Typing 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
554will cycle through faces in `hi-lock-face-defaults' without prompting. 545will cycle through faces in `hi-lock-face-defaults' without prompting.
555 546
556** Icomplete 547** Icomplete is now more similar to Ido.
557Icomplete 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.
560The variable `icomplete-with-completion-tables' (now a user option) 550The 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.) 905This 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.
918It is layered as: 908It 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
924function, much like `defadvice' does. 914function, 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
927It 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
928or a subset of the existing frames and windows, somewhat similar to a 918similar to a frame configuration), both in-session and persistently, and
929frame configuration), both in-session and persistently, and restore it 919restore it at some point in the future.
930at 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
933notifications. It requires that Emacs be compiled with one of the 922notifications. It requires that Emacs be compiled with one of the
@@ -937,9 +926,9 @@ low-level libraries gfilenotify.c, inotify.c or w32notify.c.
937display specified symbols as composed characters. E.g., in Emacs Lisp mode, 926display specified symbols as composed characters. E.g., in Emacs Lisp mode,
938this replaces the string "lambda" with the Greek lambda character. 927this 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
941This overrides the default word motion commands to treat "symbol_words" 930commands to treat "symbol_words" as a single word, similar to what
942as 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
1178and setting the current frame of a multi-frame image. 1167and 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
1174attribute (via the property-list argument) in order to help
1175ImageMagick detect the image type. The value should be a MIME
1176content-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