diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f2277e54dc6..b25a81ac60d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org> | 1 | 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org> |
| 2 | 2 | ||
| 3 | * tparam.c (tparam1): Add handling for `%pN', which | ||
| 4 | means use param N for the next substitution. | ||
| 5 | |||
| 6 | 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 7 | |||
| 3 | * xfaces.c (Fcolor_gray_p): Fix omission bug: | 8 | * xfaces.c (Fcolor_gray_p): Fix omission bug: |
| 4 | In case `frame' is nil, consult the selected frame. | 9 | In case `frame' is nil, consult the selected frame. |
| 5 | (Fcolor_supported_p): Likewise. | 10 | (Fcolor_supported_p): Likewise. |