mc/src
Sergei Trofimovich 5eb39e7d9a Merge branch 'mc-4.6'
* mc-4.6:
  src/file.c: move_dir_dir():
  fileopctx.h: set definitely values for FileProgressStatus enum type.
  src/file.c: modified error messages fro warn_same_file() function.
  non-relevant comment removed
  little fix for show message
  Denis Vlasenko posted a patch which would fix issue when no dialog for break operation. Trouble: recently i accidentally entered '.' instead of '..' in the file copy dialog on a relatively big tree ... for every file in the tree i got the <foo> and <bar> are the same file message box, without any way to escape except killing mc from the outside. Rework warn_same_file for more usage glib. ... msg = g_strdup_printf() ...
  po/sk.po: translation update by Ivan Masár <helix84@centrum.sk>
  mountlist: use fsblkcnt_t when available (fixes #179)
  Fixed menu painting for NCurses screen library.
  Backport: syntax/spec.syntax: .spec syntax update by adamw (#189)
  lib/mc.ext.in: command line options fix by adamw (#183)

Conflicts:
	ChangeLog
	po/az.po
	po/be.po
	po/bg.po
	po/ca.po
	po/cs.po
	po/da.po
	po/de.po
	po/el.po
	po/es.po
	po/eu.po
	po/fi.po
	po/fr.po
	po/hu.po
	po/it.po
	po/ja.po
	po/ko.po
	po/lt.po
	po/lv.po
	po/mn.po
	po/nl.po
	po/no.po
	po/pl.po
	po/pt.po
	po/pt_BR.po
	po/ro.po
	po/ru.po
	po/sk.po
	po/sl.po
	po/sr.po
	po/sv.po
	po/ta.po
	po/tr.po
	po/uk.po
	po/vi.po
	po/wa.po
	po/zh_CN.po
	po/zh_TW.po
	src/file.c
2009-03-19 21:35:03 +02:00
..
.gitignore Added .svnignore files (same as .cvsignore) 2008-12-28 23:27:03 +02:00
achown.c First bunch of mhl_mem_free removal patches 2009-02-05 23:36:58 +01:00
achown.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
background.c First bunch of mhl_mem_free removal patches 2009-02-05 23:36:58 +01:00
background.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
boxes.c Completely removed MHL stuff 2009-02-06 14:01:28 +02:00
boxes.h Added rev3 of the patch attached to the bugreport 2009-01-26 00:34:50 +01:00
ChangeLog * main.c, main.h, main-widgets.h, filegui.c, layout.c, screen.c: 2009-01-10 21:30:12 +01:00
charsets.c Last bunch of reverts and removal of mhl/* 2009-02-10 14:11:41 +01:00
charsets.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
chmod.c Use g_snprintf instead of snprintf as we switch back to glib 2009-02-05 23:49:00 +01:00
chmod.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
chown.c 2009-01-10 Enrico Weigelt, metux ITS <weigelt@metux.de> 2009-01-10 14:13:56 +01:00
chown.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
cmd.c Revert "replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file()" 2009-02-10 13:29:18 +01:00
cmd.h * cmd.c: Added single_dirsize_cmd(), which computes the size of 2005-09-06 06:41:35 +00:00
color.c Completely removed MHL stuff 2009-02-06 14:01:28 +02:00
color.h * src/color.h: Add a new color pair. 2007-08-27 12:06:02 +00:00
command.c Revert some functions (mhl_mem_free to g_free, etc) 2009-02-10 13:52:53 +01:00
command.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
complete.c fixed mismerge: completion stuff 2009-02-15 11:57:26 +02:00
cons.handler.c Revert "replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file()" 2009-02-10 13:29:18 +01:00
cons.saver.c Revert "replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file()" 2009-02-10 13:29:18 +01:00
cons.saver.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
dialog.c Completely removed MHL stuff 2009-02-06 14:01:28 +02:00
dialog.h * dialog.h (struct Dlg_head): Changed the bit fields of length one 2005-08-15 20:30:55 +00:00
dir.c Completely removed MHL stuff 2009-02-06 14:01:28 +02:00
dir.h Added rev3 of the patch attached to the bugreport 2009-01-26 00:34:50 +01:00
ecs-test.c Reverted the use of bool in favour of gboolean 2009-02-05 23:46:07 +01:00
ecs.c Completely removed MHL stuff 2009-02-06 14:01:28 +02:00
ecs.h Reverted the use of bool in favour of gboolean 2009-02-05 23:46:07 +01:00
eregex.h Update postal address of Free Software Foundation. 2005-05-27 03:35:10 +00:00
execute.c Completely removed MHL stuff 2009-02-06 14:01:28 +02:00
execute.h * dialog.h: Moved and reformatted #definitions. 2005-02-08 06:57:14 +00:00
ext.c Revert "replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file()" 2009-02-10 13:29:18 +01:00
ext.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
file.c src/file.c: move_dir_dir(): 2009-03-17 19:45:00 +00:00
file.h fileopctx.h: set definitely values for FileProgressStatus enum type. 2009-03-17 19:41:29 +00:00
filegui.c Completely removed MHL stuff 2009-02-06 14:01:28 +02:00
filegui.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
fileloc.h * fileloc.h: Newly added this file, which provides a place where 2005-08-21 04:00:43 +00:00
filenot.c Revert "replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file()" 2009-02-10 13:29:18 +01:00
fileopctx.c First bunch of mhl_mem_free removal patches 2009-02-05 23:36:58 +01:00
fileopctx.h fileopctx.h: set definitely values for FileProgressStatus enum type. 2009-03-17 19:41:29 +00:00
find.c src/find.c: Micro fix for 'Skip hidden' shortcut 2009-03-02 08:55:27 +02:00
find.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
findme.c * *.c: Reordered header inclusion. 2005-02-08 09:04:03 +00:00
findme.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
fs.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
fsusage.c * src/fsusage.c: Remove references to HAVE_INFOMOUNT. 2006-12-21 18:47:06 +00:00
fsusage.h * src/fsusage.h: Update from gnulib. 2006-12-21 14:09:30 +00:00
glibcompat.c * glibcompat.c: Move Q_ back ... 2005-11-03 02:18:38 +00:00
glibcompat.h * glibcompat.c: Move Q_ back ... 2005-11-03 02:18:38 +00:00
global.h * global.h [!ENABLE_NLS]: Provide replacement for ngettext. 2005-11-11 03:32:39 +00:00
help.c Completely removed MHL stuff 2009-02-06 14:01:28 +02:00
help.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
history.h separated out history section names to history.h 2009-01-24 21:51:29 +01:00
hotlist.c Revert "replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file()" 2009-02-10 13:29:18 +01:00
hotlist.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
info.c Completely removed MHL stuff 2009-02-06 14:01:28 +02:00
info.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
key.c Completely removed MHL stuff 2009-02-06 14:01:28 +02:00
key.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
keyxdef.c * edit/bookmark.c: Update copyright notice. 2007-09-25 15:33:35 +00:00
layout.c Subject: [PATCH] Some constants has been introduced. 2009-02-17 09:22:24 +02:00
layout.h fix for #188 2009-02-17 09:22:24 +02:00
learn.c Use g_snprintf instead of snprintf as we switch back to glib 2009-02-05 23:49:00 +01:00
learn.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
listmode.c Reverted the use of mhl_str_dup and use g_strdup instead. 2009-02-05 23:40:32 +01:00
listmode.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
logging.c Completely removed MHL stuff 2009-02-06 14:01:28 +02:00
logging.h * Makefile.am, logging.h, logging.c: Added a new logging module 2006-01-27 23:48:49 +00:00
main-widgets.h * main.c, main.h, main-widgets.h, filegui.c, layout.c, screen.c: 2009-01-10 21:30:12 +01:00
main.c Add stack navigation structure. Add hotkeys A-'-' backward A-'=' forward navigation to files. 2009-02-25 21:55:35 +00:00
main.h Add stack navigation structure. Add hotkeys A-'-' backward A-'=' forward navigation to files. 2009-02-25 21:55:35 +00:00
Makefile.am Removed bundled slang 2009-02-02 04:23:06 +01:00
man2hlp.c Use g_snprintf instead of snprintf as we switch back to glib 2009-02-05 23:49:00 +01:00
menu.c Fixed menu painting for NCurses screen library. 2009-02-26 19:55:10 +03:00
menu.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
mfmt.c Update postal address of Free Software Foundation. 2005-05-27 03:35:10 +00:00
mountlist.c Merge branch 'mc-4.6' 2009-03-19 21:35:03 +02:00
mountlist.h Update postal address of Free Software Foundation. 2005-05-27 03:35:10 +00:00
mouse.c * src/achown.c: Update copyright notice. 2007-09-26 10:22:25 +00:00
mouse.h * src/mouse.h (Mouse_Type): Add new enumerated values to describe 2006-03-06 09:28:14 +00:00
myslang.h Removed bundled slang 2009-02-02 04:23:06 +01:00
OChangeLog s/ommited/omitted/ 2002-07-14 06:36:07 +00:00
option.c Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com> 2009-01-26 13:33:13 +02:00
option.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
panel.h Added rev3 of the patch attached to the bugreport 2009-01-26 00:34:50 +01:00
panelize.c Completely removed MHL stuff 2009-02-06 14:01:28 +02:00
panelize.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
pipethrough.3 * pipethrough.3: Fixed use of mandoc macros according to a 2004-11-21 21:13:43 +00:00
pipethrough.c Update postal address of Free Software Foundation. 2005-05-27 03:35:10 +00:00
pipethrough.h * pipethrough.c: Added pipethrough, a function to execute child 2004-09-25 21:21:09 +00:00
popt.c * cons.handler.c: Marked unused parameters. 2005-02-08 22:33:52 +00:00
popt.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
poptalloca.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
poptconfig.c * .c: Sanitize all calls to functions from ctype.h. Fix gcc 4.0 2005-05-11 01:16:58 +00:00
popthelp.c * .c: Sanitize all calls to functions from ctype.h. Fix gcc 4.0 2005-05-11 01:16:58 +00:00
poptint.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
poptparse.c * .c: Sanitize all calls to functions from ctype.h. Fix gcc 4.0 2005-05-11 01:16:58 +00:00
profile.c Completely removed MHL stuff 2009-02-06 14:01:28 +02:00
profile.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
regex.c Update postal address of Free Software Foundation. 2005-05-27 03:35:10 +00:00
rxvt.c First bunch of mhl_mem_free removal patches 2009-02-05 23:36:58 +01:00
screen.c ChangeLog src/screen.c: fixed typo in function name. 2009-03-15 10:36:28 +03:00
selcodepage.c Use g_snprintf instead of snprintf as we switch back to glib 2009-02-05 23:49:00 +01:00
selcodepage.h Changed the name of the multiple-inclusion guard. 2005-06-14 13:14:49 +00:00
setup.c fix for #188 2009-02-17 09:22:24 +02:00
setup.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
slint.c Use g_snprintf instead of snprintf as we switch back to glib 2009-02-05 23:49:00 +01:00
subshell.c Completely removed MHL stuff 2009-02-06 14:01:28 +02:00
subshell.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
textconf.c Removed bundled slang 2009-02-02 04:23:06 +01:00
textconf.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
timefmt.h Applied patch from metux on git - needed to fix some stuff manually. 2009-01-10 11:53:20 +01:00
tree.c Use g_snprintf instead of snprintf as we switch back to glib 2009-02-05 23:49:00 +01:00
tree.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
treestore.c Revert "replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file()" 2009-02-10 13:29:18 +01:00
treestore.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
tty.c Reverted the use of bool in favour of gboolean 2009-02-05 23:46:07 +01:00
tty.h Reverted the use of bool in favour of gboolean 2009-02-05 23:46:07 +01:00
unixcompat.h * unixcompat.h: Only include <sys/sysmacros.h> if we're on AIX, 2005-02-23 23:49:30 +00:00
user.c Revert "replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file()" 2009-02-10 13:29:18 +01:00
user.h * *.h: Renamed multiple inclusion guards that started with a 2004-12-03 19:17:46 +00:00
util.c Merge branch '176_lzma' 2009-02-21 12:23:50 +02:00
util.h Merge branch '176_lzma' 2009-02-21 12:23:50 +02:00
utilunix.c Last bunch of reverts and removal of mhl/* 2009-02-10 14:11:41 +01:00
vfsdummy.h Reverted the use of mhl_str_dup and use g_strdup instead. 2009-02-05 23:40:32 +01:00
view.c Completely removed MHL stuff 2009-02-06 14:01:28 +02:00
view.h Reverted the use of bool in favour of gboolean 2009-02-05 23:46:07 +01:00
widget.c Revert "replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file()" 2009-02-10 13:29:18 +01:00
widget.h Reverted the use of bool in favour of gboolean 2009-02-05 23:46:07 +01:00
win.c * src/achown.c: Update copyright notice. 2007-09-26 10:22:25 +00:00
win.h * win.h: Removed a const qualifier from the type movefn, as these 2005-05-21 10:51:15 +00:00
wtools.c Completely removed MHL stuff 2009-02-06 14:01:28 +02:00
wtools.h Apply patch to fix localised history headers to mc-4.6 branch. 2009-01-14 01:01:18 +01:00
x11conn.c Reverted the use of bool in favour of gboolean 2009-02-05 23:46:07 +01:00
x11conn.h * x11conn.c: Separated X11 connection handling from key.c. Added 2005-03-10 09:44:36 +00:00