summaryrefslogtreecommitdiffstats
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* - Makefile.in: Fix when COMPAT_PROGRAMS is empty.Andreas Gruenbacher2005-09-194-28/+70
|
* - Makefile.in: Add a dependency of all to COMPAT_PROGRAMS whichAndreas Gruenbacher2005-09-181-1/+1
| | | | | was lost somewhere. Fix internal "mta" program. - Get rid of ``grep -E''.
* - Fix a few things in po/quilt.pot generation.Andreas Gruenbacher2005-09-184-19/+119
| | | | | | | | - Always create the mta symlink in compat/. Replace "@MTA@" with "mta" in scripts. Replace mta check in configure.ac with QUILT_COMPAT_PROG_PATH. - quilt/main.in: Add a User-Agent header. - Update the German translation.
* - Remove config.h, and use @DEFS@ in Makefile.in insteadAndreas Gruenbacher2005-09-181-3/+3
| | | | (Gary V. Vaughan <gary@gnu.org>).
* - Merge po/Makefile into Makefile.in. Add a lost @false toAndreas Gruenbacher2005-09-181-47/+0
| | | | Makefile.in.
* - lib/backup-files.c: add missing dependency on config.h. CheckAndreas Gruenbacher2005-09-184-24/+24
| | | | | for chmod and fchmod support. Remove two unnecessary chmod calls. - Makefile.in: fix cyclic dependency on Makefile.
* - Merge compatibility layer from John Vandenberg <jayvdb@gmail.com>.Andreas Gruenbacher2005-09-174-24/+24
|
* - Fix off-by-one error: it's not a good idea to edit $x insteadAndreas Gruenbacher2005-09-154-44/+44
| | | | of $x.in.
* - quilt/pop.in: get rid of tac.Andreas Gruenbacher2005-09-154-52/+52
|
* - quilt/mail.in: Remove stray getopt line. If --subject is given,Andreas Gruenbacher2005-09-144-52/+74
| | | | actually fill in the subject in the message template.
* - Japanese translation update contributed by Satoru Takeuchi and YasushiJean Delvare2005-09-061-16/+20
| | | | Shoji.
* - quilt/diff.in: Fix incorrect error message when incompatible optionsJean Delvare2005-09-044-7/+12
| | | | are used. Fix direct call to awk.
* Resync line numbers (refresh.in and patchfns.in.)Jean Delvare2005-09-024-16/+16
|
* - quilt/delete.in: Drop extra spaces in usage line.Jean Delvare2005-08-264-21/+35
| | | | | | - quilt/graph.in: Add missing -T option to usage line. - quilt/push.in: Add missing --interactive and --color options to usage line.
* - quilt/header.in, quilt/refresh.in: Drop trailing tab character in helpJean Delvare2005-08-264-9/+8
| | | | message.
* - quilt/delete.in: Add options -r (remove patch file) and --backupJean Delvare2005-08-264-31/+97
| | | | (backup rather than remove.) Patch from Joe Green.
* - scripts/patchfns.in: insert_in_series(): Insert new patchesAndreas Gruenbacher2005-08-264-24/+24
| | | | | | before the following patch instead of after the top patch. When no patch is in the series file, insert the new patch at the end (i.e., after comments from setup, etc.) instead of at the top.
* - quilt/edit.in: Check exit status after adding files, and failAndreas Gruenbacher2005-08-241-0/+1
| | | | except when files have already been added.
* - quilt/fold.in: fold did not work when invoked from aAndreas Gruenbacher2005-08-224-37/+44
| | | | subdirectory; update test case.
* - Mike Fabian <mfabian@suse.de> fixed two fuzzy Japanese messagesAndreas Gruenbacher2005-07-261-4/+2
| | | | for us -- thanks!
* - Fix one fuzzy message in French translation.Jean Delvare2005-07-251-2/+1
|
* - Japanese translation update from Yasushi SHOJIAndreas Gruenbacher2005-07-254-107/+121
| | | | <yashi@atmark-techno.com>.
* - Let the perl scripts (edmail, parse-patch and remove-trailing-ws) workJean Delvare2005-07-244-56/+56
| | | | without Locale::gettext.
* - We don't need the translation statistics twice.Andreas Gruenbacher2005-07-191-2/+1
|
* - Update French translation.Jean Delvare2005-07-191-46/+60
|
* - Another translation fix.Andreas Gruenbacher2005-07-194-5/+5
|
* - Fix a few translation bugs; update german translation.Andreas Gruenbacher2005-07-195-748/+784
|
* - Add internationalization support to Perl scripts as well.Andreas Gruenbacher2005-07-185-566/+1159
|
* French translation unfuzzying.Jean Delvare2005-07-181-4/+1
|
* - Based on work done by several contributers, add a headerv0.41Andreas Gruenbacher2005-07-184-20/+13
| | | | | command. - Bump version to 0.41.
* - quilt/annotate.in: Fix case where the file is created/deletedAndreas Gruenbacher2005-07-183-6/+15
| | | | | by a patch. - Makefile.in: add uninstall target.
* Update the French translation.Jean Delvare2005-07-142-10/+10
|
* - quilt delete: Add option -n, which deletes the next patchJean Delvare2005-07-064-27/+60
| | | | after topmost (rather than the specified or topmost patch).
* - fr.po: Add all missing translations.Jean Delvare2005-07-052-7/+85
| | | | - de.po: Add one easy translation.
* quilt delete: Display the name of the deleted patch on success.Jean Delvare2005-07-054-0/+18
|
* - Remove outdated BUGS file and references.Andreas Gruenbacher2005-07-024-8/+8
| | | | | - refresh command: don't write into existing patches but create new files instead to avoid overwriting hardlinked copies.
* - po/de.po: Small update from Debian Bug #313827.Andreas Gruenbacher2005-06-291-5/+5
|
* Fix a typo in diff.in's help.Jean Delvare2005-06-294-4/+4
|
* Looks like msgmerge wants different line breaks. Oh well.Jean Delvare2005-06-291-7/+6
|
* French translation unfuzzying.Jean Delvare2005-06-291-33/+44
|
* - quilt diff: Fix -z option if QUILT_PATCHES is an absolute path.Andreas Gruenbacher2005-06-274-68/+47
|
* - Jean Delvare:Andreas Gruenbacher2005-06-264-20/+56
| | | | | + Add a --version option that prints the program version. + patch_args: Fix comments parsing in series files.
* - add command: "File %s added to patch %s" message goes to stdoutAndreas Gruenbacher2005-06-214-79/+101
| | | | | | and not to stderr (Jean Delvare). - Don't fail when popping missing patches (Jerome Lacoste, Jean Delvare, I).
* - Add fix for refresh --strip-trailing-whitespace option: nowAndreas Gruenbacher2005-06-184-27/+31
| | | | | | | refresh always checks for trailing whitespace and reports it per file and line number. With --strip-trailing-whitespace it strips the whitespace from the patch and from the affected files in the working tree.
* - quilt/refresh.in: Fix last change.Andreas Gruenbacher2005-06-144-4/+4
|
* - refresh command: also touch .pc/$patch/.timestamp when a patchAndreas Gruenbacher2005-06-144-4/+4
| | | | | is found to be up-to-date (Peter Williams, <pwil3058@bigpond.net.au>).
* - Add --no-index option to diff and refresh commands: SuppressAndreas Gruenbacher2005-06-064-112/+140
| | | | Index: lines in the patch. From Jean Delvare <khali@linux-fr.org>.
* - Add add-filename-check.test and trailing-ws.test test cases.Andreas Gruenbacher2005-04-294-96/+179
|
* - Add --sort options to the diff and refresh commands whichAndreas Gruenbacher2005-04-134-108/+136
| | | | | | | | | | sorts files by filename. The default is to keep files in their original order whenever possible. - refresh command: add new files in sort order instead of the filesystem order. - diff command: output files in the order in which they show up in the patch instead of sorting them alphabetically. - Add sort testcase.
* - Another Japanese translation update from Yasushi SHOJI.Andreas Gruenbacher2005-03-071-15/+74
|