Commit Graph

3342 Commits

Author SHA1 Message Date
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 (bokmål) 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
Pavel Roskin
19437f2557 * view.c (load_view_file) [!HAVE_MMAP]: Warning fix. 2001-08-20 07:46:04 +00:00
Pavel Roskin
d56dd815b1 * main.c (mc_maybe_editor_or_viewer) [!USE_INTERNAL_EDIT]:
Reenable to make "mc -v" possible.
(do_nc): Call mc_maybe_editor_or_viewer() even if the editor
is not compiled in.
(argument_table) [!USE_INTERNAL_EDIT]: Disable "-e".
2001-08-20 05:39:21 +00:00
Christian Rose
ff8db34978 2001-08-20 Christian Rose <menthos@menthos.com>
* ro.po: Committed updated translation from
	Misu Moldovan <dumol@go.ro>.
2001-08-20 00:09:35 +00:00
Andras Timar
e04c443bb2 2001-08-19 Andras Timar <timar@gnome.hu>
* lib/Makefile.am: Added Hungarian hints
        * lib/mc.hint.hu: by Arpad Biro <biro_arpad@yahoo.com>
2001-08-19 18:36:26 +00:00
Andras Timar
b735ca1f7c 2001-08-19 Andras Timar <timar@gnome.hu>
* hu.po: Updated Hungarian translation
                 by Arpad Biro <biro_arpad@yahoo.com>
2001-08-19 18:29:30 +00:00
Pavel Roskin
cbd8053c3d * view.c (view_handle_key) [HAVE_CHARSET]: Remove unneeded
statements.
2001-08-19 17:41:38 +00:00
Pavel Roskin
1daee3ab8f * screen.c [HAVE_X]: Disable unused code. 2001-08-19 17:33:26 +00:00
Pavel Roskin
4d3cf58a5d * gtkedit.c: Include <sys/param.h> if present - it should always
be included before <glib.h> to avoid redefining MIN and MAX.
* editcmd.c [!MIDNIGHT]: Undefine B_ENTER and B_CANCEL before
redefining them.
2001-08-19 17:26:03 +00:00
Pavel Roskin
a0406a1c94 * gdesktop-icon.c: Include "global.h".
* gdesktop-prefs.c: Likewise.
* gsession.c: Likewise.
2001-08-19 17:16:25 +00:00
Pavel Roskin
1e781e22a3 * edit.h: Include <sys/param.h> if present. Include Gtk+
headers as system headers.
* gtkedit.c: Include Gtk+ headers as system headers.
2001-08-19 17:01:01 +00:00
Pavel Roskin
16d997d349 * gcorba.c: Include "global.h".
* gdesktop-init.c: Don't include <libgnome/libgnome.h>.
* gprint.c: Likewise.
* gdnd.c: Don't include <gdk/gdkprivate.h>.
* gmount.c (option_has_user) [!MOUNTED_GETMNTENT1]: Disable,
it's usused.
2001-08-19 16:28:02 +00:00
Pavel Roskin
05adbccda8 * fs.h: Correctly include <sys/param.h>.
* x.h: Include "global.h".  Move all contents ...
* global.h: Here.
2001-08-19 16:23:24 +00:00
Pavel Roskin
680d7fd55c * regex.c (regex_compile): Warning fix for ambiguous else. 2001-08-19 16:18:40 +00:00
Pavel Roskin
efe396e30e * vfs.c (vfs_parse_ls_lga): Warning fix if st_nlink is unsigned.
Disallow st_nlink = 0.
2001-08-19 16:11:39 +00:00
Pavel Roskin
18831a11b0 * lib/mc.lib: Add definition for "bs" for xterm and xterm-color. 2001-08-19 16:07:04 +00:00
Pavel Roskin
78940c0e53 * cpio.c (cpio_read_head): Check return value of cpio_find_head,
because it's not equal to super->u.cpio.type in case of errors.
2001-08-19 03:38:52 +00:00
Pavel Roskin
fdc234060f * key.c (xmouse_get_event): Filter out GPM_UP events that don't
follow a GPM_DOWN event.  Filter out events with unknown button
numbers, such as mouse wheel events.
(get_event): Return EV_NONE if xmouse_get_event() decided to
ignore the event.
2001-08-18 19:27:31 +00:00
Andraz Tori
d6b3b9bff1 Updated Slovenian translation 2001-08-18 17:46:11 +00:00
Pavel Roskin
5215df9192 * main.c (init_sigchld): Disable subshell if SIGCHLD handler
cannot be installed.
2001-08-18 15:18:56 +00:00
Pavel Roskin
7d2df0889d * syntax.c (syntax_text): Highlight *.pot as PO files. 2001-08-18 08:01:52 +00:00
Pavel Roskin
c662999821 * edit.h [GTK]: Fix definition of edit_message_dialog().
* gtkedit.c (gtk_edit_dialog_message): Use "OK" button, not
"Cancel", for consistency with the text edition.
2001-08-18 07:57:28 +00:00