summaryrefslogtreecommitdiffstats
path: root/quilt.changes
Commit message (Collapse)AuthorAgeFilesLines
* - scripts/patchfns.in: New quilt_command function for running anotherJean Delvare2005-09-091-0/+9
| | | | | | quilt command. - quilt/delete.in, quilt/edit.in: Use the new quilt_command function. Patch from Joe Green.
* - quilt/delete.in: Fix the quilt pop invocation when attempting to deleteJean Delvare2005-09-071-0/+5
| | | | the top patch (default). Patch by Joe Green.
* - Japanese translation update contributed by Satoru Takeuchi and YasushiJean Delvare2005-09-061-0/+6
| | | | Shoji.
* - It is now possible to set EDITOR in ~/.quiltrc in order to use aJean Delvare2005-09-061-0/+6
| | | | different editor for quilt and for the other tasks.
* - doc/README needs the same $EDITOR filtering quirk we just added forJean Delvare2005-09-061-0/+6
| | | | doc/quilt.1.
* - scripts/patchfns.in: Rewrite files_in_patch_ordered() so as to notJean Delvare2005-09-061-0/+15
| | | | | | | require the awk asort function, which is not available on all versions of awk. - test/sort.test: Add more files to better test the ordering and sorting issues. Original patch by John Vandenberg.
* - Makefile.in: Filter out expanded $EDITOR in quilt.1. This value beingJean Delvare2005-09-061-0/+7
| | | | set at installation time may be irrelevant at execution time.
* - Fix test/perms.test for LANG=POSIX (from John VandenbergAndreas Gruenbacher2005-09-061-0/+7
| | | | | <jayvdb@gmail.com>), and always run the test cases with LANG set to POSIX.
* - quilt/diff.in: Fix incorrect error message when incompatible optionsJean Delvare2005-09-041-0/+6
| | | | are used. Fix direct call to awk.
* scripts/patchfns.in: Fix permissions of .pc/applied-patches being lost inJean Delvare2005-09-021-4/+10
| | | | remove_from_db() and rename_in_db().
* refresh.in: Drop a useless line in the awk script replacing the diffstatJean Delvare2005-09-021-0/+9
| | | | | section in patch headers. Improve the regular expression matching diffstat lines. Original patch from John Vandenberg.
* - configure.ac, Makefile.in: Support GCC and other compilers. AllowJean Delvare2005-08-281-0/+6
| | | | executable extensions (non-Unix.) Original patch from John Vandenberg.
* - quilt/delete.in: Drop extra spaces in usage line.Jean Delvare2005-08-261-0/+8
| | | | | | - quilt/graph.in: Add missing -T option to usage line. - quilt/push.in: Add missing --interactive and --color options to usage line.
* - quilt/delete.in: Add options -r (remove patch file) and --backupJean Delvare2005-08-261-0/+6
| | | | (backup rather than remove.) Patch from Joe Green.
* - scripts/patchfns.in: insert_in_series(): Insert new patchesAndreas Gruenbacher2005-08-261-0/+8
| | | | | | 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.
* Fix error path when imported patch doesn't exist.Jean Delvare2005-08-261-0/+6
|
* - quilt/edit.in: Check exit status after adding files, and failAndreas Gruenbacher2005-08-241-5/+6
| | | | except when files have already been added.
* - quilt/fold.in: fold did not work when invoked from aAndreas Gruenbacher2005-08-221-0/+6
| | | | subdirectory; update test case.
* - quilt/edit.in: Check exit status after adding files.Andreas Gruenbacher2005-08-171-0/+5
|
* - configure.ac: Do not check for diffstat version if --without-diffstatJean Delvare2005-08-121-0/+6
| | | | is used.
* improve description of the import command [Joe Green]Martin Quinson2005-08-111-1/+2
|
* add completion of the header command [Joe Green]Martin Quinson2005-08-111-0/+6
|
* - test/delete.test: New test case for the delete command.Jean Delvare2005-07-291-0/+5
|
* - Makefile.in: add test/Makefile and test/test.quiltrc to SRC, so thatJean Delvare2005-07-291-0/+6
| | | | they get included into the tarball by make dist.
* - test/missing.test: Fix test case.Andreas Gruenbacher2005-07-271-0/+5
|
* - Bump version to 0.42.v0.42Jean Delvare2005-07-261-0/+5
|
* - Mike Fabian <mfabian@suse.de> fixed two fuzzy Japanese messagesAndreas Gruenbacher2005-07-261-0/+6
| | | | for us -- thanks!
* - Fix one fuzzy message in French translation.Jean Delvare2005-07-251-0/+5
|
* - Japanese translation update from Yasushi SHOJIAndreas Gruenbacher2005-07-251-9/+18
| | | | <yashi@atmark-techno.com>.
* - Let the perl scripts (edmail, parse-patch and remove-trailing-ws) workJean Delvare2005-07-241-0/+6
| | | | without Locale::gettext.
* - Makefile.in: Drop pointless dependency between quilt commandJean Delvare2005-07-221-0/+6
| | | | files and scripts.
* - Update French translation.Jean Delvare2005-07-191-0/+5
|
* - Another translation fix.Andreas Gruenbacher2005-07-191-1/+1
|
* - Fix a few translation bugs; update german translation.Andreas Gruenbacher2005-07-191-0/+5
|
* - Rename test/create-delete.diff to *.test and fix the test.Andreas Gruenbacher2005-07-181-1/+2
|
* - Add internationalization support to Perl scripts as well.Andreas Gruenbacher2005-07-181-0/+5
|
* French translation unfuzzying.Jean Delvare2005-07-181-0/+5
|
* - uninstall target: remove $(LIB_DIR) as well.Andreas Gruenbacher2005-07-181-0/+5
|
* - Based on work done by several contributers, add a headerv0.41Andreas Gruenbacher2005-07-181-0/+7
| | | | | command. - Bump version to 0.41.
* - quilt/annotate.in: Fix case where the file is created/deletedAndreas Gruenbacher2005-07-181-0/+7
| | | | | by a patch. - Makefile.in: add uninstall target.
* - bin/quilt.in: clean up helptext.Andreas Gruenbacher2005-07-171-0/+5
|
* Update the French translation.Jean Delvare2005-07-141-0/+5
|
* - Use wildcard to generate the list of all commands in MakefileAndreas Gruenbacher2005-07-141-0/+7
| | | | | instead of explicitly listing them. - Helptext improvements.
* - Makefile.in: Properly set LINGUAS before running "make all" inJean Delvare2005-07-071-0/+8
| | | | | | subdirectory po. This ensures that all .mo files will actually be built. - Makefile.in: Delete po/*.mo only once on "make clean".
* - quilt delete: Add option -n, which deletes the next patchJean Delvare2005-07-061-0/+6
| | | | after topmost (rather than the specified or topmost patch).
* - fr.po: Add all missing translations.Jean Delvare2005-07-051-0/+6
| | | | - de.po: Add one easy translation.
* quilt delete: Display the name of the deleted patch on success.Jean Delvare2005-07-051-0/+5
|
* - Remove outdated BUGS file and references.Andreas Gruenbacher2005-07-021-0/+7
| | | | | - refresh command: don't write into existing patches but create new files instead to avoid overwriting hardlinked copies.
* Note to self: save files before commiting them.Jean Delvare2005-07-011-1/+1
|
* - configure.ac: Add a test on diffstat version. Versions priorJean Delvare2005-07-011-0/+7
| | | | | to 1.32 are known to behave in a confusing manner, so we warn the user if such an old version is found.