aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2002-05-11 16:00:10 +0000
committerAndreas Schwab2002-05-11 16:00:10 +0000
commiteef762fc0f8608ace52913b8dca6263a88e02f6d (patch)
tree26cb28764e40de0418f6a0e4ec835df68c8ca580 /src/ChangeLog
parentb670783a4be69f5785b1214f2053e2e75c88d7b5 (diff)
downloademacs-eef762fc0f8608ace52913b8dca6263a88e02f6d.tar.gz
emacs-eef762fc0f8608ace52913b8dca6263a88e02f6d.zip
(intersection): Keep the elements of the returned list
in the same order as in the first list.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c92e4b5cff4..570c82c9628 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12002-05-11 Andreas Schwab <schwab@suse.de>
2
3 * coding.c (intersection): Keep the elements of the returned list
4 in the same order as in the first list.
5
12002-05-11 Kim F. Storm <storm@cua.dk> 62002-05-11 Kim F. Storm <storm@cua.dk>
2 7
3 * keymap.c (current_minor_maps): Fixed resizing of cmm_maps; 8 * keymap.c (current_minor_maps): Fixed resizing of cmm_maps;