projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fe404c
)
* etc/NEWS: Add an entry about map.el
author
Nicolas Petton
<nicolas@petton.fr>
Sat, 16 May 2015 09:35:00 +0000
(11:35 +0200)
committer
Nicolas Petton
<nicolas@petton.fr>
Sat, 16 May 2015 09:35:00 +0000
(11:35 +0200)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 5e312ed303335c4389a6b710e987b1202b2ca2b9..2429a635e2906559e287c95c531f2e8ebe98ebc5 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-407,6
+407,11
@@
The seq library adds sequence manipulation functions and macros that
complement basic functions provided by subr.el. All functions are
prefixed with `seq-' and work on lists, strings and vectors.
+** map
+*** New map library:
+The map library provides map-manipulation functions that work on alists,
+hash-table and arrays. All functions are prefixed with "map-".
+
** Calendar and diary
+++