From 52456e5917d810c15186167c7f4b926283295db0 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 13 May 2009 01:27:13 +0000 Subject: [PATCH] Update documentation status for abbrevs. --- etc/NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 0ea061d7ef2..d1dab34c075 100644 --- 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. + * Lisp Changes in Emacs 23.1 -- 2.39.5