Roland Illig
|
9c65d36bdd
* edit.c: Replaced NULL with (char *) NULL. Likewise for 0, where
|
20 years ago |
Roland Illig
|
243e84706e
* Code cleanup: Added const qualifier for variables and
|
20 years ago |
Roland Illig
|
6cefb6d3bb
Made the data type of some variables more appropriate.
|
20 years ago |
Roland Illig
|
3b421b32bb
Moved a semicolon outside of a declaration macro.
|
20 years ago |
Pavel Roskin
|
90ae5d102d
* edit.c (edit_execute_key_command): Return void, the result is
|
21 years ago |
Pavel Roskin
|
8bc40b44f0
Fix includes not to rely on $(top_srcdir) being in the include path.
|
21 years ago |
Pavel Roskin
|
e90a7540a2
* edit.h: Make static all functions and variables that don't
|
21 years ago |
Pavel Roskin
|
38265d418d
* edit.h: Get rid of WIDGET_COMMAND, update all dependencies.
|
21 years ago |
Pavel Roskin
|
cf9acd036e
* edit-widget.h: Resurrect "dir" field in WEdit to store
|
21 years ago |
Pavel Roskin
|
58572c60da
* edit.c (edit_execute_cmd): Enable user menu in mcedit.
|
21 years ago |
Pavel Roskin
|
dadbdd25e9
* editcmd.c (edit_quit_cmd): Rename to ...
|
21 years ago |
Pavel Roskin
|
9bc8df86ad
* editcmd.c (edit_quit_cmd): Don't save this command in the undo
|
21 years ago |
Pavel Roskin
|
4b8f0b02b2
* edit.c (edit_clean): Remove stale lock if any.
|
21 years ago |
Pavel Roskin
|
5ff5f8e9d1
* edit-widget.h: Add new field loading_done.
|
21 years ago |
Pavel Roskin
|
bdc56f331b
* editcmd.c: Implement pasting the output of any external
|
22 years ago |
Pavel Roskin
|
e95373535c
* edit.c: Move edit_modification() before actions to provide
|
22 years ago |
Pavel Roskin
|
ebf1bcfa33
* edit.c (edit_load_file): Use vfs_file_is_local(), not
|
22 years ago |
Pavel Roskin
|
d88b75838a
* editlock.c, editlock.h: New files. Implement file locking in
|
22 years ago |
Pavel Roskin
|
ab43e6db88
* edit_key_translator.c: Rename to ...
|
22 years ago |
Pavel Roskin
|
d6947e39cf
* edit.c (edit_translate_key): Remove x_state argument, it's now
|
22 years ago |
Andrew V. Samoilov
|
bce2ba99e9
* edit.h (edit_save_mode_t): New enum for file saving mode.
|
22 years ago |
Pavel Roskin
|
0454cf6eb1
* edit.c: Use edit->stack_disable instead of static variable.
|
22 years ago |
Pavel Roskin
|
74714227fb
Fix closing the same file twice.
|
22 years ago |
Pavel Roskin
|
857565ca21
* edit.c (check_file_access): Use non-blocking open() followed
|
22 years ago |
Pavel Roskin
|
2eb1245290
Comment change.
|
22 years ago |
Pavel Roskin
|
8148b4973c
* edit.c (edit_reload): Don't initialize edit->macro_i, because
|
22 years ago |
Pavel Roskin
|
2048c47dfb
Comment change.
|
22 years ago |
Pavel Roskin
|
aaf569bd48
* edit.h: Don't inclide malloc.h. Use g_malloc() and g_free()
|
22 years ago |
Pavel Roskin
|
77bd4c7f55
* edit.c (edit_load_file): Merge edit_open_file(). Disable fast
|
22 years ago |
Pavel Roskin
|
433726e56b
* (edit_init): Move file loading to ...
|
22 years ago |
Pavel Roskin
|
6716e7ecff
* edit.c (init_dynamic_edit_buffers): Remove unused code to
|
22 years ago |
Pavel Roskin
|
ceb3e9eb60
Comment fixes.
|
22 years ago |
Pavel Roskin
|
ca658f44a6
* editcmd.c (edit_split_filename): Rename to edit_set_filename,
|
22 years ago |
Pavel Roskin
|
581cf41929
* edit.c (edit_open_file): Remove "text" and "text_size"
|
22 years ago |
Pavel Roskin
|
78155218a6
* edit.c (edit_move_to_column): Remove, use
|
22 years ago |
Pavel Roskin
|
c935eaa6c2
* edit.c: Commit the rest of the position saving code.
|
22 years ago |
Pavel Roskin
|
c3cdbeb001
* edit.c (check_file_access): Use O_EXCL when opening new files.
|
22 years ago |
Pavel Roskin
|
b64955fbbd
s/Failed trying to/Cannot/
|
22 years ago |
Pavel Roskin
|
f2ccab3adc
* edit-widget.h: Remove "from_here" and "to_here".
|
22 years ago |
Pavel Roskin
|
dd7f5798fa
* edit.h: Remove "dir" field in WEdit - it's always an empty
|
22 years ago |
Pavel Roskin
|
41fbb5099f
* edit.c: Use g_malloc() and g_free() on buffers1 and buffers2.
|
22 years ago |
Pavel Roskin
|
b628d515c0
* edit.h: Don't define HAVE_SYNTAXH.
|
22 years ago |
Pavel Roskin
|
527cb0c64c
* edit.c: First part of the position saving code.
|
22 years ago |
Pavel Roskin
|
18de4488e3
* edit-widget.h: Move typedef WEdit and file names ...
|
22 years ago |
Pavel Roskin
|
7969f851bb
* edit.h: Decentralize includes.
|
22 years ago |
Pavel Roskin
|
c6e56452ea
* exit.c (edit_delete_line): Don't remove and restore the
|
22 years ago |
Pavel Roskin
|
e741be7a5d
* *.c: Fix all global functions without declarations - declare,
|
22 years ago |
Pavel Roskin
|
2b9d151923
* edit.c (edit_execute_cmd): Fool gcc to prevent Y2K warning.
|
22 years ago |
Pavel Roskin
|
af883aaecf
Fixes in English messages.
|
22 years ago |
Pavel Roskin
|
b2fd313167
* edit.c: Include charset.h unconditionally, use new conversion
|
22 years ago |