Commit Graph

689 Commits

Author SHA1 Message Date
Miguel de Icaza c7b818533c 1998-10-23 Federico Mena Quintero <federico@nuclecu.unam.mx>
* desktop-icon.c (desktop_icon_realize): Doh.  We need to
	initialize the gnome_win_hints before we set any of the hints.
1998-10-23 18:54:28 +00:00
Miguel de Icaza 772cae09e0 Fixes for desktop icons - Federico 1998-10-23 14:31:02 +00:00
Pavel Machek 652cd17475 Do not segfault when you can not open archive. 1998-10-23 11:19:52 +00:00
Pavel Machek f51a940aec Removed debugging messages and fixed Makefile.in. 1998-10-23 10:38:22 +00:00
Pavel Machek 37e364fe67 BIG changes: tar now uses brand-new direntry.c. Hope it does not hurt
too much.
1998-10-23 08:26:25 +00:00
Norbert Warmuth 96f4d6c760 Thu Oct 22 20:41:50 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
*  configure.in (subshell): Don't define inline to be empty
when compiling with non-gcc compiler. AC_C_INLINE (invoked in
AM_GETTEXT_GNU) already defines inline if necessary.

Thu Oct 22 20:41:16 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>

* panelize.c (do_external_panelize): Not zeroing some fields
in cpanel led sometimes to segfaults.

Thu Oct 22 20:30:28 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>

* vfs/ftpfs.c (resolve_symlink, retrieve_dir): Don't timeout and
free dcache while resolving symlinks (i.e. don't free some
pointers which are in use by resolve_symlink).
1998-10-22 20:17:49 +00:00
Pavel Roskin 2837b5dc6a *.jar and *.JAR treated like *.zip and *.ZIP 1998-10-22 19:33:22 +00:00
Miguel de Icaza e7911e2b15 Sync sync - debugging time - Federico
1998-10-21  Federico Mena Quintero  <federico@nuclecu.unam.mx>

	* gdesktop.c (create_desktop_icon): Renamed from
	my_create_transparent_text_window.  Now uses the DesktopIcon
	widget for its work.
	(get_desktop_icon_for_dentry): Renamed from
	get_transparent_window_for_dentry.  Uses the DesktopIcon widget.
	(get_desktop_icon_for_di): Renamed from
	get_transparent_window_for_di.
	(desktop_icon_properties): Do not size_request the icon, since now
	we can get its dimensions directly from the DesktopIcon structure.

	* desktop-icon.[ch]: New file that takes care of desktop icons.
	It provides the spiffy widget that is used for them.

	* Makefile.in: Added desktop-icon.[ch] to the list of sources.
	MC should use Automake, I think.
1998-10-22 00:32:21 +00:00
Miguel de Icaza 981d7d510c Minor fix 1998-10-21 23:11:24 +00:00
Miguel de Icaza 5eafd8b8c8 OOPS Missing files 1998-10-21 19:33:41 +00:00
Miguel de Icaza cd9efdc2dd Yes, we are a drop target. With all of the features requested on the
mail I got from DrMike some months ago :-)

It needs a bit of debugging still

Miguel
1998-10-21 18:05:08 +00:00
Miguel de Icaza 7b74fc9f5f Work in progress - Federico 1998-10-21 03:41:56 +00:00
Miguel de Icaza 809d80eb90 Ok, Midnight Commander is now a nice, wonderful Drag source for the
new DnD.  Boy, is it cute.

Question:  should I use the default icon for DnD provided by Gtk+
or use the old icons I have? the old icons are a bit more sexy.

Miguel.
1998-10-21 01:09:50 +00:00
Miguel de Icaza 114209e3eb copy files trough cvs 1998-10-20 23:44:39 +00:00
Miguel de Icaza e591c91db2 - Make input handling work nicely on the icon list.
- First pass at the new drag and drop protocol, using the
  default handlers, more work on this tomorrow.
1998-10-20 05:37:45 +00:00
Miguel de Icaza 215cd45d16 Sync for laptop, do not touch this for now 1998-10-20 01:52:16 +00:00
Pavel Machek 2f1692a46e Trivial bugfix in mcfs. 1998-10-19 09:55:24 +00:00
Miguel de Icaza c132ae4886 Add a warning about the code revamp 1998-10-18 22:43:02 +00:00
Pavel Machek dd9ceddfc2 O_EXCL added to prevent symlink attack in vfs.c (ChangeLog commited earlier) 1998-10-16 15:30:51 +00:00
Pavel Machek c4dfdf5cee Report error if user presses enter on non-local vfs. 1998-10-16 10:26:38 +00:00
Pavel Machek 892585e1af Should check for error values of do_cd(). 1998-10-16 10:16:39 +00:00
Miguel de Icaza 476731a0f4 Minor Makefile bug fix 1998-10-15 22:38:00 +00:00
Pavel Machek feef616e63 Small bugs... 1998-10-15 15:18:12 +00:00
Pavel Machek 269500c1f5 ChangeLog entry for security holes marking 1998-10-14 19:47:49 +00:00
Pavel Machek 44219900e8 Marked security holes as such 1998-10-14 19:43:21 +00:00
Pavel Roskin 853c179690 Changes by Franco Bez <franco.bez@augsburg.baynet.de>:
* gtkedit/edit.c: Workarround for the CR/LF Translation problem.
        This is vital, because otherwise CoolEdit corrupts files -
        they keep growing each time you save the file.

        * pc/key_nt.c: fixed the problem with the AltGr Key and the
        Gray Keys. Still not optimal, but usable.
        Especially usefull for international keyboard

        * pc/util_nt.c: Provide a mc_doublepopen and mc_doublepclose
        function. If one has an egrep.exe installed it's now possible
        to search for files containing a search pattern.
1998-10-14 14:09:47 +00:00
Miguel de Icaza 0a024abfb5 In-line icon renames actually rename the file. WEEEEEEEEEE! 1998-10-14 06:26:05 +00:00
Miguel de Icaza d6fcd9c2b7 VFS source code cleanup.
MC now depends on glib (currently only the assertions are used).
VFS structure declaration fixes.
Uses the new icon list (it is dog slow, need to fix this tonight at home).
1998-10-14 02:56:18 +00:00
Pavel Machek f699107608 Minor fix 1998-10-13 16:45:00 +00:00
Pavel Machek 29e3c314bf Namespace conflict cleaned up. 1998-10-13 10:45:02 +00:00
Pavel Machek 176dc1f70d static's added, do_reget hack removed 1998-10-12 22:07:53 +00:00
Norbert Warmuth 7905463836 Sun Oct 11 20:21:20 1998 Peter Kleiweg <kleiweg@let.rug.nl>
* mfmt.c (main): When there are an even number of empty lines
between messages, all goes well, but when the number of empty
lines between messages is odd, the program fails.

Sun Oct 11 20:11:16 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>

* setup.c: Option ftpfs_use_unix_list_options was saved from
and restored to the wrong variable (ftpfs_use_passive_connections).
1998-10-11 19:19:03 +00:00
Pablo Saratxaga b442005d88 updated spanish language file 1998-10-09 17:04:14 +00:00
Pavel Machek 937fc9a607 Missing entry from prev. commit 1998-10-06 17:09:34 +00:00
Pavel Machek f6b74c679c Disable BROKEN_PATHS by default. 1998-10-06 13:37:12 +00:00
Norbert Warmuth 6c4af731df Mon Oct 5 21:33:14 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
* screen.c (parse_display_format): Don't dereference NULL pointer
when format string is an empty string.
1998-10-05 19:38:44 +00:00
Pavel Machek b99161ec69 Add path_magic to work properly with #ftp:asdf files created by
malicious user
1998-10-05 18:32:53 +00:00
Norbert Warmuth b422d3771e Mon Oct 5 19:59:56 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
* main.c (translate_url_to_new_syntax): Translate ftp:// to an
absolute path instead of a relative path (fix to "hotlist" bug
reported by Andrej). This means we drop the "return to last dir"
feature for ftpfs (when leaving ftpfs with ".." returns to the
directory visited before entering the ftpfs).
1998-10-05 18:07:25 +00:00
Norbert Warmuth b920b0b1c4 Sat Oct 3 14:28:57 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
* vfs/ftpfs.c (resolve_symlink): fixed cut'n paste error in my last commit,
i.e. make it compile)
1998-10-03 12:30:03 +00:00
Norbert Warmuth b0280fd397 Sat Oct 3 00:54:23 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
* gtkedit/Makefile.in (EDITOBJS): removed one wrong \\ (line
continuation)

Sat Oct  3 01:03:37 1998  Norbert Warmuth  <nwarmuth@privat.circular.de>

* vfs/ftpfs.c (resolve_symlink): minor speed enhancement
1998-10-02 23:01:16 +00:00
Vincent Renardias 32f8acdf52 * Yet another desperate attempt at trying to translate at the same rate
you guys add new code... ;)
1998-10-02 20:15:12 +00:00
Miguel de Icaza fdfdcba6f2 Fix POTFILES.in 1998-10-02 17:45:44 +00:00
Paul Sheer bf23d3dfb5 Focus 'o' option added. Accelerators added. 1998-10-02 16:24:12 +00:00
Paul Sheer e1b8a6d1d4 gnome: edit_panel_cmd.c bound to F4 just like view with F3 1998-10-02 01:18:13 +00:00
Pavel Roskin 5e0a240dd2 MC now uses egrep found in PATH rather than in standard directories.
Minor fix to complie MC without VFS.
1998-10-01 17:48:03 +00:00
Pavel Roskin ef0f6d00fc vfs_force_expire() was incorrectly defined in vfs.h 1998-10-01 17:42:05 +00:00
Miguel de Icaza 7ca312db48 Jakub's fix to cons.saver 1998-10-01 16:42:33 +00:00
Miguel de Icaza f149bf7733 Support changes in recent rpm 1998-10-01 16:40:57 +00:00
Pavel Roskin 6fcef05d42 It is not needed to remove gnome/gui.tcl because it is never created here 1998-10-01 16:17:28 +00:00
Miguel de Icaza 40f9c7eed0 Synced to mc.sgml -mig 1998-09-30 18:56:06 +00:00