Pavel Roskin
0b245d4db4
* editcmd.c (edit_block_process_cmd): Prepend space to the
...
command to avoid polluting bash history. Document arguments.
Fix crash if block is 0 - not used currently.
2001-09-04 04:16:06 +00:00
Pavel Roskin
eae55940fc
* doc/mc.1.in: Spellcheck.
...
* doc/mcedit.1.in: Likewise.
* doc/mcserv.8.in: Likewise.
2001-09-03 18:01:45 +00:00
Pavel Roskin
e840cff0dc
* widget.c (label_new): Don't calculate dimensions of multiline
...
labels, since they cannot be changed and msglen() is already
used when the dialog is created.
2001-09-03 15:17:27 +00:00
Stanislav Visnovsky
cf5ddb2e33
2001-09-03 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>
...
* sk.po: Updated Slovak translation.
2001-09-03 14:06:25 +00:00
Andrew V. Samoilov
9d09eb51c8
* ru.po: Fix some smbfs messages. Sync src/screen.c original message.
2001-09-03 13:58:53 +00:00
Pavel Roskin
655ec833b4
* doc/mc.1.in (Learn Keys): Complete rewrite.
2001-09-03 09:08:43 +00:00
Pavel Roskin
ed2306822f
* Makefile.in: Converted to ...
...
* Makefile.am: ... this.
2001-09-03 07:03:46 +00:00
Pavel Roskin
44e9896171
* slint.c: Make more data and function static.
...
* key.h: Remove declarations that are now static.
* myslang.h: Likewise.
2001-09-03 05:55:22 +00:00
Pavel Roskin
a8ef641beb
* x.h: Remove. Adjust all users. Make sure that global.h is
...
included instead. Don't include sys/param.h unconditionally -
rely on global.h taking care of it.
* Makefile.in: Remove x.h.
2001-09-03 05:07:40 +00:00
Pavel Roskin
83c37cfd0f
* color.c: Remove unused code.
...
* color.h: Likewise.
2001-09-03 04:32:16 +00:00
Pavel Roskin
f150c6b74a
* acconfig.h: Remove all unused symbols.
2001-09-03 03:28:35 +00:00
Pavel Roskin
ff7a2a0ceb
* key.c: Remove support for BUGGY_CURSES.
2001-09-03 03:12:22 +00:00
Pavel Roskin
f3a84ebc1a
* tty.h: Remove support for old curses and GNOME.
...
* global.h: Likewise.
2001-09-03 03:07:46 +00:00
Pavel Roskin
9b0385f063
* lib/ncurses.h: Remove.
...
* lib/Makefile.am: Remove ncurses.h.
2001-09-03 02:47:38 +00:00
Pavel Roskin
fc6efa62f9
* widget.c (label_new): Set initial width of the widget based on
...
the initial text.
2001-09-03 01:15:07 +00:00
Pavel Roskin
2ee372d4a8
* view.c (hex_search): Don't use sscanf() to search for quoted
...
strings - use strchr instead.
2001-09-02 20:34:44 +00:00
Pavel Roskin
919b7e9087
Add hotkey for " &Command " translation.
2001-09-02 04:40:23 +00:00
Pavel Roskin
6f8323907f
Trimmed using last chtrim. Ensure exactly 2 spaces before e-mail.
2001-09-01 20:12:16 +00:00
Abel Cheung
aee005a154
Rename zh_TW.Big5 -> zh_TW, to prevent future encoding naming problem.
2001-09-01 19:56:19 +00:00
Timur Bakeyev
043e782496
2001-08-31 23:14:21 Timur Bakeyev <mc@bat.ru>
...
* utilunix.c: init_groups(), destroy_groups(), get_user_permissions()
rewritten to use GTree structure and functions. Add new static helper
functions mc_gid_compare() and mc_gid_destroy().
* util.h: Removed deprecated structure user_in_groups.
* screen.c: Fixed typo in format report error string.
2001-08-31 23:14:21 Timur Bakeyev <mc@bat.ru>
* utilunix.c: get_user_rights() renamed into get_user_permissions().
delete_groups() renamed into destroy_groups().
* util.h: Likewise.
* screen.c: Likewise.
* main.c: Likewise.
2001-09-01 13:47:34 +00:00
Pavel Roskin
f2547b3cbd
* cmd.c (dirsizes_cmd): Don't cast st_size to long - use off_t
...
instead, since off_t can be longer.
Reported by Radovan Bukoci <rado@autoparts.sk>
2001-09-01 07:51:14 +00:00
Pavel Roskin
28ed7f82c0
* info.c (info_show_info): Use size_trunc_len() instead of
...
print_bytesize(). Don't assume English word ordering. Add
singular message when single block.
* win.c (print_bytesize): Remove.
(sprint_bytesize): Remove.
* win.h: Remove print_bytesize() and sprint_bytesize().
2001-08-30 16:58:40 +00:00
Pavel Roskin
1ef25591d2
* util.c (size_trunc_len): Add units parameter. Change all
...
callers.
2001-08-30 16:41:08 +00:00
Pavel Roskin
242a26c03b
* util.c (size_trunc_len): Print size values with some (little)
...
sense for tiny and even wee lengths (i.e. squeezed X terminals).
2001-08-30 16:19:45 +00:00
Pavel Roskin
54b219ebb6
* info.c (info_show_info): Move comment line just before
...
translatable message so it's shown in .po files to alert
translators. The message (translated) is used to set the start
column (so the available width) for some "truncatable" strings.
2001-08-30 15:14:39 +00:00
Pavel Roskin
3fe54a54a0
* syntax/sh.syntax: Require two '<' before EOF. Recognize END
...
like EOF.
2001-08-28 08:11:05 +00:00
Marco Ciampa
cd3aea07d9
*** empty log message ***
2001-08-27 22:04:32 +00:00
Pavel Roskin
596869e68a
* key.c (learn_key): Turn off keypad to disable intepreting keys
...
by ncurses.
Reported by Frederic L. W. Meunier <fredlwm@pervalidus.net>
2001-08-27 21:24:29 +00:00
Pavel Roskin
b1fa0ba49d
* configure.in: New conditionals USE_VFS_NET, USE_UNDEL_FS and
...
CONS_SAVER. Put all conditionals together.
2001-08-26 17:15:02 +00:00
Pavel Roskin
deb0875b95
* Makefile.am: Don't install libedit.a.
2001-08-26 16:43:54 +00:00
Pavel Roskin
0d7003910a
* Makefile.am: Don't install libmcslang.a.
2001-08-26 16:43:28 +00:00
Pavel Roskin
773065de72
* Makefile.am (EXTRA_DIST): Add depcomp to work around a bug in
...
Automake 1.5.
2001-08-26 15:38:30 +00:00
Pavel Roskin
05f725e4ee
Remove zombie files
2001-08-26 14:55:05 +00:00
Pavel Roskin
ea271edd88
* configure.in: Remove XCURSES variable - it's unused.
2001-08-26 08:58:02 +00:00
Pavel Roskin
511a88a5bf
* xcurses.c: Remove.
...
* Makefile.in: Remove all references to xcurses.c.
2001-08-26 08:56:29 +00:00
Pavel Roskin
2be0ee1d25
* Makefile.am (AM_CPPFLAGS): Remove, it's not needed.
2001-08-26 08:49:26 +00:00
Pavel Roskin
280ac1e9d6
* Makefile.in: Converted to ...
...
* Makefile.am: ... this.
2001-08-26 08:41:34 +00:00
Pavel Roskin
6feb479c7d
* configure.in: New conditional USE_EDIT.
2001-08-26 08:40:11 +00:00
Pavel Roskin
b8e5a09b30
* syntax/changelog.syntax: Don't require '@' to be in the
...
address. This also works around a bug in the syntax engine
that prevented highlighting of addresses.
2001-08-26 08:14:27 +00:00
Fatih Demir
53048aac65
Updated tr.po
2001-08-25 21:44:37 +00:00
Pavel Roskin
6fc8d0fe27
Add Makefile.in.
2001-08-25 19:09:52 +00:00
Marco Ciampa
2131e3fac6
resolve a stupid conflict..
2001-08-25 19:02:04 +00:00
Pavel Roskin
c1b2a29833
* Makefile.in: Converted to ...
...
* Makefile.am: ... this.
2001-08-25 05:07:31 +00:00
Pavel Roskin
8ae0cebc22
* configure.in: New conditionals USE_VFS and INCLUDED_SLANG.
2001-08-25 05:05:51 +00:00
Pavel Roskin
09d9b11859
* extraconf.h: Remove all references to HAVE_X.
...
* acinclude.m4: s/GNOME_/MC_/
* configure.in: Likewise. Remove or clarify all references to
the "text edition". Minor fixes.
2001-08-25 03:14:20 +00:00
Pavel Roskin
8176f16111
* configure.in: Remove support for curses libraries other than
...
ncurses.
* acinclude.m4: Likewise.
* FAQ: Remove everything about UNIX curses.
* INSTALL: Likewise.
2001-08-24 22:46:57 +00:00
Pavel Roskin
a85dc7c5f9
* configure.in: Enable large file support by default.
...
* NEWS: Mention it.
* INSTALL: Document it. Minor fixes.
2001-08-24 22:11:42 +00:00
Pavel Roskin
5da3ebc119
* FAQ: Remove information about GNOME edition. Minor fixes.
...
* README: Likewise.
* NEWS: Mention removing the GNOME edition.
2001-08-24 21:38:37 +00:00
Pavel Roskin
ce2bf5071d
Remove gmc. Reunite mc and mc-common.
2001-08-24 20:53:14 +00:00
Pavel Roskin
d0c022f0ca
* acinclude.m4: Include all used macros from the macros
...
directory.
* autogen.sh: Remove all references to "macros".
* Makefile.am: Likewise.
2001-08-24 20:30:05 +00:00