2004-03-12  Noah Levitt

	* gucharmap/gucharmap-charmap.c (follow_if_link): Fix 
	bug that would take you to U+FFFFFFFF on clicking any link.

2004-03-12  Alexander Winston  <alexander.winston@comcast.net>

	* configure.ac: Added en_CA to ALL_LINGUAS.

2004-03-07  Noah Levitt

	* configure.ac: Require intltool >= 0.29 and gobject >= 2.3.0.
	(#136471, foser)

2004-03-07  Noah Levitt

	* gucharmap/gucharmap-search-dialog.c:
	* gucharmap/gucharmap-unicode-info.c: Fix compilation with
	--disable-unihan. (#136465, foser)

2004-03-05  Noah Levitt

	* gucharmap/gucharmap-table.c (motion_notify_event): Hide the zoom
	window while redoing it when moving to new character while holding
	down right mouse button.

2004-03-03  Noah Levitt

	* configure.ac: Remove GTK_BINARY_VERSION stuff, which was used for
	imgucharmap. Bump version for release.

	* gucharmap/Makefile.am: Bump -version-info for release.

	* gucharmap/gucharmap-search-dialog.c: Declare variables at start of
	block.

2004-03-03  Noah Levitt

	* README:
	* configure.ac:
	* gucharmap/Makefile.am:
	* gucharmap/im-module-file.c:
	* gucharmap/imgucharmap.c: Removed gucharmap input method. I don’t
	think anyone used it. It only caused people strange problems compiling
	gnome.

2004-02-27  Noah Levitt

	* gucharmap/gucharmap-window.c: Add "Sun Microsystems" do documenter
	credits.

2004-02-26 Breda McColgan <breda.mccolgan@sun.com>

	* help/C/gucharmap.xml: Updated based on technical review comments from Noah.
	* help/C/gucharmap-C.omf: Updated date and software version.
	* help/C/figures/gucharmap_window.png: Updated screenshot.

2004-02-25  Noah Levitt

	* gucharmap/gucharmap-search-dialog.c (search_find_response):
	Select text in the entry so that when the user next edits it
	they don't have to delete what's there first. 

	* gucharmap/gucharmap-search-dialog.c: Make
	gucharmap_search_state_* static. 

	* gucharmap/gucharmap-search-dialog.c (gucharmap_search_dialog_start_search):
	Use existing search state if searching for the same string as
	last time (and are viewing by the same codepoint list).
	search_state->dont_search wasn't being used before. Speeds up
	repeated searches that have no results or 1 result.

2004-02-25  Noah Levitt

	* gucharmap/gucharmap-search-dialog.c: After doing full text
	search, try NFC on the search string, and if the result is a
	single character, jump to it. (#134678, requested by Mariano
	Suárez-Alvarez) Then, if that fails, try interpreting the
	search string as a hex number, and jump to that codepoint.
	(This is in addition to jumping straight to 0x* and U+*, which
	are checked before the full string search.)

2004-02-25  Noah Levitt

	* gucharmap/gucharmap-window.c: Use gtk_window_present to show search
	dialog. (#132266, Fernando Herrera)

2004-02-21  Paisa Seeluangsawat  <paisa@users.sf.net>

	* configure.ac: Added Thai (th) to ALL_LINGUAS.

2004-02-17  Noah Levitt

	* configure.ac: Don’t build static libs by default. (Why have I been
	wasting 7 megs of everybody’s space until now?) 

2004-02-16  Danilo Šegan  <dsegan@gmx.net>

	* gucharmap/gucharmap-window.c (search_start): Separate
	declaration from assignment of "cursor" (GCC 2.95 compatibility).

2004-02-15  Noah Levitt

	* gucharmap/gucharmap-search-dialog.c:
	* gucharmap/gucharmap-window.c: Use pointer+watch cursor instead of
	watch. 

2004-02-14  Noah Levitt

	* configure.ac:
	* gucharmap/Makefile.am: Bump version number for dev release (which
	happened a few days ago).

2004-02-11 Breda McColgan <breda.mccolgan@sun.com>

	* help/C/gucharmap.xml: Updated based on peer review comments.
	* help/C/gucharmap-C.omf: Updated date.

2004-02-02  Noah Levitt

	* gucharmap/gucharmap-search-dialog.c: Put stock arrow images on Next
	and Previous buttons.

2004-02-01  Noah Levitt

	* gucharmap/gucharmap-chapters.c: Keep active chapter in view.

2004-02-01  Noah Levitt

	* gucharmap/gucharmap-script-chapters.c: Sort by translated name.

2004-02-01  Noah Levitt

	* gucharmap/gucharmap-table.c: Improve square size.

	* gucharmap/main.c: Increase default font size.

2004-02-01  Noah Levitt

	* gucharmap/gucharmap-table.c: Make the end of the list really look
	like it.

2004-02-01  Noah Levitt

	* gucharmap/gucharmap-chapters.c:
	* gucharmap/gucharmap-chapters.h:
	* gucharmap/gucharmap-charmap.c:
	* gucharmap/gucharmap-charmap.h:
	* gucharmap/gucharmap-window.c: Next Script/Block and Previous
	Script/BLock menu items.

	* gucharmap/gucharmap-window.c: Remove a couple of unused variables.

2004-02-01  Noah Levitt

	* gucharmap/gucharmap-search-dialog.c:
	* gucharmap/gucharmap-search-dialog.h:
	* gucharmap/gucharmap-unicode-info.c:
	* gucharmap/gucharmap-unicode-info.h:
	* gucharmap/gucharmap-window.c: Progress bar for searching.

2004-01-31  Noah Levitt

	* gucharmap/gucharmap-charmap.c: PAGE_SIZE not used anymore.

2004-01-31  Noah Levitt

	* gucharmap/gucharmap-charmap.c:
	* gucharmap/gucharmap-search-dialog.c:
	* gucharmap/gucharmap-table.c:
	* gucharmap/main.c: Remove logging statements.

2004-01-31  Noah Levitt

	* gucharmap/gucharmap-charmap.c:
	* gucharmap/gucharmap-table.c:
	* gucharmap/main.c: 
	* gucharmap/gucharmap-search-dialog.c: Search in CJK definitions as
	well. This commit has some logging statements in it for reference
	which will be removed shortly.

2004-01-31  Noah Levitt

	* gucharmap/gucharmap-table.c: Avoid warnings with latest gtk+.

2004-01-31  Noah Levitt

	* gucharmap/gucharmap-search-dialog.c: Set text entry mnemonic widget
	on _("_Search:").

2004-01-31  Noah Levitt

	* gucharmap/gucharmap-search-dialog.c (information_dialog):
	Whom to set_transient_for depends on whether the search dialog is
	visible.

2004-01-31  Noah Levitt

	* gucharmap/gucharmap-search-dialog.c: Use watch cursor while
        searching.

2004-01-31  Noah Levitt

	* gucharmap/gucharmap-table.c:
	* gucharmap/gucharmap-window.c:
	* gucharmap/main.c: Remove logging statements just committed. 

	* gucharmap/gucharmap-table.c: Simplify bare_minimal_* functions.

2004-01-31  Noah Levitt

	* gucharmap/gucharmap-table.c:
	* gucharmap/gucharmap-table.h:
	* gucharmap/gucharmap-window.c:
	* gucharmap/main.c: Estimate font height rather than call
	pango_context_get_metrics, drastically improving startup time and
	responsiveness when changing fonts. This commit has some logging
	statements in it for reference; will remove and recommit.

2004-01-31  Noah Levitt

	* gucharmap/Makefile.am:
	* gucharmap/gucharmap-marshal.list:
	* gucharmap/gucharmap_marshal.list: Rename gucharmap_marshal.list to
	gucharmap-marshal.list.

2004-01-31  Noah Levitt

	* gucharmap/gucharmap-window.c: Ctrl+= sets font to "normal size".

2004-01-31  Noah Levitt

	* gucharmap/gucharmap-mini-fontsel.c:
	* gucharmap/gucharmap-mini-fontsel.h:
	* gucharmap/gucharmap-window.c:
	* gucharmap/gucharmap-window.h:
	* gucharmap/main.c: Resurrect default size setting.

2004-01-30 Breda McColgan <breda.mccolgan@sun.com>

	* help/C/gucharmap.xml: Updated for GNOME 2.6, technical review draft
	* help/C/gucharmap-C.omf: Updated for GNOME 2.6
	* help/C/l10n.txt: Added for GNOME 2.6
	* help/C/figures/gucharmap_window.png: Added for GNOME 2.6

2004-01-30  Noah Levitt

	* gucharmap/Makefile.am:
	* gucharmap/gen-guch-unicode-tables.pl:
	* gucharmap/gucharmap-block-chapters.[ch]:
	* gucharmap/gucharmap-chapters.[ch]:
	* gucharmap/gucharmap-charmap.[ch]:
	* gucharmap/gucharmap-codepoint-list.[ch]:
	* gucharmap/gucharmap-intl.[ch]:
	* gucharmap/gucharmap-mini-fontsel.[ch]:
	* gucharmap/gucharmap-script-chapters.[ch]:
	* gucharmap/gucharmap-script-codepoint-list.[ch]:
	* gucharmap/gucharmap-search-dialog.c:
	* gucharmap/gucharmap-table.[ch]:
	* gucharmap/gucharmap-unicode-info.[ch]:
	* gucharmap/gucharmap-window.[ch]:
	* gucharmap/gucharmap.h:
	* gucharmap/imgucharmap.c:
	* gucharmap/main.c:
	* gucharmap/unicode-blocks.h:
	* gucharmap/unicode-scripts.h: gucharmap-intl.h instead of
	gucharmap_intl.h, and misc little preamble fixups.

	* gucharmap/gucharmap_intl.[ch]: Removed.

2004-01-30  Noah Levitt

	* gucharmap/Makefile.am: Install all the include files.

	* gucharmap/gucharmap-charmap.h:
	* gucharmap/gucharmap-script-codepoint-list.h:
	* gucharmap/gucharmap-window.h: #include <gucharmap/gucharmap-foo.h>
	in headers, #include "gucharmap-foo.h" in .c files.

	* gucharmap/gucharmap.h: Add gucharmap-search-dialog.h.

2004-01-29  Noah Levitt

	* gucharmap/Makefile.am:
	* gucharmap/gucharmap-search-dialog.c:
	* gucharmap/gucharmap-search-dialog.h:
	* gucharmap/gucharmap-window.c: Moved search handling as completely as
	possible to GucharmapSearchDialog.

	* gucharmap/gucharmap-search.c: 
	* gucharmap/gucharmap-search.h: Removed.

2004-01-28  Noah Levitt

	* gucharmap/gucharmap-charmap.c:
	* gucharmap/gucharmap-table.c:
	* gucharmap/gucharmap-window.c: 
	* gucharmap/main.c: Remove clipboard identifying and
	link-clicking history code.

2004-01-28  Noah Levitt

	* gucharmap/main.c:
	* gucharmap/gucharmap-window.c:
	* gucharmap/gucharmap-window.h: Use private data structure.

2004-01-28  Noah Levitt

	* gucharmap/gucharmap-window.c (font_bigger, font_smaller): Increase
	zoom increment.

	* gucharmap/gucharmap-window.c (help_about): Change email address
	obfuscation method. 

2004-01-28  Kaushal Kumar <kaushal.kumar@wipro.com>

	* gucharmap/gucharmap-search.c (gucharmap_idle_search):
	Fix a compilation error. Fixes bugzilla #132763.

2004-01-26  Noah Levitt

	* gucharmap/gucharmap-search.c:
	* gucharmap/gucharmap-search.h:
	* gucharmap/gucharmap-window.c:
	* gucharmap/gucharmap-window.h: Search in an idle handler to be more
	responsive. Make mouse cursor a watch while searching.

2004-01-18  Noah Levitt

	* gucharmap/Makefile.am:
	* gucharmap/gucharmap-block-chapters.c:
	* gucharmap/gucharmap-chapters.c:
	* gucharmap/gucharmap-chapters.h:
	* gucharmap/gucharmap-charmap.c:
	* gucharmap/gucharmap-charmap.h:
	* gucharmap/gucharmap-codepoint-list.h:
	* gucharmap/gucharmap-script-chapters.c:
	* gucharmap/gucharmap-script-codepoint-list.c:
	* gucharmap/gucharmap-script-codepoint-list.h:
	* gucharmap/gucharmap-search.c:
	* gucharmap/gucharmap-search.h:
	* gucharmap/gucharmap-unicode-info.c:
	* gucharmap/gucharmap-unicode-info.h:
	* gucharmap/gucharmap-window.c: New search implementation that works
	with chapters.

2004-01-16  Noah Levitt

	* gucharmap/gucharmap-script-codepoint-list.c:
	* gucharmap/gucharmap-script-codepoint-list.h: The lovely
	gucharmap_script_codepoint_list_set_scripts function which may be
	shortly discarded.

2004-01-15  Noah Levitt

	* gucharmap/gen-guch-unicode-tables.pl:
	* gucharmap/gucharmap-codepoint-list.c:
	* gucharmap/gucharmap-codepoint-list.h:
	* gucharmap/gucharmap-script-codepoint-list.c:
	* gucharmap/unicode-scripts.h: Use signed integers as the indices into
	codepoint lists. There was no point using unsigned. It's easier to
	check for -1 with signed integers.

2004-01-15  Noah Levitt

	* autogen.sh: Replace home-spun thing with gnome-common's autogen.

2004-01-12  Noah Levitt

	* gucharmap/gucharmap-table.c: Fix mouse wheel scrolling.

2004-01-12  Noah Levitt

	* gucharmap/gen-guch-unicode-tables.pl:
	* gucharmap/gucharmap-script-codepoint-list.c:
	* gucharmap/gucharmap-table.c:
	* gucharmap/gucharmap-table.h:
	* gucharmap/unicode-scripts.h: "Common" script.

	* gucharmap/gucharmap-window.c: Ctrl-n and ctrl-p skip unassigned and
	invalid codepoints.

2004-01-11  Noah Levitt

	* gucharmap/Makefile.am:
	* gucharmap/gucharmap-charmap.c:
	* gucharmap/gucharmap-charmap.h:
	* gucharmap/gucharmap-script-chapters.c:
	* gucharmap/gucharmap-script-chapters.h:
	* gucharmap/gucharmap-script-codepoint-list.c:
	* gucharmap/gucharmap-window.c:
	* gucharmap/gucharmap.h:
	* gucharmap/gucharmap_intl.h: Group by script as well as by unicode
	block.

2004-01-11  Noah Levitt

	* gucharmap/.cvsignore:
	* gucharmap/Makefile.am:
	* gucharmap/gen-guch-unicode-tables.pl:
	* gucharmap/gucharmap-block-chapters.c:
	* gucharmap/gucharmap-block-chapters.h:
	* gucharmap/gucharmap-chapters.c:
	* gucharmap/gucharmap-chapters.h:
	* gucharmap/gucharmap-charmap.c:
	* gucharmap/gucharmap-charmap.h:
	* gucharmap/gucharmap-codepoint-list.c:
	* gucharmap/gucharmap-codepoint-list.h:
	* gucharmap/gucharmap-script-codepoint-list.c:
	* gucharmap/gucharmap-table.c:
	* gucharmap/gucharmap-table.h:
	* gucharmap/gucharmap-unicode-info.c:
	* gucharmap/gucharmap-unicode-info.h:
	* gucharmap/gucharmap.h:
	* gucharmap/unicode-blocks.h:
	* gucharmap/unicode-categories.h:
	* gucharmap/unicode-nameslist.h:
	* gucharmap/unicode-scripts.h: New chapters / codepoint list design.

2004.01.10  Arafat Medini <lumina@silverpen.de>
                                                                                
	* ar.po: Added Arabic locale "ar" to ALL_LINGUAS

2004-01-05  Noah Levitt

	* gucharmap.desktop.in: Set tooltip. (#130614, Lars Weber)

2004-01-05  Noah Levitt

	* gucharmap.desktop.in:
	* gucharmap/gucharmap-window.c:
	* gucharmap/imgucharmap.c: s/Unicode Character Map/Character Map/g
	(#130497, Lars Weber)

2004-01-05  Noah Levitt

	* gucharmap/gucharmap-mini-fontsel.c: Use stock icons for bold and
	italic. (#130306, Mikael Brockman)

2004-01-03  Robert Sedak  <robert.sedak@sk.htnet.hr>

	* configure.ac: Added "hr" in ALL_LINGUAS.

2003-12-16  Noah Levitt

	* gucharmap/gucharmap-script-codepoint-list.c: Add finalize().

2003-12-16  Noah Levitt

	* gucharmap/im-module-file.c: Improve the code as a sample usage of
	gtk_rc_get_im_module_file.

2003-12-16  Noah Levitt

	* gucharmap/gucharmap-mini-fontsel.c:
	* gucharmap/gucharmap-charmap.c:
	* gucharmap/gucharmap-table.c:
	* gucharmap/Makefile.am: Rename gucharmap_marshal.[ch] to
	gucharmap-marshal.[ch], add to CLEANFILES.

2003-12-16	Mohammad DAMT  <mdamt@bisnisweb.com>

	* configure.ac: Added "id" in ALL_LINGUAS
	* po/id.po: Indonesian translation by Ahmad Riza H Nst <ari@160c.afraid.org>

2003-12-15  Noah Levitt

	* gucharmap/Makefile.am:
	* gucharmap/gucharmap-codepoint-list.h:
	* gucharmap/gucharmap-mini-fontsel.c:
	* gucharmap/gucharmap-script-codepoint-list.c:
	* gucharmap/gucharmap-script-codepoint-list.h:
	* gucharmap/gucharmap-table.c:
	* gucharmap/gucharmap-unicode-info.h:
	* gucharmap/gucharmap.h: Script codepoint list implementation.

	* gucharmap/gen-guch-unicode-tables.pl:
	* gucharmap/unicode-scripts.h:
	* po/POTFILES.in: Unicode Scripts.txt info.

2003-12-15  Noah Levitt

	* gucharmap/gucharmap-unicode-info.c: If glib is new enough, don’t
	special-case hangul syllables.

2003-12-15  Noah Levitt

	* po/POTFILES.in: Fix.

2003-12-14  Noah Levitt

	* gucharmap/gucharmap-unicode-info.c: List the correct name for CJK
	ideographs (see section 0.3 of the unicode book).

2003-12-14  Noah Levitt

	* gucharmap/gucharmap-window.c: Move "Character in Clipboard" from
	Search menu to to Go menu. Change accelerator from ctrl+o to Insert.
	Maybe it's usable now!

	* .cvsignore: Add intltool-modules. 

2003-12-14  Noah Levitt

	* gucharmap/gen-guch-unicode-tables.pl: Some fixes.

	* gucharmap/unicode-blocks.h:
	* gucharmap/unicode-categories.h:
	* gucharmap/unicode-names.h:
	* gucharmap/unicode-nameslist.h:
	* gucharmap/unicode-unihan.h: New generated headers.

	* gucharmap/unicode/.cvsignore:
	* gucharmap/unicode/Makefile.am:
	* gucharmap/unicode/generate_categories.pl:
	* gucharmap/unicode/generate_nameslist.c:
	* gucharmap/unicode/generate_unihan.c:
	* gucharmap/unicode/generator.sh:
	* gucharmap/unicode/unicode_blocks.cI:
	* gucharmap/unicode/unicode_categories.cI:
	* gucharmap/unicode/unicode_data.cI:
	* gucharmap/unicode/unicode_nameslist.cI:
	* gucharmap/unicode/unicode_unihan.cI: Remove in favor of new ones.

	* configure.ac:
	* gucharmap/Makefile.am:
	* gucharmap/gucharmap-unicode-info.c: Change to the use new unicode
	tables.

2003-12-14  Noah Levitt

	* gucharmap/gen-guch-unicode-tables.pl: New unicode table generation
	script.

2003-12-12  Dom Lachowicz <cinamod@hotmail.com>

	* gucharmap/Makefile.am: Add gucharmap-codepoint-list.h to the
	installed HEADERS
	
2003-12-04  Sanlig Badral  <badral@openmn.org>

	* configure.as: added "mn" to ALL_LINGUAS.

2003-12-02  Žygimantas Beručka  <uid0@tuxfamily.org>

	* configure.ac: Add "lt" to ALL_LINGUAS.

2003-11-24  Noah Levitt

	* gucharmap/gucharmap-codepoint-list.c: Undo accidentally committed
	every-other-character codepoint list.

2003-11-24  Noah Levitt

	* gucharmap/gucharmap-window.c: Do jump-to right with codepoint list
	stuff in search dialog.

2003-11-24  Noah Levitt

	* gucharmap/gucharmap-table.c: More active_char vs active_cell fixes.

2003-11-24  Noah Levitt

	* gucharmap/gucharmap-window.c: Place characters in text_to_copy at
        the current cursor location, not at the end. (#127857, Hakon)

	* help/C/.cvsignore: No more question marks.

2003-11-23  Noah Levitt

	* gucharmap/Makefile.am:
	* gucharmap/charcell_accessible.c:
	* gucharmap/chartable_accessible.c:
	* gucharmap/gucharmap-charmap.c:
	* gucharmap/gucharmap-codepoint-list.c:
	* gucharmap/gucharmap-codepoint-list.h:
	* gucharmap/gucharmap-table.c:
	* gucharmap/gucharmap-table.h:
	* gucharmap/gucharmap-window.c:
	* gucharmap/gucharmap.h: Change chartable to keep track of cells by
	cell number instead of by character. GucharmapCodepointList gives the
	codepoint for a particular cell.

2003-11-23  Noah Levitt

	* gucharmap.desktop.in: Change Terminal=0 to Terminal=false. (#127748,
	Pawel)

2003-11-21  Noah Levitt

	* gucharmap/gucharmap-window.c: Fix compile error. (#127629, Mike
	Castle)

2003-11-20  Noah Levitt

	* configure.ac:
	* gucharmap/Makefile.am: Bump version number and library version for
	release.

2003-11-18  Mariano Suárez-Alvarez

	* gucharmap/gucharmap-charmap.c (set_details, create_tags): indent the
	big glyph using a left margin, not spaces.

2003-11-18  Noah Levitt

	* gucharmap/gucharmap-window.c: Add documenter credit. (#127268, Chee
	Bin HOH)

2003-11-18  Noah Levitt

	* gucharmap/Makefile.am: Add @GNOME_LIBS@ to im-gucharmap.so. (Keith
	Packard)

2003-11-18  Chee Bin HOH <cbhoh@gnome.org>

	* help/C/figures/gucharmap_start_window.png:
	* help/C/gucharmap.xml: update online manual for the 
	  remove of "Search/Code Point..." functionality,
	  Back and Forward buttons.
	
2003-11-17  Mariano Suárez-Alvarez

	* gucharmap/gucharmap-window.[ch]: remove all remaining references to
	the Back and Forward buttons.

2003-11-17  Noah Levitt

	* gucharmap/gucharmap-window.c: Remove Back and Forward buttons, since
	they were just confusing and seldom used.

2003-11-17  Noah Levitt

	* gucharmap/gucharmap-window.c (do_search): Check for #dddd too, as
	suggested by Behdad.

2003-11-17  Noah Levitt

	* gucharmap/gucharmap-window.c: Get rid of "Search/Code Point..." Its
	functionality is in Search/Find now.

	* gucharmap/gucharmap-window.c (do_search): Improvements to the
	heuristic.

2003-11-17  Noah Levitt

	* gucharmap/gucharmap-window.c: Make Search/Find smart. The
	intelligence is astounding.

2003-11-03  Jordi Mallach  <jordi@sindominio.net>

	* configure.ac (ALL_LINGUAS): Added "ca" (Catalan).

2003-10-23  Chee Bin HOH <cbhoh@gnome.org>

	* help/C/gucharmap.xml: Improve docs as suggested by Noah.
	* help/C/figures/gucharmap_start_window.png: change 'Category pane'
	to 'Unicode block pane' as suggested by Noah, use default GNOME
	theme.
	
2003-10-20  Noah Levitt

	* Makefile.am:
	* configure.ac:
	* gucharmap/Makefile.am:
	* gucharmap/gucharmap-window.c:
	* gucharmap/main.c:
	* help/.cvsignore:
	* help/Makefile.am:
	* help/omf.make:
	* help/xmldocs.make:
	* help/C/.cvsignore:
	* help/C/Makefile.am:
	* help/C/gucharmap-C.omf:
	* help/C/gucharmap.xml:
	* help/C/legal.xml:
	* help/C/figures/gucharmap_start_window.png: Help contributed by Chee
	Bin HOH.

2003-10-01  Noah Levitt

	* gucharmap/gucharmap-table.c: Use gtk_widget_create_pango_layout.

2003-10-01  Noah Levitt

	* gucharmap/gucharmap-charmap.c:
	* gucharmap/gucharmap-mini-fontsel.c:
	* gucharmap/gucharmap-window.c: Fix compile warning from finalize
	assignments.

2003-09-17  Fatih Demir <kabalak@gtranslator.org>

	* configure.ac: Added "ta" (Tamil) to the languages' list.

2003-09-10  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.in: Added Walloon (wa) and Vietnamese (vi) to ALL_LINGUAS

2003-09-08  Noah Levitt

	* configure.ac:
	* gucharmap/Makefile.am: Bump version number and library version for
	release.

2003-09-08  Laurent Dhima  <laurenti@alblinux.net>

	* configure.ac: Added "sq" to ALL_LINGUAS.

2003-09-06  Taneem Ahmed  <taneem@bengalinux.org>

	* configure.in: Added "bn" to ALL_LINGUAS.

2003-09-05  Andras Timar  <timar@gnome.hu>

	* configure.ac (ALL_LINGUAS): Added hu.

2003-09-04  Noah Levitt

	* gucharmap/gucharmap-charmap.c:
	* gucharmap/gucharmap-mini-fontsel.c:
	* gucharmap/gucharmap-window.c: Add finalize functions to free stuff
	that the widgets allocate on the heap.

2003-09-04  Noah Levitt

	* gucharmap/gucharmap-mini-fontsel.c: Fix leak in
	show_available_families. (Kjartan Maraas)

2003-09-04  Noah Levitt

	* gucharmap/gucharmap-table.c: Fix memory leak in draw_square_bg.
	(Kjartan Maraas)
	
2003-08-26  Marcel Telka  <marcel@telka.sk>

	* configure.ac (ALL_LINGUAS): Added sk.

2003-08-22  Noah Levitt

	* configure.ac:
	* Makefile.am: Bump version number for release.

2003-08-22  Noah Levitt

	* gucharmap/unicode/Makefile.am: Run $(srcdir)/generator.sh instead of
	./generator.sh. Makes building outside of source tree work.

2003-08-20  Noah Levitt

	* gucharmap/gucharmap-unicode-info.h: Get rid of #define UNICHAR_MAX.
	It's for internal use.

Wed Aug 20 11:49:54 2003  George Lebl <jirka@5z.com>

	* gucharmap/gucharmap-table.c: fix crash on the right click
	  popup with non-printable characters

2003-08-19  Danilo Šegan  <dsegan@gmx.net>

	* configure.ac: Fixed the brokenes that Guntupalli introduced
	[conflicts were not reviewed]. 

	* ChangeLog: Resolved conflicts left over from last commit.

2003-08-18  Guntupalli Karunakar  <karunakar@freedomink.org>

	* configure.ac: Added "hi" to ALL_LINGUAS.

2003-08-12  Dafydd Harries  <daf@parnassus.ath.cx>

	* configure.ac: Added "cy" (Welsh) to ALL_LINGUAS.

2003-08-06  Metin Amiroff <metin@karegen.com>

	* configure.ac: Added "az" (Azerbaijani) to ALL_LINGUAS

2003-08-01  Noah Levitt

	* gucharmap-table.c: Get rid of the zoom window on key-release of
	GDK_ISO_Next_Group or GDK_ISO_Prev_Group, since Shift may send these
	keysyms on release if the grp(shift_toggle) xkb setting is on.

2003-08-01  Noah Levitt

	* gucharmap/gucharmap-charmap.c: Fix reckless casting between gunichar
	and gpointer (use GPOINTER_TO_UINT and GUINT_TO_POINTER).

2003-07-27  Noah Levitt

	* gucharmap/gucharmap-table.c: Don't print the font family in the drag
	icon.

2003-07-23  Danilo Šegan  <dsegan@gmx.net>

	* configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.

2003-07-21  Noah Levitt

	* MAINTAINERS: Added MAINTAINERS file.

2003-07-11  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.ac: Add Norwegian
	* po/ChangeLog: Same.
	* po/no.po: Same.

2003-07-07  Noah Levitt

	* gucharmap/gucharmap-window.c: Prevent multiple About dialogs. (bug
	#114341, patch from Steve Chaplin)

2003-07-07  Noah Levitt

	* configure.ac: Added Macedonian (mk) to ALL_LINGUAS.

2003-06-10  Noah Levitt

	* configure.ac:
	* gucharmap/Makefile.am: Bump version number and library version for
	release.

2003-06-10  Noah Levitt

	* configure.ac:
	* autogen.sh: Don't be so noisy.

2003-06-10  Dmitry G. Mastrukov  <dmitry@taurussoft.org>

	* configure.ac: Added Russian to ALL_LINGUAS.

2003-06-09  Noah Levitt

	* gucharmap/gucharmap-unicode-info.c:
	* gucharmap/gucharmap-charmap.c: Don't print headings of empty
	sections.

2003-06-06  Noah Levitt

	* gucharmap/gucharmap-table.c: In the zoom window, tell the user what
	font the character is actually being drawn in.

2003-06-05  Noah Levitt

	* gucharmap/gucharmap-table.c:
	* gucharmap/gucharmap-table.h: Begin drags manually to work around
	bug #114534.

2003-06-04  Hasbullah Bin Pit  <sebol@ikhlas.com>
                                                                                
        * configure.in(ALL_LINGUAS): Added "ms".

2003-06-04  Noah Levitt

	* gucharmap/gucharmap-window.[ch]: Back and Forward buttons.

2003-06-03  Noah Levitt

	* gucharmap/main.c: Make the default size smart about
	multihead/xinerama.

2003-06-03  Noah Levitt

        * gucharmap/gucharmap-charmap.c: Fixed off-by-one memory allocation.

2003-06-03  Noah Levitt

	* gucharmap/gucharmap-charmap.c: Hex codepoints in nameslist are
	always capitalized. "precede" does not have a codepoint in the
	middle. :-)

2003-06-03  Noah Levitt

	* gucharmap/gucharmap-charmap.c: Give more space to the big character
	in the details view. Some hangul jongseongs need a lot of room.

2003-06-03  Noah Levitt

	* gucharmap/gucharmap-charmap.c:
	* gucharmap/gucharmap-window.c: Next Character and Previous Character
	move to the Go menu.

2003-06-03  Noah Levitt

	* gucharmap/gucharmap-charmap.c:
	* gucharmap/gucharmap-charmap.h:
	* gucharmap/gucharmap-table.c:
	* gucharmap/gucharmap-window.c:
	* gucharmap/gucharmap-window.h:
        * gucharmap/gucharmap_marshal.list: Simple forward/backward history
        (for link clicking).

2003-06-02  Noah Levitt

	* gucharmap/gucharmap-charmap.c: Make the hand go away and come back
	correctly in all situtations (hopefully).

2003-06-02  Noah Levitt

	* gucharmap/gucharmap-charmap.h:
	* gucharmap/gucharmap-charmap.c: Hand cursor when hovering over a
	link.

2003-06-02  Noah Levitt

	* gucharmap/gucharmap-charmap.c: Don't try to interpret strings that
	don't have codepoints in them.

2003-06-02  Noah Levitt

	* gucharmap/gucharmap-charmap.c: Pretty decent linking everywhere.

2003-06-02  Noah Levitt

	* gucharmap/gucharmap-charmap.c: Canonical decomposition is links.

2003-06-02  Noah Levitt

	* gucharmap/gucharmap-charmap.c: Clicking a link no longer selects the
	whole textview (thanks, ::event-after). Also fixed stuff to allow
	linking to U+0000.

2003-06-02  Noah Levitt

	* gucharmap/gucharmap-table.c: Don't try to draw on a null pixmap.

2003-06-02  Noah Levitt

	* gucharmap/gucharmap-charmap.c: Still broken, but better,
	link-clicking support.

2003-06-01  Noah Levitt

	* gucharmap/gucharmap-charmap.c: Broken initial link-clicking support.

2003-06-01  Noah Levitt

	* gucharmap/gucharmap-table.c: Highlight the active block.

2003-06-01  Noah Levitt

        * gucharmap/gucharmap-charmap.c: Next and Previous Character buttons
	skip over invalid and unassigned codepoints.

2003-06-01  Noah Levitt

	* gucharmap/gucharmap-charmap.c: 
        * gucharmap/gucharmap-charmap.h: Put the notebook in the right pane.
	Can always see the block selector now.

2003-06-01  Noah Levitt

	* gucharmap/gucharmap-charmap.c: 
	* gucharmap/gucharmap-window.c: Next and Previous Character buttons in
	the details tab.

2003-06-01  Christian Neumair  <chris@gnome-de.org>

	* gucharmap/gucharmap-charmap.c: Added missing colon to kun
	pronounciation string.

2003-06-01  Noah Levitt

	* gucharmap/Makefile.am: Set LD_LIBRARY_PATH when running
	gtk-query-immodules.

2003-06-01  Noah Levitt

	* gucharmap/gucharmap-mini-fontsel.c:
        * gucharmap/gucharmap-mini-fontsel.h: Improved the mini font
        selection. Toggle buttons for bold and italic.

2003-06-01  Noah Levitt

        * gucharmap/gucharmap-table.c: Fix bug where zoom window was sometimes
	the wrong size.

2003-06-01  Noah Levitt

	* gucharmap/gucharmap-charmap.c:
	* gucharmap/gucharmap-window.c:
	* gucharmap/imgucharmap.c: Fix infinite recursive loop when starting
        imgucharmap.

2003-05-31  Noah Levitt

        * gucharmap/gucharmap-table.c: Make the zoom window go away when it
        should.

2003-05-31  Noah Levitt

        * gucharmap/gucharmap-window.c: Statusbar, don't resize yourself.

2003-05-31  Noah Levitt

        * gucharmap/gucharmap-charmap.c: Add some additional, hopefully
        intelligent, information to the statusbar message 

2003-05-30  Noah Levitt

        * gucharmap/gucharmap-window.c: Failed searches pop up a message, but
        leave the search dialog open, now.

2003-05-30  Noah Levitt

	* gucharmap/gucharmap-window.c: 
        * gucharmap/gucharmap-table.c: Hold down Shift for Zoom Mode. No more
        menu item for it.

2003-05-30  Noah Levitt

	* gucharmap/gucharmap-window.c: Improve search dialog somewhat.

2003-05-30  Noah Levitt

	* gucharmap/gucharmap-window.c: Improve jump-to-codepoint dialog.

2003-05-30  Noah Levitt

	* gucharmap/gucharmap-window.c: Status message always has the active
	character; use a dialog for failed searches.

2003-05-30  Noah Levitt

	* gucharmap/gucharmap-window.c: Change Char_map menu to _File.

2003-05-24  Noah Levitt

	* gucharmap/gucharmap-table.c: Fix keynav when numlock is pressed.

2003-05-24  Noah Levitt

	* gucharmap/Makefile.am: Fix make install.

2003-05-24  Noah Levitt

	* gucharmap/gucharmap-charmap.c: Put "see also" back in.

2003-05-24  Noah Levitt

	* gucharmap/gucharmap-charmap.c:
	* gucharmap/gucharmap-table.c:
	* gucharmap/gucharmap-unicode-info.c: Fix up the details page a bit.

2003-05-24  Noah Levitt

	* configure.ac:
	* gucharmap/Makefile.am: Add option not to generate gtk.immodules.

2003-05-17  Noah Levitt

	* gucharmap/Makefile.am: Install "gnome-character-map" symlink
	as reqested by Glynn Foster.

2003-05-14  Padraig O'Briain  <padraig.obriain@sun.com>

	* chartable-accessible.c: Emit active-descendant-changed signal
	when selected cell changes. This fixes bug #112981.

2003-05-14  Noah Levitt

	* configure.ac: Added zh_CN to ALL_LINGUAS.

2003-05-08  Noah Levitt

	* gucharmap/gucharmap-charmap.c:
	* gucharmap/gucharmap-charmap.h:
	* gucharmap/gucharmap-window.c: Get rid of the U+xxxx page listings in
	the treeview on the left.

2003-05-08  Noah Levitt

	* gucharmap/gucharmap-window.c:
	* gucharmap/gucharmap-window.h:
	* gucharmap/main.c: Hide the File (Char_map) menu in the input method.
	(bug #112605, Gregory Merchan)

2003-05-07  Noah Levitt

	* gucharmap/gucharmap-charmap.c: Added CJK ideograph info to the
	details tab.

2003-05-06  Noah Levitt

	* gucharmap/gucharmap-charmap.c: Set statusbar message to indicate
	active character.

2003-05-06  Noah Levitt

	* gucharmap/gucharmap-charmap.c: Added the nameslist stuff to the
	character details tab.

2003-05-06  Noah Levitt

	* gucharmap/gucharmap-charmap.c:
	* gucharmap/gucharmap-charmap.h:
	* gucharmap/gucharmap-window.c:
	* gucharmap/gucharmap-window.h: Started redoing the UI to get rid of
	the character details treeview, and replace it with a text view in
	another tab.

2003-05-07  Abel Cheung  <maddog@linux.org.hk>

	* configure.ac: Added "zh_TW" to ALL_LINGUAS.

2003-05-04  Noah Levitt

	* gucharmap/gucharmap-table.c: Ignore keypresses with modifiers.

2003-05-04  Noah Levitt

	* gucharmap/Makefile.am:
	* gucharmap/charcell_accessible.c:
	* gucharmap/charmap.c:
	* gucharmap/charmap.h:
	* gucharmap/chartable.c:
	* gucharmap/chartable.h:
	* gucharmap/chartable_accessible.c:
	* gucharmap/gucharmap-charmap.c:
	* gucharmap/gucharmap-charmap.h:
	* gucharmap/gucharmap-mini-fontsel.c:
	* gucharmap/gucharmap-mini-fontsel.h:
	* gucharmap/gucharmap-table.c:
	* gucharmap/gucharmap-table.h:
	* gucharmap/gucharmap-unicode-info.c:
	* gucharmap/gucharmap-unicode-info.h:
	* gucharmap/gucharmap-window.c:
	* gucharmap/gucharmap-window.h:
	* gucharmap/gucharmap.h:
	* gucharmap/imgucharmap.c:
	* gucharmap/main.c:
	* gucharmap/mini_fontsel.c:
	* gucharmap/mini_fontsel.h:
	* gucharmap/unicode_info.c:
	* gucharmap/unicode_info.h:
	* gucharmap/unicode/generator.sh:
	* gucharmap/unicode/unicode_blocks.cI: Reorganized so that everything
	public has the gucharmap_ prefix.

2003-05-03  Noah Levitt

	* configure.ac: 
	* Makefile.am: 
	* gucharmap.spec.in: Add rpm spec file.

2003-05-03  Noah Levitt

	* README:
	* configure.ac:
	* gucharmap/im-module-file.c:
	* gucharmap/Makefile.am: Install the input module in the right place,
	and write /etc/gtk-2.0/gtk.immodules.

2003-05-03  Noah Levitt

	* configure.ac: Bump development version to 0.7.0.

2003-04-28  Noah Levitt

	* gucharmap/unicode/unicode_blocks.cI:
	* gucharmap/unicode/unicode_categories.cI:
	* gucharmap/unicode/unicode_data.cI:
	* gucharmap/unicode/unicode_nameslist.cI: Update to Unicode 4.0.

2003-04-21  Abel Cheung  <maddog@linux.org.hk>

	* configure.in: Added "pl", "uk", "zh_TW" to ALL_LINGUAS.

2003-04-19  Noah Levitt  <nlevitt аt columbia.edu>

	* gucharmap/chartable.c:
	* gucharmap/chartable.h:
	* gucharmap/gucharmap_window.c: Snap columns to power of two option
	(bug #107965).

2003-04-16  Noah Levitt  <nlevitt аt columbia.edu>

	* gucharmap/chartable.[ch]: The zoom window and drag icon use pixmap
	instead of pixbuf. It had to be converted back and forth from a
	pixmap, anyway (at least for the zoom window).
	
2003-04-16  Noah Levitt  <nlevitt аt columbia.edu>

	* gucharmap/chartable.c: Made the zoom window a bit less invasive.
	It's no longer always on top and on every desktop. But now it is
	focusable (you can alt-tab to it, for example). Oh well, close enough.

2003-04-15  Noah Levitt  <nlevitt аt columbia.edu>

	* gucharmap/imgucharmap.c: Got the gucharmap input module working
	better.

2003-04-10  Paul Duffy <dubhthach@frink.nuigalway.ie>

	* configure.ac: Added ga (irish) to ALL_LINGUAS.

2003-03-30  Noah Levitt  <nlevitt аt columbia.edu>

	* Makefile.am:
	* README:
	* configure.ac:
	* gucharmap/.cvsignore:
	* gucharmap/Makefile.am:
	* gucharmap/gucharmap_window.c:
	* gucharmap/imgucharmap.c:
	* gucharmap/main.c:
	* gucharmap/mini_fontsel.c:
	* gucharmap/mini_fontsel.h: Got the gucharmap input module working.


2003-03-29  Noah Levitt  <nlevitt аt columbia.edu>

	* gucharmap/charmap.c:
	* gucharmap/charmap.h:
	* gucharmap/gucharmap_window.c:
	* gucharmap/unicode_info.c:
	* gucharmap/unicode_info.h: Implemented Find Previous (shift-ctrl-G).

2003-03-29  Noah Levitt  <nlevitt аt columbia.edu>

	* gucharmap/gucharmap_window.c: Moved items in the Go menu to the
	Search menu.

2003-03-29  Noah Levitt  <nlevitt аt columbia.edu>

	* gucharmap/Makefile.am:
	* gucharmap/gucharmap_window.c:
	* gucharmap/gucharmap_window.h:
	* gucharmap/main.c:
	* gucharmap/mini_fontsel.c: Created GucharmapWindow widget. Got rid of
	the search entry and button; made a menu item and dialog instead.

2003-03-26  Christian Neumair  <chris@gnome-de.org>

	* gucharmap/charmap.c, gucharmap/unicode_info.c,
	gucharmap/unicode/generator.sh, gucharmap/unicode/unicode_blocks.cI:
	Marked more strings for translation.
	* src/.cvsignore: Added

2003-03-26  Noah Levitt  <nlevitt аt columbia.edu>

	* gucharmap/Makefile.am:
	* gucharmap/imgucharmap.c:
	* gucharmap/main.c: Started gucharmap input method.

2003-03-22  Alessio Frusciante  <algol@firenze.linux.it>

	* configure.ac (ALL_LINGUAS): Added "it" (Italian).

2003-03-19  Alex Duggan  <aldug@astrolinux.com>

	* gucharmap.desktop.in: Fix up bugzilla fields and add
	startup-notification support.

2003-03-18  Noah Levitt  <nlevitt аt columbia.edu>

	* gucharmap/charmap.c:
	* gucharmap/chartable.c:
	* gucharmap/main.c:
	* gucharmap/unicode_info.c:
	* gucharmap/unicode_info.h:
	* gucharmap/unicode/Makefile.am:
	* gucharmap/unicode/generate_categories.pl:
	* gucharmap/unicode/generator.sh:
	* gucharmap/unicode/unicode_categories.cI: All unicode information
	comes from unicode.org files now. No discrepancies with g_unichar_*,
	no out of date information.

2003-03-16  YanKo Kaneti  <yaneti@declera.com>

	* gucharmap/Makefile.am: make the charmap symlink relative.
	Fixes staging area installs in DESTDIR.

2003-03-15  Noah Levitt  <nlevitt аt columbia.edu>

	* README:
	* configure.ac:
	* gucharmap/charmap.c:
	* gucharmap/chartable.c:
	* gucharmap/chartable_accessible.c:
	* gucharmap/main.c:
	* po/POTFILES.in: Updated gtk+ dependency to 2.2 (#107962). Also fixed
	some memory leaks.

2003-03-11  Noah Levitt  <nlevitt аt columbia.edu>

	* configure.ac:
	* gucharmap/.cvsignore:
	* gucharmap/Makefile.am:
	* gucharmap/generate_nameslist.c:
	* gucharmap/generate_unicode_stuff.sh:
	* gucharmap/generate_unihan.c:
	* gucharmap/unicode_info.c:
	* gucharmap/unicode/.cvsignore:
	* gucharmap/unicode/Makefile.am:
	* gucharmap/unicode/generate_nameslist.c:
	* gucharmap/unicode/generate_unihan.c:
	* gucharmap/unicode/generator.sh: 
	* gucharmap/unicode/unicode_blocks.cI:
	* gucharmap/unicode/unicode_data.cI:
	* gucharmap/unicode/unicode_nameslist.cI:
	* gucharmap/unicode/unicode_unihan.cI: Moved generated stuff to its
	own directory, made it compile only with --enable-maintainer-mode.

2003-03-10  Ole Laursen  <olau@hardworking.dk>

	* configure.ac: Added Danish (da) to ALL_LINGUAS.

2003-03-10  Roozbeh Pourander  <roozbeh@sharif.edu>

	* configure.ac: Added "fa" to ALL_LINGUAS.

2003-03-10  Noah Levitt  <nlevitt аt columbia.edu>

	* gucharmap/charmap.c: Canonical decomposition works in both
	directions! Thanks, Roozbeh.

2003-03-09  Noah Levitt  <nlevitt аt columbia.edu>

	* gucharmap/charmap.c: Made character details... acceptable in RTL.

2003-03-08  Takeshi AIHANA <aihana@gnome.gr.jp>

	* configure.ac: Added ja into ALL_LINGUAS.

2002-03-04  Dom Lachowicz <cinamod@hotmail.com>

	* gucharmap/chartable.[ch]: Remove cruft, const set_font()
	* gucharmap/charmap.[ch]: Remove cruft, add set_font(), properly prefix chartable.h
	* gucharmap/mini_fontsel.h: Remove config.h

2003-03-04  Padraig O'Briain  <padraig.obriain@sun.com>

	* src/chartable-accessible.[ch]:
	Remove cell_data from ChartableAccessible data structure. Use
	object data for it.

2003-03-03  Noah Levitt  <nlevitt аt columbia.edu>

	* src/chartable.[ch]:
	* src/charmap.[ch]:
	* src/Makefile.am:
	* src/chartable.h:
	* src/chartable_accessible.c:
	* src/charcell_accessible.c:
	* src/main.c: Refactored chartable into its own widget.

2003-03-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>

	* configure.ac: Added Belarusian to ALL_LINGUAS.

2003-03-02  Christian Neumair  <chris@gnome-de.org>

	* configure.ac: Added de (German) to ALL_LINGUAS.

2003-03-01  Noah Levitt  <nlevitt аt columbia.edu>

       * src/charmap.c: Color cells of unassigned and invalid characters
       differently. Also, display private use characters.

2003-03-01  Noah Levitt  <nlevitt аt columbia.edu>

	* configure.ac:
	* src/Makefile.am:
	* src/charcell_accessible.c:
	* src/charcell_accessible.h:
	* src/charmap.c:
	* src/charmap.h:
	* src/chartable_accessible.c:
	* src/chartable_accessible.h:
	* src/main.c:
	* COPYING.LIB: Added AtkTable implementation for the character table.
	Contributed by Padraig O'Briain.


2003-03-01  Duarte Loreto <happyguy_pt@hotmail.com>

	* configure.ac: Added "pt" to ALL_LINGUAS.

2003-02-28  Noah Levitt  <nlevitt аt columbia.edu>

	* .cvsignore:
	* Makefile.am:
	* autogen.sh:
	* configure.ac:
	* gucharmap.desktop.in:
	* po/POTFILES.in: Created .desktop file. Added intltool support so
	that .desktop can have translations.

2003-02-27  Noah Levitt  <nlevitt аt columbia.edu>

	* src/charmap.[ch]:
	* src/main.c: Added toggle zoom mode menu item, changed the behavior
	of zoom mode to accommodate this. Fairly intelligent interaction with
	right mouse button zoom mode. (I accidentally committed most of this
	functionality in the previous commit, whoops.)

2003-02-27  Noah Levitt  <nlevitt аt columbia.edu>

	* gucharmap.pc.in:
	* Makefile.am: 
	* configure.ac:
	* .cvsignore: Made gucharmap a pkg-config package. Contributed by Dom
	Lachowicz.

2003-02-26  Noah Levitt  <nlevitt аt columbia.edu>

	* src/Makefile.am: 
	* src/charmap.[ch]:
	* src/generate_nameslist.c:
	* src/generate_unicode_stuff.sh:
	* src/generate_unicode_stuff.sh:
	* src/.cvsignore:
	* src/unicode_info.[ch]: Annotations and cross references are now
	among the character details that can be displayed (requested by Markus
	Kuhn). Also, fixed the positioning of items in the details caption.

2003-02-24  Evandro Fernandes Giovanini <evandrofg@ig.com.br>

	* configure.ac(ALL_LINGUAS): Added "pt_BR" (Brazilian Portuguese).

2003-02-23  Noah Levitt  <nlevitt аt columbia.edu>

	* src/Makefile.am: 
	* src/unicode_info.[ch]: 
	* extact_unihan.sh:
	* generate_unicode_stuff.sh:
	* src/generate_unicode_stuff.sh:
	* src/.cvsignore:
	* src/unihan.c:
	* src/unicode_data.c: The source files filled with unicode information
	are now generated at make time.

2003-02-10  Noah Levitt  <nlevitt аt columbia.edu>

	* src/main.c: The Find and Copy buttons know when to be sensitive.

2003-02-09  Noah Levitt  <nlevitt аt columbia.edu>

	* configure.ac: 
	* src/Makefile.am:
	* src/main.c: Command line options using popt. Unfortunately, it is an
	additional dependency (when building without gnome). Added --font
	option. Took some stuff out of main().

2003-02-08  Pauli Virtanen  <pauli.virtanen@hut.fi>

	* configure.ac: Added Finnish (fi) to ALL_LINGUAS.

2003-02-05  Noah Levitt  <nlevitt аt columbia.edu>

	* configure.ac: 
	* src/charmap.h: If pango >= 1.2.1, use all the unicode planes, not
	just the first one

2003-02-04  Miloslav Trmac  <mitr@volny.cz>

	* configure.ac: Added Czech (cs) to ALL_LINGUAS

2003-02-04  Noah Levitt  <nlevitt аt columbia.edu>

	* src/charmap.[ch]:
	* src/main.c: Implemented fine-grained control of the character
	details caption.

2003-02-03  Noah Levitt  <nlevitt аt columbia.edu>

	* gucharmap.nsi.in:
	* gtkrc.win32:
	* configure.ac: Win32 NSIS install-shield stuff.

2003-02-03  Noah Levitt  <nlevitt аt columbia.edu>

	* src/Makefile.am:
	* src/gucharmaprc.rc:
	* pixmaps/gucharmap.ico: Set up the win32 icon.

2003-02-03  Daniel Yacob  <locales@geez.org>

	* configure.ac: Added "am" (Amharic) to ALL_LINGUAS.

2003-02-03  Noah Levitt  <nlevitt аt columbia.edu>

	* src/main.c:
	* src/charmap.[ch]: Got rid of the disclosure triangle in the
	character details; now the extra information can be shown and hidden
	from the view menu.

2003-02-02  Christian Rose  <menthos@menthos.com>

	* configure.ac: Added "sv" to ALL_LINGUAS.

2003-02-02  Noah Levitt  <nlevitt аt columbia.edu>

	* src/main.c: Added accelerators in the menus. Also, renamed font size
	changing menu items to Zoom In/Out, and made the zoom increment of
	the zoom proportional to the current font size.

2003-02-01  Noah Levitt  <nlevitt аt columbia.edu>

	* src/mini_fontsel.[ch]:
	* src/main.c: Added menu items to increase and decrease the font size

2003-02-01  Noah Levitt  <nlevitt аt columbia.edu>

	* src/charmap.[ch]: Changed placement of zoom window so that it is
	usually within the chartable, and so that the cursor is visible

2003-01-24  Noah Levitt  <nlevitt аt columbia.edu>

	* src/main.c: Made some small improvements suggested by Gman; some
	mnemonics for entries, icons for dialogs, left-justification of
	labels, etc

2003-01-23  Noah Levitt  <nlevitt аt columbia.edu>

	* src/charmap.[ch]: In the character details, put codepoint and name
	in one row, add "other representations", octal for C,sh and &#dec;
	for xml,html

2003-01-23  Daniel Elstner  <daniel.elstner@gmx.net>

	* src/charmap.c (status_message): Add an invocator function for
	the "status-message" signal, and use it.

	(key_press_event): Make '=' and <Esc> enter/leave zoom mode, too.
	(button_press_event):
	(leave_zoom_mode): Show statusbar messages when entering/leaving
	zoom mode.

2003-01-23  Daniel Elstner  <daniel.elstner@gmx.net>

	* autogen.sh: Oops, forgot to redirect the output of
	aclocal/automake --version to /dev/null.

2003-01-23  Daniel Elstner  <daniel.elstner@gmx.net>

	* src/charmap.[ch]: Make use of G_BEGIN_DECLS/G_END_DECLS, and
	explicitely use (void) instead of empty parameter lists.

2003-01-23  Daniel Elstner  <daniel.elstner@gmx.net>

	* generate_unicode_stuff.sh:
	* src/unicode_data.c:
	* src/unicode_info.[ch]:
	* src/unihan.c: Declare the static Unicode data blocks const,
	because they are.  Also, return const gchar * from functions
	that return read-only strings.

2003-01-23  Daniel Elstner  <daniel.elstner@gmx.net>

	* src/charmap.[ch]: Implement a real zoom mode instead of abusing
	the drag icon.  Zooming can now be activated by pressing either
	the right mouse button or '+' on the keyboard.

Wed Jan 22 02:10:52 2003  Jonathan Blandford  <jrb@gnome.org>

	* .cvsignore: shut up, CVS

