lilypond-1.4.3
[lilypond.git] / intl / ChangeLog
blob6bda59584e52c9a17e08d0ef9642842764d74e7c
1 Sat Dec  2 22:51:38 1995  Marcus Daniels  <marcus@sysc.pdx.edu>
3         * cat-compat.c (textdomain):
4         Reverse order in which files are tried you load.  First
5         try local file, when this failed absolute path.
7 Wed Nov 29 02:03:53 1995  Nelson H. F. Beebe  <beebe@math.utah.edu>
9         * cat-compat.c (bindtextdomain): Add missing { }.
11 Sun Nov 26 18:21:41 1995  Ulrich Drepper  <drepper@myware>
13         * libintl.inst: Add missing __P definition.  Reported by Nelson Beebe.
15         * Makefile.in:
16         Add dummy `all' and `dvi' goals.  Reported by Tom Tromey.
18 Sat Nov 25 16:12:01 1995  Franc,ois Pinard  <pinard@iro.umontreal.ca>
20         * hash-string.h: Capitalize arguments of macros.
22 Sat Nov 25 12:01:36 1995  Ulrich Drepper  <drepper@myware>
24         * Makefile.in (DISTFILES): Prevent files names longer than 13
25         characters.  libintl.h.glibc->libintl.glibc,
26         libintl.h.install->libintl.inst.  Reported by Joshua R. Poulson.
28 Sat Nov 25 11:31:12 1995  Eric Backus  <ericb@lsid.hp.com>
30         * dcgettext.c: Fix bug in preprocessor conditionals.
32 Sat Nov 25 02:35:27 1995  Nelson H. F. Beebe  <beebe@math.utah.edu>
34         * libgettext.h: Solaris cc does not understand
35          #if !SYMBOL1 && !SYMBOL2.  Sad but true.
37 Thu Nov 23 16:22:14 1995  Ulrich Drepper  <drepper@myware>
39         * hash-string.h (hash_string):
40         Fix for machine with >32 bit `unsigned long's.
42         * dcgettext.c (DCGETTEXT):
43         Fix horrible bug in loop for alternative translation.
45 Thu Nov 23 01:45:29 1995  Ulrich Drepper  <drepper@myware>
47         * po2tbl.sed.in, linux-msg.sed, xopen-msg.sed:
48         Some further simplifications in message number generation.
50 Mon Nov 20 21:08:43 1995  Ulrich Drepper  <drepper@myware>
52         * libintl.h.glibc: Use __const instead of const in prototypes.
54         * Makefile.in (install-src):
55         Install libintl.h.install instead of libintl.h.  This
56         is a stripped-down version.  Suggested by Peter Miller.
58         * libintl.h.install, libintl.h.glibc: Initial revision.
60         * localealias.c (_nl_expand_alias, read_alias_file):
61         Protect prototypes in type casts by __P.
63 Tue Nov 14 16:43:58 1995  Ulrich Drepper  <drepper@myware>
65         * hash-string.h: Correct prototype for hash_string.
67 Sun Nov 12 12:42:30 1995  Ulrich Drepper  <drepper@myware>
69         * hash-string.h (hash_string): Add prototype.
71         * gettextP.h: Fix copyright.
72         (SWAP): Add prototype.
74 Wed Nov  8 22:56:33 1995  Ulrich Drepper  <drepper@myware>
76         * localealias.c (read_alias_file): Forgot sizeof.
77         Avoid calling *printf function.  This introduces a big overhead.
78         Patch by Roland McGrath.
80 Tue Nov  7 14:21:08 1995  Ulrich Drepper  <drepper@myware>
82         * finddomain.c, cat-compat.c: Wrong indentation in #if for stpcpy.
84         * finddomain.c (stpcpy):
85         Define substitution function local.  The macro was to flaky.
87         * cat-compat.c: Fix typo.
89         * xopen-msg.sed, linux-msg.sed:
90         While bringing message number to right place only accept digits.
92         * linux-msg.sed, xopen-msg.sed: Now that the counter does not have
93         leading 0s we don't need to remove them.  Reported by Marcus
94         Daniels.
96         * Makefile.in (../po/cat-id-tbl.o): Use $(top_srdir) in
97         dependency.  Reported by Marcus Daniels.
99         * cat-compat.c: (stpcpy) [!_LIBC && !HAVE_STPCPY]: Define replacement.
100         Generally cleanup using #if instead of #ifndef.
102         * Makefile.in: Correct typos in comment.  By Franc,ois Pinard.
104 Mon Nov  6 00:27:02 1995  Ulrich Drepper  <drepper@myware>
106         * Makefile.in (install-src): Don't install libintl.h and libintl.a
107         if we use an available gettext implementation.
109 Sun Nov  5 22:02:08 1995  Ulrich Drepper  <drepper@myware>
111         * libgettext.h: Fix typo: HAVE_CATGETTS -> HAVE_CATGETS.  Reported
112         by Franc,ois Pinard.
114         * libgettext.h: Use #if instead of #ifdef/#ifndef.
116         * finddomain.c:
117         Comments describing what has to be done should start with FIXME.
119 Sun Nov  5 19:38:01 1995  Ulrich Drepper  <drepper@myware>
121         * Makefile.in (DISTFILES): Split.  Use DISTFILES with normal meaning.
122         DISTFILES.common names the files common to both dist goals.
123         DISTFILES.gettext are the files only distributed in GNU gettext.
125 Sun Nov  5 17:32:54 1995  Ulrich Drepper  <drepper@myware>
127         * dcgettext.c (DCGETTEXT): Correct searching in derived locales.
128         This was necessary since a change in _nl_find_msg several weeks
129         ago.  I really don't know this is still not fixed.
131 Sun Nov  5 12:43:12 1995  Ulrich Drepper  <drepper@myware>
133         * loadmsgcat.c (_nl_load_domain): Test for FILENAME == NULL.  This
134         might mark a special condition.
136         * finddomain.c (make_entry_rec): Don't make illegal entry as decided.
138         * Makefile.in (dist): Suppress error message when ln failed.
139         Get files from $(srcdir) explicitly.
141         * libgettext.h (gettext_const): Rename to gettext_noop.
143 Fri Nov  3 07:36:50 1995  Ulrich Drepper  <drepper@myware>
145         * finddomain.c (make_entry_rec):
146         Protect against wrong locale names by testing mask.
148         * libgettext.h (gettext_const): Add macro definition.
149         Capitalize macro arguments.
151 Thu Nov  2 23:15:51 1995  Ulrich Drepper  <drepper@myware>
153         * finddomain.c (_nl_find_domain):
154         Test for pointer != NULL before accessing value.
155         Reported by Tom Tromey.
157         * gettext.c (NULL):
158         Define as (void*)0 instad of 0.  Reported by Franc,ois Pinard.
160 Mon Oct 30 21:28:52 1995  Ulrich Drepper  <drepper@myware>
162         * po2tbl.sed.in: Serious typo bug fixed by Jim Meyering.
164 Sat Oct 28 23:20:47 1995  Ulrich Drepper  <drepper@myware>
166         * libgettext.h: Disable dcgettext optimization for Solaris 2.3.
168         * localealias.c (alias_compare):
169         Peter Miller reported that tolower in some systems is
170         even dumber than I thought.  Protect call by `isupper'.
172 Fri Oct 27 22:22:51 1995  Ulrich Drepper  <drepper@myware>
174         * Makefile.in (libdir, includedir): New variables.
175         (install-src): Install libintl.a and libintl.h in correct dirs.
177 Fri Oct 27 22:07:29 1995  Ulrich Drepper  <drepper@myware>
179         * Makefile.in (SOURCES): Fix typo: intrl.compat.c -> intl-compat.c.
181         * po2tbl.sed.in: Patch for buggy SEDs by Christian von Roques.
183         * localealias.c:
184         Fix typo and superflous test.  Reported by Christian von Roques.
186 Fri Oct  6 11:52:05 1995  Ulrich Drepper  <drepper@myware>
188         * finddomain.c (_nl_find_domain):
189         Correct some remainder from the pre-CEN syntax.  Now
190         we don't have a constant number of successors anymore.
192 Wed Sep 27 21:41:13 1995  Ulrich Drepper  <drepper@myware>
194         * Makefile.in (DISTFILES): Add libintl.h.glibc.
196         * Makefile.in (dist-libc): Add goal for packing sources for glibc.
197         (COMSRCS, COMHDRS): Splitted to separate sources shared with glibc.
199         * loadmsgcat.c: Forget to continue #if line.
201         * localealias.c:
202         [_LIBC]: Rename strcasecmp to __strcasecmp to keep ANSI C name
203         space clean.
205         * dcgettext.c, finddomain.c: Better comment to last change.
207         * loadmsgcat.c:
208         [_LIBC]: Rename fstat, open, close, read, mmap, and munmap to
209         __fstat, __open, __close, __read, __mmap, and __munmap resp
210         to keep ANSI C name space clean.
212         * finddomain.c:
213         [_LIBC]: Rename stpcpy to __stpcpy to keep ANSI C name space clean.
215         * dcgettext.c:
216         [_LIBC]: Rename getced and stpcpy to __getcwd and __stpcpy resp to
217         keep ANSI C name space clean.
219         * libgettext.h:
220         Include sys/types.h for those old SysV systems out there.
221         Reported by Francesco Potorti`.
223         * loadmsgcat.c (use_mmap): Define if compiled for glibc.
225         * bindtextdom.c: Include all those standard headers
226         unconditionally if _LIBC is defined.
228         * finddomain.c: Fix 2 times defiend -> defined.
230         * textdomain.c: Include libintl.h instead of libgettext.h when
231         compiling for glibc.  Include all those standard headers
232         unconditionally if _LIBC is defined.
234         * localealias.c, loadmsgcat.c: Prepare to be compiled in glibc.
236         * gettext.c:
237         Include libintl.h instead of libgettext.h when compiling for glibc.
238         Get NULL from stddef.h if we compile for glibc.
240         * finddomain.c: Include libintl.h instead of libgettext.h when
241         compiling for glibc.  Include all those standard headers
242         unconditionally if _LIBC is defined.
244         * dcgettext.c: Include all those standard headers unconditionally
245         if _LIBC is defined.
247         * dgettext.c: If compiled in glibc include libintl.h instead of
248         libgettext.h.
249         (locale.h): Don't rely on HAVE_LOCALE_H when compiling for glibc.
251         * dcgettext.c: If compiled in glibc include libintl.h instead of
252         libgettext.h.
253         (getcwd): Don't rely on HAVE_GETCWD when compiling for glibc.
255         * bindtextdom.c:
256         If compiled in glibc include libintl.h instead of libgettext.h.
258 Mon Sep 25 22:23:06 1995  Ulrich Drepper  <drepper@myware>
260         * localealias.c (_nl_expand_alias): Don't call bsearch if NMAP <= 0.
261         Reported by Marcus Daniels.
263         * cat-compat.c (bindtextdomain):
264         String used in putenv must not be recycled.
265         Reported by Marcus Daniels.
267         * libgettext.h (__USE_GNU_GETTEXT):
268         Additional symbol to signal that we use GNU gettext
269         library.
271         * cat-compat.c (bindtextdomain):
272         Fix bug with the strange stpcpy replacement.
273         Reported by Nelson Beebe.
275 Sat Sep 23 08:23:51 1995  Ulrich Drepper  <drepper@myware>
277         * cat-compat.c: Include <string.h> for stpcpy prototype.
279         * localealias.c (read_alias_file):
280         While expand strdup code temporary variable `cp' hided
281         higher level variable with same name.  Rename to `tp'.
283         * textdomain.c (textdomain):
284         Avoid warning by using temporary variable in strdup code.
286         * finddomain.c (_nl_find_domain): Remove unused variable `application'.
288 Thu Sep 21 15:51:44 1995  Ulrich Drepper  <drepper@myware>
290         * localealias.c (alias_compare):
291         Use strcasecmp() only if available.  Else use
292         implementation in place.
294         * intl-compat.c:
295         Wrapper functions now call *__ functions instead of __*.
297         * libgettext.h: Declare prototypes for *__ functions instead for __*.
299         * cat-compat.c, loadmsgcat.c:
300         Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
301         of the standard libc and so prevent libintl.a from being used
302         standalone.
304         * bindtextdom.c:
305         Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
306         of the standard libc and so prevent libintl.a from being used
307         standalone.
308         Rename to bindtextdomain__ if not used in GNU C Library.
310         * dgettext.c:
311         Rename function to dgettext__ if not used in GNU C Library.
313         * gettext.c:
314         Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
315         of the standard libc and so prevent libintl.a from being used
316         standalone.
317         Functions now called gettext__ if not used in GNU C Library.
319         * dcgettext.c, localealias.c, textdomain.c, finddomain.c:
320         Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
321         of the standard libc and so prevent libintl.a from being used
322         standalone.
324 Sun Sep 17 23:14:49 1995  Ulrich Drepper  <drepper@myware>
326         * finddomain.c: Correct some bugs in handling of CEN standard
327         locale definitions.
329 Thu Sep  7 01:49:28 1995  Ulrich Drepper  <drepper@myware>
331         * finddomain.c: Implement CEN syntax.
333         * gettextP.h (loaded_domain): Extend number of successors to 31.
335 Sat Aug 19 19:25:29 1995  Ulrich Drepper  <drepper@myware>
337         * Makefile.in (aliaspath): Remove path to X11 locale dir.
339         * Makefile.in: Make install-src depend on install.  This helps
340         gettext to install the sources and other packages can use the
341         install goal.
343 Sat Aug 19 15:19:33 1995  Ulrich Drepper  <drepper@myware>
345         * Makefile.in (uninstall): Remove stuff installed by install-src.
347 Tue Aug 15 13:13:53 1995  Ulrich Drepper  <drepper@myware>
349         * VERSION.in: Initial revision.
351         * Makefile.in (DISTFILES):
352         Add VERSION file.  This is not necessary for gettext, but
353         for other packages using this library.
355 Tue Aug 15 06:16:44 1995  Ulrich Drepper  <drepper@myware>
357         * gettextP.h (_nl_find_domain):
358         New prototype after changing search strategy.
360         * finddomain.c (_nl_find_domain):
361         We now try only to find a specified catalog.  Fall back to other
362         catalogs listed in the locale list is now done in __dcgettext.
364         * dcgettext.c (__dcgettext):
365         Now we provide message fall back even to different languages.
366         I.e. if a message is not available in one language all the other
367         in the locale list a tried.  Formerly fall back was only possible
368         within one language.  Implemented by moving one loop from
369         _nl_find_domain to here.
371 Mon Aug 14 23:45:50 1995  Ulrich Drepper  <drepper@myware>
373         * Makefile.in (gettextsrcdir):
374         Directory where source of GNU gettext library are made
375         available.
376         (INSTALL, INSTALL_DATA): Programs used for installing sources.
377         (gettext-src): New.  Rule to install GNU gettext sources for use in
378         gettextize shell script.
380 Sun Aug 13 14:40:48 1995  Ulrich Drepper  <drepper@myware>
382         * loadmsgcat.c (_nl_load_domain):
383         Use mmap for loading only when munmap function is
384         also available.
386         * Makefile.in (install): Depend on `all' goal.
388 Wed Aug  9 11:04:33 1995  Ulrich Drepper  <drepper@myware>
390         * localealias.c (read_alias_file):
391         Do not overwrite '\n' when terminating alias value string.
393         * localealias.c (read_alias_file):
394         Handle long lines.  Ignore the rest not fitting in
395         the buffer after the initial `fgets' call.
397 Wed Aug  9 00:54:29 1995  Ulrich Drepper  <drepper@myware>
399         * gettextP.h (_nl_load_domain):
400         Add prototype, replacing prototype for _nl_load_msg_cat.
402         * finddomain.c (_nl_find_domain):
403         Remove unneeded variable filename and filename_len.
404         (expand_alias): Remove prototype because functions does not
405         exist anymore.
407         * localealias.c (read_alias_file):
408         Change type of fname_len parameter to int.
409         (xmalloc): Add prototype.
411         * loadmsgcat.c: Better prototypes for xmalloc.
413 Tue Aug  8 22:30:39 1995  Ulrich Drepper  <drepper@myware>
415         * finddomain.c (_nl_find_domain):
416         Allow alias name to be constructed from the four components.
418         * Makefile.in (aliaspath): New variable.  Set to preliminary value.
419         (SOURCES): Add localealias.c.
420         (OBJECTS): Add localealias.o.
422         * gettextP.h: Add prototype for _nl_expand_alias.
424         * finddomain.c: Aliasing handled in intl/localealias.c.
426         * localealias.c: Aliasing for locale names.
428         * bindtextdom.c: Better prototypes for xmalloc and xstrdup.
430 Mon Aug  7 23:47:42 1995  Ulrich Drepper  <drepper@myware>
432         * Makefile.in (DISTFILES): gettext.perl is now found in misc/.
434         * cat-compat.c (bindtextdomain):
435         Correct implementation.  dirname parameter was not used.
436         Reported by Marcus Daniels.
438         * gettextP.h (loaded_domain):
439         New fields `successor' and `decided' for oo, lazy
440         message handling implementation.
442         * dcgettext.c:
443         Adopt for oo, lazy message handliing.
444         Now we can inherit translations from less specific locales.
445         (find_msg): New function.
447         * loadmsgcat.c, finddomain.c:
448         Complete rewrite.  Implement oo, lazy message handling :-).
449         We now have an additional environment variable `LANGUAGE' with
450         a higher priority than LC_ALL for the LC_MESSAGE locale.
451         Here we can set a colon separated list of specifications each
452         of the form `language[_territory[.codeset]][@modifier]'.
454 Sat Aug  5 09:55:42 1995  Ulrich Drepper  <drepper@myware>
456         * finddomain.c (unistd.h):
457         Include to get _PC_PATH_MAX defined on system having it.
459 Fri Aug  4 22:42:00 1995  Ulrich Drepper  <drepper@myware>
461         * finddomain.c (stpcpy): Include prototype.
463         * Makefile.in (dist): Remove `copying instead' message.
465 Wed Aug  2 18:52:03 1995  Ulrich Drepper  <drepper@myware>
467         * Makefile.in (ID, TAGS): Do not use $^.
469 Tue Aug  1 20:07:11 1995  Ulrich Drepper  <drepper@myware>
471         * Makefile.in (TAGS, ID): Use $^ as command argument.
472         (TAGS): Give etags -o option t write to current directory,
473         not $(srcdir).
474         (ID): Use $(srcdir) instead os $(top_srcdir)/src.
475         (distclean): Remove ID.
477 Sun Jul 30 11:51:46 1995  Ulrich Drepper  <drepper@myware>
479         * Makefile.in (gnulocaledir):
480         New variable, always using share/ for data directory.
481         (DEFS): Add GNULOCALEDIR, used in finddomain.c.
483         * finddomain.c (_nl_default_dirname):
484         Set to GNULOCALEDIR, because it always has to point
485         to the directory where GNU gettext Library writes it to.
487         * intl-compat.c (textdomain, bindtextdomain):
488         Undefine macros before function definition.
490 Sat Jul 22 01:10:02 1995  Ulrich Drepper  <drepper@myware>
492         * libgettext.h (_LIBINTL_H):
493         Protect definition in case where this file is included as
494         libgettext.h on Solaris machines.  Add comment about this.
496 Wed Jul 19 02:36:42 1995  Ulrich Drepper  <drepper@myware>
498         * intl-compat.c (textdomain): Correct typo.
500 Wed Jul 19 01:51:35 1995  Ulrich Drepper  <drepper@myware>
502         * dcgettext.c (dcgettext): Function now called __dcgettext.
504         * dgettext.c (dgettext): Now called __dgettext and calls
505         __dcgettext.
507         * gettext.c (gettext):
508         Function now called __gettext and calls __dgettext.
510         * textdomain.c (textdomain): Function now called __textdomain.
512         * bindtextdom.c (bindtextdomain): Function now called
513         __bindtextdomain.
515         * intl-compat.c: Initial revision.
517         * Makefile.in (SOURCES): Add intl-compat.c.
518         (OBJECTS): We always compile the GNU gettext library functions.
519         OBJECTS contains all objects but cat-compat.o, ../po/cat-if-tbl.o,
520         and intl-compat.o.
521         (GETTOBJS): Contains now only intl-compat.o.
523         * libgettext.h:
524         Re-include protection matches dualistic character of libgettext.h.
525         For all functions in GNU gettext library define __ counter part.
527         * finddomain.c (strchr): Define as index if not found in C library.
528         (_nl_find_domain): For relative paths paste / in between.
530 Tue Jul 18 16:37:45 1995  Ulrich Drepper  <drepper@myware>
532         * loadmsgcat.c, finddomain.c: Add inclusion of sys/types.h.
534         * xopen-msg.sed: Fix bug with `msgstr ""' lines.
535         A little bit better comments.
537 Tue Jul 18 01:18:27 1995  Ulrich Drepper  <drepper@myware>
539         * Makefile.in:
540         po-mode.el, makelinks, combine-sh are now found in ../misc.
542         * po-mode.el, makelinks, combine-sh, elisp-comp:
543         Moved to ../misc/.
545         * libgettext.h, gettextP.h, gettext.h: Uniform test for __STDC__.
547 Sun Jul 16 22:33:02 1995  Ulrich Drepper  <drepper@myware>
549         * Makefile.in (INSTALL, INSTALL_DATA): New variables.
550         (install-data, uninstall): Install/uninstall .elc file.
552         * po-mode.el (Installation comment):
553         Add .pox as possible extension of .po files.
555 Sun Jul 16 13:23:27 1995  Ulrich Drepper  <drepper@myware>
557         * elisp-comp: Complete new version by Franc,ois: This does not
558         fail when not compiling in the source directory.
560 Sun Jul 16 00:12:17 1995  Ulrich Drepper  <drepper@myware>
562         * Makefile.in (../po/cat-id-tbl.o):
563         Use $(MAKE) instead of make for recursive make.
565         * Makefile.in (.el.elc): Use $(SHELL) instead of /bin/sh.
566         (install-exec): Add missing dummy goal.
567         (install-data, uninstall): @ in multi-line shell command at
568         beginning, not in front of echo.  Reported by Eric Backus.
570 Sat Jul 15 00:21:28 1995  Ulrich Drepper  <drepper@myware>
572         * Makefile.in (DISTFILES):
573         Rename libgettext.perl to gettext.perl to fit in 14 chars
574         file systems.
576         * gettext.perl:
577         Rename to gettext.perl to fit in 14 chars file systems.
579 Thu Jul 13 23:17:20 1995  Ulrich Drepper  <drepper@myware>
581         * cat-compat.c: If !STDC_HEADERS try to include malloc.h.
583 Thu Jul 13 20:55:02 1995  Ulrich Drepper  <drepper@myware>
585         * po2tbl.sed.in: Pretty printing.
587         * linux-msg.sed, xopen-msg.sed:
588         Correct bugs with handling substitute flags in branches.
590         * hash-string.h (hash_string):
591         Old K&R compilers don't under stand `unsigned char'.
593         * gettext.h (nls_uint32):
594         Some old K&R compilers (eg HP) don't understand `unsigned int'.
596         * cat-compat.c (msg_to_cat_id): De-ANSI-fy prototypes.
598 Thu Jul 13 01:34:33 1995  Ulrich Drepper  <drepper@myware>
600         * Makefile.in (ELCFILES): New variable.
601         (DISTFILES): Add elisp-comp.
602         Add implicit rule for .el -> .elc compilation.
603         (install-data): install $ELCFILES
604         (clean): renamed po-to-tbl and po-to-msg to po2tbl and po2msg resp.
606         * elisp-comp: Initial revision
608 Wed Jul 12 16:14:52 1995  Ulrich Drepper  <drepper@myware>
610         * Makefile.in:
611         cat-id-tbl.c is now found in po/.  This enables us to use an identical
612         intl/ directory in all packages.
614         * dcgettext.c (dcgettext): hashing does not work for table size <= 2.
616         * textdomain.c: fix typo (#if def -> #if defined)
618 Tue Jul 11 18:44:43 1995  Ulrich Drepper  <drepper@myware>
620         * Makefile.in (stamp-cat-id): use top_srcdir to address source files
621         (DISTFILES,distclean): move tupdate.perl to src/
623         * po-to-tbl.sed.in:
624         add additional jump to clear change flag to recognize multiline strings
626 Tue Jul 11 01:32:50 1995  Ulrich Drepper  <drepper@myware>
628         * textdomain.c: Protect inclusion of stdlib.h and string.h.
630         * loadmsgcat.c: Protect inclusion of stdlib.h.
632         * libgettext.h: Protect inclusion of locale.h.
633         Allow use in C++ programs.
634         Define NULL is not happened already.
636         * Makefile.in (DISTFILES): ship po-to-tbl.sed.in instead of
637         po-to-tbl.sed.
638         (distclean): remove po-to-tbl.sed and tupdate.perl.
640         * tupdate.perl.in: Substitute Perl path even in exec line.
641         Don't include entries without translation from old .po file.
643 Tue Jul  4 00:41:51 1995  Ulrich Drepper  <drepper@myware>
645         * tupdate.perl.in: use "Updated: " in msgid "".
647         * cat-compat.c: Fix typo (LOCALDIR -> LOCALEDIR).
648         Define getenv if !__STDC__.
650         * bindtextdom.c: Protect stdlib.h and string.h inclusion.
651         Define free if !__STDC__.
653         * finddomain.c: Change DEF_MSG_DOM_DIR to LOCALEDIR.
654         Define free if !__STDC__.
656         * cat-compat.c: Change DEF_MSG_DOM_DIR to LOCALEDIR.
658 Mon Jul  3 23:56:30 1995  Ulrich Drepper  <drepper@myware>
660         * Makefile.in: Use LOCALEDIR instead of DEF_MSG_DOM_DIR.
661         Remove unneeded $(srcdir) from Makefile.in dependency.
663         * makelinks: Add copyright and short description.
665         * po-mode.el: Last version for 0.7.
667         * tupdate.perl.in: Fix die message.
669         * dcgettext.c: Protect include of string.h.
671         * gettext.c: Protect include of stdlib.h and further tries to get NULL.
673         * finddomain.c: Some corrections in includes.
675         * Makefile.in (INCLUDES): Prune list correct path to Makefile.in.
677         * po-to-tbl.sed: Adopt for new .po file format.
679         * linux-msg.sed, xopen-msg.sed: Adopt for new .po file format.
681 Sun Jul  2 23:55:03 1995  Ulrich Drepper  <drepper@myware>
683         * tupdate.perl.in: Complete rewrite for new .po file format.
685 Sun Jul  2 02:06:50 1995  Ulrich Drepper  <drepper@myware>
687         * First official release.  This directory contains all the code
688         needed to internationalize own packages.  It provides functions
689         which allow to use the X/Open catgets function with an interface
690         like the Uniforum gettext function.  For system which does not
691         have neither of those a complete implementation is provided.