aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2009-06-19 01:51:07 +0000
committerJuanma Barranquero2009-06-19 01:51:07 +0000
commitef34da7f7e7daa8cea19af5e5032af01d2fdae0a (patch)
tree6689f92b04b72192b645ae1b05e17b33038f59f4 /lisp/ChangeLog
parent27fa41ee35d560186a2de1ee9d9af02560a02add (diff)
downloademacs-ef34da7f7e7daa8cea19af5e5032af01d2fdae0a.tar.gz
emacs-ef34da7f7e7daa8cea19af5e5032af01d2fdae0a.zip
* international/fontset.el (setup-default-fontset):
Fix typo in previous change.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 665443add0c..359150a9d76 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12009-06-19 Juanma Barranquero <lekktu@gmail.com>
2
3 * international/fontset.el (setup-default-fontset):
4 Fix typo in previous change.
5
12009-06-19 Kenichi Handa <handa@m17n.org> 62009-06-19 Kenichi Handa <handa@m17n.org>
2 7
3 * international/fontset.el (setup-default-fontset): Add a spec of 8 * international/fontset.el (setup-default-fontset): Add a spec of
@@ -94,7 +99,7 @@
94 * composite.el (compose-gstring-for-terminal): For zero-width 99 * composite.el (compose-gstring-for-terminal): For zero-width
95 characters of Unicode category `Cf', simply replace it with SPC. 100 characters of Unicode category `Cf', simply replace it with SPC.
96 101
972009-06-09 Agustín Martín <agustin.martin@hispalinux.es> 1022009-06-09 Agustín Martín <agustin.martin@hispalinux.es>
98 103
99 * ispell.el: Make `ispell-dictionary' customizable (#2555) 104 * ispell.el: Make `ispell-dictionary' customizable (#2555)
100 105