Commit Graph

135 Commits

Author SHA1 Message Date
Pavel Roskin
bb563077ed * doc/mc.sgml: made compatible with sgml-tools 1.0.9
* doc/linuxdoc-sgml.diff: removed
* doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
distribute gnome.sgml
2000-08-17 04:35:27 +00:00
Pavel Roskin
d4c830ee6a Fixed placement of png files on "make dist" 2000-08-15 23:42:37 +00:00
Pavel Roskin
4dcf11311b Makefile.in: fixes for improper usage of $(srcdir), cleanup
in the "distclean" target
2000-08-15 23:13:35 +00:00
Pavel Roskin
810e58ecb5 doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
Removed all XVIEW-related stuff
2000-08-15 22:19:35 +00:00
Pavel Roskin
f45f47a301 doc/mc.1.in: Updated info about the internal editor 2000-08-15 21:02:20 +00:00
Pavel Roskin
9ae68cd8bc * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
indicate serious problems. Fixes for uninstall.
* doc/Makefile.in: Rebuild if it is out of date.
2000-08-15 16:56:33 +00:00
Pavel Roskin
948bf68c7b lib/cedit.menu: Added. This file has been missing 2000-08-15 16:21:27 +00:00
Pavel Roskin
dfcf9cbcad lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only 2000-08-15 15:23:41 +00:00
Pavel Roskin
b210364eea Makefile.in: correctly detect make failures in subdirs 2000-08-08 14:07:25 +00:00
Pavel Roskin
b02be949b0 Don't create os2 and nt directories 2000-08-02 16:28:09 +00:00
Pavel Roskin
55cf24c3db AC_WARN replaced with AC_MSG_WARN 2000-08-02 01:05:08 +00:00
Pablo Saratxaga
a998bc8f4f made 8bit in/output the default 2000-07-21 13:15:53 +00:00
Andrew V. Samoilov
a47a83e594 2000-07-20 Andrew V. Samoilov <sav@bcs.zp.ua>
* gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
2000-07-19 22:26:34 +00:00
Jacob Berkman
30fba8c073 2000-06-20 Jacob Berkman <jacob@helixcode.com>
* configure.in: check for gnome-libs with window icon support

	* acconfig.h: add icon define
2000-06-20 19:50:31 +00:00
Matthias Warkus
3d1963e6d4 Thinko. 2000-06-08 17:14:00 +00:00
Matthias Warkus
ef1d8875d3 Added ChangeLog entry 2000-06-08 17:12:40 +00:00
Pavel Roskin
117d12864d * syntax/diff.syntax: Highlight lines beginning with "File",
"Files" and "Binary"
        * syntax/makefile.syntax: Highlight "ifndef"
        * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
        highlighted)
2000-05-31 03:29:31 +00:00
Pavel Machek
b0d9ff70fa 2000-05-05 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
* lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
        comment lines with # in last release
2000-05-05 14:27:14 +00:00
Pavel Machek
6f3d6c89c0 Fixes to mc.ext.in 2000-05-03 09:56:51 +00:00
Timur Bakeyev
b27e5517b9 2000-04-14 Timur Bakeyev <mc@bat.ru>
* config.in: Added check against strcoll().
2000-04-14 08:59:19 +00:00
Timur Bakeyev
5a05c13a07 2000-04-14 Timur Bakeyev <mc@bat.ru>
* syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
	added 'and', 'or', 'not', 'for' keywords.
2000-04-14 01:20:46 +00:00
Timur Bakeyev
cfc69f6769 2000-04-06 Timur bakeyev <mc@bat.ru>
* syntax.c: Wery dirty fix to allow compilation of mceditor on ncurses
	based systems. Hope, this will make FreeBSD midc maintainer to enable
	build-in editor by default. Still, syntax highlighting is disabled.
	Need to port...
2000-04-09 23:17:48 +00:00
Pavel Machek
e0d1cc5c2c Changes from A. Samoilov 2000-03-17 10:31:37 +00:00
Pavel Machek
2335477bef Trivial docs fix 2000-03-13 13:50:01 +00:00
Pavel Roskin
8cfe261704 gtkedit/editcmd.c (edit_replace_prompt): fix index for the label text 2000-03-02 00:49:16 +00:00
Pavel Roskin
43409be694 edit/edit_key_translator.c: interpret code 0177 as
backspace unless recognized otherwise
2000-02-25 15:01:46 +00:00
Pavel Roskin
6521c7afbd * gtkedit/syntax.c: treat *.ads as Ada source
* syntax/ada95.syntax: escape "+" and "*"
        * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
        * syntax/Makefile.in: remove diffc.syntax
2000-02-25 05:24:30 +00:00
Norbert Warmuth
e37737c0c9 2000-02-23 Norbert Warmuth <nwarmuth@privat.circular.de>
* vfs/ftpfs.c: Definition of PORT changed in the middle of ftpfs.c
with unexpected side effects (only when HSC_PROXY was
defined). Introduce HSC_PROXY_PORT and FTP_COMMAND_PORT and use
where appropriate.

(dir_load): Do not hard code the directory cache timeout to 10
seconds. Instead use the setting from Options/Virtual VFS ...

* vfs/fish.c (file_store): honour changed semantics for return value
(on error -1 is expected).

* vfs/ftpfs.c (file_store): dito


* gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
initialization of array of structure (gcc version 2.96 20000131
chokes on it).

* lib/mc.hint: C-y and not C-u can be used to insert text in input
lines (e. g. text which has been deleted with M-d).

* configure.in: Fix the extfs-configure-fragment-in-final-output bug

* src/main.c (parse_control_file): add missing right parentheses

* src/boxes.c: fix incorrect initialization of array of structure (gcc
version 2.96 20000131 chokes on it).
2000-02-23 07:43:14 +00:00
Yuan-Chung Cheng
11802c3c29 Added po file from TurboLinux Chinese Develop Team. 2000-01-30 12:14:39 +00:00
Matthias Warkus
b906cbee66 Changed icon. 2000-01-28 16:33:49 +00:00
Miguel de Icaza
075ccc0046 2000-01-26 Federico Mena Quintero <federico@helixcode.com>
* idl/FileManager.idl (Desktop): Added arrange_icons() method and
	an ArrangeType enum.
2000-01-25 10:30:53 +00:00
Miguel de Icaza
0a1238fe83 2000-01-03 Aaron Lehmann <aaronl@vitelus.com>
* gdesktop.c, gdnd.c, gaction.c, gicon.c,
	gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
	setup.c: Add option of using GNOME "magic" routines to determine file
	types. This makes MC intelligently look at the data in the file to see
	what type of file it is, rather than looking at the filename extension.
	This slows down MC quite a bit, so it has been made an optional
	preference item. Type detection is expected to improve as mime-magic
	matures.
2000-01-23 22:25:26 +00:00
Miguel de Icaza
7a4cf0fcbb 2000-01-15 Federico Mena Quintero <federico@helixcode.com>
* lib/mc.menu (shell_patterns): Add a missing "esac".  Thanks to
	Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
	providing a patch.
2000-01-16 02:39:13 +00:00
Matthias Warkus
e94ca4c765 Added icon for Scheme source. 2000-01-11 11:33:54 +00:00
Pavel Machek
0de889ce6f Applied changes by "Andrew V. Samoilov" <sav@bcs.zp.ua>
Fixed files with names like "1900" (or broken them other way), minor
coding style fixes.
2000-01-05 14:13:57 +00:00
Fatih Demir
465e6b9b16 Added the Turkish translation changes/file . 2000-01-03 11:35:59 +00:00
Matthias Warkus
137cb9d4b5 Added icons. 1999-12-28 11:19:42 +00:00
Miguel de Icaza
ffffd1fd99 4.5.42 - Federico 1999-12-07 00:44:47 +00:00
Yuri Syrota
50c095058a Added Ukrainian Translation 1999-11-25 14:17:43 +00:00
Pavel Machek
06ff41e71b Added mc.hint.cs, czech file with hints. 1999-11-09 10:05:06 +00:00
Miguel de Icaza
02a6ba32be 4.5.41 - Federico 1999-11-02 04:59:37 +00:00
Miguel de Icaza
64113e7fac 4.5.39 - Federico 1999-09-23 17:11:43 +00:00
Jorge Godoy
cf20e18375 Added file pt_BR.po with Brazilian Portuguese translation. 1999-09-23 14:32:42 +00:00
Norbert Warmuth
10c8184839 1999-09-22 Bjorn Eriksson <mdeans@algonet.se>
* vfs/extfs/uzip.in: Better handling of zip-archives that contain files
which contain spaces.


1999-09-22  Norbert Warmuth  <nwarmuth@privat.circular.de>

* lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
path to the mc binary according to @prefix@.

* lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
configure. Install mc.sh and mc.csh in $(suppbindir).

* doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
copies of the included function definitions.

* mcfn_install.in: Comment out definitions of the mc functions. Source
mc.sh instead of adding an outdated mc function definition.

* configure.in: output mc.sh and mc.csh
1999-09-22 22:04:45 +00:00
Miguel de Icaza
4317569de1 1999-09-20 Federico Mena Quintero <federico@redhat.com>
* lib/startup.links: Changed the news link to Gnotices

1999-09-19  David Martin <dmartina@usa.net>

	* gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
	8 bit chars from strftime get displayed when inserting date.

	* lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
	Mandrake 6.0. The generic entry for bzip2 moved to the end of the
	file to avoid interferences. In this one I changed the extension check
	to a type check (as used for gzip) which might give problems in some
	systems.
1999-09-20 16:34:38 +00:00
Norbert Warmuth
d836e5a79a 1999-09-19 Andrew V. Samoilov <sav@bcs.zp.ua>
* src/user.c (check_patterns): char* is used instead of char [] in sizeof

* src/util.c (string_perm): prefix named pipes by 'p' and not by `s'


1999-09-19  David Martin <dmartina@usa.net>

* gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
8 bit chars from strftime get displayed when inserting date.

* lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
Mandrake 6.0. The generic entry for bzip2 moved to the end of the
file to avoid interferences. In this one I changed the extension check
to a type check (as used for gzip) which might give problems in some
systems.

* configure.in: Use -Tlatin1 to format man pages when available and
"view" 8 bit chars.


1999-09-19  Norbert Warmuth  <nwarmuth@privat.circular.de>

* gtkedit/edit.h: Include files reordered in order to make it compile with
--with-debug

* gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
dependent on lenght of translated strings to display.

* src/mad.c, mad.h, util.c, util.h: Move mad-functions from util.[ch]
to mad.[ch]

* src/option.c: Include files reordered in order to make it compile with
--with-debug

* src/mad.c (mad_init): New function. Initialize debug FILE pointer to
stderr (moved to a function because not on every system stderr is
a constant).
(mad_set_debug): added const qualifier

* src/main.c (main): call mad_init

* po/*.po: s/defination/definition/

* gnome/Makefile.in ($(MAGICDEV_GENERATED)): Make it compile with $buildir
!= $srcdir.

* vfs/ftpfs.c (ftpfs_set_debug), vfs.h: added const qualifier.

* vfs/mcserv.c: removed definition of mad_strconcat which is also
in mad.c.
1999-09-19 23:09:07 +00:00
Owen Taylor
94323db348 1999-09-16 Owen Taylor <otaylor@redhat.com>
* Remove the magicdev autoconf test in favor of just
	including the idl file. Otherwise we have a dependency
	loop between this and magicdev.

1999-09-16  Owen Taylor  <otaylor@redhat.com>

        * gmount.c: Remove the HAVE_MAGICDEV conditional.

	* Makefile.in magicdev.idl: Add the magicdev.idl file
	here to avoid creating dependency loops.
1999-09-17 03:03:32 +00:00
Miguel de Icaza
77ae49ad81 CORBA overhaul, part 1. This will not compile. HAH. I'm taking it home - Federico 1999-09-09 00:37:02 +00:00
Kjartan Maraas
a50940105a 1999-09-08 Kjartan Maraas <kmaraas@online.no>
* doc-gnome/*: Shiny new docs from users-guide.
	All synced up.
1999-09-07 22:31:24 +00:00
Pablo Saratxaga
4057fd0e60 added 'nl' to languages. 1999-09-03 15:57:35 +00:00