ChangeLog 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789
  1. 2000-08-22 Pavel Roskin <proski@gnu.org>
  2. * *.c, *.h: Updated address of Free Software Foundation
  3. 2000-08-21 Pavel Roskin <proski@gnu.org>
  4. * Make.common.in, acconfig.h, configure.in, mc-aclocal.m4,
  5. doc-gnome/Makefile.in, doc-gnome/C/Makefile.in: removed stuff
  6. related to XView, libXPM, libXext and Tk
  7. 2000-08-18 Pavel Roskin <proski@gnu.org>
  8. * Makefile.in, lib/Makefile.in: adjusted lists of distributed
  9. files
  10. * configure.in: Simplified dependency tracking by using
  11. "-include" with GNU Make
  12. * autogen.sh: Exit on all failures
  13. 2000-08-17 Pavel Roskin <proski@gnu.org>
  14. * doc/mc.sgml: Curly braces replaced with &lcub; and &rcub;
  15. Fixed all misuses of single and double quotes. Typo fixes.
  16. Ensured compatability with sgml2html, sgml2txt and sgml2latex
  17. * doc/mc.1.in: Typo fix
  18. * doc/mc.sgml: made compatible with sgml-tools 1.0.9
  19. * doc/linuxdoc-sgml.diff: removed
  20. * doc/Makefile.in: don't distribute linuxdoc-sgml.diff,
  21. distribute gnome.sgml
  22. 2000-08-15 Pavel Roskin <proski@gnu.org>
  23. * Makefile.in: fixes for improper usage of $(srcdir), cleanup
  24. in the "distclean" target
  25. * doc-gnome/Makefile.in: Fixed some abuses of $(srcdir)
  26. Removed all XVIEW-related stuff
  27. Fixed placement of png files on "make dist"
  28. * doc/mc.1.in: Updated info about the internal editor
  29. * Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
  30. indicate serious problems. Fixes for uninstall.
  31. * doc/Makefile.in: Rebuild if it is out of date.
  32. * lib/cedit.menu: Added. This file has been missing
  33. * lib/Makefile.in: Install mc.sh and mc.csh in $(suppbindir) only
  34. 2000-08-08 Pavel Roskin <proski@gnu.org>
  35. * Makefile.in: correctly detect make failures in subdirs
  36. 2000-08-01 Pavel Roskin <proski@gnu.org>
  37. * nt, os2, tk, xv: removed all files
  38. * configure.in: don't create os2 and nt directories
  39. 2000-08-01 Pavel Roskin <proski@gnu.org>
  40. * configure.in, mc-aclocal.m4: AC_WARN replaced with AC_MSG_WARN
  41. * README.PC, doc/mc.1.in, doc/mc.sgml: Updated e-mail address
  42. 2000-07-21 Pablo Saratxaga <pablo@mandrakesoft.com>
  43. * src/main.c: make 8bit input/output the default (99% of the people
  44. expects that; lets the remaining 1% use the configuration menu
  45. to disactivate it if they want)
  46. 2000-07-20 Andrew V. Samoilov <sav@bcs.zp.ua>
  47. * gtkedit/ChangeLog: There was no ChangeLog there, so I added one.
  48. 2000-06-20 Jacob Berkman <jacob@helixcode.com>
  49. * configure.in: check for gnome-libs with window icon support
  50. * acconfig.h: add icon define
  51. 2000-06-08 Matthias Warkus <mawa@iname.com>
  52. * new_icons/gnome-pack-*.png: Updated.
  53. * gnome/mc.keys: Added a MIME type for SLP packages.
  54. 2000-05-30 Pavel Roskin <pavel_roskin@geociiities.com>
  55. * syntax/diff.syntax: Highlight lines beginning with "File",
  56. "Files" and "Binary"
  57. * syntax/makefile.syntax: Highlight "ifndef"
  58. * syntax/sh.syntax: Don't highlight "basnemae" ("basename" is
  59. highlighted)
  60. 2000-05-05 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
  61. * lib/mc.ext.in: More changes by rebel@atrey: he forgot to begin
  62. comment lines with # in last release
  63. 2000-05-03 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
  64. * lib/mc.ext.in: Fixes to changes by rebel@atrey.karlin.mff.cuni.cz.
  65. 2000-04-26 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
  66. * lib/mc.ext.in: Changes from rebel@atrey.karlin.mff.cuni.cz. They
  67. look more consistent than original.
  68. 2000-04-14 Timur Bakeyev <mc@bat.ru>
  69. * config.in: Added check against strcoll().
  70. 2000-04-14 Timur Bakeyev <mc@bat.ru>
  71. * syntax/perl.syntax: According to Tomasz Wegrzanovski <maniek@beer.com>
  72. added 'and', 'or', 'not', 'for' keywords.
  73. 2000-04-06 Timur Bakeyev <mc@bat.ru>
  74. * syntax.c: Wery dirty fix to allow compilation of mcedit on ncurses
  75. based systems. Hope, this will make FreeBSD midc maintainer to enable
  76. build-in editor by default. Still, syntax highlighting is disabled.
  77. Need to port...
  78. 2000-03-13 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
  79. * gtkedit/syntax.c (upgrade_syntax_file): possible buffer overflow
  80. fixed, some messages gettext()ed again here and in
  81. gtkedit/editmenu.c:edit_about_cmd()
  82. 2000-03-13 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
  83. * doc/mc.sgml (Examples): Fixed documentation, thanx
  84. to martin@internet-treff.uni-koeln.de.
  85. 2000-03-01 Pavel Roskin <pavel_roskin@geocities.com>
  86. * gtkedit/editcmd.c (edit_replace_prompt): fix index for
  87. the label text
  88. 2000-02-25 Pavel Roskin <pavel_roskin@geocities.com>
  89. * gtkedit/syntax.c: treat *.ads as Ada source
  90. * syntax/ada95.syntax: escape "+" and "*"
  91. * syntax/diffc.syntax: removed (obsoleted by diff.syntax)
  92. * syntax/Makefile.in: remove diffc.syntax
  93. * edit/edit_key_translator.c: interpret code 0177 as
  94. backspace unless recognized otherwise
  95. 2000-02-23 Norbert Warmuth <nwarmuth@privat.circular.de>
  96. * gtkedit/editcmd.c (edit_replace_prompt): fix incorrect
  97. initialization of array of structure (gcc version 2.96 20000131
  98. chokes on it).
  99. * lib/mc.hint: C-y and not C-u can be used to insert text in input
  100. lines (e. g. text which has been deleted with M-d).
  101. * configure.in: Fix the extfs-configure-fragment-in-final-output bug
  102. 2000-01-31 Yuan-Chung Cheng <platin@linux.org.tw>
  103. * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
  104. 2000-01-29 Matthias Warkus <mawa@iname.com>
  105. * new_icons/gnome-pack-deb.png: Replaced with Eduardo Silva's
  106. design on Federico's request.
  107. 2000-01-26 Federico Mena Quintero <federico@helixcode.com>
  108. * idl/FileManager.idl (Desktop): Added arrange_icons() method and
  109. an ArrangeType enum.
  110. 2000-01-03 Aaron Lehmann <aaronl@vitelus.com>
  111. * gdesktop.c, gdnd.c, gaction.c, gicon.c,
  112. gnome-file-property-dialog.c, gpopup.c, gpopup2.c, gprefs.cgmain.h,
  113. setup.c: Add option of using GNOME "magic" routines to determine file
  114. types. This makes MC intelligently look at the data in the file to see
  115. what type of file it is, rather than looking at the filename extension.
  116. This slows down MC quite a bit, so it has been made an optional
  117. preference item. Type detection is expected to improve as mime-magic
  118. matures.
  119. 2000-01-15 Federico Mena Quintero <federico@helixcode.com>
  120. * lib/mc.menu (shell_patterns): Add a missing "esac". Thanks to
  121. Martin Bialasinski <martin@internet-treff.uni-koeln.de> for
  122. providing a patch.
  123. 2000-01-11 Matthias Warkus <mawa@iname.com>
  124. * Added icon and keys entry for Scheme source.
  125. 2000-01-03 Fatih Demir <kabalak@gmx.net>
  126. * configure.in: Added tr -> ALL_LINGUAS .
  127. 1999-12-28 Matthias Warkus <mawa@iname.com>
  128. * new_icons/*.png: Added a bunch of new icons.
  129. 1999-12-06 Federico Mena Quintero <federico@redhat.com>
  130. * configure.in (VERSION): Bumped version number to 4.5.42.
  131. 1999-11-25 Yuri Syrota <rasta@renome.rovno.ua>
  132. * configure.in: added 'uk' to ALL_LINGUAS.
  133. 1999-11-09 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
  134. * lib/Makefile.in (LIBFILES_CONST): Adding mc.hint.cs file on
  135. request from David Sauer
  136. 1999-11-01 Federico Mena Quintero <federico@redhat.com>
  137. * configure.in (VERSION): Bumped version number to 4.5.41.
  138. 1999-09-23 Federico Mena Quintero <federico@redhat.com>
  139. * configure.in (VERSION): Set version number to 4.5.39.
  140. 1999-09-23 Jorge Godoy <godoy@conectiva.com.br>
  141. * configure.in: Added pt_BR to ALL_LINGUAS
  142. 1999-09-22 Norbert Warmuth <nwarmuth@privat.circular.de>
  143. * lib/mc.sh.in, mc.csh.in: renamed from mc.sh resp. mc.csh. Adapt
  144. path to the mc binary according to @prefix@.
  145. * lib/Makefile.in (srcdir): mc.sh and mc.csh are now created by
  146. configure. Install mc.sh and mc.csh in $(suppbindir).
  147. * doc/mc.1.in, mc.sgml: Updated the mc function definition for bash
  148. and zsh. Suggest to source mc.sh or mc.csh instead of adding verbatim
  149. copies of the included function definitions.
  150. * mcfn_install.in: Comment out definitions of the mc functions. Source
  151. mc.sh instead of adding an outdated mc function definition.
  152. * configure.in: output mc.sh and mc.csh
  153. 1999-09-20 Federico Mena Quintero <federico@redhat.com>
  154. * lib/startup.links: Changed the news link to Gnotices
  155. 1999-09-19 David Martin <dmartina@usa.net>
  156. * gtkedit/editcmd.c (edit_print_string): Use unsigned char so that
  157. 8 bit chars from strftime get displayed when inserting date.
  158. * lib/mc.ext.in: Add entries for bzip2 compressed pages as used in
  159. Mandrake 6.0. The generic entry for bzip2 moved to the end of the
  160. file to avoid interferences. In this one I changed the extension check
  161. to a type check (as used for gzip) which might give problems in some
  162. systems.
  163. * configure.in: Use -Tlatin1 to format man pages when available and
  164. "view" 8 bit chars.
  165. 1999-09-19 Norbert Warmuth <nwarmuth@privat.circular.de>
  166. * gtkedit/edit.h: Include file reordering to make it compile with
  167. --with-debug
  168. * gtkedit/editcmd.c (menu_save_mode_cmd): calculate dialog width
  169. dependent on lenght of translated strings to display.
  170. 1999-09-16 Owen Taylor <otaylor@redhat.com>
  171. * Remove the magicdev autoconf test in favor of just
  172. including the idl file. Otherwise we have a dependency
  173. loop between this and magicdev.
  174. 1999-09-08 Federico Mena Quintero <federico@redhat.com>
  175. * idl/FileManager.idl: Changed names, and put everything under a
  176. FileManager module. Added a Desktop interface and some methods to
  177. the WindowFactory interface.
  178. 1999-09-08 Kjartan Maraas <kmaraas@online.no>
  179. * doc-gnome/*: Shiny new docs from users-guide.
  180. All synced up.
  181. 1999-09-03 Pablo Saratxaga <pablo@mandrakesoft.com>
  182. * configure.in: added 'nl' to ALL_LINGUAS, it was missing.
  183. 1999-09-01 Federico Mena Quintero <federico@redhat.com>
  184. * README: Updated and spell-checked.
  185. * NEWS: Updated.
  186. 1999-08-31 Richard Hult <rhult@hem2.passagen.se>
  187. * configure.in (ALL_LINGUAS): Added sv.
  188. 1999-08-30 Norbert Warmuth <nwarmuth@privat.circular.de>
  189. * lib/mc.sh: create temporary files in ~/.mc/tmp in order to avoid
  190. symlink attacks (mcfn_install and the man page still needs to be
  191. updated).
  192. 1999-08-20 Norbert Warmuth <nwarmuth@privat.circular.de>
  193. * configure.in (AC_WITH_SLANG): rm -f destination before makeing
  194. a symbolic link (ln -sf doesn't work as expected on Solaris)
  195. 1999-08-19 Elliot Lee <sopwith@redhat.com>
  196. * */Makefile.in: Have 'make dist' work with builddir != srcdir.
  197. 1999-08-19 Federico Mena Quintero <federico@redhat.com>
  198. * doc-gnome/C/gmc.sgml: Index fixes.
  199. 1999-08-18 Elliot Lee <sopwith@redhat.com>
  200. * gtkedit/gtkedit.c: Make it build with gcc 2.95, by fixing the non-constant
  201. initializers in the GnomeUIInfo structure.
  202. 1999-08-16 Federico Mena Quintero <federico@redhat.com>
  203. * configure.in (VERSION): Bumped version number to 4.5.38.
  204. 1999-08-15 Norbert Warmuth <nwarmuth@privat.circular.de>
  205. * lib/Makefile.in: added mc.hint.es to LIBFILES_CONST
  206. 1999-08-15 David Martin <dmartina@usa.net>
  207. * gtkedit/edit.c: Print localized date with strftime()
  208. * lib/mc.hint.es: NEW FILE. Hints in Spanish flavour.
  209. 1999-08-08 David Martin <dmartina@usa.net>
  210. * gtkedit/syntax.c (upgrade_syntax_file): Mark error strings for
  211. translation.
  212. * gtkedit/editmenu.c (edit_about_cmd): Mark text in "about" for
  213. translation as it used to be.
  214. 1999-08-05 Federico Mena Quintero <federico@nuclecu.unam.mx>
  215. * doc-gnome/C/gmc.sgml: Set the book element's id to "index" so
  216. that the correct index.html will be generated.
  217. 1999-07-27 Federico Mena Quintero <federico@nuclecu.unam.mx>
  218. * syntax/Makefile.in (ALLSYNTAX): Added the missing syntax files
  219. to the list.
  220. 1999-07-21 Paul Sheer <psheer@obsidian.co.za>
  221. * gtkedit.c, edit.c, editcmd.c, syntax.c, edit.h, bookmark.c,
  222. editwidget.c: bring editor stuff up to date with cooledit 3.11.5
  223. This adds some new syntax rules, and spell check on the fly
  224. which if someone bugs me for, will actually get enabled in
  225. both the text and gnome versions. Bookmark stuff also needs
  226. some keys bound to it, I suppose: any takers?
  227. July 19, 1999 Elliot Lee
  228. * Makefile.in: Remove doc-gnome* from codedirs variable. Fixes infinitely recursing make.
  229. 1999-07-05 Miguel de Icaza <miguel@gnu.org>
  230. * Makefile.in (all): Makefile fix.
  231. 1999-05-27 Miguel de Icaza <miguel@nuclecu.unam.mx>
  232. * Make.common.in (confdir): Define confdir as sysconfdir. This
  233. should fix the problem we had with FSSTND distributions.
  234. 1999-07-04 Federico Mena Quintero <federico@nuclecu.unam.mx>
  235. * Makefile.in (DISTMAIN): Added config.guess and config.sub to the
  236. list of distributed files.
  237. 1999-07-03 Federico Mena Quintero <federico@nuclecu.unam.mx>
  238. * configure.in (VERSION): Bumped version number to 4.5.34.
  239. 1999-07-02 Tuomas J. Lukka <lukka@iki.fi>
  240. * Add fi into ALL_LINGUAS
  241. 1999-07-01 Tuomas Kuosmanen <tigert@gimp.org>
  242. * gnome/i-zipdisk2.png: Added another zip-disk icon
  243. by <scarab@egyptian.net> - It looks very nice. Variation
  244. is good.
  245. 1999-06-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
  246. * acconfig.h: Add WITH_SMBFS
  247. * macros/gnome-vfs.m4: Support conditional samba support.
  248. 1999-05-27 Miguel de Icaza <miguel@nuclecu.unam.mx>
  249. * Make.common.in (confdir): Define confdir as sysconfdir. This
  250. should fix the problem we had with FSSTND distributions.
  251. 1999-02-22 Vladimir Kondratiev <vkondra@iil.intel.com>
  252. * mc.spec.in: added syntax files to %files
  253. 1999-06-22 David Martin <dmartina@usa.net>
  254. * gtkedit/gtkedit.c (tb_items): Mark strings for localization.
  255. 1999-06-07 Shooby Ban <bansz@szif.hu>
  256. * po/hu.po, configure.in: added hungarian translations...
  257. I'm not sure it's OK, but it seems usable.
  258. Translators: Tamas Fejos and Andras Kadar
  259. 1999-06-07 Kjartan Maraas <kmaraas@online.no>
  260. * configure.in, Makefile.in: added the gmc helpfile to the build
  261. 1999-05-23 Yukihiro Nakai <nacai@iname.com>
  262. * Add ja entry to LANG in configure.in
  263. 1999-05-19 Tuomas Kuosmanen <tigert@gimp.org>
  264. * gnome/Makefile.in (ICONS): Ok, perhaps we also want the zip-icon to
  265. be installed in the system :) (added it to the Makefile.in)
  266. 1999-05-19 Tuomas Kuosmanen <tigert@gimp.org>
  267. * gnome/i-zipdisk.png: I added an icon for the ZIP(tm I guess :)
  268. disks - someone please add it to the mount.c code so it gets used..
  269. Everyone have a nice time at the expo! :) I hope to join the
  270. next time.
  271. Mon May 17 07:30:48 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  272. * configure.in: Added check for getpt ()
  273. 1999-05-05 Federico Mena Quintero <federico@nuclecu.unam.mx>
  274. * configure.in (VERSION): Bumped version number to 4.5.31.
  275. Wed Apr 21 22:04:30 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  276. * gtkedit/editcmd.c (edit_save_file): MAD knows about tempnam, no
  277. need to fool it by strdup'ing the return value of tempnam.
  278. Wed Apr 21 20:44:41 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  279. * configure.in: New option --with-tm-x-support, use MCCFLAGS and
  280. MCLIBS which are specific to the text edition.
  281. * INSTALL: Added documentation for --with-tm-x-support
  282. Sun Apr 18 17:51:54 EDT 1999 Gregory McLean <gregm@comstar.net>
  283. * mc.spec.in : Folded in some changes from the 'offical' rpm
  284. spec file.
  285. 1999-04-16 Miguel de Icaza <miguel@nuclecu.unam.mx>
  286. * configure.in (SHELL): Do not use grep -q, as it is not portable
  287. to every OS.
  288. Thu Apr 15 21:59:52 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  289. * configure.in: Linking from $srcdir/slang is broken when configure
  290. isn't called with an absolute path. Link from ../$srcdir/slang if
  291. configure was invoked with a relative path.
  292. 1999-03-20 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
  293. * configure.in: Do not rm the destination file and then link, use
  294. ln -sf. Link from $srcdir/slang, not from ../$srcdir/slang.
  295. Tue Apr 13 06:07:05 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  296. * configure.in: Some AC_ARG_WITH macros havn't checked $withval, i.e.
  297. --with-PACKAGE and --without-PACKAGE gave the same results.
  298. 1999-04-09 Federico Mena Quintero <federico@nuclecu.unam.mx>
  299. * configure.in (VERSION): Bumped version number to 4.5.30.
  300. 1999-03-30 Federico Mena Quintero <federico@nuclecu.unam.mx>
  301. * configure.in (VERSION): Bumped version number to 4.5.29.
  302. Sun Mar 28 23:46:01 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  303. * configure.in: Deleted duplicate VFS checks. GNOME_VFS_CHECKS
  304. now contains all checks.
  305. 1999-03-26 Federico Mena Quintero <federico@nuclecu.unam.mx>
  306. * configure.in (VERSION): bumped version number to 4.5.28.
  307. Fri Mar 26 19:16:38 1999 Timur Bakeyev <mc@bat.ru>
  308. * */Makefie.*: fixed several missed conversions from libdir to
  309. mclibdir. (Should be automake'd, really)
  310. 1999-03-24 Federico Mena Quintero <federico@nuclecu.unam.mx>
  311. * Make.common.in: There were conflicting definitions of mclibdir
  312. (one for installation, one for source). Now the source one is
  313. called mcsrclibdir.
  314. * doc/Makefile.in: Use mcsrclibdir where appropriate.
  315. Mon Mar 22 03:00:15 1999 Timur Bakeyev <mc@bat.ru>
  316. * edit/syntax.c: Remove extra "|" in "file ..\*\\.(pp|PP|pas|PAS|)$ \
  317. Pascal Program" (Heh, second time :)
  318. * Makefile.common: Until things gets clear, keep syntax rules in
  319. $(prefix)/lib/mc//syntax, as this is how (LIBDIR "/syntax") expands.
  320. Also, $(libdir) changed to $(mclibdir), to avoid confusion with expanded
  321. @libdir@.
  322. Mon Mar 22 01:52:32 1999 Timur Bakeyev <mc@bat.ru>
  323. * configure.in, Makefile.in, Makefile.common: Add syntax/Makefile.in,
  324. as requested by Paul. Still, need some checking...
  325. Sun Mar 21 03:55:24 1999 Paul Sheer <psheer@obsidian.co.za>
  326. * edit/*.[ch] gtkedit/*.[ch]: brought the editor up
  327. to date with cooledit 3.9.0. This adds some new features.
  328. Firstly the SYNTAX RULES ARE NO LONGER HARDCODED into
  329. syntax.c. This is because the rule set is becoming too
  330. large to maintain in its current form and because file
  331. loading is starting to get slow.
  332. There is also a bookmark feature which does not yet have
  333. key bindings assigned to it, but should be cool once
  334. these get inserted. Syntax rules files are named
  335. $LIBDIR/cooledit/syntax/*.syntax
  336. 1999-03-20 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
  337. * configure.in: Create slang directory, it is needed when
  338. builddir != srcdir.
  339. Use -f when calling rm, the file does not exist on
  340. first compile.
  341. No need to copy VERSION from $srcdir, it's already generated in
  342. $buildir.
  343. Fri Mar 19 06:32:36 1999 David Martin <dmartina@usa.net>
  344. * edit/edit_key_translator.c: Added missing translation tags.
  345. 1999-03-18 Federico Mena Quintero <federico@nuclecu.unam.mx>
  346. * configure.in: Minimum version of glib should be 1.2.0.
  347. (VERSION): Bumped version number to 4.5.27.
  348. Wed Mar 10 21:52:55 1999 David Martin <dmartina@usa.net>
  349. * gtkedit/editcmd.c: Added missing translation tags.
  350. * gtkedit/editoptions.c: Added missing translation tags. Translate
  351. radio buttons on first use.
  352. Sat Feb 27 21:00:45 1999 Gregory McLean <gregm@comstar.net>
  353. * applied a patch from Duncan Mak <mustapha@wegythu.res.cmu.edu>
  354. to get the mc spec file to work.
  355. * hacked configure to generate a properly versioned spec file.
  356. Fri Feb 26 22:06:51 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  357. * gtkedit/editcmd.c (menu_save_mode_cmd): translate strings for
  358. radio buttons on first pass.
  359. Fri Feb 26 21:45:30 1999 David Martin <dmartina@usa.net>
  360. * gtkedit/editcmd.c: Mark strings in the search and replace
  361. dialogs for translation. Resized these dialogs to let the messages
  362. fit.
  363. 1999-02-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
  364. * gtkedit/editwidget.c (selection_send): Use the proper type for
  365. 64-bit cleanliness (Patch from George Lebl).
  366. Tue Feb 16 21:24:43 1999 David Martin <dmartina@usa.net>
  367. * gtkedit/gtkedit.c: Hack to get one more string defined in a macro
  368. into the catalog file.
  369. Sat Feb 13 01:39:17 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  370. * configure.in: Make Timur's libtermcap check work with SLang
  371. 0.99.98, too.
  372. 1999-02-12 Federico Mena Quintero <federico@nuclecu.unam.mx>
  373. * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
  374. PS and EPS files. Thanks, Tigert!
  375. 1999-02-09 Miguel de Icaza <miguel@nuclecu.unam.mx>
  376. * configure.in (CCOPTS): Drop the prefix auto-detection.
  377. Wed Feb 10 02:48:51 1999 Timur Bakeyev <mc@bat.ru>
  378. * configure.in: Add check, which, in case of system-installed SLang
  379. library tries to run a test program, which determines, does we need
  380. linking with libtermcap.a. Also, set of if's for finding terminfo
  381. dir changed to for cycle - a bit nicer :)
  382. Tue Feb 9 20:52:19 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  383. * README.QNX: Deleted documention about mc.menu.qnx.diff.
  384. Tue Feb 9 20:46:07 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  385. * lib/mc.menu.qnx.diff: Deleted, it was merged with mc.menu.
  386. Tue Feb 9 20:32:39 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  387. * lib/mc.menu: Removed GNU tar'isms (option z). Removed option -o
  388. from tar calls when extracting (according to my man page this option
  389. is only useful when creating archieves).
  390. Tue Feb 9 20:28:15 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  391. * lib/mc.menu: Applied patch from root <root@golia.dntis.ro> which
  392. adds support for tar.bz2 and merges the support for freeze-compressed
  393. tar files (tar.F) from mc.menu.qnx.diff.
  394. Sun Feb 7 06:11:48 1999 Timur Bakeyev <mc@bat.ru>
  395. * Makefile.in: Change calls to xmkdir to mkinstalldirs - this is more
  396. GNU-like :)
  397. 1999-01-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
  398. * gtkedit/gtkedit.c: Hack to get a string defined in a macro into
  399. the catalog file.
  400. 1999-02-02 Tuomas Kuosmanen <tigert@gimp.org>
  401. * new_icons/gnome-core.png: New icon for core files. Someone
  402. please add the code part :)
  403. Mon Feb 1 01:28:19 1999 Timur Bakeyev <mc@bat.ru>
  404. * configure.in: Add check against setuid() and setreuid() functions.
  405. Fri Jan 29 22:55:56 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
  406. * slang/slang.h: renamed to slang-mc.h
  407. * slang/Makefile.in: delete slang.h on "make clean"
  408. * configure.in: link slang/slang-mc.h to slang/slang.h when the
  409. included slang is used. Problem was that MC's slang.h was used
  410. when we compiled with an already installed SLang and the systems
  411. header file were included with <slang/slang.h>.
  412. Unfortunatly I can't use AC_LINK_FILES to make the links because
  413. if we needn't make any links AC_LINK_FILES makes a link from
  414. srcdir to top_builddir (builddir != srcdir).
  415. Temporary add $LGPM to $LIBS when checking for the resizeterm
  416. and keyok functions (ncurses might be linked against GPM).
  417. Substitude PACKAGE (intl/Makefile makes use of it)
  418. Wed Jan 27 03:34:44 1999 Timur Bakeyev <mc@bat.ru>
  419. * gtkedit/edit.h: including of <malloc.h> and <stdlib.h> swaped by
  420. #include "global.h".
  421. 1999-01-13 Jonathan Blandford <jrb@redhat.com>
  422. * Make.common.in (gnewdir): new path.
  423. Sun Jan 17 03:19:47 1999 Timur Bakeyev <mc@bat.ru>
  424. * configure.in: Add comments before "Let" and "the" - typo. Add new
  425. path to include's search.
  426. 1999-01-10 Ilya Zakharevich <ilya@math.ohio-state.edu>
  427. * gtkedit/edit.c (edit_load_file): Off-by-one error disabled editing.
  428. 1999-01-11 Miguel de Icaza <miguel@nuclecu.unam.mx>
  429. * configure.in (REGEX_O): Always include regex.o as the code we
  430. are using in gmc is not using regcomp/regexec, but the internal
  431. Emacs API.
  432. * src/regex.c: Do not compile the POSIX compatibility code, as we
  433. do not use it.
  434. Tue Dec 29 15:49:45 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
  435. * doc/mc.sgml, mc1.in (Color section): minor polishing
  436. (Layout section): documented Highlight...
  437. Thu Dec 24 18:30:53 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
  438. * configure.in: Deleted du checks
  439. * INSTALL: Deleted --with-dusum documentation.
  440. * doc/mc.sgml, mc.1.in: Completed documentation about the Options/
  441. Configuration dialog. Added Advanced chown subsection. Deleted
  442. variables from the Special settings section which are now covered
  443. by the configuration dialog.
  444. Mon Dec 21 22:26:34 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
  445. * doc/mc.sgml, mc.1.in: Deleted obsolete information about
  446. tar_gz_memlimit. Partially rewrote the section about the
  447. Virtual FS.. configuration dialog.
  448. 1998-12-17 Christopher Blizzard <blizzard@appliedtheory.com>
  449. * autogen.sh (srcdir): Honor $ACLOCAL_FLAGS when running aclocal.
  450. Sun Dec 13 15:26:19 1998 Norbert Warmuth <nwarmuth@privat.circular.de>
  451. * Makefile.in (target installdirs): create $(DESTDIR)$(idldir)
  452. * lib/Makefile.in (target install): install $(LIBFILES_OUT) from the
  453. builddir
  454. 1998-12-08 Tuomas Kuosmanen <tigert@gimp.org>
  455. * new_icons/gnome-image-[lots].png: I added some icons for file
  456. types (image) there - someone please tell me what the correct
  457. location and naming convention is and I will try to follow that. :)
  458. 1998-12-08 Christopher Blizzard <blizzard@appliedtheory.com>
  459. * configure.in (builddir): Add icons/Makefile to AC_OUTPUT so that
  460. the build will still work. (Has this been replaced by new_icons?)
  461. Tue Dec 1 11:58:55 1998 Pavel Machek <pavel@atrey.karlin.mff.cuni.cz>
  462. * doc/mc.1.in, mc.sgml: added my name to list ov authors
  463. 1998-12-02 Miguel de Icaza <miguel@nuclecu.unam.mx>
  464. * Makefile.in (codedirs): Dropped xv and tk ports from the
  465. distribution. include idl directory.
  466. 1998-12-01 Miguel de Icaza <miguel@nuclecu.unam.mx>
  467. * configure.in (slang_use_system_installed_lib): Define slang
  468. here, to avoid having this on LIBS.
  469. 1998-11-26 Herbert Valerio Riedel <hvr@hvrlab.ml.org>
  470. * gtkedit.c: changed occurence of 'va_list *ap' to 'va_list ap'
  471. Thu Nov 26 12:20:06 1998 Pavel Roskin <pavel_roskin@geocities.com>
  472. * config.h.in: Removed from CVS, added to .cvsignore
  473. * acconfig.h, macros/curses.m4, src/xcurses.c, src/tty.h,
  474. configure.in:
  475. NO_COLOR_SUPPORT renamed to NO_COLOR_CURSES
  476. HAVE_SUNOS_CURSES and SUNOS_CURSES renamed to USE_SUNOS_CURSES
  477. HAS_CURSES added to acconfig.h
  478. 1998-11-24 Federico Mena Quintero <federico@nuclecu.unam.mx>
  479. * autogen.sh: Add "-I macros" to the aclocal flags.
  480. * mc-aclocal.m4: Renamed fp_PROG_CC_STDC to MC_HPUX_PROG_CC_STDC
  481. so that aclocal will not complain about an obsolete macro.
  482. * configure.in: Use MC_HPUX_PROG_CC_STDC
  483. * ChangeLog: There was no ChangeLog here, so I added one.