summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2003-07-31 21:46:02 +0000
committerGeorge Lebl <jirka@src.gnome.org>2003-07-31 21:46:02 +0000
commit879cc9d014022f9e96a7d983446709dad5819100 (patch)
tree40326f4a9317d4873b4ee9fe18cda7aa94af4ab7
parent391c23dc2329811fc0bd658a6673f5cb7707f4d9 (diff)
downloadgdm-879cc9d014022f9e96a7d983446709dad5819100.tar.gz
Release 2.4.1.5GDM2_2_4_1_5
Thu Jul 31 14:10:58 2003 George Lebl <jirka@5z.com> * Release 2.4.1.5
-rw-r--r--ChangeLog4
-rwxr-xr-xconfig/extract-shell.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b845f612..4eff8885 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jul 31 14:10:58 2003 George Lebl <jirka@5z.com>
+
+ * Release 2.4.1.5
+
Thu Jul 31 14:07:25 2003 George Lebl <jirka@5z.com>
A bunch of fixes backported from the devel version
diff --git a/config/extract-shell.sh b/config/extract-shell.sh
index 555c6e20..f967a4e0 100755
--- a/config/extract-shell.sh
+++ b/config/extract-shell.sh
@@ -1,4 +1,4 @@
#!/bin/sh
echo "/* DON\'T CHANGE THIS BY HAND! CHANGE THE SCRIPT THIS IS GENERATED */"
echo "/* ALWAYS ADD A CHANGELOG OR I WILL PERSONALLY KICK YOUR ASS! */"
-grep gettext | sed 's/^[^"]*\("[^"]*"\).*$/const char *foo = N_(\1);/'
+grep gettextfunc | fgrep -v 'gettextfunc ()' | sed 's/^[^"]*\("[^"]*"\).*$/const char *foo = N_(\1);/'