1
1
mc/edit
Slava Zanko 0730efa2fc Merge branch 'm-utf-8' of ssh://www.midnight-commander.org:2222/git/mc into m-utf-8
* 'm-utf-8' of ssh://www.midnight-commander.org:2222/git/mc:
  fix by andrew_b uninitialised tool->compose.
  fix incorrect draw utf-8 text in 8-bit locale
  fix some warnings
  add convert_from_utf_to_current_c, fix little warnings
  add utf8_display global variable, if display bits select utf-8 utf8_display = 1
  add more convertion before draw text
  change charbuf to char from unsigned char
  add: convert input in utf locale to needle
  fix incorrect convertion from utf to display CP
  fix: width utf buffer
  add in core viewer codepage selection from list
  fix: editor status bar
  fix: edit_get_prev_utf segfault, add compare str with start of buf

Conflicts:
	edit/edit.h
2009-04-17 11:52:20 +03:00
..
.gitignore Added .svnignore files (same as .cvsignore) 2008-12-28 23:27:03 +02:00
bookmark.c First bunch of mhl_mem_free removal patches 2009-02-05 23:36:58 +01:00
ChangeLog * edit/editlock.c (lock_build_name): Check the return value of getpwuid(). 2007-11-02 14:02:23 +00:00
choosesyntax.c Completely removed MHL stuff 2009-02-06 14:01:28 +02:00
edit-widget.h change charbuf to char from unsigned char 2009-04-16 21:14:48 +00:00
edit.c fix some warnings 2009-04-16 21:28:02 +00:00
edit.h Temporary commit. Half-fix searching. 2009-04-17 11:46:06 +03:00
editcmd.c Merge branch 'm-utf-8' of ssh://www.midnight-commander.org:2222/git/mc into m-utf-8 2009-04-17 11:52:20 +03:00
editcmddef.h Add stack navigation structure. Add hotkeys A-'-' backward A-'=' forward navigation to files. 2009-02-25 21:55:35 +00:00
editdraw.c fix incorrect draw utf-8 text in 8-bit locale 2009-04-17 06:17:37 +00:00
editkeys.c fix some warnings 2009-04-16 21:28:02 +00:00
editlock.c replace isalpha to g_ascii_isalpha 2009-04-06 10:31:12 +00:00
editlock.h * edit.h: Renamed multiple inclusion guards that started with a 2004-12-03 17:09:27 +00:00
editmenu.c First bunch of mhl_mem_free removal patches 2009-02-05 23:36:58 +01:00
editoptions.c replace "Persistent blocks" to "Persistent selection" in 2009-03-28 00:35:25 +00:00
editwidget.c Completely removed MHL stuff 2009-02-06 14:01:28 +02:00
etags.c add static in parse_define 2009-03-10 20:11:51 +00:00
etags.h replace malloc to g_malloc. 2009-03-06 15:28:54 +00:00
Makefile.am fix err in Makefile.am. Change etats.h to etags.h 2009-03-10 20:08:30 +00:00
syntax.c replace isalpha to g_ascii_isalpha 2009-04-06 10:31:12 +00:00
usermap.c Completely removed MHL stuff 2009-02-06 14:01:28 +02:00
usermap.h Reverted the use of bool in favour of gboolean 2009-02-05 23:46:07 +01:00
wordproc.c First bunch of mhl_mem_free removal patches 2009-02-05 23:36:58 +01:00