beabfeb67b
- make displaying of free space configurable - fix permission highlighting (#177100) - redirect stdout and stderr of several apps run on background to /dev/null to not to mess up mc interface (#178833) - refresh directories to avoid errors caused by copying files to non-existent directories (#177111) - add an option to insert changelog entry in mcedit, thanks to Radek Vokal
17 lines
539 B
Diff
17 lines
539 B
Diff
--- mc-4.6.1a/lib/cedit.menu.changelog 2005-05-27 05:35:12.000000000 +0200
|
|
+++ mc-4.6.1a/lib/cedit.menu 2006-01-30 10:46:11.000000000 +0100
|
|
@@ -449,6 +449,13 @@
|
|
EMAIL="<$REPLYTO>"
|
|
echo "$DATE $AUTHOR $EMAIL" >%b
|
|
|
|
+S Insert `Spec-file Changelog' string
|
|
+ DATE="`date +\"%%a %%b %%e %%Y\"`"
|
|
+ MY_UID="`id | sed 's/^.*uid=\([^(]*\).*$/\1/'`"
|
|
+ AUTHOR="`awk -F: '$3 == '$MY_UID' {print $5}' /etc/passwd`"
|
|
+ EMAIL="<$REPLYTO>"
|
|
+ echo "* $DATE $AUTHOR $EMAIL" >%b
|
|
+
|
|
s Invoke `shell'
|
|
sh
|
|
|