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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Tue, 16 Apr 2002 11:06:06 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.647 emacs/etc/NEWS:1.648
*** emacs/etc/NEWS:1.647        Tue Apr 16 10:28:10 2002
--- emacs/etc/NEWS      Tue Apr 16 11:06:05 2002
***************
*** 901,914 ****
  ** A hex escape in a string forces the string to be multibyte.
  An octal escape makes it unibyte.
  
! ** The position after an invisible, intangible character
! is considered an unacceptable value for point;
! intangibility processing effectively treats the following character
! as part of the intangible region even if it is not itself intangible.
! 
! Thus, point can go before an invisible, intangible region, but not
! after it.  This prevents C-f and C-b from appearing to stand still on
! the screen.
  
  +++
  ** define-abbrev now accepts an optional argument SYSTEM-FLAG.  If
--- 901,921 ----
  ** A hex escape in a string forces the string to be multibyte.
  An octal escape makes it unibyte.
  
! ** Only one of the beginning or end of an invisible, intangible region is
! considered an acceptable value for point; which one is determined by
! examining how the invisible/intangible properties are inherited when new
! text is inserted adjacent to them.  If text inserted at the beginning would
! inherit the invisible/intangible properties, then that position is
! considered unacceptable, and point is forced to the position following the
! invisible/intangible text.  If text inserted at the end would inherit the
! properties, then the opposite happens.
! 
! Thus, point can only go to one end of an invisible, intangible region, but
! not the other one.  This prevents C-f and C-b from appearing to stand still
! on the screen.
! 
! ** field-beginning and field-end now accept an additional optional
! argument, LIMIT.
  
  +++
  ** define-abbrev now accepts an optional argument SYSTEM-FLAG.  If
***************
*** 952,957 ****
--- 959,968 ----
  
  ** describe-vector now takes a second argument `describer' which is
  called to print the entries' values.  It defaults to `princ'.
+ 
+ ** face-attribute, face-foreground, face-background, and face-stipple now
+ accept a new optional argument, INHERIT, which controls how face
+ inheritance is used when determining the value of a face attribute.
  
  ** 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]