2001-06-13  Jaka Mocnik  <jaka@gnu.org>

	* released 1.2.1. tagged with GHEX_1_2_1.

2001-05-03  Jaka Mocnik  <jaka@gnu.org>

	* src/gtkhex.c: applied a patch for font width handling.

2001-04-15  Jaka Mocnik  <jaka@gnu.org>

	* merged changes from HEAD: scrolling fixes and printing updates.

2001-04-12  Jaka Mocnik  <jaka@gnu.org>

	* merged chema's changes from HEAD.

2001-03-22  Jaka Mocnik  <jaka@gnu.org>

	* src/gtkhex.c: changed one more free() to g_free().
	* src/hex-document.c: changed strdup() to g_strdup().

2001-03-18  Jaka Mocnik  <jaka@gnu.org>

	* src/converter.c: add octal conversion.
	* src/preferences.c (apply_changes_cb): accept format specifiers
	'x', 'X', 'o', 'd', 'p' and 'P'.
	* changed all sprintf()s to g_snprintf()s.

2001-03-08  Jaka Mocnik  <jaka@gnu.org>

	* src/gtkhex.c (render_?c): fixed a strange bug that caused ghex to
	segfault when sl locale was set because gh->?disp_gc was NULL.
	* removed translated help from distribution.
	* bumped version to 1.2 and made a new tarball for GNOME 1.4.

2001-03-05  Jaka Mocnik  <jaka@gnu.org>

	* src/main.c (view_changed_cb): fixed a bug that caused slovene
	translation (and probably some other) to segfault as nouns change
	their form according to context and the previous code was using
	a translation from prefs dialog that differed from the one in menus.
	* src/chartable.c (create_char_table): translate titles.

2001-03-03 John Fleck <jfleck@inkstain.net>

	adding COPYING-DOCS

2001-03-03 John Fleck <jfleck@inkstain.net>

	* omf-install/Makefile.am - change the destination directory for the 
	omf files

2001-03-01 John Fleck <jfleck@inkstian.net>

	* htmldocs.make (template for making html docs directories)
	help/es/ghex-es.omf
	help/ja/ghex-ja.omf
	help/sv/ghex-sv.omf
	update appropriate makefiles, finishing ScrollKeeper support

2001-02-28 John Fleck <jfleck@inkstain.net>

	* add omf-install/Makefile.am
	app-docs.make
	help/C/ghex-C.omf

	app-docs.make is a standard template for docs makefiles, which is
	called from within help/C/Makefile.am. It includes
	ScrollKeeper/omf support

	help/C/ghex-C.omf is the omf file, which holds metadata about
	C/ghex.sgml needed by ScrollKeeper to build a library of docs

	omf-install is a directory used by ScrollKeeper/omf in the build
	process.

	Also, updated help/C/Makefile.am, Makefile.am and configure.in to
	handle all the new stuff.

2001-02-23  Jaka Mocnik  <jaka@gnu.org>

	* src/ui.c (export_html_selected_file, save_selected_file): destroy
	and NULLify file_sel. fixes bug #51269.
	made most dialogs modal.

2001-02-20  Jaka Mocnik  <jaka@gnu.org>

	* src/gtkhex.c (gtk_hex_size_request): take offset column into
	account in order to make place for 16 bytes in a row.

2001-02-19  Jaka Mocnik  <jaka@gnu.org>

	* src/ui.c: changed my email and added 2001 to about dialog.

2001-02-15  Jaka Mocnik  <jaka@gnu.org>

	* po/sl.po: added missing slovene translations.
	* po/fr.po: fixed french translations as suggested by
	lorna.whelan@ireland.sun.com (fixes bugs #50910 and #50908).

2001-02-04 John Fleck <jfleck@inkstain.net>

	* converted English help docs to sgml, added screenshots
	(help/C/), updated Makefile.am to handle new kit

2001-01-26  Fatih Demir	<kabalak@gmx.net>

	* configure.in: Added tr to ALL_LINGUAS.

2000-12-13  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>

	* configure.in (ALL_LINGUAS): added sk

2000-10-22  John Gotts  <jgotts@linuxsavvy.com>

	* New spec file.  Enjoy!

2000-10-21  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* some fixes for use with libgnomeprint 0.24. bumped version
	to 1.1.4 and released a new tarball.
	
2000-09-15 Yukihiro Nakai <nakai@gnome.gr.jp>

	* Add ja to help/Makefile.am 
	* Add help/ja/Makefile to configure.in

2000-07-01  Yukihiro Nakai <nakai@gnome.gr.jp>

	* configure.in: Add help/ja/Makefile to AC_OUTPUT

2000-06-30  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* src/gtkhex.c: applied a patch from 
        Gavin Scott <gavindscott@yahoo.com>, fixing a few segfaults with
	narrow windows.

2000-05-15  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* ghex.spec: added a spec file from John Gotts
	<jgotts@linuxsavvy.com>.

2000-05-09  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* configure.in: bumped version to 1.1.3. released a new tarball
	to go with GNOME 1.1.90.
	* src/main.c (main): #if 0ed out the icons setting call.
	* src/gtkhex.c (render_ac, render_xc): use proper fonts.

2000-05-08  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* src/preferences.c (create_prefs_dialog): change font selection
	to a button with font name that brings up a font selection dialog.
	add possibility to select a separate font for the header.
	(get_font_label): create a label for the font button.
	(font_button_clicked): run a modal font selection dialog.
	* src/config.c: load & save the header font settings.
	* src/print.c (print_header): print with a special font.
	* src/ghex.h (struct _GHexPrintJobInfo): added d_font and h_font
	members.
	* po/*.po: made an update-po.
	* po/sl.po: updated.
	* po/ghex.pot: updated.
	* help/C/index.html: updated.

2000-05-08  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* src/main.c: set the default window icon.
	* src/preferences.c (create_prefs_dialog): add a font selector
	for printing.
	(set_prefs): set the printing font to the font selection.
	(apply_changes_cb): set the printing font.
	* src/config.c (load_configuration): load printing font settings.
	(save_configuration): save printing font settings.
	* src/print.c (print_document): get font width and height from the
	selected printing font (we pressume the user chose a monospaced
	font so we measure the width of the space character).
	(print_header): don't use a separate font for header. perhaps once
	when somebody implements its configuration as well.
	* src/ghex.h: added declarations of new setting variables.
	* ghex.desktop: Added Slovene entry.

2000-05-01  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* src/findreplace.c (goto_byte_cb): can now handle offsets
	in hex.

2000-04-12  Pablo Saratxaga <pablo@mandrakesoft.com>

	* configure.in (ALL_LINGUAS): added nl & ro

2000-04-08  Jesus Bravo Alvarez  <jba@pobox.com>

	* ghex.desktop: Added Galician entry.
	* configure.in (ALL_LINGUAS): Added Galician (gl)

2000-04-07  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gtkhex.c (gtk_hex_key_press): added moving by pages when pressing
	PageUp and PageDown.
	(*_expose): change MAX() to MIN(). silly me. this fixes
	ugly flickering when scrolling upwards.

2000-04-07  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* configure.in: bumped version to 1.1.2. released a new tarball.

2000-04-02  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* src/print.c: gified some ints and floats; formatting changes;
	made shaded box size user-configurable.
	* src/preferences.c (create_prefs_dialog): UI for setting shaded box
	size.
	(box_size_changed_cb): new callback for setting propertybox to
	"changed" state after modifying shaded box size.
	* src/ghex.h (struct _PropertyUI): added members for above.
	(shaded_box_size): declare.
	* config.c (load_configuration, save_configuration): save settings
	for shaded box printing.
	* po/*.po: made an update-po.

2000-03-27  Chema Celorio  <chema@celorio.com>

	* src/print.c : Format improvement for
	small horizontal chars displays.
	(print_shaded_boxes): new funtion
	(print_shaded_box): new function
	(print_document): call print_shaded_boxes after
	calling print_header.

2000-03-26  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* src/ghex.h (struct _PreviewWindow): removed.
	(GHexPrintJobInfo): added master member.
	* src/print.c (preview_*_cb): removed.
	(preview_destroy_cb): clean up printing stuff after previewing.
	(print_document): use GnomePrintMaster for printing and
	GnomePrintMasterPreview for previewing. didn't notice them before :(

2000-03-26  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* src/ghex.h: moved GhexPrintJobInfo here and renamed it to
	GHexPrintJobInfo.
	(struct _PreviewWindow): a structure with everything necessary
	for the print preview window.
	* src/ui.c: added 'Print preview...' menu item and its callback.
	* src/print.c (create_preview_window): do just that ;)
	(print_document): improved to create a preview print context if
	the printer argument passed is NULL.
	(preview_*_cb): callbacks for navigation, zoom buttons and closing
	of preview window.
	(preview_close): clean up.
	* applied another small patch from Chema <chema@celorio.com>.

2000-03-25  Chema Celorio  <chema@celorio.com>

	* src/ui.c (about_cb): fixed small typo.

2000-03-25  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* src/preferences.c (create_prefs_dialog): add another notebook
	page for "Printing" and put a paper selector in there.
	(apply_changes_cb): apply selected paper type.
	(set_prefs): set preferred paper type.
	* src/ghex.h (def_paper): new global var, preferred paper type.
	* src/config.c (load_configuration, save_configuration): load/save
	preferred paper type.
	* src/print.c: use ps points instead of inches for all values.
	(print_document): get paper size from def_paper.
	
2000-03-25  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* configure.in: added check for GnomePrint.
	* src/Makefile.am (INCLUDE): added GNOME_PRINT_CFLAGS.
	(ghex_LDADD): added GNOME_PRINT_LIBS.
	(ghex_SOURCES): added print.c.
	* src/print.c: new file, adds printing capabilities. courtesy of
	Chema Chelorio <chema@celorio.com>.
	* src/ui.c (about_cb): added Chema to authors.
	(print_cb): callback for print menu item.
	(print_dialog_clicked_cb): callback for click on print dialog buttons.
	* src/gtkhex.c: did a s/is_printable/is_displayable/.
	* po/POTFILES.in: added src/print.c.
	* po/*.po: made an update-po.

2000-03-23  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* configure.in: added sl to ALL_LINGUAS.

2000-03-19  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* preferences.c (create_prefs_dialog): set close_hides; don't connect
	a callback to the destroy signal.
	(prop_destroyed_cb): removed.
	* ui.c (delete_event_cb): hide the widget on which the event occured
	not the one passed as user data.
	* *.c: adapt use of delete_event_cb to above.
	* ui.c, hex-document-ui.c: set default dialog buttons.
	* released version 1.1.1.

2000-03-16  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gtkhex.c (gtk_hex_key_press): added support for backspace
	and delete.
	* hex-document.c (hex_document_undo): fixed a bug that caused it
	to crash when undoing removal of data.
	* released version 1.1.0.
	
2000-03-15  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* chartable.c (select_chartable_row_cb): new function;  set byte under
	cursor of currently active view to the selected character value on
	double click.
	* hex-document.c: added prototypes for static functions.
	(get_document_attributes): new function. currently only updates file
	size.
	(hex_document_new, hex_document_read): use get_document_attributes().
	* gtkhex.c (gtk_hex_real_data_changed): fixed scrollbar updating,
	insertion at the end of file and rendering of bytes.
	* ui.c (save_selected_file): mark document as unchanged.
	* help/C/index.html: updated.

2000-03-12  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gtkhex.[ch] (gtk_hex_set_insert_mode): new public function.
	* hex-document-ui.c: added a menu item to select insert mode for the
	current view.
	* main.c (view_changed_cb): update state of the insert mode toggle
	item.
	* ghex.h: #define a path for the "Insert mode" menu item.
	
2000-03-11  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* hex-document-ui.c: put all the UI related stuff for HexDocument
	here.
	* hex-document.[ch]: major rewrite in order to allow for insertion
	of data. currently GHex allows only for insertion which is probably
	still buggy.
	* gtkhex.[ch]: only use accessor functions for setting/getting
	hex data to/from HexDocument in order to make the changes to
	HexDocument transparent to GtkHex widget.
	* findreplace.c: allow for replacing strings of different lengths.
	* Makefile.am: add hex-document-ui.c to sources list.

2000-03-04  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* Makefile.am: add chartable.c to sources list. I tend to forget
	commiting Makefiles...

2000-02-25  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* preferences.c (apply_changes_cb): check offset format string for
	format specifiers other than x, d or o. this prevents someone from
	crashing ghex with a format of %s.
	(create_prefs_dialog): connect properties_modified_cb() to "changed"
	signal of pui->format instead of "activate".
	* ui.c: added "Tools" menu and moved "Converter" there and added
	"Character table" to it. added "Export to HTML" item to "File" menu.
	* chartable.c: new file. implements a window with a character table.
	* gtkhex.c (gtk_hex_size_request): fixed. there was some really
	idiotic code here.
	added some sanity checks.
	* hex-document.[ch] (hex_document_destroy): becomes hex_document_finalize.
	(hex_document_get_byte): new convenience function.
	(hex_document_export_html): new function.
	* changed behavior of dialogs: create them only once (upon first
	invocation) and subsequently hide/show them.
	* main.c (child_changed_cb): set sensitivity of saving and exporting
	menu items.
	* removed loads of useless artifacts all over the code.
	* help/C/index.html: updated.

1999-12-19  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* fixed some compiler warnings.

1999-11-28  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* ghex.h: changed GROUP_MENU_PATH as libgnomeui does translating
	on the fly.
	* main.c (view_changed_cb): comply to the above.
	* gtkhex.c (render_byte, render_ac): properly show a dot if a
	non-printable char is to be rendered.
	(render_ac, render_xc): use GTK_STATE_NORMAL and GTK_SHADOW_IN for
	the non-active view's cursor.

1999-09-05  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* help/sv/*, help/Makefile.am: added Swedish translation of
	the docs.

1999-07-28  Zbigniew Chyla  <chyla@alice.ci.pwr.wroc.pl>

	* main.c : Use g_strdup_printf instead of g_strconcat for
	translatable strings (makes it easier to translate).

1999-06-28  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* help/C/index.html: describe the Get cursor value button in
	conversion dialog.

1999-06-24  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gtkhex.c (gtk_hex_size_allocate, recalc_displays): added
	some sanity checks for widths and heights.
	
1999-06-20  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gtkhex.c: major rewrite of the gc handling code. added some
	sanity checks.

1999-06-20  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* preferences.c, config.c, ghex.h: make showing the offset column
	configurable.
	* main.c, hex-document.c: respect offset column configuration when
	adding new views.
	* help/C/index.html: bring up to date.

1999-06-20  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gtkhex.[ch]: added option to show offset of each line in
	a column on the left. complete rework of the cursor stuff.
	* hex-document.c: enable offsets. should be made configurable
	someday.

1999-06-19  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* converter.c: added a button to fetch the value under the
	cursor into converter.
	* gtkhex.c (gtk_hex_set_group_type): hide & show cursor.

1999-04-28  Ettore Perazzoli  <ettore@comm2000.it>

	* ghex.desktop: Added Italian translation.

1999-03-31  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* hex-document.c (hex_document_write): set changed to FALSE.
	
1999-03-25  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

        * gtkhex.c (gtk_hex_real_data_changed): don't bother to redraw
	anything if the area changed is not visible.
	* help/C/index.html: make it consistent with the application ;)

1999-03-24  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* preferences.c, main.c, config.c: add ability to use a custom
	format string for offset display.

1999-03-22  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* hex-document.c (find_string_backward): fixed it a bit to
	prevent occasional segfaults, since a guint can't really be
	less than 0.
	* findreplace.c (find_prev_cb): start searching at gh->cursor_pos
	instead of gh->cursor_pos-1 to comply with the above changes.

1999-03-10  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* main.c (add_view_cb, cursor_moved_cb): new functions to
	display the cursor offset in the statusbar.
	(main): connect add_view_cb to MDI add_view signal.
	* ghex.h: declare offset_base.
	* preferences.c: add an option menu for selecting the base
	for cursor offset displaying (hex or decimal).
	* config.c: load and save offset base prefs.
	
1999-02-21  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* hex-document.c (hex_document_new): leave freeing stuff to
	destroy handler. thanx to Pavel Machek for reporting this.
	
1999-02-20  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* hex-document.c (hex_document_new): only create a new document
	if the file is a regular one (S_ISREG == 1).
	* gtkhex.c (recalc_displays, gtk_hex_size_request): use our own
	requisition instead of scrollbar's one for determining the size
	requested by the scrollbar in order to prevent GTK warnings.

1999-02-07  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* main.c (customize_app_cb, app_drop_cb): added DnD support to open
	files dragged to ghex.

1999-02-06  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>

	* ghex.desktop: Added Korean translations.

1999-01-28  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* main.c: Do not crash if we dont find the translation.

	* ghex.h (GROUP_MENU_PATH): Sync the string to the actual item we
	have on the menu. 

1999-01-27  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* callbacks.[ch]: removed. contents moved to the following files:
	* preferences.c: put all the prefs stuff here.
	* findreplace.c: find/replace and goto code.
	* converter.c: conversion dialog code.
	* main.c: put MDI signal handlers here.
	* ui.c: only global menus and ui utility functions
	remain here.
	* gnome-support.c: becomes session.c.
	* gnome-support.h: removed. contents moved to ghex.h.
	
1999-01-23  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* ghex.h, config.c (guint max_undo_depth): global max undo depth
	for edited files.
	* ui.c (open_prefs_dialog): added max_undo_depth setting to
	preferences dialog.
	* callbacks.[ch] (max_undo_changed_cb): called when the prefs
	settings changes.
	(apply_changes_cb): apply changes to max_undo_depth. also don't
	reset mdi_mode if it hasn't changed.
	* hex-document.[ch] (hex_document_set_max_undo): new public
	function for setting the undo_max member.
	(hex_document_init): set undo_max member to max_undo_depth.
	* config.c (load_configuration, save_configuration): save
	max_undo_depth setting.

1999-01-20  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* ui.c: removed view_menu from global menus.
	* hex-document.c: added view_menu to child menus.
	* callbacks.[ch] (add_view_cb, remove_view_cb): moved to
	hex-document.c.
	* help/C/index.html: describe undo/redo.
	
1999-01-20  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gtkhex.c (is_printable): fix a casting problem.
	* hex-document.c: removed GNOME_ENABLE_DEBUG.
	
1999-01-19  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gtkhex.c (gtk_hex_key_press): return FALSE if we don't handle
	the key press event. this is the Right Behaviour, I guess.
	* hex-document.h: new member undo_top pointing to the stack
	top (contains data for the next UNDO and its predecessor (if
	it exists) contains data for the next REDO.
	* hex-document.c: implemented redo capabilities. actions that
	have been undone can be redone as long as no new changes are
	entered. as soon as something changes we forget the undone
	actions (part of stack between undo_stack and undo_top) and
	start pushing new undo data on top of undo_top.
	* callbacks.c (view_changed_cb): take care of the redo item's
	sensitivity.

1999-01-15  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* hex-document.h (struct _HexChangeData): extended to hold all
	info necessary for undo implementation.
	(struct _HexDocument): new undo_stack, undo_depth, undo_max members.
	added a gboolean parameter to document_changed signal to let the
	handler know whether undo data should be saved.
	* hex_document.c (undo_stack_*): new functions for pushing/popping
	undo data on/from undo stack and for freeing it.
	(hex_document_real_changed): if desired, push undo data on stack.
	(undo_cb): a menuitem callback to undo the last action.
	(hex_document_set_nibble): new public function.
	* gtkhex.c (gtk_hex_key_press): use hex_document_set_nibble().
	(gtk_hex_data_changed): removed.
	* callbacks.c (view_changed_cb): set sensitivity of undo item
	depending of emptiness of the undo stack.
	* callbacks.h (struct _ReplaceCBData): removed.
	made prototypes nicer.

1999-01-12  Christopher Blizzard  <blizzard@appliedtheory.com>

	* callbacks.c: free up pointer after use.

	* ghex.h (GROUP_MENU_PATH): use g_strconcat() in macro, not
 	alloca() function.

Fri Jan 08 16:21:13 1999  George Lebl  <jirka@5z.com>

	* ghex.h,callbacks.h: concatenate all the strings for the path to
	  make translating easier and to avoid translating conflicts with
	  Edit

Fri Jan 08 00:33:28 1999  George Lebl  <jirka@5z.com>

	* ui.c: fixup menus to the latest menu standards

Wed Jan 06 22:53:20 1999  George Lebl  <jirka@5z.com>

	* ui.c,main.c,callback.c,hex-document.c,ghex.h: standardized menus
	  with the new gnome-app-helper macros

1999-01-07  Carsten Schaar  <nhadcasc@fs-maphy.uni-hannover.de>

	* gnome-support.c: Removed the saved boolean value.

	* main.c (main): Uses the new client flags to decide, whether to
 	restore a session or not.

1999-01-01  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* main.c (main): open a toplevel window if session restoration
	fails.
	
1998-12-31  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gnome-support.h: Do not include getopt.h
	* main.c: ditto

1998-12-30  Carsten Schaar  <nhadcasc@fs-maphy.uni-hannover.de>

	* main.c (main): Added master client's connection to 'die' signal.
	Changed how saved sessions are restored.

	* gnome-support.h: Removed unused declarations.

	* gnome-support.c: Removed unused stuff.  Uses 'rm' to discard
 	session information.
	(client_die): New function.


1998-12-26  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gtkhex.c (gtk_hex_destroy): make it gtk_hex_finalize().
	* *.c: minor bugfixes, change menu paths since accellabel
	behaviour has reverted, etc.
	
1998-12-23  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* ghex.h: #define all menu paths used in code.
	* main.c (main): use #defines for menu paths.
	* callbacks.c (view_changed_cb): use #define for menu path.

1998-12-19  Herbert Valerio Riedel  <hvr@hvrlab.ml.org>

	* ui.c: (gpointer) -> GINT_TO_POINTER()

1998-12-17  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* ui.c, ghex.h (create_dialog_title): combines a format string
	and active document's name and sets them as title to
	a dialog window.
	* callbacks.[ch] (child_changed_cb) new callback, updates
	dialog titles as active document changes.
	* main.c (main): connect child_changed_cb to child_changed
	signal.
	
1998-12-17  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* callbacks.c (view_changed_cb): add accelerator labels
 	to menu paths. also fix group type item activation code
	to work in a cleaner way and respect possible tear off
	item.
	* main.c (main): add accelerator labels to menu paths.
	* gtkhex.[ch]: small fixes.
	
1998-12-13  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* main.c, hex_document.c: fixed some cast warnings.
	* gtkhex.c: fixed size_allocate and size_request handlers.
	fixed positioning of hex and ascii view and display size
	recalculation.
	
1998-12-10  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* callbacks.c (about_destroy_cb): new callback. sets
	a pointer to the about dialog to NULL on its destruction.
	(about_cb): if the about dialog is already open, raise it
	instead of opening a new one.

1998-12-10  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* main.c (main): fix arg parsing code. it actually works now.
	* ui.c, ghex.h (report_error, show_message): removed.
	* callbacks.c (customize_app_cb): use gnome-appbar instead of
	gtkstatusbar.
	also converted all report_error()s to gnome_app_error()s and
	show_message()s to gnome_app_flash()es.
	* config.c (load_configuration): removed error report about
	not being able to load the font, as we might have no windows
	at the time this is called.
	
1998-12-08  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* ui.c, hex-document.c: add hint strings to menu descriptions.
	* callbacks.c (customize_app_cb): new function that inserts
	a statusbar and installs menu hints.
	(view_changed_cb): install hints for child's menus.
	* main.c: connect customize_app_cb to app_created signal.
	
1998-12-04  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* main.c (main): fixed initial toplevel window opening so
	that it works nice with session managment.

1998-12-03  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gtkhex.c ([ascii|hex]_[button|motion]_cb): fixed some
	scrolling bugs.

1998-11-26  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* main.c (main): comply to the latest changes to GnomeMDI API.
	* gtkhex.c (gtk_hex_realize): new realize signal handler for
	GtkHex: only sets the backing pixmap properly
	(gtk_hex_draw): fixed shadow redrawing.
	
1998-11-09  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gtkhex.c (render_ascii_lines): fixed a bug that used adisp_gc
	instead of xdisp_gc.
	
1998-10-29  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>
 	
	* gtkhex.c: some cosmetic fixes; changed the way signals
	are connected to a GtkHex widget
	* main.c, hex-document.c: cosmetics.
	
1998-10-29  Jens Lautenbacher  <jens@tellux.de>

	* ui.c: visual clean-up

1998-10-29  Jens Lautenbacher  <jens@tellux.de>

	* ui.c (create_prefs_dialog): added standard gnome_font_picker
 	plus entry box, small fix in loop for group_types
	(set_prefs): use NUM_MDI_MODES

	* callbacks.c (select_font_cb): changed to work with new font selector
	(apply_changes_cb): ditto.; use NUM_MDI_MODES

	* ghex.h (_PropertyUI): ditto; use NUM_MDI_MODES
	(DEFAULT_FONT): added foundry for courier font to make font picker
 	happy

1998-10-29  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gnome-support.c (parse_an_arg): add support for opening files
	specified on the command line.
	* hex-document.c (hex_document_new): return NULL if file can't be
	opened.
	* main.c (main): open files specified on the command line.
	
1998-10-29  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gtkhex.[ch]: implemented scrolling when mouse pointer is
	dragged outside the widget.
	* callbacks.c (revert_cb): ask user if (s)he really wants to
	revert.
	
1998-10-18  Ville P$Bdt(Bsi  <drc@zoo-gate.fi>

	* Makefile.am: Added icon installation
	* ghex.desktop: Icon added
	* gnome-ghex.png: added

1998-10-12  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* ui.c (ask_user): call gnome_dialog_set_close() instead
	of gnome_dialog_set_destroy() and gtk_window_set_modal()
	instead of gnome_dialog_set_modal().
	
1998-10-04  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* hex-document.c (hex_document_read): fixed a bug with
	an early return which preceded an emission of
	"document_changed" signal.

1998-09-30  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* hex-document.[ch], gnome-support.c, main.c: replaced
	current session managment code with new one using
	gnome-mdi-session session managment from libgnomeui.

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

	* hex-document.c: Added shortcut support

1998-09-21  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* callbacks.[ch] (view_changed_cb): new function; connects to
	MDI view_changed signal and takes care of updating the
	"Group Data As" menu.
	* main.c (main): connect the above handler to MDI's view_changed
	signal.
	
1998-09-04  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>

	* hex-document.c: Include <config.h>. Marked strings for
	translation.

	* ui.c: Likewise.

1998-08-15  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gtkhex.c (draw_shadow): set backing pixmap and clear
	window area of the whole widget. this makes it look prettier
	with pixmap themes ;)
	(render_hex_lines, render_ascii_lines): clear background before
	minimizing displayed lines to at most gh->vis_lines: this way
	the whole display's background is always white.
	(gtk_hex_init): connect draw_shadow() to gtkhex's draw signal.
	unless this is done the shadows arent drawn after, say, changing
	notebook tabs containing gtkhex widgets.
	* gtkhex.c: removed debugging info.
	* gtkhex.h: remove public declaration of gtk_hex_init().
	* main.c: removed the nasty printf() at startup. god knows a
	remainder of what this was...
	
1998-08-06  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* ui.c (create_prefs_dialog), main.c (main), ghex.h:
	honor MDI preferences stuff just implemented in gnome-mdi.
	
1998-07-27  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* ui.c, hex-document.c: use more GNOME_STOCK items.
	
1998-07-26  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* ui.c (create_prefs_dialog): use gtk_notebook_append_page() instead
	of gnome_property_box_append_page().
	
1998-07-06  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* main.c, ui.c: changed some things because of GnomeMDI
	changes.

1998-07-02  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* hex-document.c: changed document menu callbacks because of
	changes in GnomeMDI.
	* callbacks.c (get_search_string): fixed a small bug with capital
	letters in hex values.
	
1998-07-01  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>

	* ghex.desktop: Added Portuguese translation.

1998-06-28  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gnome-support.c, main.c: now ghex does proper SM. currently
	the only state it saves and restores are open files.
	
1998-06-23  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* callbacks.c: let conversion callback handle erroneus values.
	* ghex.h, ui.c : minor changes to Converter structure and
	create_converter() function.
	
1998-06-18  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* hex-document.c: put "Group Data As" menu back to document's
	menu structure.
	* callbacks.[ch]: moved callbacks for document's menuitems to
	hex-document.c.

1998-06-17  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* ui.c: added create_converter() fucntion that creates a
	base conversion dialog.
	* callbacks.[ch]: some stuff for base conversion.
	
1998-06-15  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* ui.c: added radio buttons to find/replace dialogs  to enable
	user to nicely choose between hex and ascii mode.
	* ghex.h, ui.c, callbacks.c: now we store pointers to all the
	find/replace/jump dialog widgets and find/replace search type
	in a [Find|Replace|Jump]Dialog structs. Relevant callbacks were
	modified to accomodate this.

1998-06-07  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gnome-mdi.[ch]: moved to gnome-libs/libgnomeui
	* gnome-mdi-child.[ch]: (ex gnome-document.[ch]) moved to
	gnome-libs/libgnomeui
	* Makefile.am: changed to accomodate the above
	
1998-06-03  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gnome-mdi.c: major cleanup of gnome-mdi code. looks much better
	now ;)
	
1998-06-02  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gnome-mdi.[ch]: added gnome_mdi_set_document_[menu|list]_path()
	functions that set path for insertion of document-specific menus and
	document list menu respectively. also patched things up a bit so that
	there is no ghex specific code in GnomeMDI any more.

	* main.c (main): added some comments and calls to
	gnome_mdi_set_document_[menu|list]_path().
	
1998-06-02  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gnome-mdi.c (app_set_active_view): a few more fixes, I hope it works
	OK now.

1998-06-01  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gnome-mdi.c: changed to use new gnome_app_insert_menus() and
	gnome_app_remove_menus() routines.
	* gnome-document.[ch]: added GnomeUIInfo support for menu creation via
	menu_template member and gnome_document_set_menu_template().
	* hex-document.c: changed to use GnomeUIInfo support.
	
1998-05-31  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gnome-mdi.c: added images to Dnd cursors. The widges are global vars,
	but I'm not sure whether this is a good solution.
	
1998-05-28  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gnome-mdi.[ch]: cleaned the code up a bit and added toolbar creation
	support.
	* gnome-document.c: added default document_changed signal handler to
	GnomeDocument, so that derived classes need not take care of it.
	* hex-document.c: removed document_changed signal handler because the
	default one in the parent class serves its purpose.
	* ui.c: changed to accomodate clean-ups in gnome-mdi.c

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

	* ui.c: use the new GNOME_APP_UI_JUSTIFY_RIGHT tag to right-justify the
	help menu.
	
1998-05-26  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

	* gnome-mdi.c (gnome_mdi_remove_*): all these functions now have an extra
	argument force, which if set to TRUE prevents emission of REMOVE_DOCUMENT
	or REMOVE_VIEW signals and makes removing always successful.
	* gnome-mdi.c: rewritten most of the GnomeApp delete_event handling code,
	which SIGSEGV's no more.
	* callbacks.c: fixed callbacks to work with the changed gnome_mdi_remove_*
	functions.
	* gnome-mdi.c: added copy_ui_info_tree() and free_ui_info_tree()
	functions that copy the whole tree structure of GnomeUIInfo.
	* gnome-mdi.h: added menu_template and toolbar_template members
	to GnomeMDI. They store pointer to a template GnomeUIInfo structure
	for menus and toolbars for all created GnomeApps.
	* gnome-mdi.c: added code that uses gnome-app-helper routines and
	GnomeUIInfo templates for menu creation if these have been passed
	to GnomeMDI with a gnome_mdi_set_menu_template() function. If no such
	templates have been passed, the GnomeMDI falls back to create_menus
	signal for GnomeApp menu creation.
	* main.c, ui.c: now we use the GnomeUIInfo method of creating MDI menus if
	USE_APP_HELPER is defined and the create_menus signal otherwise.

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

	* gnome-mdi.c, gnome-document.c: changed GtkSignalRunTypes for GnomeMDI and
	GnomeDocument to GTK_RUN_LAST.
	
1998-05-13  Jaka Mocnik  <jaka.mocnik@kiss.uni-lj.si>

        * time to start a ChangeLog. fixed the properties dialog,
	so that ghex doesn't SIGSEGV after clicking the Close button
	and reopening the dialog.
