Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4895:65ad2cd9f2ff
Automated merge with http://hg.debian.org/hg/xemacs/xemacs
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Fri, 29 Jan 2010 15:06:36 -0600 |
parents | 03ab78e48ef6 eab9498ecc0e |
children | 9a6c3653f58e |
comparison
equal
deleted
inserted
replaced
4894:03ab78e48ef6 | 4895:65ad2cd9f2ff |
---|---|
16 you Robert Delius Royar. | 16 you Robert Delius Royar. |
17 | 17 |
18 2010-01-27 Ben Wing <ben@xemacs.org> | 18 2010-01-27 Ben Wing <ben@xemacs.org> |
19 | 19 |
20 * casetab.c: Typo in comment. | 20 * casetab.c: Typo in comment. |
21 | |
22 2010-01-18 Ben Wing <ben@xemacs.org> | |
23 | |
24 * redisplay-gtk.c: | |
25 * redisplay-gtk.c (gtk_bevel_area): | |
26 * redisplay-x.c: | |
27 * redisplay-x.c (THIS_IS_X): | |
28 * redisplay-xlike-inc.c: | |
29 * redisplay-xlike-inc.c (XLIKE_text_width_single_run): | |
30 * redisplay-xlike-inc.c (XLIKE_text_width): | |
31 * redisplay-xlike-inc.c (XLIKE_output_display_block): | |
32 * redisplay-xlike-inc.c (XLIKE_get_gc): | |
33 * redisplay-xlike-inc.c (XLIKE_output_string): | |
34 * redisplay-xlike-inc.c (XLIKE_OUTPUT_XLIKE_PIXMAP): | |
35 * redisplay-xlike-inc.c (XLIKE_output_pixmap): | |
36 * redisplay-xlike-inc.c (XLIKE_output_vertical_divider): | |
37 * redisplay-xlike-inc.c (XLIKE_output_blank): | |
38 * redisplay-xlike-inc.c (XLIKE_output_horizontal_line): | |
39 * redisplay-xlike-inc.c (XLIKE_clear_region): | |
40 * redisplay-xlike-inc.c (XLIKE_output_eol_cursor): | |
41 * redisplay-xlike-inc.c (XLIKE_clear_frame_window): | |
42 * redisplay-xlike-inc.c (XLIKE_clear_frame): | |
43 * redisplay-xlike-inc.c (XLIKE_flash): | |
44 * redisplay-xlike-inc.c (console_type_create_redisplay_XLIKE): | |
45 Move lots more code into redisplay-xlike-inc.c. Use macros to | |
46 isolate the code that differs among X vs. GTK, to reduce the need | |
47 for ifdefs in the middle of the code. Now, redisplay-x.c and | |
48 redisplay-gtk.c only contain a few functions whose implementation | |
49 is completely different from one to the other, or which are not | |
50 present at all in one of them. | |
51 | |
52 GTK code not currently tested, but it has bitrotted somewhat | |
53 any. Doing this will help keep it less bitrotty. | |
54 | |
55 * depend: Regenerate. | |
56 | |
57 2010-01-18 Ben Wing <ben@xemacs.org> | |
58 | |
59 * redisplay-xlike-inc.c: | |
60 * redisplay-xlike-inc.c (separate_textual_runs_nomule): | |
61 * redisplay-xlike-inc.c (separate_textual_runs_xft_nomule): | |
62 * redisplay-xlike-inc.c (separate_textual_runs_xft_mule): | |
63 * redisplay-xlike-inc.c (separate_textual_runs_mule): | |
64 Break separate_textual_runs_* functions from redisplay-x.c. | |
65 (Code in redisplay-gtk.c should have been identical but was | |
66 bit-rotted.) | |
67 | |
68 * redisplay-gtk.c: | |
69 * redisplay-x.c: | |
70 Delete code, replace with include statement. | |
71 | |
72 * depend: Regenerate. | |
21 | 73 |
22 2010-01-18 Ben Wing <ben@xemacs.org> | 74 2010-01-18 Ben Wing <ben@xemacs.org> |
23 | 75 |
24 * lisp.h: | 76 * lisp.h: |
25 * print.c: | 77 * print.c: |