Commit Graph

2212 Commits

Author SHA1 Message Date
Kjartan Maraas d56d6fdb14 2000-04-04 Kjartan Maraas <kmaraas@online.no>
* no.po: Updated Norwegian translation.
2000-04-05 07:53:51 +00:00
Miguel de Icaza 3d729bf669 Next release 2000-04-05 03:23:40 +00:00
Jacob Berkman 9c591de27b 2000-04-04 Jacob and Miguee, The Debugging Machines <debugging_machines@helixcode.com>
* gdesktop.c (click_proxy_button_press): Federico should make sure
	he releases the server grab before he starts pooping up menus on
	the desktop.
2000-04-05 03:17:19 +00:00
Pavel Machek 24c6ab65f5 Do not free paths returned from vfs_s_get_path_mangle. 2000-04-03 10:35:48 +00:00
Pavel Machek b15c763325 Fixes to way files with space in name are handled. 2000-03-29 13:36:54 +00:00
Pavel Machek d5d72d865b Set locales to C before calling rpm. 2000-03-28 10:49:26 +00:00
ke 983084290b * capplets/mime-type/mime-info.c: Add some more dots to messages. 2000-03-27 02:42:38 +00:00
Marco Ciampa 9013338da4 some last minute corrections... 2000-03-27 01:33:06 +00:00
Marco Ciampa 6daa6d2c27 all suggestion by it@li.org committed 2000-03-27 00:17:12 +00:00
Miguel de Icaza d4e7457027 Updated translations 2000-03-20 15:08:35 +00:00
Chris Toshok 749789cdf8 include sys/types.h 2000-03-20 01:57:58 +00:00
Zbigniew Chyla ff7e3b9577 Updated Polish translation 2000-03-18 18:36:58 +00:00
Miguel de Icaza 073044cd9c 2000-03-13 Miguel de Icaza <miguel@helixcode.com>
* gaction.c (gmc_open_filename): Usae open.flags to determine
	whether we need a terminal.
	(gmc_open_filename): Fix the logic to make it work properly with
	.desktop and .kdelnk files.
2000-03-18 13:07:12 +00:00
Pavel Machek e0d1cc5c2c Changes from A. Samoilov 2000-03-17 10:31:37 +00:00
Pablo Saratxaga eb50e4dc40 updated Catalan file 2000-03-13 20:12:38 +00:00
Pavel Machek 2335477bef Trivial docs fix 2000-03-13 13:50:01 +00:00
Yuri Syrota 54d3a27476 Updated Ukrainian translation 2000-03-13 08:31:58 +00:00
Pavel Machek 24ccfadb27 2000-03-06 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
Patch by  Andrew V. Samoilov <sav@bcs.zp.ua>

        * vfs.c (vfs_parse_ls_lga): don't hard code st_ino and st_dev to 0's,
          these variables must be assigned in vfs_s_new_inode () or extfs
          layer, so ftpfs subdirectories now can be copied.
2000-03-06 16:31:37 +00:00
Tomasz Kłoczko 7fd743f233 - fiew corrections. 2000-03-02 22:23:45 +00:00
Pavel Roskin 8cfe261704 gtkedit/editcmd.c (edit_replace_prompt): fix index for the label text 2000-03-02 00:49:16 +00:00
Pavel Roskin 43409be694 edit/edit_key_translator.c: interpret code 0177 as
backspace unless recognized otherwise
2000-02-25 15:01:46 +00:00
Paul Sheer 0c4d1838cf removes `brightwhite' from syntax files 2000-02-25 13:43:41 +00:00
Pavel Machek 0b25d26cf0 2000-02-25 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
Patch by  Andrew V. Samoilov <sav@bcs.zp.ua>

        * vfs.[ch] (vfs_canon, mc_open, vfs_file_is_local,
          mc_(un)?getlocalcopy): added const qualifier
        (mc_def_getlocalcopy): tempnam() returns malloc()ed buffer,
          so, free() it, not g_free();
        (vfs_canon): prepend filename by cwd when tilde '~' cannot be expanded;
2000-02-25 12:53:06 +00:00
Pavel Roskin 6521c7afbd * gtkedit/syntax.c: treat *.ads as Ada source
* syntax/ada95.syntax: escape "+" and "*"
        * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
        * syntax/Makefile.in: remove diffc.syntax
2000-02-25 05:24:30 +00:00
Pavel Machek fff243a9db 2000-02-18 Andrew V. Samoilov <sav@bcs.zp.ua>
* vfs.c (mc_def_getlocalcopy): tempnam() returns malloc()ed buffer,
         so, free() it, not g_free();
       (vfs_canon): prepend filename by cwd when tilde '~' cannot be expanded;
       * vfs.[ch] (vfs_canon, mc_open, vfs_file_is_local,
         mc_(un)?getlocalcopy): added const qualifier
2000-02-24 12:00:30 +00:00
Pavel Machek b8592623a1 Patch by Andrew V. Samoilov <sav@bcs.zp.ua>
* POTFILES.in: src/features.inc and vfs/cpio.c added
2000-02-24 11:59:30 +00:00
Pavel Machek bc97907e77 Make cpiofs compilable. 2000-02-23 12:35:36 +00:00
Norbert Warmuth e37737c0c9 2000-02-23 Norbert Warmuth <nwarmuth@privat.circular.de>
* vfs/ftpfs.c: Definition of PORT changed in the middle of ftpfs.c
with unexpected side effects (only when HSC_PROXY was
defined). Introduce HSC_PROXY_PORT and FTP_COMMAND_PORT and use
where appropriate.

(dir_load): Do not hard code the directory cache timeout to 10
seconds. Instead use the setting from Options/Virtual VFS ...

* vfs/fish.c (file_store): honour changed semantics for return value
(on error -1 is expected).

* vfs/ftpfs.c (file_store): dito


* gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
initialization of array of structure (gcc version 2.96 20000131
chokes on it).

* lib/mc.hint: C-y and not C-u can be used to insert text in input
lines (e. g. text which has been deleted with M-d).

* configure.in: Fix the extfs-configure-fragment-in-final-output bug

* src/main.c (parse_control_file): add missing right parentheses

* src/boxes.c: fix incorrect initialization of array of structure (gcc
version 2.96 20000131 chokes on it).
2000-02-23 07:43:14 +00:00
Pavel Machek 5d240399be 2000-02-22 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
* cpio.c: added. Thanx to Jan Hudec <bulb@centrum.cz>, who wrote
        it using code from tarfs.
2000-02-22 18:21:41 +00:00
Pavel Machek 63554e21ec y2k fixes for uzip 2000-02-21 11:41:36 +00:00
Kjartan Maraas df4700188c 2000-02-19 Kjartan Maraas <kmaraas@online.no>
* no.po: Updated Norwegian translation.
2000-02-19 19:50:43 +00:00
Paul Sheer 1b2472c9ef *** empty log message *** 2000-02-18 11:34:58 +00:00
Paul Sheer e0e49f355c syncronise code with cooledit-3.13.0 this fixes some odds and ends.
in particular, leaking syntax.c that was chomping memory.
Also, should note the bzip2 and gzip filters and better support
for Windows CR importing - windows guys should take a look at
this if you are still out there. dunno if it works yet.
2000-02-18 11:16:06 +00:00
Paul Sheer cbb0435c9e syntax file updates and fixes. addition of fortran syntax file 2000-02-18 11:13:10 +00:00
Fatih Demir a781e15fca Updated the Turkish translation 2000-02-12 16:00:20 +00:00
Pavel Machek 1c96509f76 2000-02-10 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
* setup.c (load_setup): remove duplicate loading of anonymous
	passwd by do_load_string(), it is doing by
	ftpfs_init_passwd. (Patch by sav@bcs.zp.ua)
2000-02-11 00:33:28 +00:00
Yuri Syrota 8be646e423 Updated Ukrainian translation 2000-02-09 15:56:03 +00:00
Dan Winship 221bc1cb83 * mountlist.c: use a better feature test for distinguishing
old-style 4.4BSD getmntinfo from new-style 4.4BSD getmntinfo.
	(NetBSD defines MOUNT_UFS, etc, but as strings rather than
	integers.)
2000-02-07 22:25:00 +00:00
Yuri Syrota f391406b17 Updated Ukrainian translation 2000-02-07 08:34:15 +00:00
Pavel Machek d332550407 Fixed error where relative paths were errorneously used. 2000-02-03 21:59:04 +00:00
Pavel Machek 1469e74810 Fixes from "David H.Martin" <dmartina@usa.net> 2000-02-03 15:00:12 +00:00
Pavel Machek 3282214b18 Running without icons was not too good idea... 2000-02-02 17:10:49 +00:00
Pavel Machek 06542c693a Added missing prototype. 2000-02-02 16:59:19 +00:00
Pavel Machek 06744a04b7 Avoid segfault by ftpfs_init_passwd 2000-02-02 16:57:51 +00:00
Pavel Machek 4a1dcb109b Fix segfault introduced with --nodesktop 2000-01-31 15:29:33 +00:00
Pavel Machek 8dcb55ce88 2000-02-01 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
* gicon.c (gicon_init): make missing icons non-fatal error

        * gmain.c, gdesktop.c: added option not to display desktop icons
2000-01-31 15:05:23 +00:00
Pavel Machek aa6cbcbc89 2000-01-31 Andrew V. Samoilov <sav@bcs.zp.ua>
* direntry.c: (vfs_s_resolve_symlink, vfs_s_readlink) fixed segfaults
	for broken symlinks like 2001 -> The Space Oddysea.
2000-01-31 13:48:00 +00:00
Yuan-Chung Cheng 11802c3c29 Added po file from TurboLinux Chinese Develop Team. 2000-01-30 12:14:39 +00:00
Matthias Warkus b906cbee66 Changed icon. 2000-01-28 16:33:49 +00:00
Matthias Warkus a2066418c6 Typo and a Makefile.in I forgot 2000-01-26 19:08:39 +00:00