Pavel Roskin
63d29b4791
* learn.c (learn_check_key): Simplify logic. Add a comment for
...
translators.
2002-10-21 22:54:20 +00:00
Pavel Roskin
a84b0fc9cd
Fix some of the most ugly abuses of mixed caps in English texts,
...
especially in button captions.
2002-10-21 22:26:39 +00:00
Pavel Roskin
71ee494335
* file.h: Rename know_not_what_am_i_doing to safe_delete.
...
* file.c (real_query_recursive): Don't ask to enter "yes" - it's
ugly and requires changing input method in some locales.
2002-10-21 21:03:22 +00:00
Andrew V. Samoilov
ec500ae38a
* man2hlp.c (handle_link): Don't strip leading space(s) from linkname.
2002-10-21 17:46:40 +00:00
Pavel Roskin
7571ef816d
* file.c (real_query_recursive): Default to empty string, not to
...
"no" when asking to enter "yes". Add note for translators.
2002-10-21 06:01:04 +00:00
Pavel Roskin
a53c486e4f
* cmd.c (do_view_cmd): When asking confirmation, correctly
...
interpret closing the dialog by escape.
2002-10-21 05:43:09 +00:00
Pavel Roskin
9c613d01f4
Reuse "Learn keys" without spaces.
2002-10-21 04:58:40 +00:00
Pavel Roskin
d3f0a2f61b
Remove spaces around "Error" and "Warning" together with their translations.
...
Also remove spaces from "Quit" and "Search", but leave alone the
translations, that already have them without spaces.
2002-10-21 04:13:49 +00:00
Pavel Roskin
55d17b2e96
Done:
...
Crash on circular macro definitions in the editor.
2002-10-21 02:06:49 +00:00
Pavel Roskin
69dd1ca00c
* utilunix.c (mc_tmpdir): Don't exit if the temporary directory
...
cannot be created - it should be possible to run mc on read-only
filesystems. Try to chmod() the temporary directory.
2002-10-20 08:34:31 +00:00
Pavel Roskin
e55c720591
Move all "before 4.6.0" stuff to "before 4.6.1".
2002-10-20 08:11:16 +00:00
Pavel Roskin
043ff9e913
Add:
...
Use paranoid quoting in subshell_name_quote() only when absolutely
necessary.
2002-10-18 22:45:35 +00:00
Andrew V. Samoilov
1070df9609
* man2hlp.c (handle_tp_ip): Implement .IP and .TP macroses
...
(without arguments).
(handle_command): Call handle_tp_ip().
(main): Handle label and body of .TP paragraph.
2002-10-17 15:12:34 +00:00
Andrew V. Samoilov
2f4a67be36
Remove unused enum.
...
(do_compatibility_move): Rename ~/.mc.ext to ~/.mc/bindings.
2002-10-17 10:32:36 +00:00
Pavel Roskin
2770af84e9
Done: Check "mc --help-colors" for completeness.
...
That doesn't mean that it's fixed :-(
2002-10-17 05:46:56 +00:00
Pavel Roskin
f0aab2028b
* view.c (view_ok_to_quit): Use the same dialog as the editor.
2002-10-17 05:33:10 +00:00
Andrew V. Samoilov
f8cf5b28bf
* man2hlp.c: Include <glib.h> and use g_snprintf()/g_vsnprintf()
...
instead of sprintf()/vsprintf().
2002-10-15 15:38:15 +00:00
Andrew V. Samoilov
cd456a3042
* Makefile.am (man2hlp_LDADD): Set to $(GLIB_LIBS).
2002-10-15 15:33:04 +00:00
Andrew V. Samoilov
056ebbd7a0
* man2hlp.c: Report about stale links.
2002-10-15 14:41:27 +00:00
Pavel Roskin
e9347d1c6b
Add:
...
Check compatibility with new gpm. Excessive warnings on Mandrake 9.0
have been reported.
2002-10-14 21:45:41 +00:00
Pavel Roskin
65903958ba
* color.h: Remove Q_SELECTED_COLOR and Q_UNSELECTED_COLOR.
...
Rename BEST_COLOR to IF_COLOR. Make error messages bold on b/w
terminals. Don't highlight stale links on b/w terminals, since
they cannot be distinguished from marked files.
2002-10-13 23:55:39 +00:00
Pavel Roskin
f367374054
Add FIXME.
2002-10-13 23:12:06 +00:00
Pavel Roskin
01d8a125c8
* main.c (print_color_usage): Update list of keywords for file
...
types. Add a notice for translators.
2002-10-13 22:57:52 +00:00
Pavel Roskin
c011f62dea
* color.c: Rename stalledlink to stalelink. Make the same
...
change elsewhere.
2002-10-13 22:23:17 +00:00
Pavel Roskin
823df274e7
Add: Crash on circular macro definitions in the editor.
2002-10-11 21:15:49 +00:00
Andrew V. Samoilov
94542548d2
Done:
...
SMB crash when not starting with the share root, but copying to the
share root.
2002-10-11 15:36:25 +00:00
Andrew V. Samoilov
ca70ee44c5
* popt.h: Adjust poptHelpOptions[] declaration.
...
* popthelp.c: Replace POPT_ with _ for visible strings.
(singleOptionHelp): Eliminate format array.
(poptHelpOptions): Make const.
(poptPrintHelp): Return width of left column.
* main.c (print_mc_usage): Use width from poptPrintHelp() for "+number".
2002-10-09 15:27:01 +00:00
Pavel Roskin
4a5073b0b7
Done:
...
Alt-P in the editor should return the viewport to the leftmost position.
2002-10-08 05:04:31 +00:00
Pavel Roskin
a7dd92996c
* view.c: Move call to view_update_bytes_per_line() from
...
view_init(), where the number of columns is unknown yet, to
view_callback() where it's already known.
(view_adjust_size): Make static.
2002-10-07 18:50:27 +00:00
Pavel Roskin
a67eb057ec
* view.c (view_update_bytes_per_line): Don't use vertical bars
...
in the hex viewer is short of space. Fix missing space between
addresses and hexdump when framed.
(display): Likewise.
2002-10-07 18:09:50 +00:00
Pavel Roskin
7ec962a1fb
Remove editor regression, it's a side effect of lacking UTF-8 support.
...
Rephrase problem with dates on FTP.
2002-10-07 16:01:39 +00:00
Andrew V. Samoilov
001f9ec607
* charsets.c (init_translation_table): Use g_snprintf() instead of sprintf().
2002-10-07 07:14:09 +00:00
Andrew V. Samoilov
886f98fafd
* boxes.c (sel_charset_button): Use g_snprintf() instead of sprintf().
2002-10-07 07:14:09 +00:00
Pavel Roskin
04eb17ce0f
* selcodepage.c (select_charset): Use g_snprintf() instead
...
of non-portable snprintf().
2002-10-07 06:17:13 +00:00
Pavel Roskin
9acd93fe1e
Done:
...
When using included S-Lang, don't fill empty areas with spaces (' '),
because they are copied to the buffer when doing cut and paste.
2002-10-07 05:17:47 +00:00
Pavel Roskin
3222baab97
* myslang.h [!HAVE_SYSTEM_SLANG]: Update location of slang.h.
2002-10-07 04:48:32 +00:00
Pavel Roskin
7171d36bb1
Add:
...
Don't rely on temporary scripts being executable. Run shell explicitly.
2002-10-04 22:30:06 +00:00
Pavel Roskin
63c397afbe
More issues.
2002-10-03 18:48:32 +00:00
Pavel Roskin
bee7f28436
s/paramter/parameter/
2002-10-03 17:31:31 +00:00
Pavel Roskin
f5a8897749
Add two little things.
2002-10-03 05:46:00 +00:00
Pavel Roskin
e9ab8a8ee5
Move hard stuff to 4.6.0, add some simple things for 4.6.0-pre2.
2002-10-02 04:23:51 +00:00
Pavel Roskin
6e51be478d
Done:
...
Implement --with-screen option.
Remove side effects from --with-termcap option.
2002-09-30 02:58:15 +00:00
Pavel Roskin
7aec774638
* ext.c (get_file_type_local): Return -1 for fatal errors.
...
(get_file_type_pipe): Likewise.
(regex_command): Likewise. Adjust all callers.
From Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz>
2002-09-29 19:26:15 +00:00
Pavel Roskin
3cdf930ea6
* dlg.c (frontend_run_dlg): Allow terminating the dialog from
...
the idle handler.
From Jindrich Makovicka <makovick@KMLinux.fjfi.cvut.cz>
Call change_screen_size() regardless of ncurses version, and let
that function decide what to do.
2002-09-29 18:51:32 +00:00
Pavel Roskin
0e9e693c9d
* background.c (background_attention): Fix calling functions
...
with wrong arguments, which resulted in segmentation faults.
2002-09-28 05:10:29 +00:00
Pavel Roskin
35c57c4a3f
Add:
...
Support for multi-byte charsets (e.g. UTF-8).
2002-09-27 22:27:00 +00:00
Pavel Roskin
7fece18d5f
* file.c (panel_operate): Replace fancy internationalized
...
message boxes for unknown file operations with abort().
2002-09-27 21:39:30 +00:00
Pavel Roskin
4cf69ff615
* util.c (name_trunc): Remove unused code, unhelpful error
...
message and workaround for bugs in the callers.
2002-09-27 21:20:41 +00:00
Pavel Roskin
222035b949
* file.c (copy_file_file): Rename DST_* names to DEST_*, since
...
DST_NONE is used in FreeBSD libc.
Reported by Pavel Shirshov <pavelsh@mail.ru>
2002-09-27 19:21:36 +00:00
Pavel Roskin
d51fc07a99
* textconf.c: Don't translate filesystem names.
2002-09-27 01:18:54 +00:00