comparison etc/NEWS @ 45874:5cce53a1bf6f

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 17 Jun 2002 16:19:41 +0000
parents 988fc3c76c19
children e945d29fa2b5
comparison
equal deleted inserted replaced
45873:61d64f3f8e23 45874:5cce53a1bf6f
51 51
52 ** Support for GNU/Linux systems on X86-64 machines was added. 52 ** Support for GNU/Linux systems on X86-64 machines was added.
53 53
54 * Changes in Emacs 21.4 54 * Changes in Emacs 21.4
55 55
56 ** The appearance of the fringes can now be customized, using either 56 +++
57 the global command M-x fringe-mode, the frame specific command M-x 57 ** You can now customize the use of window fringes. To control this
58 set-fringe-style, the Show/Hide submenu of the top-level Options menu, 58 for all frames, use M-x fringe-mode or the Show/Hide submenu of the
59 or customizing the `fringe-mode' variable. 59 top-level Options menu, or customize the `fringe-mode' variable. To
60 60 control this for a specific frame, use the command M-x
61 set-fringe-style.
62
63 +++
61 ** There is a new user option `mail-default-directory' that allows you 64 ** There is a new user option `mail-default-directory' that allows you
62 to specify the value of `default-directory' for mail buffers. This 65 to specify the value of `default-directory' for mail buffers. This
63 directory is used for auto-save files of mail buffers. It defaults to 66 directory is used for auto-save files of mail buffers. It defaults to
64 "~/". 67 "~/".
65 68
89 the Buffers menu is regenerated. 92 the Buffers menu is regenerated.
90 93
91 +++ 94 +++
92 ** `C-u C-x =' now displays text properties of the character at point. 95 ** `C-u C-x =' now displays text properties of the character at point.
93 96
97 +++
94 ** The commands M-x customize-face and M-x customize-face-other-window 98 ** The commands M-x customize-face and M-x customize-face-other-window
95 now look at the text at point. If that text has a face specified, 99 now look at the character after point. If a face or faces are
96 the commands suggest to customize that face. 100 specified for that character, the commands by default customize those
101 faces.
97 102
98 ** Limited support for charset unification has been added. 103 ** Limited support for charset unification has been added.
99 By default, Emacs now knows how to translate latin-N chars between their 104 By default, Emacs now knows how to translate latin-N chars between their
100 charset and some other latin-N charset or unicode. You can force a 105 charset and some other latin-N charset or unicode. You can force a
101 more complete unification by calling (unify-8859-on-decoding-mode 1). 106 more complete unification by calling (unify-8859-on-decoding-mode 1).
102 107
103 --- 108 ---
104 ** The scrollbar under Motif has a smoother drag-scrolling. 109 ** The scrollbar under LessTif or Motif has a smoother drag-scrolling.
105 On the other hand, the size of the thumb does not represent the actual 110 On the other hand, the size of the thumb does not represent the actual
106 amount of text shown any more (only a crude approximation of it). 111 amount of text shown any more (only a crude approximation of it).
107 112
108 +++ 113 +++
109 ** Emacs can produce an underscore-like (horizontal bar) cursor. 114 ** Emacs can produce an underscore-like (horizontal bar) cursor.
128 133
129 `mpuz' now allows the 2nd factor not to have two identical digits. By 134 `mpuz' now allows the 2nd factor not to have two identical digits. By
130 default, all trivial operations involving whole lines are performed 135 default, all trivial operations involving whole lines are performed
131 automatically. The game uses faces for better visual feedback. 136 automatically. The game uses faces for better visual feedback.
132 137
138 +++
133 ** On X and MS Windows, the blinking cursor's "off" state is now shown 139 ** On X and MS Windows, the blinking cursor's "off" state is now shown
134 as a hollow box or a thin bar. 140 as a hollow box or a thin bar.
135 141
136 +++ 142 +++
137 ** Emacs now supports compound-text Extended Segments in X selections. 143 ** Emacs now supports compound-text Extended Segments in X selections.
173 mouse-autoselect-window to non-nil value, moving the mouse to a different 179 mouse-autoselect-window to non-nil value, moving the mouse to a different
174 Emacs window will select that window (minibuffer window can be selected 180 Emacs window will select that window (minibuffer window can be selected
175 only when it is active). The default is nil, so that this feature is not 181 only when it is active). The default is nil, so that this feature is not
176 enabled. 182 enabled.
177 183
178 ** The new command `describe-text-at' pops up a buffer with description 184 ** The new command `describe-char pops up a buffer with description
179 of text properties, overlays, and widgets at point, and lets you get 185 various information about a character, including its encodings and
180 more information about them, by clicking on mouse-sensitive areas or 186 syntax, its text properties, overlays, and widgets at point. You can
181 moving there and pressing RET. 187 get more information about some of them, by clicking on
188 mouse-sensitive areas or moving there and pressing RET.
182 189
183 +++ 190 +++
184 ** The new command `multi-occur' is just like `occur', except it can 191 ** The new command `multi-occur' is just like `occur', except it can
185 search multiple buffers. There is also a new command 192 search multiple buffers. There is also a new command
186 `multi-occur-by-filename-regexp' which allows you to specify the 193 `multi-occur-by-filename-regexp' which allows you to specify the
213 the mode line of the currently selected window. 220 the mode line of the currently selected window.
214 221
215 The new variable `mode-line-in-non-selected-windows' controls whether 222 The new variable `mode-line-in-non-selected-windows' controls whether
216 the `mode-line-inactive' face is used. 223 the `mode-line-inactive' face is used.
217 224
225 ---
218 ** A menu item "Show/Hide" was added to the top-level menu "Options". 226 ** A menu item "Show/Hide" was added to the top-level menu "Options".
219 This menu allows you to turn various display features on and off (like 227 This menu allows you to turn various display features on and off (such
220 tool bar and the menu bar itself). You can also move the vertical 228 as the fringes, the tool bar, the speedbar, and the menu bar itself).
221 scroll bar to either side here or turn it off completely. There is also 229 You can also move the vertical scroll bar to either side here or turn
222 a menu-item to toggle displaying of current date and time, current line 230 it off completely. There is also a menu-item to toggle displaying of
223 and column number in the mode-line. 231 current date and time, current line and column number in the
224 232 mode-line.
233
234 ---
225 ** Speedbar has moved from the "Tools" top level menu to "Show/Hide". 235 ** Speedbar has moved from the "Tools" top level menu to "Show/Hide".
226 236
227 +++ 237 +++
228 ** Emacs can now indicate in the mode-line the presence of new e-mails 238 ** Emacs can now indicate in the mode-line the presence of new e-mails
229 in a directory or in a file. See the documentation of the user option 239 in a directory or in a file. See the documentation of the user option
250 argument it toggles the mode. 260 argument it toggles the mode.
251 261
252 Turning off PC-Selection mode restores the global key bindings 262 Turning off PC-Selection mode restores the global key bindings
253 that were replaced by turning on the mode. 263 that were replaced by turning on the mode.
254 264
265 +++
255 ** Emacs now displays a splash screen by default even if command-line 266 ** Emacs now displays a splash screen by default even if command-line
256 arguments were given. The new command-line option --no-splash 267 arguments were given. The new command-line option --no-splash
257 disables the splash screen; see also the variable 268 disables the splash screen; see also the variable
258 `inhibit-startup-message' (which is also aliased as 269 `inhibit-startup-message' (which is also aliased as
259 `inhibit-splash-screen'). 270 `inhibit-splash-screen').