1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
Tue Sep 15 14:35:40 CDT 1998 mej <mej@mw.3com.com>
* Fixed the spelling of "create" in the name of
*_create_image_from_drawable functions
Sun Sep 13 18:53:32 PDT 1998 Manish Singh <yosh@gimp.org>
* configure.in: we check for jpeglib.h, not jpeg.h. Let the user
know this too.
Tue Sep 8 10:17:37 1998 Owen Taylor <otaylor@redhat.com>
* Makefile.am (EXTRA_DIST): Install imlib.m4
Fri Sep 4 11:54:05 EDT 1998 Mandrake <mandrake@mandrake.net>
* changed imlib-config.in to put -lXext before -lX11 so that
systems which enforce link order will cease complaining
(i.e. BSD/OS)
Thu Sep 3 13:08:12 1998 Tom Tromey <tromey@cygnus.com>
* configure.in: Only make imlib-config executable if it is being
created.
Mon Aug 31 23:55:33 CDT 1998 Frank Belew <frb@umr.edu>
* configure.in: removed AM_PROG_RANLIB
* imlib.m4: created
* Makefile.am: added lines to install imlib.m4
Wed Aug 19 10:31:25 1998 Raph Levien <raph@gtk.org>
* configure.in: added AM_MAINTAINER_MODE, and also fiddled with
png "too old" test to make it correctly reject more versions.
1998-07-13 Raja R Harinath <harinath@cs.umn.edu>
* imlib-config.in (--libs): Reorder libraries.
(--libs-gdk): Likewise.
1998-06-28 Miguel de Icaza <miguel@nuclecu.unam.mx>
* utils/imlib_config.c (read_imrc): Correctly handle the output of
sscanf. This was broken, broken, broken. The code is still
Raster-style though.
1998-06-27 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (AC_SUBST): Remove `config/imrc'.
* config/Makefile.am (imrc): `sed' in sysconfdir.
(EXTRA_DIST): Add `imrc.in'.
* config/imrc.in (PaletteFile): Look in @sysconfdir@, not
@prefix@/etc.
Sun Jun 26 22:25:19 EDT 1998 Manish Vachharajani <mvachhar@vger.rutgers.edu>
* Imlib/misc.c: Tried to improve shared memory detection for
pixmaps.
* gdk_imlib/misc.c: Likewise.
Sun Jun 21 08:19:19 EDT 1998 Manish Vachharajani <mvachhar@vger.rutgers.edu>
* Imlib/misc.c: Made 24bit fast routines work correctly for when
clients and server match endianess.
* Imlib/rend.c: Likewise.
* gdk_imlib/misc.c: Likewise.
* gdk_imlib/rend.c: Likewise.
* gdk_imlib/gdk_imlib_private.h: Added byte and bit order fields
to Xdata.
* Imlib/Imlib_types.h: Likewise.
Tue Jun 9 01:13:26 PDT 1998 Manish Singh <yosh@gimp.org>
* configure.in: Redid graphics lib checks, they are far
more robust now.
1998-05-15 Raja R Harinath <harinath@cs.umn.edu>
* config/Makefile.am (EXTRA_DIST): Add `im_palette.pal'.
Sun Apr 19 09:38:36 EDT 1998 Gregory McLean <gregm@comstar.net>
* .cvsignore: updated to ignore generated files.
1998-04-03 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (GX_LIBS): Rationalize Marc's changes.
1998-04-03 Marc Ewing <marc@.redhat.com>
* configure.in: cruft. please fix it for me!
Wed Mar 18 19:37:35 1998 Tom Tromey <tromey@cygnus.com>
* Makefile.am (SUBDIRS): Don't include utils. This is done in
configure.in.
Sun Mar 15 12:33:01 1998 Owen Taylor <owt1@cornell.edu>
* utils/Makefile.am (INCLUDES): Include GTK_CFLAGS, not X_CFLAGS.
(LDADD): Include GTK_LIBS, not explicit gtk/X libraries.
* configure.in: Use AM_PATH_GTK to find gtk. Don't use
AC_CHECK_LIB.
* Makefile.am (SUBDIRS): Conditionally build in gdk_imlib.
1998-02-26 Mark Galassi <rosalia@cygnus.com>
* general: removed all the old Makefile.in files, since raster has
now endorsed the automakification.
1998-02-24 Raja R Harinath <harinath@cs.umn.edu>
* utils/Makefile.am (INCLUDES): Also include $(X_CFLAGS).
(LDADD): Use `libtool', and also link in all those `gtk+' stuff.
Should probably autoconf this stuff a bit more.
1998-02-24 Federico Mena Quintero <federico@nuclecu.unam.mx>
* utils/Makefile.am (INCLUDES): Added INCLUDES so that it can find
the gdk_imlib headers. I hope this is the right way to do it.
1998-02-24 Mark Galassi <rosalia@cygnus.com>
* configure.in: added AM_PROG_LIBTOOL so we can generate shared
libraries.
* Makefile.am, configure.in: put imlib under automake/autoconf.
1998-02-21 Russell Nelson <nelson@crynwr.com>
* *: Fix spelling mistakes.
|