comparison etc/NEWS @ 347:7c94d56991e1 r21-1-3

Import from CVS: tag r21-1-3
author cvs
date Mon, 13 Aug 2007 10:53:48 +0200
parents 336b97f03633
children a4f53d9b3154
comparison
equal deleted inserted replaced
346:dd0986ffd2cf 347:7c94d56991e1
440 ** The arithmetic comparison functions <, >, =, /= now accept a 440 ** The arithmetic comparison functions <, >, =, /= now accept a
441 variable number of arguments. 441 variable number of arguments.
442 442
443 This means that if you want to test whether A < B < C, you can write 443 This means that if you want to test whether A < B < C, you can write
444 it as (< A B C) instead of (and (< A B) (< B C)). Likewise, 444 it as (< A B C) instead of (and (< A B) (< B C)). Likewise,
445 (apply #'> LIST) now tests if LIST is monotonously increasing -- and 445 (apply #'> LIST) now tests if LIST is monotonically increasing -- and
446 so on. 446 so on.
447 447
448 ** The XEmacs hashtables now have a consistent read/print syntax. 448 ** The XEmacs hashtables now have a consistent read/print syntax.
449 This means that a hashtable will be readably printed in a 449 This means that a hashtable will be readably printed in a
450 structure-like form: 450 structure-like form: