(kill-comment): Fixed by rewriting it with syntax-tables rather than regexps
[emacs.git] / lwlib / ChangeLog
blobabbe7ef113413cc078a754e78dbb2d6047fbcf12
1 1999-10-19  Paul Eggert  <eggert@twinsun.com>
2         
3         Add support for large files, plus some locale improvements.
5         * dispatch.c, lwlib-Xaw.c, lwlib-Xlw.c, lwlib-Xm.c, lwlib.c, xlwmenu.c,
6         xrdb-cpp.c, xrdb.c:
7         Include <config.h> before any system include files.
9         * lwlib-Xm.c, lwlib.c:
10         Do not include <stdlib.h> or <string.h>, as <config.h> does this.
11         
12 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
14         * lwlib-Xm.c (make_menu_in_widget, update_one_menu_entry): Use
15         widgets instead of gadgets to be able to set colors.
17 1999-09-17  Richard Stallman  <rms@gnu.org>
19         * lwlib-Xaw.c (wm_delete_window): Check all the shell's children,
20         not just the first, to find the dialog box.
22 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
24         * lwlib.c (lw_separator_p): Check for new-style separators
25         differently.
27 1999-09-10  Gerd Moellmann  <gerd@gnu.org>
29         * lwlib.c (lw_separator_p): Add `--:space' with the same 
30         meaning as `--:noLine'.
32 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
34         * lwlib.c (lw_separator_p): Add alternative separator type names.
36 1999-09-03  Gerd Moellmann  <gerd@gnu.org>
38         * xlwmenu.c (make_shadow_gcs): Call
39         x_alloc_nearest_color_for_widget.
41 1999-07-12  Richard Stallman  <rms@gnu.org>
43         * Version 20.4 released.
45 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
47         * Version 20.3 released.
49 1998-07-30  Paul Eggert  <eggert@twinsun.com>
51         * lwlib/Makefile.in (lwlib-utils.o, lwlib.o, lwlib-Xlw.o)
52         (lwlib-Xaw.o, lwlib-Xm.o, lwlib-Xol.o, lwlib-Xolmb.o): 
53         Add dependencies to corresponding .c files. for Solaris 2.x VPATH make.
55 1998-04-06  Andreas Schwab  <schwab@gnu.org>
57         * lwlib.c: Always declare xmalloc.
58         [USE_XAW]: Include <X11/Xaw/Paned.h>.
59         (lwlib_memset, lwlib_bcopy): Explicitly declare return type.
61 1997-12-20  Richard Stallman  <rms@delysid.gnu.org>
63         * lwlib-Xm.c (update_one_menu_entry):
64         Add conditional in case XmNpositionIndex is missing.
66 1997-12-20  Richard Stallman  <rms@psilocin.gnu.org>
68         * lwlib-Xm.c (update_one_menu_entry):
69         Add conditional in case XmNpositionIndex is missing.
71 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
73         * Version 20.2 released.
75         * xlwmenu.c (motion_event_is_in_menu): Extend the left and
76         top windows by the shadow width.
78 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
80         * Version 20.1 released.
82 1997-07-23  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
84         * xlwmenu.c (display_menu): If an item is disabled,
85         don't display its submenu (if any).
87 1997-05-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
89         * xlwmenu.c (pop_up_menu): Update the call to x_catch_errors.
91 1997-01-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
93         * xlwmenu.c (fit_to_screen): If new menu would overlap the previous
94         one from the side, try moving it up or down.
96 1996-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
98         * Version 19.33 released.
100         * lwlib-Xm.c (update_one_menu_entry): Fix previous change:
101         When XmIsCascadeButton, don't call XmCreateCascadeButtonGadget,
102         just modify the existing one.
103         
104 1996-08-09  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
106         * lwlib.c (merge_widget_value): Undo previous change.
107         
108         * lwlib-Xm.c (update_one_menu_entry): When creating a pulldown
109         in an existing but empty menu item, in order to get a new functional
110         pulldown, the menu item must be switched from an XmPushButtonGadget
111         into a XmCascadeButtonGadget.
113 1996-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
115         * Version 19.32 released.
117 1996-07-31  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
119         * lwlib-Xm.c (make_menubar): Turn off menu accelerator.
121 1996-07-24  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
123         * lwlib.c (merge_widget_value) [USE_MOTIF]: Pass along the change
124         flag from merged_contents.
126 1996-07-13  Karl Heuer  <kwzh@gnu.ai.mit.edu>
128         * lwlib-Xm.c (xm_update_menu): Fix loop termination test.
130 1996-07-07  Karl Heuer  <kwzh@gnu.ai.mit.edu>
132         * lwlib-Xm.h, lwlib-Xm.c, lwlib.h, lwlib.c: Undo previous change.
134 1996-07-03  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
136         * lwlib-Xm.h: Declare lw_motif_menu_related_event_p.
138         * lwlib-Xm.c (lw_motif_menu_related_event_p): A predicate to
139         identify keyboard events intended only for menus.
141         * lwlib.h: Declare lw_toolkit_related_event_p.
143         * lwlib.c (lw_toolkit_related_event_p): A predicate to identify
144         toolkit-specific events.
146 1996-06-07  Marcus Daniels  <marcus@sayre.sysc.pdx.edu>
148         * lwlib-Xm.c (make_menu_in_widget): Set mapping delay
149         for cascade buttons to zero.
151 1996-05-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
153         * Version 19.31 released.
155 1996-03-31  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
157         * lwlib-Xm.c (destroy_all_children): When freeing a cascade button,
158         free its submenu too.
159         (make_menu_in_widget): Use a cascade button gadget, not a widget.
160         Include Xm/CascadeBG.h.
162 1996-03-29  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
164         * Makefile.in (tags): New target.
166 1996-03-28  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
168         * Makefile.in (TAGS): Renamed from `tags' and fixed to work.
170 1996-03-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
172         * Makefile.in (xlwmenu.o): New explicit target.
174 1996-03-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
176         * lwlib.h (struct widget_value): New field this_one_change.
177         * lwlib.c (merge_widget_value): Set the this_one_change field.
178         * lwlib-Xm.c (destroy_all_children): New arg first_child_to_destroy.
179         (make_menu_in_widget): New arg keep_first_children.
180         (xm_update_menu): Preserve the first children even if later ones
181         have a structural change.
182         (update_one_menu_entry): Use this_one_change field.
184 1996-03-01  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
186         * xlwmenu.c (motion_event_is_in_menu): Make x and y signed.
188 1996-02-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
190         * lwlib.c (lw_window_is_in_menubar) [USE_MOTIF]:
191         With Motif, the window WIN can be the menu bar widget itself.
193 1996-02-21  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
195         * lwlib.c (free_widget_value_tree, merge_widget_value):
196         Use XtFree for the toolkit_data.
198 1996-02-19  Karl Heuer  <kwzh@gnu.ai.mit.edu>
200         * lwlib.c (lw_internal_update_other_instances): Move static var
201         outside the function, and rename it to lwlib_updating.
203 1996-01-04  Paul Eggert  <eggert@twinsun.com>
205         * lwlib.c (instantiate_widget_instance): Renamed from
206         instanciate_widget_instance (spelling correction).
207         All callers changed.
209 1995-12-31  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
211         * xlwmenu.c (xlwMenuActionsList): Add "key" and "nothing".
212         (xlwMenuTranslations): Add translations for Key, KeyUp,
213         and for the modifier keysyms.
214         (Nothing, Key): New functions.
216 1995-12-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
218         * xlwmenu.c (XlwMenuSetValues): Do redisplay if non-null contents
219         get replaced by empty contents.
221         * lwlib.c (merge_widget_value): Treat disappearance of entire contents
222         as a STRUCTURAL_CHANGE.
224 1995-12-20  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
226         * lwlib-utils.c: Add #undef for index and rindex.
228 1995-11-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
230         * Version 19.30 released.
232 1995-11-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
234         * xlwmenu.c (display_menu_item): Fix previous change.
236 1995-11-04  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
238         * xlwmenu.c (display_menu_item): Don't treat buttons specially.
240 1995-08-14  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
242         * Makefile.in (RANLIB): Get this var from configure.
244 1995-08-02  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
246         * lwlib.c (lw_popup_menu): New arg `event', passed along.
247         * lwlib-Xlw.c (xlw_popup_menu): New arg `event'.
248         * lwlib-Xm.c (xm_popup_menu): New arg `event'.
250 1995-06-19  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
252         * Version 19.29 released.
254 1995-06-11  Richard Stallman  <rms@gnu.ai.mit.edu>
256         * lwlib.c (lwlib_toolkit_type): New variable.
258 1995-05-26  Richard Stallman  <rms@gnu.ai.mit.edu>
260         * xlwmenu.c (Drag): Do nothing unless menu.popped_up field is set.
262 1995-05-22  Karl Heuer  <kwzh@hal.gnu.ai.mit.edu>
264         * xlwmenu.c (XlwMenuInitialize): Cast XCreatePixmapFromBitmapData args.
266 1995-05-20  Karl Heuer  <kwzh@nutrimat.gnu.ai.mit.edu>
268         * lwlib.c: Don't use prototype.
269         * lwlib-Xm.c (activate_button, xm_update_cascadebutton): Likewise.
271 1995-05-05  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
273         * lwlib.c (lw_refigure_widget) [USE_MOTIF]: Fix backward if.
275 1995-05-04  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
277         * Makefile.in (ALL_CFLAGS): Add -I../src.
279 1995-05-03  Morten Welinder  <terra+@cs.cmu.edu>
281         * lwlib.c [__osf__]: Include string.h and stdlib.h.
282         [__osf__] (xmalloc): Declared.
284 1995-04-13  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
286         * lwlib-Xm.c (update_one_menu_entry, make_menu_in_widget):
287         Specify more useful names in XmCreatePulldownMenu calls.
289         * lwlib-Xaw.c (xaw_pop_instance): Make x, y, w, h unsigned.
291         * xlwmenu.c (size_menu): Make height and label_width unsigned.
292         (fit_to_screen): Make screen_width and screen_height unsigned.
293         (motion_event_is_in_menu): Make x, y unsigned.
295 1995-04-09  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
297         * lwlib-utils.c: If HAVE_CONFIG_H, include config.h.
299         * Makefile.in (ALL_CFLAGS): Define HAVE_CONFIG_H.
300         Add -I${srcdir}/../src.
301         
302 1995-04-08  Paul Reilly  <pmr@geech.gnu.ai.mit.edu>
304         * lwlib-Xm.c: Remove function prototypes.
305         (xm_pop_down_callback): Call the deactivation callback only when
306         popping down the top level submenu.
308 1995-04-07  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
310         * Makefile.in (lwlib.o): Depend on Makefile.
312         * lwlib-Xm.h: Remove function prototypes.
314         * lwlib-Xm.c (remove_grabs): Use type Widget for `menu'.
316 1995-02-15  Paul Reilly  <pmr@geech.gnu.ai.mit.edu>
318         * Makefile.in (ALL_CFLAGS): Allow include files to be found in
319         `srcdir'.
321 1995-02-07  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
323         * Makefile.in (maintainer-clean): Renamed from realclean.
325 1994-11-28  Richard Stallman  <rms@bethel>
327         * lwlib-int.h (safe_strdup): Don't use ANSI argument prototype.
329 1994-11-15  Paul Reilly  <pmr@duality.gnu.ai.mit.edu>
331         * lwlib.c (lw_refigure_widget): Use the macro USE_XAW rather than XAW.
333 1994-11-08  Paul Reilly  <pmr@duality.gnu.ai.mit.edu>
335         * lwlib-Xm.c (make_menu_in_widget):  Differentiate a separator
336         entry ("--") from a title.
337         (xm_pop_down_callback): Filter all but the last pop down callbacks.
339 1994-11-07  Paul Reilly  <pmr@duality.gnu.ai.mit.edu>
341         * lwlib-Xm.c (update_one_menu_entry): Use the parent of the
342         cascade button as the parent of the pulldown, rather than the
343         cascade button itself.  This works around a Motif SIGSEGV in the
344         function `InSharedMenuHierarchy'.
346 1994-10-29  Richard Stallman  <rms@duality.gnu.ai.mit.edu>
348         * xlwmenu.c (xlwmenu_default_font): New global variable.
349         (XlwMenuInitialize): Use xlwmenu_default_font to default
350         the font if necessary.  Make mw, itself, an argument.
352 1994-10-26  Richard Stallman  <rms@duality.gnu.ai.mit.edu>
354         * xlwmenu.c (pop_up_menu): Pass a Display * to x_catch_errors, etc.
356 1994-10-26  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
358         * xlwmenu.c (xlwmenu_default_font): New global variable.
359         (XlwMenuInitialize): Use xlwmenu_default_font to default
360         the font if necessary.  Make mw, itself, an argument.
362         * xlwmenu.c (pop_up_menu): Pass a Display * to x_catch_errors, etc.
364 1994-10-08  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
366         * xlwmenu.c (fit_to_screen): Don't put the menu off the left or top.
368 1994-10-02  Paul Reilly  <pmr@geech.gnu.ai.mit.edu>
370         * xlwmenu.c (display_menu_item): Add support for displaying the
371         title in pop up menus.
373         * lwlib.c (lw_set_main_areas): Use xm_set_main_areas().
374         (lw_manage_resizing): Use xm_manage_resizing() for Emacs/Motif.
376 1994-09-25  Paul Reilly  <pmr@geech.gnu.ai.mit.edu>
378         * lwlib-Xaw.c (xaw_create_main): New function to support the
379         toolkit independent creation of the main Emacs widget.  *
380         lwlib-Xlw.c (xlw_create_menubar): When compiling under Emacs, set
381         resizing resources to disable showGrip and to enable both
382         resizeToPreferred and allowShellResize.
384         * lwlib-Xm.h: Declare xm_set_main_areas, xm_manage_resizing.
386         * lwlib-Xm.c: (make_menu_in_widget): Add support for displaying a
387         title in pop up menus.
388         (make_main, xm_set_main_areas, xm_manage_resizing): New functions to
389         create and manage a Motif Main Window widget.
391         * xlwmenu.c: Add #include <X11/ObjectP.h> for X11R4.
393 1994-09-18  Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
395         * lwlib-Xm.c (make_dialog): When there is more than two pushbuttons,
396         set XmPACK_TIGHT and XmHORIZONTAL to the rowcolumn.  Also add a
397         margin of 10 pixels.
399 1994-09-16  Paul Reilly <pmr@geech.gnu.ai.mit.edu>
401         * lwlib-Xm.c (make_main): New function to support toolkit
402         independent creation of the main Emacs widget.
403         (make_destroyed_instance): Use safe_strdup() instead of strdup().
405         * lwlib-int.h: Declare safe_strdup.
407         * lwlib.c (lw_refigure_widget): New function.  Handle geometry
408         management inside lwlib instead of in Emacs.
409         (lw_window_is_in_menubar): New function.  Determine if the pointer
410         is in a menubar.
411         (lw_set_main_areas): New function.  Set the main window widgets for
412         Motif.
414         * lwlib.h: Declare lw_refigure_widget(), lw_window_is_in_menubar(),
415         lw_set_main_areas().
417         * xlwmenu.h: Define Xt{Ns,CS}howGrip, Xt{Nr,CR}esizeToPreferred, and
418         Xt{Na,CA}llowResize.
420         * xlwmenu.c (Start): Use pop_up_menu() to post the submenus.
421         (Select): Remove the pointer grab when popping down a menubar
422         submenu.
423         (pop_up_menu): Handle popping up submenus from a menubar, i.e. when
424         the menu widget parent is not a shell widget.
426 1994-08-25  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
428         * xlwmenu.c (pop_up_menu): Clear next_release_must_exit.
429         (Start): Clear next_release_must_exit when popping up the menu.
431 1994-08-24  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
433         * xlwmenu.c (Start): Set menu_post_event or next_release_must_exit.
434         (Select): Do nothing if the menu should be left posted.
436 1994-07-28  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
438         * xlwmenu.c (make_windows_if_needed, pop_up_menu):
439         Enable mouse motion events even when no button down.
441 1994-07-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
443         * xlwmenu.c (pointer_grabbed): New variable.
444         (pop_up_menu): Set the variable.
445         (XlwMenuDestroy): Maybe call XtUngrabPointer.
447 1994-05-25  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
449         * lwlib.c (max): Function deleted.  Define as macro instead,
450         but only if not already defined.
452 1994-05-20  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
454         * xlwmenu.c (xlwMenuResources): Use XtRDimension for shadow thickness.
456 1994-05-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
458         * lwlib-Xaw.c (xaw_pop_instance): Use XtSetValues, not XtMoveWidget.
460 1994-05-16  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
462         * lwlib.c (lwlib_memset: New function, used instead of memset.
463         All callers changed.
464         * lwlib.c (lwlib_bcopy): New function.
465         * lwlib-utils.c (XtApplyToWidgets): Use lwlib_bcopy.
467         * lwlib.c: Delete definitions for use of alloca.
468         (name_to_widget): Use xmalloc, not alloca.
470 1994-05-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
472         * xlwmenu.c (XlwMenuDestroy): Set new var submenu_destroyed.
473         (XlwMenuRedisplay): If it's set, truncate the old_depth to 1.
475 1994-05-09  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
477         * xrdb-cpp.c: Don't include string.h, unistd.h, stdlib.h.
478         * lwlib-Xaw.c: Don't include string.h, unistd.h, stdlib.h.
479         * lwlib-utils.c (XtApplyToWidgets): Use bcopy, not memcpy.
480         * lwlib-utils.c: Don't include string.h, unistd.h, stdlib.h, memory.h.
481         * xlwmenu.c: Don't include string.h, unistd.h, stdlib.h.
482         * lwlib.c: Don't include string.h, unistd.h, stdlib.h.
483         (safe_strdup): No longer static.
484         * lwlib-Xm.c: Use safe_strdup, not strdup.
486         * xlwmenu.c (string_width): No longer static.
488 1994-05-06  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
490         * xlwmenuP.h (struct _XlwMenu_part): Use Pixel and Cursor
491         for foreground and cursor_shape fields.
493         * xlwmenu.c (XlwMenuSetValues): Check for change of font.
495 1994-04-28  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
497         * Makefile.in: Delete all SRCS variables (unused).
498         (lwlib.o, xrdb-cpp.o): Mention srcdir in dep.
500 1994-04-15  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
502         * Makefile.in (ALL_CFLAGS): Don't define THIS_IS_X11R4.
504         * xrdb.c: Define HAVE_X11R5 as in xterm.h.
505         Include X11/Xlib.h, X11/cursorfont.h and X11/Xutil.h.
506         (_XtDisplayInitialize): Test HAVE_X11R5.
508         * dispatch.c: Define HAVE_X11R5 as in xterm.h.
509         Include X11/Xlib.h, X11/cursorfont.h and X11/Xutil.h.
510         (_XtConvertTypeToMask): Conditionalize on HAVE_X11R5.
511         (WouldDispatchEvent): Likewise.
513 1994-04-12  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
515         * lwlib-Xaw.c (xaw_generic_callback): Declare without arg names.
517 1994-04-01  Frederic Pierresteguy  (fp@hal.gnu.ai.mit.edu)
519         * lwlib-Xaw.c (make_dialog): Don't allow any geometry request from the 
520         user.
522 1994-03-22  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
524         * xlwmenu.c (XlwMenuResize): Don't allow the popup menu to resize 
525         itself. Therefore reset the size to its initial value.
527 1994-03-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
529         * lwlib-Xaw.c (xaw_update_one_widget): Finish replacing XtVaSetValues.
530         Don't test for scrollbar widget.
532 1994-03-14  Frederic Pierresteguy  (fp@gnu.ai.mit.edu)
534         * lwlib-int.h: Declare lw_get_widget_info.
536         * lwlib.c (lw_get_widget_info): Comment out arg in function decl.
538         * lwlib-Xaw.h: Comment out args in function decls.
539         * lwlib-Xaw.c: Convert all function definitions to non-prototype K&R.
540         (xaw_update_one_widget - case dialogWidgetClass): Call XtSetValues,
541         not XtVaSetValues.
543 1994-03-11  Frederic Pierresteguy  (F.Pierresteguy@frcl.bull.fr)
545         * xlwmenu.c (display_menu_item): Modify parameters to draw_arrow to
546         right justify the arrow in the pane.
548         * lwlib.c: If not defined USE_MOTIF and defined USE_LUCID then
549         define USE_XAW.
551         * Makefile.in (LUCID_SRCS, LUCID_OBJS): Add the target lwlib-Xaw.[oc].
553         * lwlib.c, lwlib-int.h: Merged from Lucid 19.9 release.
554         * lwlib.c (_AIX): Replace the AIXV3 directive.
555         (USE_XAW): New macro to conditionalize the use of the athena toolkit.
556         (lw_get_widget_info): New function.
557         (set_one_value): Handle USE_XAW.
558         (instanciate_widget_instance): Likewise.
559         (destroy_one_instance): Likewise.
560         (lw_pop_all_widgets): Likewise.
561         (lw_pop_down_all_widgets): Likewise.
562         (get_one_value): Likewise.
564         * lwlib-Xaw.c, lwlib-Xaw.h: New files.
566 1994-02-23  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
568         * xlwmenu.c (XlwMenuInitialize, XlwMenuDestroy): Undo previous changes.
570         * lwlib-Xlw.c (xlw_create_menubar, xlw_create_popup_menu):
571         Use XtCreate..., not XtVaCreate...
572         No need to copy instance->info->val any more.
573         (xlw_update_one_widget): Use XtSetValues, not XtVaSetValues.
575 1994-02-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
577         * xlwmenu.c (pop_up_menu): Call XtUngrabPointer if XtGrabPointer fails.
579 1994-02-19  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
581         * Makefile.in (xrdb-cpp.o, lwlib.o): Put ALL_CFLAGS after other flags.
583         * lwlib-Xlw.c (xlw_create_menubar): Don't call free_widget_value.
584         Use malloc for allocation.
585         (xlw_create_popup_menu): Likewise.
587 1994-02-18  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
589         * lwlib.c (malloc_cpt): New static variable.
590         (malloc_widget_value): Increment malloc_cpt when allocating a cell.
591         (free_widget_value): Really free the cells when the number of
592         allocated ones is bigger than 25.
594         * lwlib-Xlw.c (xlw_create_menubar): Call malloc_widget_value and
595         free_widget_value instead of XtMalloc and XtFree.
596         (xlw_create_popup_menu): Likewise.
598 1994-02-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
600         * Makefile.in (ALL_CFLAGS): Specify -Demacs.
602         * xlwmenu.c (pop_up_menu) [emacs]: Catch and ignore X protocol errors
603         in XtGrabPointer.
605 1994-02-17  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
607         * lwlib-Xlw.c (xlw_create_popup_menu): Pass tem to 
608         XtVaCreateManagedWidget, not instance->info->val.
609         (xlw_create_menubar): Likewise.
611 1994-02-15  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
613         * lwlib-Xlw.c (xlw_create_popup_menu): Copy instance->info->val
614         before calling XtVaCreateManagedWidget and then free the copy.
615         (xlw_create_menubar): Likewise.
617 1994-02-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
619         * xlwmenu.c (XlwMenuInitialize): Copy mw->menu.contents.
620         (XlwMenuDestroy): Free mw->menu.contents.
622 1994-02-09  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
624         * xlwmenu.c (display_menu_item): Call draw_shadow_rectangle to make
625         visible/invisible the selection of the menubar items.
627 1994-02-08  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
629         * lwlib.c (strcasecmp): Renamed to my_strcasecmp.
630         (find_in_table): Changed only caller.
632 1994-02-04  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
634         * xlwmenu.c (display_menu_item): When dealing with the menubar,
635         always call XDrawRectangle to clear the selection after popping down 
636         the pulldown menu.
638 1994-02-01  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
640         * lwlib.c: Include ctype.h.
642 1994-01-31  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
644         * lwlib.c (strcasecmp): New function.
646 1994-01-30  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
648         * xlwmenu.c, lwlib.c, lwlib-Xlw.c, lwlib-utils.c:
649         Convert all function definitions to non-prototype K&R.
651         * lwlib-Xlw.h: Comment out args in function decls.
652         * lwlib.h: Comment out args in function decls.
653         * lwlib-utils.h: Comment out args in function decls.
655 1994-01-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
657         * lwlib.c: Include StringDefs.h after lwlib.h.
659 1994-01-22  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
661         * Makefile (xrdb-cpp.o, lwlib.o): Use $(srcdir) and file name
662         instead of $*.
663         (dispatch.o, xrdb.o, lwlib-Xm.o): Rules removed; they were
664         superfluous and didn't work when configured outside srcdir.  The
665         implicit .c.o rule works fine.
667 1994-01-21  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
669         * xlwmenu.c (resource_widget_value): Avoid using strdup.
671 1994-01-18  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
673         * Makefile.in: New file.
675         * lwlib-Xolmb.c: Renamed from lwlib-Xol-mb.c.
676         * lwlib-Xolmb.h: Renamed from lwlib-Xol-mb.h.
677         * lwlib-XolmbP.h: Renamed from lwlib-Xol-mbP.h.
679         * lwlib-int.h: Renamed from lwlib-internal.h.
681