Commit Graph

3463 Commits

Author SHA1 Message Date
Pavel Roskin
0d7003910a * Makefile.am: Don't install libmcslang.a. 2001-08-26 16:43:28 +00:00
Pavel Roskin
773065de72 * Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
Automake 1.5.
2001-08-26 15:38:30 +00:00
Pavel Roskin
05f725e4ee Remove zombie files 2001-08-26 14:55:05 +00:00
Pavel Roskin
ea271edd88 * configure.in: Remove XCURSES variable - it's unused. 2001-08-26 08:58:02 +00:00
Pavel Roskin
511a88a5bf * xcurses.c: Remove.
* Makefile.in: Remove all references to xcurses.c.
2001-08-26 08:56:29 +00:00
Pavel Roskin
2be0ee1d25 * Makefile.am (AM_CPPFLAGS): Remove, it's not needed. 2001-08-26 08:49:26 +00:00
Pavel Roskin
280ac1e9d6 * Makefile.in: Converted to ...
* Makefile.am: ... this.
2001-08-26 08:41:34 +00:00
Pavel Roskin
6feb479c7d * configure.in: New conditional USE_EDIT. 2001-08-26 08:40:11 +00:00
Pavel Roskin
b8e5a09b30 * syntax/changelog.syntax: Don't require '@' to be in the
address.  This also works around a bug in the syntax engine
that prevented highlighting of addresses.
2001-08-26 08:14:27 +00:00
Fatih Demir
53048aac65 Updated tr.po 2001-08-25 21:44:37 +00:00
Pavel Roskin
6fc8d0fe27 Add Makefile.in. 2001-08-25 19:09:52 +00:00
Marco Ciampa
2131e3fac6 resolve a stupid conflict.. 2001-08-25 19:02:04 +00:00
Pavel Roskin
c1b2a29833 * Makefile.in: Converted to ...
* Makefile.am: ... this.
2001-08-25 05:07:31 +00:00
Pavel Roskin
8ae0cebc22 * configure.in: New conditionals USE_VFS and INCLUDED_SLANG. 2001-08-25 05:05:51 +00:00
Pavel Roskin
09d9b11859 * extraconf.h: Remove all references to HAVE_X.
* acinclude.m4: s/GNOME_/MC_/
* configure.in: Likewise.  Remove or clarify all references to
the "text edition".  Minor fixes.
2001-08-25 03:14:20 +00:00
Pavel Roskin
8176f16111 * configure.in: Remove support for curses libraries other than
ncurses.
* acinclude.m4: Likewise.
* FAQ: Remove everything about UNIX curses.
* INSTALL: Likewise.
2001-08-24 22:46:57 +00:00
Pavel Roskin
a85dc7c5f9 * configure.in: Enable large file support by default.
* NEWS: Mention it.
* INSTALL: Document it.  Minor fixes.
2001-08-24 22:11:42 +00:00
Pavel Roskin
5da3ebc119 * FAQ: Remove information about GNOME edition. Minor fixes.
* README: Likewise.
* NEWS: Mention removing the GNOME edition.
2001-08-24 21:38:37 +00:00
Pavel Roskin
ce2bf5071d Remove gmc. Reunite mc and mc-common. 2001-08-24 20:53:14 +00:00
Pavel Roskin
d0c022f0ca * acinclude.m4: Include all used macros from the macros
directory.
* autogen.sh: Remove all references to "macros".
* Makefile.am: Likewise.
2001-08-24 20:30:05 +00:00
Pavel Roskin
16e569e3a6 * Makefile.in (EDITSRC): Add headers.
(CPPFLAGS): Remove reference to gtkedit.
2001-08-24 19:04:13 +00:00
Pavel Roskin
621a8f2391 * configure.in: Remove all GNOME stuff except GNOME_VFS_CHECKS.
* Makefile.am (SUBDIRS): Remove all GNOME-related directories.
2001-08-24 18:48:19 +00:00
Pavel Roskin
d0ae217d83 * lib/startup.links: Remove.
* lib/README.desktop: Likewise.
* lib/Makefile.am: Remove all references to DESKTOP_FILES.
2001-08-24 18:39:59 +00:00
Pavel Roskin
d36b3faa88 * POTFILES.in: Remove all references to gnome files. Change
"gtkedit/" to "edit/".
2001-08-24 18:33:22 +00:00
Pavel Roskin
4bbb7fd935 * user.h: Include "../edit/edit-widget.h", not
"../gtkedit/edit-widget.h".
2001-08-24 18:24:46 +00:00
Pavel Roskin
b44a4e19c6 Copy all necessary files from gtkedit.
* Makefile.in (EDITLINKS): Merge with EDITSRC, remove all
references.
2001-08-24 18:23:17 +00:00
Abel Cheung
52091c422d Disable one erroneous entry in de.po. 2001-08-24 10:37:27 +00:00
Pavel Roskin
3f5590f72b * configure.in: Bump version to 4.5.99a. 2001-08-24 08:28:34 +00:00
Pavel Roskin
8a404f4cb0 * configure.in: Bump version to 4.5.55. Release mc-4.5.55.
* po/*.po: Regenerate.
2001-08-24 08:19:47 +00:00
Kjartan Maraas
da7f52be07 2001-08-24 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian (bokml) translation.
2001-08-24 07:30:54 +00:00
Pavel Roskin
6bcdb7a5c2 * AUTHORS: Update and spell check.
* FAQ: Likewise.
* INSTALL: Likewise.
* INSTALL.FAST: Likewise.
* NEWS: Likewise.
* README.PC: Likewise.
* README.QNX: Likewise.
2001-08-24 07:02:24 +00:00
Pavel Roskin
5a9daeb4d6 * syntax.c (syntax_text): Fix recognizing pdksh and zsh scripts. 2001-08-24 04:58:42 +00:00
Pavel Roskin
9466c031d8 * subshell.c: Use standard Autoconf symbols to determine whether
to include <stropts.h> and <grp.h>.
2001-08-24 04:51:11 +00:00
Pavel Roskin
1ef3477bf5 * configure.in: Add check for stropts.h. 2001-08-24 04:49:22 +00:00
Pavel Roskin
77e155246d * names.c (finduname): Don't use HAVE_GETPWUID - it's never
defined.  Don't redeclare getpwuid().
(findgname): Don't use HAVE_GETGRGID - it's never defined.
Don't redeclare getgrgid().
2001-08-24 02:51:40 +00:00
Pavel Roskin
7dbf6695ff * subshell.c (feed_subshell): Don't wait forever after the first
select() call if fail_on_error is true.  This alleviates hang
with zsh on QNX Neutrino.
2001-08-24 02:17:15 +00:00
Pavel Roskin
11bc824c4a * lib/edit.indent.rc: Create cooledit.error right away to
override its old contents.  Don't use ksh extentions.  Treat *.C
files as C++.  Recognize more C++ extensions.  Support java.
Update URL for "astyle".  Quote all arguments to protect spaces.
* lib/edit.spell.rc: Don't save terminal settings - mc does it
itself.  Quote all arguments to protect spaces.
2001-08-23 17:45:33 +00:00
Pavel Roskin
cbaceaafc9 * editcmd.c (edit_block_process_cmd): Use execute(), not
my_system() to relieve interactive scripts, such as spell
checker, from saving and restoring the terminal.
2001-08-23 17:21:13 +00:00
Pavel Roskin
13b66d593e * fish.c: Remove useless semicolons after functions. 2001-08-23 17:13:43 +00:00
Marco Ciampa
d1749a1990 2 fuzzy done 2001-08-22 08:28:39 +00:00
Kjartan Maraas
ec71735030 Update 2001-08-21 08:04:44 +00:00
Pavel Roskin
bca1e47369 * view.h: Declare view_dlg.
* main.h: Declare edit_dlg.
* layout.c (change_screen_size): Remove external declarations
inside the function.
2001-08-21 06:32:41 +00:00
Pavel Roskin
556394cfc2 * gcmd.c (gnome_about_cmd): Update copyright years. 2001-08-21 06:00:12 +00:00
Pavel Roskin
fd1b39152b * application.x-gnumeric.desktop: Remove, it's unused.
* gimp.image.desktop: Likewise.
* Makefile.in: Remove references to *.desktop files.
2001-08-21 04:59:38 +00:00
Pavel Roskin
0482535bf5 * doc-gnome/C/figs/Makefile.am: Don't install GNOME-specific
files if GNOME frontend is disabled.
* idl/Makefile.am: Likewise.
* lib/Makefile.am: Likewise.
* new_icons/Makefile.am: Likewise.
2001-08-21 04:43:03 +00:00
Pavel Roskin
fe1df0083f * autogen.sh: Fall back to aclocal without "-I gettext.m4" in
case it already has gettext macros elsewhere and doesn't like
duplicates (i.e. it's aclocal from Automake-1.4).
2001-08-21 04:11:57 +00:00
Christian Meyer
df0c5392f4 Updated de.po 2001-08-20 21:38:01 +00:00
Pavel Roskin
1810387c0b * AUTHORS: Updated.
* INSTALL: Likewise.
* NEWS: Likewise.
* doc/mc.1.in: Likewise.
* doc/mcserv.8.in: Likewise.
2001-08-20 16:58:42 +00:00
Pavel Roskin
c4146f8fce * Makefile.in: Move i18n part of EXTRALIBS to INTLLIBS. Use
INTLLIBS when linking gmc-client.
Reported by Christian Schaller <Uraeus@linuxrising.org>
2001-08-20 16:55:35 +00:00
Pavel Roskin
c6a0eeb4ff * acinclude.m4 (AC_GET_FS_INFO): Specify includes when checking
for sys/mount.h.
2001-08-20 08:11:21 +00:00