Commit Graph

4485 Commits

Author SHA1 Message Date
Pavel Roskin
4da9d7431e Typo fix from Vlad Romanenko <VladRomanenko@ukr.net> 2002-09-26 13:25:17 +00:00
Andrew V. Samoilov
790b85b555 * edit.h (struct key_word): Remove time field.
* syntax.c: Remove MAD support.
2002-09-26 12:23:13 +00:00
Andrew V. Samoilov
de8ccb62fd Allow whitespace(s) before # 2002-09-26 06:20:55 +00:00
Pavel Roskin
a615bd6857 Use Automake 1.7. 2002-09-25 21:54:24 +00:00
Pavel Roskin
ef3132d077 Use "set -e", drop "exit 1" where it's now redundant. 2002-09-25 21:53:38 +00:00
Andrew V. Samoilov
30442e7d0b Don't highlight "linstart" 2002-09-25 13:26:06 +00:00
Andrew V. Samoilov
e28f9e52f7 Add "linestart" for "spellcheck" and "keyword". Allow whitespace(s) before "context *", "keyword" and "spellcheck" 2002-09-25 13:17:39 +00:00
Marco Ciampa
ac660c129d reflect a change in the main help file... 2002-09-25 12:34:35 +00:00
Marco Ciampa
77fdf20263 fix panel_scroll_pages start page 2002-09-25 12:32:44 +00:00
Pavel Roskin
7afedadc10 Fix description of only_leading_plus_minus. 2002-09-25 12:24:15 +00:00
Pavel Roskin
2f6499aa33 Rewrite very poor description of only_leading_plus_minus. 2002-09-25 12:21:31 +00:00
Andrew V. Samoilov
3e8264cf6c Document -D option. Don't say ncurces does not support colors. Minor changes. 2002-09-25 11:24:27 +00:00
Marco Ciampa
0197b1bfb2 Finished!!! 2002-09-25 09:20:04 +00:00
Marco Ciampa
e9a9ba47fd small typo 2002-09-25 09:06:44 +00:00
Marco Ciampa
f199600b7d Special Option translated... 2002-09-25 07:19:47 +00:00
Marco Ciampa
93e0fe295e *** empty log message *** 2002-09-25 06:48:18 +00:00
Pavel Roskin
851e122d12 Update priorities. 2002-09-25 05:32:15 +00:00
Pavel Roskin
d2417f2096 * vfs.c (vfs_parse_filemode): Fix parsing for filenames that
begin with a number.
From Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
2002-09-25 05:09:08 +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
c419491314 Typo fix. 2002-09-25 04:25:32 +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
Andrew V. Samoilov
e98d979a69 * smbfs.c: Undef USE_NCURSES - no needs to include *curces.h.
(smbfs_loaddir): Fix warning.
2002-09-24 15:26:55 +00:00
Pavel Roskin
e7e6552a03 * editwidget.c (edit): Make edit_dlg local variable. 2002-09-24 15:10:47 +00:00
Pavel Roskin
91f4a75562 * editmenu.c (edit_drop_menu_cmd): Don't use edit_dlg variable. 2002-09-24 15:04:22 +00:00
Andrew V. Samoilov
9e527a5781 Eliminate \f[BI].*\f[RP] constructions. 2002-09-24 13:41:55 +00:00
Andrew V. Samoilov
1f3f8da820 Typo fixed. 2002-09-24 11:15:06 +00:00
Marco Ciampa
937242ed24 color help done! 2002-09-24 09:40:31 +00:00
Marco Ciampa
c7cc984627 done some cleanup... 2002-09-24 08:12:59 +00:00
Marco Ciampa
26ecca102d done till colors ... 2002-09-24 08:12:23 +00:00
Marco Ciampa
423697b387 translated some forgotten messages... 2002-09-24 07:14:59 +00:00
Pavel Roskin
ac608302f8 * screen.c (panel_event): Implement support for mouse wheel. 2002-09-24 05:16:19 +00:00
Pavel Roskin
2e3fc9234b * edit.c: Remove all references to CR_LF_TRANSLATION.
* editcmd.c: Likewise.
2002-09-24 04:35:44 +00:00
Pavel Roskin
609af3a4b7 Remove unused NEEDS_CR_LF_TRANSLATION. 2002-09-24 04:33:16 +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
996a847666 * editwidget.c (edit): Install handler for DLG_RESIZE. 2002-09-24 03:57:36 +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
2571416650 * editwidget.c (edit): Set edit_dlg to NULL after it's
destroyed.
2002-09-23 23:42:44 +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
2cd434f6c2 Editor shows control characters in the caret notation.
Mouse wheel in the viewer.
2002-09-23 23:22:03 +00:00
Pavel Roskin
07fd90fb64 * color.h: Remove EDITOR_UNDERLINED_COLOR, it's unused. 2002-09-23 23:06:28 +00:00
Pavel Roskin
50c15654ef * edit.h: Move style definitions ...
* editdraw.c: ... here.  Multiply them by 256.  Remove unused
styles.
(print_to_widget): Don't divide style by 256.  Simplify logic
since we only have 4 styles now.
2002-09-23 23:05:15 +00:00
Pavel Roskin
6d1beed458 * edit.c (edit_move_forward3): Use caret notation for code 127
and below code 32.
* editdraw.c (edit_draw_this_line): Likewise.  Print '.' for
other non-printable characters and remove this code from ...
(print_to_widget): ... here.
2002-09-23 22:32:47 +00:00
Marco Ciampa
2cca76da0f another typo: too late at light corrections...:-( 2002-09-23 17:00:12 +00:00
Marco Ciampa
83e7570ec4 small typo 2002-09-23 16:51:19 +00:00
Andrew V. Samoilov
deda652442 - Restore %config for %{_prefix}/share/mc/mc.charsets.
- Restore %{_prefix}/share/mc/edit.spell.rc.
2002-09-23 16:12:42 +00:00