Mercurial > hg > xemacs-beta
diff etc/NEWS @ 280:7df0dd720c89 r21-0b38
Import from CVS: tag r21-0b38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:32:22 +0200 |
parents | 90d73dddcdc4 |
children | 558f606b08ae |
line wrap: on
line diff
--- a/etc/NEWS Mon Aug 13 10:31:30 2007 +0200 +++ b/etc/NEWS Mon Aug 13 10:32:22 2007 +0200 @@ -50,6 +50,9 @@ (setq echo-keystrokes 0.1) +** The new command `center-to-window-line' works like `recenter' +(bound to `C-l'), only it does not redisplay the whole display area. + ** The `M-.' command will now first search through exact tags matches, and then through inexact matches, as one would expect. @@ -166,6 +169,13 @@ change, the maximum buffer size on 32-bit machines is bumped from 128M to 1G. This setting will be the default in a future XEmacs version. +** When the variable focus-follows-mouse is non-nil, `select-frame' no +longer permanently selects a different frame. The frame selection is +temporary and is reverted when the current command terminates, much +like the buffer selected by `set-buffer'. The `other-frame' command +(`C-x 5 o') is unaffected by `focus-follows-mouse', and its behaviour +is unchanged. + ** It is now possible to build XEmacs with LDAP support You need to install a LDAP library first. The following have been tested: @@ -174,6 +184,14 @@ - LDAP SDK 1.0 from Netscape Corp. (http://developer.netscape.com) +** The arithmetic comparison functions <, >, =, /= now accept 1 or +more arguments. + +This means that if you want to test whether A < B < C, you can write +it as (< A B C) instead of (and (< A B) (< B C)). Likewise, +(apply #'> LIST) now tests if LIST is monotonously increasing -- and +so on. + ** The XEmacs hashtables now have a consistent read/print syntax. This means that a hashtable will be readably printed in a structure-like form: