summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-08-11 18:50:33 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-08-11 18:50:33 +0000
commitf00f8cb7e190304bf8144b43207026a83640f5cd (patch)
tree0056d783f559c03208d9b978cae4653b8eacc4e8 /src
parentac303f93d5d0e8a7d51e7a9e990660428e7717df (diff)
downloademacs-f00f8cb7e190304bf8144b43207026a83640f5cd.tar.gz
* xdisp.c (x_produce_glyphs): Handle the case when font has no
space character in calculating tabs.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b76ce8941ab..7788e1c7f6c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-11 Chong Yidong <cyd@stupidchicken.com>
+
+ * xdisp.c (x_produce_glyphs): Handle the case when font has no
+ space character in calculating tabs.
+
2008-08-11 Dan Nicolaescu <dann@ics.uci.edu>
* Makefile.in (bootstrap-emacs): Use ln -f in the CANNOT_DUMP case.