Leonard den Ottolander
ef243502f4
* syntax/php.syntax: Missed the '::' method separator.
2005-11-20 00:17:36 +00:00
Leonard den Ottolander
030872ddc0
* syntax/php.syntax: Removed some cruft that slipped through.
2005-11-20 00:07:56 +00:00
Leonard den Ottolander
41dba7aa2c
* syntax/php.syntax: Updated against recent online documentation. A/o many
...
constants added.
2005-11-19 23:26:34 +00:00
Leonard den Ottolander
23b176514b
* slang/Makefile.am: Reinstate ChangeLog.
2005-11-17 20:51:37 +00:00
Roland Illig
2f53e17355
2005-11-16 Roland Illig <roland.illig@gmx.de>
...
* slcommon.c (_pSLsecure_issetugid): Made the #ifdef more
readable.
2005-11-16 08:45:21 +00:00
Pavel Roskin
91b9a36acf
One more check missed in the previous commit.
2005-11-15 23:27:27 +00:00
Pavel Roskin
f9f69feabb
* acinclude.m4 (MC_WITH_MCSLANG): Add type tests from S-Lang
...
configuration scripts.
2005-11-15 23:12:48 +00:00
Pavel Roskin
d90475660e
Really suppress msgmerge progress indicators.
2005-11-15 22:41:59 +00:00
Roland Illig
114b2c1715
Added some comments.
2005-11-15 22:27:45 +00:00
Pavel Roskin
3d0a11bc51
Overwrite MSGMERGE_FLAGS, not MSGMERGE.
2005-11-15 22:14:44 +00:00
Pavel Roskin
76d78fb47c
* samba/lib/netmask.c: Include <stdlib.h> for exit() and
...
<string.h> for memcpy().
2005-11-15 21:32:07 +00:00
Leonard den Ottolander
2619dda6b4
* Changelog: Fix last entry.
2005-11-15 21:26:51 +00:00
Leonard den Ottolander
f235c1b358
* slcommon.c (_pSLsecure_issetugid): Remove dependency on glibc private
...
function __libc_enable_secure().
2005-11-15 20:51:31 +00:00
David Martin
12e531832f
Updated Spanish translation.
2005-11-13 13:54:24 +00:00
David Martin
1fb6024857
Identify Q_() strings for translation.
2005-11-13 13:26:12 +00:00
Leonard den Ottolander
a3b821aef1
slang/*: Upgrade internal slang to 2.0.5.
2005-11-12 19:47:49 +00:00
Pavel Roskin
89eb1e232b
* samba/lib/netmask.c: Add get_netmask() prototype for the dummy
...
version.
2005-11-11 06:19:08 +00:00
Pavel Roskin
4d7182a39f
Use trap to catch and report failures.
2005-11-11 05:57:46 +00:00
Pavel Roskin
0cfb000426
Add stamp-po.
2005-11-11 04:07:31 +00:00
Pavel Roskin
dd8b442df5
* global.h [!ENABLE_NLS]: Provide replacement for ngettext.
...
* screen.c (display_mini_info): Cast panel->total to unsigned
long before passing it to ngettext() to avoid warnings.
2005-11-11 03:32:39 +00:00
Pavel Roskin
ebc197834e
Fix double spaces in CFLAGS. Suppress error messages from rpmbuild
...
when calculating the architecture.
2005-11-11 03:05:18 +00:00
Pavel Roskin
f2d6325871
Ignore rpm directory - it's created by maint/mctest.
2005-11-11 02:54:54 +00:00
Pavel Roskin
9c11cf292f
* samba/lib/util_sock.c: Fix warnings on 64-bit systems.
2005-11-11 02:52:41 +00:00
Pavel Roskin
528e77efc0
* mcserv.c (get_client): Fix gcc 4 warning.
2005-11-11 02:31:46 +00:00
Pavel Roskin
0e653491c1
* choosesyntax.c: Make undeclared functions static.
...
* editmenu.c: Likewise.
* usermap.c: Likewise.
2005-11-11 02:26:04 +00:00
Pavel Roskin
ebe155fc92
* smbfs.c: Remove redundant ipzero declaration.
2005-11-11 02:22:02 +00:00
Pavel Roskin
056c1da206
Use $RPMBUILD to find the rpm architecture.
2005-11-11 02:21:08 +00:00
Pavel Roskin
f52a3276cc
* configure.ac: Catch unexpanded MC_* macros.
2005-11-11 02:03:55 +00:00
Pavel Roskin
0418637b54
Actually remove MC_ASM_LABELS.
2005-11-11 01:57:10 +00:00
Pavel Roskin
f493d843a0
* m4/*.m4: Update to the macros provided by gettext 0.14.3.
...
* m4/Makefile.am: Update the list of the *.m4 files.
2005-11-11 01:52:16 +00:00
Pavel Roskin
f3aa417af7
* configure.ac: Use AC_GNU_SOURCE, which prevents redefining
...
_GNU_SOURCE. Bump Autoconf version to 2.54, where AC_GNU_SOURCE
appeared.
Reported by Leonard den Ottolander <leonard@den.ottolander.nl>
2005-11-11 01:40:18 +00:00
Pavel Roskin
40e26a8530
* configure.ac: Use gettext 0.14.3.
...
* acinclude.m4 (MC_ASM_LABELS): Remove, it's not needed with
recent versions of gettext.
2005-11-11 01:14:51 +00:00
Pavel Roskin
685ec466c2
* acinclude.m4 (MC_ASM_LABELS): Make the test function global
...
and move its definition above main(). That's closer to what
gettext is actually doing.
2005-11-10 23:37:21 +00:00
Pavel Roskin
7b3b03f9db
* glibcompat.c: Move Q_ back ...
...
* util.c: ... here. Q_ is not defined by just including glib.h.
The glib implementation doesn't strip prefix from translations,
so it's not suitable for us. Finally, it makes man2hlp depend
on libintl.
Reported by Leonard den Ottolander <leonard@den.ottolander.nl>
2005-11-03 02:18:38 +00:00
Roland Illig
a0aa9fd9d4
Reverted the addition of the check for libintl_gettext in -lintl. It
...
didn't help.
2005-11-02 22:26:19 +00:00
Leonard den Ottolander
894b343f90
* main.c (directory_history_add): Fix invalid directory preselection on cd.
2005-11-02 11:50:51 +00:00
Pavel Roskin
16881947d3
* Syntax: Highlight Kbuild as a makefile.
2005-10-31 21:21:15 +00:00
Pavel Roskin
9932d29be7
* Syntax: Move makefile.syntax before pascal.syntax so that
...
Makefile.inc is highlighted as a makefile.
2005-10-31 21:13:49 +00:00
Leonard den Ottolander
0c2b46643d
* fish.c (fish_dir_load, fish_linear_start): Get numerical gid/uids from ls to
...
avoid wrong parsing of user/group names containging white space.
2005-10-19 11:34:56 +00:00
Roland Illig
13684ebcd7
Added many empty lines to make reading easier.
2005-10-12 15:50:43 +00:00
Leonard den Ottolander
149afcc3b7
* vfs/ftpfs.c (ftpfs_command): Fix "Nowhere to fallback to" warning caused
...
by fallback to active mode after inactivity.
2005-10-09 21:25:29 +00:00
Pavel Roskin
da6ee30252
* man2hlp.c (main): Fix using 0 instead of NULL.
2005-10-08 04:55:06 +00:00
Pavel Roskin
528e392458
* widget.c (listbox_fwd): Eliminate forward inline declaration.
2005-10-08 04:52:42 +00:00
Roland Illig
b415dc87b9
* configure.ac: Include -lintl if it is needed for
...
libintl_gettext(). Needed for NetBSD-1.6.2.
2005-10-07 01:15:05 +00:00
Pavel Roskin
9241d649c4
Fix plural rule. Revert translation for "%s bytes" - it was correct.
2005-10-06 20:01:01 +00:00
Leonard den Ottolander
a31c7331fa
* po/nl.po: Do not use prefix in Q_() strings.
2005-10-06 19:59:31 +00:00
Pavel Roskin
1806fa0c8e
Updates from Jindrich Novy <jnovy@redhat.com>
2005-10-06 16:05:51 +00:00
Leonard den Ottolander
3f84882f5b
po/nl.po: Updated Dutch translation.
2005-10-04 21:55:09 +00:00
Leonard den Ottolander
cd2061a883
* edit/editcmd.c (edit_replace_dialog): Replace duplicate hotkey.
...
* po/*.po: Update changed string.
2005-10-04 21:15:06 +00:00
Leonard den Ottolander
79567ed4a1
view.c (search): Fix backward regex search off by one.
2005-10-04 21:07:20 +00:00