diff options
| author | Eli Zaretskii | 2014-11-03 19:14:50 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-11-03 19:14:50 +0200 |
| commit | 29a13e2afea61b379e8da8a7dcdee475b7f21a27 (patch) | |
| tree | f86d9902f244095be555d33dedc413a9d7533277 /src/ChangeLog | |
| parent | 6c5a32ddbc3b3442918ea6ad1af53aced2b6f7f5 (diff) | |
| download | emacs-29a13e2afea61b379e8da8a7dcdee475b7f21a27.tar.gz emacs-29a13e2afea61b379e8da8a7dcdee475b7f21a27.zip | |
Fix minor issues with functions that dump glyph matrices.
src/xdisp.c (Fdump_glyph_matrix, Fdump_frame_glyph_matrix): Doc fix.
(Fdump_frame_glyph_matrix): Don't segfault if invoked on a GUI
frame; instead, print an error message.
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 006e5c4b4a0..f30cad15f02 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-11-03 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (Fdump_glyph_matrix, Fdump_frame_glyph_matrix): Doc fix. | ||
| 4 | (Fdump_frame_glyph_matrix): Don't segfault if invoked on a GUI | ||
| 5 | frame; instead, print an error message. | ||
| 6 | |||
| 1 | 2014-11-03 Jan Djärv <jan.h.d@swipnet.se> | 7 | 2014-11-03 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 8 | ||
| 3 | * nsfns.m (ns_set_doc_edited): Check for FRAME_NS (Bug#18925). | 9 | * nsfns.m (ns_set_doc_edited): Check for FRAME_NS (Bug#18925). |