Mercurial > emacs
comparison etc/NEWS @ 55840:e2775bcb9a2e
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 29 May 2004 16:26:16 +0000 |
parents | b5bffe4c0a00 |
children | 4592654cd2e9 |
comparison
equal
deleted
inserted
replaced
55839:9e7829a684df | 55840:e2775bcb9a2e |
---|---|
2039 | 2039 |
2040 ** `cfengine-mode' is a major mode for editing GNU Cfengine | 2040 ** `cfengine-mode' is a major mode for editing GNU Cfengine |
2041 configuration files. | 2041 configuration files. |
2042 | 2042 |
2043 * Lisp Changes in Emacs 21.4 | 2043 * Lisp Changes in Emacs 21.4 |
2044 | |
2045 ** If the buffer's undo list for the current command gets longer than | |
2046 undo-outer-limit, garbage collection empties it. This is to prevent | |
2047 it from using up the available memory and choking Emacs. | |
2044 | 2048 |
2045 ** New function quail-find-key returns a list of keys to type in the | 2049 ** New function quail-find-key returns a list of keys to type in the |
2046 current input method to input a character. | 2050 current input method to input a character. |
2047 | 2051 |
2048 ** New functions posn-at-point and posn-at-x-y returns | 2052 ** New functions posn-at-point and posn-at-x-y returns |