diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
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 @@ | |||
| 1 | 2009-06-19 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * international/fontset.el (setup-default-fontset): | ||
| 4 | Fix typo in previous change. | ||
| 5 | |||
| 1 | 2009-06-19 Kenichi Handa <handa@m17n.org> | 6 | 2009-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 | ||
| 97 | 2009-06-09 Agustín Martín <agustin.martin@hispalinux.es> | 102 | 2009-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 | ||