Commit Graph

63 Commits

Author SHA1 Message Date
Pavel Roskin 825fd4d1ed Probably fixed already, cannot reproduce:
get_byte() in view.c produces warnings in Valgrind.
2002-12-11 07:40:49 +00:00
Pavel Roskin c8df5d52e9 Done:
Finish work on position saving.
2002-12-08 08:20:21 +00:00
Pavel Roskin 63a3aaea7d Remove:
Redirect stderr from the extfs list operation.
Let's hope it's really fixed now.
2002-12-05 17:06:08 +00:00
Pavel Roskin 5802c9d115 Remove:
acs_map[] from ncurses is const on Cygwin - test and disable "-a".
Sorry, I was too quick to add it.
2002-12-05 08:52:36 +00:00
Pavel Roskin 49d5227104 Add:
acs_map[] from ncurses is const on Cygwin - test and disable "-a".
Redirect stderr from the extfs list operation.
2002-12-05 08:29:23 +00:00
Pavel Roskin 8f567886af Done:
Don't allow stdout and stderr from extfs scripts pollute the screen.
2002-12-01 20:37:08 +00:00
Pavel Roskin 71c43fd0f2 Finish work on position saving. 2002-12-01 08:46:19 +00:00
Pavel Roskin 935b5f8bc7 * slint.c (getch): Return -1, not SLANG_GETKEY_ERROR, otherwise
get_key_code() crashes when calling isalpha().
2002-11-28 21:35:49 +00:00
Pavel Roskin 505bed0ac9 Add for 4.6.1:
Find file dialog should not be closed if the regex is invalid.  Make it
possible to search for string verbatim.
2002-11-20 17:01:10 +00:00
Pavel Roskin a5c1f136d5 Add:
Crash in isalpha() in key.c is c=0xFFFF.
2002-11-18 21:39:54 +00:00
Pavel Roskin f2331eeafc Remove:
Restore shadow password support in mcserv.
(won't be done)
2002-11-17 01:25:02 +00:00
Pavel Roskin f3afd054e9 Add:
Restore shadow password support in mcserv.
get_byte() in view.c produces warnings in Valgrind.
2002-11-15 05:29:53 +00:00
Pavel Roskin bf107a7860 Add:
Check and report errors from opendir().
2002-11-11 17:01:26 +00:00
Pavel Roskin 8bd8b04f57 Remove:
Consider applying a patch from PLD to make M-o propagate the current
directory to the other panel.
2002-11-03 09:02:09 +00:00
Pavel Roskin 5d46a2d6b7 Done:
reimplement "-P" in a safer way (temp file instead of stdout) - possibly
security issues.
2002-10-31 06:54:58 +00:00
Pavel Roskin 2c3b0c50b6 * subshell.c (subshell_name_quote): Don't quote numbers and
letters if possible and safe.
2002-10-31 04:01:19 +00:00
Pavel Roskin 3ee1c3b3f6 * ext.c (exec_extension): Don't create self-destructing scripts
for the viewer - remove those scripts manually after calling
view().  This fixes the problem with double F8 in the viewer on
parsed files.
Reported by David Martin <dmartina@excite.com>
2002-10-30 21:38:33 +00:00
Pavel Roskin 0ff23cc6a3 * ext.c (exec_extension): Don't rely on working #! - explicitly
run /bin/sh on the temporary script.
2002-10-30 21:22:42 +00:00
Pavel Roskin 04f460d565 * mouse.h: Use definitions for GPM_B_DOWN and GPM_B_UP
compatible with gpm-1.20.
Reported by by David Martin <dmartina@excite.com>
2002-10-30 20:52:59 +00:00
Pavel Roskin 38e3189d0a * lib/mc.ext.in: Rename TROFFASCII to MAN_FLAGS.
* configure.in: Likewise.  Add "-c" (disable ANSI color) to
MAN_FLAGS if supported.
2002-10-30 02:37:48 +00:00
Pavel Roskin afb2c8abe5 Done:
Work around bug in Red Hat 8.0 S-Lang that hides non-ascii characters in
POSIX locale or disable Red Hat 8.0 S-Lang by default.
2002-10-29 21:46:50 +00:00
Pavel Roskin dbaf8aee0c Done:
Write a document explaining how to report bugs and ask questions in the
mailing lists.
2002-10-29 01:00:04 +00:00
Pavel Roskin c7d15b7357 Add:
Test for groff and for -P-c option to groff to disable ANSI colors.
2002-10-28 16:36:03 +00:00
Pavel Roskin 3604a2f2d4 Add:
Write a document explaining how to report bugs and ask questions in the
mailing lists.
2002-10-28 16:09:17 +00:00
Pavel Roskin dd16f958a6 Move to "before 4.6.0-pre2":
Allow modifiers for keys in mc.lib, like "shift-up".
2002-10-25 22:20:55 +00:00
Pavel Roskin 05b4cca7cd Add:
Work around bug in Red Hat 8.0 S-Lang that hides non-ascii characters in
POSIX locale or disable Red Hat 8.0 S-Lang by default.
2002-10-23 07:41:22 +00:00
Pavel Roskin 5824c1bc1d Add:
Backup config files when writing them.
2002-10-22 15:15:29 +00:00
Pavel Roskin bd34105979 Done:
Add minimal UTF-8 support on Red Hat 8.0 to fix the frames or disable
support for S-Lang library compiled with UTF-8 support.
2002-10-22 04:17:05 +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
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 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 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
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 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
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 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 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 35c57c4a3f Add:
Support for multi-byte charsets (e.g. UTF-8).
2002-09-27 22:27:00 +00:00
Pavel Roskin 851e122d12 Update priorities. 2002-09-25 05:32:15 +00:00
Pavel Roskin ac608302f8 * screen.c (panel_event): Implement support for mouse wheel. 2002-09-24 05:16:19 +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 a18c202fc7 Make resize a dialog event. 2002-09-23 23:47:42 +00:00