mc/edit
Sergei Trofimovich ff4de3d66f Merge branch 'mc-4.6' into 147_escaping
* mc-4.6:
  replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file()
  fixed out-of-tree-builds
  Updated the NEWS file for 4.6.2 and added the bugnumbers behind the items in the list.
  Update for OpenOffice and StarOffice viewer.
  changelog: added entry for python syntax
  syntax: python: keywords update (patch by NNemec) fixes #216
  AC_USE_SYSTEM_EXTENSIONS macro requires autoconf >= 2.60
  po/ru.po: In russian translation, there are some hotkey conficts in menu.
  ChangeLog/NEWS: added entry for #181 ticket (copy to deleted dir)
  Now a trailing slash will only be added in copy & move dialogs if the path itselfs
  copy/move dialog: add trailing '/' to default destination path (fix #181)
  fixed comments to /* ... */
  Not only comment it out but removing it
  Removed unneeded var to make build process a bit cleaner
  Add code snipplet by il.smind which should fix issues with putty and

Conflicts:
	ChangeLog
	mhl/string.h
	src/command.c
	src/complete.c
	src/file.c
	src/util.c
2009-01-31 22:18:19 +02:00
..
.gitignore Added .svnignore files (same as .cvsignore) 2008-12-28 23:27:03 +02:00
ChangeLog * edit/editlock.c (lock_build_name): Check the return value of getpwuid(). 2007-11-02 14:02:23 +00:00
Makefile.am fixed out-of-tree-builds 2009-01-30 16:46:44 +01:00
bookmark.c * edit/bookmark.c: Update copyright notice. 2007-09-25 15:33:35 +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 replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file() 2009-01-31 16:51:58 +01:00
edit.h in file edit/edit.[ch] 2009-01-09 01:33:17 +02:00
editcmd.c Merge branch 'mc-4.6' into 147_escaping 2009-01-31 22:18:19 +02: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 * edit.h: Renamed multiple inclusion guards that started with a 2004-12-03 17:09:27 +00:00
editmenu.c * edit/bookmark.c: Update copyright notice. 2007-09-25 15:33:35 +00:00
editoptions.c * edit/bookmark.c: Update copyright notice. 2007-09-25 15:33:35 +00:00
editwidget.c replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file() 2009-01-31 16:51:58 +01:00
syntax.c replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file() 2009-01-31 16:51:58 +01:00
usermap.c replaced buggy concat_dir_and_file() by mhl_str_dir_plus_file() 2009-01-31 16:51:58 +01: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