Commit Graph

2285 Commits

Author SHA1 Message Date
Timur Bakeyev
ec83d4571e 2000-04-15 Timur Bakeyev <mc@bat.ru>
* ftpfs.c (netrc_next): "const char * keywords" is pretty nice.

	* ftpfs.c (dir_load): At last, found place, that broke handling
	directories with spaces in name. Problem was in prepending "/"
	to "." for current directory. Which was, obviously, wrong. Hacked
	to make just "LIST -la ." instead.

	* vfs.c: Changed to BUF_* constants in some places.
2000-04-14 01:14:26 +00:00
Timur Bakeyev
592e809966 2000-04-12 Timur Bakeyev <mc@bat.ru>
* widget.c ([forward|backward]_word): Changed one more time - now it
	skips alpnums and THEN spaces+punct. That gives almost the same re-
	sults, but twice quicker. Hope, this will be accepted.
2000-04-13 21:06:30 +00:00
dcm
8e9fee530c replaced with new file
dcm@redhat.com
2000-04-13 18:10:58 +00:00
dcm
28b512b9e9 got rid of nasty, evil gif files
Dave Mason
dcm@redhat.com
2000-04-13 18:10:25 +00:00
dcm
9de0bb14fd updated
Dave Mason
dcm@redhat.com
2000-04-13 18:09:32 +00:00
dcm
7abb044cc0 new screenshots
Dave Mason
dcm@redhat.com
2000-04-13 18:09:15 +00:00
Pavel Machek
b84e803046 Allow spaces in lslR.in 2000-04-12 09:25:07 +00:00
Marco Ciampa
75372796d8 commit 3 last msgs left... 2000-04-11 21:43:02 +00:00
Kjartan Maraas
48b1f11186 Shh 2000-04-10 20:21:32 +00:00
Fatih Demir
1cb0a3a6ea Added [tr] to the files 2000-04-10 16:38:02 +00:00
dcm
2bbe41beaf killed more trolls by fixing Makefile to use pngs
Dave Mason
dcm@redhat.com
2000-04-10 16:01:58 +00:00
dcm
11a09434b7 trolls
Dave
2000-04-10 15:59:13 +00:00
dcm
49cf2d8b5a I did this once before - did one of you trolls remove my pngs?
Dave Mason
dcm@redhat.com
2000-04-10 15:57:57 +00:00
Pavel Machek
5b81966b3e 2000-04-10 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
* extfs/audio: Added a way to browse audio CDs conviently
2000-04-10 12:29:29 +00:00
Pavel Machek
9e7b2625d5 2000-04-10 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
* undelfs.c: use NULLs instead of 0s when you assign to pointers!
2000-04-10 12:23:00 +00:00
Pavel Machek
f5f1ec0523 2000-04-05 Andrew V. Samoilov <sav@bcs.zp.ua>
* utilfs.c (vfs_split_url): don't assign *pass if pass is NULL
        * fish.c (archive_open, archive_same): memory allocated by
          vfs_split_url () must be released after use, don't strdup()
          values allocated by vfs_split_url () and NULL passed to
          vfs_split_url () when password value is unused
        * ftpfs.c (archive_open, archive_same): ditto plus same for
          ftpfs_get_proxy_host_and_port ()
2000-04-10 12:00:43 +00:00
Timur Bakeyev
cfc69f6769 2000-04-06 Timur bakeyev <mc@bat.ru>
* syntax.c: Wery dirty fix to allow compilation of mceditor on ncurses
	based systems. Hope, this will make FreeBSD midc maintainer to enable
	build-in editor by default. Still, syntax highlighting is disabled.
	Need to port...
2000-04-09 23:17:48 +00:00
Timur Bakeyev
7ea86f14c0 2000-04-06 Timur Bakeyev <mc@bat.ru>
* widget.c ([forward|backward]_word): Changed logic of moving - now,
	it skips only spaces+punct OR alnum. Reason to have it deleting lines
	like "lynx http://www.gnome.org", where "lynx http:" part was erased
	in one operation. That's nasty, IMHO. Made this a separate commit, so,
	if it seriously breaks compatability it's easy to revert it. Still hope,
	nobody'll do that.
2000-04-09 23:13:33 +00:00
Timur Bakeyev
3bfe8a0b3c 2000-04-06 Timur Bakeyev <mc@bat.ru>
* ftpfs.c (netrc_next): Turned strange "const char * const keywords"
	into more alike "const char const * keywords". Still, think, it's
	too strict.

	* smbfs.c: Add #define BOOL_DEFINED before inclusion of samba headers.
	Libncurses(or slang?) defines BOOL and that can cause problems. (In fact,
	I can't find references to that const, but sure, I hade reason to do that:)

	* util-alone.h: Declare load_anon_passwd() to avoid warnings.
2000-04-09 23:06:59 +00:00
Timur Bakeyev
b192f71a88 2000-04-06 Timur Bakeyev <mc@bat.ru>
* file.c, widget.[ch]: Fixed long existing problems with filenames
	and input widgets, then char is greater than 128. They were processed
	incorrectly. As usual, char != unsigned char problem.

2000-03-03  Bjrn Eriksson  <mdeans@algonet.se>

	* Similar patches came from Andrew V. Samoilov <sav@bcs.zp.ua>.

	* mad.[ch]: Some functions wrongly by-passed mad_alloc*() (causing
	problems when later g_free()ed.

	* Added mad_strndup().

	* Repeated code collected in mad_fatal_error().

	* The gcc-extension/C99-standard variable argument macros (adding
	__FILE__, __LINE__ before ', ...') would be nice.

	* Alloc_idx_hint and code added, the mad code was way too slow for my
	poor computer. A hash-table would be nice.

	* (mad_strconcat, mad_strdup_vprintf): g_malloc and g_new are
	undefined at the top of mad.c, so mad_alloc must be used.
2000-04-09 22:37:50 +00:00
Pablo Saratxaga
02f3212280 added Lithuanian entries to *.desktop files 2000-04-08 01:47:54 +00:00
Marco Ciampa
020b9557da trimming... 2000-04-07 15:23:26 +00:00
Pavel Machek
425dbd07c1 2000-03-31 Andrew V. Samoilov <sav@bcs.zp.ua>
* vfs.c (mc_def_getlocalcopy): free() replaced by g_free() to prevent
	  crushes with mad, thanks to Timur I. Bakeyev <timur@bat.ru>
	* fish.c (linear_start): name wasn't freed after usage
	* cpio.c (cpio_ungetlocalcopy): return type changed to int,
	  function return 0 now
	* direntry.c (vfs_s_close, vfs_s_resolve_symlink): memory, allocated
	  by vfs_s_fullpath () is freed after use
	* ftpfs.c (linear_start): ditto;
2000-04-05 13:08:42 +00:00
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