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