# do not edit -- automatically generated by arch changelog
# tag: automatic-ChangeLog--cduffy@spamcop.net--2003/ticket-applet--mainline--0.3
#

2003-05-24 21:01:10 GMT	Charles Duffy <cduffy@isgenesis.com>	patch-23

    Summary:
      Fix makefile.am for doc generation
    Revision:
      ticket-applet--mainline--0.3--patch-23

    "entities" was unspecified in Makefile.am -- and contrary to the xmldocs.make
    documentation which calls it optional, the build was occasionally dying due to
    its nonpresence. Added as an empty variable.

    modified files:
     ChangeLog doc/ticket-applet-2-manual/C/Makefile.am


2003-05-24 16:58:40 GMT	Charles Duffy <cduffy@isgenesis.com>	patch-22

    Summary:
      fix embarrasing typo
    Revision:
      ticket-applet--mainline--0.3--patch-22

    Duplicate */ after the copyright header in krb-util. Oops.

    modified files:
     ChangeLog src/krb-util.c


2003-05-24 02:14:23 GMT	Charles Duffy <cduffy@spamcop.net>	patch-21

    Summary:
      Fix bug in tagging method
    Revision:
      ticket-applet--mainline--0.3--patch-21

    Any file with "core" in the name was being unrecognized, as opposed to files
    named only "core" (or *.core)

    modified files:
     ChangeLog {arch}/=tagging-method


2003-05-24 00:54:13 GMT	Charles Duffy <cduffy@spamcop.net>	patch-20

    Summary:
      Add copyright notices to source files
    Revision:
      ticket-applet--mainline--0.3--patch-20

    Add a copy of the GPL boilerplate to each source file (to make the
    Savannah folks happy).

    modified files:
     ChangeLog src/krb-util.c src/krb-util.h src/properties.c
     src/properties.h src/renew.c src/renew.h src/ticket_applet.c
     src/ticket_applet.h


2003-05-21 18:23:25 GMT	Charles Duffy <cduffy@isgenesis.com>	patch-19

    Summary:
      Update TODO
    Revision:
      ticket-applet--mainline--0.3--patch-19

    Reformat to wrap at 70 lines
    Add new items

    modified files:
     ChangeLog TODO


2003-05-21 18:10:34 GMT	Charles Duffy <cduffy@isgenesis.com>	patch-18

    Summary:
      Make "properties" help button work
    Revision:
      ticket-applet--mainline--0.3--patch-18

    Connect "help" signal on properties box to properties_help_cb
    
    New function "properties_help_cb" based on properties_response_cb in
    clock applet

    modified files:
     ChangeLog src/properties.c


2003-05-21 17:23:55 GMT	Charles Duffy <cduffy@isgenesis.com>	patch-17

    Summary:
      Add minimum refresh time (1 minute)
    Revision:
      ticket-applet--mainline--0.3--patch-17

    Create a minimum refresh time check for values loaded from gconf

    modified files:
     ChangeLog src/ticket_applet.c src/ticket_applet.h


2003-05-21 16:14:43 GMT	Charles Duffy <cduffy@isgenesis.com>	patch-16

    Summary:
      Fix GConf usage
    Revision:
      ticket-applet--mainline--0.3--patch-16

    use CONFIG_KEY macros for setting/retrieving keys
    eliminate DEFAULT_TICKET_REFRESH

    modified files:
     ChangeLog src/properties.c src/ticket_applet.c
     src/ticket_applet.h


2003-05-21 14:27:30 GMT	Charles Duffy <cduffy@isgenesis.com>	patch-15

    Summary:
      Documentation updates
    Revision:
      ticket-applet--mainline--0.3--patch-15

    Fix incorrect attribution of copyright for documentation
    Add documentation for post-renewal commands

    modified files:
     ChangeLog
     doc/ticket-applet-2-manual/C/ticket-applet-2-manual.xml


2003-05-21 03:54:36 GMT	Charles Duffy <cduffy@spamcop.net>	patch-14

    Summary:
      Permit the user field to be null
    Revision:
      ticket-applet--mainline--0.3--patch-14

    Remove check for empty user field before attempting renew.
    Use getenv("USER") as user name for Kerberos ticket if no preference
    is set.

    modified files:
     ChangeLog src/renew.c src/ticket_applet.c


2003-05-20 23:43:30 GMT	Charles Duffy <cduffy@isgenesis.com>	patch-13

    Summary:
      Documentation updates
    Revision:
      ticket-applet--mainline--0.3--patch-13

    Add several items to TODO
    Make NEWS point at the appropriate ChangeLog files

    modified files:
     ChangeLog NEWS TODO


2003-05-20 22:45:39 GMT	Charles Duffy <cduffy@isgenesis.com>	patch-12

    Summary:
      Disable trace statements by default
    Revision:
      ticket-applet--mainline--0.3--patch-12

    Only print TRACE statements to stderr if ENABLE_TRACE is defined.

    modified files:
     ChangeLog src/ticket_applet.c


2003-05-20 22:22:16 GMT	Charles Duffy <cduffy@isgenesis.com>	patch-11

    Summary:
      proper GNOME2 help system
    Revision:
      ticket-applet--mainline--0.3--patch-11

    Use the egg-* help functions to provide genuine gnome2 help
    Write some preliminary documentation

    new files:
     doc/ticket-applet-2-manual/C/Makefile.am
     doc/ticket-applet-2-manual/Makefile.am omf.make
     src/egg-screen-exec.c src/egg-screen-exec.h
     src/egg-screen-help.c src/egg-screen-help.h
     src/egg-screen-url.c src/egg-screen-url.h xmldocs.make
     doc/ticket-applet-2-manual/C/ticket-applet-2-manual-C.omf
     doc/ticket-applet-2-manual/C/ticket-applet-2-manual.xml

    removed files:
     doc/C/Makefile.am doc/C/index.html

    modified files:
     AUTHORS ChangeLog Makefile.am configure.in doc/Makefile.am
     src/Makefile.am src/ticket_applet.c {arch}/=tagging-method

    new directories:
     doc/ticket-applet-2-manual doc/ticket-applet-2-manual/C

    removed directories:
     doc/C


2003-05-20 19:17:24 GMT	Charles Duffy <cduffy@isgenesis.com>	patch-10

    Summary:
      Update about window
    Revision:
      ticket-applet--mainline--0.3--patch-10

    Add own name to "about" window

    modified files:
     ChangeLog src/ticket_applet.c


2003-05-20 19:00:27 GMT	Charles Duffy <cduffy@isgenesis.com>	patch-9

    Summary:
      Fix evil startup crash
    Revision:
      ticket-applet--mainline--0.3--patch-9

    Use saner casting. Prevent variable reinitialization.

    modified files:
     ChangeLog src/ticket_applet.c


2003-05-20 17:37:29 GMT	Charles Duffy <cduffy@isgenesis.com>	patch-8

    Summary:
      fix "make clean"
    Revision:
      ticket-applet--mainline--0.3--patch-8

    .server file really gets cleaned on "make clean"

    modified files:
     ChangeLog Makefile.am


2003-05-20 06:06:26 GMT	Charles Duffy <cduffy@isgenesis.com>	patch-7

    Summary:
      Make it build at work
    Revision:
      ticket-applet--mainline--0.3--patch-7

    Eliminate dependancy on unnecessary automake macros
    Use krb5-config for finding kerberos include, lib dirs
    Fix missing line continuation in src/Makefile.am

    modified files:
     ChangeLog configure.in src/Makefile.am


2003-05-20 03:04:25 GMT	Charles Duffy <cduffy@spamcop.net>	patch-6

    Summary:
      include README and such with (archived) source files
    Revision:
      ticket-applet--mainline--0.3--patch-6

    fixed assorted source files mistakenly tagged as precious

    new files:
     AUTHORS COPYING INSTALL NEWS README TODO
     pixmaps/ticket_applet.png

    modified files:
     ChangeLog {arch}/=tagging-method


2003-05-19 23:25:33 GMT	Charles Duffy <cduffy@spamcop.net>	patch-5

    Summary:
      Add missing doc files
    Revision:
      ticket-applet--mainline--0.3--patch-5

    doc/C was being misrecognized as precious. fixed.

    new files:
     doc/C/Makefile.am doc/C/index.html

    modified files:
     ChangeLog {arch}/=tagging-method

    new directories:
     doc doc/C


2003-05-19 23:23:06 GMT	Charles Duffy <cduffy@spamcop.net>	patch-4

    Summary:
      Provide path to read XML file from
    Revision:
      ticket-applet--mainline--0.3--patch-4

    Pass UI_DATA_DIR in to source and use in calling
    panel_applet_setup_from_file

    modified files:
     ChangeLog src/Makefile.am src/ticket_applet.c


2003-05-19 20:49:24 GMT	Charles Duffy <cduffy@spamcop.net>	patch-3

    Summary:
      Use libpanel-applet-2 gconf calls
    Revision:
      ticket-applet--mainline--0.3--patch-3

    switch from gnome_config_* to panel_applet_gconf_*

    modified files:
     ChangeLog src/properties.c src/ticket_applet.c
     src/ticket_applet.h


2003-05-19 18:46:00 GMT	Charles Duffy <cduffy@spamcop.net>	patch-2

    Summary:
      Use automatic ChangeLog generation
    Revision:
      ticket-applet--mainline--0.3--patch-2

    Use arch's automatic changelog generation functionality

    new files:
     ChangeLog

    removed files:
     ChangeLog


2003-05-19 18:30:08 GMT	Charles Duffy <cduffy@spamcop.net>	patch-1

    Summary:
      Fix misusage of PKG_CHECK_MODULES
    Revision:
      ticket-applet--mainline--0.3--patch-1

    Previously, each PKG_CHECK_MODULES call was overwriting the results of
    the previous such call. This has been fixed.

    modified files:
     configure.in src/Makefile.am


2003-05-19 05:35:53 GMT	Charles Duffy <cduffy@spamcop.net>	base-0

    Summary:
      initial import
    Revision:
      ticket-applet--mainline--0.3--base-0

    First cut of GNOME2 kerberos ticket managing applet. Still unusably unstable.

    new files:
     ./ChangeLog ./ChangeLog.old
     ./GNOME_TicketApplet_Factory.server.in ./Makefile.am
     ./autogen.sh ./configure.in ./doc/Makefile.am
     ./pixmaps/Makefile.am ./src/GNOME_TicketApplet.xml
     ./src/Makefile.am ./src/krb-util.c ./src/krb-util.h
     ./src/properties.c ./src/properties.h ./src/renew.c
     ./src/renew.h ./src/ticket_applet.c ./src/ticket_applet.h


