Mercurial > emacs
comparison lwlib/ChangeLog @ 93301:89550a3156c7
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 27 Mar 2008 11:36:16 +0000 |
parents | 107ccd98fa12 |
children | dfdc13740582 |
comparison
equal
deleted
inserted
replaced
93300:68a975c7e268 | 93301:89550a3156c7 |
---|---|
1 2007-08-29 K,Aa(Broly L$,1 q(Brentey <lorentey@elte.hu> | 1 2007-08-29 Károly Lőrentey <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. |
5 | 5 |
6 2007-07-25 Glenn Morris <rgm@gnu.org> | 6 2007-07-25 Glenn Morris <rgm@gnu.org> |
20 2007-02-28 Glenn Morris <rgm@gnu.org> | 20 2007-02-28 Glenn Morris <rgm@gnu.org> |
21 | 21 |
22 * Makefile.in (distclean): Delete Makefile. | 22 * Makefile.in (distclean): Delete Makefile. |
23 (maintainer-clean): Delete TAGS. | 23 (maintainer-clean): Delete TAGS. |
24 | 24 |
25 2007-01-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 25 2007-01-01 Jan Djärv <jan.h.d@swipnet.se> |
26 | 26 |
27 * xlwmenu.c (xlwMenuResources): Add XtNleaveCallback, XtNenterCallback. | 27 * xlwmenu.c (xlwMenuResources): Add XtNleaveCallback, XtNenterCallback. |
28 (display_menu, map_event_to_widget_value): Generate enter and | 28 (display_menu, map_event_to_widget_value): Generate enter and |
29 leave callbacks. | 29 leave callbacks. |
30 (pop_up_menu): Initialize mw->menu.inside_entry. | 30 (pop_up_menu): Initialize mw->menu.inside_entry. |
45 2006-09-15 Jay Belanger <belanger@truman.edu> | 45 2006-09-15 Jay Belanger <belanger@truman.edu> |
46 | 46 |
47 * COPYING: Replace "Library Public License" by "Lesser Public | 47 * COPYING: Replace "Library Public License" by "Lesser Public |
48 License" throughout. | 48 License" throughout. |
49 | 49 |
50 2006-05-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 50 2006-05-23 Jan Djärv <jan.h.d@swipnet.se> |
51 | 51 |
52 * xlwmenu.c: Include xterm.h if emacs instead of declaring functions | 52 * xlwmenu.c: Include xterm.h if emacs instead of declaring functions |
53 used. | 53 used. |
54 (string_width): Declare as static. | 54 (string_width): Declare as static. |
55 (Start, pop_up_menu): Set is_hint to 0 before calling | 55 (Start, pop_up_menu): Set is_hint to 0 before calling |
65 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu> | 65 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu> |
66 | 66 |
67 * xlwmenu.c: Fix the return type for x_clear_errors and | 67 * xlwmenu.c: Fix the return type for x_clear_errors and |
68 x_uncatch_errors. | 68 x_uncatch_errors. |
69 | 69 |
70 2005-07-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 70 2005-07-19 Jan Djärv <jan.h.d@swipnet.se> |
71 | 71 |
72 * lwlib-Xm.c (make_menu_in_widget): Disable drag and drop for | 72 * lwlib-Xm.c (make_menu_in_widget): Disable drag and drop for |
73 labels in menu bar. | 73 labels in menu bar. |
74 | 74 |
75 2005-07-04 Lute Kamstra <lute@gnu.org> | 75 2005-07-04 Lute Kamstra <lute@gnu.org> |
76 | 76 |
77 Update FSF's address in GPL notices. | 77 Update FSF's address in GPL notices. |
78 | 78 |
79 2005-04-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 79 2005-04-01 Jan Djärv <jan.h.d@swipnet.se> |
80 | 80 |
81 Reenable support for I18N to Lucid menus. | 81 Reenable support for I18N to Lucid menus. |
82 | 82 |
83 * xlwmenuP.h (_XlwMenu_part): Add fontSet resource. | 83 * xlwmenuP.h (_XlwMenu_part): Add fontSet resource. |
84 | 84 |
87 (display_menu_item, make_drawing_gcs, XlwMenuInitialize) | 87 (display_menu_item, make_drawing_gcs, XlwMenuInitialize) |
88 (XlwMenuSetValues): Use font if fontSet is NULL, use only | 88 (XlwMenuSetValues): Use font if fontSet is NULL, use only |
89 font for !HAVE_X_I18N. | 89 font for !HAVE_X_I18N. |
90 (xlwMenuResources): Add fontSet resource. | 90 (xlwMenuResources): Add fontSet resource. |
91 | 91 |
92 2005-03-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 92 2005-03-22 Jan Djärv <jan.h.d@swipnet.se> |
93 | 93 |
94 * xlwmenuP.h: Temporary #undef HAVE_X_I18N until FontSet for UTF-8 | 94 * xlwmenuP.h: Temporary #undef HAVE_X_I18N until FontSet for UTF-8 |
95 on XFree86 is investigated. | 95 on XFree86 is investigated. |
96 | 96 |
97 * xlwmenu.c: Ditto. | 97 * xlwmenu.c: Ditto. |
122 2005-03-12 Stefan Monnier <monnier@iro.umontreal.ca> | 122 2005-03-12 Stefan Monnier <monnier@iro.umontreal.ca> |
123 | 123 |
124 * xlwmenuP.h: | 124 * xlwmenuP.h: |
125 * xlwmenu.h: Add missing copyright and license notice. | 125 * xlwmenu.h: Add missing copyright and license notice. |
126 | 126 |
127 2004-12-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 127 2004-12-27 Jan Djärv <jan.h.d@swipnet.se> |
128 | 128 |
129 * xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as an | 129 * xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as an |
130 action procedure for compatibility with Lesstif/Motif. | 130 action procedure for compatibility with Lesstif/Motif. |
131 | 131 |
132 * Makefile.in (mostlyclean): Don't remove *~ on clean. | 132 * Makefile.in (mostlyclean): Don't remove *~ on clean. |
133 | 133 |
134 2004-12-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 134 2004-12-26 Jan Djärv <jan.h.d@swipnet.se> |
135 | 135 |
136 * lwlib-Xaw.c: Put <KeyPress>Escape in dialogOverride so dialogs only | 136 * lwlib-Xaw.c: Put <KeyPress>Escape in dialogOverride so dialogs only |
137 pops down on Escape, not any keypress. | 137 pops down on Escape, not any keypress. |
138 | 138 |
139 2004-11-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 139 2004-11-01 Jan Djärv <jan.h.d@swipnet.se> |
140 | 140 |
141 * xlwmenu.c (find_first_selectable, find_next_selectable) | 141 * xlwmenu.c (find_first_selectable, find_next_selectable) |
142 (find_prev_selectable): Rename parameter skip_no_call_data to | 142 (find_prev_selectable): Rename parameter skip_no_call_data to |
143 skip_titles. Recognize titles as having no call_data and no contents. | 143 skip_titles. Recognize titles as having no call_data and no contents. |
144 (Down, Up): Comment update. | 144 (Down, Up): Comment update. |
145 | 145 |
146 2004-08-30 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 146 2004-08-30 Jan Djärv <jan.h.d@swipnet.se> |
147 | 147 |
148 * lwlib.h (_widget_value): Add lname and lkey. | 148 * lwlib.h (_widget_value): Add lname and lkey. |
149 | 149 |
150 2004-01-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 150 2004-01-12 Jan Djärv <jan.h.d@swipnet.se> |
151 | 151 |
152 * xlwmenuP.h (_XlwMenu_part): Add top_depth. | 152 * xlwmenuP.h (_XlwMenu_part): Add top_depth. |
153 | 153 |
154 * xlwmenu.h: Removed declaration of pop_up_menu | 154 * xlwmenu.h: Removed declaration of pop_up_menu |
155 | 155 |
187 2003-04-30 Lute Kamstra <lute@gnu.org> | 187 2003-04-30 Lute Kamstra <lute@gnu.org> |
188 | 188 |
189 * Makefile.in: Make things function properly in case both LessTif | 189 * Makefile.in: Make things function properly in case both LessTif |
190 and Open Motif are installed. | 190 and Open Motif are installed. |
191 | 191 |
192 2003-01-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 192 2003-01-26 Jan Djärv <jan.h.d@swipnet.se> |
193 | 193 |
194 * lwlib-Xm.c (update_one_menu_entry): Deallocate widget_list. | 194 * lwlib-Xm.c (update_one_menu_entry): Deallocate widget_list. |
195 (destroy_all_children): Call it self to destroy sub menu children. | 195 (destroy_all_children): Call it self to destroy sub menu children. |
196 | 196 |
197 2002-12-22 Richard M. Stallman <rms@gnu.org> | 197 2002-12-22 Richard M. Stallman <rms@gnu.org> |
221 `x_alloc_lighter_color_for_widget' is a float, not an int, and | 221 `x_alloc_lighter_color_for_widget' is a float, not an int, and |
222 it's a multiplicative factor, so the name `delta' is inaccurate. | 222 it's a multiplicative factor, so the name `delta' is inaccurate. |
223 Always base disabled foreground on the normal foreground. | 223 Always base disabled foreground on the normal foreground. |
224 Don't use the temporary variable `temp'. | 224 Don't use the temporary variable `temp'. |
225 | 225 |
226 2002-05-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 226 2002-05-06 Pavel Janík <Pavel@Janik.cz> |
227 | 227 |
228 * xlwmenu.c (xlwMenuResources): New resource. | 228 * xlwmenu.c (xlwMenuResources): New resource. |
229 (find_next_selectable): Return current item when the menu is not | 229 (find_next_selectable): Return current item when the menu is not |
230 poped up. | 230 poped up. |
231 Rename `inactive_gc' to `disabled_gc'. | 231 Rename `inactive_gc' to `disabled_gc'. |
237 New resource names. | 237 New resource names. |
238 | 238 |
239 * xlwmenuP.h (_XlwMenu_part): Add new member `disabled_foreground'. | 239 * xlwmenuP.h (_XlwMenu_part): Add new member `disabled_foreground'. |
240 Rename `inactive_gc' to `disabled_gc'. | 240 Rename `inactive_gc' to `disabled_gc'. |
241 | 241 |
242 2002-04-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 242 2002-04-29 Pavel Janík <Pavel@Janik.cz> |
243 | 243 |
244 * xlwmenu.c <XtNmargin, XtNverticalSpacing, XmNshadowThickness>: | 244 * xlwmenu.c <XtNmargin, XtNverticalSpacing, XmNshadowThickness>: |
245 Change default values. | 245 Change default values. |
246 | 246 |
247 2002-04-28 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 247 2002-04-28 Jan Djärv <jan.h.d@swipnet.se> |
248 | 248 |
249 * xlwmenu.c: Do not grab keyboard if installation-directory is | 249 * xlwmenu.c: Do not grab keyboard if installation-directory is |
250 non-nil (not installed Emacs). To simplify debugging. | 250 non-nil (not installed Emacs). To simplify debugging. |
251 | 251 |
252 2002-04-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 252 2002-04-28 Pavel Janík <Pavel@Janik.cz> |
253 | 253 |
254 * Makefile.in: Remove OpenLook file dependencies. | 254 * Makefile.in: Remove OpenLook file dependencies. |
255 (xrdb-cpp.o): Remove target. | 255 (xrdb-cpp.o): Remove target. |
256 Remove unused defines. | 256 Remove unused defines. |
257 | 257 |
258 * xrdb.c, xrdb-cpp.c, Imakefile, dispatch.c, dispatch.h: | 258 * xrdb.c, xrdb-cpp.c, Imakefile, dispatch.c, dispatch.h: |
259 Remove unused file. | 259 Remove unused file. |
260 | 260 |
261 * lwlib.c (instantiate_widget_instance): Remove duplicated prototype. | 261 * lwlib.c (instantiate_widget_instance): Remove duplicated prototype. |
262 | 262 |
263 2002-04-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 263 2002-04-25 Pavel Janík <Pavel@Janik.cz> |
264 | 264 |
265 * lwlib-Xol.c, lwlib-Xol.h, lwlib-Xolmb.c, lwlib-Xolmb.h | 265 * lwlib-Xol.c, lwlib-Xol.h, lwlib-Xolmb.c, lwlib-Xolmb.h |
266 * lwlib-XolmbP.h: Remove file. | 266 * lwlib-XolmbP.h: Remove file. |
267 | 267 |
268 2002-04-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 268 2002-04-22 Jan Djärv <jan.h.d@swipnet.se> |
269 | 269 |
270 * lwlib-Xm.c: Removed compiler warning. | 270 * lwlib-Xm.c: Removed compiler warning. |
271 | 271 |
272 * xlwmenu.c: Add calls to GrabKeyboard to remove strange | 272 * xlwmenu.c: Add calls to GrabKeyboard to remove strange |
273 interactions with window managers that steal keypresses. | 273 interactions with window managers that steal keypresses. |
274 Call ungrab_all instead of XtUngrabPointer. | 274 Call ungrab_all instead of XtUngrabPointer. |
275 (pop_up_menu): Add call to XtGrabKeyboard. | 275 (pop_up_menu): Add call to XtGrabKeyboard. |
276 (ungrab_all): New function. | 276 (ungrab_all): New function. |
277 | 277 |
278 2002-04-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 278 2002-04-20 Pavel Janík <Pavel@Janik.cz> |
279 | 279 |
280 * xlwmenu.c (find_next_selectable): New function. | 280 * xlwmenu.c (find_next_selectable): New function. |
281 (Down, Up, Right): Use it. | 281 (Down, Up, Right): Use it. |
282 (find_next_selectable): Prevent endless loops when only one item | 282 (find_next_selectable): Prevent endless loops when only one item |
283 is enabled in the menu. | 283 is enabled in the menu. |
284 | 284 |
285 2002-04-19 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 285 2002-04-19 Pavel Janík <Pavel@Janik.cz> |
286 | 286 |
287 These changes allow moving in menu via keyboard. | 287 These changes allow moving in menu via keyboard. |
288 | 288 |
289 * xlwmenu.c (xlwMenuTranslations, xlwMenuActionsList): | 289 * xlwmenu.c (xlwMenuTranslations, xlwMenuActionsList): |
290 Add translations for cursor keys and RET. | 290 Add translations for cursor keys and RET. |
303 | 303 |
304 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il> | 304 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il> |
305 | 305 |
306 * lwlib.c (P_): Don't define if already defined. | 306 * lwlib.c (P_): Don't define if already defined. |
307 | 307 |
308 2002-01-27 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 308 2002-01-27 Pavel Janík <Pavel@Janik.cz> |
309 | 309 |
310 * lwlib-Xaw.c (xaw_update_scrollbar, xaw_scrollbar_scroll) | 310 * lwlib-Xaw.c (xaw_update_scrollbar, xaw_scrollbar_scroll) |
311 (xaw_scrollbar_jump): Put whole functions in #if 0. | 311 (xaw_scrollbar_jump): Put whole functions in #if 0. |
312 | 312 |
313 2002-01-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 313 2002-01-09 Pavel Janík <Pavel@Janik.cz> |
314 | 314 |
315 * lwlib-Xaw.c (xaw_create_dialog): Initialize icon_name to | 315 * lwlib-Xaw.c (xaw_create_dialog): Initialize icon_name to |
316 suppress compiler warnings. | 316 suppress compiler warnings. |
317 | 317 |
318 2001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 318 2001-12-18 Pavel Janík <Pavel@Janik.cz> |
319 | 319 |
320 * lwlib.c (separator_names): Add missing braces around initializers. | 320 * lwlib.c (separator_names): Add missing braces around initializers. |
321 | 321 |
322 2001-12-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 322 2001-12-08 Pavel Janík <Pavel@Janik.cz> |
323 | 323 |
324 * COPYING: New file. | 324 * COPYING: New file. |
325 | 325 |
326 2001-12-01 Richard M. Stallman <rms@gnu.org> | 326 2001-12-01 Richard M. Stallman <rms@gnu.org> |
327 | 327 |
1350 * lwlib-int.h: Renamed from lwlib-internal.h. | 1350 * lwlib-int.h: Renamed from lwlib-internal.h. |
1351 | 1351 |
1352 | 1352 |
1353 | 1353 |
1354 ;; Local Variables: | 1354 ;; Local Variables: |
1355 ;; coding: iso-2022-7bit | 1355 ;; coding: utf-8 |
1356 ;; add-log-time-zone-rule: t | 1356 ;; add-log-time-zone-rule: t |
1357 ;; End: | 1357 ;; End: |
1358 | 1358 |
1359 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, | 1359 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, |
1360 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 1360 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |