diff options
| author | Kenichi Handa | 2000-03-02 06:08:38 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-03-02 06:08:38 +0000 |
| commit | 0ba93ac4643ed8460a8e5a8f57aaf8d71ee70ce0 (patch) | |
| tree | d23dbed86ee009e66143e941c0b279b3ce7294df /src | |
| parent | 69766f9452521291b069b7ddf63c90094c806380 (diff) | |
| download | emacs-0ba93ac4643ed8460a8e5a8f57aaf8d71ee70ce0.tar.gz emacs-0ba93ac4643ed8460a8e5a8f57aaf8d71ee70ce0.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e3729fb0aa3..0a8a82b0db1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-03-02 Kenichi Handa <handa@etl.go.jp> | ||
| 2 | |||
| 3 | * coding.c (coding_save_composition): Be sure to allocate | ||
| 4 | composition data area in coding even if there's no composition in | ||
| 5 | the current run. | ||
| 6 | |||
| 1 | 2000-03-01 Jason Rumney <jasonr@gnu.org> | 7 | 2000-03-01 Jason Rumney <jasonr@gnu.org> |
| 2 | 8 | ||
| 3 | * w32term.c: Equivalent changes to those made to xterm.c on | 9 | * w32term.c: Equivalent changes to those made to xterm.c on |