/[emacs]/emacs/etc/NEWS
ViewVC logotype

Diff of /emacs/etc/NEWS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.824 by handa, Tue Jun 17 11:00:53 2003 UTC revision 1.825 by lektu, Tue Jun 17 21:06:24 2003 UTC
# Line 88  See the files mac/README and mac/INSTALL Line 88  See the files mac/README and mac/INSTALL
88    
89  * Changes in Emacs 21.4  * Changes in Emacs 21.4
90    
91    ** Support for the SQLite interpreter has been added to sql.el by calling
92    'sql-sqlite'.
93    
94  ** BibTeX mode:  ** BibTeX mode:
95  *** New `bibtex-entry-format' option `required-fields', enabled by default.  *** New `bibtex-entry-format' option `required-fields', enabled by default.
96  *** bibtex-maintain-sorted-entries can take values `plain',  *** bibtex-maintain-sorted-entries can take values `plain',
# Line 1327  numbers.  For instance, (number-sequence Line 1330  numbers.  For instance, (number-sequence
1330  By default, the separation is 1, but you can specify a different separation  By default, the separation is 1, but you can specify a different separation
1331  as the third argument.  (number-sequence 1.5 6 2) returns (1.5 3.5 5.5).  as the third argument.  (number-sequence 1.5 6 2) returns (1.5 3.5 5.5).
1332    
1333  ** `file-chase-links' now takes an optional second argument LIMIT which  ** `file-chase-links' now takes an optional second argument LIMIT which
1334  specifies the maximum number of links to chase through.  If after that  specifies the maximum number of links to chase through.  If after that
1335  many iterations the file name obtained is still a symbolic link,  many iterations the file name obtained is still a symbolic link,
1336  `file-chase-links' returns it anyway.  `file-chase-links' returns it anyway.
# Line 2033  This is particularly good because the in Line 2036  This is particularly good because the in
2036  unexpected side-effects since the property applies to everything  unexpected side-effects since the property applies to everything
2037  (including `goto-char', ...) whereas this new code is only run after  (including `goto-char', ...) whereas this new code is only run after
2038  post-command-hook and thus does not care about intermediate states.  post-command-hook and thus does not care about intermediate states.
2039            
2040  ** Only one of the beginning or end of an invisible, intangible region is  ** Only one of the beginning or end of an invisible, intangible region is
2041  considered an acceptable value for point; which one is determined by  considered an acceptable value for point; which one is determined by
2042  examining how the invisible/intangible properties are inherited when new  examining how the invisible/intangible properties are inherited when new

Legend:
Removed from v.1.824  
changed lines
  Added in v.1.825

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26