aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS32
1 files changed, 16 insertions, 16 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e91345f553d..9e18d887834 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -35,7 +35,7 @@ any older versions of these packages to ensure that the Emacs 22
35version is used. You can use M-x list-load-path-shadows to find such 35version is used. You can use M-x list-load-path-shadows to find such
36older packages. 36older packages.
37 37
38Some specific packages which are known to cause problems are: 38Some specific packages that are known to cause problems are:
39 39
40** Semantic (used by CEDET, ECB, JDEE): upgrade to latest version. 40** Semantic (used by CEDET, ECB, JDEE): upgrade to latest version.
41** cua.el, cua-mode.el: remove old versions. 41** cua.el, cua-mode.el: remove old versions.
@@ -145,7 +145,7 @@ See the files mac/README and mac/INSTALL for build instructions.
145 145
146--- 146---
147** Mac OS 9 port now uses the Carbon API by default. You can also 147** Mac OS 9 port now uses the Carbon API by default. You can also
148create non-Carbon build by specifying `NonCarbon' as a target. See 148create a non-Carbon build by specifying `NonCarbon' as a target. See
149the files mac/README and mac/INSTALL for build instructions. 149the files mac/README and mac/INSTALL for build instructions.
150 150
151--- 151---
@@ -227,10 +227,10 @@ affects the initial frame.
227 227
228--- 228---
229** Emacs built for MS-Windows now behaves like Emacs on X does, 229** Emacs built for MS-Windows now behaves like Emacs on X does,
230wrt its frame position: if you don't specify a position (in your 230with respect to its frame position: if you don't specify a position
231.emacs init file, in the Registry, or with the --geometry command-line 231(in your .emacs init file, in the Registry, or with the --geometry
232option), Emacs leaves the frame position to the Windows' window 232command-line option), Emacs leaves the frame position to the Windows'
233manager. 233window manager.
234 234
235+++ 235+++
236** Emacs can now be invoked in full-screen mode on a windowed display. 236** Emacs can now be invoked in full-screen mode on a windowed display.
@@ -243,12 +243,12 @@ screen size. (For now, this does not work with some window managers.)
243** Emacs now displays a splash screen by default even if command-line 243** Emacs now displays a splash screen by default even if command-line
244arguments were given. The new command-line option --no-splash 244arguments were given. The new command-line option --no-splash
245disables the splash screen; see also the variable 245disables the splash screen; see also the variable
246`inhibit-startup-message' (which is also aliased as 246`inhibit-splash-screen' (which is also aliased as
247`inhibit-splash-screen'). 247`inhibit-startup-message').
248 248
249+++ 249+++
250** The default is now to use a bitmap as the icon, so the command-line options 250** The default is now to use a bitmap as the icon, so the command-line options
251--icon-type, -i has been replaced with options --no-bitmap-icon, -nbi to turn 251--icon-type, -i have been replaced with options --no-bitmap-icon, -nbi to turn
252the bitmap icon off. 252the bitmap icon off.
253 253
254+++ 254+++
@@ -1012,7 +1012,7 @@ so package-specific faces can inherit from it.
1012*** New option `ebnf-arrow-extra-width' which specify extra width for arrow 1012*** New option `ebnf-arrow-extra-width' which specify extra width for arrow
1013shape drawing. 1013shape drawing.
1014The extra width is used to avoid that the arrowhead and the terminal border 1014The extra width is used to avoid that the arrowhead and the terminal border
1015overlap. It depens on `ebnf-arrow-shape' and `ebnf-line-width'. 1015overlap. It depends on `ebnf-arrow-shape' and `ebnf-line-width'.
1016 1016
1017+++ 1017+++
1018*** New option `ebnf-arrow-scale' which specify the arrow scale. 1018*** New option `ebnf-arrow-scale' which specify the arrow scale.
@@ -1119,7 +1119,7 @@ and "Open File...". "Open File..." now opens only existing files. This is
1119to support existing GUI file selection dialogs better. 1119to support existing GUI file selection dialogs better.
1120 1120
1121+++ 1121+++
1122*** The file selection dialog for Gtk+, Mac, W32 and Motif/Lesstif can be 1122*** The file selection dialog for Gtk+, Mac, W32 and Motif/LessTif can be
1123disabled by customizing the variable `use-file-dialog'. 1123disabled by customizing the variable `use-file-dialog'.
1124 1124
1125--- 1125---
@@ -1127,7 +1127,7 @@ disabled by customizing the variable `use-file-dialog'.
1127be navigated with the arrow keys (like Gtk+, Mac and W32). 1127be navigated with the arrow keys (like Gtk+, Mac and W32).
1128 1128
1129+++ 1129+++
1130*** The menu bar for Motif/Lesstif/Lucid/Gtk+ can be navigated with keys. 1130*** The menu bar for Motif/LessTif/Lucid/Gtk+ can be navigated with keys.
1131Pressing F10 shows the first menu in the menu bar. Navigation is done with 1131Pressing F10 shows the first menu in the menu bar. Navigation is done with
1132the arrow keys, select with the return key and cancel with the escape keys. 1132the arrow keys, select with the return key and cancel with the escape keys.
1133 1133
@@ -1137,7 +1137,7 @@ to explicitly specify a fontSet resource for this to work, for example
1137`-xrm "Emacs*fontSet: -*-helvetica-medium-r-*--*-120-*-*-*-*-*-*,*"'. 1137`-xrm "Emacs*fontSet: -*-helvetica-medium-r-*--*-120-*-*-*-*-*-*,*"'.
1138 1138
1139--- 1139---
1140*** Dialogs for Lucid/Athena and Lesstif/Motif now pops down when pressing 1140*** Dialogs for Lucid/Athena and LessTif/Motif now pop down on pressing
1141ESC, like they do for Gtk+, Mac and W32. 1141ESC, like they do for Gtk+, Mac and W32.
1142 1142
1143+++ 1143+++
@@ -1168,7 +1168,7 @@ Traditionally, Emacs uses a Mouse-1 click to set point and a Mouse-2
1168click to follow a link, whereas most other applications use a Mouse-1 1168click to follow a link, whereas most other applications use a Mouse-1
1169click for both purposes, depending on whether you click outside or 1169click for both purposes, depending on whether you click outside or
1170inside a link. Now the behavior of a Mouse-1 click has been changed 1170inside a link. Now the behavior of a Mouse-1 click has been changed
1171to match this context-sentitive dual behavior. (If you prefer the old 1171to match this context-sensitive dual behavior. (If you prefer the old
1172behavior, set the user option `mouse-1-click-follows-link' to nil.) 1172behavior, set the user option `mouse-1-click-follows-link' to nil.)
1173 1173
1174Depending on the current mode, a Mouse-2 click in Emacs can do much 1174Depending on the current mode, a Mouse-2 click in Emacs can do much
@@ -1620,7 +1620,7 @@ people knowing `find-grep-dired' would probably expect it.
1620*** New commands `lgrep' (local grep) and `rgrep' (recursive grep) are 1620*** New commands `lgrep' (local grep) and `rgrep' (recursive grep) are
1621more user-friendly versions of `grep' and `grep-find', which prompt 1621more user-friendly versions of `grep' and `grep-find', which prompt
1622separately for the regular expression to match, the files to search, 1622separately for the regular expression to match, the files to search,
1623and the base directory for the search. Case sensitivitivy of the 1623and the base directory for the search. Case sensitivity of the
1624search is controlled by the current value of `case-fold-search'. 1624search is controlled by the current value of `case-fold-search'.
1625 1625
1626These commands build the shell commands based on the new variables 1626These commands build the shell commands based on the new variables
@@ -2127,7 +2127,7 @@ asterisk - for instance, the comment close of some languages (eg, c's "*/"
2127or mathematica's "*)") - at the beginning of line are no longer are 2127or mathematica's "*)") - at the beginning of line are no longer are
2128interpreted as level 1 topics in those modes. 2128interpreted as level 1 topics in those modes.
2129 2129
2130*** Many or most commonly occuring "accidental" topics are disqualified. 2130*** Many or most commonly occurring "accidental" topics are disqualified.
2131Text in item bodies that looks like a low-depth topic is no longer mistaken 2131Text in item bodies that looks like a low-depth topic is no longer mistaken
2132for one unless its first offspring (or that of its next sibling with 2132for one unless its first offspring (or that of its next sibling with
2133offspring) is only one level deeper. 2133offspring) is only one level deeper.