diff options
| author | Paul Eggert | 2011-04-10 22:58:27 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-10 22:58:27 -0700 |
| commit | 9247002884de0c64febb0807db428088800c39ff (patch) | |
| tree | f96de259de91109b0999e3b4b3a31691346ada9a /src/ChangeLog | |
| parent | 244ed9077fe7ccebbc15c7157cb45832f46a46d3 (diff) | |
| download | emacs-9247002884de0c64febb0807db428088800c39ff.tar.gz emacs-9247002884de0c64febb0807db428088800c39ff.zip | |
font.c: Make copy_font_spec and merge_font_spec ordinary C functions.
* font.c (copy_font_spec): Rename from Fcopy_font_spec, since it
was inaccessible from Lisp.
(merge_font_spec): Likewise, renaming from Fmerge_font_spec.
* font.c, font.h, fontset.c, xfaces.c, xfont.c: Change all uses.
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 43358338c4d..a794eb9eb90 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2011-04-11 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-11 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | font.c: Make copy_font_spec and merge_font_spec ordinary C functions. | ||
| 4 | * font.c (copy_font_spec): Rename from Fcopy_font_spec, since it | ||
| 5 | was inaccessible from Lisp. | ||
| 6 | (merge_font_spec): Likewise, renaming from Fmerge_font_spec. | ||
| 7 | * font.c, font.h, fontset.c, xfaces.c, xfont.c: Change all uses. | ||
| 8 | |||
| 3 | alloc.c: Import and export fewer symbols, and remove unused items. | 9 | alloc.c: Import and export fewer symbols, and remove unused items. |
| 4 | * lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING | 10 | * lisp.h (suppress_checking, die): Declare only if ENABLE_CHECKING |
| 5 | is defined. | 11 | is defined. |