2006-12-18  Matthias Clasen  <mclasen@redhat.com>

	* === Release 0.20 ===

	* configure.ac: Use AC_PROG_CC_C_O at automakes
	request

	* ec-job-model.c: Add some parentheses to avoid
	compiler warnings.

	* NEWS: Updates

2006-12-12  Matthias Clasen  <mclasen@redhat.com>

	* configure.ac: Bump version to 0.20

2006-12-12  Matthias Clasen  <mclasen@redhat.com>

	Merge accumulated Fedora patches:
	
	* ec-tray-icon.c: 
	* main.c: Use new dbus api

	* ec-driver-prompt.c:
	* ec-driver-prompt-dialog.[hc]: Update for new hal_lpadmin

	* eggtrayicon.c: Support transparent panels

	* ec-job-model.c: Remove an overzealous assertion, 
	fix a problem where eggcups loses track of remote jobs

	* ec-tray-icon.c:
	* ec-driver-prompt-dialog.h:
	* printerdriverselector.conf:	
	* ec-cups-manager.c: Use the com.redhat. interface that
	cups 1.2 provides, not org.freedesktop.

	* ec-job-list.c: Fix remote job cancellation

	* ec-driver-prompt-dialog.c: Fix the parsing of
	foomatic xml

2006-05-31  Roozbeh Pournader  <roozbeh@farsiweb.info>

	Fix for gnome #341918, farsiweb #119 (reported by Meelad Zakaria):
	* ec-job-list.c: Mark two messages for translation.
	* po/Makevars: Add Q_ to xgettext keywords.
	* configure.ac: Change glib requirement to 2.4.0.

2006-05-31  Roozbeh Pournader  <roozbeh@farsiweb.info>

	* configure.ac: Add 'fa' (Persian) to ALL_LINGUAS.

2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.ac: Remove obsolete entry for no_NO
	* po/no.po: And the translation.

2006-01-11  John (J5) Palmieri  <johnp@redhat.com>

	* ec-driver-prompt.c (get_user_driver): Fix crasher triggered by an
	assert, when getting a NULL back from gconf and trying to send it 
	over D-Bus

2006-01-02  Abel Cheung  <maddog@linuxhall.org>

	* configure.ac: Added "en_GB" "mk" "vi" "zh_HK" "zh_TW" to ALL_LINGUAS.

2005-09-15  Christopher Aillon  <caillon@redhat.com>

	* ec-tray-icon: Use GtkAboutDialog if using GTK+ >= 2.6

2005-08-26  Colin Walters  <walters@verbum.org>

	* cups-dbus.conf: Pull in from Fedora, change namespace
	  to org.freedesktop.
	
2005-08-26  Colin Walters  <walters@verbum.org>

	* Makefile.am (EXTRA_DIST): Add cups-dbus.patch.

2005-07-  Baris Cicek <baris@teamforce.name.tr>

	* configure.ac: Added tr to ALL_LINGUAS

2005-07-29  Žygimantas Beručka  <zygis@gnome.org>

	* configure.ac: Added "lt" (Lithuanian) to ALL_LINGUAS.

2005-07-26  Alexander Shopov  <ash@contact.bg>

	* configure.ac: Added "bg" (Bulgarian) to ALL_LINGUAS

2005-07-25  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* configure.ac: Added "th" (Thai) to ALL_LINGUAS.

2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>

	* configure.ac: Added ne in ALL_LINGUAS

2005-07-15  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* configure.ac: Added 'gl' to ALL_LINGUAS.

2005-07-13  Rajesh Ranjan  <rajeshkajha@yahoo.com>

	* configure.ac (ALL_LINGUAS): Added hi.

2005-07-12  Marcel Telka  <marcel@telka.sk>

	* configure.ac (ALL_LINGUAS): Added sk.

2005-06-22  Colin Walters  <walters@verbum.org>

	* configure.ac: Release 0.19.1.
	
2005-06-22  Colin Walters  <walters@verbum.org>

	* cups-dbus.patch: Really update from Fedora.

2005-06-22  Colin Walters  <walters@verbum.org>

	* configure.ac: Release 0.19.
	
2005-06-22  Colin Walters  <walters@verbum.org>

	* ec-tray-icon.c (save_password_for_printer): Fix int/guint32
	warning.
	(save_password_for_printer, job_state_changed_cb): Port to
	GtkMessageDialog.

	* ec-job-list.c (cancel_cb, pause_cb, resume_cb): Port to
	GtkMessageDialog.

	* ec-driver-prompt-dialog.c (processStart, processEnd) 
	(processCData, processChars): Cast to gchar * to avoid
	signedness warnings.

	* gst-hig-dialog.c:
	* gst-hig-dialog.h:
	* rb-dialog.h:
	* rb-dialog.c: Delete in favor of GtkMessageDialog.
	
	* cups-dbus.patch: Update from Fedora.

	* po/POTFILES.in: Remove rb-dialog.c.

2005-05-17  Kostas Papadimas <pkst@gnome.org>

	* configure.in:: Added el  to ALL_LINGUAS.

2005-04-18  Christophe Merlet  <redfox@redfoxcenter.org>

	* configure.in: Added "fr" to ALL_LINGUAS.

2005-04-01  Steve Murphy  <murf@e-tools.com>

	* configure.in: Added "rw" to ALL_LINGUAS.

2005-02-24  Ray Strode  <rstrode@redhat.com>

	* ec-driver-prompt.c
	(ec_driver_prompt_init):
	(ec_driver_prompt_class_init):
	use GObject's built in private data handling functions instead of 
	g_new and g_free.  Add G_PARAM_WRITABLE and G_PARAM_CONSTRUCT to
	param flags for bus property.
	(ec_driver_prompt_constructor):
	get rid of unused function
	(ec_driver_prompt_get_printer_info_from_udi):
	new function to pull the printer make and model from hal
	(ec_driver_prompt_config_hal_printer): use 
	ec_driver_prompt_get_printer_info_from_udi
	(ec_driver_prompt_config_user_printers):
	tell HAL what dbus connection to use.
	* ec-tray-icon.c (handle_generic_dbus_message): port to CVS dbus
	* main.c (main): Don't treat RequestName replies as bitfields.

2005-02-09  Ray Strode  <rstrode@redhat.com>

	* ec-cups-manager.c (session_cupsd_message_handler):
	* ec-driver-prompt-dialog.[ch] 
	(dbus_generate_user_driver_path),
	(dbus_match_printer_driver),
	(dbus_set_printer_driver),
	(ec_driver_prompt_dialog_set_and_show),
	(ec_driver_prompt_dialog_parse_message):
	* ec-driver-prompt.c (gconf_generate_user_driver_path), 
	(find_user_driver), (get_user_driver), 
	(ec_driver_prompt_config_hal_printer),
	(ec_driver_prompt_config_user_printers),
	(handle_dbus_local_queue),
	(handle_dbus_local_start),
	(handle_dbus_remote_queue),
	(ec_dbus_message_handler):
	Port to CVS HAL, do some more CVS DBUS porting fixage,
	and constify string input arguments to functions (still 
	untested).

2005-02-04  Colin Walters  <walters@verbum.org>

	* Apply patch from Jody Goldberg to convert
	com.redhat namespace to org.freedesktop.

2005-02-04  Colin Walters  <walters@redhat.com>

	* Attempt to port to DBUS CVS; untested.

2005-02-04  Colin Walters  <walters@redhat.com>

	* gnome-default-printer.desktop.in: Use stock_print for icon
	  instead of Bluecurve-specific icon.

2004-12-16  Colin Walters  <walters@redhat.com>

	* ec-job-model.c (ec_job_model_remove_old_completed): New
	function; removes old completed jobs.

	* ec-job-list.c (clear_cb): New function.
	(create_jobs_menubar): Add a menu item for clearing
	completed documents.

2004-12-01  Pauli Virtanen  <pauli.virtanen@hut.fi>

	* configure.ac: fi (Finnish) translation added.

2004-11-02 Colin Walters  <walters@redhat.com>

	* ec-cups-job-monitor.c (ec_cups_job_monitor_add_job): Take
	a path to use; we do a POST to this path instead of just to
	/.

	* ec-job-model.c (ec_job_model_job_sent_remote): Extract
	host and path from printer URI, pass it to job monitor. 

2004-10-25 John (J5) Palmieri  <johnp@redhat.com>

	* ec-driver-prompt.c (ec_driver_prompt_config_hal_printer):
	Use usb.vendor if printer.vendor is NULL. Use "Unkown" if they
	are both NULL.  Use usb.producy if info.product is NULL.  Use
	"Unkown" if they are both NULL.

	* ec-driver-prompt-dialog.c (dbus_match_printer_driver): Return
	with a FALSE if make or model is equal to NULL

2004-10-21 Colin Walters  <walters@redhat.com>

	* ec-driver-prompt-dialog.c (dbus_match_printer_driver): Handle
	OOM and error cases better.
	
	* ec-tray-icon.c (ec_dbus_message_handler): Ditto.

2004-10-21 Colin Walters  <walters@redhat.com>

	* ec-driver-prompt.c (get_user_driver): Handle the case
	where dbus_message_new_method_return returns NULL
	gracefully.

2004-10-15 Colin Walters  <walters@redhat.com>

	* ec-job-list.c (create_jobs_menubar): Don't
	show Help in menu, we don't have it yet.
	
2004-10-15 Colin Walters  <walters@redhat.com>

	* ec-driver-prompt-dialog.c (process_foomatic_data): 
	Fix mismatch gint/gsize.

2004-10-14	Amanpreet Singh Alam
	
	* configure.ac: pa (Punjabi) Translation is added

2004-10-04  John (J5) Palmieri  <johnp@redhat.com>

	* ec-driver-prompt.c (ec_driver_prompt_create_dialog): Set dialog
	title to an empty string 

2004-10-04  John (J5) Palmieri  <johnp@redhat.com>

	*  ec-driver-prompt.c:
	(ec_driver_prompt_create_dialog): New method split out from 
	ec_driver_prompt_dbus_message_handler
	(ec_driver_prompt_config_hal_printer): Added code to check
	if a driver is available for the make and model of a printer

	* ec-driver-prompt-dialog.c:
	(dbus_match_printer_driver): New method that asks cups-config-daemon
	if there is a driver for the given printer make and model
	(ec_driver_prompt_dialog_set_and_show): New method broken out from 
	ec_driver_prompt_dialog_parse_message 
	
2004-10-06  Colin Walters  <walters@redhat.com>

	* configure.ac: Release 0.16.

	* AUTHORS: Add J5.
	
2004-10-04  John (J5) Palmieri  <johnp@redhat.com>

	* ec-driver-prompt-dialog (on_ok_button_clicked, gconf_set_printer_driver):
	Pass in the selected printers make and model.  This was a bug that
	would write out the reported make and model from hal which would
	be useless because we are trying to match up the reported values
	to the values in the database for printers where they do not match.

2004-09-30  Colin Walters  <walters@redhat.com>

	* configure.ac: Release 0.15.2.
	
2004-09-30  Colin Walters  <walters@redhat.com>

	* configure.ac: Check for GLIB_GENMARSHAL.

2004-09-30  Colin Walters  <walters@redhat.com>

	* configure.ac: Release 0.15.1.

2004-09-30  Colin Walters  <walters@redhat.com>

	* ec-driver-prompt.c (ec_driver_prompt_config_user_printers):
	Initialize number of printers to work around HAL bug.

2004-09-30  Colin Walters  <walters@redhat.com>

	* printdriverselector.conf: Allow root user to get
	PrintDriverSelection too.
	
	* gnome-default-printer.c (main): Call bindtextdomain and stuff.

2004-09-30  Colin Walters  <walters@verbum.org>
	
	* gnome-default-printer.c (main): Change vertical scrollbar
	policy to GTK_POLICY_AUTOMATIC.

2004-09-29  Colin Walters  <walters@redhat.com>

	* configure.ac: Release 0.15.

2004-09-28  Colin Walters  <walters@redhat.com>

	* ec-tray-icon.c (handle_generic_dbus_message): Exit 0
	from DBus handler if we get disconnected.  For now.
	Sigh.

2004-09-28  Colin Walters  <walters@redhat.com>

	* gnome-default-printer.c: New file, allows
	users to change default CUPS printer.

	* gnome-default-printer.desktop.in (Icon): Add .desktop for it.
	
	* Makefile.am, .cvsignore: Update for above.

2004-09-27  Colin Walters  <walters@redhat.com>

	* configure.ac (ALL_LINGUAS): Add ru.

	* ec-driver-prompt.c (get_user_driver): Remove unused variable.

2004-09-25  Colin Walters  <walters@redhat.com>

	* configure.ac: Release 0.14.1.

2004-09-25  John (J5) Palmieri  <johnp@redhat.com>

	* ec_driver_prompt.c (find_user_driver): forgot to derefrence pointer when
	checking if return_make or return_model are NULL.  This should fix the
	eggcups crashing on startup bug (Gnome Bug#153683)

2004-09-23  Colin Walters  <walters@redhat.com>

	* configure.ac: Release 0.14.

2004-09-23  Colin Walters  <walters@redhat.com>

	* main.c (main): Exit cleanly if com.redhat.PrinterManager
	already exists on the session bus.

2004-09-21  John (J5) Palmieri  <johnp@redhat.com>

	* configure.ac: added HAL check 

	* ec-driver-prompt-dialog.(c|h): made dbus_set_printer_driver a 
	public function

	* ec-driver-prompt.c 
	(find_user_driver, construct_printer_name): New Functions
	(ec_driver_prompt_config_hal_printer): New Functions
	(ec_driver_prompt_config_user_printers): New Functions
	(ec_driver_prompt_dbus_init): Call ec_driver_prompt_config_user_printers to
	itterate over HAL printers and configure them on login.

2004-09-20  Colin Walters  <walters@redhat.com>

	* configure.ac: Release 0.13.

2004-09-20  Colin Walters  <walters@redhat.com>

	* cups-dbus.patch: Update.
	
2004-09-20  Colin Walters  <walters@redhat.com>

	* ec-tray-icon.c (handle_dbus_local_start): Pass printer name
	to ec_job_model_job_started_local.

	* ec-job-model.c (job_submitted_local_internal): Factored out from
	ec_job_model_job_submitted_local.
	(ec_job_model_job_submitted_local): Invoke
	job_submitted_local_internal.  Also take printer name argument.
	(ec_job_model_job_started_local): More gracefully handle the
	case where we don't know about a local job.

	* ec-job-model.c (ec_job_model_job_started_local): Poll local
	jobs as well.

	* main.c (main): Try to acquire com.redhat.PrinterManager on
	the session bus, and exit if we're already active.

	* ec-tray-icon.c (idle_check_session_dbus)
	(idle_check_system_dbus): Do exit on D-BUS
	disconnect, in preparation for being managed
	by D-BUS activation.

2004-09-15  John (J5) Palmieri  <johnp@redhat.com>

	* printdriverselector.conf: 
	Default is to deny all messages.
	Only root can send messages to pop up the dialog
	Only the console user can own the service

2004-09-14  Colin Walters  <walters@redhat.com>

	* ec-tray-icon.c (idle_blink, idle_blink_ctxt_destroy): New
	function.
	(row_inserted_cb): Start blinking.
	(ec_tray_icon_dispose): Stop idle blinking.
	(ec_tray_icon_init): Create blank pixbuf.
	(ec_tray_icon_dispose): Unref blank pixbuf.
	(ec_tray_icon_init): Use g_build_filename to construct
	path to icon.png.

2004-09-14  Colin Walters  <walters@redhat.com>

	* configure.ac: Release 0.12.
	
2004-09-14  Colin Walters  <walters@redhat.com>

	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add
	--disable-schemas-install.
	(EXTRA_DIST): Distribute dbuspolicy_DATA.

2004-09-12  Hendrik Brandt <hebra@cvs.gnome.org>

	* configure.ac: Added 'de' (German) to ALL_LINGUAS.

2004-09-10  Maxim Dziumanenko <mvd@mylinux.com.ua>

	* configure.ac: Added 'uk' (Ukrainian) to ALL_LINGUAS.

2004-09-09  John Palmieri  <johnp@redhat.com>

	*  ec-driver-prompt-dialog.c: added io_id to the private data 
	for tracking the id of the io stream handler and taking it out of
	the main loop when it is no longer needed. 
	(ec_driver_prompt_dialog_constructor, ec_driver_prompt_dialog_finalize,
	processStartDoc, processChars, populate_dialog): 
	various changes to prevent memory leaks.
	(ec_driver_prompt_dialog_finalize): Linked up to parent finalize method
	to fix a nasty memory coruption bug.

	* ec-driver-prompt.c (ec_driver_prompt_dbus_message_handler): made sure
	to make dialog_list an lvalue when appending to it. 

	* main.c (main): free dotdir

2004-09-09  Colin Walters  <walters@redhat.com>

	* ec-tray-icon.c (ec_tray_icon_finalize): Chain up
	to parent class' finalize.

	* ec-job-model.c (ec_job_model_finalize): Ditto.

	* ec-job-list.c (ec_job_list_finalize): Ditto.

2004-09-09  Colin Walters  <walters@redhat.com>

	* configure.ac: Better handling of --with-session-cupsd
	argument.

2004-09-08  Colin Walters  <walters@redhat.com>

	* configure.ac: Use AM_GCONF_SOURCE_2.

	* eggcups.schemas: New file.
	
	* Makefile.am (schemadir): Install it.
	(install-data-local): Frobnicate it.
	
	* ec-tray-icon.c (idle_check_session_dbus): Use gconf
	key to decide whether to launch session cupsd.

2004-09-08  Colin Walters  <walters@redhat.com>

	* autogen.sh: Use automake 1.9.

2004-09-07  John Palmieri  <johnp@redhat.com>

	* Added printdriverselector.conf dbus policy configuration

2004-09-07  Ankit Patel <ankit@redhat.com>

	* configure.ac: Added 'gu' (Gujarati) to ALL_LINGUAS.

2004-09-03  Colin Walters  <walters@redhat.com>

	* main.c (destroy_icon): New function, should
	correctly destory eggcups (including session
	cupsd).
	(session_die, handle_die_signal): Call it.

	* ec-cups-manager.c (spawn_cups): Generate argv
	more dynamically.  Remove spurious call to sleep().

2004-09-01  Colin Walters  <walters@redhat.com>

	* cups-dbus.patch: Update.
	
2004-08-31  John (J5) Palmieri  <johnp@redhat.com>

	* driverdialog.glade, ec-driver-prompt-dialog.c, 
	ec-driver-prompt-dialog.h, ec-driver-prompt.c:
	fixed various bugs that were introduced when
	ECDriverPromptDialog was converted to a GtkWidget

2004-08-31  Colin Walters  <walters@redhat.com>

	* ec-cups-manager.c (populate_server_root): Initialize
	error.

2004-08-31  Colin Walters  <walters@redhat.com>

	* configure.ac: Release 0.10.2.

2004-08-31  Colin Walters  <walters@redhat.com>

	* ec-cups-manager.c (generate_cupsd_conf): Quiet
	compiler warning about replacement.

2004-08-31  Colin Walters  <walters@redhat.com>

	* ec-tray-icon.c (ec_dbus_message_handler): Initialize
	DBus reply also in the case where we're using the keyring
	password.

2004-08-31  Colin Walters  <walters@redhat.com>

	* configure.ac: Release 0.10.1.

2004-08-31  Colin Walters  <walters@redhat.com>

	* configure.ac: Require newer GTK+ and libgnomeui.

2004-08-31  Colin Walters  <walters@redhat.com>

	* ec-cups-manager.c (generate_cupsd_conf): Write newlines after
	replaced variables.

2004-08-31  Colin Walters  <walters@redhat.com>

	* ec-tray-icon.c: Change some #if to #ifdef.

2004-08-31  Colin Walters  <walters@redhat.com>

	* configure.ac: Release 0.10.

2004-08-31  Colin Walters  <walters@redhat.com>

	* Makefile.am (EXTRA_DIST): Distribute glade_DATA.

2004-08-31  Colin Walters  <walters@redhat.com>

	* ec-job-list.c (ec_job_list_constructor): Don't put
	user name in window title, it isn't useful.

2004-08-31  Colin Walters  <walters@redhat.com>

	* ec-cups-manager.c (watch_cb): Remove reload timeout
	if we're going to restart cupsd.
	(signal_cupsd_reload): Don't do anything if there's
	no cupsd running.
	(write_printers_conf): More gracefully handle
	inability to create temporary file.

2004-08-31  Colin Walters  <walters@redhat.com>

	* ec-job-list.h, ec-job-list.c: GObject-ify.

	* ec-tray-icon.c: Update to new ECJobList API.
	
	* ec-tray-icon.c (icon_button_press_cb): Update to new ECJobList
	API.
	(ec_tray_icon_dispose): Dipose job list.

2004-08-30  Colin Walters  <walters@verbum.org>

	* ec-cups-manager.c (ec_cups_manager_dispose): Clean up temporary
	directory.
	(ec_cups_manager_finalize): Move cleanup into dispose.
	(generate_cupsd_conf): Plug another memory leak.
	(watch_cb): Clean up temporary directory before launching new
	cupsd.
	(cleanup_temp): Move cleanup here.

2004-08-30  Colin Walters  <walters@verbum.org>
	
	* ec-cups-manager.c (ec_cups_manager_finalize): Free data
	after using it.  Also plug one more leak.

2004-08-30  Colin Walters  <walters@verbum.org>

	* ec-cups-manager.c (ec_cups_manager_finalize): Plug memory leaks.
	(ec_cups_manager_constructor): Don't exit immediately if we
	can't create queue directory - give user a chance to correct.
	(generate_cupsd_conf): Plug memory leak.

2004-08-30  Colin Walters  <walters@verbum.org>
	
	* ec-tray-icon.c (handle_generic_dbus_message): Add debug bits.
	(idle_check_system_dbus): Don't exit on disconnect.
	(idle_check_session_dbus): Ditto.

	* ec-driver-prompt.c (ec_driver_prompt_dbus_init): Use rb_debug
	instead of fprintf.  Return gboolean for error instead of int.

2004-08-29  John (J5) Palmieri  <johnp@redhat.com>

	Reviewed and mangled by Colin Walters <walters@redhat.com>.

	* ec-driver-prompt.h, ec-driver-prompt.c:
	* ec-driver-prompt-dialog.h, ec-driver-prompt-dialog.c:
	* driverdialog.glade: New files, implementing a driver dialog.
	
	* configure.ac: Require libglade and gconf.

	* Makefile.am (glade_DATA): Install driverdialog.glade.

2004-08-29  Takeshi AIHANA <aihana@gnome.gr.jp>

	* configure.ac: Added 'ja' (Japanese) to ALL_LINGUAS.

2004-08-22  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* configure.ac: Added Spanish translation to ALL_LINGUAS.

2004-08-21  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.ac: Add «nb» and «no» to ALL_LINGUAS.

2004-08-15  Colin Walters  <walters@verbum.org>

	* ec-cups-manager.c (symlink_file_to_dir): New function.
	(populate_server_root): Dynamically create symlinks to
	static files in $(sysconfdir)/cups, instead of attempting to
	do it at 'make install' time.

	* session-cups-config/Makefile.am (install-data-hook): Remove.
	(cupsdstaticconf_DATA): Add empty printers.conf.

2004-08-14  Colin Walters  <walters@verbum.org>

	* eggcups.desktop.in: Delete.  Eggcups should always be part of
	the user session.  What we really need is a way for programs to be
	automatically added to the session.
	
	* Makefile.am: Kill off eggcups.desktop.

2004-08-14  Colin Walters  <walters@verbum.org>
	
	* ec-tray-icon.c (job_state_changed_cb): Add missing space in
	message.

2004-08-13  Colin Walters  <walters@redhat.com>

	* ec-tray-icon.c (handle_dbus_remote_queue): Take
	new printer name argument from D-BUS message.

	* ec-job-model.h (ec_job_model_job_sent_remote): Take
	printer_name argument.
	
	* ec-job-model.c (ec_job_model_job_sent_remote): Fix
	last fix to really set up new job.

2004-08-13  Colin Walters  <walters@redhat.com>

	* ec-job-model.c (ec_job_model_job_sent_remote): Don't
	fail if we don't have a local job ID for a job that was
	sent remote.  This can happen if a job is queued for
	the session cupsd, but isn't sent immediately, and
	then eggcups gets restarted.

2004-08-13  Colin Walters  <walters@redhat.com>

	* session-cups-config/cupsd.conf: Set ReloadTimeout.
	To use this you need an (even more ;)) patched cupsd.

2004-08-12  Colin Walters  <walters@redhat.com>
	    Matthias Clasen <mclasen@redhat.com>

	* printing-architecture.txt: New file, explaining
	the eggcups approach to printing.

2004-08-12  Matthias Clasen <mclasen@redhat.com>
	    Colin Walters  <walters@redhat.com>

	* ec-cups-manager.c (struct ECCupsManagerPrivate): Maintain
	printer_uri_map, our knowlege about mappings from printer
	names to their URIs.
	(ec_cups_manager_constructor): Handle printer additions and
	deletions differently.
	(ec_cups_manager_constructor): Call initialize_printer_list.
	(session_cupsd_message_handler): Don't free password
	until after sending message (!).
	(populate_server_root): Create empty printers.conf to make
	cupsd happy.
	(create_passwd): Invoke httpMD5 inline.
	(spawn_cups): Sleep 3 seconds after starting CUPS to
	allow it to read configuration files.
	(write_printer_data): New function to write printer
	information.
	(signal_cupsd_reload): New timeout function to regenerate
	printers.conf, and send SIGHUP to cupsd.
	(queue_printer_conf_reload): New function to queue a printer.conf
	regeneration.
	(printer_attributes_changed_cb): Handle attribute changes
	asynchronously.
	(printer_added_cb): Handle printer addition by just queuing a
	printer attribute update.
	(write_printers_conf, write_printer_data_from_hash): New
	function to atomically generate printers.conf from
	our printer_uri_map.
	(printer_removed_cb): Handle printer removal similarly
	to addition.

2004-08-12  Colin Walters  <walters@redhat.com>

	* session-cups-config/cupsd.conf: Use Digest authentication,
	not BasicDigest.

2004-08-11  Adam Weinberger  <adamw@gnome.org>

	* configure.ac: Added en_CA to ALL_LINGUAS.

2004-08-11  Colin Walters  <walters@verbum.org>

	* ec-cups-manager.c (create_passwd): Be sure we create
	the password file with mode 0600.

2004-08-10  Colin Walters  <walters@verbum.org>

	* configure.ac: Require gnome-keyring.

	* ec-tray-icon.c (ec_dbus_unregister_handler)
	(lookup_password_for_printer, save_password_for_printer) New
	functions, implementing password prompting.
	(ec_dbus_message_handler): Handle password prompt message.
	(idle_check_session_dbus): Register object path.

2004-08-10  Colin Walters  <walters@redhat.com>

	* main.c (handle_die_signal): Actually read data, and exit
	program.  Use gtk_widget_destroy to ensure it goes away.
	(tray_destroy_cb): Use gtk_widget_destroy, and also call
	gtk_object_sink to decrease refcount of icon when first created.

	* ec-tray-icon.c (ec_tray_icon_dispose): Disconnect from
	bus before unreffing.
	(ec_tray_icon_dispose): Unref cups manager too.
	(ec_tray_icon_finalize): Debug bits.

	* ec-cups-manager.c (ec_cups_manager_finalize): Clean up
	generated cupsd files on shutdown.
	(spawn_cups): Record child watch ID.
	(rm_rf_ftw_func, rm_rf): New.

	* Makefile.am (INCLUDES): Define _XOPEN_SOURCE too.

2004-08-10  Colin Walters  <walters@redhat.com>

	* main.c (handle_die_signal, handle_signal): New.
	(main): Attempt to handle SIGINT/SIGTERM.

2004-08-10  Colin Walters  <walters@redhat.com>

	* ec-cups-manager.c (printer_list_changed_cb): Save
	printer list atomically.

2004-08-09  Colin Walters  <walters@verbum.org>

	* ec-tray-icon.c (handle_session_dbus_message): Handle
	disconnections, and display messages in debug mode.
	(idle_check_session_dbus): Move more setup below
	instantiation of session cups manager.

	* ec-cups-manager.c (session_cupsd_message_handler): Use
	application name instead of object path to match method
	calls.
	(get_listen_address): Actually set port.

2004-08-09  Colin Walters  <walters@redhat.com>

	* First attempt at a D-BUS interface to session
	  CUPS server.
	
2004-08-07  Duarte Loreto <happyguy_pt@hotmail.com>

	* configure.ac: Added Portuguese (pt) to ALL_LINGUAS.

2004-08-06  Colin Walters  <walters@redhat.com>
	    Matthias Clasen <mclasen@redhat.com>

	* Prototype implementation of CUPS running in
	  user session.  Only enabled with --with-session-cupsd.
	
2004-08-05  Colin Walters  <walters@redhat.com>

	* ec-tray-icon.c: Add missing include.

2004-07-30  Colin Walters  <walters@redhat.com>

	* configure.ac: Release 0.9.5.

2004-07-30  Colin Walters  <walters@redhat.com>

	* Makefile.am (DISTCLEANFILES): Clean eggcups.desktop.

2004-07-28  Gustavo Maciel Dias Vieira  <gustavo@sagui.org>

	* configure.ac: Added pt_BR to ALL_LINGUAS.

2004-07-15  Colin Walters  <walters@gnome.org>

	* ec-job-list.c (cancel_cb): Use ngettext.

2004-07-15  Jordi Mallach  <jordi@sindominio.net>

	* configure.ac (ALL_LINGUAS): Added "ca" (Catalan).

2004-07-15  Colin Walters  <walters@gnome.org>

	* ec-tray-icon.c (job_state_changed_cb): Yet more s/job/document.

2004-07-15  Colin Walters  <walters@gnome.org>

	* ec-tray-icon.c (ec_tray_icon_show_about_window): Unmark names
	for translation, UTF-8-ize copyright symbols.

2004-07-15  Colin Walters  <walters@gnome.org>

	* ec-tray-icon.c (sync_state): More s/document/job/.

	* ec-job-list.c (create_job_list): Fix typo.

2004-07-15  Colin Walters  <walters@redhat.com>

	* .cvsignore: Update.

2004-07-15  Colin Walters  <walters@redhat.com>

	* ec-job-list.c (create_job_list): s/job/document/ in UI.

2004-07-15  Jordi Mallach  <jordi@sindominio.net>

	* Makefile.am: Add intltool rules for desktop data.
	(EXTRA_DIST) Add intltool and desktop_in_files.
	* configure.ac: Require intltool 0.30.
	* eggcups.desktop: Moved...
	* eggcups.desktop.in: here, for intltoolisation.

	* .cvsignore: Added.

2004-07-15  Christian Rose  <menthos@menthos.com>

	* configure.ac: Added "sv" to ALL_LINGUAS.
	
2004-07-15  Colin Walters  <walters@redhat.com>

	* configure.ac: Release 0.9.4.

2004-07-15  Colin Walters  <walters@redhat.com>

	* README, NEWS: Update a little.

2004-07-15  Colin Walters  <walters@redhat.com>

	* cups-dbus.patch: Added for reference.

2004-07-15  Colin Walters  <walters@redhat.com>

	* Imported into the GNOME CVS from Arch.
	  The Arch tree is no longer used.

# arch-tag: automatic-ChangeLog--walters@redhat.com--2004/eggcups--main--0
#

2004-06-23 21:32:44 GMT	Colin Walters <walters@verbum.org>	patch-61

    Summary:
      upd inventory to ignore tarballs
    Revision:
      eggcups--main--0--patch-61


    modified files:
     .arch-inventory ChangeLog


2004-06-23 21:23:30 GMT	Colin Walters <walters@verbum.org>	patch-60

    Summary:
      automatically remove completed jobs older than a day
    Revision:
      eggcups--main--0--patch-60


    modified files:
     ChangeLog ec-job-model.c


2004-06-21 21:26:06 GMT	Colin Walters <walters@verbum.org>	patch-59

    Summary:
      release 0.9.3
    Revision:
      eggcups--main--0--patch-59


    modified files:
     ChangeLog configure.ac


2004-06-21 21:22:57 GMT	Colin Walters <walters@verbum.org>	patch-58

    Summary:
      release 0.9.2
    Revision:
      eggcups--main--0--patch-58


    modified files:
     ChangeLog configure.ac


2004-06-21 21:20:50 GMT	Colin Walters <walters@verbum.org>	patch-57

    Summary:
      always connect to about dialog response cb
    Revision:
      eggcups--main--0--patch-57


    modified files:
     ChangeLog ec-tray-icon.c


2004-06-21 21:16:13 GMT	Colin Walters <walters@verbum.org>	patch-56

    Summary:
      change job list title, make it translatable
    Revision:
      eggcups--main--0--patch-56


    modified files:
     ChangeLog ec-job-list.c


2004-06-21 21:14:02 GMT	Colin Walters <walters@verbum.org>	patch-55

    Summary:
      never hide icon by default now (per-session visibility)
    Revision:
      eggcups--main--0--patch-55


    modified files:
     ChangeLog ec-tray-icon.c


2004-06-21 21:13:44 GMT	Colin Walters <walters@verbum.org>	patch-54

    Summary:
      add show option
    Revision:
      eggcups--main--0--patch-54


    modified files:
     ChangeLog main.c


2004-06-21 21:02:01 GMT	Colin Walters <walters@verbum.org>	patch-53

    Summary:
      port monitor to new libgnomecups async API
    Revision:
      eggcups--main--0--patch-53


    modified files:
     ChangeLog ec-cups-job-monitor.c


2004-06-21 21:01:46 GMT	Colin Walters <walters@verbum.org>	patch-52

    Summary:
      don't lose on unknown state timeout
    Revision:
      eggcups--main--0--patch-52


    modified files:
     ChangeLog ec-job-model.c


2004-06-14 19:23:49 GMT	Colin Walters <walters@verbum.org>	patch-51

    Summary:
      merge from mclasen
    Revision:
      eggcups--main--0--patch-51

    Patches applied:
    
     * mclasen@redhat.com--2004/eggcups--main--0--patch-6
       
    
     * mclasen@redhat.com--2004/eggcups--main--0--patch-7
       Use dup() instead of clone() 
    
     * mclasen@redhat.com--2004/eggcups--main--0--patch-8
       Show the job size in pages, if that information is available
    
     * mclasen@redhat.com--2004/eggcups--main--0--patch-9
       Use the right job attributes when getting page accounting information.
    

    modified files:
     ChangeLog ec-cups-job-monitor.c ec-job-list.c ec-job-model.c

    new patches:
     mclasen@redhat.com--2004/eggcups--main--0--patch-6
     mclasen@redhat.com--2004/eggcups--main--0--patch-7
     mclasen@redhat.com--2004/eggcups--main--0--patch-8
     mclasen@redhat.com--2004/eggcups--main--0--patch-9


2004-06-09 21:16:23 GMT	Colin Walters <walters@verbum.org>	patch-50

    Summary:
      merge from mclasen 
    Revision:
      eggcups--main--0--patch-50

    Patches applied:
    
     * mclasen@redhat.com--2004/eggcups--main--0--patch-2
       
    
     * mclasen@redhat.com--2004/eggcups--main--0--patch-3
       Don't loose if the printer doesn't keep completed jobs 
    
     * mclasen@redhat.com--2004/eggcups--main--0--patch-4
       Work around printers not keeping completed jobs around.
    
     * mclasen@redhat.com--2004/eggcups--main--0--patch-5
       Don't append local jobs twice.
    

    modified files:
     .arch-ids/ec-job-list.c.id .arch-ids/ec-job-list.h.id
     ChangeLog ec-job-list.c ec-job-list.h ec-job-model.c
     ec-job-model.h ec-tray-icon.c

    new patches:
     mclasen@redhat.com--2004/eggcups--main--0--patch-2
     mclasen@redhat.com--2004/eggcups--main--0--patch-3
     mclasen@redhat.com--2004/eggcups--main--0--patch-4
     mclasen@redhat.com--2004/eggcups--main--0--patch-5


2004-06-07 14:17:59 GMT	Colin Walters <walters@verbum.org>	patch-49

    Summary:
      merge from mclasen (remove job_done signal)
    Revision:
      eggcups--main--0--patch-49

    Patches applied:
    
     * mclasen@redhat.com--2004/eggcups--main--0--base-0
       tag of walters@redhat.com--2004/eggcups--main--0--patch-48
    
     * mclasen@redhat.com--2004/eggcups--main--0--patch-1
       
    

    modified files:
     ChangeLog ec-cups-job-monitor.c ec-cups-job-monitor.h
     ec-job-model.c

    new patches:
     mclasen@redhat.com--2004/eggcups--main--0--base-0
     mclasen@redhat.com--2004/eggcups--main--0--patch-1


2004-06-07 13:04:12 GMT	Colin Walters <walters@verbum.org>	patch-48

    Summary:
      strdup printer name
    Revision:
      eggcups--main--0--patch-48


    modified files:
     ChangeLog ec-job-model.c


2004-06-07 12:50:32 GMT	Colin Walters <walters@verbum.org>	patch-47

    Summary:
      change display/model to only show minutes delta
    Revision:
      eggcups--main--0--patch-47


    modified files:
     ChangeLog ec-job-list.c ec-job-model.c


2004-06-07 05:44:27 GMT	Colin Walters <walters@verbum.org>	patch-46

    Summary:
      display relative times instead of absolute
    Revision:
      eggcups--main--0--patch-46


    modified files:
     ChangeLog ec-job-list.c ec-job-model.c ec-job-model.h


2004-06-07 05:44:14 GMT	Colin Walters <walters@verbum.org>	patch-45

    Summary:
      display ipp error in debug info
    Revision:
      eggcups--main--0--patch-45


    modified files:
     ChangeLog ec-cups-job-monitor.c


2004-06-04 21:14:23 GMT	Colin Walters <walters@verbum.org>	patch-44

    Summary:
      have ECCupsJobMonitor directly poll hosts, update to new D-BUS signals, model changes 
    Revision:
      eggcups--main--0--patch-44

    
    

    modified files:
     ChangeLog ec-cups-job-monitor.c ec-cups-job-monitor.h
     ec-job-list.c ec-job-model.c ec-job-model.h ec-tray-icon.c


2004-06-02 20:49:16 GMT	Colin Walters <walters@verbum.org>	patch-43

    Summary:
      more debugging bits
    Revision:
      eggcups--main--0--patch-43


    modified files:
     ChangeLog ec-job-model.c


2004-06-02 20:47:33 GMT	Colin Walters <walters@verbum.org>	patch-42

    Summary:
      handle of unknown names (Matthias Clasen)
    Revision:
      eggcups--main--0--patch-42


    modified files:
     ChangeLog ec-job-list.c


2004-06-02 20:45:24 GMT	Colin Walters <walters@verbum.org>	patch-41

    Summary:
      attempt to handle temporary errors during queueing
    Revision:
      eggcups--main--0--patch-41


    modified files:
     ChangeLog ec-job-model.c ec-tray-icon.c


2004-06-02 17:40:17 GMT	Colin Walters <walters@verbum.org>	patch-40

    Summary:
      release 0.9
    Revision:
      eggcups--main--0--patch-40


    modified files:
     ChangeLog configure.ac


2004-06-02 16:58:17 GMT	Colin Walters <walters@verbum.org>	patch-39

    Summary:
      sorting fix when name is unknown (Matthias Clasen)
    Revision:
      eggcups--main--0--patch-39


    modified files:
     ChangeLog


2004-06-02 16:37:22 GMT	Colin Walters <walters@verbum.org>	patch-38

    Summary:
      revert job timeout changes
    Revision:
      eggcups--main--0--patch-38


    modified files:
     ChangeLog ec-tray-icon.c


2004-06-02 16:31:20 GMT	Colin Walters <walters@verbum.org>	patch-37

    Summary:
      merge job list from Matthias Clasen <mclasen@redhat.com>
    Revision:
      eggcups--main--0--patch-37


    new files:
     .arch-ids/ec-job-list.c.id .arch-ids/ec-job-list.h.id
     ec-job-list.c ec-job-list.h

    modified files:
     ChangeLog Makefile.am ec-cups-job-monitor.c ec-job-model.c
     ec-job-model.h ec-tray-icon.c ec-tray-icon.h eggtrayicon.c
     eggtrayicon.h


2004-06-02 15:24:48 GMT	Colin Walters <walters@verbum.org>	patch-36

    Summary:
      try not to crash if panel dies
    Revision:
      eggcups--main--0--patch-36


    modified files:
     ChangeLog ec-tray-icon.c main.c


2004-06-02 15:00:24 GMT	Colin Walters <walters@verbum.org>	patch-35

    Summary:
      some build and dist fixes, release 0.0.99
    Revision:
      eggcups--main--0--patch-35


    modified files:
     ChangeLog Makefile.am configure.ac po/POTFILES.in
     po/eggcups.pot


2004-06-02 00:49:05 GMT	Colin Walters <walters@verbum.org>	patch-34

    Summary:
      major overhaul to handle errors, especially timeouts
    Revision:
      eggcups--main--0--patch-34


    new files:
     .arch-ids/ec-marshal.list.id ec-marshal.list

    modified files:
     .arch-inventory ChangeLog Makefile.am ec-cups-job-monitor.c
     ec-cups-job-monitor.h ec-job-model.c ec-job-model.h
     ec-tray-icon.c


2004-06-01 21:19:12 GMT	Colin Walters <walters@verbum.org>	patch-33

    Summary:
      attempt to poll job immediately on queue add
    Revision:
      eggcups--main--0--patch-33


    modified files:
     ChangeLog ec-job-model.c


2004-06-01 20:09:54 GMT	Colin Walters <walters@verbum.org>	patch-32

    Summary:
      store copies of job object in model
    Revision:
      eggcups--main--0--patch-32


    modified files:
     ChangeLog ec-job-model.c


2004-06-01 19:02:55 GMT	Colin Walters <walters@verbum.org>	patch-31

    Summary:
      change quit menu item to hide
    Revision:
      eggcups--main--0--patch-31


    modified files:
     ChangeLog ec-tray-icon.c


2004-06-01 18:51:32 GMT	Colin Walters <walters@verbum.org>	patch-30

    Summary:
      restart on termination
    Revision:
      eggcups--main--0--patch-30


    modified files:
     ChangeLog main.c


2004-06-01 18:38:01 GMT	Colin Walters <walters@verbum.org>	patch-29

    Summary:
      update to new D-BUS messages - handle local jobs too
    Revision:
      eggcups--main--0--patch-29


    modified files:
     ChangeLog ec-job-model.c ec-job-model.h ec-tray-icon.c


2004-06-01 15:03:08 GMT	Colin Walters <walters@verbum.org>	patch-28

    Summary:
      hook signal handlers to filtered model, not real model
    Revision:
      eggcups--main--0--patch-28


    modified files:
     ChangeLog ec-tray-icon.c


2004-06-01 14:56:27 GMT	Colin Walters <walters@verbum.org>	patch-27

    Summary:
      fix some crashes
    Revision:
      eggcups--main--0--patch-27


    modified files:
     ChangeLog ec-job-model.c


2004-05-29 02:38:42 GMT	Colin Walters <walters@verbum.org>	patch-26

    Summary:
      add job model, refactor code to use it
    Revision:
      eggcups--main--0--patch-26


    new files:
     .arch-ids/ec-job-model.c.id .arch-ids/ec-job-model.h.id
     ec-job-model.c ec-job-model.h

    modified files:
     ChangeLog Makefile.am ec-cups-job-monitor.c ec-tray-icon.c


2004-05-29 01:58:25 GMT	Colin Walters <walters@verbum.org>	patch-25

    Summary:
      add meself to AUTHORS
    Revision:
      eggcups--main--0--patch-25


    modified files:
     AUTHORS ChangeLog


2004-05-28 21:39:28 GMT	Colin Walters <walters@verbum.org>	patch-24

    Summary:
      set tray icon sensitive on number of jobs
    Revision:
      eggcups--main--0--patch-24


    modified files:
     ChangeLog ec-tray-icon.c


2004-05-28 21:25:39 GMT	Colin Walters <walters@verbum.org>	patch-23

    Summary:
      fix retrieval of job monitor count during signal emission
    Revision:
      eggcups--main--0--patch-23


    modified files:
     ChangeLog ec-cups-job-monitor.c ec-tray-icon.c


2004-05-28 21:17:19 GMT	Colin Walters <walters@verbum.org>	patch-22

    Summary:
      fix job unmonitoring
    Revision:
      eggcups--main--0--patch-22


    modified files:
     ChangeLog ec-cups-job-monitor.c


2004-05-28 21:17:12 GMT	Colin Walters <walters@verbum.org>	patch-21

    Summary:
      add more debug information
    Revision:
      eggcups--main--0--patch-21


    modified files:
     ChangeLog ec-tray-icon.c


2004-05-28 20:27:35 GMT	Colin Walters <walters@verbum.org>	patch-20

    Summary:
      many fixes to job removal, squashing of memory leaks
    Revision:
      eggcups--main--0--patch-20


    modified files:
     ChangeLog ec-cups-job-monitor.c


2004-05-28 20:27:19 GMT	Colin Walters <walters@verbum.org>	patch-19

    Summary:
      use internal count of pending jobs
    Revision:
      eggcups--main--0--patch-19


    modified files:
     ChangeLog ec-tray-icon.c


2004-05-28 19:46:51 GMT	Colin Walters <walters@verbum.org>	patch-18

    Summary:
      hacking on state synchronization
    Revision:
      eggcups--main--0--patch-18


    modified files:
     ChangeLog ec-tray-icon.c


2004-05-28 19:46:40 GMT	Colin Walters <walters@verbum.org>	patch-17

    Summary:
      be sure to reset polling state
    Revision:
      eggcups--main--0--patch-17


    modified files:
     ChangeLog ec-cups-job-monitor.c


2004-05-28 19:46:09 GMT	Colin Walters <walters@verbum.org>	patch-16

    Summary:
      update eggtrayicon
    Revision:
      eggcups--main--0--patch-16


    modified files:
     ChangeLog eggtrayicon.c eggtrayicon.h


2004-05-28 18:43:56 GMT	Colin Walters <walters@verbum.org>	patch-15

    Summary:
      totally fix ECCupsJobMonitor, make copyright be Red Hat, etc.
    Revision:
      eggcups--main--0--patch-15


    modified files:
     ChangeLog ec-cups-job-monitor.c ec-cups-job-monitor.h
     ec-tray-icon.c ec-tray-icon.h main.c


2004-05-28 14:52:10 GMT	Colin Walters <walters@verbum.org>	patch-14

    Summary:
      import rb error dialog bits, use it
    Revision:
      eggcups--main--0--patch-14


    new files:
     .arch-ids/gst-hig-dialog.c.id .arch-ids/gst-hig-dialog.h.id
     .arch-ids/rb-dialog.c.id .arch-ids/rb-dialog.h.id
     gst-hig-dialog.c gst-hig-dialog.h rb-dialog.c rb-dialog.h

    modified files:
     ChangeLog Makefile.am ec-tray-icon.c


2004-05-28 14:05:11 GMT	Colin Walters <walters@verbum.org>	patch-13

    Summary:
      remove quit dialog, other misc bits
    Revision:
      eggcups--main--0--patch-13


    modified files:
     ChangeLog ec-tray-icon.c


2004-05-28 00:09:45 GMT	Colin Walters <walters@verbum.org>	patch-12

    Summary:
      switch order of job addition and immediate stat
    Revision:
      eggcups--main--0--patch-12


    modified files:
     ChangeLog ec-cups-job-monitor.c ec-tray-icon.c


2004-05-28 00:08:58 GMT	Colin Walters <walters@verbum.org>	patch-11

    Summary:
      be sure to initalize libgnomecups
    Revision:
      eggcups--main--0--patch-11


    modified files:
     ChangeLog main.c


2004-05-27 21:53:23 GMT	Colin Walters <walters@verbum.org>	patch-10

    Summary:
      really add rb_debug system
    Revision:
      eggcups--main--0--patch-10


    new files:
     .arch-ids/rb-debug.c.id .arch-ids/rb-debug.h.id rb-debug.c
     rb-debug.h

    modified files:
     ChangeLog


2004-05-27 21:53:15 GMT	Colin Walters <walters@verbum.org>	patch-9

    Summary:
      attempt to monitor jobs, add rb_debug system
    Revision:
      eggcups--main--0--patch-9


    modified files:
     ChangeLog Makefile.am ec-cups-job-monitor.c
     ec-cups-job-monitor.h ec-tray-icon.c main.c


2004-05-27 21:14:01 GMT	Colin Walters <walters@verbum.org>	patch-8

    Summary:
      fix changelog id
    Revision:
      eggcups--main--0--patch-8


    new files:
     .arch-ids/ChangeLog.id ChangeLog

    removed files:
     .arch-ids/ChangeLog.id ChangeLog


2004-05-27 21:10:02 GMT	Colin Walters <walters@verbum.org>	patch-7

    Summary:
      switch to arch changelog
    Revision:
      eggcups--main--0--patch-7


    new files:
     .arch-ids/ChangeLog.id ChangeLog

    renamed files:
     .arch-ids/ChangeLog.id
       ==> .arch-ids/ChangeLog.old.id
     ChangeLog
       ==> ChangeLog.old


2004-05-27 21:06:57 GMT	Colin Walters <walters@verbum.org>	patch-6

    Summary:
      merge from libgnomecups branch, which is basically a complete rewrite
    Revision:
      eggcups--main--0--patch-6

    Patches applied:
    
     * walters@redhat.com--2004/eggcups--libgnomecups--0--base-0
       tag of walters@redhat.com--2004/eggcups--main--0--patch-5
    
     * walters@redhat.com--2004/eggcups--libgnomecups--0--patch-1
       kill of lpcups
    
     * walters@redhat.com--2004/eggcups--libgnomecups--0--patch-2
       hacking, still broken
    
     * walters@redhat.com--2004/eggcups--libgnomecups--0--patch-3
       more hacking
    
     * walters@redhat.com--2004/eggcups--libgnomecups--0--patch-4
       hacking on autofoo
    
     * walters@redhat.com--2004/eggcups--libgnomecups--0--patch-5
       almost compiles
    
     * walters@redhat.com--2004/eggcups--libgnomecups--0--patch-6
       it compiles
    
     * walters@redhat.com--2004/eggcups--libgnomecups--0--patch-7
       use popt for option processing
    

    new files:
     .arch-ids/autogen.sh.id .arch-ids/ec-cups-job-monitor.c.id
     .arch-ids/ec-cups-job-monitor.h.id autogen.sh
     ec-cups-job-monitor.c ec-cups-job-monitor.h

    removed files:
     .arch-ids/bootstrap.id .arch-ids/lp-intl.h.id
     .arch-ids/lpcups.c.id .arch-ids/lpcups.h.id bootstrap
     lp-intl.h lpcups.c lpcups.h

    modified files:
     Makefile.am configure.ac ec-tray-icon.c ec-tray-icon.h
     eggtrayicon.c main.c

    renamed files:
     .arch-ids/configure.in.id
       ==> .arch-ids/configure.ac.id
     .arch-ids/lpegg.c.id
       ==> .arch-ids/ec-tray-icon.c.id
     .arch-ids/lpegg.h.id
       ==> .arch-ids/ec-tray-icon.h.id
     configure.in
       ==> configure.ac
     lpegg.c
       ==> ec-tray-icon.c
     lpegg.h
       ==> ec-tray-icon.h

    new patches:
     walters@redhat.com--2004/eggcups--libgnomecups--0--base-0
     walters@redhat.com--2004/eggcups--libgnomecups--0--patch-1
     walters@redhat.com--2004/eggcups--libgnomecups--0--patch-2
     walters@redhat.com--2004/eggcups--libgnomecups--0--patch-3
     walters@redhat.com--2004/eggcups--libgnomecups--0--patch-4
     walters@redhat.com--2004/eggcups--libgnomecups--0--patch-5
     walters@redhat.com--2004/eggcups--libgnomecups--0--patch-6
     walters@redhat.com--2004/eggcups--libgnomecups--0--patch-7


2004-05-24 19:14:16 GMT	Colin Walters <walters@verbum.org>	patch-5

    Summary:
      require libgnomecups-1.0
    Revision:
      eggcups--main--0--patch-5


    modified files:
     configure.in


2004-05-24 19:14:03 GMT	Colin Walters <walters@verbum.org>	patch-4

    Summary:
      re-intltoolize po/Makefile.in.in (sighhhhhh)
    Revision:
      eggcups--main--0--patch-4


    modified files:
     po/Makefile.in.in


2004-05-24 19:10:47 GMT	Colin Walters <walters@verbum.org>	patch-3

    Summary:
      use glib-gettextize and intltoolize, add --automake to libtoolize
    Revision:
      eggcups--main--0--patch-3


    modified files:
     bootstrap


2004-05-24 18:00:11 GMT	Colin Walters <walters@verbum.org>	patch-2

    Summary:
      merge from upstream
    Revision:
      eggcups--main--0--patch-2

    Patches applied:
    
     * walters@redhat.com--2004/eggcups--upstream--0--patch-2
       intltoolize
    

    modified files:
     po/Makefile.in.in

    new patches:
     walters@redhat.com--2004/eggcups--upstream--0--patch-2


2004-05-24 17:55:15 GMT	Colin Walters <walters@verbum.org>	patch-1

    Summary:
      merge from upstream
    Revision:
      eggcups--main--0--patch-1

    Patches applied:
    
     * walters@redhat.com--2004/eggcups--upstream--0--patch-1
       fix up inventory
    

    new files:
     .arch-ids/.arch-inventory.id .arch-inventory
     po/.arch-ids/.arch-inventory.id po/.arch-inventory

    modified files:
     {arch}/=tagging-method

    new patches:
     walters@redhat.com--2004/eggcups--upstream--0--patch-1


2004-05-24 16:06:35 GMT	Colin Walters <walters@verbum.org>	base-0

    Summary:
      tag of walters@redhat.com--2004/eggcups--upstream--0--base-0
    Revision:
      eggcups--main--0--base-0

    (automatically generated log message)

    new patches:
     walters@redhat.com--2004/eggcups--upstream--0--base-0


