aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2002-05-11 16:00:10 +0000
committerAndreas Schwab <[email protected]>2002-05-11 16:00:10 +0000
commiteef762fc0f8608ace52913b8dca6263a88e02f6d (patch)
tree26cb28764e40de0418f6a0e4ec835df68c8ca580 /src/ChangeLog
parentb670783a4be69f5785b1214f2053e2e75c88d7b5 (diff)
(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 c92e4b5cff..570c82c962 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-11 Andreas Schwab <[email protected]>
+
+ * coding.c (intersection): Keep the elements of the returned list
+ in the same order as in the first list.
+
2002-05-11 Kim F. Storm <[email protected]>
* keymap.c (current_minor_maps): Fixed resizing of cmm_maps;