Mercurial > emacs
comparison etc/NEWS @ 34017:8cf5499796cc
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 29 Nov 2000 19:14:47 +0000 |
parents | fc9ba8a24dde |
children | d80bd382fa99 |
comparison
equal
deleted
inserted
replaced
34016:da2223d65c86 | 34017:8cf5499796cc |
---|---|
1988 may, for instance, give rise to duplicate menus when the keymaps from | 1988 may, for instance, give rise to duplicate menus when the keymaps from |
1989 these properties are active. | 1989 these properties are active. |
1990 | 1990 |
1991 ** The change in the treatment of non_ASCII characters in search | 1991 ** The change in the treatment of non_ASCII characters in search |
1992 ranges may affect some code. | 1992 ranges may affect some code. |
1993 | |
1994 ** A non-nil value for the LOCAL arg of add-hook makes the hook | |
1995 buffer-local even if `make-local-hook' hasn't been called, which might | |
1996 make a difference to some code. | |
1997 | |
1993 | 1998 |
1994 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, | 1999 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, |
1995 (Display-related features are described in a page of their own below.) | 2000 (Display-related features are described in a page of their own below.) |
1996 | 2001 |
1997 +++ | 2002 +++ |
1999 alternative font registry names to try when looking for a font. | 2004 alternative font registry names to try when looking for a font. |
2000 | 2005 |
2001 ** Function `md5' calculates the MD5 "message digest"/"checksum", | 2006 ** Function `md5' calculates the MD5 "message digest"/"checksum", |
2002 currently using the `md5sum' program. | 2007 currently using the `md5sum' program. |
2003 | 2008 |
2009 +++ | |
2004 ** Function `delete-frame' runs `delete-frame-hook' before actually | 2010 ** Function `delete-frame' runs `delete-frame-hook' before actually |
2005 deleting the frame. The hook is called with one arg, the frame | 2011 deleting the frame. The hook is called with one arg, the frame |
2006 being deleted. | 2012 being deleted. |
2007 | 2013 |
2014 +++ | |
2008 ** `add-hook' now makes the hook local if called with a non-nil LOCAL arg. | 2015 ** `add-hook' now makes the hook local if called with a non-nil LOCAL arg. |
2009 | 2016 |
2010 +++ | 2017 +++ |
2011 ** The treatment of non-ASCII characters in search ranges has changed. | 2018 ** The treatment of non-ASCII characters in search ranges has changed. |
2012 If a range in a regular expression or the arg of | 2019 If a range in a regular expression or the arg of |
2021 message. | 2028 message. |
2022 | 2029 |
2023 ** The new macro `with-auto-compression-mode' allows evaluating an | 2030 ** The new macro `with-auto-compression-mode' allows evaluating an |
2024 expression with auto-compression-mode enabled. | 2031 expression with auto-compression-mode enabled. |
2025 | 2032 |
2033 +++ | |
2026 ** In image specifications, `:heuristic-mask' has been replaced | 2034 ** In image specifications, `:heuristic-mask' has been replaced |
2027 with the more general `:mask' property. | 2035 with the more general `:mask' property. |
2028 | 2036 |
2037 +++ | |
2029 ** Image specifications accept more `:algorithm's. | 2038 ** Image specifications accept more `:algorithm's. |
2030 | 2039 |
2031 ** A `?' can be used in a symbol name without escaping it with a | 2040 ** A `?' can be used in a symbol name without escaping it with a |
2032 backslash. | 2041 backslash. |
2033 | 2042 |
2060 - Function: remq ELT LIST | 2069 - Function: remq ELT LIST |
2061 | 2070 |
2062 Return a copy of LIST with all occurences of ELT removed. The | 2071 Return a copy of LIST with all occurences of ELT removed. The |
2063 comparison is done with `eq'. | 2072 comparison is done with `eq'. |
2064 | 2073 |
2074 +++ | |
2065 ** The function `delete' now also works with vectors and strings. | 2075 ** The function `delete' now also works with vectors and strings. |
2066 | 2076 |
2067 ** The meaning of the `:weakness WEAK' argument of make-hash-table | 2077 ** The meaning of the `:weakness WEAK' argument of make-hash-table |
2068 has been changed. | 2078 has been changed. |
2069 | 2079 |
2070 +++ | 2080 +++ |
2071 ** Function `aset' stores any multibyte character in any string | 2081 ** Function `aset' stores any multibyte character in any string |
2072 without signaling "Attempt to change char length of a string". It may | 2082 without signaling "Attempt to change char length of a string". It may |
2073 convert a unibyte string to multibyte if necessary. | 2083 convert a unibyte string to multibyte if necessary. |
2074 | 2084 |
2085 +++ | |
2075 ** The value of the `help-echo' text property is called as a function | 2086 ** The value of the `help-echo' text property is called as a function |
2076 or evaluated, if it is not a string already, to obtain a help string. | 2087 or evaluated, if it is not a string already, to obtain a help string. |
2077 | 2088 |
2078 ** Function `make-obsolete' now has an optional arg to say when the | 2089 ** Function `make-obsolete' now has an optional arg to say when the |
2079 function was declared obsolete. | 2090 function was declared obsolete. |
2080 | 2091 |
2092 +++ | |
2081 ** Function `plist-member' is renamed from `widget-plist-member' (which is | 2093 ** Function `plist-member' is renamed from `widget-plist-member' (which is |
2082 retained as an alias). | 2094 retained as an alias). |
2083 | 2095 |
2084 ** Easy-menu's :filter now works as in XEmacs. | 2096 ** Easy-menu's :filter now works as in XEmacs. |
2085 It takes the unconverted (i.e. XEmacs) form of the menu and the result | 2097 It takes the unconverted (i.e. XEmacs) form of the menu and the result |