Mercurial > emacs
comparison mac/ChangeLog @ 35664:16e83e3dab3d
* src/macterm.c (mac_font_pattern_match): Allocate three more bytes to
regex for '^', '$', and '\0'.
* src/macterm.c (x_list_fonts): Protect pattern and newlist from
garbage collection.
author | Andrew Choi <akochoi@shaw.ca> |
---|---|
date | Sun, 28 Jan 2001 15:47:04 +0000 |
parents | b9366f467430 |
children | 2a8f646a8b34 |
comparison
equal
deleted
inserted
replaced
35663:e5dea4a61cab | 35664:16e83e3dab3d |
---|---|
1 2001-01-28 Andrew Choi <akochoi@i-cable.com> | 1 2001-01-28 Andrew Choi <akochoi@i-cable.com> |
2 | 2 |
3 * src/macterm.c (mac_font_pattern_match): Allocate three more | |
4 bytes to regex for '^', '$', and '\0'. | |
5 | |
6 * src/macterm.c (x_list_fonts): Protect pattern and newlist from | |
7 garbage collection. | |
8 | |
3 * src/macfns.c (QCconversion): Replaces QCalgorithm. | 9 * src/macfns.c (QCconversion): Replaces QCalgorithm. |
4 | 10 |
5 * src/macfns.c (image_ascent, lookup_image): Adapt to change of | 11 * src/macfns.c (image_ascent, lookup_image): Adapt to change of |
6 image margins. | 12 image margins. |
7 | 13 |