emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Tue, 28 May 2002 17:12:19 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.677 emacs/etc/NEWS:1.678
*** emacs/etc/NEWS:1.677        Mon May 27 18:14:52 2002
--- emacs/etc/NEWS      Tue May 28 17:12:18 2002
***************
*** 251,256 ****
--- 251,262 ----
  Turning off PC-Selection mode restores the global key bindings
  that were replaced by turning on the mode.
  
+ ** Emacs now displays a splash screen by default even if command-line
+ arguments were given.  The new command-line option --no-splash
+ disables the splash screen; see also the variable
+ `inhibit-startup-message' (which is also aliased as
+ `inhibit-splash-screen').
+ 
  ** Changes in support of colors on character terminals
  
  +++
***************
*** 353,358 ****
--- 359,372 ----
  be inconvenient when you did not expect them.  The variable
  `yank-excluded-properties' specifies which ones.  Insertion
  of register contents and rectangles also discards these properties.
+ 
+ ** Occur, Info, and comint-derived modes now support using
+ M-x font-lock-mode to toggle fontification.  The variable
+ `Info-fontify' is no longer applicable; to disable fontification,
+ remove `turn-on-font-lock' from `Info-mode-hook'.
+ 
+ ** The Emacs Lisp byte-compiler now displays the actual line and
+ character position of errors.
  
  ** M-x grep now tries to avoid appending `/dev/null' to the command line
  by using GNU grep `-H' option instead.  M-x grep will automatically



reply via email to

[Prev in Thread] Current Thread [Next in Thread]