May 14, 2000: Dan Mueth <d-mueth@uchicago.edu>
* doc/C/gcharmap.sgml: Added this file - merged HTML documentation into
  GNOME Documentation Project (GDP) application template.
* doc/C/images/: Added this directory and screenshots
* doc/C/Makefile.am: New makefile which builds doc from sgml and installs
* doc/C/topic.dat: Calls the manual "Manual", instead of Help (it looks 
  funny to have a Help menu with a Help item).
* src/interface.c: linked Help button to documentation.

May 1: Hongli Lai <hongli@telekabel.nl>
* Changed the directory structure to follow the GNU standard.
* Finally wrote the autoconf and automake stuff by myself.
  The configure script and Makefiles should be more stable now.

April 24: Hongli Lai <hongli@telekabel.nl>
* interface.c (main_charmap_new): Changed all calloc() and free() to
  g_new0() and g_free (), changed short to guint8
* Gnome Character Map now completely depends on GTK+, GLib and Gnome; no
  standard C library functions are used.
* Added asciiselect.c and asciiselect.h; now the user can choose any ASCII
  character by enter the ASCII value.
* Documentation finished.
* interface.c (AboutClick): Added the URL of my homepage to About Box.


April 23: Hongli Lai <hongli@telekabel.nl>
* interface.c (main_charmap_new): Changed GTK_FILL in gtk_table_attach() to
  (GtkAttachOptions) (GTK_EXPAND | GTK_SHRINK | GTK_FILL); when the window
  is resized, the character buttons will be resized too.
* interface.c (main_controls_new):
  gtk_box_pack_start (GTK_BOX (hbox), vbox2, FALSE, TRUE, 0);
* NEWS file added


April 21: Hongli Lai <hongli@telekabel.nl>
* interface.c and interface.h: Added popup menu to Edit, added function
  EditMouseDown()
* interface.c and interface.h: Removed character buttons' styles (BtnStyle)
  becuase it cause some misterious bugs.
* TODO file updated
* BUGS file updated
* gcharmap.lsm updated
* Version 0.1.4


April 16: Hongli Lai <hongli@telekabel.nl>
* interface.h: Added menu item Toolbar to struct toolbar[]
* interface.c and interface.h: Added ToolbarToggle()
* interface.c: Changed character buttons' style by using BtnStyle
* interface.c: Added a previewer, using a black background and white text
* Version 0.1.3


April 15: Hongli Lai <hongli@telekabel.nl>
* interface.c (charmap_new): Removed gtk_widget_push_style (BtnStyle)
  from both loops and moved it to the end of the function.
* Makefile: Added -ansi to the compiler parameters $(CFLAGS)
* All C and H files: Added #ifdef __cplusplus {extern "C"}
* version.h: Added #ifndef _VERSION_H_ bla bla bla kind of stuff
* interface.c (ShowMessage): Added gtk_widget_grab_focus (ok)
* interface.c (main_controls_new ()): Added gtk_widget_grab_focus (Edit)
* interface.c: Added keyword static to all functions except main() and
  main_new ()
* Version 0.1.0
* Fixed some, but not all, memory leaks
* interface.c (ButtonClick): Removed free (text);
* Version 0.1.1
* interface.c and interface.h: Removed ShowMessage()
* interface.c (HelpClick): replace ShowMessage() by gnome_app_message()
* interface.c (AboutClick): Added a logo pixelmap, but doesn't work for
  some reason
* interface.c (AboutClick): Commented out #include "pixmap/logo.xpm"
* interface.c and interface.h: Added vbox0 (VBox) and Status (GnomeAppBar)
* interface.c (CutClick): Display the a "Text cut to clipboard" message
* interface.c (CopyClick): Display the a "Text copied to clipboard" message
* interface.c (main_controls_new), interface.h: Added a menu bar and menu
  items.
* interface.c and interface.h: Added toolbar
* Version 0.1.2
* Moved the source files to a KDevelop project. Autoconf and Automake are
  now used.


April 14, 2000: Hongli Lai <hongli@telekabel.nl>
* Initial release, version 0.0.1
* 23:10: Added Gnome support; replaced GtkWindow by GnomeApp
* 23:27: Added About Box
* 23:28: Version 0.0.2
