Mercurial > emacs
comparison etc/NEWS @ 56428:46e4678210f7
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Thu, 15 Jul 2004 00:38:38 +0000 |
parents | d36b00b98db0 |
children | 99304c916e62 |
comparison
equal
deleted
inserted
replaced
56427:55836d23d2c9 | 56428:46e4678210f7 |
---|---|
2176 ** `cfengine-mode' is a major mode for editing GNU Cfengine | 2176 ** `cfengine-mode' is a major mode for editing GNU Cfengine |
2177 configuration files. | 2177 configuration files. |
2178 | 2178 |
2179 * Lisp Changes in Emacs 21.4 | 2179 * Lisp Changes in Emacs 21.4 |
2180 | 2180 |
2181 ** If a command sets transient-mark-mode to `only', that | 2181 +++ |
2182 ** `visited-file-modtime' and `calendar-time-from-absolute' now return | |
2183 a list of two integers, instead of a cons. | |
2184 | |
2185 ** If a command sets transient-mark-mode to `only', that | |
2182 enables Transient Mark mode for the following command only. | 2186 enables Transient Mark mode for the following command only. |
2183 During that following command, the value of transient-mark-mode | 2187 During that following command, the value of transient-mark-mode |
2184 is `identity'. If it is still `identity' at the end of the command, | 2188 is `identity'. If it is still `identity' at the end of the command, |
2185 it changes to nil. | 2189 it changes to nil. |
2186 | 2190 |