ChangeLog 53 KB

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