May 6th, 1999 - v1.1.4 released.  Highlights:
-------------------------------------------------------------------------------
- fix: don't try to save a backup if the file doesn't exist (e.g., doing
  a Save/SaveAs on an Untitled document). 
- fix: after saving an Untitled document, the document doesn't show up
  in the recent list/menu. 
- fix: drop redundant '/' in preferences directory path (patch from
  Roderik Muit). 
- change: fix ordering of include files for more portable usage; e.g.,
  on OS/2 (patch from Asbjoern Pettersen). 
- improve: better automake/autoconf setup in that you can compile from
  somewhere other than the source directory (patch from Markus
  Linnala). 
- add: more compile time options (for file info popup and win list). 
- improve: toolbar buttons for undo/redo now get grayed out when there
  is nothing to undo/redo. 


Mar 20, 1999 - v1.1.3 released.  Highlights:
-------------------------------------------------------------------------------
- add: lots of compile time options to the configure script.  most
  features/options to gnotepad+ can now be compiled out.
- change: gnotepad+ now runs in the foreground by default.
- fix: random segfaults when used with gtk+-1.0.x.
- fix: opening a file from the recent list also produced a document
  with the file contents listed twice.


Mar 10, 1999 - v1.1.2 released.  This is a bug fix release:
-------------------------------------------------------------------------------
- fix: opening a file after gnp has started resulted in the file's
  contents listed twice!
- fix: memory leak in the random tips
- add: gnotepad+.desktop file for GNOME to make gnotepad+ appear in
  the GNOME menu.


Mar 7, 1999 - v1.1.1 released.  Highlights:
-------------------------------------------------------------------------------
new features:
	- regular expression searches
	- search & replace now has "Replace All"
	- unlimited undo/redo (well, limited by amount of
	  memory)
	- more toolbar buttons (undo, redo, new window, close
	  window)

fixes:
	- autosave was trying to save documents with no filename
	- when closing a window, the random tips timeout event was not
	  being removed
	- "Find Again" fail if the previous find started at the
	  beginning of the document
	- file backup fails if file had full pathname
	- "Find" failed if used with GNOME (was using wrong callback
	  routine)

other cleanups and improvements


Feb 18th, 1999 - v1.1.0 released.  highlights:
-------------------------------------------------------------------------------
major internal (and some external) changes in this release

new options:

	- inserting output from a shell command
	- create backup file before saving a file.
	- all toolbar buttons (both the main toolbar as well as the
	  HTML toolbar) are user selectable to be shown or not.
	- menu options: view HTML files using three different methods:

		1. in a separate HTML viewing window
		2. as another document in gnotepad+'s document notebook
		3. using Netscape

	  the first two options require the gtk-xmhtml library.  if
	  you use Gnome, you probably already have it.  if not, you
	  can also get the sources from the gnotepad+ homepage.
	- the "Replace" in "Search and Replace" is now available.
	- --nosplash option, to disable the initial init/splash
	  screen.
	- both --nofork and --nosplash are configurable in
	  preferences.
	- for gtk+-1.1.x, menu items now have toggle and radio
	  buttons.
	- now with Gnome bloat, err, support!
	- drag and drop to AND from gnotepad, either with gtk+-1.1.x,
	  as well as gnome.

improvements:
	- much reduced memory usage and greater speed, especially
	  noticeable when opening and closing numerous files. e.g.,
	  try opening 100 or more files on the command line, and then
	  closing all of them using the "Close All" command.  compared
	  to previous versions, it's at least an order of magnitude
	  faster and uses considerably less memory.
	- when opening multiple files during startup, only the last
	  'maxrecent' files "opened" get added to the recent document
	  list.

bug fixes:
	- use free() when malloc() was used, and g_free() whenever
	  g_malloc() was used.
	- major bug where duplicates in the recent document list
	  showed up as duplicates/non-existent entries in the menu
	  itself.
	- lots of other smaller, miscellaneous fixes.


Jan 21st, 1999 - v1.0.8 released.  highlights:
-------------------------------------------------------------------------------
- new feature: HTML toolbar and "Insert HTML" sub-menu.  these allow
  you to insert commonly used HTML tags directly into the document
  currently being edited.
- fix autosave: don't save UNTITLED documents.
- numerous other cleanups, fixes, and code restructuring.


Jan 6th, 1999 - v1.0.7 released.  highlights:
-------------------------------------------------------------------------------
- this is basically a bug fix version for use with gtk+-1.1.12.  no
  new features or other bug fixes have been made since v1.0.6.


Dec 15th, 1998 - v1.0.6 released.  highlights:
-------------------------------------------------------------------------------
- compatibility with gtk+-1.1.7
- various bug fixes and optimizations (see ChangeLog for more details)


Nov 25th, 1998 - v1.0.5 released.  highlights:
-------------------------------------------------------------------------------
- compatibility with gtk+-1.1.5
- added menu accelerators and tearoffs (if using gtk+-1.1.x)


Nov 22nd, 1998 - v1.0.4 released.  highlights:
-------------------------------------------------------------------------------
- fix erroneous "Read Only" bug when saving a new file
- if using gtk-1.1.x, fonts and color changes now take immediate
  effect across all documents in all windows.
- preferences page now sports a "preview" window which shows what the
  new font/color changes would look like.


Nov 15th, 1998 - v1.0.3 released.  highlights:
-------------------------------------------------------------------------------
- preferences: uses tables to nicely format and align entries; add
  options to set toolbar buttons to raised or non-raised (if using
  gtk-1.1.x only)
- toolbar pixmaps are now loaded at runtime instead of statically
  compiled into the code
- replace a number of toolbar pixmaps with new pixmaps that use fewer
  colors
- a few bug fixes


Oct 18th, 1998 - v1.0.2 released.  highlights:
-------------------------------------------------------------------------------
- new preferences: font selection, foreground text color, and
  background text color
- improved detection and portability in autoconf configuration
- Debian 2.x packages now available


Oct 12th, 1998 - v1.0.1 released.  highlights:
-------------------------------------------------------------------------------
- compiles/runs with gtk-1.1.2 (GTK development version)
- now uses GNU autoconf, automake, etc. (e.g., ./configure)
- bug fixes


Oct 9th, 1998 - v1.0 released.

