2004-07-04  Victor Porton  <porton@ex-code.com>

    * Version number changed to 2.0.4

    * Rewritten unlocking code.
    
    * Removed not working invisible menu (with Esc key accel)
      from replace dialog.

2004-07-03  Victor Porton  <porton@ex-code.com>

    * Switched to GTK 2.4 style toolbars (doesn't work with
      GTK 2.2 anymore).
      
    * Added preference to not ask encoding when opening a file
      with command line.
      
    * Added "New Window" menu item.
    
    * Resolved bugs with D&D as switched to GTK 2.4
    
    * Shows line number even if there is an one line selection.
    
    * Added Homepage and Purchase (for commercial version) buttons
      in about dialog.

2004-05-18  Victor Porton  <porton@ex-code.com>

    * Added Gnome support in configure.

    * Added adding files to Gnome history.

    * Made a desktop entry and a handler of text/plain in Gnome.
    
    * Command line now works.

2004-05-17  Victor Porton  <porton@ex-code.com>

    * Added setting initial encoding in preferences dialog.

    * Fixed some bugs.

2004-05-17  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Add m4.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): Add config.rpath.
	* configure.ac (AC_CONFIG_FILES): Add m4/Makefile.

2004-05-16  Victor Porton  <porton@ex-code.com>

    * Fixed some bugs.
    
    * Rewritten file format (encoding) handling code.
    
    * File dialog is now transient.

2004-05-14  Victor Porton  <porton@ex-code.com>

    * Added build-in unlocking code (when --enable-limited)
    
    * Fixed erraneous installation of test-bindprops into /usr/bin

2004-05-11  Victor Porton  <porton@ex-code.com>

	* Incorported Windows release 2.0beta.

	* Added the "Always ask encoding" menu item.

2004-04-30  Victor Porton  <porton@ex-code.com>

	* 2.0beta almost ready (completely rewritten many things)!

2003-08-05  Victor Porton  <porton@ex-code.com>

	* Changed "Replace" to use Ctrl+H accel (Gnome guidelines).

2003-08-04  Victor Porton  <porton@ex-code.com>

	* Changed to follow Gnome conventions for status bar.

	* Fixed missing "Revert" menu item despite of below is stated that
	it is added,

	* Added ellipses at the end of some menu items.

2003-07-12  Victor Porton  <porton@ex-code.com>

	* Version number 1.2.

	* Fixed bug with searching non-ASCII strings.

2003-07-11  Victor Porton  <porton@ex-code.com>

	* Internationalized.

	* Fixed problem with closing XML tags with literal
	quote/apostrophe in text.

2003-05-24  Victor Porton  <porton@ex-code.com>

	* Fixed wrong casing in a string.

2003-05-20  Victor Porton  <porton@ex-code.com>

	* Vesion changed to 1.1.

	* Fixed off-screen cursor after "goto line".

	* Fixed wrong undo when inserting multibyte characters.

2003-05-01  Victor Porton  <porton@ex-code.com>

	* Added (optional) stripping line's trailing whitespace at save.

	* Fixed not working "Close XML tag" when a comment is between open
	tag and cursor.

	* Added responding on Enter key and double click in the list of
	encodings.

	* Fixed a bug in files history.

2003-04-28  Victor Porton  <porton@ex-code.com>

	* Release 1.0 (beta).

	* Ported to Windows again.

	* Fixed: some dialogs made non-resizeable.

	* Fixed not-working Esc key in replace dialog by adding invisile
	menu with accelerator.

	* Reworked find/replace dialogs with Glade.

	* Fixed some bugs.

2003-04-26  Victor Porton  <porton@ex-code.com>

	* Added many encodings.

	* Rewritten menu/buttons signal handlers.

	* Fixed forgotten PangoFontDescription deallocation.

	* Added scrolling by Ctrl+Up/Down keys.

	* Added missing saving config when file history changes.

2003-04-25  Victor Porton  <porton@ex-code.com>

	* Added "Revert" menu item.

	* Added space between paragraphs when text wrap is on.

	* Changed to use correct macroses (G_OS_WIN32 and G_PLATFORM_WIN32)
	instead of __WIN32; to use GLib function instead of direct calling
	iconv(); to use GLib big/little endian macroses.

	* Reworked main window with Glade 2.0.0. Particularly menu items
	now are with icons.	

2003-04-24  Victor Porton  <porton@ex-code.com>

	* Added "Insert file" menu item.

	* Fixed placing in history relative paths from command line.

	* Changed no args function protoypes ()->(void).

	* Added preferences dialog.

2003-04-23  Victor Porton  <porton@ex-code.com>

	* Changed to firstly read file and then set buffer at once (not by
	pieces).

	* Changed version to 0.6.

	* Rewrtten undo code. Now scrollbar doesn't dance, undo deep is
	greater.

	* Fixed replace all "xxxx" ("x"->"y") -> "xyxy"

2003-04-18  Victor Porton  <porton@ex-code.com>

	* Fixed some bugs.

	* Fixed version number.

	* Added configure.ac: missing AC_CONFIG_HEADERS.

	* Added mouse clicking by coord label in the statusbar to show "Go
	to line" dialog.

	* Added some internal Extreme COde Software stuff.

2003-04-17  Victor Porton  <porton@ex-code.com>

	* Changed to use SHGetFolderPath() -> SHGetSpecialFolderPath() on Windows.
	
	* Added clicking on encoding label in statusbar to show encoding
	dialog.

	* Fixed some bugs.

	* Changed configure.ac.

	* Added Windows icon.

2003-04-16  Victor Porton  <porton@ex-code.com>

	* Fixed "Extreme Code Software" -> "Extreme Code" in Windows registry.

	* Fixed bug preventing compilation on Windows.

	* Made rich text about box, it is shown at the first program run.

	* Fixed crash of 'Find next' if no search before it.

	* Enchanched look of encoding dialog.

	* Removed old #include.

	* Changed version number to 0.5-0.1.

	* Fixed Oops, opening file should not just insert at cursor, but
	erase old contents before it.

	* Fixed essential bug in undo/redo code.

	* Fixed misc bugs, probably added new ones.

	* Added opening/saving files in several encodings (before was only
	UTF-8) including system locale.

2003-04-15  Victor Porton  <porton@ex-code.com>

	* Removed old FILENAME_IN_STATUSBAR macro.

2003-04-14  Victor Porton  <porton@ex-code.com>

	* Merged with Windows port; many bug fixes.

2003-04-11  Victor Porton  <porton@ex-code.com>

	* Fixed a bug in a message dialog.

	* Added tricks to check whether it is possible to set X11 window
        title to a Unicode string and setting title.

	* Fixed bugs related to filenames & locale (See also
	G_BROKEN_FILENAMES in GLib docs.)

	* Fixed on_exit()->on_app_quit() function because of conflict with
	stdlib.h in Glibc 2.

	* Added question whether to continue if file saving was failed.

	* Added D&D of filenames into the window.

	* Moved check_save_file() to open_file().

	* Fixed non-transient font dialog.

	* Added message dialog "No more matches".

	* Added searching backward.

2003-04-10  Victor Porton  <porton@ex-code.com>

	* Fixed a bug in search code preventing finding a string at the
	very end of the buffer.

	* Fixed uninitialized response in save file dialog which prevented
	saving to work.

	* Added Cancel button in dialog asking whether to save file.

	* Changed to use gtk_dialog_set_default_response().

	* Added -Werror compiler flag.

	* Fixed range of spin button in goto line dialog.

	* Fixed not working Enter key while in text entries of
	find/replace dialogs, and also in "Go to line" dialog
        (Well, in goto line dialog a GTK 2.0.6 bug yet prevents it from
        working.)

	* Fixed was NO the default button in question whether to save
	file.

	* Fixed files.c wrong order of setting ttle and running file_dlg.

	* Fixed in open_dialog() remembers the filename choosen by user
	before calling check_save_file() which may change it.

	* Fixed a wrong g_free() at end of main()

	* Fixed no more sets document filename on failed attempt of
	opening a e.g. binary file.

	* Fixed assignment of doc_filename to a copy itself with prior
	g_free() of the copy.

	* Fixed infinite recursion added when moving code to from main.c
	files.c which crashed the program at start.

	* Added files files.[ch]. There moved some code form main.c.

	* Added warning CFLAGS for GCC and using them fixed many little
	bugs.

	* Fixed MISC_H_ -> MAIN_H_ in main.c.

2003-04-09  Victor Porton  <porton@ex-code.com>

	* Fixed bugs related to the .ini file.

	* Bug fixes.

	* Removed multiundo of typing because of bugs.

2003-04-08  Victor Porton  <porton@ex-code.com>

	* Added UTF-8 files validation.

	* Open & save denies to write to directory.

	* Fixed some bugs related to modified state, particularly it is
	now reset on undo as appropriate.

	* Fixed forgotten check of close(2) error status.

2003-04-07  Victor Porton  <porton@ex-code.com>

	* Added "Go to line" dialog.

	* Added statusbar.

	* Fixed: Some menu & toolbar items are disabled when no selection.

2003-03-28  Victor Porton  <porton@ex-code.com>

	* Added make upper/lower case.

	* Fixed bug with closing when empty tags.

	* Fixed bug with undo of "Close XML tag" considered as part of
	typing.

2003-03-27  Victor Porton  <porton@ex-code.com>

	* Added "Close XML tag" command.

2003-03-26  Victor Porton  <porton@ex-code.com>

	* Added package version in about box.

	* Fixed bugs of title label.

	* Added tooltip with title label.

2003-03-23  Victor Porton  <porton@ex-code.com>

	* Fixed crash when saving files.

	* Added title in label near menu.

2003-03-08  Victor Porton  <porton@ex-code.com>

	* Added saving/loading config.
