summaryrefslogtreecommitdiffstats
path: root/po/fr.po
Commit message (Collapse)AuthorAgeFilesLines
* - quilt/push.in: Fix a bug introduced with the -p ab support.Andreas Gruenbacher2006-06-271-10/+13
| | | | - test/dir-a-b.test: Add a regression test case for this fix.
* - Remove some broken translations that slipped in on Jun 12.Andreas Gruenbacher2006-06-271-32/+6
|
* - quilt/diff.in, quilt/refresh.in: Add `-p ab' options whichAndreas Gruenbacher2006-06-121-29/+65
| | | | | | | produce a/file and b/file filenams in headers instead of dir.orig/file and dir/file, similar to BK, git, hg patches. - Only touch .pc/$patch/.timestamp when a path actually is being refreshed.
* - quilt/pop.in: Delete .pc/$patch directory when popping emptyJean Delvare2006-04-261-11/+11
| | | | | | | | | | | patches. Report and original patch by Arnaud Patard. - quilt/push.in: Create .pc/$patch directory when pushing missing or empty patches. If we don't, some commands such as rename can fail later. - test/missing.test: Test rename command on missing patches. - test/empty.test: New test case similar to missing.test, but for empty patches. Somewhat based on a contribution by Arnaud Patard.
* - po/*.po: Delete obsolete translations.Jean Delvare2006-04-191-6/+0
|
* - quilt/scripts/patchfns.in: Fix broken return in functionJean Delvare2006-04-151-6/+6
| | | | | | find_applied_patch, which was causing a bogus error message on failed pop. - test/three.test: Test failed pop.
* - test/mail.in: Test UTF-8 header encoding.Andreas Gruenbacher2006-03-261-12/+8
|
* - quilt/import.in: Fix replacement of compressed patches.Jean Delvare2006-03-051-2/+2
| | | | - test/import2.test: New test case for compressed patches.
* - po/fr.po: French translation update.Jean Delvare2006-02-141-17/+17
|
* Sync line numbers.Jean Delvare2006-02-141-1/+1
|
* - po/ja.po: Translation update from Yasushi.Andreas Gruenbacher2006-02-141-2/+2
|
* - Two bash 3.1 compatibility fixes from Arnaud PatardAndreas Gruenbacher2006-02-111-3/+3
| | | | <apatard@mandriva.com> -- thank you.
* - Some versions of mkdir screw up on `mkdir -p dir/.' when dirAndreas Gruenbacher2006-02-111-2/+2
| | | | does not already exist.
* - quilt/setup.in: Add --path option for defining a tarball searchAndreas Gruenbacher2006-02-111-16/+27
| | | | | | | path. Fix a bug in check_for_existing_files. When a series file is given as an argument, symlink to that series file in the same way as we symlink to the patches. Improve the symlink creation algorithm. Add testcase test/setup.test.
* - quilt/new.in: Try to explain how to choose another source treeAndreas Gruenbacher2006-02-111-6/+18
| | | | root directory when quilt chooses the wrong one.
* - quilt/mail.in: Disable broken patch header format check.Andreas Gruenbacher2006-02-031-5/+5
|
* - quilt/mail.in: Documentation fix.Andreas Gruenbacher2006-02-011-4/+4
|
* - po/fr.po: Add missing translation of quilt mail's --senderJean Delvare2006-02-011-0/+5
| | | | option help. Thanks to Andreas Gruenbacher for pointing out.
* - Clean up quoting in more messages. Add some spaces to the JapaneseAndreas Gruenbacher2006-02-011-8/+8
| | | | translation for good measure.
* - Filter duplicates with awk instead of usig uniq -D.Andreas Gruenbacher2006-02-011-4/+4
|
* - Clean up quoting in messages.Andreas Gruenbacher2006-02-011-12/+13
|
* - quilt/mail.in: Don't use sed's Q command, old versions ofJean Delvare2006-01-301-1/+1
| | | | sed don't know about it.
* - quilt/mail.in: Use $(hostname) for the sender address forAndreas Gruenbacher2006-01-301-6/+6
| | | | platforms on which $(hostname -f) doesn't work.
* - po/fr.po: Update French translation.Jean Delvare2006-01-301-11/+17
|
* - Also strip any bracketed fields and Re:, Fwd:, Fw:, Aw: fromAndreas Gruenbacher2006-01-291-5/+5
| | | | subject headers.
* - Also strip any literal "[patch]" from subject headers.Andreas Gruenbacher2006-01-291-5/+5
|
* - quilt/mail.in:Andreas Gruenbacher2006-01-291-5/+35
| | | | | | | | | | | | + Add -m and --prefix options so that the mail command can be used without invoking an editor. + Verify that each message generated will have a unique subject. + Verify that the introduction has a subject header. + Fix a bug in the heuristic for adding recipients. + Add a heuristic for extracting subject headers + Clarify some messages. + Add a test case. + Update the documentation.
* - quilt/patches.in, quilt/refresh.in: Update usage line.Jean Delvare2006-01-291-6/+8
| | | | - bash_completion: Resync with quilt commands options.
* - quilt/push.in: Fix a temporary file leak and vulnerability.Jean Delvare2006-01-291-4/+4
|
* - quilt/scripts/patchfns.in: Drop an unused local variable in functionJean Delvare2006-01-291-9/+9
| | | | | | find_patch_file. - quilt/import.in: Add a missing print_patch call. - quilt/import.in: Fix several temporary file leaks.
* - Stop using bash <(...) process substitution: it triggers bugsAndreas Gruenbacher2006-01-271-15/+15
| | | | | | on some platforms. - In source tree compat/ "virtual symlink" scripts, exec the target binary instead of only calling it.
* - Unify existing -p and -n parameters that specify a patch:Andreas Gruenbacher2006-01-271-23/+23
| | | | | always use -P as the option name. Update test suite and the translations accordingly. Patch mostly from Gary V. Vaughan.
* - Trailing whitespace cleanup.Andreas Gruenbacher2006-01-271-2/+3
|
* - po/fr.po: Update French translation.Jean Delvare2006-01-261-129/+13
|
* - Stop using find's -printf option: some versions of find don'tAndreas Gruenbacher2006-01-261-2/+2
| | | | have it.
* - quilt/delete.in: Remove a superfluous message.Andreas Gruenbacher2006-01-261-8/+10
|
* - Fix/update a few messages.Andreas Gruenbacher2006-01-261-10/+10
|
* - quilt/import.in: Improve the help text.Andreas Gruenbacher2006-01-251-15/+16
| | | | - Makefile.in: Make sure configure is up to date.
* - quilt/scripts/parse-patch.in: files_in_patch improvement fromAndreas Gruenbacher2006-01-241-2/+2
| | | | jayvdb@gmail.com.
* - Stop using GNU awk's gensub.Andreas Gruenbacher2006-01-231-8/+8
|
* - Use a more clear message for when patches apply with -R.Andreas Gruenbacher2006-01-221-9/+14
|
* - po/de.po: Translation update.Andreas Gruenbacher2006-01-221-2/+2
|
* - lib/backup-files.c: Only create and remove parents that areAndreas Gruenbacher2006-01-211-9/+9
| | | | | missing or empty. Report errors in nftw. (Minor changes by agruen@suse.de).
* - Split off strip_diffstat from header command.Andreas Gruenbacher2006-01-211-13/+26
| | | | | - import command: compare patch headers to prevent destruction; add -d option to choose which header(s) to keep.
* - import command: catch several error conditions. Patches inAndreas Gruenbacher2006-01-211-14/+29
| | | | QUILT_PATCHES can now e imported. A minor fix in the output.
* - Fix delete -n when no patches are applied.Andreas Gruenbacher2006-01-211-21/+33
|
* - Move patch parameter checks into patchfns.in, adding quotesJohn Mark Vandenberg2006-01-191-83/+77
| | | | | around all patch parameters, and reporting 'No patches in series' - quilt/annonate.in: Fix case where no patches have been applied.
* - Change the rules for splitting a patch into header and body soAndreas Gruenbacher2006-01-161-2/+2
| | | | that it will work for git extanded patches as well.
* - John Vandenberg <jayvdb@gmail.com>: Make check depends onAndreas Gruenbacher2006-01-151-90/+91
| | | | | | | | | | programs that have been configured with --with-<name>=<prog>. Make dependencies would get confused by symlinks, so create wrappers in compat/ for make check. - Remove binaries in compat/ that are not listed in COMPAT_PROGRAMS or COMPAT_SYMLINKS. - configure.ac: use --without-$foo instead of --with-foo=none. - Fix processing of translations again, and update de.po.
* - Use the quilt version in the source tree instead of theAndreas Gruenbacher2006-01-141-4/+4
| | | | installed version for running the test suite.