gtk/glib
Owen Taylor 2cabeeb1c3 Removed g_object_pointer_hash, which was just g_direct_hash.
Tue Jun  9 18:44:57 1998  Owen Taylor  <otaylor@gtk.org>

	* gtk/gtkobject.c: Removed g_object_pointer_hash, which
	was just g_direct_hash.

Mon May 25 19:54:20 1998  Owen Taylor  <otaylor@gtk.org>

	* configure.in: x_libs=, not $x_libs=. Enough said.
          (Case only hit for --disable-xshm)

Mon May 25 12:08:14 1998  Owen Taylor  <otaylor@gtk.org>

	* configure.in (LDFLAGS): Add to $CFLAGS and $LDFLAGS
	  when testing for X libraries, don't replace them. Because
	  the user might have specified the path to the X libraries
	  themself before running configure.

	* examples/**.c: Changed all gpointer * to gpointer

Sat May 23 21:54:05 1998  Owen Taylor  <otaylor@gtk.org>

	* configure.in (LDFLAGS): Bomb out with a moderately
	  helpful message if detection of X libraries fails.

Sat May 23 18:57:06 1998  Owen Taylor  <otaylor@gtk.org>

  [ Combination of:
     gtk-rrh-980412-0.patch (Raja R Harinath <harinath@cs.umn.edu>)
     gtk-jbuhler-980516-0 (Jeremy Buhler <jbuhler@cs.washington.edu>) ]

	* gdk/gdk.h gdk/gdkcc.c gdk/gdkfont.c gtk/gtkmain.c
	  gtk/gtksignal.c gtk/gtktext.c:

	  Fixups for warnings from adding const to type of GHashFunc,
	  GCompareFunc

	* gtk/gtkcombo.c (gtk_combo_entry_key_press): Minor style/
	  ansi-warnings fixups.

Tue Jun  9 17:47:33 1998  Owen Taylor  <otaylor@gtk.org>

	* glib.h: Remove #error - HP/UX.

Sat May 23 19:00:01 1998  Owen Taylor  <otaylor@gtk.org>
  [ Combination of:
     gtk-rrh-980412-0.patch (Raja R Harinath <harinath@cs.umn.edu>)
     gtk-jbuhler-980516-0 (Jeremy Buhler <jbuhler@cs.washington.edu>) ]

	* glib.h ghash.c gstring.c gdataset.c gutils.c:
	- Added new typedef g_const_pointer; expunged all incorrect
	  uses of 'const gpointer'.
	- Fixed up warnings that that created,
	- Changed GHashFunc and GCompareFunc to take g_const_pointer
	  arguments. (Necessary, but will cause warnings in existing
	  code until fixed)
	- Added other new const in harmless positions.
1998-06-09 23:18:11 +00:00
..
.cvsignore Commented out the MEM_PROFILE and MEM_CHECK from gmem.c, causing problems 1998-06-06 21:16:57 +00:00
acconfig.h Allow the user to pass --enable-mem-check and --enable-mem-profile at 1998-06-07 17:37:15 +00:00
AUTHORS Initial revision 1997-11-24 22:37:52 +00:00
ChangeLog Removed g_object_pointer_hash, which was just g_direct_hash. 1998-06-09 23:18:11 +00:00
config.guess Initial revision 1997-11-24 22:37:52 +00:00
config.sub Initial revision 1997-11-24 22:37:52 +00:00
configure.in Just a convenience to parallel gtk-config 1998-06-09 20:10:48 +00:00
COPYING Initial revision 1997-11-24 22:37:52 +00:00
garray.c Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gcache.c Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gcompletion.c Tue, 19 May 1998 11:51:02 +0200 Paolo Molaro <lupus@debian.org> 1998-05-19 10:17:31 +00:00
gdataset.c Removed g_object_pointer_hash, which was just g_direct_hash. 1998-06-09 23:18:11 +00:00
gerror.c macros to facilitate the printf/scanf format argument checking of gcc. 1998-05-07 07:38:21 +00:00
ghash.c Removed g_object_pointer_hash, which was just g_direct_hash. 1998-06-09 23:18:11 +00:00
glib-config.in Fix for people using name mangling 1998-06-09 20:16:12 +00:00
glib.h Removed g_object_pointer_hash, which was just g_direct_hash. 1998-06-09 23:18:11 +00:00
glibconfig.h.in Allow the user to pass --enable-mem-check and --enable-mem-profile at 1998-06-07 17:37:15 +00:00
glist.c check for func in g_[s]list_insert_sorted and g_[s]list_find_custom 1998-06-08 04:09:21 +00:00
gmem.c Allow the user to pass --enable-mem-check and --enable-mem-profile at 1998-06-07 17:37:15 +00:00
gmessages.c (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch) 1998-05-12 21:30:52 +00:00
gprimes.c Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gscanner.c Removed g_object_pointer_hash, which was just g_direct_hash. 1998-06-09 23:18:11 +00:00
gslist.c check for func in g_[s]list_insert_sorted and g_[s]list_find_custom 1998-06-08 04:09:21 +00:00
gstring.c Removed g_object_pointer_hash, which was just g_direct_hash. 1998-06-09 23:18:11 +00:00
gtimer.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtree.c Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gutils.c Removed g_object_pointer_hash, which was just g_direct_hash. 1998-06-09 23:18:11 +00:00
INSTALL Initial revision 1997-11-24 22:37:52 +00:00
install-sh Initial revision 1997-11-24 22:37:52 +00:00
ltconfig Merged changes from gtk-1-0. Check ChangeLog for details. 1998-05-01 04:23:59 +00:00
ltmain.sh postfix -lg* libraries with LT_RELEASE. 1998-05-07 04:04:15 +00:00
Makefile.am Just a convenience to parallel gtk-config 1998-06-09 20:10:48 +00:00
missing Initial revision 1997-11-24 22:37:52 +00:00
mkinstalldirs Initial revision 1997-11-24 22:37:52 +00:00
NEWS Initial revision 1997-11-24 22:37:52 +00:00
README Initial revision 1997-11-24 22:37:52 +00:00
stamp-h.in Initial revision 1997-11-24 22:37:52 +00:00
testglib.c Removed g_object_pointer_hash, which was just g_direct_hash. 1998-06-09 23:18:11 +00:00