]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-8
Handle Control-digits specially.
[~andy/gtk] / ChangeLog.pre-2-8
1 1999-07-04  Tor Lillqvist  <tml@iki.fi>
2
3         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
4         Control-digits specially.
5
6 1999-07-03  Tor Lillqvist  <tml@iki.fi>
7
8         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
9
10 1999-06-28  Tor Lillqvist  <tml@iki.fi>
11
12         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
13         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
14         finding this.)
15
16 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
17
18         * gtk+.spec.in: Corrected some typos in files section.
19         
20 1999-06-15  Tor Lillqvist  <tml@iki.fi>
21
22         * README.win32: Mention using GNU gettext.
23         * config.h.win32: Enable NLS stuff.
24         * gtk/makefile.msc: Use GNU gettext.
25         * gdk/win32/gdkdnd.c: Minor header reorg.
26         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
27         cosmetics.
28         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
29         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
30
31 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
32
33         * acinclude.m4
34         * config.guess
35         * config.status
36         * ltconfig
37         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
38
39 1999-05-30  Tor Lillqvist  <tml@iki.fi>
40
41         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
42         SafeAdjustWindowRectEx. Don't override all calls to
43         AdjustWindowRectEx by it, but use it only in two places: When
44         creating a new top-level window and when moving a top-level
45         window.
46
47         Use screen coordinate rectangle, not client rectangle, in
48         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
49         when we try to place a window so that the decoration (mainly,
50         title bar) isn't visible.
51
52         These changes fix the bug that showed up for instance as the
53         GIMP's saved top-level windows moving right and down (by an amount
54         equal to the window decoration) for each session. This bug showed
55         up also in testgtk's "Saved Position".
56
57         gdk_window_resize also redone a bit.
58
59 1999-05-25  Tor Lillqvist  <tml@iki.fi>
60
61         * gtk/testgtkrc: Add (commented out) Windows-style theme
62         include line.
63
64         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
65
66 1999-05-18  Tor Lillqvist  <tml@iki.fi>
67
68         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
69         gdkx.h to a gdk subdirectory, so that applications can include
70         these with <gdk/*.h> without trouble.
71
72         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
73         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
74         have their bitmap destroyed.
75
76         * gdk/win32/gdk.def: Add gdk_root_parent.
77
78 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
79
80         * configure.in
81           gtk-config.in
82           ltconfig
83           ltmain.sh     
84           gtk/Makefile.am: changes to compile nicely (with xlib) 
85           on BeOS
86
87 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
88
89         * acinclude.m4
90         * config.guess
91         * config.sub
92         * ltconfig
93         * ltmain.sh: upgrade to libtool 1.3
94
95 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
96
97         * gtk/gtkclist.c:
98         * gtk/gtkctree.c: merges from gtk-1-2
99
100 1999-04-25  Tor Lillqvist  <tml@iki.fi>
101
102         Support added for building using a GNU toolchain on Win32,
103         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
104
105         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
106         * config.h.win32: Changes for gcc.
107         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
108         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
109         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
110         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
111         Protect shl stuff unavaiilable with mingw32 headers.
112         * gdk/win32/gdkevents.c: Fix typo.
113         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
114         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
115         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
116         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
117         the mingw32 headers.
118         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
119         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
120         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
121         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
122         Test for NATIVE_WIN32, not _MSC_VER.
123         * gtk/gtkmain.c: No use warning about developer version on Win32,
124         there aren't any non-developer versions anyhow.
125         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
126         * gtk/makefile.msc: Use pthread from another directory. Minor other
127         changes. 
128
129 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
130
131         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
132           default filter from the list
133
134 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
135
136         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
137          when gtk_widget_grab_default() is called for a widget that
138          is not within a GtkWindow.
139
140 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
141
142         * docs/gtk_tut.sgml, examples/clist.c: use a
143           scrolled window in the clist example. Minor
144           tutorial fixes.
145
146 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
147
148         * docs/gtk_tut.sgml: Style check from David King
149           <dking@youvegotmail.net>
150
151 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
152
153         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
154         compile with unknown value of GDK_WINDOWING
155
156 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
157
158         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
159         after the rule is fired.
160         (install-exec-local): Install gdkconfig.h only if the contents are
161         different from the currently installed gdkconfig.h.
162
163 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
164
165         * gdk/Makefile.am (configexecincludedir): Rename from 
166         configincludedir so that gdkconfig.h will be installed 
167         as part of `make install-exec'. 
168
169 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
170
171         * acinclude.m4
172         * config.guess
173         * config.sub
174         * ltconfig
175         * ltmain.sh: upgrade to libtool 1.2f
176
177         * autogen.sh: libtool is not required to autogen gtk+
178
179         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
180         needed)
181
182 1999-03-18  Tor Lillqvist  <tml@iki.fi>
183
184         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
185         declaring gdk variables exported/imported from the DLL. New image
186         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
187         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
188         GDK_DRAG_PROTO_OLE2.
189
190         * gdk/gdk.h: Merge in Win32 version: Two new functions,
191         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
192         declared only for the Win32 version, but could be in the X11
193         version as well. (Needed for a Xlib-less gdk_imlib.)
194         gdk_color_hash should have only one parameter. Declare
195         gdk_threads_mutex with GDKVAR.
196         
197         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
198         just one parameter.
199
200         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
201         per pixel, not bits.
202
203         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
204         Fetch bpp (which means bits-per-pixel here) from another place on
205         Win32. Accept also depth==32 (which we might get on Win32) with
206         bpp==32.
207
208         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
209         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
210         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
211         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
212         in the backend-dependent directory, not in the common gdk
213         directory.
214
215         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
216         headers.
217
218 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
219
220         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
221         want to use the Gtk+ devel version (which is true, and yes - even i am
222         currently working with the 1.2.x branch). so everyone reading this, you
223         probably want to issue
224         cvs checkout -r glib-1-2 glib
225         and
226         cvs checkout -r gtk-1-2 gtk+
227         as your next two comands.
228
229 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
230
231         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
232         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
233
234         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
235         file. strongly deprecated the GTK_HAVE_* macros, we provide
236         GTK_CHECK_VERSION() for people that need to check for certain
237         Gtk+ versions.
238
239         * gtk/gtkcompat.h: removed this from CVS.
240         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
241         idea right from the start, it just didn't seem like that back then.
242
243 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
244
245         * merges from gtk-1-2:
246
247 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
248
249         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
250         item factory class has been created.
251         (gtk_item_factory_parse_rc): likewise.
252
253         * gtk/gtkmenu.c:
254         keep proper references for old_active_menu_item.
255         (gtk_menu_reparent): unset the usize of the new parent,
256         so the menu can sanely be size requested and we don't get nasty screen
257         artefacts upon next reparentation.
258         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
259         enter notify. only synthesize enter notifies if the pointer really is
260         inside the event window.
261         (gtk_menu_popdown): use gtk_menu_shell_deselect().
262         (gtk_menu_popup): move the background setting stuff into
263         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
264
265         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
266         gtk_menu_shell_select_item() to select the new item.
267         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
268         do the right thing for deselection as well.
269
270 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
271
272         * gtk/gtkwidget.[hc]:
273         (gtk_widget_accelerators_locked): return whether a widget's accelerators
274         are locked.
275
276         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
277         existing accelerators if the widget's accelerators are locked.
278
279 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
280
281         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
282
283         * gtk/gtkmenu.c: truely forward key press and key release events to
284         the menu widget from the toplevel or tearoff window. we can't simply
285         connect to that, we need to stop further processing of the events as
286         well.
287
288 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
289
290         * gtk/gtkmenu.c:
291         (gtk_menu_key_press): pass event->keyval, event->state to
292         gtk_accelerator_valid, instead of event->keyval twice.
293         refuse to install single letter accelerators for menus that use
294         single letter shortcuts.
295
296         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
297         gtk_menu_ensure_uline_accel_group().
298
299         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
300         which will always return an uline accel group, made
301         gtk_menu_get_uline_accel_group() return NULL if the group isn't
302         yet created.
303
304 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
305
306         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
307
308         * gtk/gtkclist.c (gtk_clist_column_title_passive):
309         Leave button sensitive, trap  button_press, button_release,
310         motion_notify, enter_notify and leave_notify events instead.
311         (gtk_clist_column_title_active): disconnect event handler.
312         (gtk_clist_drag_data_get): fixed memory leak. Reported by
313         Guillaume Laurent <glaurent@worldnet.fr>
314
315 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
316
317         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
318         width/height mixups.
319
320         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
321         if needed.
322
323 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
324
325         * gtk/testgtk.c (create_item_factory): unref the item factory after
326         window's destruction.
327
328         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
329         count on the menu shell around the menu item's activation, since the
330         signal emission may cause menu shell destruction.
331
332         * gtk/gtkitemfactory.c:
333         the previous code leaked one accel group per menu. we use
334         gtk_menu_get_uline_accel_group() now to fix that, and with that
335         also create the underline accelerator group of the menus only if
336         required (i.e. an underline accelerator has been specified).
337         (gtk_item_factory_construct):
338         (gtk_item_factory_create_item): removed code that would create an
339         extra accel group for the menu (and leak references).
340         (gtk_item_factory_create_item): adapted the underline accelerator
341         installation code to properly feature gtk_menu_get_uline_accel_group().
342
343         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
344         menu->accel_group, this may return NULL if the accelerator group
345         hasn't been set yet.
346         added gtk_menu_get_uline_accel_group() to retrive the underline
347         accelerator group of the menu, this will be created on demand
348         and proper care is taken about its reference count.
349
350         * gtk/gtkitemfactory.h:
351         * gtk/gtkitemfactory.c:
352         dumped the approach of keeping a widgets by action list on the
353         factory since the factory<->widget destroy negotiation didn't work
354         and would be hard to get going at all. instead we keep a list of
355         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
356         persistant throughout a program's life time).
357         also, i removed the static const gchar *key_* variables, and made
358         them inline strings (they weren't actually used anyways).
359         (gtk_item_factory_add_item): update ifactory->items.
360         (gtk_item_factory_destroy): destroy ifactory->items (and remove
361         the item factory pointer from the remaining ifactory widgets).
362         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
363         list to find the widget.
364         (gtk_item_factory_get_item): new function that works around
365         gtk_item_factory_get_widget() limitations, this function will only
366         return menu items, even for <Branch> entries.
367
368 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
369
370         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
371         font hash table, if we have a GdkFontPrivate entry for this font
372         already, simply increment its reference count, provided by Olaf Dietsche
373         <olaf.dietsche+list.gtk@netcologne.de>.
374
375         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
376         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
377
378 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
379
380         * gtk/gtkcontainer.c:
381         (gtk_container_add_with_args):
382         (gtk_container_addv):
383         (gtk_container_add): before adding a child to a conatiner, make sure
384         it is (default) constructed, this is neccessary because under certain
385         circumstances the child will get relized and mapped immediatedly, in
386         which case it has to be constructed already.
387
388 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
389
390         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
391         values > 1 as TRUE also.
392
393 1999-03-16  Tor Lillqvist  <tml@iki.fi>
394
395         * README.win32: New file.
396                 
397         * configure.in: Check for lstat.
398
399         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
400         completeness.
401
402         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
403
404         * gtk/gtk.def: Removed CRs.
405
406         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
407         ..\gdk\win32).
408
409         * gdk/win32/makefile.msc: Correct upwards relative paths.
410         
411 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
412
413         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
414           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
415           it was connecting a void function to expose_event and the int
416           returning function to the draw signal
417
418 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
419
420         * configure.in:
421         Use correct path to libgmodule.la when ref'ing uninstalled copy
422         of glib.  (Already in stable branch, Bug #417)
423
424 1999-03-15  Tor Lillqvist  <tml@iki.fi>
425
426         Win32 merge and general portability stuff:
427                 
428         * acconfig.h,configure.in: Check for <sys/time.h>.
429
430         * gdk/win32: New directory (actually, been there for a while).
431         
432         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
433         NATIVE_WIN32, and use these. Always case fold on Win32. No
434         backslashed escapes on native Win32.
435
436         * gtk/{gtk.def,makefile.msc}: New files.
437
438         * gtk/Makefile.am: Add above new files.
439         
440         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
441         instead of <strings.h>.
442
443         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
444         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
445         <unistd.h> appropriately.
446
447         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
448         Use ABS() (from <glib.h>) instead of abs().
449         
450         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
451         of gtk (and thus glib) headers, so that WIN32 will be
452         defined. With MS C, include <direct.h> for mkdir prototype.
453
454         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
455         some casts, needed by MS C.
456
457         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
458         implemented).
459
460         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
461         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
462         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
463
464         * gtk/gtkmain.h: Mark variables for export/import on Win32.
465                 
466         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
467         the event is not a hint, or its window is not the slider. Needed
468         on Win32, at least.
469
470         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
471         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
472         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
473         a subdirectory of the Windows directory as gtk system
474         configuration directory.
475
476         * gtk/gtkselection.c: No chunks on Win32.
477
478         * gtk/gtksocket.c: Not implemented on Win32.
479
480         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
481
482         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
483
484         * gtk/maketypes.awk: Declare variables with a macro that expands to
485         necessary export/import magic in the case of Win32.
486                 
487         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
488
489 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
490
491         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
492         since those were meant only for gdki18n.h.  
493         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
494         for widechar tests.
495         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
496
497 1999-03-13  Tor Lillqvist  <tml@iki.fi>
498
499         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
500         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
501
502         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
503         installed) to CFLAGS.
504
505         * gdk/Makefile.am: Add rules for gdkconfig.h.
506
507         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
508         APIs.
509
510         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
511         gdkx.h anyway when compiling for X11.
512         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
513         general): Merge in Win32 version.
514         
515         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
516         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
517         expansion (if we don't have HAVE_PWD_H), allow for drive
518         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
519         included code from Craig Setera's port to Win32 (the one that uses
520         X11, and the cygwin dll), even if it probably will be abandoned.
521
522         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
523         the user entered one herself.  This way one can complete *.h and
524         don't get matches on any .help files, for instance.
525         
526 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
527
528         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
529         font hash table, if we have a GdkFontPrivate entry for this font
530         already, simply increment its reference count, provided by Olaf Dietsche
531         <olaf.dietsche+list.gtk@netcologne.de>.
532
533         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
534         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
535
536 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
537
538         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
539         the number of calls to gdk_draw_point() (and thus to X) by
540         clipping the points by hand.
541
542         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
543         the clip parameter.
544         (gtk_handle_box_paint): Only paint the handle if the expose area
545         intersects it.
546
547 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
548
549         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
550
551 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
552
553         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
554         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
555
556 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
557
558         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
559          textmode (O_TEXT) for OS/2 version.
560
561 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
562
563         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
564         GtkSpinButton, "input" and "output", to make the output more flexible.
565         The user has to provide a mapping between adjustment->value and the
566         output string (and vice versa, if the spin button is editable). 
567         See testgtk for examples.
568
569 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
570
571         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
572         new one.
573         
574         * configure.in: set gtk+ version to 1.3.0.