mc/gnome
Norbert Warmuth f75a6470ca Rerun configure when you have problems with missing slang.h.
Sun Jan 31 20:04:13 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>

* vfs/vfs.c (vfs_strip_suffix_from_filename): Whoever replaces every
occurance of 0 with NULL should stop this stupidy. And replacing '\0'
with NULL is plain wrong!!. Reverted this replacement.

* vfs/ftpfs.c (load_no_proxy_list): ditto


Fri Jan 29 22:55:56 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>

* slang/slang.h: renamed to slang-mc.h

* slang/Makefile.in: delete slang.h on "make clean"

* configure.in: link slang/slang-mc.h to slang/slang.h when the
included slang is used. Problem was that MC's slang.h was used
when we compiled with an already installed SLang and the systems
header file were included with <slang/slang.h>.
Unfortunatly I can't use AC_LINK_FILES to make the links because
if we needn't make any links AC_LINK_FILES makes a link from
srcdir to top_builddir (builddir != srcdir).

Temporary add $LGPM to $LIBS when checking for the resizeterm
and keyok functions (ncurses might be linked against GPM).

Substitude PACKAGE (intl/Makefile makes use of it)


Sun Jan 31 19:42:47 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>

* gnome/Makefile.in (install_mx): make it work with srcdir != builddir
(gmc.gnorba is located in $srcdir)

* src/hotlist.c (add_new_entry_input, add_new_group_input): Make the
quick_widget arrays static and various changes needed because they
are now static. add_widgets_i18n recalculates button positions
which get lost when the quick_widget arrays are non static.

* src/screen.c (to_buffer): nul terminate string when using strncpy

* src/setup.c: Save and restore new option ftpfs_first_cd_then_ls.


Sun Jan 31 19:57:24 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>

* vfs/ftpfs.c (insert_dot): New function. Insert a "." into the linked
list. Stat'ing the root directory of a ftpfs fails if the dot is
missing.

(retrieve_dir): insert "." into the linked list if the ftp server
haven't send it.

Sun Jan 31 19:50:24 1999  Norbert Warmuth  <nwarmuth@privat.circular.de>

* The following changes make ftpfs work with a remote AmiTCP
server are the result of somehow longish EMail debugging session. I
don't know any public server of this kind but I was told the
combination Unix/Amiga boxes are often used in intranets.

* vfs/ftpfs.c (translate_path): New function. Translate a Unix path,
i.e. MC's internal path representation (e.g. /somedir/somefile) to
a path valid for the remote server. Every path transfered to the
remote server has to be mangled by this function right prior to
sending it. Currently only Amiga ftp servers are handled in a
special manner.

* vfs/ftpfs.c (various places): use translate_path

* vfs/ftpfs.c (login_server): Assume we have to mangle pathnames if
the greatings string from the server contains the word Amiga. If
this assumption is wrong I have to find another way to turn on
path translation.

* vfs/ftpfs.c (ftpfs_get_current_directory): Prepend a leading slash
if it is missing. MC needs it as seperator between hostname and
path in its internal url representation.
1999-01-31 20:28:13 +00:00
..
.cvsignore Update .cvsignore 1999-01-30 21:54:39 +00:00
application.x-gnumeric.desktop Merges from the FileOpContext-changes branch. Please see 1999-01-14 01:10:32 +00:00
ChangeLog Rerun configure when you have problems with missing slang.h. 1999-01-31 20:28:13 +00:00
dev.xpm Cropped and added transparency to device icon - Federico 1998-03-10 21:19:11 +00:00
dir-close.xpm Lightened up the dir-pixmaps a bit to please your eyes and tigert. 1998-12-14 19:43:48 +00:00
dir-open.xpm Lightened up the dir-pixmaps a bit to please your eyes and tigert. 1998-12-14 19:43:48 +00:00
directory-ok.xpm Sync up so that Elliot can fix shaped-windows dnd -mig 1998-03-06 03:48:31 +00:00
directory.xpm 1998-12-03 Federico Mena Quintero <federico@nuclecu.unam.mx> 1998-12-04 02:08:06 +00:00
gaction.c Glibing... (3) 1999-01-27 01:14:57 +00:00
gblist.c Make the tree a drag source -mig 1998-12-04 21:32:19 +00:00
gblist.h Icon View mode for GNOME/mc: 1998-05-08 02:25:00 +00:00
gcache.c Image cache fixed -mig 1998-04-30 06:15:29 +00:00
gcache.h 1998-03-31 Miguel de Icaza <miguel@nuclecu.unam.mx> 1998-04-01 00:52:33 +00:00
gcliplabel.c Use gtk_label_set_text 1998-12-28 03:38:33 +00:00
gcliplabel.h cwd input line works/filter handling works/clipping label widget/flashing removed -mig 1998-03-24 05:25:56 +00:00
gcmd.c Glibing... (3) 1999-01-27 01:14:57 +00:00
gcmd.h Make the mkdir command actually work. 1999-01-16 03:01:35 +00:00
gconf.h Lots of changes: 1998-12-02 05:18:20 +00:00
gcorba.c 1. Long filename bug fix. 1999-01-28 04:37:47 +00:00
gcorba.h Go figure how this was missing now. 1998-12-14 04:23:33 +00:00
gdesktop-icon.c 1999-01-28 Jonathan Blandford <jrb@redhat.com> 1999-01-28 05:48:02 +00:00
gdesktop-icon.h 1998-12-11 Federico Mena Quintero <federico@nuclecu.unam.mx> 1998-12-11 12:59:47 +00:00
gdesktop.c 1999-01-29 Miguel de Icaza <miguel@nuclecu.unam.mx> 1999-01-30 21:52:40 +00:00
gdesktop.h 1999-01-29 Miguel de Icaza <miguel@nuclecu.unam.mx> 1999-01-30 21:52:40 +00:00
gdialogs.c Thu Jan 28 02:15:48 1999 Timur Bakeyev <mc@bat.ru> 1999-01-27 23:22:50 +00:00
gdnd.c 1999-01-26 Federico Mena Quintero <federico@nuclecu.unam.mx> 1999-01-27 02:55:43 +00:00
gdnd.h 1999-01-26 Federico Mena Quintero <federico@nuclecu.unam.mx> 1999-01-26 06:53:48 +00:00
ghelp.c Lots of prototypes added, warnings removed -miguel 1998-04-17 00:59:58 +00:00
gicon.c 1999-01-28 Jonathan Blandford <jrb@redhat.com> 1999-01-28 05:48:02 +00:00
gicon.h 1999-01-28 Jonathan Blandford <jrb@redhat.com> 1999-01-28 05:48:02 +00:00
gimp.image.desktop Okay, 1999-01-14 00:39:03 +00:00
ginfo.c Glibing... (3) 1999-01-27 01:14:57 +00:00
gkey.c Glibing... (3) 1999-01-27 01:14:57 +00:00
glayout.c Glibing... (3) 1999-01-27 01:14:57 +00:00
gmain.c Glibing... (3) 1999-01-27 01:14:57 +00:00
gmain.h 1999-01-23 Miguel de Icaza <miguel@nuclecu.unam.mx> 1999-01-23 20:43:36 +00:00
gmc-chargrid.c 1998-03-12 Federico Mena Quintero <federico@nuclecu.unam.mx> 1998-03-13 03:02:10 +00:00
gmc-chargrid.h 1998-03-12 Federico Mena Quintero <federico@nuclecu.unam.mx> 1998-03-13 00:56:24 +00:00
gmc-window.c Remove more deprecated gnome-dialog functions 1998-11-29 17:14:25 +00:00
gmc-window.h More work - Federico 1998-11-18 02:15:09 +00:00
gmc.gnorba 1. Long filename bug fix. 1999-01-28 04:37:47 +00:00
gmenu.c Glibing... (3) 1999-01-27 01:14:57 +00:00
gmetadata.c Glibing... (3) 1999-01-27 01:14:57 +00:00
gmetadata.h 1999-01-01 Federico Mena Quintero <federico@nuclecu.unam.mx> 1999-01-02 18:41:59 +00:00
gnome-file-property-dialog.c 1999-01-28 Jonathan Blandford <jrb@redhat.com> 1999-01-28 05:48:02 +00:00
gnome-file-property-dialog.h 1999-01-28 Jonathan Blandford <jrb@redhat.com> 1999-01-28 05:48:02 +00:00
gnome.TODO 1998-12-14 Owen Taylor <otaylor@redhat.com> 1998-12-14 18:20:23 +00:00
gpageprop.c Glibing... (3) 1999-01-27 01:14:57 +00:00
gpageprop.h 1998-12-30 Federico Mena Quintero <federico@nuclecu.unam.mx> 1998-12-31 01:43:11 +00:00
gpopup.c 1999-01-28 Jonathan Blandford <jrb@redhat.com> 1999-01-28 05:48:02 +00:00
gpopup.h 1998-12-30 Federico Mena Quintero <federico@nuclecu.unam.mx> 1998-12-31 01:43:11 +00:00
gprefs.c 1999-01-28 Jonathan Blandford <jrb@redhat.com> 1999-01-28 05:48:02 +00:00
gprefs.h 1999-01-08 Jonathan Blandford <jrb@redhat.com> 1999-01-09 00:24:03 +00:00
gprop.c Amazing. GTK broke the API once again 1999-01-18 22:37:39 +00:00
gprop.h Make the tree a drag source -mig 1998-12-04 21:32:19 +00:00
gscreen.c 1999-01-28 Jonathan Blandford <jrb@redhat.com> 1999-01-28 05:48:02 +00:00
gscreen.h 1998-12-01 Federico Mena Quintero <federico@nuclecu.unam.mx> 1998-12-02 06:33:07 +00:00
gtkdtree.c Glibing... (3) 1999-01-27 01:14:57 +00:00
gtkdtree.h 1999-01-24 Miguel de Icaza <miguel@nuclecu.unam.mx> 1999-01-25 05:22:47 +00:00
gtools.c Glibing... (3) 1999-01-27 01:14:57 +00:00
gtree.c New globaly shared treestore. 1999-01-09 03:43:05 +00:00
gtree.h Lots of changes: 1998-12-02 05:18:20 +00:00
gutil.c Glibing... (3) 1999-01-27 01:14:57 +00:00
gview.c Glibing... (3) 1999-01-27 01:14:57 +00:00
gwidget.c Glibing... (3) 1999-01-27 01:14:57 +00:00
gwidget.h 1999-01-03 Miguel de Icaza <miguel@nuclecu.unam.mx> 1999-01-03 18:34:40 +00:00
i-blockdev.png Missing icons 1998-12-06 20:52:14 +00:00
i-chardev.png Missing icons 1998-12-06 20:52:14 +00:00
i-core.png CORE icon... "Your code sucks! Debug!..." :) - tigert 1998-05-15 19:29:57 +00:00
i-device.png Icon View mode for GNOME/mc: 1998-05-08 02:25:00 +00:00
i-dirclosed.png 1998-12-07 Miguel de Icaza <miguel@nuclecu.unam.mx> 1998-12-11 01:57:01 +00:00
i-directory.png Added a new folder icon for the gmc BIG icon view - tigert 1998-05-13 21:56:14 +00:00
i-executable.png Updated the icon a bit... - should look better. / tigert 1998-05-16 07:42:48 +00:00
i-regular.png Added 'general file' icon :) - tigert 1998-05-14 03:39:41 +00:00
i-sock.png Icon View mode for GNOME/mc: 1998-05-08 02:25:00 +00:00
i-stalled.png Missing icons 1998-12-06 20:52:14 +00:00
i-symlink.png Icon View mode for GNOME/mc: 1998-05-08 02:25:00 +00:00
image.metadata.in 1998-12-10 Federico Mena Quintero <federico@nuclecu.unam.mx> 1998-12-11 02:05:19 +00:00
layout Thu Dec 24 18:30:53 1998 Norbert Warmuth <nwarmuth@privat.circular.de> 1998-12-24 21:37:24 +00:00
link.xpm Cropped link icon - Federico 1998-03-10 21:28:36 +00:00
listing-brief-list.xpm 1999-01-02 Jonathan Blandford <jrb@redhat.com> 1999-01-02 22:06:00 +00:00
listing-custom.xpm 1999-01-02 Jonathan Blandford <jrb@redhat.com> 1999-01-02 22:06:00 +00:00
listing-iconic.xpm Make switch buttons work -mig 1998-05-12 20:43:42 +00:00
listing-list.xpm Make switch buttons work -mig 1998-05-12 20:43:42 +00:00
make-thumb.c Glibing... (3) 1999-01-27 01:14:57 +00:00
Makefile.in Rerun configure when you have problems with missing slang.h. 1999-01-31 20:28:13 +00:00
mc.keys.in.in Actions for x-url/ftp and x-url/http 1999-01-20 01:37:41 +00:00
mc.metadata.in 1998-12-07 Miguel de Icaza <miguel@nuclecu.unam.mx> 1998-12-11 01:57:01 +00:00
multi-ok.png - Simplified the update_panels routine to only care about the current 1998-04-30 03:21:52 +00:00
multi-ok.xpm More icons -mig 1998-03-12 06:00:16 +00:00
multi.xpm More icons -mig 1998-03-12 06:00:16 +00:00
not.png Better you-can-not-drop-here icon -mig 1998-05-03 18:50:10 +00:00
olddnd.c Thu Jan 28 02:15:48 1999 Timur Bakeyev <mc@bat.ru> 1999-01-27 23:22:50 +00:00