diff options
| author | Richard M. Stallman | 2005-12-30 04:52:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-12-30 04:52:32 +0000 |
| commit | c36238ee75f3dfab037a2694cf21c0f213432a92 (patch) | |
| tree | 8d00a1cdc6b3025e694fb985da6e46d161aeb35d /src/ChangeLog | |
| parent | af3d4246e08b6a8831cdd912486e5458c7fa4643 (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-12-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 8 | 2005-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 |