Commit Graph

6496 Commits

Author SHA1 Message Date
Norbert Warmuth
321bc71bab Mon May 18 22:24:09 1998 Norbert Warmuth <k3190@fh-sw.de>
* lib/mc.ini.in: s/reges/regex/

* main.c (process_args): return void, the return value was only
used once but wrong (-h displayed help twice).
(handle_args): -h: don't display help twice
(print_usage): Don't print program name and version, that's
already done by version(0).

* menu.c (menubar_paint_idx): Highlight Hotkeys also on slow
terminals (hotkeys were not displayed at all).
1998-05-19 08:58:41 +00:00
Miguel de Icaza
0dad671321 1998-05-18 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gscreen.c (x_select_item): Test for full icon visibility instead
	of partial visibility only.
1998-05-19 04:02:33 +00:00
Miguel de Icaza
f4a5f85ecf Moved the text icon layout code from here. 1998-05-18 22:48:48 +00:00
Miguel de Icaza
c50ced7273 Range check error fix -miguel 1998-05-18 17:18:12 +00:00
Miguel de Icaza
0de03fd32d ko.po finished as of now, from namsh 1998-05-18 17:02:32 +00:00
Marc Ewing
aae913db01 Bump to 4.1.34 1998-05-17 20:44:26 +00:00
Miguel de Icaza
b74de0093a Updated ko.po translations from namsh 1998-05-17 20:34:40 +00:00
Miguel de Icaza
a6259ad448 Natali Giuliano Italian translations 1998-05-17 07:57:28 +00:00
Pavel Machek
4341f796e8 mc.hlp should not depend on man2hlp. 1998-05-17 06:23:36 +00:00
Pavel Machek
5c3a4556b9 -I statements changed for Borland and IBM 1998-05-17 03:31:18 +00:00
Pavel Machek
780910241e Even non-resizeable menus must be rearranged if layout changes 1998-05-17 03:29:25 +00:00
Pavel Machek
13de3b19a6 Useless keyword "static" removed from structure declaration 1998-05-17 03:27:53 +00:00
Tom Tromey
7c515a1b5c Sat May 16 02:29:51 1998 Tom Tromey <tromey@cygnus.com>
* gdesktop.c (url_dropped): `exec' field of desktop entry now a
        vector.
        (dentry_execute): Likewise.
        (desktop_icon_remove): Likewise.
        (get_transparent_window_for_dentry): Likewise.
        (desktop_create_directory_entry): Likewise; also initialize
        exec_length.
1998-05-16 20:54:28 +00:00
jaka
3fd39ad792 1998-05-16 Jaka Mocnik <jaka.mocnik@kiss.uni-lj.si>
* gscreen.c (create_popup_submenu): fixed bug which caused it to require
	0 instead of 1 marked files for F_SINGLE file_actions.
	* gscreen.c (file_popup): first item in the menu displays "..." when
	multiple files are selected.
1998-05-16 13:01:23 +00:00
Tuomas Kuosmanen
1c4c051ed8 Updated the icon a bit... - should look better. / tigert 1998-05-16 07:42:48 +00:00
Tuomas Kuosmanen
b3e735f98c Added the EXECUTABLE-icon (running stuff, like an engine, ya know :) - tigert 1998-05-16 04:21:06 +00:00
Miguel de Icaza
b7eab92d34 Color initialization trimming for X 1998-05-15 22:54:54 +00:00
Marc Ewing
ee2d2c2f1b Up to version 4.1.33 1998-05-15 21:35:25 +00:00
Miguel de Icaza
809fbb32d6 Fixed problem with context popup menu not showing anything.
I should really learn C :-)

Miguel.
1998-05-15 20:01:11 +00:00
Tuomas Kuosmanen
c4bf161f3f CORE icon... "Your code sucks! Debug!..." :) - tigert 1998-05-15 19:29:57 +00:00
Marc Ewing
192f78ee4b Updated to 4.1.32 1998-05-15 18:56:02 +00:00
Miguel de Icaza
44610b4a5a ko.po translation from namsh 1998-05-15 18:52:27 +00:00
Tom Tromey
ae64700c0e Thu May 14 23:31:15 1998 Tom Tromey <tromey@cygnus.com>
* gmain.c (session_save_state): Use "+" instead of "%s" in format
	specification.  Free `argv'.
1998-05-15 05:43:31 +00:00
Miguel de Icaza
c08415b616 1998-05-14 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gtrans.c (create_transparent_text_window): Removed the hack to
	lower the window on exposes.  Guess what happens when you have two
	icons on the same spot.
1998-05-15 01:08:46 +00:00
Pavel Machek
2565113b86 Patch for RSX. If both EMX_VIDEO and WIN32 are defined, write attributes
correctly.
RSX support is almost complete now.
1998-05-14 15:40:42 +00:00
Vincent Renardias
3e786f5a50 Thu, 14 May 1998 15:33:07 +0200 [Vincent]
* Yet another attempt to keep FR translations up to date...
1998-05-14 13:41:46 +00:00
Tuomas Kuosmanen
29ad62715a Added 'general file' icon :) - tigert 1998-05-14 03:39:41 +00:00
Norbert Warmuth
6029deefa6 Thu May 14 01:56:11 1998 Norbert Warmuth <k3190@fh-sw.de>
* configure.in: Don't add -lintl to LIBS when included gettext is
used (further checks for libraries would fail because libintl.a
isn't build, yet). Instead use and substitute LINTL.

* src/Makefile.in (OURLIBS):      add @LINTL@
* gnome/Makefile.in (EXTRALIBS):  add @LINTL@
* tk/Makefile.in (EXTRALIBS):     add @LINTL@
* vfs/Makefile.in (LIBS):         add @LINTL@
* xv/Makefile.in (EXTRALIBS):     add @LINTL@
1998-05-14 00:13:36 +00:00
Tuomas Kuosmanen
d695aec85b Added a new folder icon for the gmc BIG icon view - tigert 1998-05-13 21:56:14 +00:00
Elliot Lee
bf7a1621e7 Whenever we receive an expose_event for one of the icons on the desktop,
gdk_window_lower() it. This makes it seem like icons are really part of
the desktop.
1998-05-13 16:31:16 +00:00
Norbert Warmuth
1a62898db3 This commit is supposed to silent the compile problems people
reported recently (make: Don't know how to make target cat-id-tbl.c).


Wed May 13 12:24:30 1998  Norbert Warmuth  <k3190@fh-sw.de>

* Makefile.in.in: Don't depend on VPATH when checking the
dependencies of the target all-yes (instead prefix cat-id-tbl.c
with $(src)).
1998-05-13 10:53:22 +00:00
Pavel Machek
31db46fc3c Fixes for OS/2 to make these files in sync with changed Makefile.PC 1998-05-13 08:57:30 +00:00
Pavel Machek
d574ff2d58 Patch for keeping the timestamp of ./VERSION
Patch for vi-haters: mc named vi works as mcedit, view - as mcview
aclocal.m4 is remade automatically
1998-05-13 08:29:55 +00:00
Miguel de Icaza
309a9ae50f Make switch buttons work -mig 1998-05-12 20:43:42 +00:00
Pavel Machek
0a4550ca9f Mcedit: changed some #include's. This makes it possible to remove some
-I options from makefiles, at least for the PC port
1998-05-12 16:47:52 +00:00
Pavel Machek
c278a2c3a7 Minor change for RSX (affects only Win32 port) 1998-05-12 16:38:27 +00:00
Pavel Machek
5899d6b714 Resources support for RSX
Improved support for MinGW and RSX
1998-05-12 16:20:06 +00:00
Paul Sheer
70db5514a2 more minor syntax highlighting mods 1998-05-12 16:00:11 +00:00
Pavel Machek
e5cbe1bb96 Minor misspelling corrected: missing "test" after "if" 1998-05-12 08:24:36 +00:00
Miguel de Icaza
595c9f87d8 Keyboard works on iconic view. It is basically done.
We now just need to get some nice icons.

I am also revamping a little the toolbar, to have a switch to
icon mode and switch to listing mode icons.  To make people
happy.  More on this tomorrow.

Miguel.
1998-05-12 04:26:21 +00:00
Miguel de Icaza
bd0f31b9ba Fix. 1998-05-11 23:18:57 +00:00
Pavel Machek
11bb42a26d Address of Pavel Roskin changed 1998-05-11 07:31:59 +00:00
Miguel de Icaza
d3d6d4530e Icon View/Listing view dialog box is working.
Next project: put a toolbar so that people that dont bother to
check "Display mode" menu entry will be able to change the mode.

Miguel.
1998-05-10 22:35:07 +00:00
Norbert Warmuth
293b05aaac Sun May 10 13:21:45 1998 Norbert Warmuth <k3190@fh-sw.de>
* edit/syntax.c: Disable debug messages on stderr.

* edit/edit.h: Added missing _()


Sun May 10 14:51:03 1998  Norbert Warmuth  <k3190@fh-sw.de>

* ftpfs.c (__ftpfs_chdir): CWD command wasn't sent at all. This
optimation is wrong because for directories containing spaces we
have to "CWD <pathname>" and "LIST -la" instead of
"LIST -la <pathname>".
I implemented a different optimation. Now ftpfs_chdir only stores
the new working directory and sets a flag. __ftpfs_chdir is called
when we really want to change the directory on the ftp server.

(resolve_symlink): Log the directory listing to the logfile.

* ftpfs.h (struct ftpfs_connection): Added a (per connection)
cwd_defered flag.


Sun May 10 13:27:50 1998  Norbert Warmuth  <k3190@fh-sw.de>

* widget.c (handle_char): Don't try to to delete default text in
input widget more than once. Right after MC's start copy_filename
(ESC Enter) failed because a flag wasn't cleared while characters
were stuffed into the commandline (Andrej reported this bug).

* main.c (copy_readlink): usr mc_readlink instead of readlink

* file.c: Changed default for the copy/move option "dive into
subdir if exists" to off (note: this was only possible after the
change in setup.c).

(copy_dir_dir): Activated the previously uncommented code which
implements "Dive into subdirs". Even when there's no case where we
actually would like that behaviour it is a documented feature.
Though I don't wanted to change the default behavour. Hence the
option change.

(file_mask_defaults): set dive_into_subdirs

(file_mask_dialog): Fix for debian Bug #20727: Move operation with
"[ ] Dive into subdir if exists" and destination filename not
wildcarded. If destination is an existing directory then files
will be moved into this directory. If destination is not an
existing directory then src file will be renamed (one file
selected) or an error will be displayed (more than one file
selected).

(file_mask_dialog): made the option "Using shell patterns" local
to the current copy/move operation, i.e. this option is always
initialized with the global options's value. Previously it affected
the global Options/Configuration/shell Patterns.
Another possiblilty would be to make the global option a default
option on startup and keep changes in the copy/move dialog
(without saving these changes with save setup).

* setup.c: Don't save and load options which can be changed
outside the options menu. For example I don't like that
preserve_uid_gid and dive_into_subdirs from the copy/move dialog
are saved and restored (strange, what about the other options from
this dialog?).
It would be much cleaner to make these option read-only. This way
one could edit ~/.mc/ini to provide default option setting on
startup and "Save setup" wouldn't have side effects outside the
option's menu.

Sun May 10 13:24:20 1998  Norbert Warmuth  <k3190@fh-sw.de>

* doc/mc.1.in, doc/mc.sgml, mc.hlp: Updated to reflect new default
for dive into subdirs.
1998-05-10 13:41:43 +00:00
Miguel de Icaza
d51b0cacff 1998-05-09 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gtrans.c (set_window_text): draw pixmaps without transparency
	correctly.
1998-05-09 22:39:54 +00:00
Miguel de Icaza
9d3dafcc3e Do not hard code the libraries used -mig 1998-05-09 22:36:59 +00:00
Pavel Machek
963146132b Support for RSX added. 1998-05-08 16:45:06 +00:00
Pavel Machek
e161b6d92c Better support for MinGW. Updates in slint_pc.c for syntax highlighting. 1998-05-08 09:58:53 +00:00
Miguel de Icaza
4feaae8ed4 My wish list for DnD support in Gtk:
Really, you really need to:

	1. Let the drag source window act as a drag target.

	2. Let the drag shapped window re-enter the source window.
	   You have to fight with the shaped window to drag it
	   inside the origin window.

Miguel.
1998-05-08 03:31:32 +00:00
Miguel de Icaza
3bcbc2856b Forgot this as well: Load the icons from the $prefix/... directory.
Miguel.
1998-05-08 02:28:46 +00:00