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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Tue, 17 Jun 2003 17:06:25 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.824 emacs/etc/NEWS:1.825
*** emacs/etc/NEWS:1.824        Tue Jun 17 07:00:53 2003
--- emacs/etc/NEWS      Tue Jun 17 17:06:24 2003
***************
*** 88,93 ****
--- 88,96 ----
  
  * Changes in Emacs 21.4
  
+ ** Support for the SQLite interpreter has been added to sql.el by calling
+ 'sql-sqlite'.
+ 
  ** BibTeX mode:
  *** New `bibtex-entry-format' option `required-fields', enabled by default.
  *** bibtex-maintain-sorted-entries can take values `plain',
***************
*** 1327,1333 ****
  By default, the separation is 1, but you can specify a different separation
  as the third argument.  (number-sequence 1.5 6 2) returns (1.5 3.5 5.5).
  
! ** `file-chase-links' now takes an optional second argument LIMIT which 
  specifies the maximum number of links to chase through.  If after that
  many iterations the file name obtained is still a symbolic link,
  `file-chase-links' returns it anyway.
--- 1330,1336 ----
  By default, the separation is 1, but you can specify a different separation
  as the third argument.  (number-sequence 1.5 6 2) returns (1.5 3.5 5.5).
  
! ** `file-chase-links' now takes an optional second argument LIMIT which
  specifies the maximum number of links to chase through.  If after that
  many iterations the file name obtained is still a symbolic link,
  `file-chase-links' returns it anyway.
***************
*** 2033,2039 ****
  unexpected side-effects since the property applies to everything
  (including `goto-char', ...) whereas this new code is only run after
  post-command-hook and thus does not care about intermediate states.
!       
  ** 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
--- 2036,2042 ----
  unexpected side-effects since the property applies to everything
  (including `goto-char', ...) whereas this new code is only run after
  post-command-hook and thus does not care about intermediate states.
! 
  ** 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




reply via email to

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