comparison etc/NEWS @ 45565:c3aabeb6a3af

*** empty log message ***
author Colin Walters <walters@gnu.org>
date Tue, 28 May 2002 21:12:18 +0000
parents a227ea81fd67
children a0ad5c5f6951
comparison
equal deleted inserted replaced
45564:4d808beea769 45565:c3aabeb6a3af
248 M-x pc-selection-mode behaves like a proper minor mode, and with no 248 M-x pc-selection-mode behaves like a proper minor mode, and with no
249 argument it toggles the mode. 249 argument it toggles the mode.
250 250
251 Turning off PC-Selection mode restores the global key bindings 251 Turning off PC-Selection mode restores the global key bindings
252 that were replaced by turning on the mode. 252 that were replaced by turning on the mode.
253
254 ** Emacs now displays a splash screen by default even if command-line
255 arguments were given. The new command-line option --no-splash
256 disables the splash screen; see also the variable
257 `inhibit-startup-message' (which is also aliased as
258 `inhibit-splash-screen').
253 259
254 ** Changes in support of colors on character terminals 260 ** Changes in support of colors on character terminals
255 261
256 +++ 262 +++
257 *** The new command-line option --color=MODE lets you specify a standard 263 *** The new command-line option --color=MODE lets you specify a standard
351 357
352 ** Yanking text now discards certain text properties that can 358 ** Yanking text now discards certain text properties that can
353 be inconvenient when you did not expect them. The variable 359 be inconvenient when you did not expect them. The variable
354 `yank-excluded-properties' specifies which ones. Insertion 360 `yank-excluded-properties' specifies which ones. Insertion
355 of register contents and rectangles also discards these properties. 361 of register contents and rectangles also discards these properties.
362
363 ** Occur, Info, and comint-derived modes now support using
364 M-x font-lock-mode to toggle fontification. The variable
365 `Info-fontify' is no longer applicable; to disable fontification,
366 remove `turn-on-font-lock' from `Info-mode-hook'.
367
368 ** The Emacs Lisp byte-compiler now displays the actual line and
369 character position of errors.
356 370
357 ** M-x grep now tries to avoid appending `/dev/null' to the command line 371 ** M-x grep now tries to avoid appending `/dev/null' to the command line
358 by using GNU grep `-H' option instead. M-x grep will automatically 372 by using GNU grep `-H' option instead. M-x grep will automatically
359 detect whether this is possible or not the first time it is invoked. 373 detect whether this is possible or not the first time it is invoked.
360 When `-H' is used, the grep command line supplied by the user is passed 374 When `-H' is used, the grep command line supplied by the user is passed