aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2002-05-10 23:56:06 +0000
committerKim F. Storm2002-05-10 23:56:06 +0000
commit6d8c02ae83f2b76051135c4e62a84c33ec967037 (patch)
treea90c33e5114a61af66ad2d6aef672a115a191a94 /src
parent6358474d16a6209b0d4ed6b2ccbd8365ca8ca718 (diff)
downloademacs-6d8c02ae83f2b76051135c4e62a84c33ec967037.tar.gz
emacs-6d8c02ae83f2b76051135c4e62a84c33ec967037.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1436945cd2b..c92e4b5cff4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12002-05-11 Kim F. Storm <storm@cua.dk>
2
3 * keymap.c (current_minor_maps): Fixed resizing of cmm_maps;
4 only update cmm_size if realloc actually succeeds.
5 Testing with initial size of 2 elements revealed that using
6 realloc on GNU/Linux would cause a random trap in xmalloc
7 later on, so I rewrote the code to use malloc/bcopy/free instead
8 of realloc.
9
12002-05-10 Jason Rumney <jasonr@gnu.org> 102002-05-10 Jason Rumney <jasonr@gnu.org>
2 11
3 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts. 12 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.