Mercurial > emacs
changeset 92022:fe056cd0c04d
Combine Auto Composition Mode mode entries and move to right place.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 21 Feb 2008 07:44:53 +0000 |
parents | a4b628905c66 |
children | 97d327ff77e5 |
files | etc/NEWS |
diffstat | 1 files changed, 5 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Thu Feb 21 07:42:52 2008 +0000 +++ b/etc/NEWS Thu Feb 21 07:44:53 2008 +0000 @@ -303,12 +303,14 @@ GnuPG interface which includes GnuPG keyring browser, cryptographic operations on regions and files, and automatic encryption of *.gpg files. See the EasyPG Assistant User's Manual for further details. + +** Auto Composition Mode is a minor mode that composes characters +automatically when they are displayed. It is globally on by default. +It uses `auto-composition-function' (default `auto-compose-chars'). + * Changes in Specialized Modes and Packages in Emacs 23.1 -** New minor mode Auto Composition Mode composes characters automatically -when they are displayed. This mode is globally on by default. - ** ChangeLog now has function bound to C-c C-f that finds the file in the current log entry. @@ -745,16 +747,6 @@ *** The new function `robin-use-package' starts using a Robin package as an input method. -** Composition changes. - -*** New functions and variables `auto-composition-mode' and -`global-auto-composition-mode' toggles the new minor mode Auto -Composition Mode locally and globally. - -*** New variable `auto-composition-function' is a function used in -Auto Composition Mode to compose characters. The default value is the -function `auto-compose-chars'. - ** Changes related to the new font backend. Which font backends to use can be specified by the X resource "FontBackend".