Pavel Tsekov
|
b0f2d1654c
|
* edit/editlock.c (lock_build_name): Check the return value of getpwuid().
* src/cmd.c (save_setup_cmd): Remove redundant g_strconcat() call.
* src/hotlist.c (load_hotlist): Likewise.
* vfs/smbfs.c (smbfs_convert_path): Replaced NULL with (char *) NULL.
|
2007-11-02 14:02:23 +00:00 |
|
Pavel Tsekov
|
2f3df3af4e
|
* edit/bookmark.c: Update copyright notice.
* edit/edit.c: Likewise.
* edit/editcmd.c: Likewise.
* edit/editdraw.c: Likewise.
* edit/editkeys.c: Likewise.
* edit/editlock.c: Likewise.
* edit/editmenu.c: Likewise.
* edit/editoptions.c: Likewise.
* edit/editwidget.c: Likewise.
* edit/syntax.c: Likewise.
* src/background.c: Likewise.
* src/boxes.c: Likewise.
* src/complete.c: Likewise.
* src/execute.c: Likewise.
* src/ext.c: Likewise.
* src/file.c: Likewise.
* src/filegui.c: Likewise.
* src/fileopctx.c: Likewise.
* src/find.c: Likewise.
* src/hotlist.c: Likewise.
* src/key.c: Likewise.
* src/keyxdef.c: Likewise.
* src/layout.c: Likewise.
* src/learn.c: Likewise.
* src/listmode.c: Likewise.
* src/main.c: Likewise.
* src/panelize.c: Likewise.
* src/slint.c: Likewise.
* src/textconf.c: Likewise.
* src/tree.c: Likewise.
* src/treestore.c: Likewise.
* src/tty.c: Likewise.
* src/util.c: Likewise.
* src/utilunix.c: Likewise.
* src/view.c: Likewise.
* src/widget.c: Likewise.
* src/wtools.c: Likewise.
* src/x11conn.c: Likewise.
* vfs/cpio.c: Likewise.
* vfs/extfs.c: Likewise.
* vfs/fish.c: Likewise.
* vfs/ftpfs.c: Likewise.
* vfs/gc.c: Likewise.
* vfs/mcfs.c: Likewise.
* vfs/mcserv.c: Likewise.
* vfs/smbfs.c: Likewise.
* vfs/tar.c: Likewise.
|
2007-09-25 15:33:35 +00:00 |
|
Pavel Tsekov
|
23361694b6
|
* src/background.c: Use the correct form of FSF's name in the copyright
notice.
* src/boxes.c: Ditto.
* src/complete.c: Ditto.
* src/execute.c: Ditto.
* src/ext.c: Ditto.
* src/file.c: Ditto.
* src/filegui.c: Ditto.
* src/fileopctx.c: Ditto.
* src/fileopctx.h: Ditto.
* src/find.c: Ditto.
* src/hotlist.c: Ditto.
* src/key.c: Ditto.
* src/keyxdef.c: Ditto.
* src/layout.c: Ditto.
* src/learn.c: Ditto.
* src/listmode.c: Ditto.
* src/main.c: Ditto.
* src/panelize.c: Ditto.
* src/slint.c: Ditto.
* src/textconf.c: Ditto.
* src/tree.c: Ditto.
* src/treestore.c: Ditto.
* src/tty.c: Ditto.
* src/util.c: Ditto.
* src/utilunix.c: Ditto.
* src/view.c: Ditto.
* src/widget.c: Ditto.
* src/wtools.c: Ditto.
* src/x11conn.c: Ditto.
* vfs/cpio.c: Ditto.
* vfs/extfs.c: Ditto.
* vfs/fish.c: Ditto.
* vfs/ftpfs.c: Ditto.
* vfs/gc.c: Ditto.
* vfs/mcfs.c: Ditto.
* vfs/mcserv.c: Ditto.
* vfs/smbfs.c: Ditto.
* vfs/tar.c: Ditto.
* vfs/undelfs.c: Ditto.
* vfs/utilvfs.c: Ditto.
* vfs/vfs.c: Ditto.
* edit/bookmark.c: Ditto.
* edit/edit.c: Ditto.
* edit/edit.h: Ditto.
* edit/editcmd.c: Ditto.
* edit/editdraw.c: Ditto.
* edit/editkeys.c: Ditto.
* edit/editlock.c: Ditto.
* edit/editmenu.c: Ditto.
* edit/editoptions.c: Ditto.
* edit/editwidget.c: Ditto.
* edit/syntax.c: Ditto.
|
2007-09-24 09:28:32 +00:00 |
|
Pavel Tsekov
|
03e7a434b4
|
* edit/editlock.c: Fix for savannah bug #13673.
(lock_build_symlink_name): New function.
(edit_lock_file): Use lock_build_symlink_name().
(edit_unlock_file): Likewise.
|
2006-03-15 16:08:28 +00:00 |
|
Pavel Roskin
|
1f60f44145
|
Update postal address of Free Software Foundation.
|
2005-05-27 03:35:10 +00:00 |
|
Pavel Roskin
|
21ea3f6740
|
* *.c: Remove duplicate includes.
|
2005-05-10 20:57:11 +00:00 |
|
Roland Illig
|
ecc08f6c60
|
* edit.h: Removed unnecessary #include directives ...
* *.c: ... and added them here.
|
2005-02-22 17:00:36 +00:00 |
|
Roland Illig
|
2a281ad18d
|
* *.c: Removed unused parameters for static functions. Marked
unused parameters for global functions. Removed redundant
comments.
|
2005-02-07 20:08:01 +00:00 |
|
Roland Illig
|
05d2881a71
|
* *.c: Removed trailing whitespace.
|
2005-02-07 07:31:19 +00:00 |
|
Roland Illig
|
9c65d36bdd
|
* edit.c: Replaced NULL with (char *) NULL. Likewise for 0, where
NULL was meant.
* editcmd.c: Likewise.
* editlock.c: Likewise.
* editwidget.c: Likewise.
* syntax.c: Likewise.
|
2004-09-24 14:57:57 +00:00 |
|
Roland Illig
|
243e84706e
|
* Code cleanup: Added const qualifier for variables and
function declarations where possible. No functional changes.
|
2004-08-29 18:45:56 +00:00 |
|
Roland Illig
|
d1b57fbf7f
|
Avoid compiler warning using gcc/Solaris8.
|
2004-08-16 04:49:08 +00:00 |
|
Pavel Roskin
|
a128188ae1
|
Warning fixes for FreeBSD 5.1.
|
2003-11-21 03:17:18 +00:00 |
|
Pavel Roskin
|
8bc40b44f0
|
Fix includes not to rely on $(top_srcdir) being in the include path.
|
2003-10-29 08:54:22 +00:00 |
|
Pavel Roskin
|
e95373535c
|
* edit.c: Move edit_modification() before actions to provide
proper repainting if there are dialogs invoked by actions.
|
2003-04-05 01:43:58 +00:00 |
|
Pavel Roskin
|
66a823861f
|
* editlock.c: Split lock into user@host and pid and report them
separately.
|
2003-04-05 01:29:15 +00:00 |
|
Pavel Roskin
|
ebf1bcfa33
|
* edit.c (edit_load_file): Use vfs_file_is_local(), not
vfs_current_is_local().
* editlock.c (edit_lock_file): Disable locking on VFS.
|
2003-04-02 22:25:00 +00:00 |
|
Pavel Roskin
|
d88b75838a
|
* editlock.c, editlock.h: New files. Implement file locking in
Emacs style, as documented in JED editor sources.
* Makefile.am: Add those files to build tree.
* edit-widget.c (WEdit): New property 'locked', 0 on edit_init.
* edit.c (edit_modification): Lock buffer on modification.
* editcmd.c (edit_save_cmd, edit_save_as_cmd): Handle locking
during file save.
(edit_load_file_from_filename): Unlock. Remove 2 duplicate
lines (handled by edit_init).
(edit_quit_cmd): Unlock.
|
2003-04-02 19:36:10 +00:00 |
|