Browse Source

Now gmc, tkmc and mc build one my glibc2 system (builddir != srcdir).

Mon Sep 28 21:55:13 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>

* src/find.c: Changed hotkey of the continue-button (both Chdir and
Continue used `C').

* po/*.po: remade because one msgstr in find.c changed

* src/Makefile.in: search config.status in builddir and not in rootdir,
i.e. make it compile for builddir != srcdir

* vfs/vfs.h (struct vfs): renamed errno to verrno because glibc2
defines errno as macro (#define errno (*__errno_location ()))

* vfs/Makefile.in: search config.status in builddir and not in srcdir/..,
i.e. make it compile for builddir != srcdir
Norbert Warmuth 26 years ago
parent
commit
c10ecb8b0f
10 changed files with 1815 additions and 1505 deletions
  1. 311 320
      po/de.po
  2. 381 272
      po/es.po
  3. 278 264
      po/fr.po
  4. 354 249
      po/it.po
  5. 12 8
      po/ko.po
  6. 458 389
      po/ru.po
  7. 8 0
      src/ChangeLog
  8. 2 2
      src/Makefile.in
  9. 1 1
      src/find.c
  10. 10 0
      vfs/ChangeLog

File diff suppressed because it is too large
+ 311 - 320
po/de.po


File diff suppressed because it is too large
+ 381 - 272
po/es.po


File diff suppressed because it is too large
+ 278 - 264
po/fr.po


File diff suppressed because it is too large
+ 354 - 249
po/it.po


+ 12 - 8
po/ko.po

@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mc VERSION\n"
-"POT-Creation-Date: 1998-05-06 14:14:45+0900\n"
+"POT-Creation-Date: 1998-09-28 22:03+0200\n"
 "PO-Revision-Date: 1998-09-26 01:56:37+0900\n"
 "Last-Translator: Sung-Hyun Nam <namsh@lgic.co.kr>\n"
 "Language-Team: Korean <ko@li.org>\n"
@@ -317,8 +317,7 @@ msgstr "
 #: gtkedit/editcmd.c:1932
 msgid ""
 " Invalid regular expression, or scanf expression with to many conversions "
-msgstr ""
-" 이상한 정규표현식 혹은 너무 많이 바꿔야 하는 scanf 표현 "
+msgstr " 이상한 정규표현식 혹은 너무 많이 바꿔야 하는 scanf 표현 "
 
 #. "Invalid regexp string or scanf string"
 #: gtkedit/editcmd.c:2096
@@ -2310,8 +2309,9 @@ msgid "&Suspend"
 msgstr "일시중지(&S)"
 
 #: gnome/find.c:125 src/find.c:125
-msgid "&Continue"
-msgstr "계속(&C)"
+#, fuzzy
+msgid "Con&tinue"
+msgstr "계속"
 
 #: gnome/find.c:126 src/find.c:126
 msgid "&Chdir"
@@ -4127,7 +4127,8 @@ msgstr " 
 
 #: gnome/panelize.c:302 src/panelize.c:302
 msgid " I can't run external panelize while logged on a non local directory "
-msgstr " 원격 자료방으로 로그한 경우에는 외부 패널화 명령을 실행할 수 없습니다 "
+msgstr ""
+" 원격 자료방으로 로그한 경우에는 외부 패널화 명령을 실행할 수 없습니다 "
 
 #: gnome/panelize.c:351 src/panelize.c:351
 msgid "Find rejects after patching"
@@ -4685,7 +4686,7 @@ msgstr "Slash on keypad"
 msgid "NumLock on keypad"
 msgstr "NumLock on keypad"
 
-#: gnome/wtools.c:609 src/wtools.c:609 vfs/vfs.c:1598
+#: gnome/wtools.c:609 src/wtools.c:609 vfs/vfs.c:1604
 msgid "Password:"
 msgstr "비밀번호:"
 
@@ -4713,7 +4714,7 @@ msgstr ""
 msgid " Could not set source routing (%s)"
 msgstr " 소스 라우팅 (%s)를 설정할 수 없습니다"
 
-#: vfs/ftpfs.c:1773 vfs/ftpfs.c:1788
+#: vfs/ftpfs.c:1782 vfs/ftpfs.c:1797
 msgid ""
 "~/.netrc file has not correct mode.\n"
 "Remove password or correct mode."
@@ -4810,3 +4811,6 @@ msgstr ""
 "흠,...\n"
 "%s\n"
 "테잎 아카이브 파일같지 않습니다."
+
+#~ msgid "&Continue"
+#~ msgstr "계속(&C)"

File diff suppressed because it is too large
+ 458 - 389
po/ru.po


+ 8 - 0
src/ChangeLog

@@ -1,3 +1,11 @@
+Mon Sep 28 21:55:13 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
+
+	* find.c: Changed hotkey of the continue-button (both Chdir and
+	Continue used `C').
+
+	* Makefile.in: search config.status in builddir and not in rootdir, 
+	i.e. make it compile for builddir != srcdir
+
 Wed Sep 23 14:06:44 1998  Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
 
 	* src/file.c: Made file.c use new O_LINEAR mode (so copying from

+ 2 - 2
src/Makefile.in

@@ -59,8 +59,8 @@ DISTFILES = \
 
 all: mc mcmfmt @saver_target@ Makefile
 
-Makefile: $(srcdir)/Makefile.in $(rootdir)/config.status
-	cd $(rootdir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
+Makefile: $(srcdir)/Makefile.in $(builddir)/config.status
+	cd $(builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
 .c.o:
 	$(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) $<
 

+ 1 - 1
src/find.c

@@ -122,7 +122,7 @@ static struct {
 	int x;
 } fbuts [] = {
 	{ N_("&Suspend"),   11, 29 },
-	{ N_("&Continue"),  12, 29 },
+	{ N_("Con&tinue"),  12, 29 },
 	{ N_("&Chdir"),     11, 3  },
 	{ N_("&Again"),     9,  17 },
 	{ N_("&Quit"),      8,  43 },

+ 10 - 0
vfs/ChangeLog

@@ -1,3 +1,13 @@
+Mon Sep 28 21:43:16 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
+
+	* vfs.h (struct vfs): renamed errno to verrno because glibc2 
+	defines errno as macro (#define errno (*__errno_location ()))
+
+Mon Sep 28 21:34:03 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>
+
+	* Makefile.in: search config.status in builddir and not in srcdir/.., 
+	i. e. make it compile for builddir != srcdir
+
 Sun Sep 27 16:16:52 1998  Pavel Machek  <pavel@bug.ucw.cz>
 
 	* COPYING.LGPL, all over the code: code is now under Library

Some files were not shown because too many files changed in this diff