aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2005-12-30 04:52:32 +0000
committerRichard M. Stallman2005-12-30 04:52:32 +0000
commitc36238ee75f3dfab037a2694cf21c0f213432a92 (patch)
tree8d00a1cdc6b3025e694fb985da6e46d161aeb35d /src/ChangeLog
parentaf3d4246e08b6a8831cdd912486e5458c7fa4643 (diff)
downloademacs-c36238ee75f3dfab037a2694cf21c0f213432a92.tar.gz
emacs-c36238ee75f3dfab037a2694cf21c0f213432a92.zip
(describe_map): Put sparse map elements into an array,
sort them, then output a sequence of identical bindings on one line. (struct describe_map_elt): New data type. (describe_map_compare): New function.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4f6cb895004..019e12fed2e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12005-12-29 Richard M. Stallman <rms@gnu.org>
2
3 * keymap.c (describe_map): Put sparse map elements into an array,
4 sort them, then output a sequence of identical bindings on one line.
5 (struct describe_map_elt): New data type.
6 (describe_map_compare): New function.
7
12005-12-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 82005-12-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 9
3 * gtkutil.c (xg_get_file_with_chooser): Changed message shown 10 * gtkutil.c (xg_get_file_with_chooser): Changed message shown