home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gettext-0.10.24-src.tgz / tar.out / fsf / gettext / misc / ChangeLog next >
Text File  |  1996-09-28  |  18KB  |  525 lines

  1. 1996-08-19  François Pinard  <pinard@iro.umontreal.ca>
  2.  
  3.     * po-mode.el: Restructured to avoid all byte-compilation warnings.
  4.     Highlighting using `hilit19' is being deprecated, font lock code
  5.     should now automatically be activated whenever available.
  6.  
  7. 1996-07-15  François Pinard  <pinard@iro.umontreal.ca>
  8.  
  9.     * po-mode.el: po-mode.el (po-kill-msgstr): Ensure po-entry-type is
  10.     always defined before decreasing counter.
  11.  
  12. Mon Jul 15 01:08:06 1996  Ulrich Drepper  <drepper@cygnus.com>
  13.  
  14.     * gettextize.in (gettext_dir): Remove warning that files will be
  15.     removed.  It's not really necessary since the -f option is
  16.     necessary.  Suggested by François Pinard.
  17.  
  18. Wed Jun 26 18:40:56 1996  Ulrich Drepper  <drepper@cygnus.com>
  19.  
  20.     * po-mode.el: Added ELisp support.  Patch by François Pinard.
  21.  
  22. Tue Jun 18 15:12:39 1996  Ulrich Drepper  <drepper@cygnus.com>
  23.  
  24.     * gettextize.in (aclocal_version): new variable.  Value determined
  25.     by configure.  This finally makes the check of the aclocal.m4
  26.     version number correct because this number need not be the same as
  27.     the version number of the package.
  28.  
  29. Thu Jun  6 02:02:35 1996  Ulrich Drepper  <drepper@cygnus.com>
  30.  
  31.     * gettextize.in: Rewrite copying now that files are kept in
  32.     different directories and don't use funny prefixes anymore.
  33.  
  34. Wed Jun  5 16:36:37 1996  Ulrich Drepper  <drepper@cygnus.com>
  35.  
  36.     * Makefile.am (DISTCLEANFILES): Renamed from CLEANFILES and
  37.     changed $(lisp_DATA) to $(ELCFILES).
  38.  
  39. Mon Jun  3 00:46:34 1996  Ulrich Drepper  <drepper@cygnus.com>
  40.  
  41.     * Makefile.am (elc_DATA): Rename to elc_SCRIPTS so that
  42.         distribution wents smooth.
  43.  
  44. Sun Jun  2 21:16:47 1996  Ulrich Drepper  <drepper@cygnus.com>
  45.  
  46.     * Makefile.am (SUFFIXES): New variable.  Automake wants it this
  47.     way to introduce new suffixes.
  48.  
  49.     * Makefile.am: Initial revision.
  50.  
  51. Sat Jun  1 18:20:48 1996  Ulrich Drepper  <drepper@cygnus.com>
  52.  
  53.     * Makefile.in (default): Add default rule because AIX' make does
  54.     not understand multiple goals in default rule.
  55.  
  56.     * Makefile.in (DISTFILES): Rename README-TCL to README-Tcl.
  57.  
  58.     * gettextize.in: Implement test for correct aclocal.m4 version.
  59.  
  60. Sat Apr  6 02:40:48 1996  Ulrich Drepper  <drepper@myware>
  61.  
  62.     * po-mode.el: Apply François' patch for new default values of
  63.     configuration variables and new header entry format.
  64.  
  65. Tue Apr  2 18:56:16 1996  Ulrich Drepper  <drepper@myware>
  66.  
  67.     * Makefile.in (all-gettext): New goal.  Same as all.
  68.  
  69. Tue Apr  2 03:18:10 1996  François Pinard  <pinard@iro.umontreal.ca>
  70.  
  71.     * po-mode.el: * Let po-show-source-context update
  72.     po-reference-cursor itself, and display to the minibuffer the
  73.     relative and maximum position of the shown reference in the list
  74.     of collected references.  Callers adjusted accordingly.
  75.     . Do not generate tildes while reconstructing non-obsolete
  76.         comments.
  77.     . Do merge attributes on a single `#,' line.  Using the non-regexp
  78.     version of the search was causing the generation of another one.
  79.     . Remove a spurious trailing comma while removing the last
  80.     attribute.
  81.     . Limit the search for source references to the msgstr line.  This
  82.     does not correct any bug, but is more consistent.
  83.  
  84. Sun Mar 31 23:32:04 1996  François Pinard  <pinard@iro.umontreal.ca>
  85.  
  86.     * po-mode.el: * Small corrections to the help page.  Reported by
  87.     Karl Eichwalder.
  88.  
  89.     * Change po-edit-mode-map to po-subedit-mode-map and
  90.     po-mode-edit-hook to po-subedit-mode-hook.  The previous names
  91.     were not consistent.  Reported by Karl Eichwalder.
  92.  
  93.     * Repair RET, completely broken for multi-lines, maybe showing a
  94.     regexp bug in Emacs(?).  See the FIXME in po-extract-unquoted.
  95.     Reported by Karl Eichwalder.
  96.  
  97. Sun Mar 31 22:36:10 1996  Ulrich Drepper  <drepper@myware>
  98.  
  99.     * gettextize.in (prefix): Define from @prefix@.  Is used in
  100.     gettext_dir definition.  Reported by Jim Meyering.
  101.  
  102. Thu Mar 28 19:11:19 1996  Karl Eichwalder  <ke@ke.Central.DE>
  103.  
  104.     * gettextize.in (gettext_dir): Set to @datadir@/gettext.
  105.  
  106. Tue Mar 26 21:27:00 1996  Ulrich Drepper  <drepper@myware>
  107.  
  108.     * Makefile.in (datadir): Initialize from @datadir@.  Reported by
  109.         Karl Eichwalder.
  110.  
  111. Mon Mar 25 09:52:36 1996  François Pinard  <pinard@iro.umontreal.ca>
  112.  
  113.     * po-mode.el: * Correct documentation mistakes in short help.
  114.  
  115.     * Accept both # and #~ for obsolete comments, but use #~ when
  116.     generating them.
  117.  
  118.     * Recognize \NNN octal notation for characters in PO file strings,
  119.     however, never produce such horror.
  120.  
  121. Mon Mar 25 03:51:34 1996  Ulrich Drepper  <drepper@myware>
  122.  
  123.     * po-mode.el: Some last minute changes by François Pinard.
  124.  
  125. Sun Mar 24 18:51:45 1996  Ulrich Drepper  <drepper@myware>
  126.  
  127.     * po-mode.el (po-confirm-and-quit): Recognize both #, and #! but
  128.         prefer producing #,.
  129.  
  130.     * Rephrase messages about location stack contents
  131.     * Clear out message when user refuses quitting.
  132.  
  133. Sat Mar 23 14:34:49 1996  François Pinard  <pinard@iro.umontreal.ca>
  134.  
  135.     * Implement po-default-file-header.
  136.     Reported by Karl Eichwalder.
  137.  
  138.     * Rename po-auto-select to po-auto-select-entry.
  139.  
  140.     * Revise text of all disruptive questions, try to alleviate
  141.     them, avoid them if possible.  Clear the message area sometimes.
  142.  
  143.     * Correct a bug by which `#! fuzzy' was inserted before the
  144.     white line, instead of after, for PO files having no `#' line
  145.     of any kind.
  146.  
  147.     * Correct the message count updating in po-kill-msgstr and
  148.     po-yank-msgstr.
  149.  
  150.     * Allow for po-auto-edit-with-msgid to work, when
  151.     po-edit-msgstr was called on an untranslated immediately after
  152.     loading a PO file.
  153.  
  154.     * po-quit may select all kind of not fully processed entries,
  155.     rather than just untranslate ones.
  156.  
  157.     Rebound commands:
  158.     * TAB moves to LFD for po-msgid-to-msgstr.
  159.     * z moves to DEL for po-fade-out-entry.
  160.  
  161.     New commands:
  162.     * TAB is po-unfuzzy.
  163.     * SPC is po-auto-select.
  164.     * t is po-next-translated entry.
  165.     * M-t is po-previous-translated-entry.
  166.     * E is po-edit-out-full.
  167.  
  168.     Improved commands:
  169.     * DEL (po-fade-out-entry) makes the entry fuzzy as first step,
  170.     and request confirmation for some transitions.
  171.     * LFD (po-msgid-to-msgstr) requests confirmation if entry was
  172.     already translated.
  173.     * v (po-validate): Pass the -v flag to msgfmt.
  174.     * q (po-confirm-and-quit): Use milder confirmation.
  175.     * Implemented variables po-auto-edit-with-msgid,
  176.     po-auto-fuzzy-on-edit, po-auto-select-on-unfuzzy, and
  177.     po-auto-replace-revision-date.
  178.  
  179.     PO header management:
  180.     * PO-Revision-Date might be automatically updated.
  181.     Reported by Karl Eichwalder.
  182.     * A normalized PO file header is automatically created if it
  183.     not exists.  Any previous PO file header is kept, obsoleted.
  184.  
  185.     Various internal cleanups:
  186.     * Revised the PO mode summary display.
  187.     * ...-hooks renamed ...-hook, per word of Richard Stallman.
  188.     * po-obsolete-flag replaced by more general po-entry-type.
  189.     * po-appropriate-counter, po-increase-appropriate-counter and
  190.     po-decrease-appropriate-counter are replaced by    po-type-counter,
  191.     po-decrease-type-counter and po-increase-type-counter.
  192.     Overall counting logic revised and cleaned up.
  193.     * The concept of being after last entry disappears.  Being
  194.     after last entry is equivalent to being on last entry.  And
  195.     since there is at least the PO header entry, and an empty PO
  196.     file is not possible anymore: simplified code accordingly.
  197.     * po-add-attribute, po-delete-attribute: New functions.
  198.     * po-offer-validation disappears, as (buffer-modified-p) may
  199.     be used instead.
  200.  
  201. Thu Mar 14 16:55:03 1996  François Pinard  <pinard@iro.umontreal.ca>
  202.  
  203.     * po-mode.el: Inexact entries are now called fuzzy.  Change
  204.     regular expression and function names.
  205.  
  206. Thu Mar 14 11:38:20 1996  François Pinard  <pinard@iro.umontreal.ca>
  207.  
  208.     * po-mode.el: Rename po-mode-hooks to po-mode-edit-hooks.
  209.  
  210.     * po-mode.el: Suggest accepting .pot and embedded .po. as triggers
  211.     for PO editing mode, besides .po and .pox.
  212.     * PO mode help display has been revised to fit in 23 lines,
  213.     and present some more yet unimplemented commands.  PO mode
  214.     initially suggests using `h' or `?' for documentation.
  215.     * Many variables and functions have been renamed for more
  216.     clarity and consistency, too numerous to be detailed here.
  217.     * Reorganization of key-bindings.  This restores to M-w and M-y
  218.     their usual meaning, and free some keys for to-be-implemented
  219.     commands: the a/M-a/A/M-A series for auxiliary files, c/M-c
  220.     for compendium files, and l/M-l/L/M-L series for lexicon files.
  221.     . Commands u, v, o and q have been renamed U, V, O and Q
  222.       (po-undo, po-validate, po-other-window and po-quit).
  223.     . Command v replaces old command V (po-mode-version).
  224.     . u and SPC replace e (po-next-untranslated-entry).
  225.       M-u replaces M-e (po-previous-untranslated-entry).
  226.     . o replaces M-n and M-SPC (po-next-obsolete-entry).
  227.       M-o replaces M-p and M-DEL (po-previous-obsolete-entry).
  228.     . SPC, DEL, and M-RET are no more po-next-entry,
  229.       po-previous-entry and po-edit-comment.
  230.     . r replaces l (po-pop-location).
  231.     . s (po-cycle-source-reference) replaces c (po-cycle-reference).
  232.       M-s (po-select-source-reference) replaces M-c (po-select-reference).
  233.       S (po-consider-source-path) replaces d (po-add-path).
  234.       M-S (po-ignore-source-path) replaces M-d (po-delete-path).
  235.     . K, W and Y replace M-k, M-w and M-y (po-kill-comment,
  236.       po-kill-ring-save-comment and po-yank-comment).
  237.     * New command q (po-confirm-and-quit).
  238.  
  239. Wed Mar 13 13:16:05 1996  Karl Eichwalder  <ke@ke.Central.DE>
  240.  
  241.     * po-mode.el (po-edit-string): run hook `po-edit-hooks'.
  242.  
  243. Sat Mar  9 12:39:47 1996  Ulrich Drepper  <drepper@myware>
  244.  
  245.     * po-mode.el (po-keywords): Add N_.
  246.  
  247. Mon Jan 15 02:58:32 1996  François Pinard  <pinard@iro.umontreal.ca>
  248.  
  249.     * gettextize.in: Better message about aclocal.m4 change.
  250.  
  251. Tue Dec 19 22:41:11 1995  Ulrich Drepper  <drepper@myware>
  252.  
  253.     * README-TCL, tcl_gettext.c: Initial revision.
  254.  
  255.     * Makefile.in (DISTFILES): Add tcl_gettext and README-TCL.
  256.  
  257. Tue Dec 19 22:12:19 1995  Ulrich Drepper  <drepper@myware>
  258.  
  259.     * Makefile.in (Makefile, gettextize): Explicitly use $(SHELL) for
  260.         running shell scripts.
  261.  
  262. Sat Dec 16 15:31:49 1995  Ulrich Drepper  <drepper@myware>
  263.  
  264.     * gettextize.in: Implement -c option: always copy files.
  265.         Requested by Roland McGrath.
  266.  
  267. Tue Dec  5 11:41:39 1995  Larry Schwimmer  <rosebud@cyclone.stanford.edu>
  268.  
  269.     * Makefile.in (install-data): Make sure $(localedir) exists.
  270.  
  271. Mon Nov 27 02:50:12 1995  Sakai Kiyotaka  <ksakai@netwk.ntt-at.co.jp>
  272.  
  273.     * locale.alias: New entry for Japanese.
  274.  
  275. Fri Nov 24 23:53:40 1995  Ulrich Drepper  <drepper@myware>
  276.  
  277.     * po-mode.el (po-quit): Always clear the message area after y-or-n-p.
  278.  
  279. Sat Nov 11 16:30:05 1995  Ulrich Drepper  <drepper@myware>
  280.  
  281.     * po-mode.el: Implement searching of inexact entries.
  282.  
  283.     * po-mode.el: Implement po-version.
  284.  
  285. Wed Nov  8 01:46:13 1995  Ulrich Drepper  <drepper@myware>
  286.  
  287.     * po-mode.el:
  288.     Hilit file names and line numbers in #: with function-name face.
  289.  
  290.     * po-mode.el: Add support for XEmacs' font-lock.el.
  291.  
  292.     * po-mode.el:
  293.     Patches by Franc,ois: enable hilit, handle multi-line #: lines, and
  294.     don't pass -v argument to msgfmt.
  295.  
  296. Mon Nov  6 15:52:50 1995  Ulrich Drepper  <drepper@myware>
  297.  
  298.     * po-mode.el: msgfmt behaves now well again.  Return to use
  299.     /dev/null as output file for verification.
  300.  
  301. Sun Nov  5 19:39:33 1995  Ulrich Drepper  <drepper@myware>
  302.  
  303.     * Makefile.in (dist-gettext): Make synonym for dist.
  304.  
  305. Sun Nov  5 15:40:53 1995  Ulrich Drepper  <drepper@myware>
  306.  
  307.     * Makefile.in (dist): Suppress error message when ln failed.
  308.     Get files from $(srcdir) explicitly.
  309.  
  310. Wed Nov  1 10:39:07 1995  Ulrich Drepper  <drepper@myware>
  311.  
  312.     * gettextize.in:
  313.     Don't use "!" as negation; not all versions of sh support it.  Patch
  314.     by Tom Tromey.
  315.  
  316. Tue Oct 31 20:46:56 1995  Ulrich Drepper  <drepper@myware>
  317.  
  318.     * po-mode.el (po-msgfmt-program):
  319.     Variable which contains name of the msgfmt program.
  320.     (po-validate): Use above variable.
  321.  
  322. Tue Oct 31 19:12:53 1995  Tom Tromey  <tromey@cambric.colorado.edu>
  323.  
  324.     * gettextize.in: Don't use "!" as negation; not all versions of sh
  325.     support it.
  326.  
  327. Mon Oct 30 22:22:32 1995  Ulrich Drepper  <drepper@myware>
  328.  
  329.     * po-mode.el (po-validate):
  330.     Protect the previous value of compile-command.
  331.     Change by Franc,ois Pinard.
  332.  
  333. Sun Oct 29 12:11:59 1995  Ulrich Drepper  <drepper@myware>
  334.  
  335.     * gettextize.in:
  336.     Change text of trailing message about aclocal.m4 changing.  Suggested
  337.     by Franc,ois Pinard.
  338.  
  339.     * Makefile.in (INSTALL_PROGRAM): Not used anymore.
  340.     (INSTALL_SCRIPT): New variable,
  341.     (install-exec): Install gettextize using INSTALL_SCRIPT.
  342.  
  343.     * po-mode.el (po-eval-requoted): Add space in description.
  344.  
  345.     * Makefile.in: Remove Emacs local variable setting.
  346.  
  347. Sat Oct 28 22:09:57 1995  Ulrich Drepper  <drepper@myware>
  348.  
  349.     * Makefile.in (install-src): Move some rules from install-data.
  350.     (install-data): Add installation of locale.alias.
  351.  
  352.     * locale.alias: Initial revision
  353.  
  354. Sat Oct 28 18:08:45 1995  Ulrich Drepper  <drepper@myware>
  355.  
  356.     * po-mode.el: Apply latest patch by Franc,ois.
  357.  
  358. Sat Sep 23 14:34:47 1995  Ulrich Drepper  <drepper@myware>
  359.  
  360.     * gettextize.in:
  361.     Run config.status shell script if this is exists and is selected.  This
  362.      is always necessary if one updates the intl/ dir.
  363.  
  364. Wed Sep 20 22:26:12 1995  Ulrich Drepper  <drepper@myware>
  365.  
  366.     * gettextize.in:
  367.     Try to remove files in root and po/ dir before linking.  If this is
  368.     not done re-linking to the same file will cause an error.
  369.  
  370. Thu Sep  7 00:21:27 1995  Ulrich Drepper  <drepper@myware>
  371.  
  372.     * gettext-sh: Protect IFS assignments.
  373.  
  374. Tue Aug 22 22:12:55 1995  Ulrich Drepper  <drepper@myware>
  375.  
  376.     * gettextize.in (usage):
  377.     Rearrange help message.  Now describe -f option.
  378.     Reported by Franc,ois Pinard.
  379.  
  380. Sat Aug 19 23:32:41 1995  Ulrich Drepper  <drepper@myware>
  381.  
  382.     * gettextize.in: Add missing terminating quotes.
  383.  
  384.     * Makefile.in (INSTALL_PROGRAM):
  385.     *Do* use -m 755.  Autoconf does not set any mode.
  386.  
  387.     * Makefile.in (install-src):
  388.     Make behave like install.  I.e. really install
  389.     gettextize and the .elc files.
  390.  
  391. Sat Aug 19 15:08:31 1995  Ulrich Drepper  <drepper@myware>
  392.  
  393.     * gettextize.in:
  394.     Some nicety changes of shell programming by Franc,ois Pinard.
  395.  
  396.     * po-mode.el (po-search-path): Extend by "../".
  397.  
  398.     * gettextize.in: Protect against relative source paths.
  399.     Avoid exit an second level shell.
  400.  
  401.     * gettext-sh: Better comments:  By Franc,ois Pinard.
  402.  
  403.     * Makefile.in (INSTALL_PRG): Don't define mode ourself.
  404.     (uninstall) Remove gettextize.
  405.  
  406.     * gettextize.in:
  407.     intl/VERSION is now a real file and must not be generated here.
  408.  
  409. Fri Aug 18 12:05:01 1995  Ulrich Drepper  <drepper@myware>
  410.  
  411.     * gettext-sh: Use -s option for gettext instead of --shell-script.
  412.  
  413. Tue Aug 15 10:49:21 1995  Ulrich Drepper  <drepper@myware>
  414.  
  415.     * Makefile.in (all, check):
  416.     Add gettextize to dependencies, so that install need not
  417.     build anything.
  418.  
  419. Tue Aug 15 07:13:26 1995  Ulrich Drepper  <drepper@myware>
  420.  
  421.     * gettextize.in: Add intl/VERSION file.
  422.  
  423.     * gettextize.in: Remove target file for root- and po- file first.
  424.  
  425.     * gettextize.in:
  426.     Files installed in top directory of package are now preceded by root-.
  427.     All other are ignore (esp aclocal.m4).
  428.  
  429. Mon Aug 14 23:50:17 1995  Ulrich Drepper  <drepper@myware>
  430.  
  431.     * Makefile.in (exec_prefix, bindir):
  432.     Directories needed for installing gettextize.
  433.     (transform): Standard GNU program name transformation.
  434.     (INSTALL_PROGRAM): Program to install gettextize as executable.
  435.     (DISTFILES): Remove makelinks.in.  Distribute gettextize.in instead.
  436.     (install-src): Install gettextize in selected binary directory.
  437.  
  438.     * gettextize.in: Initial revision
  439.  
  440. Thu Aug 10 22:18:48 1995  Ulrich Drepper  <drepper@myware>
  441.  
  442.     * gettext-sh: Fix typos.  Reported by Franc,ois Pinard.
  443.     (TEXTDOMAIN): Set value from ${PACKAGE-NAME} variable and document it.
  444.  
  445. Tue Aug  8 21:45:20 1995  Ulrich Drepper  <drepper@myware>
  446.  
  447.     * Makefile.in (DISTFILES): Add locale.alias.
  448.  
  449. Mon Aug  7 23:48:55 1995  Ulrich Drepper  <drepper@myware>
  450.  
  451.     * Makefile.in (DISTFILES): gettext.perl moved from intl/.
  452.     gettext-sh: New file.
  453.  
  454.     * gettext-sh: Initial revision.
  455.  
  456.     * elisp-comp:
  457.     Use `rm -fr $tempdir' instead of `rm -f $tempdir/*; rmdir $tempdir'
  458.      because some NFS implementation create .nfsxxx files which are
  459.      not caught be the *.  Reported by Paul Nevai.
  460.  
  461. Fri Aug  4 22:38:50 1995  Ulrich Drepper  <drepper@myware>
  462.  
  463.     * Makefile.in (.el.elc):
  464.     Include Franc,ois' wonderful pun to highlight warning text.
  465.  
  466.     * Makefile.in (distclean): Remove makelinks.
  467.  
  468.     * Makefile.in (dist): Remove `copying instead' message.
  469.  
  470. Wed Aug  2 19:44:48 1995  Ulrich Drepper  <drepper@myware>
  471.  
  472.     * Makefile.in (DISTFILES): makelinks.in instead of makelinks-sh.
  473.  
  474.     * makelinks.in: First try making symbolic links.
  475.     Rename to makelinks.in because it will be configure by
  476.      config.status.
  477.  
  478. Tue Aug  1 15:54:26 1995  Ulrich Drepper  <drepper@myware>
  479.  
  480.     * po-mode.el: Fixes to run on DEMACS.
  481.       Provided by Franc,ois Pinard.
  482.  
  483.     * Makefile.in (check): Make same as all.
  484.  
  485. Tue Aug  1 10:32:46 1995  Ulrich Drepper  <drepper@myware>
  486.  
  487.     * makelinks-sh: Implement option handling.
  488.     When intl/ subdir exist give warning and exit unless option -f
  489.      is given.
  490.     Use ${echo} in place where translations will be necessary.
  491.  
  492. Wed Jul 26 01:24:53 1995  Ulrich Drepper  <drepper@myware>
  493.  
  494.     * makelinks-sh: Update for correct intl_files list.
  495.     Handle existing directories.
  496.     Handle non-existing ln and/or ln -s.
  497.     Mostly by Franc,ois Pinard.
  498.  
  499. Sat Jul 22 01:14:48 1995  Ulrich Drepper  <drepper@myware>
  500.  
  501.     * Makefile.in (prefix,datadir,lispdir): New definitions.
  502.     (SITELISPDIR): Remove variable.
  503.     (all): Now build *.elc files.
  504.     (install,uninstall): Specify complete path of files to delete.
  505.  
  506. Thu Jul 20 00:03:29 1995  Ulrich Drepper  <drepper@myware>
  507.  
  508.     * Makefile.in (DISTFILES): elisp-comp was missing.
  509.  
  510. Tue Jul 18 23:53:08 1995  Ulrich Drepper  <drepper@myware>
  511.  
  512.     * po-mode.el: Latest version by Franc,ois.  This version allows
  513.      scanning C source code for translatable strings and interactive
  514.      construction of the .po file.  The string matching heuristic is
  515.      due to Richard Stallman.
  516.  
  517. Tue Jul 18 01:32:59 1995  Ulrich Drepper  <drepper@myware>
  518.  
  519.     * Makefile.in (DISTFILES): Add magic.add.  Comes from ../.
  520.  
  521.     * po-mode.el, makelinks, combine-sh: Moved to here from ../intl/.
  522.     magic.add: Moved to here from ../.
  523.  
  524.     * Makefile.in: Initial revision
  525.