[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lwlib/ChangeLog
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/lwlib/ChangeLog |
Date: |
Tue, 30 Apr 2002 15:21:33 -0400 |
Index: emacs/lwlib/ChangeLog
diff -c emacs/lwlib/ChangeLog:1.69 emacs/lwlib/ChangeLog:1.70
*** emacs/lwlib/ChangeLog:1.69 Mon Apr 29 05:10:44 2002
--- emacs/lwlib/ChangeLog Tue Apr 30 15:21:33 2002
***************
*** 17,24 ****
* xrdb.c, xrdb-cpp.c, Imakefile, dispatch.c, dispatch.h:
Remove unused file.
! * lwlib.c (instantiate_widget_instance): Remove duplicated
! prototype.
2002-04-25 Pavel Jan,Bm(Bk <address@hidden>
--- 17,23 ----
* xrdb.c, xrdb-cpp.c, Imakefile, dispatch.c, dispatch.h:
Remove unused file.
! * lwlib.c (instantiate_widget_instance): Remove duplicated prototype.
2002-04-25 Pavel Jan,Bm(Bk <address@hidden>
***************
*** 45,53 ****
2002-04-19 Pavel Jan,Bm(Bk <address@hidden>
These changes allow moving in menu via keyboard.
!
! * xlwmenu.c (xlwMenuTranslations, xlwMenuActionsList): Add
! translations for cursor keys and RET.
(find_next_selectable, find_prev_selectable): New functions used
for finding menu-items.
(Down, Up, Left, Right): New functions.
--- 44,52 ----
2002-04-19 Pavel Jan,Bm(Bk <address@hidden>
These changes allow moving in menu via keyboard.
!
! * xlwmenu.c (xlwMenuTranslations, xlwMenuActionsList):
! Add translations for cursor keys and RET.
(find_next_selectable, find_prev_selectable): New functions used
for finding menu-items.
(Down, Up, Left, Right): New functions.
***************
*** 77,84 ****
2001-12-18 Pavel Jan,Bm(Bk <address@hidden>
! * lwlib.c (separator_names): Add missing braces around
! initializers.
2001-12-08 Pavel Jan,Bm(Bk <address@hidden>
--- 76,82 ----
2001-12-18 Pavel Jan,Bm(Bk <address@hidden>
! * lwlib.c (separator_names): Add missing braces around initializers.
2001-12-08 Pavel Jan,Bm(Bk <address@hidden>
***************
*** 150,162 ****
* lwlib-Xm.c (xm_update_radiobox, update_one_menu_entry)
(xm_update_one_widget): Use XtSetSensitive instead of setting the
! value of XmNsensitive. From Rick Scott
! <address@hidden>.
2000-12-14 Dave Love <address@hidden>
! * xlwmenu.c (gray_bitmap_bits): Remove `unsigned' from
! declaration.
2000-12-11 Dave Love <address@hidden>
--- 148,158 ----
* lwlib-Xm.c (xm_update_radiobox, update_one_menu_entry)
(xm_update_one_widget): Use XtSetSensitive instead of setting the
! value of XmNsensitive. From Rick Scott <address@hidden>.
2000-12-14 Dave Love <address@hidden>
! * xlwmenu.c (gray_bitmap_bits): Remove `unsigned' from declaration.
2000-12-11 Dave Love <address@hidden>
***************
*** 253,260 ****
* xlwmenu.c (x_alloc_nearest_color_for_widget, x_catch_errors)
(x_uncatch_errors, x_had_errors_p, x_clear_errors): Add prototypes
-- should be moved into separate header.
! (make_shadow_gcs) <x_alloc_nearest_color_for_widget>: Cast first
! arg.
(Start) <pop_up_menu>: Cast second arg.
* lwlib.c (P_): Use PROTOTYPES.
--- 249,255 ----
* xlwmenu.c (x_alloc_nearest_color_for_widget, x_catch_errors)
(x_uncatch_errors, x_had_errors_p, x_clear_errors): Add prototypes
-- should be moved into separate header.
! (make_shadow_gcs) <x_alloc_nearest_color_for_widget>: Cast first arg.
(Start) <pop_up_menu>: Cast second arg.
* lwlib.c (P_): Use PROTOTYPES.
***************
*** 331,338 ****
* lwlib.c (copy_widget_value_tree): Copy help string.
(free_widget_value_tree): Free help string.
(merge_widget_value): Handle help string.
! (allocate_widget_info, lw_register_widget, lw_create_widget): Add
! parameter HIGHLIGHT_CB.
(lw_get_widget_instance): New function.
* lwlib-int.h: Add prototype for lw_get_widget_instance.
--- 326,333 ----
* lwlib.c (copy_widget_value_tree): Copy help string.
(free_widget_value_tree): Free help string.
(merge_widget_value): Handle help string.
! (allocate_widget_info, lw_register_widget, lw_create_widget):
! Add parameter HIGHLIGHT_CB.
(lw_get_widget_instance): New function.
* lwlib-int.h: Add prototype for lw_get_widget_instance.
***************
*** 359,366 ****
1999-10-07 Gerd Moellmann <address@hidden>
! * lwlib-Xm.c (make_menu_in_widget, update_one_menu_entry): Use
! widgets instead of gadgets to be able to set colors.
1999-09-17 Richard Stallman <address@hidden>
--- 354,361 ----
1999-10-07 Gerd Moellmann <address@hidden>
! * lwlib-Xm.c (make_menu_in_widget, update_one_menu_entry):
! Use widgets instead of gadgets to be able to set colors.
1999-09-17 Richard Stallman <address@hidden>
***************
*** 369,376 ****
1999-09-14 Gerd Moellmann <address@hidden>
! * lwlib.c (lw_separator_p): Check for new-style separators
! differently.
1999-09-10 Gerd Moellmann <address@hidden>
--- 364,370 ----
1999-09-14 Gerd Moellmann <address@hidden>
! * lwlib.c (lw_separator_p): Check for new-style separators differently.
1999-09-10 Gerd Moellmann <address@hidden>
***************
*** 383,390 ****
1999-09-03 Gerd Moellmann <address@hidden>
! * xlwmenu.c (make_shadow_gcs): Call
! x_alloc_nearest_color_for_widget.
1999-07-12 Gerd Moellmann <address@hidden>
--- 377,383 ----
1999-09-03 Gerd Moellmann <address@hidden>
! * xlwmenu.c (make_shadow_gcs): Call x_alloc_nearest_color_for_widget.
1999-07-12 Gerd Moellmann <address@hidden>
***************
*** 406,413 ****
(size_menu_item): Call it.
* lwlib-Xm.c (all_dashes_p): Removed.
! (make_menu_in_widget): Use lw_separator_p. Set Motif separator
! type.
* lwlib.c (lw_separator_p): New.
--- 399,405 ----
(size_menu_item): Call it.
* lwlib-Xm.c (all_dashes_p): Removed.
! (make_menu_in_widget): Use lw_separator_p. Set Motif separator type.
* lwlib.c (lw_separator_p): New.
***************
*** 755,761 ****
1995-02-15 Paul Reilly <address@hidden>
* Makefile.in (ALL_CFLAGS): Allow include files to be found in
! `srcdir'.
1995-02-07 Richard Stallman <address@hidden>
--- 747,753 ----
1995-02-15 Paul Reilly <address@hidden>
* Makefile.in (ALL_CFLAGS): Allow include files to be found in
! `srcdir'.
1995-02-07 Richard Stallman <address@hidden>
***************
*** 807,813 ****
1994-10-02 Paul Reilly <address@hidden>
* xlwmenu.c (display_menu_item): Add support for displaying the
! title in pop up menus.
* lwlib.c (lw_set_main_areas): Use xm_set_main_areas().
(lw_manage_resizing): Use xm_manage_resizing() for Emacs/Motif.
--- 799,805 ----
1994-10-02 Paul Reilly <address@hidden>
* xlwmenu.c (display_menu_item): Add support for displaying the
! title in pop up menus.
* lwlib.c (lw_set_main_areas): Use xm_set_main_areas().
(lw_manage_resizing): Use xm_manage_resizing() for Emacs/Motif.
***************
*** 815,824 ****
1994-09-25 Paul Reilly <address@hidden>
* lwlib-Xaw.c (xaw_create_main): New function to support the
! toolkit independent creation of the main Emacs widget. *
! lwlib-Xlw.c (xlw_create_menubar): When compiling under Emacs, set
! resizing resources to disable showGrip and to enable both
! resizeToPreferred and allowShellResize.
* lwlib-Xm.h: Declare xm_set_main_areas, xm_manage_resizing.
--- 807,816 ----
1994-09-25 Paul Reilly <address@hidden>
* lwlib-Xaw.c (xaw_create_main): New function to support the
! toolkit independent creation of the main Emacs widget. *
! lwlib-Xlw.c (xlw_create_menubar): When compiling under Emacs, set
! resizing resources to disable showGrip and to enable both
! resizeToPreferred and allowShellResize.
* lwlib-Xm.h: Declare xm_set_main_areas, xm_manage_resizing.
***************
*** 838,850 ****
1994-09-16 Paul Reilly <address@hidden>
* lwlib-Xm.c (make_main): New function to support toolkit
! independent creation of the main Emacs widget.
(make_destroyed_instance): Use safe_strdup() instead of strdup().
* lwlib-int.h: Declare safe_strdup.
* lwlib.c (lw_refigure_widget): New function. Handle geometry
! management inside lwlib instead of in Emacs.
(lw_window_is_in_menubar): New function. Determine if the pointer
is in a menubar.
(lw_set_main_areas): New function. Set the main window widgets for
--- 830,842 ----
1994-09-16 Paul Reilly <address@hidden>
* lwlib-Xm.c (make_main): New function to support toolkit
! independent creation of the main Emacs widget.
(make_destroyed_instance): Use safe_strdup() instead of strdup().
* lwlib-int.h: Declare safe_strdup.
* lwlib.c (lw_refigure_widget): New function. Handle geometry
! management inside lwlib instead of in Emacs.
(lw_window_is_in_menubar): New function. Determine if the pointer
is in a menubar.
(lw_set_main_areas): New function. Set the main window widgets for
***************
*** 857,864 ****
Xt{Na,CA}llowResize.
* xlwmenu.c (Start): Use pop_up_menu() to post the submenus.
! (Select): Remove the pointer grab when popping down a menubar
! submenu.
(pop_up_menu): Handle popping up submenus from a menubar, i.e. when
the menu widget parent is not a shell widget.
--- 849,855 ----
Xt{Na,CA}llowResize.
* xlwmenu.c (Start): Use pop_up_menu() to post the submenus.
! (Select): Remove the pointer grab when popping down a menubar submenu.
(pop_up_menu): Handle popping up submenus from a menubar, i.e. when
the menu widget parent is not a shell widget.
***************
*** 1100,1107 ****
* Makefile (xrdb-cpp.o, lwlib.o): Use $(srcdir) and file name
instead of $*.
(dispatch.o, xrdb.o, lwlib-Xm.o): Rules removed; they were
! superfluous and didn't work when configured outside srcdir. The
! implicit .c.o rule works fine.
1994-01-21 Richard Stallman (address@hidden)
--- 1091,1098 ----
* Makefile (xrdb-cpp.o, lwlib.o): Use $(srcdir) and file name
instead of $*.
(dispatch.o, xrdb.o, lwlib-Xm.o): Rules removed; they were
! superfluous and didn't work when configured outside srcdir.
! The implicit .c.o rule works fine.
1994-01-21 Richard Stallman (address@hidden)
***************
*** 1124,1129 ****
;; End:
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002
! Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted provided the copyright notice and this notice are preserved.
--- 1115,1120 ----
;; End:
Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002
! Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted provided the copyright notice and this notice are preserved.
- [Emacs-diffs] Changes to emacs/lwlib/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/lwlib/ChangeLog, Pavel Janík, 2002/04/19
- [Emacs-diffs] Changes to emacs/lwlib/ChangeLog, Pavel Janík, 2002/04/20
- [Emacs-diffs] Changes to emacs/lwlib/ChangeLog, Jan Djärv, 2002/04/22
- [Emacs-diffs] Changes to emacs/lwlib/ChangeLog, Pavel Janík, 2002/04/25
- [Emacs-diffs] Changes to emacs/lwlib/ChangeLog, Pavel Janík, 2002/04/28
- [Emacs-diffs] Changes to emacs/lwlib/ChangeLog, Pavel Janík, 2002/04/28
- [Emacs-diffs] Changes to emacs/lwlib/ChangeLog, Pavel Janík, 2002/04/28
- [Emacs-diffs] Changes to emacs/lwlib/ChangeLog, Pavel Janík, 2002/04/28
- [Emacs-diffs] Changes to emacs/lwlib/ChangeLog, Jan Djärv, 2002/04/28
- [Emacs-diffs] Changes to emacs/lwlib/ChangeLog, Pavel Janík, 2002/04/29
- [Emacs-diffs] Changes to emacs/lwlib/ChangeLog,
Stefan Monnier <=