Mercurial > emacs
comparison etc/NEWS @ 85773:13ae285f009a
Rename `count' and `system-flag' to :count and :system. Update all users.
(abbrev-get, abbrev-put): Simplify.
(define-abbrev): Don't store the `force' value in the :system property.
(abbrev--before-point): Obey the :enable-function of the abbrev as well.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 30 Oct 2007 01:39:19 +0000 |
parents | 6b9c41aaadf8 |
children | 56cec281e296 |
comparison
equal
deleted
inserted
replaced
85772:6b9c41aaadf8 | 85773:13ae285f009a |
---|---|
178 *** `make-abbrev-table', `define-abbrev', `define-abbrev-table' all take | 178 *** `make-abbrev-table', `define-abbrev', `define-abbrev-table' all take |
179 extra arguments for arbitrary properties. | 179 extra arguments for arbitrary properties. |
180 *** New variable `abbrev-minor-mode-table-alist'. | 180 *** New variable `abbrev-minor-mode-table-alist'. |
181 *** `local-abbrev-table' can hold a list of abbrev-tables. | 181 *** `local-abbrev-table' can hold a list of abbrev-tables. |
182 *** Abbrevs have now the following special properties: | 182 *** Abbrevs have now the following special properties: |
183 `count', `system-flag', `:enable-function', `:case-fixed'. | 183 `:count', `:system', `:enable-function', `:case-fixed'. |
184 *** Abbrev-tables have now the following special properties: | 184 *** Abbrev-tables have now the following special properties: |
185 `:parents', `:case-fixed', `:enable-function', `:regexp', | 185 `:parents', `:case-fixed', `:enable-function', `:regexp', |
186 `abbrev-table-modiff'. | 186 `abbrev-table-modiff'. |
187 | 187 |
188 ** isearch can now search through multiple ChangeLog files. | 188 ** isearch can now search through multiple ChangeLog files. |