diff options
| author | Jason Rumney | 2008-05-22 14:54:27 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-05-22 14:54:27 +0000 |
| commit | 0513110744d9ae86c12eea93466c6ff539ae3f77 (patch) | |
| tree | 56e21e77d36415f46efd692e93d2e94edc350b15 /src/ChangeLog | |
| parent | 3b780338b9e8c0164763eac1fbd1727428c2a8e5 (diff) | |
| download | emacs-0513110744d9ae86c12eea93466c6ff539ae3f77.tar.gz emacs-0513110744d9ae86c12eea93466c6ff539ae3f77.zip | |
* dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.
* dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
* macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c:
* xfns.c, xfont.c: Callers changed.
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 6b18a74c5a2..d90bac7b1e1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2008-05-22 Jason Rumney <jasonr@gnu.org> | 1 | 2008-05-22 Jason Rumney <jasonr@gnu.org> |
| 2 | 2 | ||
| 3 | * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp. | ||
| 4 | |||
| 5 | * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c: | ||
| 6 | * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c: | ||
| 7 | * xfns.c, xfont.c: Callers changed. | ||
| 8 | |||
| 3 | * xfont.c (xfont_list_pattern, compare_font_names): Use xstricmp. | 9 | * xfont.c (xfont_list_pattern, compare_font_names): Use xstricmp. |
| 4 | 10 | ||
| 5 | * fontset.c (fs_query_fontset): Use xstricmp. | 11 | * fontset.c (fs_query_fontset): Use xstricmp. |