1998-09-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gnome-terminal.c: Allow for short option --command to be 'e' as well.

1998-09-19  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gnome-terminal.c: Use the keyborad shortcuts;  Make indentation
	and variable style uniform to the GNOME style :-).

1998-09-19  Manish Vachharajani <mvachhar@vger.rutgers.edu>

	* gnome_terminal.c: Fixed bugs saving session
	
1998-17-14  Erik Troan  <ewt@redhat.com>

	* gnome_terminal.c: added optional automatic scrolling
	behaviors

1998-44-14  Erik Troan  <ewt@redhat.com>

	* gnome_terminal.c: switched to gnome-color-picker from
	gnome-color-selector
	* gnome_terminal.c configuration information removed from
	global variables and moved to a per-terminal structure

1998-09-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gnome-terminal.c (new_terminal_cmd): Add 3 pixels between the
	terminal and the border.
	(set_color_scheme): Set the color for the background window to the
	same one we have.c

Mon Aug 31 15:02:01 1998  Owen Taylor  <otaylor@redhat.com>

	* gnome-terminal.c (apply_changes): Use
	gtk_box_set_child_packing() to move the scrollbar, instead of
	gtk_box_reorder_child(), since we initially set up the order using
	gtk_box_pack_start()/end().

1998-59-28  Erik Troan  <ewt@redhat.com>

	* gnome_terminal.c: store all configuration information
	in a single structure

	* gnome_terminal.c: added terminal classes, and put class
	on the preferences panel

	* gnome_terminal.c: don't save menu bar state when it changes,
	use normal save preferences command for that

	* gnome_termainl.c (button_press): display a popup menu on
	ctrl-rightbutton
	

1998-17-26  Erik Troan  <ewt@redhat.com>

	* gnome_terminal.c: added terminal classes for storing
	multiple configurations

	* gnome_terminal.c (set_active): the color_style attribute wasn't 
	tied the color_style preferences menu

1998-08-06  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gnome-terminal.c (close_all_cmd): Removed close all terminals
	option. 

1998-07-15  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gnome-terminal.c: Add support for hidden menubars.

1998-07-14  Tristan Tarrant  <ttarrant@suntlc.etnoteam.it>
	* gnome-terminal.c: Added ability to set scrollback lines from 
	  preferences (at last)

1998-07-01  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>

	* gnome-terminal.desktop: Added Portuguese translation.

1998-06-21 Manish Vachharajani <mvachhar@vger.rutgers.edu>

	* gnome-terminal.c:  Set table sizes to make gtk 1.1 happy
	
1998-06-15  Michael Zucchi  <zucchi@zzedzone.box.net.au>

	* gnome-terminal.c (apply_changes): Get terminal preferences from
	each page separately, rather than try to retrieve them all
	together [which doesn't work].

Sat Jun 13 13:13:50 1998  Tom Tromey  <tromey@cygnus.com>

	* gnome-terminal.c (save_session): New function.
	(die): New function.
	(main): Register as session client.
	(initial_term): New global.
	(close_app): Clear initial_term if removing it.
	(close_terminal_cmd): Likewise.
	(new_terminal_cmd): Set initial_term.
	(parse_an_arg): Recognize DISCARD_KEY.
	(argp_options): Added --discard option.
	(discard_section): New global.
	(main): Handle --discard option.
	(load_session): New function.

1998-05-25  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gnome-terminal.c (drop_data_available): Add support for changing
	the foreground with drag and drop.
	(color_cmd): Add a color selector.  I am tired of starting up
	background-properties to test color DnD.

Fri May 22 18:31:33 1998  Tom Tromey  <tromey@cygnus.com>

	* gnome-terminal.c (get_shell_name): Use gnome_util_user_shell.
	(new_terminal_cmd): Free `shell'.

1998-05-21  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gnome-terminal.c (parse_an_arg): Add support for specifying the
	foreground and background colors on the command line. 
	
	(drop_data_available): Add drop support for colors.  Currently
	only the background can be set.  I only need a way to query
	ZvtTerm to tell me if the drop position has a non-blank character:
	if so we should set the background instead.

1998-05-21  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gnome-terminal.c (get_shell_name): Be more agresive while
	setting up the shell: Use the variable SHELL if defined; if not,
	use the password entry and if this fails, try a list of shells. 

	(get_shell_name): More fixes: name variable was not being
	correctly computed.
	
	Initialize initial_command variable. 

1998-05-16  Raja R Harinath  <harinath@cs.umn.edu>

	* gnome-terminal.c (environ): Declare.  Not all systems declare
	this global variable in their header files.
	(new_terminal_cmd): Don't get false positives on env. vars. that
	begin with, but are longer than, TERM, COLUMNS or LINES.

Sat May 16 02:55:35 1998  Tom Tromey  <tromey@cygnus.com>

	* gnome-terminal.c (initial_command): Now a vector.
	(parse_an_arg): Treat all arguments following --command as part of
	command.
	(new_terminal_cmd): `cmd' arg now a vector.

1998-05-14  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gnome-terminal.c (parse_an_arg): Addedd support for executing a
	command at startup with the --command option.

1998-05-13  Jaka Mocnik <jaka.mocnik@kiss.uni-lj.si>

        * gnome-terminal.c (new_terminal): connected the GnomeApp's
        delete_event handler to close_app so that closing the last
        window now exits the program.

1998-05-06  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	(new_terminal): From Thomas Dickey: many emulation programs got
	this wrong, so I am using TERM=xterm for now instead of
	xterm-color which has by default a broken terminfo regarding the
	reset capability in most distributions. 
	
	* gnome-terminal.c (gnome_term_set_font): Load both the regular
	and bold fonts from the same name.  On the Indy, the different
	fonts do not look terribly good. 
	(set_color_scheme): Support the default background/foreground on
	the code. 

1998-05-04  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gnome-terminal.c (apply_changes): Only apply changes once.
	
	* gnome-terminal.c (drop_data_available): Important DnD bug fix
	that walks the list of dropped files correctly.

1998-05-04    <msf@redhat.com>

	* menu.c: commented out include of zvt/forkpty.h

1998-05-03  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gnome-terminal.c (new_terminal): Allow shrinking.  This makes
	the window auto-resize to the small size when the font has
	changed. 
	(drop_data_available): Added drop support for urls to the
	terminal.  You can now drag file names and icons to the terminal
	and get the file listing. 
	(rxvt, xterm): Added the actual color maps for the nxterm and rxvt
	(close_terminal_cmd): Oops.  Fix old piece of code: I was not
	shutting down due to code reogranization. 

Sun May  3 22:45:15 1998  Tom Tromey  <tromey@cygnus.com>

	* Makefile.am (LDADD): Include UTIL_LIB, not -lutil.

1998-05-01  Michael Fulbright  <msf@redhat.com>

	* gnome-terminal.c: we want to count from 0 up when counting # of env var,
	not down :) Should fix the problem with the font being loading properly
	from previous preferences.

1998-05-01  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gnome-terminal.c: First time I check the ChangeLog for the
	gnome-terminal program. 

