comparison etc/NEWS @ 27470:483c021bf376

Change in sort-numeric-fields.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 28 Jan 2000 12:53:52 +0000
parents d0a7127b33e5
children 2c8128604a57
comparison
equal deleted inserted replaced
27469:98f24cb3efa5 27470:483c021bf376
679 If `isearch-lazy-highlight-cleanup' is set to t, highlights for 679 If `isearch-lazy-highlight-cleanup' is set to t, highlights for
680 matches are automatically cleared when you end the search. If it is 680 matches are automatically cleared when you end the search. If it is
681 set to nil, you can remove the highlights manually with `M-x 681 set to nil, you can remove the highlights manually with `M-x
682 isearch-lazy-highlight-cleanup'. 682 isearch-lazy-highlight-cleanup'.
683 683
684 ** Changes in sort.el
685
686 The function sort-numeric-fields interprets numbers starting with `0'
687 as ocatal and numbers starting with `0x' or `0X' as hexadecimal. The
688 new user-option sort-numberic-base can be used to specify a default
689 numeric base.
684 690
685 ** Ange-ftp allows you to specify of a port number in remote file 691 ** Ange-ftp allows you to specify of a port number in remote file
686 names cleanly. It is appended to the host name, separated by a hash 692 names cleanly. It is appended to the host name, separated by a hash
687 sign, e.g. `/foo@bar.org#666:mumble'. (This syntax comes from EFS.) 693 sign, e.g. `/foo@bar.org#666:mumble'. (This syntax comes from EFS.)
688 694