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
Pavel Roskin
b181f4519f
* main.h: Remove all references to icons.
...
* panel.h: Likewise. Adjust all dependencies.
2002-09-27 00:47:29 +00:00
Pavel Roskin
bd4b18731e
s/suplied/supplied/
...
s/duplicit/duplicate/
2002-09-27 00:17:10 +00:00
Pavel Roskin
4d34d9dfbe
* hotlist.c (load_hotlist): Remove compatibility code with
...
hotlist files created by ancient versions of mc.
2002-09-27 00:04:26 +00:00
Pavel Roskin
c1e04b9ed6
* command.c (do_cd_command): Reuse translated message.
2002-09-26 23:55:00 +00:00
Pavel Roskin
b31f058eea
s/appropriative/suitable/
2002-09-26 23:40:03 +00:00
Pavel Roskin
cf31b0aacd
* user.c (check_patterns): Ignore invalid shell_patterns and
...
let user see them in the menu. The error message was too vague.
2002-09-26 23:33:22 +00:00
Pavel Roskin
da7e82d253
Global removal of RCS Id: flags.
2002-09-26 23:13:45 +00:00
Andrew V. Samoilov
758842a16d
* util.c (mc_mkstemps): Really return NULL in the filename in the
...
case of failure. Reported by Andrew W. Nosenko <awn@bcs.zp.ua>.
2002-09-26 22:13:16 +00:00
Pavel Roskin
65924ac165
* ext.c (get_file_type_local): Make static.
...
(get_file_type_pipe): Likewise.
* util.c (check_patterns): Likewise.
2002-09-26 21:23:55 +00:00
Pavel Roskin
f2972e99dc
Comment fix.
2002-09-26 20:55:51 +00:00
Pavel Roskin
e402f59842
* file.c (copy_file_file): Eliminate the complex scheme with
...
"resources". Set src_desc, dest_desc to -1 initially and use
their values to see if they need to be closed. Track status of
the destination file using a 3-state variable.
2002-09-26 16:39:17 +00:00
Pavel Roskin
7fcbcaf284
* file.c (copy_file_file): Fix event handling - check the result
...
of file_progress_show_bytes().
From Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
2002-09-26 16:07:25 +00:00
Pavel Roskin
851e122d12
Update priorities.
2002-09-25 05:32:15 +00:00
Pavel Roskin
a3f9820755
* subshell.c (pty_open_master) [IS_AIX]: Open /dev/ptc, not
...
/dev/ptmx. From Sergey Pavlukhin <psi@dmng.ru>
2002-09-25 04:38:29 +00:00
Pavel Roskin
c20e6f66c1
* screen.c (string_file_nuid): Fix a warning with uClibc.
...
(string_file_ngid): Likewise.
2002-09-24 23:00:01 +00:00
Pavel Roskin
9fb801ccd6
* mountlist.c: Restore sys/param.h before sys/mount.h - it's
...
required on FreeBSD.
Reported by Pavel Shirshov <pavelsh@mail.ru>
2002-09-24 22:19:32 +00:00
Pavel Roskin
ac608302f8
* screen.c (panel_event): Implement support for mouse wheel.
2002-09-24 05:16:19 +00:00
Pavel Roskin
c46620d1c5
* view.c (display): Fix wrapping of tabs.
...
Reported by Arpad Biro <biro_arpad@yahoo.com>
2002-09-24 04:20:16 +00:00
Pavel Roskin
894f2c3d40
Make mouse wheel work on the panels.
2002-09-24 04:19:57 +00:00
Pavel Roskin
07dc0f0490
DONE: Make resize a dialog event.
2002-09-24 03:58:45 +00:00
Pavel Roskin
7b42d6c5cd
* dlg.h: New message DLG_RESIZE.
...
* layout.c: Call DLG_RESIZE instead of resizing viewer and
editor individually.
* view.c (view): Install handler for DLG_RESIZE. Make view_dlg
a local variable.
2002-09-24 03:56:08 +00:00
Pavel Roskin
95deedcc08
* view.c (view): Set view_dlg to NULL after it's destroyed.
2002-09-23 23:49:22 +00:00
Pavel Roskin
a18c202fc7
Make resize a dialog event.
2002-09-23 23:47:42 +00:00
Pavel Roskin
9707873a05
Caret notation done. Unambigous notation for other non-printable
...
characters will be added if somebody requests.
2002-09-23 23:38:19 +00:00
Pavel Roskin
07fd90fb64
* color.h: Remove EDITOR_UNDERLINED_COLOR, it's unused.
2002-09-23 23:06:28 +00:00
Pavel Roskin
041123939b
Use a more traditional representation of non-printable characters in
...
editor (i.e. binary 0 would be ^@).
'\r' in the editor is done.
2002-09-23 07:16:08 +00:00