Commit Graph

418 Commits

Author SHA1 Message Date
EDT 1998 Matthew Wilson c7bd4a151a fix a comment. :) fix my last entry --Matt
Mon Jun  1 01:05:52 EDT 1998  Matthew Wilson  <msw@gimp.org>

	* plug-ins/grid.c: fix a comment. :)
	* ChangeLog: fix my last entry
--Matt
1998-06-01 05:07:31 +00:00
Manish Singh 62ccd3bfd1 use test -r instead of test -e for portability
-Yosh
1998-05-31 22:52:07 +00:00
EDT 1998 Matthew Wilson 20ce6fd781 fix from sjburges to stop out of bounds indexing of array. --Matt
Sun May 31 08:03:54 EDT 1998  Matthew Wilson  <msw@gimp.org>

	* plug-ins/exchange/exchange.c: fix from sjburges to stop
	out of bounds indexing of array.
--Matt
1998-05-31 12:04:56 +00:00
Manish Singh d4dc65c363 README make info a bit more current
* README
* INSTALL: make info a bit more current

* gimptool.in: update usage message

* gtkrc.forest2: sample gtkrc file with cool stuff from tigert

* gimp.1
* gimptool.1: updated/rewrote some

* app/fileops.c: removed the "might have tried to save an RGB image with an
indexed plugin" since g_message gives nice user feedback now

* app/interface.c: fix the mem leak properly

-Yosh
1998-05-31 09:05:38 +00:00
Manish Singh a7b50bbeca plug mem leak in message_box
* app/interface.c: plug mem leak in message_box

* plug-ins/mail/mail.c: use g_message

* plug-ins/script-fu/scripts/carve-it.scm: fix for gimp-layer-new params from
Kevin Cozens <kcozens@interlog.com>

* plug-ins/CEL/CEL.c
* plug-ins/pcx/pcx.c
* plug-ins/tiff/tiff.c: updates from author

* plug-ins/png/png.c: correct copyright

* plug-ins/print/print.h: use correct version

-Yosh
1998-05-31 06:49:20 +00:00
Manish Singh 6ddbb705a3 more g_message changes
* more g_message changes

* CEL plugin update

* INSTALL: info on why plugins don't get built

-Yosh
1998-05-30 07:32:37 +00:00
EDT 1998 Matthew Wilson 9bb6ea8994 fix by sjburges to fix grid on selections. --matt
Sat May 30 02:03:19 EDT 1998  Matthew Wilson  <msw@gimp.org>

	* plug-ins/grid/grid.c: fix by sjburges to fix grid on selections.
--matt
1998-05-30 06:05:09 +00:00
EDT 1998 Matthew Wilson a656b146e5 fix by sjburges to fix horiz only blur. Funky bug! --Matt
Fri May 29 23:34:07 EDT 1998  Matthew Wilson  <msw@gimp.org>

	* plug-ins/gaus_iir/gauss_iir.c: fix by sjburges to fix horiz
	only blur.  Funky bug!
--Matt
1998-05-30 03:36:08 +00:00
Sven Neumann 46f6cb7f37 Changed fopen parameters for portability.
--Sven
1998-05-29 19:42:32 +00:00
Sven Neumann 7b6ea71d49 Use the new gimp-message to display an error message when the script is
called with less than 3 source layers.


--Sven
1998-05-28 18:16:57 +00:00
Sven Neumann e0a819f62a Use g_message instead of g_warning.
Use gimp_message instead of self-defined ErrorMessage function.


--Sven
1998-05-28 17:09:17 +00:00
Manish Singh 1d95a05af0 gimp_message. libgimp also overrides g_message for all plugins. Converted
* redid the error message handling. g_message now calls message_box or prints
to console depending on whether the no_interface is set or not. gimp-message
is also exported to the PDB as a wrapper to g_message, and libgimp has a new
API: gimp_message. libgimp also overrides g_message for all plugins. Converted
lots of messages in app/* to g_message. Made script-fu a little friendlier.

* updated the regex code from grep 2.2

* said goodbye to the old script-fu logo in script-fu.h

-Yosh
1998-05-28 09:03:57 +00:00
Sven Neumann 36e02fc79d Removed definitions of TRUE and FALSE from ifscompose.h.
--Sven
1998-05-27 09:26:45 +00:00
EDT 1998 Adrian Likins 326ad09118 made insesitive on greyscale images
Tue May 26 17:20:26 EDT 1998 Adrian Likins <adrian@gimp.org>

        * plug-ins/sript-fu/scripts/predator.scm: made insesitive on
        greyscale images
1998-05-26 22:35:28 +00:00
Manish Singh bc539b9a3a do "-" to "_" conversion after an failed pdb lookup, just to make sure
* app/batch.c: do "-" to "_" conversion after an failed pdb lookup, just to
make sure

* app/paint_core.c: fix for some uninitialized vars

-Yosh
1998-05-26 19:06:03 +00:00
Manish Singh 8024078a3b added --install-script. Use @INSTALL@ stuff
* gimptool.in: added --install-script. Use @INSTALL@ stuff

* libgimp/gimpimage.c
* libgimp/gimplayer.c: fixes for silly errors from Marc Lehmann

* libgimp/gimpchannel.c: implemented gimp_channel_set_show_masked and
gimp_channel_get_show_masked (already in gimp.h>

* plug-ins/blinds/blinds.c
* plug-ins/bmp/bmp.h
* plug-ins/mosaic/mosaic.c
* plug-ins/ripple/ripple.c
* plug-ins/tga/tga.c
* plug-ins/tileit/tileit.c: remove definitions of TRUE and FALSE since glib
does it for us

-Yosh
1998-05-26 08:46:37 +00:00
Robert Norris d4e3ca5561 *** empty log message *** 1998-05-23 22:42:23 +00:00
Sven Neumann 0a2c40ccc4 Some small fixes and additions to the Quick Reference Sheet
--Sven
1998-05-22 17:30:35 +00:00
EDT 1998 Matthew Wilson 62a900c972 removed global conversion from '-' to '_' --Matt
Fri May 22 00:46:18 EDT 1998  Matthew Wilson  <msw@gimp.org>

        * app/batch.c: removed global conversion from '-' to '_'
--Matt
1998-05-22 04:47:58 +00:00
Manish Singh 5fc903b216 updated Adam's stuff
* updated Adam's stuff

* app/app_procs.c: squleched warning

* gimptool.in: quote stuff to be flexible about our CC settings

-Yosh
1998-05-21 20:26:06 +00:00
Robert Norris 4ae420378c *** empty log message *** 1998-05-20 10:23:33 +00:00
Sven Neumann e06292f5b3 Added a new script from Wolfgang Hofer (fade-outline.scm)
--Sven
1998-05-19 12:02:15 +00:00
Sven Neumann 63a96d867d Updated the gfli plug-in to the version on the registry and folded the patch
for the "chunk-type-7-bug" back in.


--Sven
1998-05-18 18:34:11 +00:00
EDT 1998 Matthew Wilson eface111d7 applied patch from Michael Sweet to correct NULL deref in splash screen.
Sun May 17 23:06:38 EDT 1998  Matthew Wilson  <msw@gimp.org>

        * app/app_procs.c: applied patch from Michael Sweet to correct
        NULL deref in splash screen.
--Matt
1998-05-18 03:07:43 +00:00
Sven Neumann 11832a6f1d Updated tiff plug-in.
From Nicolas Lamb:
 This is a total replacement for the TIFF loading code, probably 50% new code
 and the rest rewritten. It is faster (for boring images, such as RGB and
 8-bit Grayscale) and more stable.


--Sven
1998-05-18 00:54:11 +00:00
Manish Singh a7b206b5c3 updated maze plugin
* plug-ins/maze: updated maze plugin

* plug-ins/script-fu/scripts/circuit.scm: reflected maze pdb interface change

-Yosh
1998-05-18 00:33:13 +00:00
Manish Singh 5b1f6495d8 better fix for the indexed merge problem
-Yosh
1998-05-17 22:09:33 +00:00
Manish Singh 488c4c9851 fix for merging indexed and indexed alpha images (from raph)
-Yosh
1998-05-17 21:45:51 +00:00
Manish Singh dabaf0c8e1 reverted idle handling change, exposed gtk label redraw bug which annoys
people

-Yosh
1998-05-17 21:05:24 +00:00
Manish Singh 9f452d5280 blargh
-Yosh
1998-05-17 07:20:04 +00:00
Manish Singh 0820b13c74 0.99.31 fun
updated print plugin

-Yosh
1998-05-17 07:16:50 +00:00
Manish Singh 8e3b756cd4 made url autodetection work again
-Yosh
1998-05-16 06:37:14 +00:00
EDT 1998 Matthew Wilson 7d1bf98d97 fixed typo --Matt
Fri May 15 03:54:48 EDT 1998  Matthew Wilson  <msw@gimp.org>

        * gimp_tips.txt: fixed typo
--Matt
1998-05-15 07:56:23 +00:00
EDT 1998 Matthew Wilson cbf41509e9 fixed bezierify on offset layers
Fri May 15 03:03:00 EDT 1998  Matthew Wilson  <msw@gimp.org>

        * app/iscissors.c: fixed bezierify on offset layers

--Matt
1998-05-15 07:03:47 +00:00
EDT 1998 Matthew Wilson 74b6888036 a very sad attempt to fix some iscissors lockups/segfaults --Matt
Thu May 14 21:18:27 EDT 1998  Matthew Wilson  <msw@gimp.org>

        * app/iscissors.c: a very sad attempt to fix some iscissors
        lockups/segfaults
--Matt
1998-05-15 01:20:29 +00:00
EDT 1998 Matthew Wilson 2f46649b46 made the splash screen a GTK_WINDOW_POPUP, changed the hackish
Thu May 14 18:10:38 EDT 1998  Matthew Wilson  <msw@gimp.org>

        * app/app_procs.c: made the splash screen a GTK_WINDOW_POPUP,
        changed the hackish gtk_main_iteration with a null idle
        loop to a more stylish while (gtk_events_pending())
        gtk_main_iteration();
--Matt
1998-05-14 22:27:16 +00:00
EDT 1998 Matthew Wilson af65463029 destroy the Overwrite dialog's window before running the save. --Matt
Wed May 13 23:58:20 EDT 1998  Matthew Wilson  <msw@gimp.org>

	* app/fileops.c (file_overwrite_yes_callback): destroy the
	Overwrite dialog's window before running the save.
--Matt
1998-05-14 04:26:28 +00:00
Manish Singh d907cd5d97 updated print plugin
stubbed out nonworking frac code

-Yosh
1998-05-14 00:32:53 +00:00
Sven Neumann dd4e4a84b3 The fact that Emacs has a ChangeLog mode amazed me so much, I forgot to
include my name with the ChangeLog entry. However, thanks go to Miguel for
fixing a stale lock in data/gradients making it possible to commit this at
last.


--Sven
1998-05-12 22:26:51 +00:00
Sven Neumann adce2c53d0 Added new scripts and new gradients they need.
--Sven
1998-05-12 22:21:08 +00:00
Manish Singh 155981ac9b create tips dialog after loading files on the command line, instead of in
* app/app_procs.c: create tips dialog after loading files on the command line,
instead of in an idle function. Lamer hack, but it works better.

* app/gdisplay_ops.c: fix for new view on zoomed image

* Makefile.am
* gimptool.1: added man page for gimptool by Ben Gertzfield

-Yosh
1998-05-12 09:53:24 +00:00
Manish Singh 343aef675b added --install-bin options for installing already built plugins
* gimptool.in: added --install-bin options for installing already built plugins

* app/convolve.c: check for indexed images properly

* app/layer.c: fix tile refcount oversight

* app/text_tool.c: fix for unlikely memleak

* libgimp/gimpimage.c: stupid ytpo ;)

* plug-ins/gfli/gfli.c: applied gimp-wh-980507-0 to fix "chunk-type-7-bug"

-Yosh
1998-05-12 00:12:47 +00:00
Sven Neumann c943c163e7 Added two new scripts.
--Sven
1998-05-11 21:58:00 +00:00
Sven Neumann bea57c14aa Updated print plug-in to version 2.0
--Sven
1998-05-11 19:53:31 +00:00
Manish Singh 695c0970cc workaround for text widget crash from owen
-Yosh
1998-05-09 03:52:19 +00:00
Manish Singh b1d200e2cc added --install and --install-admin options
-Yosh
1998-05-07 23:37:04 +00:00
Matt Wilson ea74671df0 try six of commit 1998-05-06 22:20:43 +00:00
Manish Singh 725850fe82 updates from Adam
* plug-ins/psd/psd.c: updates from Adam

* plug-ins/script-fu/scripts/text-circle.scm: new version

-Yosh
1998-05-05 18:41:55 +00:00
Manish Singh b036eaac18 0.99.29 fun
-Yosh
1998-05-05 04:26:33 +00:00
Manish Singh cff3ee1085 make repeat last and re-show plugin menu sensitive to image type
* app/plug_in.c: make repeat last and re-show plugin menu sensitive to image
type

-Yosh
1998-05-05 02:38:10 +00:00
Manish Singh 8785eaaedc define and export version number parts. Check for gtk 1.0.1
* configure.in: define and export version number parts. Check for gtk 1.0.1

* gimptool.in: do some arg check for --build

* app/fileops.c: handle file overwrite dialog too

-Yosh
1998-05-04 11:16:19 +00:00
EDT 1998 Matthew Wilson 7e6f58e0b3 make fileselectors insensitive during loading and saving --Matt
Sun May  3 22:10:05 EDT 1998  Matthew Wilson  <msw@gimp.org>

	* app/fileops.c: make fileselectors insensitive during
	loading and saving
--Matt
1998-05-04 03:21:54 +00:00
Sven Neumann df6cae0d74 Minimalistic change to the interface, makes it's possible to set the
channel opacity to 100.0% (always stooped at 99.0% before).


--Sven
1998-05-02 22:28:50 +00:00
Manish Singh 5c25e8e5c5 app/about_dialog.c app/app_procs.c use GIMP_VERSION from config.h now
* app/about_dialog.c
* app/app_procs.c
* app/main.c: use GIMP_VERSION from config.h now

* gimptool made to ease plug-in development and installation

-Yosh
1998-05-02 21:50:29 +00:00
Matt Wilson ca341227a5 oops - broke da gimp. This fixes it again 1998-05-02 20:34:26 +00:00
EDT 1998 Matthew Wilson e0fcfc8cc1 check to be sure that the gimage still exists when editing a channel -
Sat May  2 15:20:54 EDT 1998  Matthew Wilson  <msw@gimp.org>

	* app/channels_dialog.c: check to be sure that the gimage still
	exists when editing a channel - fixes bug report from Sven
--Matt
1998-05-02 19:43:20 +00:00
Manish Singh aee4f46489 spelling corrections for the man page
-Yosh
1998-05-02 08:01:42 +00:00
Manish Singh f15158ace9 another special case fix from Nick Lamb. I said it before, and I'll say it
* plug-ins/tiff/tiff.c: another special case fix from Nick Lamb. I said it
before, and I'll say it again: TIFF sucks

* app/fuzzy_select.c: find_boundary works nicer in indexed mode

* app/paint_funcs.c: generate dissolve random number table better (thanks Owen)

* README: bring up to date

-Yosh
1998-05-02 07:44:58 +00:00
EDT 1998 Matthew Wilson 96b1e436b9 handle double click on our own since channels_dialog_flush nukes the
Fri May  1 23:09:33 EDT 1998  Matthew Wilson  <msw@gimp.org>

	* app/channels_dialog.c: handle double click on our own since
	channels_dialog_flush nukes the widgets and we never get
	2BUTTON events
--Matt
1998-05-02 03:10:58 +00:00
Tim Janik 9a1914e355 keep the channel list uptodate on position changes. unref list items on
Fri May  1 13:22:21 1998  Tim Janik  <timj@gtk.org>

        * app/channels_dialog.c: keep the channel list uptodate
        on position changes. unref list items on destruction.

        the app/channels_dialog.c app/layers_dialog.c code for dealing
        with GtkList is a MESS, it needs to be completely reworked
        somewhen. this is *no* fun: the selection is changed so update
        the list (causing the selection to change again: the selection
        is changed so update the list (causing the selection to change
        again: the selection is changed so update the list (.... oops,
        sorry got caught in a recursive loop there ;) ))).
1998-05-01 13:18:28 +00:00
Manish Singh 0e0976de94 fix for off-by-one error in channel position from Andy Thomas
-Yosh
1998-04-30 23:56:07 +00:00
Manish Singh 401690a4fe updated randomize and blur plugins, split out libgpc into it's own dir
-Yosh
1998-04-30 23:42:31 +00:00
Manish Singh 38d2f7ee21 upgraded to libtool 1.2
-Yosh
1998-04-30 21:33:24 +00:00
Manish Singh 78fe9bc043 Selection logic fix from Gordon Matzigkeit
-Yosh
1998-04-30 08:48:18 +00:00
EDT 1998 Matthew Wilson 821bbbc475 Another small change to keep the segfaults away An attempt to squelch some
Thu Apr 30 03:15:51 EDT 1998 Matthew Wilson <msw@gimp.org>

        * app/curves.c: Another small change to keep the segfaults away
        * app/disp_callbacks.c: An attempt to squelch some warnings
--Matt
1998-04-30 07:16:54 +00:00
Matt Wilson c8888faf19 app/channels_dialog.c Modified event handlers to bring up the popup menu
* app/channels_dialog.c
	* app/layers_dialog.c: Modified event handlers to bring up the
	popup menu anywhere on layer/channel widget
--Matt
1998-04-30 06:09:55 +00:00
Manish Singh e9b670ef7a splash screen honors gtkrc
-Yosh
1998-04-30 05:30:28 +00:00
Manish Singh c731ecb150 reverted gimp-joke-980427-0 changes, they broke things
-Yosh
1998-04-29 23:53:00 +00:00
Manish Singh fd87592458 fix width > height case
* plug-ins/tiler/tiler.c: fix width > height case

* plug-ins/blinds/blinds.c
* plug-ins/convmatrix/convmatrix.c
* plug-ins/tileit/tileit.c: removed spurious gtk_container_add's

-Yosh
1998-04-29 23:08:49 +00:00
Adrian Likins d2d8b1894f updated man page to include new --debug-handlers option yosh added
-adrian
1998-04-29 11:52:01 +00:00
Manish Singh 6289df3534 tightened png header check a bit
-Yosh
1998-04-29 11:07:33 +00:00
Manish Singh bb7b1ae3d2 Updates from Adam
-Yosh
1998-04-29 10:48:02 +00:00
Manish Singh c7712c9cb4 don't die on corrupted fonts. Give some error messages instead.
-Yosh
1998-04-29 08:47:24 +00:00
Manish Singh b3801f421b enable adjustment of the gradient list box for scrolling
-Yosh
1998-04-29 06:19:40 +00:00
Tim Janik 2114b5abeb enable adjustment of the scrolled window to keep the focused font visible.
Wed Apr 29 00:56:19 1998  Tim Janik  <timj@gtk.org>

        * app/text_tool.c (text_create_dialog): enable adjustment of the
                scrolled window to keep the focused font visible.
1998-04-28 23:03:26 +00:00
Manish Singh dd27ee9478 portability fix for SunOS 4
-Yosh
1998-04-28 22:09:54 +00:00
Manish Singh 9f4f94c6c5 plug-ins/animationplay/animationplay.c plug-ins/CEL/CEL.c
* plug-ins/animationplay/animationplay.c
* plug-ins/CEL/CEL.c
* plug-ins/psd/psd.c
* plug-ins/xd/xd.c: applied gimp-joke-980427-0, warning cleanups

* app/temp_buf.c: applied gimp-entity-980427-0, temp_buf swap speedups and
more robust tempfile handling

-Yosh
1998-04-28 03:50:21 +00:00
Matt Wilson 010dc35e8a Wee!!! No more curves crash! (Hopefully ;) Watch for this kind of stuff
in other dialog code.  Widget event handlers get called before the data that
they reference gets initialized.  Move all that init code inside the dialog
creation.

-Matt
1998-04-28 01:01:34 +00:00
Tim Janik 333356ec28 adjust the scrolled window to always show the currently focused channel
Tue Apr 28 00:16:31 1998  Tim Janik  <timj@gtk.org>

        * app/channels_dialog.c (channels_dialog_create): adjust the scrolled
                window to always show the currently focused channel item.

                        * app/layers_dialog.c (layers_dialog_create): adjust the scrolled
                                window to always show the currently focused layer item.
1998-04-27 22:26:24 +00:00
Sven Neumann f0aefe67ba Updated sharpen and despeckle. Wow, sharpen is balzingly fast now, while
despeckle is still sort of lame...


--Sven
1998-04-27 22:01:01 +00:00
Sven Neumann 1bcba05b4a Updated bmp plug-in.
--Sven
1998-04-27 16:16:23 +00:00
Manish Singh b98b70f538 0.99.28 fun
-Yosh
1998-04-26 23:35:57 +00:00
Manish Singh 5e4287a181 app/procedural_db.c applied mem leak patch from Mattias Gronlund
* app/procedural_db.c
* app/text_tool.c: applied mem leak patch from Mattias Gronlund

* plug-ins/tiff/tiff.c: fix for indexed save from Dan Mitchell

-Yosh
1998-04-26 23:28:04 +00:00
Manish Singh 630c611977 merged Sopwith's optimizations into the updated version
-Yosh
1998-04-26 22:12:57 +00:00
Sven Neumann abe0982322 Added a tip about unselectable menu-items.
--Sven
1998-04-26 16:16:04 +00:00
Sven Neumann 8abc7b4549 Updated engrave and oilify using the patches Torsten sent to gimp-devel. Had
to fiddle around a bit to make them apply cleanly, but now everything seems
to work fine. Changed the scripts that call oilify since the number of
parameters has changed.


--Sven
1998-04-26 15:58:14 +00:00
Manish Singh bf81cf4df9 psd update, no endian problems anymore
-Yosh
1998-04-26 10:12:09 +00:00
Manish Singh 644a0060f5 updated CEL plugin added psd plugin and autoconfed for byte order
updated CEL plugin
added psd plugin and autoconfed for byte order

-Yosh
1998-04-26 09:35:56 +00:00
Manish Singh 8137f724ef Added sharpen to stable dist
* Added sharpen to stable dist

* updated sgi and despeckle plugins

* plug-ins/xd/xd.c: works with xdelta 0.18. The use of xdelta versions prior
to this is not-supported.

* plug-in/gfig/gfig.c: spelling corrections :)

* app/fileops.c: applied gimp-gord-980420-0, fixes stale save procs in the
file dialog

* app/text_tool.c: applied gimp-egger-980420-0, text tool optimization

-Yosh
1998-04-24 02:18:52 +00:00
EDT 1998 Matthew Wilson f6839d817a set srcPR2.[xy] to srcPR1.[xy] in gimage_construct_composite_preview
Thu Apr 23 21:27:23 EDT 1998 Matthew Wilson <msw@gimp.org>

        * app/gimage.c: set srcPR2.[xy] to srcPR1.[xy] in
        gimage_construct_composite_preview (fixes hangs in preview creation)
--Matt
1998-04-24 01:36:32 +00:00
EDT 1998 Matthew Wilson 405af739a0 removed the tool reset when changing gdisplays stop draw_core when
Tue Apr 21 15:11:21 EDT 1998 Matthew Wilson <msw@gimp.org>

	* app/disp_callbacks.c: removed the tool reset when changing gdisplays
	* app/bezier_select.c: stop draw_core when changing gdisplays
--Matt
1998-04-21 20:07:53 +00:00
Matt Wilson aaaeed098b Tus Apr 21 01:59:12 EDT 1998 Matthew Wilson <msw@gimp.org>
* app/iscissors.c: Remove the iscissors outline by stopping the
	draw_core before bezierifying the selection.  There may be
	memory leaks here (the iscissors stuff does not appear to be freed
	on bezierify)

--Matt
1998-04-21 18:31:09 +00:00
Manish Singh b9212d84e7 Added --debug-handlers to get debiugging options on all signals
updated animoptimize plugin

-Yosh
1998-04-21 01:19:30 +00:00
Marc Ewing ea897a50b8 added RPM/* files and use them in gimp.spec
1998-04-20  Marc Ewing  <marc@redhat.com>

        * added RPM/* files and use them in gimp.spec
1998-04-20 14:43:04 +00:00
Manish Singh 405ca540de wacky portability fix
-Yosh
1998-04-20 08:28:14 +00:00
Manish Singh 00d6521dd1 Weird event order for key_press blocking correctly handled.
-Yosh
1998-04-20 07:03:04 +00:00
Manish Singh 3f2f4b5c3f added new plug-in
plug-ins/animationplay/animationplay.c: fix sigsegv on close

-Yosh
1998-04-20 03:21:31 +00:00
Sven Neumann f73afe16f1 Truncate labels in the splash screen if they are too long to be displayed
without resizing the window; this should fix the problems with 100dpi fonts.


--Sven
1998-04-19 12:19:24 +00:00
Manish Singh 41aa51ff31 don't dereference a NULL pointer when a gimprc variable is used before it's
defined. Exit gracefully

-Yosh
1998-04-19 05:23:22 +00:00
Manish Singh c70a7ba315 0.99.27 fun
-Yosh
1998-04-18 18:45:41 +00:00