Pavel Tsekov
e356d015d2
* m4/fsusage.m4: Update to serial #18 .
2006-12-30 11:49:03 +00:00
Pavel Roskin
53f963fef5
* build-glib1.sh: Fix misplaced --with-glib12. Copy
...
config.guess and config.sub from mc to glib sources - they are
too old in glib.
* build-glib2.sh: Update to the latest versions of glib, gettext
and pkg-config.
2006-12-28 05:28:56 +00:00
Leonard den Ottolander
0ac1df7d4f
* src/subshell.c (subshell_name_quote): Bash < 2.05b (3-digit octals in
...
echo_e_cmd) no longer supported.
* NEWS: Comment reflecting above change.
2006-11-27 21:33:45 +00:00
Pavel Tsekov
4d56b647fa
* acinclude.m4 (AC_GET_FS_INFO): Add erronously removed call to
...
gl_FSTYPENAME.
* m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Add missing
include directive for sys/param.h.
2006-09-07 15:59:51 +00:00
Pavel Tsekov
d407b130f4
* m4/ls-mntd-fs.m4: Update to serial#22, which adds support
...
for getmntinfo() returning its result in struct statvfs.
* m4/fstypename.m4: Update to serial#6, which replaces
HAVE_F_FSTYPENAME_IN_STATFS with HAVE_STRUCT_STATFS_F_FSTYPENAME.
* src/mountlist.c: Sync with gnulib.
All uses of HAVE_F_FSTYPENAME replaced by HAVE_STRUCT_STATFS_F_FSTYPENAME.
[MOUNTED_GETMNTINFO2] Include sys/statvfs.h.
(read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
2006-09-07 15:12:47 +00:00
Pavel Tsekov
f588181dc6
* acinclude.m4 (AC_GET_FS_INFO): Revert a failed attempt to properly detect
...
getmntinfo() returning its result in struct statvfs.
* src/mountlist.c: Revert a failed attempt to properly detect and use
getmntinfo() returning its result in struct statvfs.
2006-09-07 14:20:57 +00:00
Pavel Tsekov
e599536b2c
* acinclude.m4 (AC_GET_FS_INFO): Check the return value of getmntinfo()
...
properly.
2006-06-30 07:44:18 +00:00
Pavel Tsekov
9e1dd4594d
* m4/fstypename.m4: New file.
...
* acinclude.m4 (AC_GET_FS_INFO): Add a check to determine whether
getmntinfo() takes struct statvfs instead of struct statfs as its
first argument. Define MOUNTED_GETMNTINFO_STATVFS if it does.
Add a check to determine whether struct statvfs has a field named
f_fstypename.
Use gl_FSTYPENAME tp determine whether struct statfs has a field
named f_fstypename.
* src/mountlist.c (HAVE_F_FSTYPENAME): Define when getmntinfo() is
used and the struct which it fills has a field named f_fstypename.
(read_filesystem_list) [MOUNTED_GETMNTINFO]: Use
MOUNTED_GETMNTINFO_STATVFS to determine the type of the first
argument to getmntinfo().
2006-06-17 15:39:07 +00:00
Pavel Tsekov
e9996b613b
* configure.ac: Revert last commit.
2006-06-07 12:00:10 +00:00
Roland Illig
5ecd3047c7
Documented the change to m4/lst-mntd-fs.m4.
2006-05-29 08:16:51 +00:00
Roland Illig
d647096f53
Fixed detection of the filesystem information on NetBSD 3.0.
2006-05-21 10:06:39 +00:00
Pavel Tsekov
40ef73306f
* acinclude.m4 (AC_GET_FS_INFO): Make it work again - the last commit broke
...
it.
* m4/onceonly.m4: New file.
2006-04-18 13:03:11 +00:00
Leonard den Ottolander
b1069b32eb
* doc/mc.1.in: Function key documentation update.
2006-04-13 16:06:50 +00:00
Leonard den Ottolander
9801c06027
* acinclude.m4 (AC_GET_FS_INFO): Replace old fileutils code to get
...
mount and file system information with m4_includes of the corresponding
GNU coreutils-5.94 files (ls-mntd-fs.m4 (#20 ) and fsusage.m4 (#16 )).
* m4/fsusage.m4, m4/ls-mntd-fs.m4: Create.
2006-03-18 13:17:50 +00:00
Pavel Tsekov
264697b010
* vfs/fish.h: New file.
...
* vfs/fish.c (fish_directory_timeout): Define new global variable.
(FISH_DIRECTORY_TIMEOUT): Eliminate - this macro is not used
anywhere.
(fish_dir_load): Use `fish_directory_timeout' to calculate the
expiration time of a newly created directory entries.
* src/setup.c [USE_NETCODE]: Include fish.h .
(int_options) [USE_NETCODE]: Add support for user configurable
expiration timeout of FISH directory cache entries.
* doc/mc.1.in: Document `fish_directory_timeout'.
2006-02-23 15:32:18 +00:00
David Martin
25b3b37415
* doc/es/mc.1.in: Cleanup. Fix key naming.
2006-02-18 13:37:42 +00:00
Pavel Tsekov
04000dcf84
* doc/mc.1.in: Update the documentation to reflect the fact that
...
confirmation may be requested when deleting directory hotlist entries
based on a user configurable setting.
* src/file.h (safe_delete): Move declaration of `safe_delete'
* src/main.h: ... here.
(confirm_directory_hotlist_delete): Declare new global variable.
* src/file.c (safe_delete): Move definition of `safe_delete'
* src/main.c: ... here.
(confirm_directory_hotlist_delete): Define new global variable.
* src/hotlist.c (remove_from_hotlist): Based on a user configurable
setting, request confirmation when removing directory hotlist
entries. The confirmation dialog honours the `Safe delete'
setting.
Reorder the buttons in the hotlist group removal confirmation
dialog so that it becomes consistent with other confirmation
boxes.
* src/setup.c (int_options): Add support for user configurable
confirmation of directory hotlist entries removal.
* src/boxes.c (conf_widgets): Likewise.
(confirm_box): Likewise.
(my_directory_hotlist_delete): New module variable.
2006-01-29 20:26:05 +00:00
Pavel Tsekov
b3fa1f0a3e
* src/cmd.c: When invoking external viewer, probe VIEWER environment
...
variable first, then PAGER, then fall back to "view".
* lib/mc.hint: Mention VIEWER environment variable.
* doc/mc.1.in: Document support for VIEWER environment variable.
2006-01-29 10:41:47 +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
f52a3276cc
* configure.ac: Catch unexpanded MC_* macros.
2005-11-11 02:03:55 +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
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
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
76c21d9dfe
* configure.ac: Require gettext with ngettext support. It's
...
already used in src/info.c.
2005-10-03 21:00:22 +00:00
Pavel Roskin
bc9ae64cab
* acinclude.m4: Remove gettext 0.10.x compatibility.
2005-09-28 21:49:05 +00:00
Marco Ciampa
96a06e0293
Updated italian translation
2005-08-23 11:09:11 +00:00
Marco Ciampa
bf5e61cf3b
Updated italian translation
2005-08-23 10:51:21 +00:00
Roland Illig
f79711252d
The various get[ug]id functions are used, so add checks for them. Same
...
for isascii.
2005-08-15 21:02:17 +00:00
Roland Illig
2b6d96d72d
* configure.ac: The function getgrouplist() is not used anymore,
...
so there is no need to check for it.
2005-08-15 20:59:13 +00:00
Pavel Roskin
179aa43514
* lib/mc.ext.in: Restore support for opening 7-zip archives.
2005-07-20 21:28:50 +00:00
Pavel Roskin
680ccc7e56
* configure.ac: Add vfs/extfs/ualz to AC_CONFIG_FILES.
...
* lib/mc.ext.in: Add support for ALZip archives.
2005-07-20 19:07:18 +00:00
Leonard den Ottolander
8383793469
configure.ac: Rename AS_HELP_STRING to AC_HELP_STRING (fix undefined macro).
2005-07-10 10:45:28 +00:00
Leonard den Ottolander
565866175d
NEWS: Fixed commit to the wrong branch.
2005-07-08 14:07:31 +00:00
Roland Illig
d5ec027964
* configure.ac: Removed detection of the umode_t type. All
...
references to it have been replaced with mode_t.
2005-07-05 20:15:41 +00:00
Leonard den Ottolander
b7552a4e40
lib/mc.ext.in: Match log files as plain text; match local man pages; add fixes
...
for gzipped man pages to plain and bzipped man pages.
2005-07-03 15:04:11 +00:00
Leonard den Ottolander
2704385e05
lib/mc.ext.in: Move matches for plain compressed files down.
2005-07-03 12:43:15 +00:00
Roland Illig
2aae4390da
* acinclude.m4 (MC_WITH_VFS): Don't link with libnsl
...
unnecessarily.
* configure.ac: Simplified detection of the necessary libraries
for socket() and gethostbyname().
Patch provided by Tomasz Kloczko at 2005-06-15 on mc-devel.
2005-07-03 11:50:30 +00:00
Pavel Roskin
a52ce4e9ac
* lib/mc.ext.in: Support opening for 7-Zip archives.
2005-06-22 02:23:50 +00:00
Roland Illig
bba40f1e93
* lib/mc.ext.in: Added ${PAGER} as fallback if neither lynx nor
...
links is installed.
2005-06-06 00:05:25 +00:00
Roland Illig
f2708e485c
* NEWS: Added the differences between pre3 and HEAD.
2005-06-05 23:42:11 +00:00
Andrew V. Samoilov
abe4dddc99
New file. Configuration files for Sun Solaris pkgmk(1).
2005-05-31 03:20:43 +00:00
Andrew V. Samoilov
966f5cb430
* lib/mc.ext.in: Added support for .7z archives.
2005-05-30 08:12:17 +00:00
Pavel Roskin
1f60f44145
Update postal address of Free Software Foundation.
2005-05-27 03:35:10 +00:00
Roland Illig
f9604266b2
* syntax/ChangeLog: The syntax directory has got its own
...
ChangeLog.
2005-05-24 09:39:29 +00:00
Roland Illig
2e7fa0fa37
* configure.ac: Removed the extra definition of
...
HAVE_C_TYPE_SOCKLEN_T, which is unused.
2005-05-17 17:06:14 +00:00
Roland Illig
7b17421a43
* syntax/makefile.syntax: Added useful comments before the
...
contexts.
2005-05-15 00:09:15 +00:00
Roland Illig
cf4c046bf9
* syntax/makefile.syntax: Highlight $$ (a literal $) in
...
brightcyan. This way $${var} is not highlighted as if it were a
Makefile variables.
2005-05-15 00:02:06 +00:00
Roland Illig
455b0d006e
* syntax/diff.syntax: Lines starting with a <tab> character are
...
displayed like lines starting with a <space>. This is for the
cvs diff -T option.
2005-05-14 11:30:54 +00:00
Pavel Roskin
0e2177c8cd
* configure.ac: Require Autoconf 2.53 or newer.
...
* m4/Makefile.am: Remove isc-posix.m4, it's obsolete.
* m4/isc-posix.m4: Remove.
2005-05-13 15:27:21 +00:00
Pavel Roskin
ef3e4ddcc9
* lib/mc.ext.in: Add OpenOffice.org 2 extensions, use o3totxt
...
to view OpenOffice.org documents.
2005-05-13 15:09:55 +00:00
Pavel Roskin
4f09f45404
* acinclude.m4: Remove MC_ARG_ENABLE_DEVELOPER_MODE.
...
* configure.ac: Replace MC_ARG_ENABLE_DEVELOPER_MODE with a
simpler and more user-friendly piece of code.
2005-05-11 21:56:57 +00:00
Roland Illig
419025e926
* syntax/c.syntax: Added missing punctuation characters.
2005-05-01 14:21:02 +00:00
Pavel Roskin
bf7853c225
* syntax/Syntax: Don't highlight csh scripts. Allow using
...
"/usr/bin/env" instead of the full path.
2005-04-28 19:44:49 +00:00
Pavel Roskin
2836321b37
trimmed by trim_changelog
2005-04-28 19:42:30 +00:00
Leonard den Ottolander
2a6e12765a
Added pchel and leonardjo as contributors.
2005-04-27 20:55:01 +00:00
Roland Illig
957f3d180d
* acinclude.m4: Renamed AS_HELP_STRING to AC_HELP_STRING for
...
compatibility with autoconf-2.57.
2005-04-26 17:29:58 +00:00
Roland Illig
4a96e50b13
* configure.ac: Using MC_ARG_ENABLE_DEVELOPER_MODE instead of
...
the --maintainer-mode.
2005-04-21 22:31:58 +00:00
Roland Illig
26c8b13218
* acinclude.m4: Added macro MC_ARG_ENABLE_DEVELOPER_MODE.
2005-04-21 22:28:48 +00:00
Andrew V. Samoilov
d519f9cbe8
Add new line for standard formatting.
2005-04-21 10:02:52 +00:00
Leonard den Ottolander
c774c5b4a7
Syntax fixes (eiffel, perl, php, syntax).
2005-04-16 23:53:28 +00:00
Roland Illig
afce6c8106
* lib/mc.ext.in: Recognize either *.udeb or *.deb as Debian
...
packages. Fixes Savannah patch #3899 .
2005-04-16 10:24:46 +00:00
Leonard den Ottolander
6108289e48
Catch Makefiles with capitals in extension.
2005-04-14 21:34:13 +00:00
Roland Illig
adaa78022f
* doc/mc.1.in (Internal File Viewer): Rewrote some documentation.
...
Removed the paragraph about the growing buffers. It's generally
uninteresting to users.
2005-04-14 01:15:36 +00:00
Roland Illig
d34c405387
* configure.ac: Add -DNDEBUG to CPPFLAGS if the maintainer mode
...
is not enabled.
2005-04-13 18:39:15 +00:00
Pavel Roskin
a4cf54d41c
* acinclude.m4 (MC_WITH_SLANG): Partly restore original order of
...
checks and add a comment with a warning.
From Pavel S. Shirshov <me@pavelsh.pp.ru>
2005-03-19 21:53:24 +00:00
Pavel Roskin
d89c5eb128
* acinclude.m4 (MC_WITH_SLANG): Reorder checks. Move termcap
...
checks ...
(MC_SLANG_TERMCAP): ... here.
(MC_SLANG_PRIVATE): Check if private functions are available.
It's not the case on Debian unstable.
2005-03-19 19:16:35 +00:00
Andrew V. Samoilov
c14b24ebe9
* syntax/idl.syntax: Add syntax file for the CORBA idl.
...
From Ian Zagorskih <ianzag@megasignal.com>
* syntax/lua.syntax: Add syntax file for the LUA programming language.
From Mike Gorchak <mike@malva.ua>
* syntax/Syntax: Add syntax file for CORBA idl and lua.
* syntax/Makefile.am: Likewise.
* mc.qpg.in: Likewise.
* NEWS: Likewise.
2005-03-19 17:46:14 +00:00
Pavel Roskin
0074c885f2
* acinclude.m4 (MC_WITH_SLANG): Define HAVE_SYSTEM_SLANG after
...
all fallbacks so it shows whether we are using system S-Lang.
* configure.ac: Remove USE_INCLUDED_SLANG, since it's now fully
dependent on HAVE_SLANG and HAVE_SYSTEM_SLANG.
* src/myslang.h: Likewise.
2005-03-19 17:27:36 +00:00
Andrew V. Samoilov
eadb04b532
* syntax/assembler.syntax: Add syntax file for the x86 assembler.
...
* syntax/povray.syntax: Add syntax file for the POVRay.
* syntax/Syntax: Add syntax file for x86 assembler and POVRay.
* syntax/Makefile.am: Likewise.
* mc.qpg.in: Likewise.
* NEWS: Likewise.
2005-03-18 10:26:35 +00:00
Roland Illig
14cf1c7673
* syntax/diff.syntax: Changed default color from gray, which was
...
quite unreadable, to a bright yellow.
Patch by Leonard den Ottolander.
2005-03-14 00:12:27 +00:00
Roland Illig
d7c54f1fe3
* autogen.sh: Made the gettext version check more portable. The
...
actual sed command is unchanged.
2005-03-10 09:59:27 +00:00
Miguel de Icaza
49d8769122
Update manual
2005-02-26 16:38:59 +00:00
Roland Illig
51156030fb
* ChangeLog: Applied trim_changelog.
2005-02-07 07:33:47 +00:00
Roland Illig
6916fd28a2
* NEWS: Added the changes between mc-4.6.1-pre3 and now.
2005-02-07 07:05:17 +00:00
Roland Illig
7e498cbc2e
* configure.ac: Add checks for C headers <sys/mkdev.h> and
...
<sys/sysmacros.h> to support major/minor arithmetics on
device numbers.
2005-01-27 22:42:55 +00:00
Andrew V. Samoilov
33e157631c
* acinclude.m4: Fix '--with-screen' configure option.
2005-01-11 09:16:52 +00:00
Andrew V. Samoilov
1605a544c6
* autogen.sh: Fix workaround for automake 1.5.
2004-12-30 06:33:18 +00:00
Andrew V. Samoilov
d94ff42371
* syntax/spec.syntax: Set whole on spec macro option keywords.
2004-12-28 13:22:27 +00:00
Andrew V. Samoilov
7e75c2d423
* acinclude.m4: Fix "make distcheck".
...
* NEWS: Update.
2004-12-13 17:56:27 +00:00
Andrew V. Samoilov
9ce7ab3b9b
* autogen.sh: Comment workaround for Automake 1.5. It's not working
...
for Automake 1.9.
2004-12-10 06:24:35 +00:00
Andrew V. Samoilov
e69c7db958
Fix typos
2004-12-07 08:55:33 +00:00
Roland Illig
88812bee22
* syntax/Makefile.am: Don't install syntax highlighting files if
...
the internal editor is disabled.
2004-12-06 23:14:43 +00:00
Andrew V. Samoilov
be067bb92e
* configure.ac: Bump version to 4.6.1a
2004-12-03 05:45:21 +00:00
Andrew V. Samoilov
a6c81a0d7a
Change my contacts
2004-12-02 16:53:50 +00:00
Andrew V. Samoilov
319cdb81bc
* acinclude.m4: Fix compiling mc with system slang on FreeBSD.
2004-11-16 19:23:40 +00:00
Roland Illig
01867b4001
* TODO: Checked the remaining vfs/extfs shell scripts and
...
removed them from the TODO list. This was the last item
in the section "Before 4.6.1", so I deleted the whole
section.
2004-11-16 18:03:56 +00:00
Andrew V. Samoilov
43c3d5504c
* TODO (4.6.2): Fix the '#' in path names issue.
2004-11-08 00:06:04 +00:00
Roland Illig
18d9abb15c
* TODO (4.6.1): Moved the '#' in path names issue to 4.6.2.
...
* TODO: Added issue about hiding passwords in VFS pathnames.
2004-11-07 12:54:55 +00:00
Andrew V. Samoilov
23ee7704f9
* README: Fix typo.
2004-11-05 12:04:05 +00:00
Andrew V. Samoilov
3b8d52e2b9
* syntax/Syntax: Treat QNX6 specific files with extensions qpg and
...
qpg.in as xml files.
2004-11-03 20:16:48 +00:00
Andrew V. Samoilov
52917be78c
* configure.ac: Added information about status of charset enabling.
2004-11-03 20:10:54 +00:00
Andrew V. Samoilov
c87628f753
* mc.qpg.in: Synchronization with the latest file has been added
...
to the distro.
2004-11-03 20:07:00 +00:00
Roland Illig
52fc211ac8
* configure.ac: Add feature test whether socklen_t is defined
...
in <sys/socket.h>.
2004-11-02 21:54:58 +00:00
Andrew V. Samoilov
89accff625
* lib/mc.ext.in: Add a few sound formats that "play" and "mikmod"
...
utility knows.
2004-10-28 06:19:23 +00:00
Roland Illig
81112b0e5b
* configure.ac: Add check for type socklen_t.
2004-10-27 18:00:20 +00:00
Andrew V. Samoilov
121dbd2b1b
* syntax/aspx.syntax: Add syntax file for ASP.NET.
...
* syntax/Syntax: Likewise.
* syntax/Makefile.am: Likewise.
2004-10-27 13:29:51 +00:00
Andrew V. Samoilov
dc2430bd45
* TODO: Move entry 'Broken pipe warning...' to 4.6.2 TODO list.
...
Remove entries for perl extfs scripts.
2004-10-27 13:17:51 +00:00
Roland Illig
8da4a08bbd
* configure.ac: Only add "-Wall" to CFLAGS if GCC is set to "yes".
2004-10-24 14:48:01 +00:00
Roland Illig
6178353e9e
* TODO: Check proper quoting in vfs/extfs/*.
2004-10-23 07:25:20 +00:00
Andrew V. Samoilov
0112ed6d65
* lib/mc.ext.in: Use xmms for audio files in XWindows mode.
...
Add support for *.wma files. Add support for playlists.
2004-10-20 05:14:42 +00:00
Roland Illig
48bc8894b2
* TODO: Some new TODO items with low priority: More standard
...
widgets, CVS frontend, patch editor, context menus.
2004-10-18 04:05:15 +00:00
Roland Illig
c8cd60f3a2
* TODO: Fixed the "./ files in tar archive" item for mc-4.6.1.
2004-10-16 18:02:45 +00:00
Roland Illig
10dbca29ab
* syntax/eiffel.syntax: Add syntax highlighting rules for the
...
Eiffel programming language.
* syntax/Syntax: Bind *.e with eiffel.syntax.
* syntax/Makefile.am: Added syntax.eiffel.
From Daniel F Moisset <dmoisset grulic org ar>
2004-10-16 12:59:26 +00:00
Andrew V. Samoilov
13998a614c
* syntax/sql.syntax: Improve sql.syntax file and added several
...
keywords.
2004-10-12 15:24:47 +00:00
Andrew V. Samoilov
3253bdf876
* acinclude.m4 (MC_WITH_MCSLANG): Set screen_type to mcslang.
...
* configure.ac: Define USE_INCLUDED_SLANG if screen_type is mcslang.
2004-10-12 04:35:55 +00:00
Andrew V. Samoilov
430cfca91c
More typo fixes
2004-10-06 17:33:37 +00:00
Andrew V. Samoilov
04c8d59e51
Fix typos
2004-10-06 17:16:09 +00:00
Andrew V. Samoilov
2d48b95137
* syntax/perl.syntax: Fix highlight the hashes.
...
* syntax/diff.syntax: highlight comments (lines begin with #),
and garbage in diff files.
2004-10-05 05:56:03 +00:00
Andrew V. Samoilov
2ee7b81d94
* mc.qpg.in: New file. Description for QNX 6.x packager.
2004-09-28 11:48:57 +00:00
Roland Illig
aad0e2151b
* autoconf.ac: #define _GNU_SOURCE to an empty value instead of 1,
...
which conflicted with src/regex.c.
2004-09-25 15:18:10 +00:00
Roland Illig
df14f4860c
* HACKING (Programming tips): added a tip concerning the NULL
...
pointer in varargs function calls.
2004-09-24 14:19:21 +00:00
Roland Illig
727b62e229
* HACKING: added a section about where to look for bug reports
...
and patches.
2004-09-22 12:00:42 +00:00
Roland Illig
1b06b35d82
* HACKING: added advice for using g_strdup for a modifiable
...
copy of a string.
2004-09-22 11:02:20 +00:00
Andrew V. Samoilov
2c07096f86
Second fix typos
2004-09-20 03:18:47 +00:00
Andrew V. Samoilov
53ab2f736e
Fix typos
2004-09-20 03:16:47 +00:00
Roland Illig
5418fdc3a8
* HACKING: added explanation for const_cast.
2004-09-19 15:45:54 +00:00
Andrew V. Samoilov
05cea9cabf
Typos
2004-09-17 11:43:02 +00:00
Andrew V. Samoilov
c35092fabd
* makefile.syntax.diff: adds define and ended keyrowrds
...
* perl.syntax.diff: adds break keyword
2004-09-17 09:56:47 +00:00
Andrew V. Samoilov
b01dc1030f
* lib/mc.lib: Add gnome, rxvt and xterm-new terminals.
2004-09-10 09:23:43 +00:00
Andrew V. Samoilov
221bb320b8
* syntax/php.syntax: Upgrade php.syntax file.
2004-09-09 21:29:51 +00:00
Andrew V. Samoilov
bc432cb01e
* configure.ac: grantpt is only available with -D_XOPEN_SOURCE
...
or -D_GNU_SOURCE under Linux.
2004-09-03 22:37:52 +00:00
Andrew V. Samoilov
e5f21875a3
* HACKING: Add to section "Programming Tips" g_free tip.
2004-09-03 21:39:32 +00:00
Roland Illig
b5ef1bd79a
* HACKING: Added a section "Programming Tips" which lists mistakes
...
that have been done once and should never be repeated.
2004-09-02 14:48:21 +00:00
Roland Illig
bdd4ab2ae5
* m4/ri-gcc-warnings.m4: Now handles only the last --enable or
...
--disable option. Before, --disable has not been handled
correctly.
2004-08-30 11:24:11 +00:00
Andrew V. Samoilov
1655a5437c
Corrected Changelog entries for ri-gcc-warnings.m4
2004-08-26 09:38:56 +00:00
Andrew V. Samoilov
acc5f18cfa
Change e-mail for Leonard den Ottolander
2004-08-24 19:27:01 +00:00
Andrew V. Samoilov
406beebb47
* syntax/m4.syntax: Add matching AS_* keywords.
2004-08-22 13:23:45 +00:00
Andrew V. Samoilov
b2706a92c6
Anti-spam protection e-mail address for Leonard den Ottolander
2004-08-22 12:02:14 +00:00
Andrew V. Samoilov
723a5f6177
*m4/ri-gcc-warnings.m4: Typo fixes.
...
ChangeLog: Likewise.
2004-08-22 08:04:34 +00:00
Roland Illig
226177cf11
"make uninstall" removes the symlinks bin/mcedit and bin/mcview.
2004-08-18 20:22:59 +00:00
Roland Illig
64aad2cda5
GCC Warnings are only activated in maintainer-mode. They have been moved some lines down to not disturb feature checking (when CFLAGS="-Werror").
2004-08-17 08:53:30 +00:00
Andrew V. Samoilov
c71b24708a
Fix insecure temporary file and directory creations. Add files:
...
doc/mc.1.in, doc/es/mc.1.in, doc/hu/mc.1.in, doc/it/mc.1.in,
doc/pl/mc.1.in, doc/ru/mc.1.in, doc/sr/mc.1.in
2004-08-17 08:45:49 +00:00
Andrew V. Samoilov
ce8669be61
lib/cedit.menu, lib/mc.menu - Fix insecure temporary file
...
and directory creations.
2004-08-17 08:37:46 +00:00
Andrew V. Samoilov
ff0d2fe54f
* configure.ac: Add check for atoll().
2004-08-09 09:35:40 +00:00
Andrew V. Samoilov
ea3ff6f126
* doc/mc.1.in (Extension File Edit): Document "directory" keyword.
...
* doc/ru/mc.1.in: Likewise.
2004-08-09 09:29:12 +00:00
Andrew V. Samoilov
0528e96653
autogen.sh: Fix unportable "\n" in sed.
2004-08-09 09:08:26 +00:00
Pavel Roskin
a0d18b6ce8
Typo fix in the previous commit.
2004-04-02 07:22:45 +00:00
Pavel Roskin
3738fbba68
* lib/mc.ext.in: Use gqview instead of ee for images. ee seems
...
to be is obsolete. Suggested by Marcel Pol <mpol@gmx.net>
2004-04-02 07:22:18 +00:00
Pavel Roskin
970793d4e2
* lib/mc.ext.in: Recognize *.tb2 and *.tbz files.
2004-01-22 07:40:51 +00:00
Pavel Roskin
bbd66306bf
* configure.in: Rename to ...
...
* configure.ac: ... this.
2004-01-22 06:33:12 +00:00
David Martin
c571381553
Synchronized latest fixes (long options) and moved year and version number.
2003-12-30 17:43:56 +00:00
Dmitry Alexeyev
04ebb4bea0
* configure.in: Release 4.6.1-pre1.
2003-12-24 17:41:26 +00:00
Pavel Roskin
d6d5688bed
* acinclude.m4 (MC_UNDELFS_CHECKS): Try ext2fs/ext2_fs.h before
...
linux/ext2_fs.h. Use ext2fs/ext2_fs.h when possible - it's
safer to avoid kernel headers.
2003-11-28 06:18:32 +00:00
Pavel Roskin
7c0f20bcb8
* src/TODO: Move ...
...
* TODO: ... here.
* doc/DEVEL: Move ...
* HACKING: ... here. Adjust makefiles.
2003-11-27 18:06:56 +00:00
Pavel Roskin
22d0061e4d
* build-glib1.sh: Use more portable syntax for functions. Fall
...
back to "ftp" for download, useful on BSD.
* build-glib2.sh: Likewise.
2003-11-20 22:02:36 +00:00
Pavel Roskin
004cd5a23c
Distribute the build scripts.
2003-11-20 19:58:02 +00:00
Pavel Roskin
e16856c85b
* build-glib1.sh: New file - download and compile glib 1.2.x,
...
then compile mc against it.
* build-glib2.sh: New file - download and compile glib 2.x with
dependencies (gettext, pkgconfig), then compile mc against it.
2003-11-20 19:43:35 +00:00
Pavel Roskin
90ec22ad39
Typo fix.
2003-11-12 17:08:51 +00:00
Pavel Roskin
c6d7467b7b
* acinclude.m4 (MC_UNDELFS_CHECKS): Don't use internal Autoconf variables.
2003-10-29 22:17:41 +00:00
Pavel Roskin
8d5dc47ad7
* configure.in: Rewrite check for mmap() to avoid using internal
...
variables of Autoconf. Rename the rest of ac_cv_* to mc_cv_*.
2003-10-29 19:23:16 +00:00
Pavel Roskin
0ba019a90b
* configure.in: Use AC_CHECK_MEMBERS to check fields of struct
...
stat. Adjust all dependencies.
2003-10-29 17:36:16 +00:00
Pavel Roskin
b733f1fa6e
* acinclude.m4 (AC_STRUCT_LINGER): Remove, use AC_CHECK_MEMBERS
...
instead.
2003-10-29 17:18:15 +00:00
Pavel Roskin
afbc365860
* configure.in: Define SLANG_POSIX_SIGNALS if all 4 required
...
functions are present. Remove references to extraconf.h.
* extraconf.h: Eliminate.
* Makefile.am: Remove extraconf.h.
2003-10-29 08:15:32 +00:00
Pavel Roskin
3315f35e31
* configure.in: Move ext2fs undelete support ...
...
* acinclude.m4 (MC_WITH_VFS): ... here.
* extraconf.h: Remove VFS logic, it's enforced in configure now.
2003-10-29 06:55:41 +00:00
Pavel Roskin
fc7dc2ba67
* acinclude.m4 (MC_WITH_VFS): Use AC_SEARCH_LIBS when possible.
...
Allow disabling network code by --disable-netcode.
2003-10-29 06:41:41 +00:00
Pavel Roskin
af86cebacd
* configure.in: Don't check if "file" can use stdin - it's
...
unused now.
2003-10-29 01:25:42 +00:00
Pavel Roskin
b59eaab4ad
* extraconf.h: Don't define HAVE_GRANTPT forcedly if grantpt()
...
wasn't found. Don't define HAVE_CRYPT, it's unused now.
2003-10-25 22:44:00 +00:00
Pavel Roskin
4a02cae0e1
* configure.in: Remove check for socketpair(). Add new option
...
--enable-background.
* extraconf.h: Don't define WITH_BACKGROUND.
2003-10-25 22:25:51 +00:00
Pavel Roskin
8cde1fd052
* configure.in: Don't check for seekdir() and telldir().
2003-10-14 22:25:45 +00:00
Pavel Roskin
0f83af0eb6
* doc/sr/Makefile.am: Don't install mcserv documentation if mcfs
...
support is disabled.
2003-09-24 01:42:09 +00:00
Pavel Roskin
6a728cb3f9
* lib/*.ti: Remove, these files are obsolete.
...
* lib/tdiff: Likewise.
* lib/xterm.tcap: Likewise.
* lib/Makefile.am: Remove obsolete files. Don't install
README.xterm and xterm.ad, there are partly obsolete and can
break things if used as is.
2003-09-23 06:11:19 +00:00
Pavel Roskin
c92b530b5f
* lib/mc.hint.sr: Updated.
...
* lib/mc.menu.sr: New file - translated menu.
* lib/Makefile.am: Add mc.menu.sr.
* doc/sr/: New Serbian documentation.
* doc/Makefile.am: Add "sr" directory.
* configure.in: Add substitutions for new files.
2003-09-22 21:04:59 +00:00
Pavel Roskin
5504df3ae6
* configure.in: Check for strlcpy() is glib 1.2.x is used.
2003-09-22 20:27:44 +00:00
Pavel Roskin
58d1d9fe2b
* lib/mc.hint.sr: New file - Serbian hints.
2003-09-11 21:22:44 +00:00
Pavel Roskin
2355c67ada
* lib/mc.menu: Add entry for viewing manual pages.
2003-09-04 17:05:33 +00:00
Pavel Roskin
807db8eda2
* lib/mc-wrapper.csh.in: Use "id" command to find the real user
...
id. $USER is not reliable.
* lib/mc-wrapper.sh.in: Likewise.
Reported by Figura Peter <peterf@autus.sk>
2003-08-18 16:44:22 +00:00
Pavel Roskin
ff6aed1002
* acinclude.m4 (MC_WITH_NCURSES): Fix ESCDELAY check on Solaris.
...
Make sure that linking succeeds.
2003-08-18 04:53:56 +00:00
Pavel Roskin
c90321d4b4
Fix address.
2003-08-15 15:30:58 +00:00
Pavel Roskin
8c4a0aa3c0
* lib/cedit.menu: Avoid using "id -u", it doesn't work on
...
Solaris. From Andrew V. Samoilov <andrew@email.zp.ua>
2003-08-02 23:01:51 +00:00
Pavel Roskin
ff9c544b88
* lib/mc.lib: Add more "end" and "home" sequences for xterm.
2003-07-23 05:48:55 +00:00
Pavel Roskin
c72a1ea44c
Get rid of all references to NATIVE_WIN32.
2003-07-23 03:22:32 +00:00
Pavel Roskin
fe7d3b9a4e
* pc: Remove. No work has been done on the PC post for years.
...
* README.PC: Likewise.
* Makefile.am: Adjust for the above.
* configure.in: Likewise.
2003-07-23 03:02:18 +00:00
Pavel Roskin
ff144aca4d
* configure.in: Check posix_openpt() first and fallback to
...
GNU-specific getpt() only if needed.
2003-07-21 23:29:29 +00:00
Pavel Roskin
c1d9304c3f
* lib/mc.hint.cs: Typo fixes.
2003-06-29 23:18:23 +00:00
Marco Ciampa
620308c65f
Small fix in manual translation.
2003-06-25 16:01:49 +00:00
Pavel Roskin
e54ac85df6
* lib/mc.ext: Allow ZIP in all capitals in "file" output.
2003-06-23 17:00:57 +00:00
Pavel Roskin
5b2bd08768
* configure.in: Remove test for SCO UNIX. Remove all references
...
to SCO_FLAVOR everywhere. SCO flavor is rather unsavory now.
2003-06-18 04:47:17 +00:00
Pavel Roskin
f0e6a9d522
* lib/mc.ext.in: Don't run compressed logs from /var/log through
...
nroff. Suggested by Alfie Costa <agcosta@gmx.net>
2003-06-06 23:40:05 +00:00
Pavel Roskin
881964e5a9
Typo fixes.
2003-06-02 18:38:42 +00:00
Marco Ciampa
debb223eaf
Updated ruby and perl sintax files.
2003-05-16 09:35:51 +00:00
Pavel Roskin
615ef181db
* syntax/ruby.syntax: New file - syntax for Ruby.
...
* syntax/Syntax: Add ruby.syntax.
* syntax/Makefile.am: Likewise.
2003-05-14 22:30:02 +00:00
Pavel Roskin
964cc57445
* mc.spec.in: Strip pre-1998 changelog to work around a bug in
...
rpm 4.2, which doesn't like %install inside %changelog.
2003-05-08 06:36:45 +00:00
Pavel Roskin
31e038ded1
* configure.in: Add vfs/extfs/iso9660 to AC_CONFIG_FILES.
...
* lib/mc.ext.in: Add support for ISO images.
2003-04-29 16:05:12 +00:00
Pavel Roskin
b190930e09
* syntax/Syntax: Highlight *.mc as a makefile.
...
* syntax/sql.syntax: Add more keywords for PostgreSQL.
2003-03-31 16:27:52 +00:00
Pavel Roskin
7e31c4e83c
* syntax/sh.syntax: Highlight "find". Highlight whole string
...
after "#!". Make unrecognized text inside `` less bright.
2003-03-22 04:38:58 +00:00
Marco Ciampa
99598a25fb
Italian manual fixies...
2003-03-17 22:58:13 +00:00
Pavel Roskin
8cf02b5559
* syntax/c.syntax: Allow integer specifiers for %x and %X in C
...
format strings.
* syntax/cs.syntax: Likewise.
* syntax/java.syntax: Likewise.
* syntax/ml.syntax: Likewise.
* syntax/php.syntax: Likewise.
* syntax/python.syntax: Likewise.
* syntax/slang.syntax: Likewise.
* syntax/swig.syntax: Likewise.
2003-03-15 04:41:19 +00:00
Pavel Roskin
d6d16e47ef
* acinclude.m4 (MC_ASM_LABELS): New macro to work around a bug
...
gettext. Define _INTL_REDIRECT_MACROS if needed.
* configure.in: Use MC_ASM_LABELS.
2003-03-12 00:10:23 +00:00
Pavel Roskin
949f2c3167
* configure.in: Add --with-glib-static option.
2003-03-07 18:10:37 +00:00
Pavel Roskin
5a3d2c562e
* syntax/spec.syntax: Add BuildArch.
2003-03-06 13:48:23 +00:00
Pavel Roskin
86a8c4193e
* configure.in: Check availability of setsid().
2003-03-05 20:26:25 +00:00
Andrew V. Samoilov
64ea375eac
s/confugure/configure/
2003-03-05 19:13:14 +00:00
Sanlig Badral
e9c702cdc5
*** empty log message ***
2003-03-04 13:17:16 +00:00
Pavel Roskin
6747ef213e
* lib/mc.lib: Add xterm arrows both for application and normal
...
mode. Normal mode can be accidentally enabled if one mc is run
from another and Ctrl-O is used to switch between them.
Add F11-F20 definitions for cons25 (FreeBSD console).
2003-03-03 08:05:49 +00:00
Pavel Roskin
fafc7c6365
* syntax/cs.syntax: New file.
...
* syntax/Syntax: Add cs.syntax.
* syntax/Makefile.am: Likewise.
2003-02-27 21:15:44 +00:00
Marco Ciampa
cb24a269f7
Updated manual, added -e switch description.
2003-02-27 12:58:41 +00:00
Pavel Roskin
c8f5d1a7f5
* syntax/syntax.syntax: Highlight "define".
2003-02-26 19:31:07 +00:00