diff options
| author | Chong Yidong | 2009-04-17 18:38:00 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-04-17 18:38:00 +0000 |
| commit | cf70255861179c4af4309d27600b37a3e7399c45 (patch) | |
| tree | dbb8d05b3a6bfdae021d850384fe9782164e3f9a /src/ChangeLog | |
| parent | 88758986d503023e3304f2923a9460ed1a956d50 (diff) | |
| download | emacs-cf70255861179c4af4309d27600b37a3e7399c45.tar.gz emacs-cf70255861179c4af4309d27600b37a3e7399c45.zip | |
* font.c (Qja, Qko): Move definitions here from ftfont.c.
* font.h (Qja, Qko): Extern them.
* ftfont.c (Qja, Qko): Remove declarations.
* xfont.c (Qja, Qko): Remove declarations.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8501f230fe5..521c2dae208 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2009-04-17 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * font.c (Qja, Qko): Move definitions here from ftfont.c. | ||
| 4 | |||
| 5 | * font.h (Qja, Qko): Extern them. | ||
| 6 | |||
| 7 | * ftfont.c (Qja, Qko): Remove declarations. | ||
| 8 | |||
| 9 | * xfont.c (Qja, Qko): Remove declarations. | ||
| 10 | |||
| 1 | 2009-04-17 Kenichi Handa <handa@m17n.org> | 11 | 2009-04-17 Kenichi Handa <handa@m17n.org> |
| 2 | 12 | ||
| 3 | * editfns.c (Ftranslate_region_internal): Use Fconcat to make a | 13 | * editfns.c (Ftranslate_region_internal): Use Fconcat to make a |