[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: hash-table-{to, from}-alist
From: |
Ted Zlatanov |
Subject: |
Re: hash-table-{to, from}-alist |
Date: |
Wed, 05 Aug 2009 11:48:38 -0500 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) |
On Wed, 05 Aug 2009 09:48:43 -0400 Chong Yidong <address@hidden> wrote:
CY> Ted Zlatanov <address@hidden> writes:
>> I've committed the patch with the usual ChangeLog information.
CY> Please add a NEWS entry as well.
Would this be sufficient?
Ted
Index: NEWS
===================================================================
RCS file: /sources/emacs/emacs/etc/NEWS,v
retrieving revision 1.2042
diff -c -r1.2042 NEWS
*** NEWS 16 Jul 2009 21:04:18 -0000 1.2042
--- NEWS 5 Aug 2009 16:47:25 -0000
***************
*** 24,29 ****
--- 24,37 ----
* Changes in Emacs 23.2
+ ** Hashtables can be printed and read back directly. The feature
+ 'hashtable-print-readable identifies this new functionality.
+ Hashtables are printed as alists, but with some hashtable-specific
+ properties and the actual data as an alist in a data property. Be
+ aware the test property could have a bogus value when it is read back,
+ if the symbol it refers to doesn't exist.
+
+ +++
** The default value of `trash-directory' has changed to nil, which
means that `move-file-to-trash' trashes files according to
freedesktop.org specifications, the same method used by the Gnome,
- Re: hash-table-{to, from}-alist, Chong Yidong, 2009/08/01
- Re: hash-table-{to, from}-alist, Ted Zlatanov, 2009/08/03
- Re: hash-table-{to, from}-alist, Ted Zlatanov, 2009/08/05
- Re: hash-table-{to, from}-alist, Chong Yidong, 2009/08/05
- Re: hash-table-{to, from}-alist,
Ted Zlatanov <=
- Re: hash-table-{to, from}-alist, Stefan Monnier, 2009/08/06
- Re: hash-table-{to, from}-alist, Ted Zlatanov, 2009/08/06
- Re: hash-table-{to, from}-alist, Chong Yidong, 2009/08/08
- Re: hash-table-{to, from}-alist, Dan Nicolaescu, 2009/08/06
- Re: hash-table-{to, from}-alist, Florian Beck, 2009/08/06