Commit Graph

5536 Commits

Author SHA1 Message Date
Pavel Roskin
bd19828876 * widget.c (history_get): Use list_append_unique() for backward
compatibility.
2003-02-18 06:29:43 +00:00
Pavel Roskin
f95d276250 * main.c (directory_history_list): Allow history command even
with just one entry - it's more intuitive.
2003-02-18 06:19:11 +00:00
Pavel Roskin
738e33006b * util.c (list_append_unique): New function - add text to GList
and remove duplicates.
* main.c (directory_history_add): Use list_append_unique().
* widget.c (push_history): Likewise.
2003-02-18 06:12:57 +00:00
Pavel Roskin
89e5cc319e * panel.h: Convert directory history to GList.
* widget.h: Convert input history to GList.
Adjust all dependencies.
2003-02-18 05:25:45 +00:00
Pavel Roskin
0109ef3666 Remove obsolete dependency on /sbin/chkconfig. 2003-02-16 06:26:35 +00:00
Pavel Roskin
7b7a054605 Fix some trivial translations. 2003-02-14 07:37:26 +00:00
Marco Ciampa
f3f47387a0 it.po converted in UTF-8, changed some upper/lower convention in a more 'italian' way & manual pages updated... 2003-02-13 18:56:56 +00:00
Pavel Roskin
3d26743be6 Remove copyright notices. 2003-02-12 23:48:53 +00:00
Pavel Roskin
7fd8d25bd8 Don't say that mc-4.6.0 will be released. 2003-02-12 19:23:43 +00:00
Pavel Roskin
200dce3828 Add:
Use separate colors for hotkeys in error dialogs.
2003-02-12 05:03:15 +00:00
Pavel Roskin
bb500647dd mcedit is an editor, not a viewer. 2003-02-11 21:46:19 +00:00
Pavel Roskin
fd051ca33e * cmd.c (edit_cmd_new): Call editor with NULL argiment, not with
an empty string.  nvi won't save the file if invoked with an
empty argument.
(execute_with_vfs_arg): Don't call vfs_file_is_local() on NULL.
Reported by Adam Byrtek <alpha@debian.org>
2003-02-11 19:11:36 +00:00
Pavel Roskin
881ee01385 Comment fixes. 2003-02-11 16:57:45 +00:00
Pavel Roskin
fc5b14503b Remove includes needed for my_system(), which is in utilunix.c. 2003-02-11 16:46:50 +00:00
Pavel Roskin
4ca9a308aa Add:
Allow calling directory hotlist from Copy, Move and Find File dialogs.
2003-02-11 00:39:53 +00:00
Pavel Roskin
34c12e65a5 Add improved navigation on VFS with non-empty command line. 2003-02-10 23:09:41 +00:00
Pavel Roskin
0631946e1d Add two history-related items for 4.6.1. 2003-02-10 21:47:41 +00:00
Pavel Roskin
56aa86a88d Update plans for 4.6.1. 2003-02-07 05:58:15 +00:00
Pavel Roskin
eb91a357d2 Change base version to 4.6.0. 2003-02-05 19:42:14 +00:00
Pavel Roskin
1b9b557238 * configure.in: Bump version to 4.6.0a. 2003-02-05 19:41:43 +00:00
Pavel Roskin
a8726a9a1e * configure.in: Version 4.6.0 released. 2003-02-05 18:06:48 +00:00
Pavel Roskin
2eac95dda3 Don't forget to update configure.in. 2003-02-05 18:00:59 +00:00
Pavel Roskin
0f74db5f23 Regenerated for 4.6.0. 2003-02-05 17:58:53 +00:00
Pavel Roskin
526018a520 Add news for 4.6.0. 2003-02-05 17:54:46 +00:00
Pavel Roskin
d8a24ad682 * syntax/Syntax: Match *.syntax before other files to fix
highlighting of makefile.syntax.
2003-02-05 09:43:37 +00:00
Pavel Roskin
4ed5c559b2 Minor formatting and textual fixes. 2003-02-05 09:35:22 +00:00
David Martin
77aa095c2b More formatting and updates. 2003-02-05 09:24:58 +00:00
Pavel Roskin
0f865bcf8f * cmd.c (get_random_hint): Add "force" argument to ignore
timeout.  Adjust all dependencies.
* main.c (load_hint): Likewise.
* layout.c (setup_panels): Force updating the hint bar.
Original patch by Adam Byrtek <alpha@debian.org>
2003-02-05 08:37:21 +00:00
Pavel Roskin
620bf270aa * syntax/c.syntax: Revert highlighting trailing whitespaces. 2003-02-05 07:44:49 +00:00
Pavel Roskin
a092663452 Update from Adam Byrtek <alpha@debian.org> 2003-02-04 14:32:32 +00:00
Andrew V. Samoilov
7f3ecbb307 Minor formatting... 2003-02-03 21:56:28 +00:00
Andrew V. Samoilov
46349cbf6e * autogen.sh: Fix unportable "+" sed regexp in gettext_ver
calculation.  Reported by vlad@geekizoid.com.
2003-02-03 21:19:57 +00:00
Pavel Roskin
482e675156 * slint.c (getch): If there is EOF on the input, exit
immediately, don't use quiet_quit_cmd().
Reported by Steven P. Ulrick <spu@faith4miracle.org>
2003-02-03 18:00:34 +00:00
David Martin
4b685b1862 Minor formatting. 2003-02-03 12:37:08 +00:00
David Martin
0c896ed831 Highlight navigation keys. 2003-02-03 10:54:46 +00:00
Pavel Roskin
40734f6a14 * syntax/nroff.syntax: Make colors more compatible with the
highlighting used in the internal viewer - yellow for bold and
brightred for italic.
2003-01-31 20:39:33 +00:00
Pavel Roskin
d34da4e327 More formatting fixes. 2003-01-31 19:58:17 +00:00
Pavel Roskin
bd4cfc1405 Document "Include". Minor spelling and formatting fixes. 2003-01-31 19:48:37 +00:00
Andrew V. Samoilov
9604cb48c6 * syntax/c.syntax: Highlight trailing whitespace(s). 2003-01-31 13:00:21 +00:00
Pavel Roskin
9bcada1d8b Update from Misu Moldovan <dumol@go.ro> 2003-01-30 22:22:49 +00:00
Pavel Roskin
b0c4a45dcf * acinclude.m4 (MC_WITH_NCURSES): Check -lcurses if -lncurses
doesn't work.  Useful on OpenBSD 3.2.
2003-01-30 06:52:26 +00:00
Pavel Roskin
4f1e8b8d26 It was a semicolon, not a comma. 2003-01-30 00:30:11 +00:00
Pavel Roskin
9180186101 * lib/mc.ext.in: Fix missing comma that affected viewing RPM packages. 2003-01-30 00:27:33 +00:00
Pavel Roskin
2edd447426 * util.c (name_quote): Don't quote ':', '~' and '@'. Quote '#'
and '~' only if it's the first character.
2003-01-28 22:52:04 +00:00
Pavel Roskin
5cecc135e1 * info.c (info_show_info): Cast nlink_t to int to avoid a
warning if nlink_t is short.
* screen.c (string_file_nlinks): Likewise.
2003-01-28 21:15:59 +00:00
Pavel Roskin
b3d0da2a30 Update description of syntax highlighting. 2003-01-28 20:43:10 +00:00
Pavel Roskin
a6a2ed7eae Updates before the point where the manual mentions colors. 2003-01-28 20:03:11 +00:00
Pavel Roskin
0da0c44f87 * (OptMenu): Add "Learn Keys".
(OptMenuEmacs): Likewise.
2003-01-28 17:56:53 +00:00
David Martin
691fe8dee2 Typo fixes. 2003-01-28 11:08:37 +00:00
Andrew V. Samoilov
86d8893548 shell desc does not allow wildcards.
* regex/\.(rpm/spm)$: Use --nosignature only if rpm supports this.
2003-01-28 06:58:18 +00:00