diff options
| author | Stefan Monnier | 2008-08-31 00:56:58 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-08-31 00:56:58 +0000 |
| commit | c7c7a80c12c4c4cc79c69c77aa351df0c0b37943 (patch) | |
| tree | e6908c2b7614a1ca80e1f8b942ec0993b9350fb3 /src/ChangeLog | |
| parent | a02a1384456048203df5989be6280e0974747152 (diff) | |
| download | emacs-c7c7a80c12c4c4cc79c69c77aa351df0c0b37943.tar.gz emacs-c7c7a80c12c4c4cc79c69c77aa351df0c0b37943.zip | |
* font.h (font_range):
* fileio.c (report_file_error):
* composite.c (composition_update_it): Yet another int/Lisp_Oject mixup.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8466ab7ba93..22ffbcf3ce9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-08-31 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * font.h (font_range): | ||
| 4 | * fileio.c (report_file_error): | ||
| 5 | * composite.c (composition_update_it): Yet another int/Lisp_Oject mixup. | ||
| 6 | |||
| 1 | 2008-08-30 Glenn Morris <rgm@gnu.org> | 7 | 2008-08-30 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * frame.c (Fmodify_frame_parameters): Doc fix. | 9 | * frame.c (Fmodify_frame_parameters): Doc fix. |