diff options
| author | Dmitry Antipov | 2012-08-21 08:46:05 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-08-21 08:46:05 +0400 |
| commit | 6d470bddb081435461b67f039b5c9960e23bea8e (patch) | |
| tree | 0c47d0a899dff887c55637aac9f17ab6245de1b8 /src/ChangeLog | |
| parent | c68cd5d433e1bbb4478dca51ef5c7ec53259e77e (diff) | |
| download | emacs-6d470bddb081435461b67f039b5c9960e23bea8e.tar.gz emacs-6d470bddb081435461b67f039b5c9960e23bea8e.zip | |
Setter macros for fontsets.
* fontset.c (SET_FONTSET_ID, SET_FONTSET_NAME, SET_FONTSET_ASCII)
(SET_FONTSET_BASE, SET_FONTSET_FRAME, SET_FONTSET_NOFONT_FACE)
(SET_FONTSET_DEFAULT, SET_FONTSET_FALLBACK): New macros.
Adjust users.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 22383088763..5a7c6923029 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-08-21 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Setter macros for fontsets. | ||
| 4 | * fontset.c (SET_FONTSET_ID, SET_FONTSET_NAME, SET_FONTSET_ASCII) | ||
| 5 | (SET_FONTSET_BASE, SET_FONTSET_FRAME, SET_FONTSET_NOFONT_FACE) | ||
| 6 | (SET_FONTSET_DEFAULT, SET_FONTSET_FALLBACK): New macros. | ||
| 7 | Adjust users. | ||
| 8 | |||
| 1 | 2012-08-20 Glenn Morris <rgm@gnu.org> | 9 | 2012-08-20 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * Makefile.in (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)): | 11 | * Makefile.in (emacs$(EXEEXT), bootstrap-emacs$(EXEEXT)): |