Pavel Roskin
|
c932c4610a
|
* edit.c (check_file_access): Only allow to edit regular files.
Use stat() before open() to prevent hangs on pipes, use fstat()
afterwards if stat() was unsuccessful.
|
2001-10-18 09:35:22 +00:00 |
|
Pavel Roskin
|
b4324a149b
|
* edit.h: Don't use macro `stat' - it's already a macro on
Solaris 8 with large file support.
* editcmd.c: Replace stat() with mc_stat().
* edit.c: Likewise.
|
2001-09-17 21:32:47 +00:00 |
|
Pavel Roskin
|
6d8020ff3d
|
* syntax.c (syntax_text): Remove, it's a separate file now.
(upgrade_syntax_file): Remove.
(edit_read_syntax_file): Use check_for_default().
|
2001-09-11 21:44:52 +00:00 |
|
Pavel Roskin
|
ed1d72c662
|
* edit.h: Remove some useless definitions.
|
2001-09-08 05:45:27 +00:00 |
|
Pavel Roskin
|
14c07c5677
|
* Makefile.am: Don't define "MIDNIGHT" - it's unused now.
|
2001-09-07 21:24:11 +00:00 |
|
Pavel Roskin
|
afee09a276
|
* edit.c: Eliminate all code disabled for the text edition.
* editcmddef.h: Likewise.
* editmenu.c: Likewise.
* editwidget.c: Likewise.
* syntax.c: Likewise.
* wordproc.c: Likewise.
|
2001-09-07 20:10:45 +00:00 |
|
Pavel Roskin
|
944cfcffe6
|
* edit-widget.h: Change ~/.cedit to ~/.mc/cedit to keep mcedit
files separate from cooledit.
|
2001-09-07 19:10:44 +00:00 |
|
Pavel Roskin
|
d1caf46603
|
* bookmark.c: Eliminate all code disabled for the text edition.
* edit-widget.h: Likewise.
* editcmd.c: Likewise.
* editdraw.c: Likewise.
* editoptions.c: Likewise.
|
2001-09-07 18:56:07 +00:00 |
|
Pavel Roskin
|
89824f18f7
|
* edit.h: Eliminate all code disabled for the text edition.
Reorder and simplify includes.
* edit.c: Likewise.
|
2001-09-07 16:52:42 +00:00 |
|
Pavel Roskin
|
b88dbed3a0
|
* syntax.c (syntax_text): Add PHP support from Cooledit.
|
2001-09-06 05:26:04 +00:00 |
|
Pavel Roskin
|
ebc45d895d
|
* Makefile.am (AM_CFLAGS): Remove CFLAGS, don't use substituted
values directly.
|
2001-09-04 05:33:54 +00:00 |
|
Pavel Roskin
|
f743b68a21
|
* syntax.c (syntax_text): Remove useless ']' in the Perl and
Python rules. Change shell script rule to use more portable
regular expression.
|
2001-09-04 05:29:55 +00:00 |
|
Pavel Roskin
|
0b245d4db4
|
* editcmd.c (edit_block_process_cmd): Prepend space to the
command to avoid polluting bash history. Document arguments.
Fix crash if block is 0 - not used currently.
|
2001-09-04 04:16:06 +00:00 |
|
Pavel Roskin
|
6f8323907f
|
Trimmed using last chtrim. Ensure exactly 2 spaces before e-mail.
|
2001-09-01 20:12:16 +00:00 |
|
Pavel Roskin
|
deb0875b95
|
* Makefile.am: Don't install libedit.a.
|
2001-08-26 16:43:54 +00:00 |
|
Pavel Roskin
|
280ac1e9d6
|
* Makefile.in: Converted to ...
* Makefile.am: ... this.
|
2001-08-26 08:41:34 +00:00 |
|
Pavel Roskin
|
16e569e3a6
|
* Makefile.in (EDITSRC): Add headers.
(CPPFLAGS): Remove reference to gtkedit.
|
2001-08-24 19:04:13 +00:00 |
|
Pavel Roskin
|
b44a4e19c6
|
Copy all necessary files from gtkedit.
* Makefile.in (EDITLINKS): Merge with EDITSRC, remove all
references.
|
2001-08-24 18:23:17 +00:00 |
|