1996-08-19  Franois Pinard  <pinard@iro.umontreal.ca>

	* po-mode.el: Restructured to avoid all byte-compilation warnings.
	Highlighting using `hilit19' is being deprecated, font lock code
	should now automatically be activated whenever available.

1996-07-15  Franois Pinard  <pinard@iro.umontreal.ca>

	* po-mode.el: po-mode.el (po-kill-msgstr): Ensure po-entry-type is
	always defined before decreasing counter.

Mon Jul 15 01:08:06 1996  Ulrich Drepper  <drepper@cygnus.com>

	* gettextize.in (gettext_dir): Remove warning that files will be
	removed.  It's not really necessary since the -f option is
	necessary.  Suggested by Franois Pinard.

Wed Jun 26 18:40:56 1996  Ulrich Drepper  <drepper@cygnus.com>

	* po-mode.el: Added ELisp support.  Patch by Franois Pinard.

Tue Jun 18 15:12:39 1996  Ulrich Drepper  <drepper@cygnus.com>

	* gettextize.in (aclocal_version): new variable.  Value determined
	by configure.  This finally makes the check of the aclocal.m4
	version number correct because this number need not be the same as
	the version number of the package.

Thu Jun  6 02:02:35 1996  Ulrich Drepper  <drepper@cygnus.com>

	* gettextize.in: Rewrite copying now that files are kept in
	different directories and don't use funny prefixes anymore.

Wed Jun  5 16:36:37 1996  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile.am (DISTCLEANFILES): Renamed from CLEANFILES and
	changed $(lisp_DATA) to $(ELCFILES).

Mon Jun  3 00:46:34 1996  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile.am (elc_DATA): Rename to elc_SCRIPTS so that
        distribution wents smooth.

Sun Jun  2 21:16:47 1996  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile.am (SUFFIXES): New variable.  Automake wants it this
	way to introduce new suffixes.

	* Makefile.am: Initial revision.

Sat Jun  1 18:20:48 1996  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile.in (default): Add default rule because AIX' make does
	not understand multiple goals in default rule.

	* Makefile.in (DISTFILES): Rename README-TCL to README-Tcl.

	* gettextize.in: Implement test for correct aclocal.m4 version.

Sat Apr  6 02:40:48 1996  Ulrich Drepper  <drepper@myware>

	* po-mode.el: Apply Franois' patch for new default values of
	configuration variables and new header entry format.

Tue Apr  2 18:56:16 1996  Ulrich Drepper  <drepper@myware>

	* Makefile.in (all-gettext): New goal.  Same as all.

Tue Apr  2 03:18:10 1996  Franois Pinard  <pinard@iro.umontreal.ca>

	* po-mode.el: * Let po-show-source-context update
	po-reference-cursor itself, and display to the minibuffer the
	relative and maximum position of the shown reference in the list
	of collected references.  Callers adjusted accordingly.
	. Do not generate tildes while reconstructing non-obsolete
        comments.
	. Do merge attributes on a single `#,' line.  Using the non-regexp
	version of the search was causing the generation of another one.
	. Remove a spurious trailing comma while removing the last
	attribute.
	. Limit the search for source references to the msgstr line.  This
	does not correct any bug, but is more consistent.

Sun Mar 31 23:32:04 1996  Franois Pinard  <pinard@iro.umontreal.ca>

	* po-mode.el: * Small corrections to the help page.  Reported by
	Karl Eichwalder.

	* Change po-edit-mode-map to po-subedit-mode-map and
	po-mode-edit-hook to po-subedit-mode-hook.  The previous names
	were not consistent.  Reported by Karl Eichwalder.

	* Repair RET, completely broken for multi-lines, maybe showing a
	regexp bug in Emacs(?).  See the FIXME in po-extract-unquoted.
	Reported by Karl Eichwalder.

Sun Mar 31 22:36:10 1996  Ulrich Drepper  <drepper@myware>

	* gettextize.in (prefix): Define from @prefix@.  Is used in
	gettext_dir definition.  Reported by Jim Meyering.

Thu Mar 28 19:11:19 1996  Karl Eichwalder  <ke@ke.Central.DE>

	* gettextize.in (gettext_dir): Set to @datadir@/gettext.

Tue Mar 26 21:27:00 1996  Ulrich Drepper  <drepper@myware>

	* Makefile.in (datadir): Initialize from @datadir@.  Reported by
        Karl Eichwalder.

Mon Mar 25 09:52:36 1996  Franois Pinard  <pinard@iro.umontreal.ca>

	* po-mode.el: * Correct documentation mistakes in short help.

	* Accept both # and #~ for obsolete comments, but use #~ when
	generating them.

	* Recognize \NNN octal notation for characters in PO file strings,
	however, never produce such horror.

Mon Mar 25 03:51:34 1996  Ulrich Drepper  <drepper@myware>

	* po-mode.el: Some last minute changes by Franois Pinard.

Sun Mar 24 18:51:45 1996  Ulrich Drepper  <drepper@myware>

	* po-mode.el (po-confirm-and-quit): Recognize both #, and #! but
        prefer producing #,.

	* Rephrase messages about location stack contents
	* Clear out message when user refuses quitting.

Sat Mar 23 14:34:49 1996  Franois Pinard  <pinard@iro.umontreal.ca>

	* Implement po-default-file-header.
	Reported by Karl Eichwalder.

	* Rename po-auto-select to po-auto-select-entry.

	* Revise text of all disruptive questions, try to alleviate
	them, avoid them if possible.  Clear the message area sometimes.

	* Correct a bug by which `#! fuzzy' was inserted before the
	white line, instead of after, for PO files having no `#' line
	of any kind.

	* Correct the message count updating in po-kill-msgstr and
	po-yank-msgstr.

	* Allow for po-auto-edit-with-msgid to work, when
	po-edit-msgstr was called on an untranslated immediately after
	loading a PO file.

	* po-quit may select all kind of not fully processed entries,
	rather than just untranslate ones.

	Rebound commands:
	* TAB moves to LFD for po-msgid-to-msgstr.
	* z moves to DEL for po-fade-out-entry.

	New commands:
	* TAB is po-unfuzzy.
	* SPC is po-auto-select.
	* t is po-next-translated entry.
	* M-t is po-previous-translated-entry.
	* E is po-edit-out-full.

	Improved commands:
	* DEL (po-fade-out-entry) makes the entry fuzzy as first step,
	and request confirmation for some transitions.
	* LFD (po-msgid-to-msgstr) requests confirmation if entry was
	already translated.
	* v (po-validate): Pass the -v flag to msgfmt.
	* q (po-confirm-and-quit): Use milder confirmation.
	* Implemented variables po-auto-edit-with-msgid,
	po-auto-fuzzy-on-edit, po-auto-select-on-unfuzzy, and
	po-auto-replace-revision-date.

	PO header management:
	* PO-Revision-Date might be automatically updated.
	Reported by Karl Eichwalder.
	* A normalized PO file header is automatically created if it
	not exists.  Any previous PO file header is kept, obsoleted.

	Various internal cleanups:
	* Revised the PO mode summary display.
	* ...-hooks renamed ...-hook, per word of Richard Stallman.
	* po-obsolete-flag replaced by more general po-entry-type.
	* po-appropriate-counter, po-increase-appropriate-counter and
	po-decrease-appropriate-counter are replaced by	po-type-counter,
	po-decrease-type-counter and po-increase-type-counter.
	Overall counting logic revised and cleaned up.
	* The concept of being after last entry disappears.  Being
	after last entry is equivalent to being on last entry.  And
	since there is at least the PO header entry, and an empty PO
	file is not possible anymore: simplified code accordingly.
	* po-add-attribute, po-delete-attribute: New functions.
	* po-offer-validation disappears, as (buffer-modified-p) may
	be used instead.

Thu Mar 14 16:55:03 1996  Franois Pinard  <pinard@iro.umontreal.ca>

	* po-mode.el: Inexact entries are now called fuzzy.  Change
	regular expression and function names.

Thu Mar 14 11:38:20 1996  Franois Pinard  <pinard@iro.umontreal.ca>

	* po-mode.el: Rename po-mode-hooks to po-mode-edit-hooks.

	* po-mode.el: Suggest accepting .pot and embedded .po. as triggers
	for PO editing mode, besides .po and .pox.
	* PO mode help display has been revised to fit in 23 lines,
	and present some more yet unimplemented commands.  PO mode
	initially suggests using `h' or `?' for documentation.
	* Many variables and functions have been renamed for more
	clarity and consistency, too numerous to be detailed here.
	* Reorganization of key-bindings.  This restores to M-w and M-y
	their usual meaning, and free some keys for to-be-implemented
	commands: the a/M-a/A/M-A series for auxiliary files, c/M-c
	for compendium files, and l/M-l/L/M-L series for lexicon files.
	. Commands u, v, o and q have been renamed U, V, O and Q
	  (po-undo, po-validate, po-other-window and po-quit).
	. Command v replaces old command V (po-mode-version).
	. u and SPC replace e (po-next-untranslated-entry).
	  M-u replaces M-e (po-previous-untranslated-entry).
	. o replaces M-n and M-SPC (po-next-obsolete-entry).
	  M-o replaces M-p and M-DEL (po-previous-obsolete-entry).
	. SPC, DEL, and M-RET are no more po-next-entry,
	  po-previous-entry and po-edit-comment.
	. r replaces l (po-pop-location).
	. s (po-cycle-source-reference) replaces c (po-cycle-reference).
	  M-s (po-select-source-reference) replaces M-c (po-select-reference).
	  S (po-consider-source-path) replaces d (po-add-path).
	  M-S (po-ignore-source-path) replaces M-d (po-delete-path).
	. K, W and Y replace M-k, M-w and M-y (po-kill-comment,
	  po-kill-ring-save-comment and po-yank-comment).
	* New command q (po-confirm-and-quit).

Wed Mar 13 13:16:05 1996  Karl Eichwalder  <ke@ke.Central.DE>

	* po-mode.el (po-edit-string): run hook `po-edit-hooks'.

Sat Mar  9 12:39:47 1996  Ulrich Drepper  <drepper@myware>

	* po-mode.el (po-keywords): Add N_.

Mon Jan 15 02:58:32 1996  Franois Pinard  <pinard@iro.umontreal.ca>

	* gettextize.in: Better message about aclocal.m4 change.

Tue Dec 19 22:41:11 1995  Ulrich Drepper  <drepper@myware>

	* README-TCL, tcl_gettext.c: Initial revision.

	* Makefile.in (DISTFILES): Add tcl_gettext and README-TCL.

Tue Dec 19 22:12:19 1995  Ulrich Drepper  <drepper@myware>

	* Makefile.in (Makefile, gettextize): Explicitly use $(SHELL) for
        running shell scripts.

Sat Dec 16 15:31:49 1995  Ulrich Drepper  <drepper@myware>

	* gettextize.in: Implement -c option: always copy files.
        Requested by Roland McGrath.

Tue Dec  5 11:41:39 1995  Larry Schwimmer  <rosebud@cyclone.stanford.edu>

	* Makefile.in (install-data): Make sure $(localedir) exists.

Mon Nov 27 02:50:12 1995  Sakai Kiyotaka  <ksakai@netwk.ntt-at.co.jp>

	* locale.alias: New entry for Japanese.

Fri Nov 24 23:53:40 1995  Ulrich Drepper  <drepper@myware>

	* po-mode.el (po-quit): Always clear the message area after y-or-n-p.

Sat Nov 11 16:30:05 1995  Ulrich Drepper  <drepper@myware>

	* po-mode.el: Implement searching of inexact entries.

	* po-mode.el: Implement po-version.

Wed Nov  8 01:46:13 1995  Ulrich Drepper  <drepper@myware>

	* po-mode.el:
	Hilit file names and line numbers in #: with function-name face.

	* po-mode.el: Add support for XEmacs' font-lock.el.

	* po-mode.el:
	Patches by Franc,ois: enable hilit, handle multi-line #: lines, and
	don't pass -v argument to msgfmt.

Mon Nov  6 15:52:50 1995  Ulrich Drepper  <drepper@myware>

	* po-mode.el: msgfmt behaves now well again.  Return to use
	/dev/null as output file for verification.

Sun Nov  5 19:39:33 1995  Ulrich Drepper  <drepper@myware>

	* Makefile.in (dist-gettext): Make synonym for dist.

Sun Nov  5 15:40:53 1995  Ulrich Drepper  <drepper@myware>

	* Makefile.in (dist): Suppress error message when ln failed.
	Get files from $(srcdir) explicitly.

Wed Nov  1 10:39:07 1995  Ulrich Drepper  <drepper@myware>

	* gettextize.in:
	Don't use "!" as negation; not all versions of sh support it.  Patch
	by Tom Tromey.

Tue Oct 31 20:46:56 1995  Ulrich Drepper  <drepper@myware>

	* po-mode.el (po-msgfmt-program):
	Variable which contains name of the msgfmt program.
	(po-validate): Use above variable.

Tue Oct 31 19:12:53 1995  Tom Tromey  <tromey@cambric.colorado.edu>

	* gettextize.in: Don't use "!" as negation; not all versions of sh
	support it.

Mon Oct 30 22:22:32 1995  Ulrich Drepper  <drepper@myware>

	* po-mode.el (po-validate):
	Protect the previous value of compile-command.
	Change by Franc,ois Pinard.

Sun Oct 29 12:11:59 1995  Ulrich Drepper  <drepper@myware>

	* gettextize.in:
	Change text of trailing message about aclocal.m4 changing.  Suggested
	by Franc,ois Pinard.

	* Makefile.in (INSTALL_PROGRAM): Not used anymore.
	(INSTALL_SCRIPT): New variable,
	(install-exec): Install gettextize using INSTALL_SCRIPT.

	* po-mode.el (po-eval-requoted): Add space in description.

	* Makefile.in: Remove Emacs local variable setting.

Sat Oct 28 22:09:57 1995  Ulrich Drepper  <drepper@myware>

	* Makefile.in (install-src): Move some rules from install-data.
	(install-data): Add installation of locale.alias.

	* locale.alias: Initial revision

Sat Oct 28 18:08:45 1995  Ulrich Drepper  <drepper@myware>

	* po-mode.el: Apply latest patch by Franc,ois.

Sat Sep 23 14:34:47 1995  Ulrich Drepper  <drepper@myware>

	* gettextize.in:
	Run config.status shell script if this is exists and is selected.  This
 	is always necessary if one updates the intl/ dir.

Wed Sep 20 22:26:12 1995  Ulrich Drepper  <drepper@myware>

	* gettextize.in:
	Try to remove files in root and po/ dir before linking.  If this is
	not done re-linking to the same file will cause an error.

Thu Sep  7 00:21:27 1995  Ulrich Drepper  <drepper@myware>

	* gettext-sh: Protect IFS assignments.

Tue Aug 22 22:12:55 1995  Ulrich Drepper  <drepper@myware>

	* gettextize.in (usage):
	Rearrange help message.  Now describe -f option.
	Reported by Franc,ois Pinard.

Sat Aug 19 23:32:41 1995  Ulrich Drepper  <drepper@myware>

	* gettextize.in: Add missing terminating quotes.

	* Makefile.in (INSTALL_PROGRAM):
	*Do* use -m 755.  Autoconf does not set any mode.

	* Makefile.in (install-src):
	Make behave like install.  I.e. really install
	gettextize and the .elc files.

Sat Aug 19 15:08:31 1995  Ulrich Drepper  <drepper@myware>

	* gettextize.in:
	Some nicety changes of shell programming by Franc,ois Pinard.

	* po-mode.el (po-search-path): Extend by "../".

	* gettextize.in: Protect against relative source paths.
	Avoid exit an second level shell.

	* gettext-sh: Better comments:  By Franc,ois Pinard.

	* Makefile.in (INSTALL_PRG): Don't define mode ourself.
	(uninstall) Remove gettextize.

	* gettextize.in:
	intl/VERSION is now a real file and must not be generated here.

Fri Aug 18 12:05:01 1995  Ulrich Drepper  <drepper@myware>

	* gettext-sh: Use -s option for gettext instead of --shell-script.

Tue Aug 15 10:49:21 1995  Ulrich Drepper  <drepper@myware>

	* Makefile.in (all, check):
	Add gettextize to dependencies, so that install need not
	build anything.

Tue Aug 15 07:13:26 1995  Ulrich Drepper  <drepper@myware>

	* gettextize.in: Add intl/VERSION file.

	* gettextize.in: Remove target file for root- and po- file first.

	* gettextize.in:
	Files installed in top directory of package are now preceded by root-.
	All other are ignore (esp aclocal.m4).

Mon Aug 14 23:50:17 1995  Ulrich Drepper  <drepper@myware>

	* Makefile.in (exec_prefix, bindir):
	Directories needed for installing gettextize.
	(transform): Standard GNU program name transformation.
	(INSTALL_PROGRAM): Program to install gettextize as executable.
	(DISTFILES): Remove makelinks.in.  Distribute gettextize.in instead.
	(install-src): Install gettextize in selected binary directory.

	* gettextize.in: Initial revision

Thu Aug 10 22:18:48 1995  Ulrich Drepper  <drepper@myware>

	* gettext-sh: Fix typos.  Reported by Franc,ois Pinard.
	(TEXTDOMAIN): Set value from ${PACKAGE-NAME} variable and document it.

Tue Aug  8 21:45:20 1995  Ulrich Drepper  <drepper@myware>

	* Makefile.in (DISTFILES): Add locale.alias.

Mon Aug  7 23:48:55 1995  Ulrich Drepper  <drepper@myware>

	* Makefile.in (DISTFILES): gettext.perl moved from intl/.
	gettext-sh: New file.

	* gettext-sh: Initial revision.

	* elisp-comp:
	Use `rm -fr $tempdir' instead of `rm -f $tempdir/*; rmdir $tempdir'
 	because some NFS implementation create .nfsxxx files which are
 	not caught be the *.  Reported by Paul Nevai.

Fri Aug  4 22:38:50 1995  Ulrich Drepper  <drepper@myware>

	* Makefile.in (.el.elc):
	Include Franc,ois' wonderful pun to highlight warning text.

	* Makefile.in (distclean): Remove makelinks.

	* Makefile.in (dist): Remove `copying instead' message.

Wed Aug  2 19:44:48 1995  Ulrich Drepper  <drepper@myware>

	* Makefile.in (DISTFILES): makelinks.in instead of makelinks-sh.

	* makelinks.in: First try making symbolic links.
	Rename to makelinks.in because it will be configure by
 	config.status.

Tue Aug  1 15:54:26 1995  Ulrich Drepper  <drepper@myware>

	* po-mode.el: Fixes to run on DEMACS.
  	Provided by Franc,ois Pinard.

	* Makefile.in (check): Make same as all.

Tue Aug  1 10:32:46 1995  Ulrich Drepper  <drepper@myware>

	* makelinks-sh: Implement option handling.
	When intl/ subdir exist give warning and exit unless option -f
 	is given.
	Use ${echo} in place where translations will be necessary.

Wed Jul 26 01:24:53 1995  Ulrich Drepper  <drepper@myware>

	* makelinks-sh: Update for correct intl_files list.
	Handle existing directories.
	Handle non-existing ln and/or ln -s.
	Mostly by Franc,ois Pinard.

Sat Jul 22 01:14:48 1995  Ulrich Drepper  <drepper@myware>

	* Makefile.in (prefix,datadir,lispdir): New definitions.
	(SITELISPDIR): Remove variable.
	(all): Now build *.elc files.
	(install,uninstall): Specify complete path of files to delete.

Thu Jul 20 00:03:29 1995  Ulrich Drepper  <drepper@myware>

	* Makefile.in (DISTFILES): elisp-comp was missing.

Tue Jul 18 23:53:08 1995  Ulrich Drepper  <drepper@myware>

	* po-mode.el: Latest version by Franc,ois.  This version allows
 	scanning C source code for translatable strings and interactive
 	construction of the .po file.  The string matching heuristic is
 	due to Richard Stallman.

Tue Jul 18 01:32:59 1995  Ulrich Drepper  <drepper@myware>

	* Makefile.in (DISTFILES): Add magic.add.  Comes from ../.

	* po-mode.el, makelinks, combine-sh: Moved to here from ../intl/.
	magic.add: Moved to here from ../.

	* Makefile.in: Initial revision
