diff options
| author | Jason Rumney | 2008-06-11 22:40:06 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-06-11 22:40:06 +0000 |
| commit | f42adef67d57ce6765e4c2bf8bcde280c4af3500 (patch) | |
| tree | c07287fb8d6c9941af8e748134cbecb7dcae2777 /src/ChangeLog | |
| parent | 0408f85857fda2e7607dcf8add106365f44471f4 (diff) | |
| download | emacs-f42adef67d57ce6765e4c2bf8bcde280c4af3500.tar.gz emacs-f42adef67d57ce6765e4c2bf8bcde280c4af3500.zip | |
(w32font_encode_char): Detect missing glyphs that are misreported as space.
(add_font_entity_to_list): Support unicode-bmp and unicode-sip
as aliases for registry iso10646-1.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3caabe5792c..a25296ba529 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-06-11 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32font.c (w32font_encode_char): Detect missing glyphs that are | ||
| 4 | misreported as space. | ||
| 5 | (add_font_entity_to_list): Support unicode-bmp and unicode-sip | ||
| 6 | as aliases for registry iso10646-1. | ||
| 7 | |||
| 1 | 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * buffer.c (clone_per_buffer_values): Skip `name'. | 10 | * buffer.c (clone_per_buffer_values): Skip `name'. |