aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-01-07 15:20:21 +0000
committerJuanma Barranquero2008-01-07 15:20:21 +0000
commit79a2d0fc1690717cd7528943ad60723a4402e4d4 (patch)
treeda94b8730ea7a1fa42ac9e17440a0d88a9684038
parent93244c5ae5537f846db05bbcc3ecb52cf52228fd (diff)
downloademacs-79a2d0fc1690717cd7528943ad60723a4402e4d4.tar.gz
emacs-79a2d0fc1690717cd7528943ad60723a4402e4d4.zip
*** empty log message ***
-rw-r--r--lwlib/ChangeLog24
1 files changed, 11 insertions, 13 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 75597a9549e..1dca85fbfc7 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,4 +1,4 @@
12007-08-29 Karoly Lorentey <lorentey@elte.hu> 12007-08-29 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu>
2 2
3 * xlwmenu.c (XlwMenuRealize): Ignore X errors while setting up 3 * xlwmenu.c (XlwMenuRealize): Ignore X errors while setting up
4 cursor shape. 4 cursor shape.
@@ -34,7 +34,7 @@
34 * xlwmenuP.h (_XlwMenu_part): Add enter/leave callbacks and 34 * xlwmenuP.h (_XlwMenu_part): Add enter/leave callbacks and
35 inside_entry. 35 inside_entry.
36 36
37 * lwlib-Xlw.c (enter_hook, leave_hook): New functions 37 * lwlib-Xlw.c (enter_hook, leave_hook): New functions.
38 (xlw_create_menubar, xlw_create_popup_menu): Connect XtNenter/leave 38 (xlw_create_menubar, xlw_create_popup_menu): Connect XtNenter/leave
39 to enter/leave_hook. 39 to enter/leave_hook.
40 40
@@ -59,9 +59,8 @@
59 59
602005-09-27 Dan Nicolaescu <dann@ics.uci.edu> 602005-09-27 Dan Nicolaescu <dann@ics.uci.edu>
61 61
62 * xlwmenu.c (find_next_selectable): 62 * xlwmenu.c (find_next_selectable, find_prev_selectable):
63 (find_prev_selectable): Add missing parameter 63 Add missing parameter declarations.
64 declarations.
65 64
662005-09-24 Dan Nicolaescu <dann@ics.uci.edu> 652005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
67 66
@@ -86,7 +85,7 @@
86 * xlwmenu.c (string_width): 85 * xlwmenu.c (string_width):
87 (MENU_FONT_HEIGHT, MENU_FONT_ASCENT): Ditto. 86 (MENU_FONT_HEIGHT, MENU_FONT_ASCENT): Ditto.
88 (display_menu_item, make_drawing_gcs, XlwMenuInitialize) 87 (display_menu_item, make_drawing_gcs, XlwMenuInitialize)
89 (XlwMenuSetValues): Use font if fontSet is NULL, use only 88 (XlwMenuSetValues): Use font if fontSet is NULL, use only
90 font for !HAVE_X_I18N. 89 font for !HAVE_X_I18N.
91 (xlwMenuResources): Add fontSet resource. 90 (xlwMenuResources): Add fontSet resource.
92 91
@@ -172,8 +171,7 @@
172 * lwlib-Xlw.c (xlw_popup_menu): Replace call to pop_up_menu with 171 * lwlib-Xlw.c (xlw_popup_menu): Replace call to pop_up_menu with
173 XtCallActionProc ("start"). Use a full XEvent since "start" copies it. 172 XtCallActionProc ("start"). Use a full XEvent since "start" copies it.
174 173
175 * lwlib-Xaw.c (make_dialog): Add override so dialog pops down 174 * lwlib-Xaw.c (make_dialog): Add override so dialog pops down on ESC.
176 on ESC.
177 (wm_delete_window): If widget isn't a shell, use the parent. 175 (wm_delete_window): If widget isn't a shell, use the parent.
178 176
1792003-05-22 Dave Love <fx@gnu.org> 1772003-05-22 Dave Love <fx@gnu.org>
@@ -589,7 +587,7 @@
589 Add support for large files, plus some locale improvements. 587 Add support for large files, plus some locale improvements.
590 588
591 * dispatch.c, lwlib-Xaw.c, lwlib-Xlw.c, lwlib-Xm.c, lwlib.c, xlwmenu.c, 589 * dispatch.c, lwlib-Xaw.c, lwlib-Xlw.c, lwlib-Xm.c, lwlib.c, xlwmenu.c,
592 xrdb-cpp.c, xrdb.c: 590 * xrdb-cpp.c, xrdb.c:
593 Include <config.h> before any system include files. 591 Include <config.h> before any system include files.
594 592
595 * lwlib-Xm.c, lwlib.c: 593 * lwlib-Xm.c, lwlib.c:
@@ -684,7 +682,7 @@
684 682
6851999-07-12 Gerd Moellmann <gerd@gnu.org> 6831999-07-12 Gerd Moellmann <gerd@gnu.org>
686 684
687 * xlwmenu.c (make_shadow_gcs) ]emacs]: Use x_alloc_nearest_color. 685 * xlwmenu.c (make_shadow_gcs) [emacs]: Use x_alloc_nearest_color.
688 686
689 * lwlib.c (merge_widget_value): Handle button_type. 687 * lwlib.c (merge_widget_value): Handle button_type.
690 (copy_widget_value_tree): Copy button_type. 688 (copy_widget_value_tree): Copy button_type.
@@ -977,7 +975,7 @@
977 975
978 * lwlib-Xm.c: Remove function prototypes. 976 * lwlib-Xm.c: Remove function prototypes.
979 (xm_pop_down_callback): Call the deactivation callback only when 977 (xm_pop_down_callback): Call the deactivation callback only when
980 popping down the top level submenu. 978 popping down the top level submenu.
981 979
9821995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> 9801995-04-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
983 981
@@ -1006,7 +1004,7 @@
1006 1004
10071994-11-08 Paul Reilly <pmr@duality.gnu.ai.mit.edu> 10051994-11-08 Paul Reilly <pmr@duality.gnu.ai.mit.edu>
1008 1006
1009 * lwlib-Xm.c (make_menu_in_widget): Differentiate a separator 1007 * lwlib-Xm.c (make_menu_in_widget): Differentiate a separator
1010 entry ("--") from a title. 1008 entry ("--") from a title.
1011 (xm_pop_down_callback): Filter all but the last pop down callbacks. 1009 (xm_pop_down_callback): Filter all but the last pop down callbacks.
1012 1010
@@ -1057,7 +1055,7 @@
1057 1055
1058 * lwlib-Xm.h: Declare xm_set_main_areas, xm_manage_resizing. 1056 * lwlib-Xm.h: Declare xm_set_main_areas, xm_manage_resizing.
1059 1057
1060 * lwlib-Xm.c: (make_menu_in_widget): Add support for displaying a 1058 * lwlib-Xm.c (make_menu_in_widget): Add support for displaying a
1061 title in pop up menus. 1059 title in pop up menus.
1062 (make_main, xm_set_main_areas, xm_manage_resizing): New functions to 1060 (make_main, xm_set_main_areas, xm_manage_resizing): New functions to
1063 create and manage a Motif Main Window widget. 1061 create and manage a Motif Main Window widget.