mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
1133 lines
36 KiB
Plaintext
1133 lines
36 KiB
Plaintext
2001-09-25 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
Upgrade to automake-1.5.
|
|
* automake.diff: Remove file.
|
|
|
|
2001-09-08 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* gettextize.in: Don't copy installed jar files.
|
|
|
|
2001-08-23 Karl Eichwalder <ke@suse.de>
|
|
|
|
* po-mode.el (po-compute-counters): First save `current'
|
|
po-start-of-msgstr; use it to set `position' while looping over all
|
|
entries.
|
|
|
|
2001-08-20 Karl Eichwalder <ke@suse.de>
|
|
|
|
* po-mode.el (po-mode): Add newlines to fix layout problem calling
|
|
'C-h m'.
|
|
|
|
2001-08-18 Karl Eichwalder <ke@suse.de>
|
|
|
|
* po-mode.el (po-ensure-source-references): Use 'string-to-number'
|
|
instead of 'string-to-int'.
|
|
(po-msgfmt-version-check): Likewise.
|
|
|
|
2001-08-11 Karl Eichwalder <ke@suse.de>
|
|
|
|
* po-mode.el (po-edit-string): Set indent-line-function to
|
|
indent-relative; useful for editing --help messages.
|
|
|
|
2001-08-02 Karl Eichwalder <ke@suse.de>
|
|
|
|
* po-mode.el (po-find-charset): Drop 'interactive'. Use
|
|
'insert-file-contents-literally' to avoid side effects. Correct off
|
|
by 1 error.
|
|
|
|
2001-08-07 Karl Eichwalder <ke@suse.de>
|
|
|
|
* po-mode.el (po-subedit-mode-menu-layout): New definition.
|
|
(po-edit-string): Use it to provide a menu for po-subedit-mode.
|
|
|
|
2001-08-01 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-find-awk-string, po-mark-awk-string,
|
|
po-find-bash-string, po-mark-bash-string): New functions.
|
|
(po-preset-string-functions): Add awk and bash support.
|
|
|
|
2001-08-02 Karl Eichwalder <ke@suse.de>
|
|
|
|
* po-mode.el (po-find-file-coding-system-guts): Use ascii instead of
|
|
none.
|
|
(po-compute-counters): Don't start counting if there is not even a
|
|
header entry.
|
|
|
|
2001-07-26 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* automake.diff: Update for automake-1.4-p5.
|
|
|
|
2001-08-01 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el: Optimize testing for XEmacs.
|
|
(po-auto-replace-revision-date): Do not quote t, as it evals to
|
|
itself.
|
|
(po-validate): Use the mode name instead of the constant PO to build
|
|
the validation buffer name.
|
|
(po-font-lock-keywords, po-find-charset,
|
|
po-find-file-coding-system-guts, po-find-file-coding-system): Adjust
|
|
some lines so they fit in 79 columns (pre-VT100).
|
|
(po-compute-counters): Use string-equal instead of string=, to be
|
|
consistent with the remainder of that code.
|
|
(po-find-charset): Avoid infinite loop on empty file.
|
|
|
|
2000-05-31 Hrvoje Niksic <hniksic@iskon.hr>
|
|
|
|
* po-mode.el (po-create-overlay, po-highlight, po-rehighlight,
|
|
po-dehighlight): Use XEmacs extent primitives.
|
|
|
|
2001-07-22 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* automake.diff: New file.
|
|
|
|
2001-08-02 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* gettextize.in: Change bug report address to
|
|
<bug-gnu-gettext@gnu.org>.
|
|
|
|
2001-07-14 Karl Eichwalder <ke@suse.de>
|
|
|
|
* po-mode.el (po-mode-abbrev-table): New variable.
|
|
(po-edit-string): Use it.
|
|
|
|
2001-07-13 Karl Eichwalder <ke@suse.de>
|
|
|
|
* po-mode.el (po-fade-out-entry): Replace yes-or-no-p by y-or-n-p;
|
|
obsoleting an entry isn't fatal.
|
|
|
|
2000-01-18 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-ensure-source-references): Correctly imply the file
|
|
name from the last which has been explicitly given.
|
|
|
|
2000-01-17 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-subedit-abort): Change variable names.
|
|
(po-seek-equivalent-translation): Call set-buffer instead of
|
|
select-buffer.
|
|
(po-subedit-cycle-auxiliary): Adapt to multiple edits.
|
|
|
|
2001-08-12 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-find-charset, po-compute-counters,
|
|
po-check-file-header, po-set-msgstr): Emacs 19 portability matters.
|
|
|
|
2000-01-03 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-check-file-header): Add a new line after default
|
|
header only for non-empty PO files.
|
|
|
|
1999-12-10 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-send-mail): Clarify some prompts.
|
|
Reported by Laurent Bourbeau.
|
|
|
|
1999-07-25 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-team-name-to-code): New variable.
|
|
(po-guess-archive-name): Use it.
|
|
|
|
1999-06-01 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-guess-archive-name, po-guess-team-address): Accept
|
|
more addresses, do not restrict to necessarily @li.org.
|
|
|
|
1998-12-06 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-guess-archive-name): Allow Free as well as GNU
|
|
for domain name prefix.
|
|
|
|
1998-05-15 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-any-msgid-regexp, po-any-msgstr-regexp,
|
|
po-msgstr-idx-keyword-regexp, po-obsolete-msgstr-regexp,
|
|
po-set-msgstr, po-obsolete-comment-regexp, po-get-comment): Enforce
|
|
#~ for obsolete entries. The tilde is not optional anymore.
|
|
|
|
1998-05-09 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-after-entry-regexp): Check if at end of line, rather
|
|
than for any character not being quoted. Else, M-u skips over
|
|
immediately previous untranslated entry, because backward pattern
|
|
extends beyond point. Reported by Kalle Niemitalo.
|
|
|
|
2001-07-13 Karl Eichwalder <ke@suse.de>
|
|
|
|
* po-mode.el (po-validate): Check for 'null-device; if not available
|
|
use "NUL" for windows-nt and windows-95 and /dev/null as fallback.
|
|
From Eli Zaretskii and François Pinard.
|
|
|
|
2000-01-03 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-preset-string-functions): New function.
|
|
(po-find-unknown-string, po-mark-unknown-string): New functions.
|
|
(po-find-c-string): Return a 3-element list.
|
|
(po-find-emacs-lisp-string): Likewise.
|
|
(po-mark-found-string): Simplify consequently.
|
|
(po-tags-loop-scan): Use po-preset-string-functions.
|
|
|
|
* po-mode.el (po-mark-c-string, po-mark-emacs-lisp-string): Have
|
|
marking functions to leave cursor after marked string. Do not return
|
|
updated end anymore.
|
|
|
|
* po-mode.el (po-mark-found-string, po-mark-translatable,
|
|
po-select-mark-and-mark): Other changes.
|
|
|
|
2000-01-02 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-tags-search): Better use the Emacs tags interface,
|
|
and simplified. Nested tags tables should be handled now.
|
|
(po-tags-loop-scan, po-tags-loop-operate): New functions.
|
|
(po-string-contents, po-string-buffer): New buffer local variables.
|
|
(po-next-file-list): Deleted. All usages adjusted.
|
|
|
|
2001-01-04 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-extract-part-unquoted): New function.
|
|
(po-extract-unquoted, po-skip-over-python-string): Use it.
|
|
|
|
* po-mode.el (po-skip-over-python-string): Missing parentheses.
|
|
Reported by Andreas Schwab.
|
|
|
|
* po-mode.el (po-find-python-string, po-mark-python-string,
|
|
po-skip-over-python-string): New functions.
|
|
(po-tags-search, po-mark-found-string): Use them in Python mode.
|
|
|
|
2001-08-13 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-mode): Issue message after running hooks rather than
|
|
before, augmenting the chances that the message does not get erased.
|
|
|
|
1999-07-25 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-match-string): New function.
|
|
(po-set-msgid): Use it.
|
|
(po-set-msgstr): Likewise.
|
|
(po-set-comment): Likewise.
|
|
(po-ensure-source-references): Likewise.
|
|
(po-guess-archive-name): Likewise.
|
|
(po-guess-team-address): Likewise.
|
|
|
|
2000-08-11 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el: Move blocks of code around in view of later patches.
|
|
Do minor cosmetic changes. Correct name-buffer into buffer-name
|
|
whenever needed. Remove one case of spurious testing code.
|
|
Borrow the marking overlay if possible, do not creating a new one.
|
|
|
|
2000-01-24 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el: Split portability matters in two. A minimum for
|
|
customisation to work, and the rest after the customisation page.
|
|
Reported by Martin v. Löwis.
|
|
|
|
2000-01-17 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el: To avoid compilation diagnostics, move customisation
|
|
before portability matters and add some variable declarations.
|
|
|
|
1998-09-07 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el: Merge make-local-variable within set whenever possible.
|
|
|
|
2001-07-06 Karl Eichwalder <ke@suse.de>
|
|
|
|
* po-mode.el (po-msgfmt-version-check): Check for version strings with
|
|
a single dot (e.g. 0.11) correctly.
|
|
|
|
2001-07-08 Karl Eichwalder <ke@suse.de>
|
|
|
|
* po-mode.el: Don't recommend to use po-mode for POT files.
|
|
(po-find-charset): New function.
|
|
(po-find-file-coding-system-guts): Use it to get rid of the 4096 limit.
|
|
If no charset found, use "none".
|
|
|
|
2001-07-07 Karl Eichwalder <ke@suse.de>
|
|
|
|
* po-mode.el (po-compute-counters): Don't count the header entry.
|
|
Reported by Bernd Schandl.
|
|
|
|
2001-07-02 Karl Eichwalder <ke@suse.de>
|
|
|
|
* po-mode.el (po-validate): Use private 'compile-command' and buffer
|
|
name for validation output.
|
|
|
|
2001-07-01 Karl Eichwalder <ke@suse.de>
|
|
|
|
* po-mode.el (po-mode): Use add-hook to call po-replace-revision-date
|
|
saving the buffer.
|
|
(po-quit): Don't call po-replace-revision-date.
|
|
(po-validate): Likewise.
|
|
Proposed by Bernd Schandl.
|
|
|
|
(po-auto-replace-revision-date): Change default to 't'; otherwise the
|
|
user will be asked too often.
|
|
|
|
2001-06-04 Karl Eichwalder <ke@suse.de>
|
|
|
|
* po-mode.el (po-edit-string): Set 'buffer-file-coding-system'
|
|
(for hints thanks to Eli Zaretskii).
|
|
|
|
2001-06-04 Karl Eichwalder <ke@suse.de>
|
|
|
|
* po-mode.el (po-msgfmt-version-check): New. Check for GNU gettext
|
|
0.10.36 or newer. Re-written by Stefan Monnier.
|
|
(po-validate): Use 'po-msgfmt-version-check'.
|
|
(po-validate): Use 'null-device' instead of literal "/dev/null".
|
|
Reported by Eli Zaretskii.
|
|
|
|
2001-09-13 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* gettext-0.10.40 released.
|
|
|
|
2001-09-13 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* gettextize.in: Don't copy intl/COPYING*; these files may confuse
|
|
the user of the enclosing package.
|
|
|
|
2001-07-24 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* gettext-0.10.39 released.
|
|
|
|
2001-07-11 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* po-mode.el (po-default-file-header): Replace 8-bit with 8bit.
|
|
|
|
2001-07-01 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* po-mode.el (po-content-type-charset-alist): Add entries for
|
|
ISO-8859-15, GB2312, EUC-JP, EUC-KR, BIG5, SHIFT_JIS, TIS-620, VISCII.
|
|
|
|
2001-06-25 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* po-mode.el (po-find-file-coding-system): Make it work in XEmacs 20
|
|
as well. Based on a patch by Enrico Scholz
|
|
<enrico.scholz@informatik.tu-chemnitz.de>.
|
|
|
|
2001-05-23 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* gettext-0.10.38 released.
|
|
|
|
2001-05-22 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* gettextize.in: Copy plural.c and touch it afterwards.
|
|
|
|
2001-05-21 Alexandre Duret-Lutz <duret_g@epita.fr>
|
|
|
|
* gettextize.in: Check for configure.ac in addition to configure.in.
|
|
|
|
2001-05-12 Paul Eggert <eggert@twinsun.com>
|
|
|
|
* gettextize.in: Replace "test -e" with "test -f", since the 'test'
|
|
builtin of Solaris 8 /bin/sh doesn't grok "test -e".
|
|
|
|
2001-05-11 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* gettextize.in: Tell the user about glibc21.m4.
|
|
|
|
2001-05-09 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* po-mode.el (po-replace-revision-date): For the timezone, use RFC 822
|
|
format [+/-]HHMM, not [+/-]HH:MM. Reported by Jan D.
|
|
|
|
2001-04-19 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* gettext-0.10.37 released.
|
|
|
|
2001-03-29 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* gettext-0.10.36 released.
|
|
|
|
2001-03-25 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* combine-sh: Remove file.
|
|
* Makefile.am (EXTRA_DIST): Remove it.
|
|
|
|
2001-03-22 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* po-mode.el (po-default-file-header): Replace ENCODING with 8-bit.
|
|
|
|
2001-03-21 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* gettextize.in: Mention where to get config.guess and config.sub.
|
|
|
|
2001-03-20 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* gettextize.in: Verbosity: describe each action being done. Make the
|
|
po/ChangeLog entry more intelligent.
|
|
|
|
2001-03-10 Karl Eichwalder <ke@suse.de>
|
|
|
|
* po-mode.el (po-font-lock-keywords): Respect entry types
|
|
'msgid_plural' and 'msgstr[]'.
|
|
'%*s' is a valid sformat, too.
|
|
(po-font-lock-keywords): Fix regexp; '[]' part is optional.
|
|
(po-any-msgstr-regexp): Also match msgstr[] fields.
|
|
(po-msgstr-idx-keyword-regexp): New variable.
|
|
(po-set-msgstr): Respect indexed msgstr entries; use
|
|
`po-msgstr-idx-keyword-regexp'.
|
|
|
|
2001-03-09 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* gettextize.in: Update copyright year. Add code to update
|
|
po/ChangeLog and tell the user about the m4 macros. Don't attempt to
|
|
run config.status, because aclocal.m4 is not ready.
|
|
|
|
2001-03-03 Karl Eichwalder <ke@suse.de>
|
|
|
|
* po-mode.el (po-subedit-exit): Run po-subedit-exit-hook before
|
|
leaving the edit buffer.
|
|
|
|
2001-02-10 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* gettextize.in: Bail out if $gettext_dir doesn't exist.
|
|
|
|
2001-02-07 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* gettextize.in: Fix bug in 2000-12-08 patch.
|
|
|
|
2001-01-28 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* po-mode.el: Call autoload with 4 arguments.
|
|
(po-content-type-charset-alist): Change cars to uppercase.
|
|
(po-find-file-coding-system): Uppercase charset for lookup in
|
|
po-content-type-charset-alist.
|
|
|
|
2001-01-06 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* magic.add: Remove file. Has been integrated into the 'file' package.
|
|
* Makefile.am (EXTRA_DIST): Remove it.
|
|
|
|
2000-12-30 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* locale.alias: Move to ../intl.
|
|
* Makefile.am (EXTRA_DIST): Remove locale.alias.
|
|
(localedir, locale_DATA): Remove variables.
|
|
|
|
2000-12-08 Bruno Haible <haible@clisp.cons.org>
|
|
|
|
* gettextize.in: Preserve RCS and CVS subdirs in intl/.
|
|
Reported by Santiago Vila <sanvila@unex.es>.
|
|
|
|
* gettextize.in: Test for ABOUT-NLS, not NLS.
|
|
|
|
2000-10-26 GOTO Masanori <gotom@debian.or.jp>
|
|
|
|
* locale.alias: Add ja_JP.ujis alias.
|
|
|
|
2000-08-31 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* locale.alias: Add aliases for bokmal and nynorsk.
|
|
|
|
2000-08-21 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* locale.alias: Add aliases for Korean.
|
|
|
|
2000-08-01 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* locale.alias: Update japanese aliases.
|
|
|
|
2000-05-06 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* gettextize.in: Remove code to test for version of the m4 files.
|
|
|
|
* po-mode.el: A few more changes by François Pinard.
|
|
|
|
1998-05-03 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-create-overlay) [po-XEMACS]: No argument.
|
|
Reported by Ulrich Drepper.
|
|
|
|
1997-10-18 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-tags-search, po-mark-found-string): C++ as C.
|
|
(po-find-c-string): Skip C++ comments as well.
|
|
|
|
1998-05-10 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-mode) [po-XEMACS]: Explicitely add menus.
|
|
Reported by Hrvoje Niksic.
|
|
|
|
* po-mode.el (po-mode-menu-layout): Give real access to auxiliary
|
|
files through the menu, instead of leaving menu entries inactive.
|
|
|
|
1998-05-15 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* tcl_gettext.c (tcl_gettext): Replace illegal with invalid.
|
|
|
|
1998-05-01 08:47 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* gettext-0.10.35 released.
|
|
|
|
1998-03-30 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-tags-search, po-mark-translatable,
|
|
po-select-mark-and-mark): Call interactive after the doc string,
|
|
instead of before.
|
|
Reported by Tom Tromey.
|
|
|
|
1998-04-27 21:17 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* po-mode.el: Update from most recent version.
|
|
|
|
* gettextize.in: Use aclocaldir from configuration.
|
|
|
|
1997-09-04 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el: Rename po-middle-of-entry to po-start-of-msgstr, add
|
|
variable po-start-of-msgid. Use it whenever appropriate.
|
|
|
|
* po-mode.el (po-find-file-coding-system): New function.
|
|
Reported by Ken'ichi Handa.
|
|
|
|
* po-mode.el: Normalise string= to string-equal.
|
|
|
|
* po-mode.el (po-send-mail): Allow for mailing to the team.
|
|
(po-guess-team-address): New function.
|
|
|
|
1997-09-02 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-set-comment): Unused variable buffer.
|
|
(po-edit-string): Unused variables start, middle, end and obsolete.
|
|
(po-tags-search): Unused variable find-string.
|
|
|
|
* po-mode.el (po-check-lock): Create the work buffer as required, to
|
|
avoid diagnostics about selecting a deleted buffer, after a user
|
|
explicitly killed the work buffer instead of exiting it normally.
|
|
Reported by Hrvoje Niksic.
|
|
|
|
* po-mode.el: New variable po-mode-menu-layout.
|
|
(po-mode): Establish a bar mode menu if possible.
|
|
Reported by Nils Naumann.
|
|
|
|
* po-mode.el: Decide set-translation-domain before using it.
|
|
This avoids a byte-compilation warning.
|
|
|
|
* po-mode.el (po-set-comment): Rearrange wrong conditional flow.
|
|
Translator comments were duplicated, when contents were unchanged.
|
|
Reported by Enrique Melero.
|
|
|
|
1997-09-01 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-highlight, po-dehighlight): New functions.
|
|
New globals: po-highlight-p, po-highlight-face and po-overlay.
|
|
(po-edit-msgstr): Highlight the msgid string while editing.
|
|
(po-tags-search): Highlight found string.
|
|
(po-mark-found-string): Unhilight string before replacing it.
|
|
Reported by Jim Meyering, Michel Robitaille and Ulrich Drepper.
|
|
|
|
* po-mode.el (po-set-field): Tells if buffer was modified.
|
|
(po-edit-msgstr): Never make fuzzy an entry which is unmodified.
|
|
|
|
* po-mode.el: Add M command, and variables po-compose-mail-function,
|
|
po-translation-project-address and po-gzip-uuencode-command.
|
|
(po-guess-archive-name, po-send-mail): New functions.
|
|
Reported by Karl Eichwalder.
|
|
|
|
1997-08-31 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el (po-replace-revision-date): Enforce ISO 8601 zones.
|
|
Reported by Enrique Melero Gómez, Karl Eichwalder, Max de
|
|
Mendizabal and Santiago Vila Doncel.
|
|
|
|
* po-mode.el (po-edit-string): Expand tabs while editing
|
|
translations. Reported by Göran Uddeborg.
|
|
|
|
* po-mode.el: Accept C-c C-k to abort recursive edits.
|
|
Reported by Göran Uddeborg and Hrvoje Niksic.
|
|
|
|
1997-06-02 Ben Pfaff <pfaffben@pilot.msu.edu>
|
|
|
|
* po-mode.el (po-find-c-string, po-extract-unquoted): Process ANSI
|
|
string concatenation and K&R escaped newlines.
|
|
|
|
1997-03-02 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
|
* po-mode.el (po-help): To continue, also accept things like a
|
|
mouse press or an arrow key.
|
|
|
|
1996-11-12 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el: Alter po-font-lock-keywords to properly highlight C
|
|
formats, when using an upper case letter as formatting functor.
|
|
|
|
* po-mode.el: If available, prefer force-mode-line-update builtin.
|
|
|
|
* po-mode.el: Use our own buffer-substring, defining it as
|
|
buffer-substring-no-properties if available. Because of text
|
|
properties, buffer-substring does not always return a string.
|
|
|
|
* po-mode.el (po-consider-source-path): Ensure a trailing slash.
|
|
|
|
1996-05-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
|
|
|
|
* po-mode.el (po-eval-requoted, po-extract-unquoted): Correct
|
|
missing or spurious backslashes in some regexps.
|
|
|
|
1997-08-01 15:49 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* Makefile.am (AUTOMAKE_OPTIONS): Require version 1.2.
|
|
|
|
1997-04-12 Hrvoje Niksic <hniksic@srce.hr>
|
|
|
|
* po-mode.el: Customize.
|
|
|
|
1997-03-10 06:56 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* elisp-comp: Use EMACS environment variable is available instead
|
|
of always executing emacs.
|
|
|
|
1996-12-03 23:24 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* gettextize.in: Update --help and --version texts.
|
|
|
|
1996-11-22 04:45 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* Makefile.am (EXTRA_DIST): Add locale.alias.
|
|
|
|
1996-11-21 23:11 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* Makefile.am: Remove rules for ELisp handling. Automake now
|
|
knows what to do.
|
|
|
|
1996-10-28 23:09 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* gettextize.in: Remove -v from help message. Change format of
|
|
--version text according to last GNU coding standard. Don't print
|
|
help message for unknown option. Instead print "Try `..."
|
|
message.
|
|
|
|
1996-10-19 17:41 1996 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* locale.alias: Language for czech entry must be cs.
|
|
|
|
1996-09-18 00:29 François Pinard <pinard@progiciels-bpi.ca>
|
|
|
|
* po-mode.el (po-font-lock-keywords): Correct highlighting of
|
|
formats like %3d.
|
|
|
|
1996-08-19 François 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 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el: po-mode.el (po-kill-msgstr): Ensure po-entry-type is
|
|
always defined before decreasing counter.
|
|
|
|
1996-07-15 01:08 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 François Pinard.
|
|
|
|
1996-06-26 18:40 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* po-mode.el: Added ELisp support. Patch by François Pinard.
|
|
|
|
1996-06-18 15:12 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.
|
|
|
|
1996-06-06 02:02 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* gettextize.in: Rewrite copying now that files are kept in
|
|
different directories and don't use funny prefixes anymore.
|
|
|
|
1996-06-05 16:36 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* Makefile.am (DISTCLEANFILES): Renamed from CLEANFILES and
|
|
changed $(lisp_DATA) to $(ELCFILES).
|
|
|
|
1996-06-03 00:46 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* Makefile.am (elc_DATA): Rename to elc_SCRIPTS so that
|
|
distribution wents smooth.
|
|
|
|
1996-06-02 21:16 Ulrich Drepper <drepper@cygnus.com>
|
|
|
|
* Makefile.am (SUFFIXES): New variable. Automake wants it this
|
|
way to introduce new suffixes.
|
|
|
|
* Makefile.am: Initial revision.
|
|
|
|
1996-06-01 18:20 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.
|
|
|
|
1996-04-06 02:40 Ulrich Drepper <drepper@myware>
|
|
|
|
* po-mode.el: Apply François' patch for new default values of
|
|
configuration variables and new header entry format.
|
|
|
|
1996-04-02 18:56 Ulrich Drepper <drepper@myware>
|
|
|
|
* Makefile.in (all-gettext): New goal. Same as all.
|
|
|
|
1996-04-02 03:18 François 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.
|
|
|
|
1996-03-31 23:32 François 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.
|
|
|
|
1996-03-31 22:36 Ulrich Drepper <drepper@myware>
|
|
|
|
* gettextize.in (prefix): Define from @prefix@. Is used in
|
|
gettext_dir definition. Reported by Jim Meyering.
|
|
|
|
1996-03-28 19:11 Karl Eichwalder <ke@ke.Central.DE>
|
|
|
|
* gettextize.in (gettext_dir): Set to @datadir@/gettext.
|
|
|
|
1996-03-26 21:27 Ulrich Drepper <drepper@myware>
|
|
|
|
* Makefile.in (datadir): Initialize from @datadir@. Reported by
|
|
Karl Eichwalder.
|
|
|
|
1996-03-25 09:52 François 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.
|
|
|
|
1996-03-25 03:51 Ulrich Drepper <drepper@myware>
|
|
|
|
* po-mode.el: Some last minute changes by François Pinard.
|
|
|
|
1996-03-24 18:51 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.
|
|
|
|
1996-03-23 14:34 François 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.
|
|
|
|
1996-03-14 16:55 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* po-mode.el: Inexact entries are now called fuzzy. Change
|
|
regular expression and function names.
|
|
|
|
1996-03-14 11:38 François 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).
|
|
|
|
1996-03-13 13:16 Karl Eichwalder <ke@ke.Central.DE>
|
|
|
|
* po-mode.el (po-edit-string): run hook `po-edit-hooks'.
|
|
|
|
1996-03-09 12:39 Ulrich Drepper <drepper@myware>
|
|
|
|
* po-mode.el (po-keywords): Add N_.
|
|
|
|
1996-01-15 02:58 François Pinard <pinard@iro.umontreal.ca>
|
|
|
|
* gettextize.in: Better message about aclocal.m4 change.
|
|
|
|
1995-12-19 22:41 Ulrich Drepper <drepper@myware>
|
|
|
|
* README-TCL, tcl_gettext.c: Initial revision.
|
|
|
|
* Makefile.in (DISTFILES): Add tcl_gettext and README-TCL.
|
|
|
|
1995-12-19 22:12 Ulrich Drepper <drepper@myware>
|
|
|
|
* Makefile.in (Makefile, gettextize): Explicitly use $(SHELL) for
|
|
running shell scripts.
|
|
|
|
1995-12-16 15:31 Ulrich Drepper <drepper@myware>
|
|
|
|
* gettextize.in: Implement -c option: always copy files.
|
|
Requested by Roland McGrath.
|
|
|
|
1995-12-05 11:41 Larry Schwimmer <rosebud@cyclone.stanford.edu>
|
|
|
|
* Makefile.in (install-data): Make sure $(localedir) exists.
|
|
|
|
1995-11-27 02:50 Sakai Kiyotaka <ksakai@netwk.ntt-at.co.jp>
|
|
|
|
* locale.alias: New entry for Japanese.
|
|
|
|
1995-11-24 23:53 Ulrich Drepper <drepper@myware>
|
|
|
|
* po-mode.el (po-quit): Always clear the message area after y-or-n-p.
|
|
|
|
1995-11-11 16:30 Ulrich Drepper <drepper@myware>
|
|
|
|
* po-mode.el: Implement searching of inexact entries.
|
|
|
|
* po-mode.el: Implement po-version.
|
|
|
|
1995-11-08 01:46 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 François: enable hilit, handle multi-line #: lines, and
|
|
don't pass -v argument to msgfmt.
|
|
|
|
1995-11-06 15:52 Ulrich Drepper <drepper@myware>
|
|
|
|
* po-mode.el: msgfmt behaves now well again. Return to use
|
|
/dev/null as output file for verification.
|
|
|
|
1995-11-05 19:39 Ulrich Drepper <drepper@myware>
|
|
|
|
* Makefile.in (dist-gettext): Make synonym for dist.
|
|
|
|
1995-11-05 15:40 Ulrich Drepper <drepper@myware>
|
|
|
|
* Makefile.in (dist): Suppress error message when ln failed.
|
|
Get files from $(srcdir) explicitly.
|
|
|
|
1995-11-01 10:39 Ulrich Drepper <drepper@myware>
|
|
|
|
* gettextize.in:
|
|
Don't use "!" as negation; not all versions of sh support it. Patch
|
|
by Tom Tromey.
|
|
|
|
1995-10-31 20:46 Ulrich Drepper <drepper@myware>
|
|
|
|
* po-mode.el (po-msgfmt-program):
|
|
Variable which contains name of the msgfmt program.
|
|
(po-validate): Use above variable.
|
|
|
|
1995-10-31 19:12 Tom Tromey <tromey@cambric.colorado.edu>
|
|
|
|
* gettextize.in: Don't use "!" as negation; not all versions of sh
|
|
support it.
|
|
|
|
1995-10-30 22:22 Ulrich Drepper <drepper@myware>
|
|
|
|
* po-mode.el (po-validate):
|
|
Protect the previous value of compile-command.
|
|
Change by François Pinard.
|
|
|
|
1995-10-29 12:11 Ulrich Drepper <drepper@myware>
|
|
|
|
* gettextize.in:
|
|
Change text of trailing message about aclocal.m4 changing. Suggested
|
|
by Franç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.
|
|
|
|
1995-10-28 22:09 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
|
|
|
|
1995-10-28 18:08 Ulrich Drepper <drepper@myware>
|
|
|
|
* po-mode.el: Apply latest patch by François.
|
|
|
|
1995-09-23 14:34 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.
|
|
|
|
1995-09-20 22:26 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.
|
|
|
|
1995-09-07 00:21 Ulrich Drepper <drepper@myware>
|
|
|
|
* gettext-sh: Protect IFS assignments.
|
|
|
|
1995-08-22 22:12 Ulrich Drepper <drepper@myware>
|
|
|
|
* gettextize.in (usage):
|
|
Rearrange help message. Now describe -f option.
|
|
Reported by François Pinard.
|
|
|
|
1995-08-19 23:32 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.
|
|
|
|
1995-08-19 15:08 Ulrich Drepper <drepper@myware>
|
|
|
|
* gettextize.in:
|
|
Some nicety changes of shell programming by Franç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 Franç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.
|
|
|
|
1995-08-18 12:05 Ulrich Drepper <drepper@myware>
|
|
|
|
* gettext-sh: Use -s option for gettext instead of --shell-script.
|
|
|
|
1995-08-15 10:49 Ulrich Drepper <drepper@myware>
|
|
|
|
* Makefile.in (all, check):
|
|
Add gettextize to dependencies, so that install need not
|
|
build anything.
|
|
|
|
1995-08-15 07:13 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).
|
|
|
|
1995-08-14 23:50 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
|
|
|
|
1995-08-10 22:18 Ulrich Drepper <drepper@myware>
|
|
|
|
* gettext-sh: Fix typos. Reported by François Pinard.
|
|
(TEXTDOMAIN): Set value from ${PACKAGE-NAME} variable and document it.
|
|
|
|
1995-08-08 21:45 Ulrich Drepper <drepper@myware>
|
|
|
|
* Makefile.in (DISTFILES): Add locale.alias.
|
|
|
|
1995-08-07 23:48 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.
|
|
|
|
1995-08-04 22:38 Ulrich Drepper <drepper@myware>
|
|
|
|
* Makefile.in (.el.elc):
|
|
Include François' wonderful pun to highlight warning text.
|
|
|
|
* Makefile.in (distclean): Remove makelinks.
|
|
|
|
* Makefile.in (dist): Remove `copying instead' message.
|
|
|
|
1995-08-02 19:44 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.
|
|
|
|
1995-08-01 15:54 Ulrich Drepper <drepper@myware>
|
|
|
|
* po-mode.el: Fixes to run on DEMACS.
|
|
Provided by François Pinard.
|
|
|
|
* Makefile.in (check): Make same as all.
|
|
|
|
1995-08-01 10:32 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.
|
|
|
|
1995-07-26 01:24 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 François Pinard.
|
|
|
|
1995-07-22 01:14 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.
|
|
|
|
1995-07-20 00:03 Ulrich Drepper <drepper@myware>
|
|
|
|
* Makefile.in (DISTFILES): elisp-comp was missing.
|
|
|
|
1995-07-18 23:53 Ulrich Drepper <drepper@myware>
|
|
|
|
* po-mode.el: Latest version by Franç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.
|
|
|
|
1995-07-18 01:32 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
|