Update documentation status for abbrevs.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 13 May 2009 01:27:13 +0000 (01:27 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 13 May 2009 01:27:13 +0000 (01:27 +0000)
etc/NEWS

index 0ea061d..d1dab34 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -687,15 +687,22 @@ specifies what to do when a buffer is visited, killed, or written.
 * Changes in Specialized Modes and Packages in Emacs 23.1
 
 ** Abbrev has been rewritten in Elisp and extended with more flexibility.
++++
 *** New functions: abbrev-get, abbrev-put, abbrev-table-get, abbrev-table-put,
     abbrev-table-p, abbrev-insert, abbrev-table-menu.
++++
 *** Special hook `abbrev-expand-functions' obsoletes `pre-abbrev-expand-hook'.
++++
 *** `make-abbrev-table', `define-abbrev', `define-abbrev-table' all take
     extra arguments for arbitrary properties.
++++
 *** New variable `abbrev-minor-mode-table-alist'.
++++
 *** `local-abbrev-table' can hold a list of abbrev-tables.
++++
 *** Abbrevs have now the following special properties:
     `:count', `:system', `:enable-function', `:case-fixed'.
++++
 *** Abbrev-tables have now the following special properties:
     `:parents', `:case-fixed', `:enable-function', `:regexp',
     `abbrev-table-modiff'.
@@ -1305,6 +1312,10 @@ default fontset.
 This variable was only used by call-process-region, which now uses
 temporary-file-directory instead.
 
+** The COUNT and SYSTEM-FLAG arguments to define-abbrev have been
+removed.  The function now takes extra arguments for specifying
+arbitrary abbrev properties.
+
 \f
 * Lisp Changes in Emacs 23.1