mc/edit
Slava Zanko 4f00496233 patches by Rostislav Beneš: mc-12-menu
like buttons use menu entries hotkey_t. But menus are staticly defined, so this
change is much bigger. All menu declaration must be edited. follow standard
changes in drawing and handling hotkeys.

now basic mc's functions works in utf-8, remain correct calculation of controls
width in dialogs, replace functions like tolower, toupper,isspace, ... width
functions from strutil or g_ascii variant.
2009-01-26 11:47:41 +02:00
..
.gitignore Added .svnignore files (same as .cvsignore) 2008-12-28 23:27:03 +02:00
bookmark.c * edit/bookmark.c: Update copyright notice. 2007-09-25 15:33:35 +00:00
ChangeLog * edit/editlock.c (lock_build_name): Check the return value of getpwuid(). 2007-11-02 14:02:23 +00:00
choosesyntax.c * edit/choosesyntax.c (pstrcmp): Make static. 2007-09-11 08:34:31 +00:00
edit-widget.h * edit.h: Make skip_detach_prompt unsigned. Otherwise, it 2007-02-03 01:03:53 +00:00
edit.c Merge commit 'origin/96_segfault_invalid_mtime' into mc-4.6 2009-01-11 22:07:25 +01:00
edit.h added patch from ticket 148 2009-01-19 22:09:54 +01:00
editcmd.c Merge commit 'origin/50_history_sections.metux' 2009-01-25 07:00:32 +01:00
editcmddef.h edit/edit.c, edit/editcmddef.h, edit/editkeys.c: Add Ctrl-S to toggle syntax 2006-02-01 17:07:11 +00:00
editdraw.c Move this var into if condition as it's only needed there 2009-01-14 23:28:35 +01:00
editkeys.c * edit/bookmark.c: Update copyright notice. 2007-09-25 15:33:35 +00:00
editlock.c Removed some unused vars and functions 2009-01-12 22:47:05 +01:00
editlock.h
editmenu.c patches by Rostislav Beneš: mc-12-menu 2009-01-26 11:47:41 +02:00
editoptions.c * edit/bookmark.c: Update copyright notice. 2007-09-25 15:33:35 +00:00
editwidget.c * edit/bookmark.c: Update copyright notice. 2007-09-25 15:33:35 +00:00
Makefile.am * edit/choosesyntax.c: Create file. Menu option to override syntax 2005-07-24 13:37:58 +00:00
syntax.c * edit/bookmark.c: Update copyright notice. 2007-09-25 15:33:35 +00:00
usermap.c * choosesyntax.c: Make undeclared functions static. 2005-11-11 02:26:04 +00:00
usermap.h * usermap.c: Allow user-defined keyboard bindings for mcedit. 2005-07-20 11:56:30 +00:00
wordproc.c * edit/wordproc.c (next_word_start): A word is preceded by a whitespace - 2006-06-16 20:01:29 +00:00