Pavel Roskin
e30ec8eff1
* configure.in: Remove support for HSC proxy - it's obsolete.
...
Remove all references to HSC proxy everywhere.
2002-09-22 06:23:56 +00:00
Pavel Roskin
b5700cf6f8
* configure.in: Remove support for HSC proxy - it's obsolete.
...
Remove all references to HSC proxy everywhere.
2002-09-22 06:14:16 +00:00
Pavel Roskin
98923b3ee1
Add mc.hlp.hu
2002-09-22 05:52:56 +00:00
Pavel Roskin
774b97e94c
* mouse.h: Put return codes from the mouse callback to an enum.
...
Remove MOU_ENDLOOP and MOU_LOCK - they are interpreted like
MOU_NORMAL. Adjust all dependencies.
* dlg.c: Use MOU_NORMAL instead of 0 for mouse_status.
2002-09-22 05:49:17 +00:00
Pavel Roskin
577f69c223
- Drop %config from files under /usr/share - users are not supposed to
...
edit them. Local copies under ~/.mc should be used for that.
2002-09-22 02:05:03 +00:00
Pavel Roskin
4085591bd0
* main.c (process_args): Print only data directory and nothing
...
else for the "-f" argument.
(argument_table): Rename --libdir to --datadir, adjust its
description.
2002-09-22 01:59:37 +00:00
Pavel Roskin
5802fdacfc
Make local directories configurable.
2002-09-22 01:41:18 +00:00
Pavel Roskin
a250483e11
Remove old rpm packages before building the new one.
2002-09-22 01:37:20 +00:00
Pavel Roskin
aee2962a24
* configure.in: Bump version to 4.6.0-pre1b.
2002-09-22 01:19:34 +00:00
Pavel Roskin
cd2817a53c
Use FHS-compliant paths.
2002-09-22 01:18:08 +00:00
Pavel Roskin
d433e41f3e
- mc now complies with the Filesystem Hierarchy Standard and uses
...
@prefix@/share/mc for the data files.
2002-09-22 01:02:18 +00:00
Pavel Roskin
d792494ee9
* doc/hu/mc.hlp.hu: Rename to ...
...
* doc/hu/mc.hlp.hu.in: ... this. Adjust paths.
* configure.in: Substitute doc/hu/mc.hlp.hu.
* doc/hu/Makefile.am: Don't distribute mc.hlp.hu.
2002-09-22 00:58:55 +00:00
Pavel Roskin
b509516df7
* doc/mc.1.in: Update path to data the files. Rename MC_LIBDIR
...
to MC_DATADIR. Make the same changes in the translations.
2002-09-22 00:38:54 +00:00
Pavel Roskin
6979a9fddf
* Makefile.am: Rename LIBDIR to DATADIR, since it refers to
...
pkgdatadir now. Install cons.saver to pkglibdir, pass it to the
compiler as LIBDIR.
* cons.handler.c (handle_console): Use LIBDIR.
* main.c (OS_Setup): Use DATADIR instead of LIBDIR. Rename
MC_LIBDIR to MC_DATADIR.
2002-09-22 00:13:32 +00:00
Pavel Roskin
748e028d05
* */Makefile.am: Replace mclibdir with pkgdatadir to use "share"
...
directory for architecture-independent files.
2002-09-21 23:49:52 +00:00
Pavel Roskin
b803c4463c
Typo fix.
2002-09-21 23:04:54 +00:00
Pavel Roskin
e90d91e7a0
* mcfs.c: Move config,h to the beginning.
2002-09-21 23:01:41 +00:00
Pavel Roskin
7fcd9a6517
* panelize,c: Remove unused variable panelize_title.
2002-09-21 06:20:25 +00:00
Pavel Roskin
28ee4bd6f0
* view.c (view_event): Add mouse wheel support.
2002-09-21 05:46:19 +00:00
Pavel Roskin
8bded038ab
Mention glib 2.0.x and mouse wheel.
2002-09-21 00:30:23 +00:00
Pavel Roskin
fb418291eb
* editwidget.c (edit_event): Add support for mouse wheel events.
...
* edit.h: Add missing declarations for edit_move_up() and
edit_move_down().
2002-09-21 00:16:04 +00:00
Pavel Roskin
dad4215705
* mouse.h: Define events for the mouse wheel.
...
* key.c (xmouse_get_event): Recognize mouse wheel events.
2002-09-21 00:11:59 +00:00
Pavel Roskin
1b3b7b70b9
Update, mention --with-glib2.
2002-09-20 22:58:51 +00:00
Pavel Roskin
d391fc8e4d
Update.
2002-09-20 21:59:34 +00:00
Pavel Roskin
609ca8e92b
Typo fixes.
2002-09-20 21:45:33 +00:00
Pavel Roskin
05d8279cb2
Update.
2002-09-20 21:44:38 +00:00
Pavel Roskin
53df9ca76e
Update, mention glib2.
2002-09-20 21:19:34 +00:00
Pavel Roskin
9d1018a86c
Update.
2002-09-20 21:14:48 +00:00
Pavel Roskin
b295faf096
* command.c: (command_insert): New function - insert quoted
...
text into the command line.
* main.c: Use command_insert() instead of stuff(). This ensures
that the names in the command line are quoted.
Reported by Arpad Biro <biro_arpad@yahoo.com>
2002-09-20 19:59:28 +00:00
Pavel Roskin
f6f02a0295
* command.c: Make `command' a standard WInput widget, just
...
change its callback. Eliminate input_w(). Adjust all
dependencies.
* widget.c (input_callback): Remove static attribute.
2002-09-20 19:36:55 +00:00
Pavel Roskin
a8b0adb2d2
Update documentation about the completion key.
2002-09-20 15:42:46 +00:00
Andrew V. Samoilov
bb947f855e
* edit.c: Don't initialize static selection and selection_history.
2002-09-20 15:42:25 +00:00
Marco Ciampa
7871b1d62e
*** empty log message ***
2002-09-20 15:21:46 +00:00
Andrew V. Samoilov
9f80054302
* editdraw.c (status_string): Remove font_width argument.
...
(edit_status): Fix calculation to use last column in the status string.
2002-09-20 15:15:43 +00:00
Marco Ciampa
b2ef3a7e0a
corrected a scanf search string...
2002-09-20 15:12:45 +00:00
Marco Ciampa
c072047cc8
*** empty log message ***
2002-09-20 12:04:01 +00:00
Marco Ciampa
091ef95031
translating internal file edit ...
2002-09-19 20:30:20 +00:00
Pavel Roskin
93d90d68a4
* syntax/m4.syntax: New file.
...
* syntax/Syntax: Add m4.syntax.
* syntax/Makefile.am: Likewise.
From Vlad Romanenko <VladRomanenko@ukr.net>
2002-09-19 15:47:49 +00:00
Andrew V. Samoilov
50ac0519dd
* tcputil.c [!WITH_MCFS]: Disable mcfs related code.
...
* mcfs.c [!WITH_MCFS]: Disable all code.
2002-09-19 14:37:22 +00:00
Pavel Roskin
4b15a62d38
* syntax/sql.syntax: Only recognize non-standard MySQL comments
...
at the beginning of line.
2002-09-19 13:28:44 +00:00
Pavel Roskin
542d4b681a
* syntax/sql.syntax: Only recognize non-standard MySQL comments
...
at the beginning of string.
2002-09-19 13:23:56 +00:00
Marco Ciampa
0dc81952d7
translate some internal viewer strings that where left out previously.
2002-09-19 12:14:06 +00:00
Marco Ciampa
b06c1420a7
advancing in translation: internal viewer.
2002-09-19 12:12:58 +00:00
Andrew V. Samoilov
c4b3002022
* syntax/syntax.syntax: Add "linestart" for "context",
...
"context default" and "context exclusive" keywords.
* syntax/c.syntax: Fix "%s" highlighting for "%-19s"
and "%5.5s" formats.
2002-09-19 11:09:57 +00:00
Pavel Roskin
b29fee5f6d
Update.
2002-09-19 07:06:10 +00:00
Pavel Roskin
e6003e328f
Even better "+number" help - don't depend on the length of _("+number")
2002-09-19 06:52:41 +00:00
Pavel Roskin
dfdb879eb1
* main.c (argument_table): Improve help for "+number" - it has
...
to be re-translated anyway.
2002-09-19 06:43:06 +00:00
Pavel Roskin
d12a6c2eb6
* main.c (argument_table): Add missing descriptions.
2002-09-19 06:29:25 +00:00
Pavel Roskin
7d2f7d94dd
* main.c [NATIVE_WIN32]: Remove -S option, it's useless.
2002-09-19 06:16:42 +00:00
Pavel Roskin
331a4c7bab
* main.c (print_mc_usage): Use poptPrintHelp() instead of
...
manually formatted help text. Adjust callers to pass popt
context.
2002-09-19 06:03:24 +00:00