Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4846:a98ca4640147
clean up object print methods
casetab.c, console.c, data.c, database.c, device-msw.c, device.c, eval.c, file-coding.c, frame.c, glyphs.c, gui.c, keymap.c, lisp.h, mule-charset.c, objects.c, print.c, process.c, tooltalk.c, ui-gtk.c, window.c:
New function printing_unreadable_lcrecord(). Automatically
prints the type name and pointer value of the object. Use it
instead of printing_unreadable_object(); make that latter
function local to print.c.
window.c: During creation, window may have Qt as its buffer. Don't
crash if trying to print such a window.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 13 Jan 2010 05:49:13 -0600 |
parents | 91b3d00e717f |
children | 05c519de7353 |
comparison
equal
deleted
inserted
replaced
4845:a3c673c0720b | 4846:a98ca4640147 |
---|---|
1 2010-01-13 Ben Wing <ben@xemacs.org> | |
2 | |
3 * casetab.c (print_case_table): | |
4 * console.c (print_console): | |
5 * data.c (print_weak_list): | |
6 * data.c (print_weak_box): | |
7 * data.c (print_ephemeron): | |
8 * data.c (ephemeron_equal): | |
9 * database.c (print_database): | |
10 * device-msw.c (print_devmode): | |
11 * device.c (print_device): | |
12 * eval.c: | |
13 * file-coding.c (print_coding_system): | |
14 * frame.c (print_frame): | |
15 * glyphs.c (print_image_instance): | |
16 * glyphs.c (print_glyph): | |
17 * gui.c: | |
18 * gui.c (print_gui_item): | |
19 * keymap.c (print_keymap): | |
20 * lisp.h: | |
21 * mule-charset.c (print_charset): | |
22 * objects.c (print_color_instance): | |
23 * objects.c (print_font_instance): | |
24 * print.c: | |
25 * print.c (printing_unreadable_object): | |
26 * print.c (printing_unreadable_lcrecord): | |
27 * print.c (default_object_printer): | |
28 * process.c (print_process): | |
29 * tooltalk.c: | |
30 * tooltalk.c (print_tooltalk_message): | |
31 * tooltalk.c (print_tooltalk_pattern): | |
32 * ui-gtk.c (ffi_object_printer): | |
33 * ui-gtk.c (emacs_gtk_object_printer): | |
34 * ui-gtk.c (emacs_gtk_boxed_printer): | |
35 * window.c (print_window): | |
36 New function printing_unreadable_lcrecord(). Automatically | |
37 prints the type name and pointer value of the object. Use it | |
38 instead of printing_unreadable_object(); make that latter | |
39 function local to print.c. | |
40 | |
41 * window.c (print_window): | |
42 During creation, window may have Qt as its buffer. Don't | |
43 crash if trying to print such a window. | |
44 | |
1 2010-01-13 Ben Wing <ben@xemacs.org> | 45 2010-01-13 Ben Wing <ben@xemacs.org> |
2 | 46 |
3 * dynarr.c: | 47 * dynarr.c: |
4 Add comment explaining Dynarr_largest() use. | 48 Add comment explaining Dynarr_largest() use. |
5 | 49 |