ChangeLog 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525
  1. 2001-07-19 Pavel Roskin <proski@gnu.org>
  2. * configure.in: Don't check for getwd, it's completely
  3. eliminated.
  4. * INSTALL: Remove reference to HAVE_GETWD.
  5. * lib/mc.ext.in: Fix opening info pages on VFS. Modernize
  6. entries for compressed cpio archives.
  7. * lib/mc.ext.in: Comment changes. Remove rules for programs -
  8. they were only used in obsolete frontends. Don't ever use %view
  9. without commands - it's slower and loses user settings, e.g.
  10. hex mode. Put shared libraries before man pages and read.me
  11. before .me macros so that they match correctly. Use nm for
  12. shared libraries. Add rules for StarOffice and AbiWord.
  13. 2001-07-14 Pavel Roskin <proski@gnu.org>
  14. * configure.in: Bump version to 4.5.54a.
  15. 2001-07-13 Pavel Roskin <proski@gnu.org>
  16. * lib/mcserv.init: Fix exit status.
  17. http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=44601
  18. * lib/mc.ext.in: Anchor all regexes in the type/ rules except
  19. "executable", which should follow a space. Simplify rules for
  20. images. Add shell/ rule for *.info files. Fix all incorrect
  21. uses of the alternation operator.
  22. Reported by Oskar Liljeblad and Michel Casabona.
  23. 2001-07-12 Pavel Roskin <proski@gnu.org>
  24. * configure.in: Don't check for iconv, it's already checked for
  25. in AM_GNU_GETTEXT.
  26. 2001-07-10 Pavel Roskin <proski@gnu.org>
  27. * doc/mc.1.in: Update documentation about hex search.
  28. * edit/edit_key_translator.c (cooledit_key_map): Bind
  29. Ctrl-Shift-Up and Ctrl-Shift-Down to scroll with highlight.
  30. From Steef Boerrigter <sxmboer@sci.kun.nl>
  31. * edit/Makefile.in: Make edit.o depend on edit_key_translator.c.
  32. * edit/edit_key_translator.c (cooledit_key_map): Add support
  33. for bracket matching on Alt-B.
  34. * gtkedit/gtkeditkey.c: Likewise.
  35. From Steef Boerrigter <sxmboer@sci.kun.nl>
  36. 2001-07-06 Pavel Roskin <proski@gnu.org>
  37. * lib/mc.ext.in: Use nm to view object files.
  38. * Make.common.in: Remove GNOME-specific and unused definitions.
  39. Partly moved to gnome/Makefile.in.
  40. * configure.in: Remove all references to SEDCMD and SEDCMD2 -
  41. they are usused.
  42. * Make.common.in: Likewise.
  43. 2001-06-29 Pavel Roskin <proski@gnu.org>
  44. * ABOUT-NLS: Update to the version from gettext-0.10.38.
  45. * Make.common.in (XCPPFLAGS): Don't add -I$(top_srcdir) - it's
  46. now done in configure. Move -I.. to the beginning.
  47. * Makefile.am (SUBDIRS): Move intl po to the beginning, since
  48. libintl.a may be required to link mc.
  49. (ACLOCAL_M4_SOURCES): Remove macros/gnome-gettext.m4.
  50. * configure.in: Use AM_GNU_GETTEXT instead of AM_GNOME_GETTEXT.
  51. Move all i18n code to one place. Don't substitute INTLSUB - it's
  52. unused. Substitute INTLDEPS, since AM_GNU_GETTEXT doesn't do it.
  53. Remove SCO-specific i18n hacks. Add -I$(top_srcdir) to CPPFLAGS.
  54. 2001-06-25 Pavel Roskin <proski@gnu.org>
  55. * configure.in: For Autoconf 2.50+, use AC_SYS_LARGEFILE.
  56. It should be enabled explicitly by giving `--enable-largefile'
  57. to configure.
  58. * INSTALL: Document it.
  59. 2001-06-22 Pavel Roskin <proski@gnu.org>
  60. * extraconf.h: Don't define HAVE_INFOMOUNT_QNX on QNX Neutrino.
  61. * acinclude.m4 (AC_GET_FS_INFO): Fix checking for f_fstypename
  62. in struct statfs.
  63. Reported by Libor Motyèka <libor.motycka@ortex.cz>.
  64. * acinclude.m4 (AC_GET_FS_INFO): Warn only once that the list of
  65. mounted filesystems cannot be read. Don't define NO_INFOMOUNT.
  66. Define HAVE_INFOMOUNT_LIST if a any suitable function has been
  67. found.
  68. * extraconf.h: Define HAVE_INFOMOUNT and HAVE_INFOMOUNT_QNX.
  69. 2001-06-19 Pavel Roskin <proski@gnu.org>
  70. * configure.in: Check for telldir and seekdir. Join adjacent
  71. calls to AC_CHECK_FUNCS.
  72. 2001-06-16 Pavel Roskin <proski@gnu.org>
  73. * Makefile.am: Change the order of SUBDIRS to fully compile text
  74. edition before compiling anything for GNOME.
  75. * mc.spec.in: Don't use brace expansion to avoid implicit
  76. build-time dependency on bash.
  77. 2001-06-13 Pavel Roskin <proski@gnu.org>
  78. * acinclude.m4 (AC_SHORT_D_NAME_LEN): Fix compiler warnings in
  79. the test code.
  80. * configure.in: Fix compiler warnings in the arguments to
  81. AC_TRY_WARNINGS. Fix value of NEED_CRYPT_PROTOTYPE - add spaces
  82. around `=' in the `test' command.
  83. 2001-06-07 Pavel Roskin <proski@gnu.org>
  84. * doc-gnome/C/gmc.sgml: Remove index - it's not used in the
  85. GNOME documentation template.
  86. * doc-gnome/C/mkhtml: Don't generate index.
  87. * doc-gnome/C/Makefile.am: Don't distribute genindex.sgml.
  88. 2001-06-06 Pavel Roskin <proski@gnu.org>
  89. * lib/Makefile.am: Make compatible with Automake 1.4 - remove
  90. conditional variables from EXTRA_DIST.
  91. 2001-06-05 Pavel Roskin <proski@gnu.org>
  92. * edit/edit_key_translator.c [HAVE_CHARSET]: Add charset
  93. conversion support.
  94. From Walery Studennikov <hqsoftware@mail.ru>.
  95. * extraconf.h [HAVE_X]: Undefine HAVE_TEXTMODE_X11_SUPPORT.
  96. 2001-06-01 Pavel Roskin <proski@gnu.org>
  97. * lib/mc.charsets: Synchronize with the latest patch - remove
  98. a comment.
  99. 2001-05-30 Pavel Roskin <proski@gnu.org>
  100. * extraconf.h [HAVE_X]: Undefine HAVE_CHARSET - it doesn't
  101. work with GNOME.
  102. * lib/mc.charsets: New file. From Walery Studennikov.
  103. * lib/Makefile.am: Distribute mc.charsets. Install it if
  104. the charset support is enabled.
  105. * configure.in: Add check for iconv() and the necessary code
  106. to support the charset selection patch.
  107. * configure.in: Add check for ESCDELAY variable in ncurses.
  108. 2001-05-29 Pavel Roskin <proski@gnu.org>
  109. * extraconf.h [!USE_VFS]: Undefine USE_NETCODE and
  110. USE_EXT2FSLIB.
  111. * extraconf.h: Remove unused HAS_DIRECT_COLOR_ACCESS.
  112. * pc/config.h: Likewise.
  113. * lib/mc.ext.in: For MS Word documents try "catdoc", "word2x"
  114. and "strings". Recognize "write" files and MS Word templates.
  115. For MS Excel documents try "xls2csv" and "strings".
  116. Escape spaces in the "type" directives.
  117. From Nerijus Baliunas.
  118. * Make.common.in: Add -I$(top_srcdir) to XCPPFLAGS.
  119. * Make.common.in: Remove hpath, it's unused.
  120. * acconfig.h: Move constant parts ...
  121. * extraconf.h: ... here.
  122. [HAVE_X]: Disable subshell, s-lang and curses.
  123. * Makefile.am: Add extraconf.h.
  124. 2001-05-28 Pavel Roskin <proski@gnu.org>
  125. * acconfig.h: Remove some useless entries. Eliminate OLD_TOOLS
  126. and SLANG_H_INSIDE_SLANG_DIR. Move some descriptions ...
  127. * configure.in: ... here.
  128. 2001-05-27 Pavel Roskin <proski@gnu.org>
  129. * configure.in: Remove unused HAVE_PORTABLE_TOKEN_PASTING.
  130. * acconfig.h: Likewise.
  131. * src/layout.c: Likewise.
  132. * Make.common.in: Remove all percent rules.
  133. * acinclude.m4 (AC_PROG_GNU_MAKE): Remove.
  134. * configure.in: Remove AC_PROG_GNU_MAKE. Don't substitute
  135. PCENTRULE. Remove AC_PROG_MAKE_SET - it's called by
  136. AM_INIT_AUTOMAKE.
  137. * Make.common.in: Remove obsolete dependency tracking system.
  138. * configure.in: Likewise.
  139. * edit/Makefile.in: Likewise.
  140. * gnome/Makefile.in: Likewise.
  141. * gtkedit/Makefile.in: Likewise.
  142. * slang/Makefile.in: Likewise.
  143. * src/Makefile.in: Likewise.
  144. * vfs/Make-mc.in: Likewise.
  145. * src/depend.awk: Remove.
  146. 2001-05-26 Pavel Roskin <proski@gnu.org>
  147. * gtkedit/syntax.c (syntax_text): Add support for Octave files.
  148. * syntax/octave.syntax: New file. From Walery Studennikov.
  149. * syntax/Makefile.am: Add octave.syntax.
  150. * configure.in: Fix incorrect test for stdin support in grep -
  151. it would always fail when configuring in an empty directory.
  152. Portability fixes - unset, backslashed space in here-documents.
  153. Eliminate all instances of "changequote".
  154. * configure.in: Define SCO_FLAVOR based on $host_os, not on the
  155. user choice.
  156. * acconfig.h: Changes for the above.
  157. * INSTALL: Don't document --with-sco - it's now defunct.
  158. * INSTALL.FAST: Likewise.
  159. 2001-05-25 Pavel Roskin <proski@gnu.org>
  160. * lib/mc.ext.in: Match both "mail" and "Mail", but only if they
  161. are in the beginning of the "file" output.
  162. 2001-05-23 Pavel Roskin <proski@gnu.org>
  163. * lib/mc.ext.in: Add associations for viewing RPM files.
  164. 2001-05-22 Pavel Roskin <proski@gnu.org>
  165. * doc-gnome/C/mkhtml: Support $JADE. Check that $DSL exists.
  166. By default exit after the first error in jade.
  167. * doc-gnome/C/mkhtml: Use jade directly, not jw. Support DSL and
  168. JADEFLAGS environment variables. Report progress. Clean up on
  169. failure.
  170. 2001-05-21 Pavel Roskin <proski@gnu.org>
  171. * doc-gnome/C/Makefile.am: Allow "make install" without *.html
  172. files.
  173. * doc-gnome/C/mkhtml: Print a big warning if the script fails.
  174. * doc-gnome/C/Makefile.am: Ignore exit status of mkhtml.
  175. 2001-05-20 Pavel Roskin <proski@gnu.org>
  176. * doc-gnome/C/Makefile.am: Distribute mkhtml and genindex.sgml.
  177. Create figs/*.eps if needed. Simplify rules for gmc.dvi and
  178. gmc.rtf - DocBook 4.1 doesn't try to write to $(srcdir).
  179. * doc-gnome/C/figs/Makefile.am: Add support for converting from
  180. PNG to EPS.
  181. * Makefile.am (EXTRA_DIST): Remove create_vcs.
  182. * doc/FILES: Likewise. Typo fix.
  183. 2001-05-19 Pavel Roskin <proski@gnu.org>
  184. * doc-gnome/C/mkhtml: New file. Create HTML files from gmc.sgml.
  185. * doc-gnome/C/Makefile.am: Don't handle *.css - there are none
  186. with DocBook 4.1. Never use `cp' without `-f'. Use mkhtml.
  187. * doc-gnome/C/gmc.sgml: Use DTD DocBook V4.1. Fix duplicate
  188. index entry "Moving files".
  189. 2001-05-18 Pavel Roskin <proski@gnu.org>
  190. * configure.in: Use src/main.c in AC_INIT.
  191. * create_vcs: Remove.
  192. * INSTALL: Update download locations for MC, rxvt, gpm, ncurses.
  193. Add download location for glib.
  194. * mc.spec.in: Likewise.
  195. * doc/LSM: Likewise.
  196. * doc/mc.1.in: Likewise.
  197. * doc/mcedit.1.in: Likewise.
  198. * src/ext.c: Don't mention download location for MC.
  199. * FAQ: Update status of Tk, XView. and GNOME editions. Update
  200. homepage of gpm.
  201. * INSTALL: Remove information about Tk and XView. Change the
  202. mailing list addresses again.
  203. * FAQ: Change the mailing list addresses again.
  204. * MAINTAINERS: Likewise.
  205. * README: Likewise.
  206. * doc/mc.1.in: Likewise.
  207. * gnome/gmc-window.c: Likewise.
  208. * lib/README.xterm: Likewise.
  209. * lib/mc.ext.in: Likewise.
  210. * lib/mc.hint*: Likewise.
  211. * lib/mc.hlp.hu: Likewise.
  212. * po/*.po: Likewise.
  213. * src/main.c: Likewise.
  214. 2001-04-20 Pavel Roskin <proski@gnu.org>
  215. * FAQ: Change the mailing list addresses and the download
  216. locations.
  217. * INSTALL: Likewise.
  218. * MAINTAINERS: Likewise.
  219. * README: Likewise.
  220. * doc/mc.1.in: Likewise.
  221. * gnome/gmc-window.c: Likewise.
  222. * lib/README.xterm: Likewise.
  223. * lib/mc.ext.in: Likewise.
  224. * lib/mc.hint*: Likewise.
  225. * lib/mc.hlp.hu: Likewise.
  226. * po/*.po: Likewise.
  227. * src/main.c: Likewise.
  228. 2001-04-19 Pavel Roskin <proski@gnu.org>
  229. * configure.in: Don't install mcserv unless
  230. "--enable-mcserv-install" has heen specified.
  231. Don't quote the first argument in all calls to AM_CONDITIONAL
  232. to work around a bug in Automake 1.4.
  233. * doc/Makefile.am: Use MCSERV_INSTALL conditional.
  234. * vfs/Make-mc.in: Likewise.
  235. 2001-04-13 Pavel Roskin <proski@gnu.org>
  236. * configure.in: Bump version to 4.5.53a.
  237. 2001-04-06 Pavel Roskin <proski@gnu.org>
  238. * gtkedit/editcmd.c: Remove support for XView layout attributes.
  239. * gtkedit/editoptions.c: Likewise.
  240. * pc/chmod.c: Likewise.
  241. * pc/drive.c: Likewise.
  242. * src/boxes.c: Likewise.
  243. * src/chmod.c: Likewise.
  244. * src/dlg.c: Likewise.
  245. * src/dlg.h: Likewise.
  246. * src/filegui.c: Likewise.
  247. * src/find.c: Likewise.
  248. * src/hotlist.c: Likewise.
  249. * src/layout.c: Likewise.
  250. * src/listmode.c: Likewise.
  251. * src/main.c: Likewise.
  252. * src/option.c: Likewise.
  253. * src/panelize.c: Likewise.
  254. * src/wtools.c: Likewise.
  255. * src/wtools.h: Likewise.
  256. * vfs/smbfs.c: Likewise.
  257. * autogen.sh: Check out "intl" and "macros" directories if they
  258. are missing. Simply "cvs up -d" won't restore them.
  259. * configure.in: Bump version to 4.5.52a.
  260. 2001-03-14 Pavel Roskin <proski@gnu.org>
  261. * configure.in: Use AC_CHECK_TOOL for finding AR. Define
  262. Automake conditional USE_SAMBA_FS if Samba is to be supported
  263. in VFS.
  264. 2001-03-07 Pavel Roskin <proski@gnu.org>
  265. * configure.in: Use AM_PROG_CC_STDC if AC_PROG_CC_STDC is not
  266. defined.
  267. Reported by Norbert Warmuth.
  268. * configure.in: Don't process vfs/extfs/uzip - it's now
  269. constant.
  270. * syntax/changelog.syntax: Require space after asterisk to have
  271. it highlighted.
  272. 2001-03-02 Pavel Roskin <proski@gnu.org>
  273. * aclocal.m4 (MC_HPUX_PROG_CC_STDC): Remove, it's obsolete.
  274. * configure.in: Use AC_PROG_CC_STDC instead.
  275. * lib/mc.ext.in: Recognize files ending by `.lslR' and `.ls-lR'.
  276. Suggested by Christian Gennerat.
  277. * lib/mc.ext.in: Add support for "freeze" - old compression
  278. program used mostly on QNX.
  279. * lib/mc.ext.in.qnx.diff: Remove, it's obsolete.
  280. * lib/Makefile.am: Adjusted.
  281. 2001-02-26 Pavel Roskin <proski@gnu.org>
  282. * lib/mc-gnome.ext.in: Remove, it's not used.
  283. * configure.in: Remove lib/mc-gnome.ext.
  284. * lib/Makefile.am: Likewise.
  285. 2001-02-20 Pavel Roskin <proski@gnu.org>
  286. * gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
  287. defined to prevent warnings on OpenBSD 2.7.
  288. * slang/jdmacros.h: Likewise.
  289. * src/mad.h: Likewise.
  290. * src/poptalloca.h: Likewise.
  291. * configure.in: Check for sys/time.h and sys/timeb.h. Use
  292. AC_HEADER_TIME.
  293. 2001-02-07 Pavel Roskin <proski@gnu.org>
  294. * autogen.sh: Create vfs/samba/include/stamp-h.in.
  295. * vfs/samba/include/stamp-h.in: Remove.
  296. * macros/curses.m4: Quote first argument to AC_DEFUN.
  297. * macros/gnome-cxx-check.m4: Likewise.
  298. * macros/gnome-gettext.m4: Likewise.
  299. * macros/gnome-libgtop-check.m4: Likewise.
  300. * macros/gnome-print-check.m4: Likewise.
  301. * macros/linger.m4: Likewise.
  302. * macros/need-declaration.m4: Likewise.
  303. * configure.in: Only configure in vfs/samba if smbfs support is
  304. enabled even with Autoconf 2.13.
  305. 2001-01-30 Pavel Roskin <proski@gnu.org>
  306. * macros/gnome-vfs.m4 (GNOME_WITH_VFS): Fix mishandling of
  307. --without-samba due to a typo.
  308. * configure.in: Only configure in vfs/samba if smbfs support is
  309. enabled. This optimization will only work with Autoconf-2.49c
  310. and above.
  311. 2001-01-13 Pavel Roskin <proski@gnu.org>
  312. * configure.in: Don't create a faked malloc.h.
  313. * gtkedit/edit.h: Don't assume that malloc.h always exists.
  314. * src/mad.h: Likewise.
  315. * configure.in: Simplified handling of cons.saver.
  316. * src/Makefile.in: Likewise. Don't install cons.saver setuid.
  317. * mc.spec.in: Remove a workaround for the above.
  318. * configure.in: Use AC_CANONICAL_HOST - "target" is meaningless
  319. for MC. Don't rely on the output of uname - use $host_os.
  320. 2001-01-11 Pavel Roskin <proski@gnu.org>
  321. * configure.in: Check for ext2 libraries only if VFS is enabled.
  322. * src/Makefile.in: Create directories before installing files.
  323. Removed all occurences of libprefix - it's never defined.
  324. * configure.in: All macros from configure.in moved to
  325. acinclude.m4. Added missing quotes in several places.
  326. * acinclude.m4: Likewise.
  327. * edit/Makefile.in: Don't install or uninstall mcedit -
  328. it cannot be installed before mc on systems without symlinks.
  329. * gtkedit/Makefile.in: Likewise.
  330. * src/Makefile.in: Install mcedit (if enabled) and mcview.
  331. Uninstall them.
  332. * macros/gnome-gettext.m4: Propagated change by Owen Taylor
  333. from acinclude.m4 in gtk+:
  334. Don't define ENABLE_NLS unless we have a working NLS.
  335. (This should keep libintl.h from being included when it doesn't
  336. exist).
  337. 2001-01-09 Pavel Roskin <proski@gnu.org>
  338. * doc-gnome/C/figs/Makefile.am: New file.
  339. * doc-gnome/C/Makefile.am: Don't handle figs, let the new
  340. makefile do it.
  341. * configure: Substitute doc-gnome/C/figs/Makefile.
  342. * lib/Makefile.am: Distribute files listed in LOCALIZED_HELP.
  343. 2001-01-08 Szabolcs Ban <shooby@gnome.hu>
  344. * lib/mc.hlp.hu: Added Hungarian help file from
  345. tothb1@freemail.hu, Janos.Zana@elfiz2.kee.hu,
  346. maci@integrity.hu, mfh47@freemail.hu
  347. * lib/Makefile.am: Added LOCALIZED_HELP for further
  348. mc.hlp l10ns
  349. * src/cmd.c, src/dlg.c, src/tree.c, src/view.c,
  350. gtkedit/editcmd.c: I18n of mc.hlp
  351. 2000-12-29 Szabolcs Ban <shooby@gnome.hu>
  352. * doc/mc.1.in: Corrected badly formatted link...
  353. 2000-11-10 Robert Brady <robert@suse.co.uk>
  354. * configure.in: Add Tamil to ALL_LINGUAS.
  355. 2000-10-23 Pavel Roskin <proski@gnu.org>
  356. * mc.spec.in: Allow mcserv.8 to be gzipped.
  357. * doc-gnome/C/Makefile.am: Workaround for buggy db2html
  358. that cannot deal with "./gmc.sgml".
  359. 2000-10-09 Pavel Roskin <proski@gnu.org>
  360. * Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
  361. that CVS Automake will drop dependencied to the macros that
  362. we don't distribute.
  363. * lib/mc.ext.in: Removed references to icons. Source RPMs
  364. grouped to one regex. Removed "Update" for source RPMs, added
  365. "Rebuild" instead. Added "Check signature" for all RPMs.
  366. Added a comment about pop-up menus in the text edition.
  367. 2000-10-06 Pavel Roskin <proski@gnu.org>
  368. * gnome/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Required
  369. flags moved out of CFLAGS as recommended by GNU coding
  370. standards.
  371. * configure.in: Don't add GLIB_CFLAGS to CFLAGS.
  372. * Make.common.in: XINC eliminated. GLIB_CFLAGS is now added to
  373. XCPPFLAGS.
  374. * INSTALL (Random notes on porting to other architectures):
  375. Completely rewritten. Recommended using CFLAGS instead of XINC.
  376. 2000-10-05 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
  377. * lib/mc.ext.in: .spm is used by SuSE to mark src rpms
  378. 2000-10-04 Christophe Merlet <christophe@merlet.net>
  379. * gnome/*.desktop: Updated french strings.
  380. 2000-10-03 Pavel Roskin <proski@gnu.org>
  381. * doc-gnome/C/gmc.sgml: DTD changed to "PNG Variant V1.1"
  382. to allow <legalnotice>. Unclosed tags fixed.
  383. 2000-09-30 Pavel Roskin <proski@gnu.org>
  384. * mc.spec.in: New package mc-common. Use DESTDIR instead of
  385. misusing prefix. Don't install old icons - they don't exist.
  386. * lib/mc.sh.in: Use "rm -f" to delete temporary files. Use
  387. "export -f" to have mc() exported.
  388. * doc/mc.1.in: Changed description of the "-P" option to
  389. avoid inclusion of mc.sh and mc.csh into the manual.
  390. Corrected paths of mc.hlp, mc.no_proxy and ~/mc/Tree.
  391. 2000-09-24 Pavel Roskin <proski@gnu.org>
  392. * doc/mc.1.in: Minor formatting fixes.
  393. * lib/mc.sh.in: Remove temporary file non-interactively.
  394. * doc/mc.1.in: updated example for mc.sh.
  395. 2000-09-23 Pavel Roskin <proski@gnu.org>
  396. * Makefile.am: mc.spec included to noinst_DATA so that "make all"
  397. updates it when needed.
  398. * mc.spec.in: Include translations with mc, not gmc. Run
  399. chkconfig --del in %preun, not %postun. --without-debug not
  400. needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't
  401. be executable. New files in %{prefix}/lib/mc/ - translated hints,
  402. editor files.
  403. * doc-gnome/C/Makefile.am: Fixed *clean targets. Use temporary
  404. directory for document processing. Comment changes. gmc.ps and
  405. gmc.pdf now generated from gmc.dvi.
  406. * configure: Always include Make.common as file, otherwise
  407. "make distclean" breaks.
  408. * edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
  409. slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
  410. replaced with "rm -f" - the stangard says that "rm" is portable.
  411. Ditto $(MV). Adjusted *clean targets to match those in
  412. Automake. Removed "cross" target.
  413. 2000-09-22 Pavel Roskin <proski@gnu.org>
  414. * doc/mc.sgml: Removed as obsoleted by doc/mc.in.1
  415. * doc/gnome.sgml: Removed as obsoleted by doc-gnome/C/gmc.sgml
  416. * doc/Makefile.in: Converted to ...
  417. * doc/Makefile.am: ... this.
  418. 2000-09-21 Pavel Roskin <proski@gnu.org>
  419. * lib/mc.sh.in: Use $HOME instead of '~' because the tilde
  420. is not expanded in all shells.
  421. * doc/mc.sgml: Updated the example script to reflect the above
  422. changes.
  423. * doc/mc.in.1: Likewise.
  424. 2000-09-19 Pavel Roskin <proski@gnu.org>
  425. * lib/Makefile.in (LIBFILES_CONST): Added mc.hint.it from
  426. Marco Ciampa
  427. 2000-09-18 Pavel Roskin <proski@gnu.org>
  428. * Make.common.in: Added installcheck to placate "make distcheck"
  429. * configure.in, Make.common.in, doc/Makefile.in,
  430. edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
  431. slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
  432. variable MKINSTALLDIRS and builddir with Automake-compatible
  433. mkinstalldirs and top_builddir.
  434. * doc-gnome/C/Makefile.am: Only maintainers regenerate html
  435. files. Added uninstall-local target.
  436. 2000-09-17 Pavel Roskin <proski@gnu.org>
  437. * configure.in: fixed wrong use of AC_MSG_RESULT inside
  438. AC_CACHE_VAL
  439. * Make.common.in: Added the "dvi" target for "make distcheck"
  440. to go further
  441. * doc-gnome/C/Makefile.in: converted to ...
  442. * doc-gnome/C/Makefile.am: ... this
  443. 2000-09-15 Pavel Roskin <proski@gnu.org>
  444. * acconfig.h, configure.in: Require autoconf 2.13 or above.
  445. Removed workarounds for older versions. Removed MCDEBUG
  446. variable - it's not used. --with-debug renamed to --with-mad and
  447. cleaned up. Always use -Wall with gcc, other manipulations with
  448. CFLAGS removed.
  449. * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
  450. gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
  451. vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
  452. mc.pot becomes out of date in the tarball.
  453. 2000-09-14 Pavel Roskin <proski@gnu.org>
  454. * configure.in: Removed some abuses of CPPFLAGS. Removed useless
  455. tests for cp, mv and rm.
  456. * Make.common.in: Removed variables xv_bindir and STRIP.
  457. Variables CP, MV and RMF are assigned trivial values.
  458. * edit/Makefile.in: Don't link headers, add extra includes
  459. to CPPFLAGS instead. Put links to the build directory.
  460. Remove the hack with "mx" - it is not needed anymore.
  461. * configure.in: remove any manupulations with top_srcdir.
  462. Don't change CPPGLAGS when the internal editor is enabled,
  463. instead do it ...
  464. * edit/Makefile.in, gtkedit/Makefile.in: ... here
  465. * configure.in, Make.common.in, doc/Makefile.in,
  466. edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
  467. slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
  468. changed to top_srcdir for Automake compatability
  469. * configure.in: REGEX_O variable removed - always use our regex
  470. * configure.in: MCFGR variable removed
  471. 2000-09-12 Pavel Roskin <proski@gnu.org>
  472. * configure.in: enable AM_MAINTAINER_MODE to be consistent with
  473. other GNOME modules
  474. * autogen.sh: remove "-I ." from the "aclocal" command line
  475. 2000-09-01 Pavel Roskin <proski@gnu.org>
  476. * configure.in: output vfs/extfs/Makefile
  477. * configure.in: AC_CANONICAL_SYSTEM moved above AM_INIT_AUTOMAKE
  478. to avoid a warning
  479. * acinclude.m4: removed unused macros AC_CHECK_HEADER_IN_PATH,
  480. AC_LIB_XPM, AC_X_SHAPE_EXTENSION
  481. 2000-08-29 Pavel Roskin <proski@gnu.org>
  482. * configure.in: use AM_GNOME_GETTEXT
  483. * gettext.m4: removed
  484. * Makefile.am: adjusted files to distribute, previous change
  485. reverted
  486. * mc-aclocal.m4: renamed to ...
  487. * acinclude.m4: ... this
  488. * autogen.sh: simplified - no more tricks with mc-aclocal.m4
  489. * Makefile.am: aclocal should scan "." for gettext.m4
  490. 2000-08-28 Pavel Roskin <proski@gnu.org>
  491. * Make.common.in: removed hack for "make distcopy"
  492. * doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
  493. gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
  494. vfs/Make-mc.in: added "distdir" target. Now "make dist" works
  495. for external builds.
  496. * edit/Makefile.in, slang/Makefile.in: added "Makefile" target
  497. 2000-08-24 Pavel Roskin <proski@gnu.org>
  498. * new_icons/Makefile.in: converted to ...
  499. * new_icons/Makefile.am: ... this
  500. * configure.in: automake conditional GNOME introduced.
  501. "insticons" removed
  502. * icons/*: removed
  503. * Makefile.am, configure.in: necessary adjustments
  504. * config.guess, config.sub, install-sh, mkinstalldirs: removed,
  505. automake installs them now
  506. * syntax/Makefile.in: converted to ...
  507. * syntax/Makefile.am: ... this
  508. * idl/Makefile.in: converted to ...
  509. * idl/Makefile.am: ... this
  510. * lib/Makefile.am: simplified, fixed "make dist"
  511. * lib/Makefile.in: converted to ...
  512. * lib/Makefile.am: ... this
  513. * lib/tkmc.wmconfig: removed
  514. * lib/Makefile.in, doc/FILES: removed lib/tkmc.wmconfig
  515. * Makefile.in, doc-gnome/Makefile.in, pc/Makefile: converted
  516. to ...
  517. * Makefile.am, doc-gnome/Makefile.am, pc/Makefile.am: ... this
  518. * Make.common.in: support for "distdir" for compatability
  519. with Automake-generated makefiles
  520. * autogen.sh: run automake. Force cache - it is off by default
  521. in autoconf 2.49a, but it's still handy for maintainers
  522. * configure.in: adapted for Automake
  523. * AUTHORS: new file
  524. 2000-08-23 Pavel Roskin <proski@gnu.org>
  525. * configure.in: resurrect definition of xvers
  526. * VERSION.in: removed
  527. * Makefile.in: don't do anything with VERSION.in and VERSION
  528. Take mc.spec from builddir, not srcdir
  529. * configure.in: don't create VERSION
  530. 2000-08-22 Pavel Roskin <proski@gnu.org>
  531. * *.c, *.h: Updated address of Free Software Foundation
  532. 2000-08-21 Pavel Roskin <proski@gnu.org>
  533. * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
  534. doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
  535. related to XView, libXPM, libXext and Tk
  536. 2000-08-18 Pavel Roskin <proski@gnu.org>
  537. * Makefile.in, lib/Makefile.in: adjusted lists of distributed
  538. files
  539. * configure.in: Simplified dependency tracking by using
  540. "-include" with GNU Make
  541. * autogen.sh: Exit on all failures
  542. 2000-08-17 Pavel Roskin <proski@gnu.org>
  543. * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
  544. Fixed all misuses of single and double quotes. Typo fixes.
  545. Ensured compatability with sgml2html, sgml2txt and sgml2latex
  546. * doc/mc.1.in: Typo fix
  547. * doc/mc.sgml: made compatible with sgml-tools 1.0.9
  548. * doc/linuxdoc-sgml.diff: removed
  549. * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
  550. distribute gnome.sgml
  551. 2000-08-15 Pavel Roskin <proski@gnu.org>
  552. * Makefile.in: fixes for improper usage of $(srcdir), cleanup
  553. in the "distclean" target
  554. * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
  555. Removed all XVIEW-related stuff
  556. Fixed placement of png files on "make dist"
  557. * doc/mc.1.in: Updated info about the internal editor
  558. * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
  559. indicate serious problems. Fixes for uninstall.
  560. * doc/Makefile.in: Rebuild if it is out of date.
  561. * lib/cedit.menu: Added. This file has been missing
  562. * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
  563. 2000-08-08 Pavel Roskin <proski@gnu.org>
  564. * Makefile.in: correctly detect make failures in subdirs
  565. 2000-08-01 Pavel Roskin <proski@gnu.org>
  566. * nt, os2, tk, xv: removed all files
  567. * configure.in: don't create os2 and nt directories
  568. 2000-08-01 Pavel Roskin <proski@gnu.org>
  569. * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
  570. * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
  571. 2000-07-21 Pablo Saratxaga <pablo@mandrakesoft.com>
  572. * src/main.c: make 8bit input/output the default (99% of the people
  573. expects that; lets the remaining 1% use the configuration menu
  574. to disactivate it if they want)
  575. 2000-07-20 Andrew V. Samoilov <sav@bcs.zp.ua>
  576. * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
  577. 2000-06-20 Jacob Berkman <jacob@helixcode.com>
  578. * configure.in: check for gnome-libs with window icon support
  579. * acconfig.h: add icon define
  580. 2000-06-08 Matthias Warkus <mawa@iname.com>
  581. * new_icons/gnome-pack-*.png: Updated.
  582. * gnome/mc.keys: Added a MIME type for SLP packages.
  583. 2000-05-30 Pavel Roskin <pavel_roskin@geociiities.com>
  584. * syntax/diff.syntax: Highlight lines beginning with "File",
  585. "Files" and "Binary"
  586. * syntax/makefile.syntax: Highlight "ifndef"
  587. * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
  588. highlighted)
  589. 2000-05-05 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
  590. * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
  591. comment lines with # in last release
  592. 2000-05-03 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
  593. * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
  594. 2000-04-26 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
  595. * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
  596. look more consistent than original.
  597. 2000-04-14 Timur Bakeyev <mc@bat.ru>
  598. * config.in: Added check against strcoll().
  599. 2000-04-14 Timur Bakeyev <mc@bat.ru>
  600. * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
  601. added 'and', 'or', 'not', 'for' keywords.
  602. 2000-04-06 Timur Bakeyev <mc@bat.ru>
  603. * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
  604. based systems. Hope, this will make FreeBSD midc maintainer to enable
  605. build-in editor by default. Still, syntax highlighting is disabled.
  606. Need to port...
  607. 2000-03-13 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
  608. * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
  609. fixed, some messages gettext()ed again here and in
  610. gtkedit/editmenu.c:edit_about_cmd()
  611. 2000-03-13 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
  612. * doc/mc.sgml (Examples): Fixed documentation, thanx
  613. to martin@internet-treff.uni-koeln.de.
  614. 2000-03-01 Pavel Roskin <pavel_roskin@geocities.com>
  615. * gtkedit/editcmd.c (edit_replace_prompt): fix index for
  616. the label text
  617. 2000-02-25 Pavel Roskin <pavel_roskin@geocities.com>
  618. * gtkedit/syntax.c: treat *.ads as Ada source
  619. * syntax/ada95.syntax: escape "+" and "*"
  620. * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
  621. * syntax/Makefile.in: remove diffc.syntax
  622. * edit/edit_key_translator.c: interpret code 0177 as
  623. backspace unless recognized otherwise
  624. 2000-02-23 Norbert Warmuth <nwarmuth@privat.circular.de>
  625. * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
  626. initialization of array of structure (gcc version 2.96 20000131
  627. chokes on it).
  628. * lib/mc.hint: C-y and not C-u can be used to insert text in input
  629. lines (e. g. text which has been deleted with M-d).
  630. * configure.in: Fix the extfs-configure-fragment-in-final-output bug
  631. 2000-01-31 Yuan-Chung Cheng <platin@linux.org.tw>
  632. * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
  633. 2000-01-29 Matthias Warkus <mawa@iname.com>
  634. * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
  635. design on Federico's request.
  636. 2000-01-26 Federico Mena Quintero <federico@helixcode.com>
  637. * idl/FileManager.idl (Desktop): Added arrange_icons() method and
  638. an ArrangeType enum.
  639. 2000-01-03 Aaron Lehmann <aaronl@vitelus.com>
  640. * gdesktop.c, gdnd.c, gaction.c, gicon.c,
  641. gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
  642. setup.c: Add option of using GNOME "magic" routines to determine file
  643. types. This makes MC intelligently look at the data in the file to see
  644. what type of file it is, rather than looking at the filename extension.
  645. This slows down MC quite a bit, so it has been made an optional
  646. preference item. Type detection is expected to improve as mime-magic
  647. matures.
  648. 2000-01-15 Federico Mena Quintero <federico@helixcode.com>
  649. * lib/mc.menu (shell_patterns): Add a missing "esac". Thanks to
  650. Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
  651. providing a patch.
  652. 2000-01-11 Matthias Warkus <mawa@iname.com>
  653. * Added icon and keys entry for Scheme source.
  654. 2000-01-03 Fatih Demir <kabalak@gmx.net>
  655. * configure.in: Added tr -> ALL_LINGUAS .
  656. 1999-12-28 Matthias Warkus <mawa@iname.com>
  657. * new_icons/*.png: Added a bunch of new icons.
  658. 1999-12-06 Federico Mena Quintero <federico@redhat.com>
  659. * configure.in (VERSION): Bumped version number to 4.5.42.
  660. 1999-11-25 Yuri Syrota <rasta@renome.rovno.ua>
  661. * configure.in: added 'uk' to ALL_LINGUAS.
  662. 1999-11-09 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
  663. * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
  664. request from David Sauer
  665. 1999-11-01 Federico Mena Quintero <federico@redhat.com>
  666. * configure.in (VERSION): Bumped version number to 4.5.41.
  667. 1999-09-23 Federico Mena Quintero <federico@redhat.com>
  668. * configure.in (VERSION): Set version number to 4.5.39.
  669. 1999-09-23 Jorge Godoy <godoy@conectiva.com.br>
  670. * configure.in: Added pt_BR to ALL_LINGUAS
  671. 1999-09-22 Norbert Warmuth <nwarmuth@privat.circular.de>
  672. * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
  673. path to the mc binary according to @prefix@.
  674. * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
  675. configure. Install mc.sh and mc.csh in $(suppbindir).
  676. * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
  677. and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
  678. copies of the included function definitions.
  679. * mcfn_install.in: Comment out definitions of the mc functions. Source
  680. mc.sh instead of adding an outdated mc function definition.
  681. * configure.in: output mc.sh and mc.csh
  682. 1999-09-20 Federico Mena Quintero <federico@redhat.com>
  683. * lib/startup.links: Changed the news link to Gnotices
  684. 1999-09-19 David Martin <dmartina@usa.net>
  685. * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
  686. 8 bit chars from strftime get displayed when inserting date.
  687. * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
  688. Mandrake 6.0. The generic entry for bzip2 moved to the end of the
  689. file to avoid interferences. In this one I changed the extension check
  690. to a type check (as used for gzip) which might give problems in some
  691. systems.
  692. * configure.in: Use -Tlatin1 to format man pages when available and
  693. "view" 8 bit chars.
  694. 1999-09-19 Norbert Warmuth <nwarmuth@privat.circular.de>
  695. * gtkedit/edit.h: Include file reordering to make it compile with
  696. --with-debug
  697. * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
  698. dependent on lenght of translated strings to display.
  699. 1999-09-16 Owen Taylor <otaylor@redhat.com>
  700. * Remove the magicdev autoconf test in favor of just
  701. including the idl file. Otherwise we have a dependency
  702. loop between this and magicdev.
  703. 1999-09-08 Federico Mena Quintero <federico@redhat.com>
  704. * idl/FileManager.idl: Changed names, and put everything under a
  705. FileManager module. Added a Desktop interface and some methods to
  706. the WindowFactory interface.
  707. 1999-09-08 Kjartan Maraas <kmaraas@online.no>
  708. * doc-gnome/*: Shiny new docs from users-guide.
  709. All synced up.
  710. 1999-09-03 Pablo Saratxaga <pablo@mandrakesoft.com>
  711. * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
  712. 1999-09-01 Federico Mena Quintero <federico@redhat.com>
  713. * README: Updated and spell-checked.
  714. * NEWS: Updated.
  715. 1999-08-31 Richard Hult <rhult@hem2.passagen.se>
  716. * configure.in (ALL_LINGUAS): Added sv.
  717. 1999-08-30 Norbert Warmuth <nwarmuth@privat.circular.de>
  718. * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
  719. symlink attacks (mcfn_install and the man page still needs to be
  720. updated).
  721. 1999-08-20 Norbert Warmuth <nwarmuth@privat.circular.de>
  722. * configure.in (AC_WITH_SLANG): rm -f destination before makeing
  723. a symbolic link (ln -sf doesn't work as expected on Solaris)
  724. 1999-08-19 Elliot Lee <sopwith@redhat.com>
  725. * */Makefile.in: Have 'make dist' work with builddir != srcdir.
  726. 1999-08-19 Federico Mena Quintero <federico@redhat.com>
  727. * doc-gnome/C/gmc.sgml: Index fixes.
  728. 1999-08-18 Elliot Lee <sopwith@redhat.com>
  729. * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
  730. initializers in the GnomeUIInfo structure.
  731. 1999-08-16 Federico Mena Quintero <federico@redhat.com>
  732. * configure.in (VERSION): Bumped version number to 4.5.38.
  733. 1999-08-15 Norbert Warmuth <nwarmuth@privat.circular.de>
  734. * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
  735. 1999-08-15 David Martin <dmartina@usa.net>
  736. * gtkedit/edit.c: Print localized date with strftime()
  737. * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
  738. 1999-08-08 David Martin <dmartina@usa.net>
  739. * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
  740. translation.
  741. * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
  742. translation as it used to be.
  743. 1999-08-05 Federico Mena Quintero <federico@nuclecu.unam.mx>
  744. * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
  745. that the correct index.html will be generated.
  746. 1999-07-27 Federico Mena Quintero <federico@nuclecu.unam.mx>
  747. * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
  748. to the list.
  749. 1999-07-21 Paul Sheer <psheer@obsidian.co.za>
  750. * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
  751. editwidget.c: bring editor stuff up to date with cooledit 3.11.5
  752. This adds some new syntax rules, and spell check on the fly
  753. which if someone bugs me for, will actually get enabled in
  754. both the text and gnome versions. Bookmark stuff also needs
  755. some keys bound to it, I suppose: any takers?
  756. July 19, 1999 Elliot Lee
  757. * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
  758. 1999-07-05 Miguel de Icaza <miguel@gnu.org>
  759. * Makefile.in (all): Makefile fix.
  760. 1999-05-27 Miguel de Icaza <miguel@nuclecu.unam.mx>
  761. * Make.common.in (confdir): Define confdir as sysconfdir. This
  762. should fix the problem we had with FSSTND distributions.
  763. 1999-07-04 Federico Mena Quintero <federico@nuclecu.unam.mx>
  764. * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
  765. list of distributed files.
  766. 1999-07-03 Federico Mena Quintero <federico@nuclecu.unam.mx>
  767. * configure.in (VERSION): Bumped version number to 4.5.34.
  768. 1999-07-02 Tuomas J. Lukka <lukka@iki.fi>
  769. * Add fi into ALL_LINGUAS
  770. 1999-07-01 Tuomas Kuosmanen <tigert@gimp.org>
  771. * gnome/i-zipdisk2.png: Added another zip-disk icon
  772. by <scarab@egyptian.net> - It looks very nice. Variation
  773. is good.
  774. 1999-06-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
  775. * acconfig.h: Add WITH_SMBFS
  776. * macros/gnome-vfs.m4: Support conditional samba support.
  777. 1999-05-27 Miguel de Icaza <miguel@nuclecu.unam.mx>
  778. * Make.common.in (confdir): Define confdir as sysconfdir. This
  779. should fix the problem we had with FSSTND distributions.
  780. 1999-02-22 Vladimir Kondratiev <vkondra@iil.intel.com>
  781. * mc.spec.in: added syntax files to %files
  782. 1999-06-22 David Martin <dmartina@usa.net>
  783. * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
  784. 1999-06-07 Shooby Ban <bansz@szif.hu>
  785. * po/hu.po, configure.in: added hungarian translations...
  786. I'm not sure it's OK, but it seems usable.
  787. Translators: Tamas Fejos and Andras Kadar
  788. 1999-06-07 Kjartan Maraas <kmaraas@online.no>
  789. * configure.in, Makefile.in: added the gmc helpfile to the build
  790. 1999-05-23 Yukihiro Nakai <nacai@iname.com>
  791. * Add ja entry to LANG in configure.in
  792. 1999-05-19 Tuomas Kuosmanen <tigert@gimp.org>
  793. * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
  794. be installed in the system :) (added it to the Makefile.in)
  795. 1999-05-19 Tuomas Kuosmanen <tigert@gimp.org>
  796. * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
  797. disks - someone please add it to the mount.c code so it gets used..
  798. Everyone have a nice time at the expo! :) I hope to join the
  799. next time.
  800. Mon May 17 07:30:48 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  801. * configure.in: Added check for getpt ()
  802. 1999-05-05 Federico Mena Quintero <federico@nuclecu.unam.mx>
  803. * configure.in (VERSION): Bumped version number to 4.5.31.
  804. Wed Apr 21 22:04:30 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  805. * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
  806. need to fool it by strdup'ing the return value of tempnam.
  807. Wed Apr 21 20:44:41 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  808. * configure.in: New option --with-tm-x-support, use MCCFLAGS and
  809. MCLIBS which are specific to the text edition.
  810. * INSTALL: Added documentation for --with-tm-x-support
  811. Sun Apr 18 17:51:54 EDT 1999 Gregory McLean <gregm@comstar.net>
  812. * mc.spec.in : Folded in some changes from the 'offical' rpm
  813. spec file.
  814. 1999-04-16 Miguel de Icaza <miguel@nuclecu.unam.mx>
  815. * configure.in (SHELL): Do not use grep -q, as it is not portable
  816. to every OS.
  817. Thu Apr 15 21:59:52 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  818. * configure.in: Linking from $srcdir/slang is broken when configure
  819. isn't called with an absolute path. Link from ../$srcdir/slang if
  820. configure was invoked with a relative path.
  821. 1999-03-20 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
  822. * configure.in: Do not rm the destination file and then link, use
  823. ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
  824. Tue Apr 13 06:07:05 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  825. * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
  826. --with-PACKAGE and --without-PACKAGE gave the same results.
  827. 1999-04-09 Federico Mena Quintero <federico@nuclecu.unam.mx>
  828. * configure.in (VERSION): Bumped version number to 4.5.30.
  829. 1999-03-30 Federico Mena Quintero <federico@nuclecu.unam.mx>
  830. * configure.in (VERSION): Bumped version number to 4.5.29.
  831. Sun Mar 28 23:46:01 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  832. * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
  833. now contains all checks.
  834. 1999-03-26 Federico Mena Quintero <federico@nuclecu.unam.mx>
  835. * configure.in (VERSION): bumped version number to 4.5.28.
  836. Fri Mar 26 19:16:38 1999 Timur Bakeyev <mc@bat.ru>
  837. * */Makefie.*: fixed several missed conversions from libdir to
  838. mclibdir. (Should be automake'd, really)
  839. 1999-03-24 Federico Mena Quintero <federico@nuclecu.unam.mx>
  840. * Make.common.in: There were conflicting definitions of mclibdir
  841. (one for installation, one for source). Now the source one is
  842. called mcsrclibdir.
  843. * doc/Makefile.in: Use mcsrclibdir where appropriate.
  844. Mon Mar 22 03:00:15 1999 Timur Bakeyev <mc@bat.ru>
  845. * edit/syntax.c: Remove extra "|" in "file ..\*\\.(pp|PP|pas|PAS|)$ \
  846. Pascal Program" (Heh, second time :)
  847. * Makefile.common: Until things gets clear, keep syntax rules in
  848. $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
  849. Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
  850. @libdir@.
  851. Mon Mar 22 01:52:32 1999 Timur Bakeyev <mc@bat.ru>
  852. * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
  853. as requested by Paul. Still, need some checking...
  854. Sun Mar 21 03:55:24 1999 Paul Sheer <psheer@obsidian.co.za>
  855. * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
  856. to date with cooledit 3.9.0. This adds some new features.
  857. Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
  858. syntax.c. This is because the rule set is becoming too
  859. large to maintain in its current form and because file
  860. loading is starting to get slow.
  861. There is also a bookmark feature which does not yet have
  862. key bindings assigned to it, but should be cool once
  863. these get inserted. Syntax rules files are named
  864. $LIBDIR/cooledit/syntax/*.syntax
  865. 1999-03-20 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
  866. * configure.in: Create slang directory, it is needed when
  867. builddir != srcdir.
  868. Use -f when calling rm, the file does not exist on
  869. first compile.
  870. No need to copy VERSION from $srcdir, it's already generated in
  871. $buildir.
  872. Fri Mar 19 06:32:36 1999 David Martin <dmartina@usa.net>
  873. * edit/edit_key_translator.c: Added missing translation tags.
  874. 1999-03-18 Federico Mena Quintero <federico@nuclecu.unam.mx>
  875. * configure.in: Minimum version of glib should be 1.2.0.
  876. (VERSION): Bumped version number to 4.5.27.
  877. Wed Mar 10 21:52:55 1999 David Martin <dmartina@usa.net>
  878. * gtkedit/editcmd.c: Added missing translation tags.
  879. * gtkedit/editoptions.c: Added missing translation tags. Translate
  880. radio buttons on first use.
  881. Sat Feb 27 21:00:45 1999 Gregory McLean <gregm@comstar.net>
  882. * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
  883. to get the mc spec file to work.
  884. * hacked configure to generate a properly versioned spec file.
  885. Fri Feb 26 22:06:51 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  886. * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
  887. radio buttons on first pass.
  888. Fri Feb 26 21:45:30 1999 David Martin <dmartina@usa.net>
  889. * gtkedit/editcmd.c: Mark strings in the search and replace
  890. dialogs for translation. Resized these dialogs to let the messages
  891. fit.
  892. 1999-02-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
  893. * gtkedit/editwidget.c (selection_send): Use the proper type for
  894. 64-bit cleanliness (Patch from George Lebl).
  895. Tue Feb 16 21:24:43 1999 David Martin <dmartina@usa.net>
  896. * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
  897. into the catalog file.
  898. Sat Feb 13 01:39:17 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  899. * configure.in: Make Timur's libtermcap check work with SLang
  900. 0.99.98, too.
  901. 1999-02-12 Federico Mena Quintero <federico@nuclecu.unam.mx>
  902. * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
  903. PS and EPS files. Thanks, Tigert!
  904. 1999-02-09 Miguel de Icaza <miguel@nuclecu.unam.mx>
  905. * configure.in (CCOPTS): Drop the prefix auto-detection.
  906. Wed Feb 10 02:48:51 1999 Timur Bakeyev <mc@bat.ru>
  907. * configure.in: Add check, which, in case of system-installed SLang
  908. library tries to run a test program, which determines, does we need
  909. linking with libtermcap.a. Also, set of if's for finding terminfo
  910. dir changed to for cycle - a bit nicer :)
  911. Tue Feb 9 20:52:19 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  912. * README.QNX: Deleted documention about mc.menu.qnx.diff.
  913. Tue Feb 9 20:46:07 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  914. * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
  915. Tue Feb 9 20:32:39 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  916. * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
  917. from tar calls when extracting (according to my man page this option
  918. is only useful when creating archieves).
  919. Tue Feb 9 20:28:15 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  920. * lib/mc.menu: Applied patch from root <root@golia.dntis.ro> which
  921. adds support for tar.bz2 and merges the support for freeze-compressed
  922. tar files (tar.F) from mc.menu.qnx.diff.
  923. Sun Feb 7 06:11:48 1999 Timur Bakeyev <mc@bat.ru>
  924. * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
  925. GNU-like :)
  926. 1999-01-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
  927. * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
  928. the catalog file.
  929. 1999-02-02 Tuomas Kuosmanen <tigert@gimp.org>
  930. * new_icons/gnome-core.png: New icon for core files. Someone
  931. please add the code part :)
  932. Mon Feb 1 01:28:19 1999 Timur Bakeyev <mc@bat.ru>
  933. * configure.in: Add check against setuid() and setreuid() functions.
  934. Fri Jan 29 22:55:56 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  935. * slang/slang.h: renamed to slang-mc.h
  936. * slang/Makefile.in: delete slang.h on "make clean"
  937. * configure.in: link slang/slang-mc.h to slang/slang.h when the
  938. included slang is used. Problem was that MC's slang.h was used
  939. when we compiled with an already installed SLang and the systems
  940. header file were included with <slang/slang.h>.
  941. Unfortunatly I can't use AC_LINK_FILES to make the links because
  942. if we needn't make any links AC_LINK_FILES makes a link from
  943. srcdir to top_builddir (builddir != srcdir).
  944. Temporary add $LGPM to $LIBS when checking for the resizeterm
  945. and keyok functions (ncurses might be linked against GPM).
  946. Substitude PACKAGE (intl/Makefile makes use of it)
  947. Wed Jan 27 03:34:44 1999 Timur Bakeyev <mc@bat.ru>
  948. * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
  949. #include "global.h".
  950. 1999-01-13 Jonathan Blandford <jrb@redhat.com>
  951. * Make.common.in (gnewdir): new path.
  952. Sun Jan 17 03:19:47 1999 Timur Bakeyev <mc@bat.ru>
  953. * configure.in: Add comments before "Let" and "the" - typo. Add new
  954. path to include's search.
  955. 1999-01-10 Ilya Zakharevich <ilya@math.ohio-state.edu>
  956. * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
  957. 1999-01-11 Miguel de Icaza <miguel@nuclecu.unam.mx>
  958. * configure.in (REGEX_O): Always include regex.o as the code we
  959. are using in gmc is not using regcomp/regexec, but the internal
  960. Emacs API.
  961. * src/regex.c: Do not compile the POSIX compatibility code, as we
  962. do not use it.
  963. Tue Dec 29 15:49:45 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
  964. * doc/mc.sgml, mc1.in (Color section): minor polishing
  965. (Layout section): documented Highlight...
  966. Thu Dec 24 18:30:53 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
  967. * configure.in: Deleted du checks
  968. * INSTALL: Deleted --with-dusum documentation.
  969. * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
  970. Configuration dialog. Added Advanced chown subsection. Deleted
  971. variables from the Special settings section which are now covered
  972. by the configuration dialog.
  973. Mon Dec 21 22:26:34 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
  974. * doc/mc.sgml, mc.1.in: Deleted obsolete information about
  975. tar_gz_memlimit. Partially rewrote the section about the
  976. Virtual FS.. configuration dialog.
  977. 1998-12-17 Christopher Blizzard <blizzard@appliedtheory.com>
  978. * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
  979. Sun Dec 13 15:26:19 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
  980. * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
  981. * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
  982. builddir
  983. 1998-12-08 Tuomas Kuosmanen <tigert@gimp.org>
  984. * new_icons/gnome-image-[lots].png: I added some icons for file
  985. types (image) there - someone please tell me what the correct
  986. location and naming convention is and I will try to follow that. :)
  987. 1998-12-08 Christopher Blizzard <blizzard@appliedtheory.com>
  988. * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
  989. the build will still work. (Has this been replaced by new_icons?)
  990. Tue Dec 1 11:58:55 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
  991. * doc/mc.1.in, mc.sgml: added my name to list ov authors
  992. 1998-12-02 Miguel de Icaza <miguel@nuclecu.unam.mx>
  993. * Makefile.in (codedirs): Dropped xv and tk ports from the
  994. distribution. include idl directory.
  995. 1998-12-01 Miguel de Icaza <miguel@nuclecu.unam.mx>
  996. * configure.in (slang_use_system_installed_lib): Define slang
  997. here, to avoid having this on LIBS.
  998. 1998-11-26 Herbert Valerio Riedel <hvr@hvrlab.ml.org>
  999. * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
  1000. Thu Nov 26 12:20:06 1998 Pavel Roskin <pavel_roskin@geocities.com>
  1001. * config.h.in: Removed from CVS, added to .cvsignore
  1002. * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
  1003. configure.in:
  1004. NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
  1005. HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
  1006. HAS_CURSES added to acconfig.h
  1007. 1998-11-24 Federico Mena Quintero <federico@nuclecu.unam.mx>
  1008. * autogen.sh: Add "-I macros" to the aclocal flags.
  1009. * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
  1010. so that aclocal will not complain about an obsolete macro.
  1011. * configure.in: Use MC_HPUX_PROG_CC_STDC
  1012. * ChangeLog: There was no ChangeLog here, so I added one.