1998-08-13  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* Makefile.am (EXTRA_DIST): Added db files to EXTRA_DIST.

1998-09-09  Cesar Miquel (miquel@df.uba.ar)

        * Finally got time to commit some stuff I've corrected. Here's
	  whats new:

	    a) Change the code to install the databases and look for
	       them in the correct place ($(prefix)/share/logview if
	       i'm not mistaken).
	    b) Changed the about pixmap a bit. Now its installed in
	       the $(prefix)/share/pixmaps/logview.
	    c) Added the new code for the actions DB stuff. This isn't
	       working so don't think about using it!! :o) 

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

	* logview.desktop: Add Portuguese translation.

1998-06-28  Phil Schwan <pschwan@apk.net>

	* logrtns.c (GetDate): Check the return value of strtok. 

1998-06-18  Chris Lahey  <clahey@umich.edu>

	* logview.h: #included <stdio.h> to get it to compile.

Tue May 12 11:30:00 1998  Cesar Miquel (miquel@df.uba.ar)

	* Added some entries to the regexp and descript
	  databases.

	* Now logview searches for the databases in a couple
	  of dirs: . ../lib/logview and /usr/local/lib/logview.

	* Changed the way the about looks.

Sun May 10 07:38:00 1998  Cesar Miquel (miquel@df.uba.ar)

	* Corrected a bug which caused it to sig segv.
	
	* Cosmetic touches to zoom.c and info.c: added the
	  background rectangles and made them resize with the
	  widget.

	* Added some code so that one can ALWAYS scroll with the
	  arrow keys. 

	* Now when you double-click on the main canvas the zoom view
	  appears.
	
Sun May 10 04:00:00 1998  Cesar Miquel (miquel@df.uba.ar)

	* Added zoom window code. This allows you to view the
	  full error message as well as a description from
	  a database which explains the message. This code
	  is still somewhat fragil but I wanted to commit
	  to stay in sync.

	* Added two modules related to the database stuff:
	  zoom.c and desc_db.c

	* Added two test database files: one with the regular
	  expressions and one with the error messages. The format
	  will be explained later but its not terribly complicated.


Wed May 06 09:56:07 1998  Kjartan Maraas  <kmaraas@fib.hl.no>

	* Removed some compiler warnings.
	
Thu Apr 30  5:15:00  Cesar Miquel (miquel@df.uba.ar)

	* Added some code to make activate (and deactivate) the
	  unused menu items.

Tue Apr 28  1:33:99  Cesar Miquel (miquel@df.uba.ar)
	
	* Now scrolling works. It has flicker and it might
	  be slow on large logs. I will improve it later
	  when I finish with other features I want to add.
	* Fixed numerous bugs in logrtns.c
	* changed monitor into a GtkCList.
	* the repaint routine now erases only what has been
	  modified reducing the flicker.
	* The switch log menu now does something.


Thu Apr 23 13:50:32 EDT 1998 Gregory McLean
	
	* misc.c: put some buttons on the ShowErr* function
	  so the windows can be closed without wm kill/close/delete.
	* logview.c: fixed a gtk warning.

1998-04-18 Cesar Miquel (miquel@df.uba.ar)

	* Separated the code that displays the log info from
	  logview.c
	* Moved the file selection code to logview.c. Makes more
	  sense to put it there for now.

1998-04-17 Cesar Miquel (miquel@df.uba.ar)
        * Added status area at the bottom of the screen
	* Now I use many features from libgnomeui: menus, icons,
	  the app widget.
	* Corrected a bug which made the whole thing SEGV.
	* Corrected a problem which didn't allow other logs to load.
	* Its nice to see other people modifying logview!!

Sat Mar 21 15:20:00 1998  Tom Tromey  <tromey@cygnus.com>

	* misc.c: Use gnome_message_box_*, not gnome_messagebox_*.

Sun Mar  8 19:31:43 1998  Tom Tromey  <tromey@cygnus.com>

	* misc.c: Include config.h, gnome.h.

	* Makefile.am (INCLUDES): Added GNOME_INCLUDEDIR.

1998-02-26  Raja R Harinath  <harinath@cs.umn.edu>

	* about.c (AboutRepaint): Use LOGVIEW_VERSION.
	(AboutShowWindow): Likewise.

	* logview.h (LOGVIEW_VERSION): Rename for VERSION, to prevent
	clash with `config.h'.

1998-02-26  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

	* log_repaint.c (LoadLogMenu): Include <config.h>.  And use
	PATH_MESSAGES in config.h.

1998-02-19  Carsten Schaar  <nhadcasc@fs-maphy.uni-hannover.de>

	* Makefile.am (logview_LDADD): Added '$(INTLLIBS)'

1998-02-16  Christopher Blizzard  <blizzard@odin.appliedtheory.com>

	* Makefile.am (logview_LDADD): added $(GNOME_LIBDIR) for installs
	that may not be in the library path by default.

1998-02-01  Raja R Harinath  <harinath@cs.umn.edu>

	* about.c: Include <gnome.h>
	

