Mercurial > hg > xemacs-beta
annotate lwlib/ChangeLog @ 4916:a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
-------------------- ChangeLog entries follow: --------------------
ChangeLog addition:
2010-02-01 Ben Wing <ben@xemacs.org>
* configure:
* configure.ac (TAB):
USE_XFT* -> HAVE_XFT*.
lwlib/ChangeLog addition:
2010-02-01 Ben Wing <ben@xemacs.org>
* lwlib-colors.c:
* lwlib-colors.h:
* lwlib-fonts.c:
* lwlib-fonts.h:
* xlwmenu.c:
* xlwmenu.c (xlwMenuResources):
* xlwmenu.c (x_xft_text_width):
* xlwmenu.c (label_button_draw):
* xlwmenu.c (push_button_size):
* xlwmenu.c (push_button_draw):
* xlwmenu.c (make_drawing_gcs):
* xlwmenu.c (extract_font_extents):
* xlwmenu.c (default_font_of_font_list):
* xlwmenu.c (XlwMenuInitialize):
* xlwmenu.c (XlwMenuDestroy):
* xlwmenu.c (XlwMenuSetValues):
* xlwmenuP.h:
* xlwmenuP.h (_XlwMenu_part):
* xlwtabs.c:
* xlwtabs.c (TabsInit):
* xlwtabs.c (TabsDestroy):
* xlwtabs.c (TabsSetValues):
* xlwtabs.c (DrawTab):
* xlwtabs.c (TabWidth):
* xlwtabs.c (TabsAllocFgGC):
* xlwtabs.c (TabsAllocGreyGC):
* xlwtabsP.h:
USE_XFT* -> HAVE_XFT*.
src/ChangeLog addition:
2010-02-01 Ben Wing <ben@xemacs.org>
* Makefile.in.in:
* compiler.h:
* config.h.in:
* console-x-impl.h:
* console-x-impl.h (struct x_frame):
* console-x-impl.h (FRAME_X_TOTALLY_VISIBLE_P):
* console-x.h:
* console-xlike-inc.h:
* emacs.c (main_1):
* faces.c (complex_vars_of_faces):
* font-mgr.h:
* frame-x.c (x_delete_frame):
* frame-x.c (x_update_frame_external_traits):
* glyphs-x.c (update_widget_face):
* inline.c:
* objects-x-impl.h:
* objects-x-impl.h (struct x_color_instance_data):
* objects-x-impl.h (struct x_font_instance_data):
* objects-x.c:
* objects-x.c (x_initialize_color_instance):
* objects-x.c (x_initialize_font_instance):
* objects-x.c (x_print_font_instance):
* objects-x.c (x_finalize_font_instance):
* objects-x.c (x_font_instance_truename):
* objects-x.c (vars_of_objects_x):
* objects-x.h:
USE_XFT* -> HAVE_XFT*. But in objects-xlike-inc.c and
redisplay-xlike-inc.c, continue to use USE_XFT, and define
it appropriately in console-xlike-inc.h when both HAVE_XFT
and THIS_IS_X -- even if HAVE_XFT, we don't want to enable
XFT code when included in a *-gtk.c file.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 01 Feb 2010 22:00:29 -0600 |
parents | 03ab78e48ef6 |
children | cbe181529c34 |
rev | line source |
---|---|
4916
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
1 2010-02-01 Ben Wing <ben@xemacs.org> |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
2 |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
3 * lwlib-colors.c: |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
4 * lwlib-colors.h: |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
5 * lwlib-fonts.c: |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
6 * lwlib-fonts.h: |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
7 * xlwmenu.c: |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
8 * xlwmenu.c (xlwMenuResources): |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
9 * xlwmenu.c (x_xft_text_width): |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
10 * xlwmenu.c (label_button_draw): |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
11 * xlwmenu.c (push_button_size): |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
12 * xlwmenu.c (push_button_draw): |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
13 * xlwmenu.c (make_drawing_gcs): |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
14 * xlwmenu.c (extract_font_extents): |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
15 * xlwmenu.c (default_font_of_font_list): |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
16 * xlwmenu.c (XlwMenuInitialize): |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
17 * xlwmenu.c (XlwMenuDestroy): |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
18 * xlwmenu.c (XlwMenuSetValues): |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
19 * xlwmenuP.h: |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
20 * xlwmenuP.h (_XlwMenu_part): |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
21 * xlwtabs.c: |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
22 * xlwtabs.c (TabsInit): |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
23 * xlwtabs.c (TabsDestroy): |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
24 * xlwtabs.c (TabsSetValues): |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
25 * xlwtabs.c (DrawTab): |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
26 * xlwtabs.c (TabWidth): |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
27 * xlwtabs.c (TabsAllocFgGC): |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
28 * xlwtabs.c (TabsAllocGreyGC): |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
29 * xlwtabsP.h: |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
30 USE_XFT* -> HAVE_XFT*. |
a6c778975d7d
split USE_XFT into HAVE_XFT/USE_XFT
Ben Wing <ben@xemacs.org>
parents:
4894
diff
changeset
|
31 |
4894
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
32 2010-01-28 Jerry James <james@xemacs.org> |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
33 |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
34 * lwlib-internal.h: Add copyright and license boilerplate text |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
35 based on Ben's recollections. |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
36 |
4769
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
37 2009-12-09 Jerry James <james@xemacs.org> |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
38 |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
39 * lwlib-Xlw.c: Include needed Xmu headers instead of obsolete xmu.h. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
40 * xlwcheckbox.c: Ditto. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
41 * xlwradio.c: Ditto. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
42 * xlwgauge.c: Ditto. Unconditionally include HAVE_XMU code. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
43 * xlwtabs.c: Ditto. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
44 * xlwgcs.c: Ditto. Remove pre-X11R5 code. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
45 * xlwgcs.h: Remove pre-X11R5 declarations. |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
46 |
4759
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
47 2009-11-10 Jerry James <james@xemacs.org> |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
48 |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
49 * lwlib.c: Drop workaround for old NeXT systems. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
50 |
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4531
diff
changeset
|
51 2009-05-18 Stephen J. Turnbull <stephen@xemacs.org> |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4531
diff
changeset
|
52 |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4531
diff
changeset
|
53 * XEmacs 21.5.29 "garbanzo" is released. |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4531
diff
changeset
|
54 |
4531
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
55 2008-11-02 Stephen J. Turnbull <stephen@xemacs.org> |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
56 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
57 G++ 4.3 complains a lot about implicit conversions of string |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
58 literals (const char *) to char *. Shut it up. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
59 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
60 * xt-wrappers.h: New file. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
61 Contains wrappers for Xt functions and macros for C++ |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
62 type-correctness and/or convenience. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
63 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
64 * lwlib.h: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
65 * lwlib-Xm.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
66 * lwlib-Xaw.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
67 #include xt-wrappers.h. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
68 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
69 * xlwcheckbox.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
70 * xlwgauge.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
71 * xlwmenu.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
72 * xlwradio.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
73 * xlwscrollbar.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
74 * xlwtabs.c: |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
75 #include xt-wrappers.h. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
76 Cast class name to String. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
77 Cast action names to String. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
78 Rewrite resources to use Xt_RESOURCE. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
79 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
80 * lwlib.h (lw_get_value_arg): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
81 * lwlib.c (lw_get_value_arg): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
82 Declare String argument const. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
83 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
84 * lwlib-Xaw.c (xaw_actions): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
85 Cast to string. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
86 |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
87 * lwlib-Xaw.c (xaw_update_scrollbar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
88 * lwlib-Xaw.c (xaw_update_one_widget): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
89 * lwlib-Xaw.c (xaw_update_one_value): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
90 * lwlib-Xaw.c (make_dialog): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
91 * lwlib-Xaw.c (xaw_generic_callback): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
92 * lwlib-Xaw.c (wm_delete_window): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
93 * lwlib-Xaw.c (xaw_create_scrollbar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
94 * lwlib-Xaw.c (xaw_create_button): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
95 * lwlib-Xaw.c (xaw_create_label): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
96 * lwlib-Xaw.c (xaw_create_progress): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
97 * lwlib-Xaw.c (xaw_create_text_field): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
98 * lwlib-Xaw.c (xaw_creation_table): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
99 * lwlib-Xlw.c (xlw_create_menubar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
100 * lwlib-Xlw.c (xlw_create_popup_menu): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
101 * lwlib-Xlw.c (xlw_create_scrollbar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
102 * lwlib-Xlw.c (xlw_update_scrollbar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
103 * lwlib-Xlw.c (xlw_create_tab_control): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
104 * lwlib-Xlw.c (build_tabs_in_widget): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
105 * lwlib-Xlw.c (xlw_create_clip_window): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
106 * lwlib-Xlw.c (xlw_update_one_widget): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
107 * lwlib-Xm.c (xm_update_label): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
108 * lwlib-Xm.c (xm_update_pushbutton): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
109 * lwlib-Xm.c (xm_update_progress): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
110 * lwlib-Xm.c (xm_update_toggle): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
111 * lwlib-Xm.c (xm_update_radiobox): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
112 * lwlib-Xm.c (make_menu_in_widget): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
113 * lwlib-Xm.c (update_one_menu_entry): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
114 * lwlib-Xm.c (xm_update_scrollbar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
115 * lwlib-Xm.c (xm_update_one_value): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
116 * lwlib-Xm.c (make_dialog): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
117 * lwlib-Xm.c (recenter_widget): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
118 * lwlib-Xm.c (recycle_instance): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
119 * lwlib-Xm.c (make_menubar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
120 * lwlib-Xm.c (make_scrollbar): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
121 * lwlib-Xm.c (xm_create_button): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
122 * lwlib-Xm.c (xm_create_progress): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
123 * lwlib-Xm.c (xm_create_text_field): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
124 * lwlib-Xm.c (xm_create_label): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
125 * lwlib-Xm.c (xm_create_combo_box): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
126 * lwlib-Xm.c (xm_popup_menu): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
127 * lwlib-Xm.c (set_min_dialog_size): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
128 * lwlib-Xm.c (do_call): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
129 * lwlib-Xm.c (xm_generic_callback): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
130 * xlwcheckbox.c (offset): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
131 * xlwgauge.c (offset): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
132 * xlwgauge.c (actionsList): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
133 * xlwmenu.c (xlwMenuResources): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
134 * xlwmenu.c (xlwMenuActionsList): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
135 * xlwmenu.c (xlwMenuClassRec): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
136 * xlwmenu.c (nameResource): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
137 * xlwmenu.c (parameterize_string): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
138 * xlwradio.c (actionsList): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
139 * xlwscrollbar.c (offset): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
140 * xlwscrollbar.c (actions): |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
141 Use Xt_SET_ARG, Xt_SET_VALUE, and Xt_GET_VALUE instead of raw Xt |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
142 equivalents. |
b58af9a9765d
ChangeLogs for G++ warning cleanup.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4524
diff
changeset
|
143 |
4524
03ba50f7ecd7
Commit ChangeLog for bbce7f6de2d6.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4522
diff
changeset
|
144 2008-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
03ba50f7ecd7
Commit ChangeLog for bbce7f6de2d6.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4522
diff
changeset
|
145 |
03ba50f7ecd7
Commit ChangeLog for bbce7f6de2d6.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4522
diff
changeset
|
146 * lwlib-Xm.c (xm_update_progress): Set all values! |
03ba50f7ecd7
Commit ChangeLog for bbce7f6de2d6.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4522
diff
changeset
|
147 |
4173 | 148 2007-09-15 Jerry James <james@xemacs.org> |
149 | |
150 * xlwmenu.c (XlwMenuDestroy): Release XftFont resources | |
151 * xlwtabs.c (TabsDestroy): Ditto | |
152 | |
3975 | 153 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
154 | |
155 * XEmacs 21.5.28 "fuki" is released. | |
156 | |
3968 | 157 2007-05-20 Stephen J. Turnbull <stephen@xemacs.org> |
158 | |
159 Gauge values are signed integers (ints). | |
160 | |
161 * xlwgauge.h: Get rid of references to Cardinal in comment. | |
162 (XawGaugeGetValue): Declare return value as int. | |
163 (XawGaugeSetValue): Declare value as int. | |
164 | |
165 * xlwgauge.c (GaugeGetValue): Declare value as int. | |
166 (GaugeMercury): Declare val0 and val1 as int. Remove redundant casts. | |
167 (XawGaugeGetValue): Declare return value as int. | |
168 (XawGaugeSetValue): Declare value as int. | |
169 | |
3958 | 170 2007-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
171 | |
172 * lwlib-Xaw.c (wm_delete_window): Iterate over children of shell | |
173 (there may be more than one) to find our widget. | |
174 | |
3685 | 175 2006-11-17 Stephen J. Turnbull <stephen@xemacs.org> |
176 | |
177 * xlwmenu.c (xlwMenuResources): | |
178 * xlwmenu.c (XlwMenuInitialize): | |
179 * xlwmenuP.h (_XlwMenu_part): | |
180 * xlwtabs.c (resources): | |
181 * xlwtabs.c (TabsInit): | |
182 * xlwtabsP.h (TabsPart): | |
183 New xftFontName member in each widget part struct, corresponds to | |
184 xftFont String resource. | |
185 Initialize renderFont private member from fcFontName if non-NULL, | |
186 otherwise initialize from xftFontName. | |
187 | |
188 * xlwtabs.h: Update parameter table. | |
189 | |
3462 | 190 2006-06-16 Jerry James <james@xemacs.org> |
191 | |
192 * lwlib-Xlw.c (xlw_scrollbar_callback): Do not dereference | |
193 instance before checking whether it is NULL. | |
194 * xlwmenu.c (xlw_map_menu): Prevent uninitialized access to root | |
195 and waste. | |
196 | |
3402 | 197 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
198 | |
199 * XEmacs 21.5.27 "fiddleheads" is released. | |
200 | |
3397 | 201 2006-05-12 Stephen J. Turnbull <stephen@xemacs.org> |
202 | |
203 Make fcFontName and xftFont separate resources. | |
204 | |
205 * lwlib-fonts.h (XtNfcFontName, XtCFcFontName): New macros. | |
206 (XtNxftFont, XtCXftFont): Coalesce the conditional definitions. | |
207 | |
208 * xlwmenuP.h (XlwMenuPart): | |
209 * xlwtabsP.h (TabsPart): | |
210 Rename renderFontSpec member to fcFontName. | |
211 | |
212 * xlwmenu.c (XlwMenuResources): | |
213 * xlwtabs.c (resources): | |
214 Add a record for fcFontName. | |
215 | |
216 * xlwtabs.c (TabsInit): Use the fcFontName resource, not xftFont. | |
217 | |
218 * xlwtabs.c (DrawTab,TabLayout,TabsGeometryManager): Improve | |
219 diagnostics. | |
220 | |
3374 | 221 2006-04-24 Jerry James <james@xemacs.org> |
222 | |
223 * lwlib-Xaw.c (lw_debug_print_class_resources): Casting from a | |
224 pointer to an int throws away half of the bits on an x86_64 | |
225 platform. Print as a pointer instead. | |
226 * xlwgauge.c (XawGaugeSetValue): Use NULL instead of 0 as the | |
227 sentinel to quiet gcc warnings. | |
228 * xlwmenu.c: Cast to FcChar8 * as necessary to quiet warnings. | |
229 * xlwtabs.c: Ditto. | |
230 | |
3360 | 231 2006-04-16 Stephen J. Turnbull <stephen@xemacs.org> |
3354 | 232 |
3360 | 233 * lwlib-fonts.c: Change #include to "font-mgr.h". Make |
234 conditional on HAVE_FONTCONFIG, not USE_XFT. | |
3354 | 235 |
3323 | 236 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
237 | |
238 * XEmacs 21.5.26 "endive" is released. | |
239 | |
3259 | 240 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
241 | |
242 * XEmacs 21.5.25 "eggplant" is released. | |
243 | |
3157 | 244 2005-12-21 Andrey Slusar <anrays@gmail.com> |
245 | |
246 * xlwmenu.c (make_drawing_gcs): Fix build with gcc 2.95. | |
247 | |
3150 | 248 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
249 | |
250 * XEmacs 21.5.24 "dandelion" is released. | |
251 | |
3094 | 252 2005-11-26 Stephen J. Turnbull <stephen@xemacs.org> |
253 | |
254 Merge Xft. | |
255 | |
256 2005-11-25 Stephen J. Turnbull <stephen@xemacs.org> | |
257 | |
258 * lwlib-colors: Improve comments. | |
259 | |
260 2005-11-25 Stephen J. Turnbull <stephen@xemacs.org> | |
261 | |
262 * lwlib-colors: Remove or comment out dead code. | |
263 | |
264 2005-09-26 Olivier Galibert <galibert@xemacs.org> | |
265 | |
266 * xlwmenu.c: | |
267 * xlwmenuP.h: | |
268 Give USE_XFT_MENUBARS priority over USE_MOTIF. | |
269 | |
270 2005-09-06 Stephen J. Turnbull <stephen@xemacs.org> | |
271 | |
272 * lwlib-fonts.c (xft_open_font_by_name): Fix heuristic for XLFDs. | |
273 | |
274 * xlwmenu.c (string_draw_range): Recommend persistent xftDraw. | |
275 | |
276 2005-09-02 Daniel Pittman <daniel@rimspace.net> | |
277 | |
278 * lwlib-fonts.c (xft_open_font_by_name): Eliminate code to avoid | |
279 use of scaled fonts (probably bogus, anyway). Add error message | |
280 in case of fatal failure to find any fonts at all. | |
281 <87ll2fucw1.fsf@rimspace.net> | |
282 | |
283 * xlwmenu.c (string_draw_range): Plug leak of XftDraw. | |
284 | |
285 2005-03-09 Stephen J. Turnbull <stephen@xemacs.org> | |
286 | |
287 * xlwtabs.c (TabsGeometryManager): Fix "fat fingers" mistake. | |
288 | |
289 2005-03-07 Stephen J. Turnbull <stephen@xemacs.org> | |
290 | |
291 * lwlib-Xaw.c (debug_gauge): Fix and suppress gauge debug message. | |
292 | |
293 * xlwtabs.c (TabsGeometryManager): Suppress "kludging" message, too. | |
294 (TabsGeometryManager): Make straight the paths of the layout, or | |
295 at least improve the approximation to Xt conventions by 50%. | |
296 | |
297 2005-02-22 Stephen J. Turnbull <stephen@xemacs.org> | |
298 | |
299 * xlwtabs.c(debug_tabs): Suppress debug output for now. | |
300 | |
301 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> | |
302 | |
303 * xlwtabs.c (TabsGeometryManager,TabsQueryGeometry): Improve comments. | |
304 (debug_tabs): New variable, substitute for debug_xft globally. | |
305 (TabsGeometryManager): Substitute "request" for "req". | |
306 | |
307 2005-02-11 Stephen J. Turnbull <stephen@xemacs.org> | |
308 | |
309 * xlwtabs.c (PreferredSize3): Let TabLayout choose constraints. | |
310 (TabLayout): Default size to current size. Fix header comment. | |
311 (TabsGeometryManager): Comment on redesigning internal API. | |
312 (TabsGeometryManager): Fix typo in format string. | |
313 | |
314 2005-01-27 Stephen J. Turnbull <stephen@xemacs.org> | |
315 | |
316 * xlwtabs.c (DrawTab): | |
317 Correct geometry when clearing rectangle. | |
318 Remove some "check me" comments. | |
319 Deemphasize a lot of debugging output. | |
320 (TabLayout): Add debugging fprintf. | |
321 (TabWidth): Deemphasize some debugging output. | |
322 | |
323 2004-12-10 Stephen J. Turnbull <stephen@xemacs.org> | |
324 | |
325 * lwlib-Xaw.c (xaw_create_button): | |
326 (xaw_create_progress): | |
327 (xaw_create_text_field): | |
328 Changed XtCreateManagedWidget to XtCreateWidget when child is | |
329 managed later in the same function. | |
330 | |
331 (debug_gauge): New variable. | |
332 (lw_debug_print_xt_arglist): | |
333 (lw_debug_print_class_resources): | |
334 New debug functions. | |
335 | |
336 2004-12-09 Stephen J. Turnbull <stephen@xemacs.org> | |
337 | |
338 * xlwmenu.c (xlwMenuResources): Use "redundant" XftFont resource. | |
339 | |
340 * xlwtabs.c: | |
341 * xlwtabsP.h: | |
342 Use USE_XFT_TABS consistently. | |
343 | |
344 2004-12-01 Stephen J. Turnbull <stephen@xemacs.org> | |
345 | |
346 * xlwtabs.c: Move debug_xft to ../src/xft-fonts.c. | |
347 | |
348 2004-11-20 Stephen J. Turnbull <stephen@xemacs.org> | |
349 | |
350 Xft branch based on "Xft reloaded #3" patch by Eric Knauel and | |
351 Mathias Neuebaur, and other contributors. | |
352 | |
353 * lwlib-fonts.h: | |
354 * lwlib-colors.h: | |
355 Declare common facilities use by Xft. | |
356 * lwlib-fonts.c: | |
357 * lwlib-colors.c: | |
358 Implement them. | |
359 * xlwtabs.c: | |
360 * xlwtabsP.h: | |
361 * xlwmenu.c: | |
362 * xlwmenuP.h: | |
363 Implement Xft text drawing. | |
364 | |
3083 | 365 2005-11-22 Ben Wing <ben@xemacs.org> |
366 | |
367 * Makefile.in.in: | |
368 Ignore errors from rm during clean. | |
369 | |
3072 | 370 2005-11-16 Stephen J. Turnbull <stephen@xemacs.org> |
371 | |
372 * xlwcheckbox.c (CheckboxInit): Mark unused parameters. C++ | |
373 correctness. | |
374 (CheckboxRealize): Don't compile at all if unused. | |
375 | |
376 * xlwradio.c (RadioDestroy): #if 0 dead code for later removal. | |
377 | |
3062 | 378 2005-11-13 Ben Wing <ben@xemacs.org> |
379 | |
380 * Makefile.in.in: | |
381 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
382 Do some refactoring for cleanliness. | |
383 | |
3055 | 384 2005-11-08 Marcus Crestani <crestani@xemacs.org> |
385 | |
386 * xlwgauge.c (GaugeInit): | |
387 * xlwgauge.c (GaugeSetValues): | |
388 * xlwradio.c (RadioInit): | |
389 * xlwradio.c (RadioSetValues): Rename new->new_. | |
390 | |
3031 | 391 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
392 | |
393 * XEmacs 21.5.23 "daikon" is released. | |
394 | |
3025 | 395 2005-10-25 Ben Wing <ben@xemacs.org> |
396 | |
397 * lwlib-internal.h (assert): | |
398 redo assert macros to follow lisp.h and not trigger warnings. | |
399 | |
400 * lwlib.c (merge_scrollbar_values): | |
401 * lwlib.c (merge_widget_value_args): | |
402 * xlwtabs.c: | |
403 * xlwtabs.c (TabsInit): | |
404 * xlwtabs.c (TabsConstraintInitialize): | |
405 * xlwtabs.c (TabsSetValues): | |
406 * xlwtabs.c (TabsConstraintSetValues): | |
407 new -> new_. | |
408 | |
2931 | 409 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
410 | |
411 * XEmacs 21.5.22 "cucumber" is released. | |
412 | |
2791 | 413 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
414 | |
415 * XEmacs 21.5.21 "corn" is released. | |
416 | |
2653 | 417 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
418 | |
419 * XEmacs 21.5.20 "cilantro" is released. | |
420 | |
2641 | 421 2005-03-07 Stephen J. Turnbull <stephen@xemacs.org> |
422 | |
423 * lwlib-Xlw.c (build_tabs_in_widget): Correctly disable geometry | |
424 negotiation for tab children. | |
425 (xlw_create_tab_control): Don't set nonexistent resizable resource. | |
426 | |
2594 | 427 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
428 | |
429 * XEmacs 21.5.19 "chives" is released. | |
430 | |
2346 | 431 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
432 | |
433 * XEmacs 21.5.18 "chestnut" is released. | |
434 | |
2311 | 435 2004-09-27 Jerry James <james@xemacs.org> |
436 | |
437 * lwlib-Xm.c (xm_update_label): | |
438 (xm_update_progress): | |
439 (activate_button): | |
440 (make_dialog): | |
441 (mark_dead_instance_destroyed): | |
442 (xm_nosel_callback): | |
443 Mark more unused parameters with the UNUSED macro. | |
444 | |
2286 | 445 2004-09-14 Jerry James <james@xemacs.org> |
446 | |
447 * Makefile.in.in (cppflags): Make compiler.h available. | |
448 * config.h.in: Include compiler.h. | |
449 * lwlib.c (max): Remove; now defined in compiler.h. | |
450 (merge_widget_value): Fix misplaced `change' computation. | |
451 * xlwcheckbox.c (DrawCheck): conditionalize declaration and | |
452 assignment of variable bw like its use. | |
453 * xlwtabs.c (TabsResize): Comment out declaration and assignment | |
454 of variable tab, whose use is commented out. | |
455 | |
456 * lwlib-Xaw.c: | |
457 * lwlib-Xlw.c: | |
458 * lwlib-Xm.c: | |
459 * lwlib-utils.c: | |
460 * lwlib.c: | |
461 * xlwcheckbox.c: | |
462 * xlwgauge.c: | |
463 * xlwgcs.c: | |
464 * xlwmenu.c: | |
465 * xlwradio.c: | |
466 * xlwscrollbar.c: | |
467 * xlwtabs.c: | |
468 Mark unused parameters with the UNUSED macro. | |
469 | |
2271 | 470 2004-09-14 Jerry James <james@xemacs.org> |
471 | |
472 * xlwgauge.c (GaugeConvert): Fix type-punning warning. | |
473 | |
2041 | 474 2004-04-23 Jerry James <james@xemacs.org> |
475 | |
476 * xlwradio.c (RadioExpose): Do not blindly copy one GC over | |
477 another. It messes up the ref counts and is wrong for radio | |
478 buttons in any case. | |
479 | |
1964 | 480 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
481 | |
482 * XEmacs 21.5.17 "chayote" is released. | |
483 | |
1889 | 484 2003-09-22 Stephen J. Turnbull <stephen@xemacs.org> |
485 | |
486 * Makefile.in.in (XE_CFLAGS): New variant on CFLAGS for XEMACS_CC. | |
487 | |
1716 | 488 2003-09-26 Steve Youngs <youngs@xemacs.org> |
489 | |
490 * XEmacs 21.5.16 "celeriac" is released. | |
491 | |
1665 | 492 2003-09-03 Steve Youngs <youngs@xemacs.org> |
493 | |
494 * XEmacs 21.5.15 "celery" is released. | |
495 | |
1650 | 496 2003-08-28 Jerry James <james@xemacs.org> |
497 | |
498 * lwlib-internal.h: Wrap assert_failed with EXTERN_C for modules. | |
499 | |
1510 | 500 2003-06-01 Steve Youngs <youngs@xemacs.org> |
501 | |
502 * XEmacs 21.5.14 "cassava" is released. | |
503 | |
1473 | 504 2003-05-10 Steve Youngs <youngs@xemacs.org> |
505 | |
506 * XEmacs 21.5.13 "cauliflower" is released. | |
507 | |
1458 | 508 2003-05-05 Steve Youngs <youngs@xemacs.org> |
509 | |
510 * lwlib-Xm.c (xm_update_one_widget): Only call | |
511 `xm_update_progress' if `LWLIB_WIDGETS_MOTIF' is defined. | |
512 | |
1431 | 513 2003-04-24 Steve Youngs <youngs@xemacs.org> |
514 | |
515 * XEmacs 21.5.12 "carrot" is released. | |
516 | |
1389 | 517 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org> |
518 | |
519 * xlwscrollbar.c: Global substitution of .Xresources for .Xdefaults. | |
520 | |
1330 | 521 2003-02-28 Ben Wing <ben@xemacs.org> |
522 | |
523 * lwlib-Xm.c: | |
524 Fix compile warning. | |
525 | |
1307 | 526 2003-02-16 Steve Youngs <youngs@xemacs.org> |
527 | |
528 * XEmacs 21.5.11 "cabbage" is released. | |
529 | |
1294 | 530 2003-02-13 Martin Buchholz <martin@xemacs.org> |
531 | |
532 * xlwmenu.c (xlwMenuClassRec): | |
533 Use symbolic name `XtExposeCompressMaximal' instead of `TRUE'. | |
534 | |
1281 | 535 2003-01-31 Martin Buchholz <martin@xemacs.org> |
536 | |
537 * lwlib-Xm.c (xm_update_progress): | |
538 Don't define unless LWLIB_WIDGETS_MOTIF. | |
539 | |
1261 | 540 2003-02-05 Ben Wing <ben@xemacs.org> |
541 | |
542 * lwlib-Xm.c: | |
543 * lwlib-Xm.c (xm_pop_down_callback): | |
544 * lwlib-Xm.c (xm_pull_down_callback): | |
545 Fix compile warning. | |
546 | |
1201 | 547 2002-12-16 Ben Wing <ben@xemacs.org> |
548 | |
549 * lwlib-Xlw.c (xlw_update_one_widget): | |
550 * lwlib-Xm.c (xm_update_one_widget): | |
551 * lwlib-Xm.c (xm_update_one_value): | |
552 * lwlib.c: | |
553 * lwlib.c (merge_scrollbar_values): | |
554 * xlwmenu.c: | |
555 * xlwmenu.c (display_menu): | |
556 * xlwmenu.c (XlwMenuInitialize): | |
557 * xlwmenu.c (XlwMenuSetValues): | |
558 * xlwradio.c: | |
559 * xlwradio.c (RadioClassPartInit): | |
560 * xlwradio.c (RadioSet): | |
561 * xlwradio.c (RadioUnset): | |
562 class -> class_, new -> new_. | |
563 | |
1187 | 564 2003-01-04 Steve Youngs <youngs@xemacs.org> |
565 | |
566 * XEmacs 21.5.10 "burdock" is released. | |
567 | |
981 | 568 2002-08-30 Steve Youngs <youngs@xemacs.org> |
569 | |
570 * XEmacs 21.5.9 "brussels sprouts" is released. | |
571 | |
933 | 572 2002-07-27 Steve Youngs <youngs@xemacs.org> |
573 | |
574 * XEmacs 21.5.8 "broccoli" is released. | |
575 | |
903 | 576 2002-06-07 Andy Piper <andy@xemacs.org> |
577 | |
578 * lwlib-Xm.c: (xm_safe_update_label): new function. Call | |
579 xm_update_label if the class is appropriate. | |
580 (make_menu_in_widget): use it. | |
581 (update_one_menu_entry): ditto. | |
582 (xm_update_one_widget): ditto. | |
583 | |
894 | 584 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
585 | |
586 * XEmacs 21.5.7 "broccoflower" is released. | |
587 | |
872 | 588 2002-06-20 Ben Wing <ben@xemacs.org> |
589 | |
590 * lwlib.c: | |
591 * lwlib.c (dialog_spec_p): Fix warning. | |
592 | |
805 | 593 2002-02-13 Stephen J. Turnbull <stephen@xemacs.org> |
594 | |
595 * lwlib-Xm.c (make_dialog): Fix XmProcessTraversal crash. | |
596 | |
804 | 597 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
598 | |
599 * XEmacs 21.5.6 "bok choi" is released. | |
600 | |
774 | 601 2002-03-12 Ben Wing <ben@xemacs.org> |
602 | |
3322 | 603 * The Great Mule Merge of March 2002: |
604 see node by that name in the Internals Manual. | |
774 | 605 |
768 | 606 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
607 | |
608 * XEmacs 21.5.5 "beets" is released. | |
609 | |
766 | 610 2001-12-19 Valdis Kletnieks <Valdis.Kletnieks@vt.edu> |
611 | |
612 * xlwscrollbar.c: Fix Xt translations comment. | |
613 | |
725 | 614 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
615 | |
616 * XEmacs 21.5.4 "bamboo" is released. | |
617 | |
654 | 618 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |
619 | |
620 * XEmacs 21.5.3 "asparagus" is released. | |
621 | |
647 | 622 2001-06-24 Ben Wing <ben@xemacs.org> |
623 | |
624 * lwlib-Xlw.c (xlw_update_tab_control): | |
625 * lwlib-utils.c (XtApplyUntilToWidgets): | |
626 * xlwgauge.c (XawGaugeSetValue): | |
627 * xlwgauge.c (GaugeMercury): | |
628 * xlwmenu.c (close_to_reference_time): | |
629 * xlwtabs.c (TabsSetValues): | |
630 * xlwtabs.c (TabsSelect): | |
631 * xlwtabs.c (DrawTabs): | |
632 Fix unsigned warnings. See src/ChangeLog for details. | |
633 | |
641 | 634 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> |
635 | |
636 * XEmacs 21.5.2 "artichoke" is released. | |
637 | |
639 | 638 2001-07-26 Andy Piper <andy@xemacs.org> |
639 | |
640 * lwlib-Xm.c (xm_update_progress): new function. Set Scale height | |
641 and width from normal height and width. | |
642 * lwlib-Xm.c (xm_create_progress): ditto. | |
643 * lwlib-Xm.c (xm_update_one_widget): call xm_update_progress. | |
644 * lwlib.c (lw_get_value_arg): new function. Return an argument | |
645 based on its name. | |
646 * lwlib.h: declare it. | |
647 | |
551 | 648 2001-05-21 Martin Buchholz <martin@xemacs.org> |
649 | |
650 * lwlib-config.c: Remove. | |
651 * Makefile.in.in: Remove references to lwlib-config. | |
652 | |
522 | 653 2001-05-09 Martin Buchholz <martin@xemacs.org> |
654 | |
655 * XEmacs 21.5.1 "anise" is released. | |
656 | |
487 | 657 2001-04-28 Ben Wing <ben@xemacs.org> |
658 | |
659 * lwlib-utils.c (destroy_all_children): fix warning reported by | |
660 Isaac Hollander <ysh@mindspring.com>. | |
661 | |
472 | 662 2001-04-18 Martin Buchholz <martin@xemacs.org> |
663 | |
664 * XEmacs 21.5.0 "alfalfa" is released. | |
665 | |
464 | 666 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org> |
667 | |
668 * ChangeLog: Restore logs lost in the GTK merge. | |
669 | |
462 | 670 2001-03-21 Martin Buchholz <martin@xemacs.org> |
458 | 671 |
462 | 672 * XEmacs 21.2.46 "Urania" is released. |
456 | 673 |
464 | 674 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org> |
675 | |
676 * xlwradio.c: Revert gratuitous whitespace changes from GTK merge. | |
677 | |
678 2001-02-23 Martin Buchholz <martin@xemacs.org> | |
679 | |
680 * XEmacs 21.2.45 "Thelxepeia" is released. | |
681 | |
682 2001-02-16 Raymond Toy <toy@rtp.ericsson.se> | |
683 | |
684 * lwlib-Xaw.c: Always include ATHENA_AsciiText_h_ to get the | |
685 text-field widget. | |
686 (xaw_creation_table): Always include the text-field widget | |
687 | |
688 2001-02-08 Martin Buchholz <martin@xemacs.org> | |
689 | |
690 * XEmacs 21.2.44 "Thalia" is released. | |
691 | |
692 2001-02-06 Martin Buchholz <martin@xemacs.org> | |
693 | |
694 * xlwgauge.c: | |
695 * xlwgcs.c: | |
696 * xlwgcs.c (XtAllocateGC): Fix typo for X11R4. | |
697 * xlwgcs.h: | |
698 * xlwradio.c (RadioExpose): | |
699 * xlwcheckbox.c: | |
700 Remove use of BSD-specific types. | |
701 s/u_(char|short|int_long)/unsigned $1/g | |
702 | |
703 2001-02-05 Martin Buchholz <martin@xemacs.org> | |
704 | |
705 * lwlib-Xm.c (xm_update_one_value): | |
706 Obey the man page; use XtFree instead of free. | |
707 | |
708 2001-02-02 Martin Buchholz <martin@xemacs.org> | |
709 | |
710 * config.h.in: Use "..." to include config.h | |
711 | |
712 2001-01-26 Martin Buchholz <martin@xemacs.org> | |
713 | |
714 * XEmacs 21.2.43 "Terspichore" is released. | |
715 | |
454 | 716 2001-01-20 Martin Buchholz <martin@xemacs.org> |
717 | |
718 * XEmacs 21.2.42 "Poseidon" is released. | |
719 | |
452 | 720 2001-01-17 Martin Buchholz <martin@xemacs.org> |
721 | |
722 * XEmacs 21.2.41 "Polyhymnia" is released. | |
723 | |
450 | 724 2001-01-08 Martin Buchholz <martin@xemacs.org> |
725 | |
726 * XEmacs 21.2.40 is released. | |
727 | |
728 2001-01-06 Martin Buchholz <martin@xemacs.org> | |
729 | |
730 * lwlib-Xaw.c (xaw_creation_table): Make const. | |
731 * lwlib-Xaw.h (xaw_creation_table): Make const. | |
732 * lwlib-Xlw.c (xlw_creation_table): Make const. | |
733 * lwlib-Xlw.h (xlw_creation_table): Make const. | |
734 * lwlib-Xm.c (xm_creation_table): Make const. | |
735 * lwlib-Xm.h (xm_creation_table): Make const. | |
736 * lwlib.c (find_in_table): Use const. | |
737 | |
738 2001-01-02 Andy Piper <andy@xemacs.org> | |
739 | |
740 * lwlib.h (_widget_args): add args_changed. Necessary because we | |
741 reference count args. | |
742 | |
743 * lwlib.c (lw_add_widget_value_arg): set args_changed flag. | |
744 (merge_widget_value_args): mark as changed if args_changed is | |
745 true. | |
746 (update_all_widget_values): reset args_changed. | |
747 (initialize_widget_instance): ditto. | |
748 | |
448 | 749 2000-12-31 Martin Buchholz <martin@xemacs.org> |
750 | |
751 * XEmacs 21.2.39 is released. | |
752 | |
753 2000-12-30 Andy Piper <andy@xemacs.org> | |
754 | |
755 * xlwtabs.c: remove assertion definitions and put them in | |
756 lwlib-internal.h. This has the effect of enabling assertions which | |
757 should have been done from the very start. | |
758 (TabsShuffleRows): fix duff assertion. | |
759 (PreferredSize3): use dimensions throughout. | |
760 (PreferredSize2): ditto. | |
761 (TabLayout): ditto. | |
762 (DrawFrame): be clever about the enclosing frame if the child | |
763 height is 0. | |
764 (TabsResize): don't configure children that are no visible | |
765 anyway. Make sure geometry calculations don't end up negative. | |
766 | |
767 * lwlib-internal.h: put in assertion definitions. | |
768 | |
446 | 769 2000-12-05 Martin Buchholz <martin@xemacs.org> |
770 | |
771 * XEmacs 21.2.38 is released. | |
772 | |
773 2000-11-30 Andy Piper <andy@xemacs.org> | |
774 | |
775 * lwlib-Xm.c (xm_update_label): Hack to stop %_ labels until | |
776 someone fixes it properly. | |
777 | |
778 2000-11-24 Andy Piper <andy@xemacs.org> | |
779 | |
780 * xlwtabsP.h: add visible flag, realRows and remove displayChildren. | |
781 | |
782 * xlwtabs.c (TabVisible): new macro. Consults visible flag. | |
783 (TabsInit): remove displayChildren, add realRows. | |
784 (TabsConstraintInitialize): ditto. | |
785 (TabsResize): ditto. | |
786 (TabsGeometryManager): ditto. | |
787 (TabsChangeManaged): ditto. | |
788 (TabsSelect): ditto. | |
789 (TabsPage): ditto. | |
790 (TabsHighlight): ditto. | |
791 (DrawTabs): ditto. | |
792 (TabLayout): Caclulate rows for all children and whether they | |
793 should be visible or not.. | |
794 (TabsShuffleRows): shuffle rows based on both real and displayed | |
795 rows. Adjust visibility of all children. | |
796 (PreferredSize): ditto. | |
797 | |
798 2000-11-19 Martin Buchholz <martin@xemacs.org> | |
799 | |
800 * xlwtabs.c (TabsResize): Don't delete `tab', mark unused instead. | |
801 | |
802 2000-11-18 Martin Buchholz <martin@xemacs.org> | |
803 | |
804 * xlwmenu.c (make_windows_if_needed): | |
805 (XlwMenuRealize): | |
806 The proper type for `mask' is `unsigned long', not `int'. | |
807 | |
808 2000-11-18 Martin Buchholz <martin@xemacs.org> | |
809 | |
810 * xlwtabs.c (defaultAccelerators): Add #### to unused var. | |
811 (TabsResize): Remove unused var. | |
812 * xlwmenu.c (XlwMenuInitialize): Remove unused vars. | |
813 * lwlib-Xlw.c (xlw_update_one_widget): Add #### for probable bug. | |
814 | |
444 | 815 2000-11-14 Martin Buchholz <martin@xemacs.org> |
816 | |
817 * XEmacs 21.2.37 is released. | |
818 | |
819 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org> | |
820 | |
821 * lwlib.h: Typo fixes and tiny clarifications. | |
822 | |
442 | 823 2000-10-04 Martin Buchholz <martin@xemacs.org> |
824 | |
825 * XEmacs 21.2.36 is released. | |
826 | |
444 | 827 2000-09-21 Andy Piper <andy@xemacs.org> |
828 | |
829 * lwlib.h: declare copy_widget_value_tree. | |
830 | |
831 * lwlib.c (copy_widget_value_tree): make non-static. | |
832 | |
442 | 833 2000-09-19 Martin Buchholz <martin@xemacs.org> |
834 | |
835 * *: Spelling mega-patch | |
836 | |
837 2000-09-16 Martin Buchholz <martin@xemacs.org> | |
838 | |
839 * lwlib.c (ascii_strcasecmp): New. | |
840 * lwlib.c (find_in_table): Use ascii_strcasecmp. | |
841 Avoid using non-standard non-portable strcasecmp. | |
842 | |
843 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org> | |
844 | |
845 * xlwmenu.c (XlwMenuInitialize): make comment on algorithm for | |
846 setting fontList match code. Suggest using same algorithm for | |
847 X Font Set resources in native lw code. | |
848 | |
849 2000-07-30 Ben Wing <ben@xemacs.org> | |
850 | |
851 * lwlib-Xaw.c (xaw_update_one_widget): | |
852 Remove accelerator specs from buttons, since Athena doesn't handle | |
853 them. | |
854 | |
855 * lwlib.c (lw_remove_accelerator_spec): | |
856 * lwlib.h: | |
857 Define function and prototype to do this. | |
858 | |
859 2000-07-15 Ben Wing <ben@xemacs.org> | |
860 | |
861 * xlwradioP.h: | |
862 Remove duplicate definition of streq(). | |
863 | |
864 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
865 | |
866 * XEmacs 21.2.35 is released. | |
867 | |
868 2000-07-09 Martin Buchholz <martin@xemacs.org> | |
869 | |
870 * xlwcheckbox.c: | |
871 * xlwgauge.h: | |
872 * xlwgaugeP.h: | |
873 * xlwradio.h: | |
874 * xlwradioP.h: | |
875 * xlwgauge.c: | |
876 * config.h.in: | |
877 * xlwradio.c: | |
878 * lwlib-Xaw.c: | |
879 Replace SMART_INCLUDE with a dumber, but more reliable method. | |
880 | |
881 * xlwmenu.c (parameterize_string): Fix C++ compilation warnings. | |
882 | |
883 2000-06-10 Ben Wing <ben@xemacs.org> | |
884 | |
885 * lwlib-Xaw.c (xaw_create_label): add sanity check on arg limit. | |
886 (xaw_update_one_value): fix crash due to incorrect arg count. | |
887 | |
888 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
889 | |
890 * XEmacs 21.2.34 is released. | |
891 | |
892 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
893 | |
894 * XEmacs 21.2.33 is released. | |
895 | |
896 2000-04-19 Martin Buchholz <martin@xemacs.org> | |
897 | |
898 * lwlib.c (lw_destroy_everything): Always use full ANSI prototypes. | |
899 * lwlib.c (lw_destroy_all_pop_ups): Always use full ANSI prototypes. | |
900 | |
901 2000-04-12 Andy Piper <andy@xemacs.org> | |
902 | |
903 * lwlib-Xaw.c (xaw_update_one_widget): no-op for text widgets. | |
904 (xaw_update_one_value): Get strings safely. | |
905 (xaw_create_text_field): add some extra properties. | |
906 | |
907 2000-04-05 Andy Piper <andy@xemacs.org> | |
908 | |
909 * lwlib-Xaw.c (lw_xaw_widget_p): include asciiTextWidgetClass as | |
910 an athena widget. | |
911 | |
912 2000-04-05 Andy Piper <andy@xemacs.org> | |
913 | |
914 * xlwradio.c (RadioSetValues): resize if position information has | |
915 changed. | |
916 | |
917 * lwlib-Xm.c (xm_create_text_field): text fields should be enabled | |
918 even if there is no callback. | |
919 * lwlib-Xaw.c (xaw_create_text_field): ditto. | |
920 | |
921 2000-04-03 Andy Piper <andy@xemacs.org> | |
922 | |
923 * lwlib.c (merge_widget_value_args): only merge when the two args | |
924 are actually different. | |
925 | |
926 2000-03-21 Didier Verna <didier@xemacs.org> | |
927 | |
928 * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 to | |
929 src/config.h.in. | |
930 * config.h.in (ATHENA_INCLUDE): use the `SMART_INCLUDE' macro. | |
931 | |
932 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
933 | |
934 * XEmacs 21.2.32 is released. | |
935 | |
936 2000-03-14 Ben Wing <ben@xemacs.org> | |
937 | |
938 * xlwmenu.c (massage_resource_name): Handle %_ and %%. | |
939 | |
940 2000-02-20 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
941 | |
942 * xlwscrollbar.c (get_gc): Always check for XmUNSPECIFIED_PIXMAP | |
943 even if we are only 'compatible' with the Motif resources. | |
944 (XmUNSPECIFIED_PIXMAP): Define unconditionally. | |
945 | |
946 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
947 | |
948 * XEmacs 21.2.31 is released. | |
949 | |
950 2000-02-22 Andy Piper <andy@xemacs.org> | |
951 | |
952 * lwlib-Xm.c (xm_update_one_widget): set widget args last in case | |
953 anything messes with them in the meantime. | |
954 * lwlib-Xlw.c (xlw_update_one_widget): ditto. | |
955 * lwlib-Xaw.c (xaw_update_one_widget): ditto. | |
956 | |
957 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
958 | |
959 * XEmacs 21.2.30 is released. | |
960 | |
961 2000-02-21 Andy Piper <andy@xemacs.org> | |
962 | |
963 * lwlib.c (merge_widget_value_args): don't delete the args before | |
964 copying, lw_copy_widget_value_args will do this for us if | |
965 necessary. | |
966 (lw_add_widget_value_arg): Allow existing args to be replaced. | |
967 (free_widget_value_args): Set args to 0 rather than 0xdeadbeef, | |
968 reference couting works better that way. | |
969 (lw_copy_widget_value_args): Do the right thing. | |
970 | |
971 * lwlib-Xm.c (xm_create_progress): Make sensitive as this looks | |
972 much better. | |
973 * lwlib-Xaw.c (xaw_create_progress): ditto. | |
974 | |
975 2000-02-12 Jan Vroonhof <vroonhof@math.ethz.ch> | |
976 | |
977 * xlwmenu.h (XmUNSPECIFIED_PIXMAP): Define this if we are using Motif | |
978 compatible resource names. | |
979 | |
980 * xlwmenu.c (make_shadow_gcs): Always check for XmUNSPECIFIED_PIXMAP | |
981 even if we are only 'compatible' with the Motif resources. | |
982 | |
983 2000-02-15 Andy Piper <andy@xemacs.org> | |
984 | |
985 * xlwgauge.c (GaugeExpose): remove shadows. | |
986 | |
987 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
988 | |
989 * XEmacs 21.2.29 is released. | |
990 | |
991 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu> | |
992 | |
993 * config.h.in (ATHENA_INCLUDE): Workaround bugs in both xlc and | |
994 old gccs. | |
995 | |
440 | 996 2000-02-07 Martin Buchholz <martin@xemacs.org> |
997 | |
998 * XEmacs 21.2.28 is released. | |
999 | |
1000 2000-01-25 Andy Piper <andy@xemacs.org> | |
1001 | |
1002 * xlwtabs.c (TabsChangeManaged): Make sure we unmanage the hilight | |
1003 widget as well. | |
1004 | |
1005 2000-01-28 Martin Buchholz <martin@xemacs.org> | |
1006 | |
1007 * xlwgauge.c (GaugeConvert): bcopy ==> memcpy | |
1008 | |
1009 2000-01-24 Andy Piper <andy@xemacs.org> | |
1010 | |
1011 * xlwtabs.c (XawTabsSetTop): Unhighlight before changing the | |
1012 stacking order. | |
1013 (XawTabsSetHighlight): Don't unhighlight here. | |
1014 | |
1015 2000-01-22 Martin Buchholz <martin@xemacs.org> | |
1016 | |
1017 * *.h: Use consistent C-standards-approved guard macro names. | |
1018 | |
438 | 1019 2000-01-18 Martin Buchholz <martin@xemacs.org> |
1020 | |
1021 * XEmacs 21.2.27 is released. | |
1022 | |
1023 2000-01-15 Andy Piper <andy@xemacs.org> | |
1024 | |
1025 * lwlib-Xlw.c (lw_update_one_widget): make sure global | |
1026 properties gets set. | |
1027 | |
1028 2000-01-07 Martin Buchholz <martin@xemacs.org> | |
1029 | |
1030 * config.h.in (ATHENA_INCLUDE): CPP trickery to make old cpps happy. | |
1031 This extends support for gcc 2.6 (e.g. on BSD/OS 2.0) | |
1032 | |
1033 * lwlib.c: Fix up memset calls. | |
1034 | |
1035 * lwlib-Xm.c (xm_update_text): Warning suppression. | |
1036 (xm_update_text_field): Warning suppression. | |
1037 | |
1038 2000-01-03 Martin Buchholz <martin@xemacs.org> | |
1039 | |
1040 * lwlib-Xaw.c (xaw_update_one_widget): Emergency fix for this crash: | |
1041 (yes-or-no-p-dialog-box "Yes or No") | |
1042 | |
436 | 1043 1999-12-31 Martin Buchholz <martin@xemacs.org> |
1044 | |
1045 * XEmacs 21.2.26 is released. | |
1046 | |
1047 1999-12-29 Andy Piper <andy@xemacs.org> | |
1048 | |
1049 * xlwtabs.c (TabsHighlight): use displayChildren for highlighting | |
1050 not num_children. | |
1051 (TabsPage): ditto. | |
1052 | |
434 | 1053 1999-12-24 Martin Buchholz <martin@xemacs.org> |
1054 | |
1055 * XEmacs 21.2.25 is released. | |
1056 | |
1057 1999-12-23 Andy Piper <andy@xemacs.org> | |
1058 | |
1059 * lwlib.c (lw_copy_widget_value_args): don't create empty | |
1060 widget_args just because someone might use them later. This makes | |
1061 all widgets look like they've changed. | |
1062 | |
1063 1999-12-22 Andy Piper <andy@xemacs.org> | |
1064 | |
1065 * xlwtabs.c: Fix for X11R5 from Damon Lipparelli | |
1066 <lipp@primus.com>. | |
1067 | |
1068 1999-12-21 Martin Buchholz <martin@xemacs.org> | |
1069 | |
1070 * xlwscrollbar.c (seg_pixel_sizes): ((expr)) ==> (expr) | |
1071 | |
1072 1999-12-12 Daniel Pittman <daniel@danann.net> | |
1073 | |
442 | 1074 * lwlib-Xaw.c: |
434 | 1075 * xlwcheckbox.c: |
1076 * xlwgauge.h: | |
1077 * xlwgaugeP.h: | |
1078 * xlwradio.c: | |
1079 * xlwradio.h: | |
1080 * xlwradioP.h: | |
1081 Clean up Athena widget support: | |
1082 - Athena headers now use dynamic include paths. | |
1083 | |
1084 1999-12-08 Andy Piper <andy@xemacs.org> | |
1085 | |
1086 * xlwtabs.c: sync with Tabs 2.2. | |
1087 * xlwtabP.h: ditto. | |
1088 | |
432 | 1089 1999-12-14 Martin Buchholz <martin@xemacs.org> |
1090 | |
1091 * XEmacs 21.2.24 is released. | |
1092 | |
1093 1999-12-14 Andy Piper <andy@xemacs.org> | |
1094 | |
1095 * xlwtabs.c (TabsResize): reset need_layout so that we don't go | |
1096 into infloop death. | |
1097 | |
1098 1999-12-14 Andy Piper <andy@xemacs.org> | |
1099 | |
1100 * xlwtabs.c (TabsSetValues): re-allocate GCs if font has changed. | |
1101 | |
1102 1999-12-13 Andy Piper <andy@xemacs.org> | |
1103 | |
1104 * xlwtabs.c (TabsResize): We need to expose the tabs after | |
1105 clearing the window they are in. | |
1106 | |
1107 1999-12-08 Andy Piper <andy@xemacs.org> | |
1108 | |
1109 * xlwtabs.c: sync with Tabs 2.1. | |
1110 | |
1111 1999-12-07 Andy Piper <andy@xemacs.org> | |
1112 | |
1113 * lwlib-Xlw.c (lw_lucid_widget_p): make sure we pick up the | |
1114 clip-window as well. | |
1115 | |
430 | 1116 1999-12-07 Martin Buchholz <martin@xemacs.org> |
1117 | |
1118 * XEmacs 21.2.23 is released. | |
1119 | |
1120 1999-12-05 Andy Piper <andy@xemacs.org> | |
1121 | |
1122 * xlwtabs.c: back up to previous rev to make syncing easier. Fix | |
1123 gcc moans. | |
1124 | |
1125 * lwlib-Xaw.c (xaw_update_one_widget): use XtIsSubclass. | |
1126 | |
428 | 1127 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> |
1128 | |
1129 * XEmacs 21.2.22 is released | |
1130 | |
1131 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
1132 | |
1133 * XEmacs 21.2.21 is released. | |
1134 | |
1135 1999-11-26 Martin Buchholz <martin@xemacs.org> | |
1136 | |
1137 * xlwtabs.c: Remove unused variables. Fix warnings. | |
1138 | |
1139 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1140 | |
1141 * XEmacs 21.2.20 is released | |
1142 | |
1143 1999-09-09 Andy Piper <andy@xemacs.org> | |
1144 | |
1145 * xlwtabs.c: updated tabs widget from Ed Falk. | |
1146 * xlwtabs.h: ditto. | |
1147 * xlwtabsP.h: ditto. | |
1148 | |
1149 1999-09-22 Martin Buchholz <martin@xemacs.org> | |
1150 | |
1151 * lwlib-internal.h: | |
1152 * lwlib-utils.h: | |
1153 Move declaration of destroy_all_children from lwlib-internal.h to | |
1154 lwlib-utils.h, where it belongs. | |
1155 | |
1156 1999-09-21 Andy Piper <andy@xemacs.org> | |
1157 | |
1158 * lwlib-Xm.c (xm_update_label): don't clobber pixmap type labels | |
1159 with text. | |
1160 | |
1161 1999-09-22 Martin Buchholz <martin@xemacs.org> | |
1162 | |
1163 * xlwtabs.c: Fix C++ compilability. | |
1164 | |
1165 1999-09-18 Andy Piper <andy@xemacs.org> | |
1166 | |
1167 * xlwtabs.c: Put in tabs sync because clipping should fix useability | |
1168 problems. | |
1169 | |
1170 1999-09-13 Andy Piper <andy@xemacs.org> | |
1171 | |
1172 * xlwtabs.c: Back out tabs sync because of reported useability | |
1173 problems. | |
1174 | |
1175 1999-09-09 Andy Piper <andy@xemacs.org> | |
1176 | |
1177 * xlwtabs.c: updated tabs widget from Ed Falk. | |
1178 * xlwtabs.h: ditto. | |
1179 * xlwtabsP.h: ditto. | |
1180 * xlwgcs.c: ditto. | |
1181 * xlwgcs.h: ditto. | |
1182 | |
1183 1999-09-03 Martin Buchholz <martin@xemacs.org> | |
1184 | |
1185 * xlwgauge.c: Ansify. | |
1186 Include <stdlib.h> to get prototype for atoi(). | |
1187 (GaugeSelect): Call GaugeExpose with the right number of args. | |
1188 (GaugeLoseSel): Call GaugeExpose with the right number of args. | |
442 | 1189 (GaugeConvert): This is a XtConvertSelectionProc, |
428 | 1190 so 5th parameter must be of type XtPointer, not XPointer. |
442 | 1191 (GaugeGetValue): This is a XtTimerCallbackProc, |
428 | 1192 so 2nd parameter must be of type XtIntervalId *, not XtIntervalId. |
442 | 1193 |
428 | 1194 |
1195 1999-09-01 Martin Buchholz <martin@xemacs.org> | |
1196 | |
1197 * lwlib.c (free_widget_value_contents): Use proper type for cast. | |
1198 | |
1199 * xlwradio.c: Use function prototypes everywhere. | |
1200 * xlwcheckbox.c: | |
1201 * xlwradio.c: | |
1202 * xlwradioP.h: Move declarations of non-static functions defined | |
1203 in xlwradio.c into xlwradioP.h. | |
1204 | |
1205 1999-09-02 Andy Piper <andy@xemacs.org> | |
1206 | |
1207 * xlwgcs.c: include xmu.h | |
1208 | |
1209 1999-09-01 Andy Piper <andy@xemacs.org> | |
1210 | |
1211 * xlwgauge.c: rearrange headers yet again. | |
1212 * xlwcheckbox.c: ditto. | |
1213 * xlwradio.c: ditto. | |
1214 * xlwtabs.c: ditto. | |
1215 | |
1216 1999-09-01 Andy Piper <andy@xemacs.org> | |
1217 | |
1218 * xlwgauge.c: use xmu.h | |
1219 * xlwcheckbox.c: ditto. | |
1220 * xlwradio.c: ditto. | |
1221 | |
1222 1999-08-31 Andy Piper <andy@xemacs.org> | |
1223 | |
1224 * xlwtabs.c: | |
1225 * xlwgcs.c: | |
1226 * xlwradio.c: | |
1227 * xlwcheckbox.c: | |
1228 * xlwgauge.c: Fix for losing systems without Xmu. | |
442 | 1229 |
428 | 1230 1999-08-31 Andy Piper <andy@xemacs.org> |
1231 | |
1232 * lwlib-Xm.c (xm_update_one_widget): fix for AIX compiler lossage. | |
1233 | |
1234 1999-08-30 Andy Piper <andy@xemacs.org> | |
1235 | |
1236 * lwlib.c (free_widget_value_contents): be more precise about | |
1237 freeing user defined args. | |
1238 | |
1239 * lwlib-Xaw.c (xaw_update_one_widget): make sure we use val not | |
1240 its contents for hierarchies one deep. | |
1241 | |
1242 1999-08-29 Andy Piper <andy@xemacs.org> | |
1243 | |
1244 * xlwtabs.c: temporary fixes pending a new release. | |
1245 * xlwtabsP.h: ditto. | |
1246 | |
1247 * lwlib-Xm.c (xm_update_one_widget): update user defined args. | |
1248 (xm_create_label): set args after creation as well as before. | |
1249 | |
1250 * lwlib-Xlw.c (xlw_create_tab_control): orient tabs horizontally. | |
1251 (xlw_update_tab_control): actually update the children rather than | |
1252 the parent. | |
1253 | |
1254 * lwlib-Xaw.c (xaw_update_one_widget): update user defined args. | |
1255 (xaw_create_label): set args after creation as well as before. | |
1256 | |
1257 1999-08-23 Andy Piper <andy@xemacs.org> | |
1258 | |
1259 * lwlib-Xm.c (xm_update_label): don't concatenate value to itself. | |
1260 | |
1261 * lwlib-Xm.c (xm_create_label_field): new function for creating labels. | |
1262 (xm_creation_table): use it. | |
1263 | |
1264 * lwlib-Xaw.c (xaw_create_label_field): new function for creating labels. | |
1265 (xaw_creation_table): use it. | |
1266 | |
1267 1999-08-16 Andy Piper <andy@xemacs.org> | |
1268 | |
1269 * lwlib.h: declare free_widget_value_tree. | |
1270 | |
1271 * lwlib.c (free_widget_value_tree): make non-static. | |
1272 | |
1273 * lwlib-Xm.c (xm_update_label): free val_string when updating. | |
1274 | |
1275 1999-08-04 Andy Piper <andy@xemacs.org> | |
1276 | |
1277 * lwlib-Xm.c (mark_dead_instance_destroyed): change so that its | |
1278 defined for widgets. | |
1279 (xm_nosel_callback): ditto. | |
1280 | |
1281 * xlwtabsP.h: sync with 1.5. | |
1282 | |
1283 * xlwtabs.c: sync with 1.18. | |
1284 | |
1285 1999-07-28 Andy Piper <andy@xemacs.org> | |
1286 | |
1287 * xlwtabs.c: new lucid tabs widget from Ed Falk. | |
1288 * xlwtabs.h: ditto. | |
1289 * xlwtabsP.h: ditto. | |
1290 * xlwgcs.c: GC manipulation for tab widgets. | |
1291 * xlwgcs.h: ditto. | |
1292 | |
1293 * xlwgauge.c: new athena gauge widget from Ed Falk. | |
1294 * xlwgauge.h: ditto. | |
1295 * xlwgaugeP.h: ditto. | |
1296 | |
1297 * xlwradio.c: new athena radio widget from Ed Falk. | |
1298 * xlwradio.h: ditto. | |
1299 * xlwradioP.h: ditto. | |
1300 | |
1301 * xlwcheckbox.c: new athena checkbox widget from Ed Falk. | |
1302 * xlwcheckbox.h: ditto. | |
1303 * xlwcheckboxP.h: ditto. | |
1304 | |
1305 * lwlib-utils.c (destroy_all_children): moved from lwlib-Xm.c. | |
1306 | |
1307 * lwlib-internal.h: declare destroy_all_children. | |
1308 | |
1309 * lwlib-config.c: add widget checks. | |
1310 | |
1311 * lwlib-Xm.h: declare xm_create_label; | |
1312 | |
1313 * lwlib-Xm.c (destroy_all_children): move to lwlib-utils.c. | |
1314 (xm_update_label): enable for widgets. | |
1315 (xm_update_one_widget): ditto. | |
1316 (xm_create_button): rename in line with lwlib-Xaw.c | |
1317 (xm_create_progress): ditto. | |
1318 (xm_create_text_field): ditto. | |
1319 (xm_create_combo_box): ditto. | |
1320 (xm_create_label): new function. | |
1321 (xm_creation_table): rename widget creation functions. | |
1322 (xm_destroy_instance): enable for widgets. | |
1323 (xm_generic_callback): ditto. | |
1324 (xm_generic_callback): ditto. | |
1325 | |
1326 * lwlib-Xlw.c (xlw_tab_control_callback): new function. a special | |
1327 callback that calls the correct function depending on what tab is | |
1328 selected. | |
1329 (xlw_create_tab_control): new function. | |
1330 (build_tabs_in_widget): new function. puts tabs in a tab widget, | |
1331 uses Xaw or Xm depending on how XEmacs was compiled. | |
1332 (xlw_update_tab_control): update the resources for each | |
1333 tab. optionally rebuild the contents of the tab widget. | |
1334 (xlw_creation_table): add tab widget creation function. | |
1335 (lw_lucid_widget_p): add tab widget. | |
1336 (xlw_update_one_widget): ditto. | |
1337 | |
1338 * lwlib-Xaw.h: declare xaw_create_label; | |
1339 | |
1340 * lwlib-Xaw.c (lw_xaw_widget_p): add widgets classes. | |
1341 (xaw_update_one_widget): ditto. | |
1342 (xaw_update_one_value): add code from the Xm version. | |
1343 (xaw_generic_callback): add Xm hack for setting command | |
1344 states. beef up lookup of call data. | |
1345 (xaw_create_button): new function. | |
1346 (xaw_create_label): new function for use by tab widget. | |
1347 (xaw_create_progress): new function. | |
1348 (xaw_create_text_field): new function. | |
1349 (xaw_creation_table): add new widget type creation functions. | |
1350 | |
1351 * Makefile.in.in: add dependencies for new lw widgets. | |
1352 | |
1353 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1354 | |
1355 * XEmacs 21.2.19 is released | |
1356 | |
1357 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1358 | |
1359 * XEmacs 21.2.18 is released | |
1360 | |
442 | 1361 1999-07-05 Didier Verna <didier@xemacs.org> |
428 | 1362 |
1363 * lwlib-Xm.c (xm_update_one_widget): add missing #ifdefs around | |
1364 call to xm_update_label. | |
1365 | |
1366 1999-06-28 Andy Piper <andy@xemacs.org> | |
1367 | |
1368 * lwlib-Xm.c: unconditionally enable text field & list code. | |
1369 (make_progress): new function. creates a slider. | |
1370 (make_text_field): new function. creates an edit field. | |
1371 (make_combo_box): new function. creates a combo box. | |
1372 (xm_creation_table): add new widget functions. | |
1373 | |
1374 1999-06-25 Andy Piper <andy@xemacs.org> | |
1375 | |
1376 * lwlib.h (_widget_value): add arglist slots. | |
1377 declare new functions. | |
1378 | |
1379 * lwlib.c (free_widget_value_contents): handle arglists when | |
1380 freeing. | |
1381 (lw_add_value_args_to_args): new function. add arglist entries | |
1382 from a widget_value structure. | |
1383 | |
1384 * lwlib-Xm.c (make_button): new function, create a motif button | |
1385 for display in a buffer as a glyph. | |
1386 (xm_creation_table): add make_button. | |
1387 | |
1388 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1389 | |
1390 * XEmacs 21.2.17 is released | |
1391 | |
1392 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1393 | |
1394 * XEmacs 21.2.16 is released | |
1395 | |
1396 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1397 | |
1398 * XEmacs 21.2.15 is released | |
1399 | |
1400 1999-05-17 Jerry James <jerry@cs.ucsb.edu> | |
1401 | |
1402 * xlwmenu.c (make_shadow_gcs): Test bottom_shadow_pixmap before | |
1403 using it. | |
1404 | |
1405 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1406 | |
1407 * XEmacs 21.2.14 is released | |
1408 | |
1409 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1410 | |
1411 * XEmacs 21.2.13 is released | |
1412 | |
1413 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
1414 | |
1415 * XEmacs 21.2.12 is released | |
1416 | |
1417 1999-02-18 Martin Buchholz <martin@xemacs.org> | |
1418 | |
1419 * lwlib/xlwmenu.c (massage_resource_name): Fix compiler warning | |
1420 - Have to toupper ((int) (unsigned char) x) to be portable. |