aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2008-06-25 21:46:49 +0000
committerJason Rumney2008-06-25 21:46:49 +0000
commitccedd25934d7e68a2dc7d1c75b2ed57ed56b03cd (patch)
treeb1602c7e777bbcf62ca46f4c2723db1290aca80f /src/ChangeLog
parent603a09371b98d0da42936f2294eb62f1ad1aaa9a (diff)
downloademacs-ccedd25934d7e68a2dc7d1c75b2ed57ed56b03cd.tar.gz
emacs-ccedd25934d7e68a2dc7d1c75b2ed57ed56b03cd.zip
(get_glyph_face_and_encoding): Encode invalid glyphs as 0.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6916e152d33..c2664909f8a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-06-25 Jason Rumney <jasonr@gnu.org>
2
3 * xdisp.c (get_glyph_face_and_encoding): Encode invalid glyphs as 0.
4
12008-06-25 Stefan Monnier <monnier@iro.umontreal.ca> 52008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile. 7 * bytecode.c (Fbyte_code): Disable debugging code that doesn't compile.