diff options
| author | Dave Love | 2003-01-07 18:07:20 +0000 |
|---|---|---|
| committer | Dave Love | 2003-01-07 18:07:20 +0000 |
| commit | 5c2a8d5d10dcb610f7c78ab60128ce1fdd3169f0 (patch) | |
| tree | 61589dc68182ca0f81e79db71ac68d46e233a608 /src | |
| parent | c7b4b46659c7d0c10a390f9d3d4647b1f1654210 (diff) | |
| download | emacs-5c2a8d5d10dcb610f7c78ab60128ce1fdd3169f0.tar.gz emacs-5c2a8d5d10dcb610f7c78ab60128ce1fdd3169f0.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index dd7282cea03..c48c5d846e9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2003-01-07 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in: Fix some dependencies. | ||
| 4 | |||
| 5 | * keymap.c (Fapropos_internal): Don't gcpro apropos_predicate but | ||
| 6 | set it to nil before returning. | ||
| 7 | |||
| 8 | * composite.c (update_compositions): Fix type error. | ||
| 9 | |||
| 10 | * syntax.c (skip_chars, skip_syntaxes): Fix type errors. | ||
| 11 | |||
| 1 | 2003-01-07 Kenichi Handa <handa@etl.go.jp> | 12 | 2003-01-07 Kenichi Handa <handa@etl.go.jp> |
| 2 | 13 | ||
| 3 | * xterm.c (x_new_font): Optimize for the case that the font is | 14 | * xterm.c (x_new_font): Optimize for the case that the font is |