diff options
| author | Eli Zaretskii | 2000-10-11 14:10:56 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-10-11 14:10:56 +0000 |
| commit | 365dd3255e5ef51826673f736932e1fb6879766c (patch) | |
| tree | 94b1e66dc40df7efd6e868bbd6e2f7ef25261daa /src/ChangeLog | |
| parent | 0c846ea24cff7adbb138ded982c294a4ffc14b44 (diff) | |
| download | emacs-365dd3255e5ef51826673f736932e1fb6879766c.tar.gz emacs-365dd3255e5ef51826673f736932e1fb6879766c.zip | |
(Ffind_charset_string): Doc fix.
(Ffind_charset_region): Doc fix.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 79c00ad222c..21c9f587791 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * charset.c (Ffind_charset_string): Doc fix. | ||
| 4 | (Ffind_charset_region): Doc fix. | ||
| 5 | |||
| 1 | 2000-10-11 Kenichi Handa <handa@mule.m17n.org> | 6 | 2000-10-11 Kenichi Handa <handa@mule.m17n.org> |
| 2 | 7 | ||
| 3 | * process.c (read_process_output): Fix previous change. Adjust | 8 | * process.c (read_process_output): Fix previous change. Adjust |
| @@ -34,7 +39,7 @@ | |||
| 34 | 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il> | 39 | 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il> |
| 35 | 40 | ||
| 36 | * msdos.c (IT_set_frame_parameters): Don't initialize Lisp_Object | 41 | * msdos.c (IT_set_frame_parameters): Don't initialize Lisp_Object |
| 37 | variables. If ALISt includes foreground-color or | 42 | variables. If ALIST includes foreground-color or |
| 38 | background-color, change also the colors of the default face for | 43 | background-color, change also the colors of the default face for |
| 39 | this frame. | 44 | this frame. |
| 40 | 45 | ||