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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Wed, 19 Dec 2001 04:37:22 -0500

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.548 emacs/etc/NEWS:1.549
*** emacs/etc/NEWS:1.548        Tue Dec 18 14:36:46 2001
--- emacs/etc/NEWS      Wed Dec 19 04:37:22 2001
***************
*** 64,70 ****
  ** jit-lock can now be delayed with `jit-lock-defer-time'.
  
  If this variable is non-nil, its value should be the amount of Emacs
! idle time inseconds to wait before starting fontification.  For
  example, if you set `jit-lock-defer-time' to 0.25, fontification will
  only happen after 0.25s of idle time.
  
--- 64,70 ----
  ** jit-lock can now be delayed with `jit-lock-defer-time'.
  
  If this variable is non-nil, its value should be the amount of Emacs
! idle time in seconds to wait before starting fontification.  For
  example, if you set `jit-lock-defer-time' to 0.25, fontification will
  only happen after 0.25s of idle time.
  
***************
*** 73,80 ****
  M-C-SPC M-C-SPC, for example.
  
  +++
! ** M-h (mark-pagaraph) now accepts a prefix arg.
! With positive arg, M-h marks the current and the following pargraphs;
  if the arg is negative, it marks the current and the preceding
  paragraphs.
  
--- 73,80 ----
  M-C-SPC M-C-SPC, for example.
  
  +++
! ** M-h (mark-paragraph) now accepts a prefix arg.
! With positive arg, M-h marks the current and the following paragraphs;
  if the arg is negative, it marks the current and the preceding
  paragraphs.
  
***************
*** 119,125 ****
  
  *** In Prolog, etags creates tags for rules in addition to predicates.
  
! *** New language PHP: tags are function, classes and defines.  If
  the --members option is specified to etags, tags are vars also.
  
  +++
--- 119,125 ----
  
  *** In Prolog, etags creates tags for rules in addition to predicates.
  
! *** New language PHP: tags are functions, classes and defines.  If
  the --members option is specified to etags, tags are vars also.
  
  +++
***************
*** 290,296 ****
  refontification of `bar' whenever the `e' is added/removed.
  
  ** describe-vector now takes a second argument `describer' which is
! called to print the entries' values.  It default to `princ'.
  
  ** defcustom and other custom declarations now use a default group
  (the last group defined in the same file) when no :group was given.
--- 290,296 ----
  refontification of `bar' whenever the `e' is added/removed.
  
  ** describe-vector now takes a second argument `describer' which is
! called to print the entries' values.  It defaults to `princ'.
  
  ** defcustom and other custom declarations now use a default group
  (the last group defined in the same file) when no :group was given.



reply via email to

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