2006-01-12 18:19  angel

	* VERSION: Version 3.3.17 RELEASED.

	  Closed bugs: #1087, #1088, #1089.

2006-01-12 18:17  angel

	* RELEASE_NOTES: Updated RELEASE_NOTES.

2006-01-12 07:35  angel

	* TODO: Crashing on close with several open documents is considered
	  fixed (Closes: #1089).

2006-01-11 06:08  angel

	* mp_iface.c: Don't try to do anything in mpi_draw_all() if it's
	  called with a NULL argument.

2006-01-11 06:08  angel

	* TODO: Updated TODO.

2005-12-28 06:29  angel

	* RELEASE_NOTES: Updated RELEASE_NOTES.

2005-12-21 19:40  angel

	* debian/: menu, mped.config, mped.templates, po/POTFILES.in,
	  po/es.po, po/templates.pot: Added several debian files that I
	  forgot to add.

2005-12-21 19:26  angel

	* TODO, mpv_gtk.c: Under GTK, pressing the Enter key in the keypad
	  did nothing (Closes: #1088).

2005-12-19 16:39  angel

	* makefile.in: The HTML version of mp_man.txt is also generated.

2005-12-19 16:30  angel

	* RELEASE_NOTES: Updated RELEASE_NOTES.

2005-12-19 11:36  angel

	* debian/control: Added references to spellchecking in the debian
	  control file.

2005-12-19 11:30  angel

	* README, mp_man.txt: Added references to spellchecking in the man
	  page.

2005-12-19 10:56  angel

	* TODO, VERSION, mpv_gtk.c: Cursor moving further the right margin
	  fixed (Closes: #1087).

2005-12-15 17:48  angel

	* AUTHORS, debian/README.Debian, debian/changelog, debian/compat,
	  debian/control, debian/copyright, debian/dirs, debian/docs,
	  debian/rules: Added official debian package information (patch by
	  Roberto Suarez).

2005-11-26 17:39  angel

	* RELEASE_NOTES: Updated RELEASE_NOTES.

2005-11-26 11:53  angel

	* README: Updated README (mp_doccer does not live here anymore).

2005-11-16 21:54  angel

	* makefile.in, debian/files: A small tweak in the documentation
	  generation.

2005-11-10 16:49  angel

	* VERSION, debian/changelog: Version 3.3.16 RELEASED.

2005-09-20 19:35  angel

	* mp_synhi.c: The .patch extension has been added to the diff
	  synhi.

2005-09-20 17:56  angel

	* AUTHORS, RELEASE_NOTES, mp_conf.c, mp_core.c, mp_core.h,
	  mp_func.c, mp_iface.c, mp_iface.h, mp_synhi.c, mprc.sample: Patch
	  by David Jensen:

	  A new configuration file directive has been added,
	  wheel_scroll_rows, to set the number of lines to move per hit to the
	  mouse wheel.

2005-09-20 13:39  angel

	* mp_core.c: If the file to be open is stdin, do not try to detect
	  encryption.

2005-09-20 13:24  angel

	* RELEASE_NOTES, VERSION, mpv_unix_common.c: The special file name
	  - can be used for reading from stdin or writing to stdout.

2005-08-29 17:39  angel

	* README, mp_conf.c, mp_conf.h, mp_core.c, mp_core.h, mp_func.c,
	  mp_func.h, mp_iface.c, mp_iface.h, mp_lang.c, mp_lang.h,
	  mp_res.h, mp_synhi.h, mp_tags.c, mp_tags.h, mp_video.c,
	  mp_video.h, mpv_curses.c, mpv_gtk.c, mpv_unix_common.c,
	  mpv_win32.c, debian/files: Updated copyright dates.

2005-08-27 19:07  angel

	* VERSION, debian/changelog: Version 3.3.15 RELEASED.

	  Closed bugs: #1038.

2005-08-27 18:27  angel

	* TODO: Ispell support is considered working (Closes: #1038).

2005-08-27 17:47  angel

	* RELEASE_NOTES: Updated RELEASE_NOTES.

2005-08-27 16:34  angel

	* mpv_curses.c, mpv_gtk.c, po/de.po, po/es.po, po/it.po, po/nl.po:
	  Updated .po files.

2005-08-27 15:42  angel

	* makefile.in, mp_func.c: Makefile target update-po has been
	  changed to ensure po files are iso-8859-1 encoded.

2005-08-27 14:30  angel

	* mp_wordp.c: Spellchecking code can correctly be compiled under
	  non-Unix systems.

2005-08-27 14:08  angel

	* mp_iface.c, mpv_curses.c, mpv_gtk.c: Spellchecking can now be
	  activated from the command line.

2005-08-27 10:40  angel

	* mp_wordp.c: Avoid hanging if the ispell command can't be started.

2005-08-24 19:51  angel

	* mp_wordp.c: The argv[0] argument to ispell is the same
	  mpw_ispell_command instead of mp_ispell.

2005-08-24 19:45  angel

	* mp_conf.c, mp_synhi.c, mp_wordp.c, mp_wordp.h, mprc.sample: A new
	  configuration file directive, "ispell_cmd", that can be used to
	  change the name of the ispell command (to use clones as aspell).

2005-08-24 19:27  angel

	* mp_wordp.c: A cache has been added to the spellchecker, so it's
	  usable now.

2005-08-23 10:40  angel

	* makefile.depend, mp_synhi.h: MAX_WORDS_PER_SYNHI has been
	  incremented.

2005-08-23 10:35  angel

	* mp_synhi.c: The C language syntax highlighter has been updated.

2005-08-23 10:32  angel

	* mp_wordp.c: Added a call to wait() to avoid having ispell
	  zombies.

2005-08-23 10:28  angel

	* mprc.sample: Updated mprc.sample to match the new default menu.

2005-08-23 10:27  angel

	* mp_conf.c, mp_func.c, mp_synhi.c, mp_wordp.c, mprc.sample: The
	  internal editor function 'toggle-spellcheck' and the configuration
	  file directive 'spellcheck' has been added.

2005-08-23 10:11  angel

	* makefile.in, mp_iface.c, mp_synhi.c, mp_wordp.c, mp_wordp.h:
	  Spellcheck code has been moved to a new source file, mp_wordp.c,
	  that will hold all wordprocessing-like functions.

2005-08-22 18:15  angel

	* mp_conf.c, mp_conf.h, mp_synhi.c, mprc.sample: A color for
	  misspelled words has been added.

2005-08-22 18:03  angel

	* mp_synhi.c: Debug code has been deleted.

2005-08-22 17:16  angel

	* mp_synhi.c: Added code to flush additional responses from ispell
	  in case the word is treated as more than one word.

2005-08-22 16:39  angel

	* mp_synhi.c: read_until_newline() has been substituted by the
	  FLUSH_LINE() macro.

	  The pipe descriptors has been moved to static variables.

2005-08-22 11:19  angel

	* mp_iface.c, mp_synhi.c, debian/files: An ispell interface has
	  been started.

2005-07-06 08:12  angel

	* mpv_gtk.c: Make the default text area size to 600 x 400.

2005-07-06 07:44  angel

	* VERSION, mp_core.c, mp_iface.c, mpv_curses.c, mpv_gtk.c: Fix some
	  compiler warnings (triggered by GCC 4.0).

2005-06-19 09:14  angel

	* debian/changelog: Updated debian/changelog.

2005-06-19 09:14  angel

	* VERSION: Version 3.3.14 RELEASED.

	  Closed bugs: #1085, #1008, #1084.

2005-06-13 17:04  angel

	* TODO: The diff syntax highlight is considered ok (Closes: #1008).
	  The LaTeX syntax highlight is considered ok (Closes: #1084).

2005-06-13 16:57  angel

	* mpv_gtk.c: Some GTK function call reordering trying to catch bug
	  #1086.

2005-06-13 16:04  angel

	* mpv_gtk.c: Do not call gtk_window_maximize() in GTK 1.x.

2005-06-02 08:04  angel

	* TODO: Updated TODO.

2005-06-02 08:03  angel

	* mpv_gtk.c: The GTK maximize code has been moved to an if-else
	  with the window resize code (as it's still failing sometimes and
	  don't know why).

2005-05-30 16:15  angel

	* mpv_gtk.c: Window maximization in GTK is done on the first redraw
	  instead of on startup, trying to avoid the cases when it was ignored
	  on high load situations.

2005-05-25 06:51  angel

	* RELEASE_NOTES: Updated RELEASE_NOTES.

2005-05-24 19:44  angel

	* TODO, mp_synhi.c, mprc.sample, mpv_gtk.c: A maximize-on-startup
	  flag has been added to GTK (Closes: #1085).

	  The 'use_pango' directive has been changed to 'gtk_use_pango'
	  (though you can still use the former).

	  Both pango usage directives and the new one 'gtk_maximize' have been
	  added to mprc syntax highlighting.

2005-05-19 19:42  angel

	* mp_synhi.c: A syntax highlighter for diff has been started.

2005-05-19 19:13  angel

	* VERSION, mp_synhi.c: A syntax highlighter for LaTeX has been
	  started.

2005-05-17 16:50  angel

	* TODO, debian/files: Updated TODO.

2005-05-04 15:56  angel

	* makefile.in: Updated makefile.in.

2005-05-04 15:53  angel

	* VERSION, debian/changelog: Version 3.3.13 RELEASED.

	  Closed bugs: #1081, #1082, #1083.

2005-04-14 07:41  angel

	* RELEASE_NOTES: Updated RELEASE_NOTES.

2005-04-14 06:46  angel

	* makefile.in: Added mp_func_i.h to the po/minimum-profit.pot
	  generation in makefile.in, so that editor functions (generated by
	  fngen.pl) translation strings are not lost.

2005-04-14 06:42  angel

	* po/de.po: Fixed a bad string (blame me) in new de.po.

2005-04-14 06:35  angel

	* po/de.po: Patch by Ronny Steiner:

	  Updated german translation.

2005-04-04 20:15  angel

	* mpv_curses.c: Deleted an unused variable in _add_menu_item().

2005-04-04 20:12  angel

	* makefile.in: All "install -m644" in makefile.in changed to
	  "install -m 644" for compatibility with old Unix systems.

2005-04-04 18:10  angel

	* TODO, mpv_curses.c: Too long menu entries in curses mode no
	  longer look ugly (Closes: #1083).

2005-04-04 17:34  angel

	* TODO, mpv_curses.c: Non-ASCII (> 7 bit) characters no longer look
	  bad in menu bars in curses mode (Closes: #1082).

2005-04-04 17:18  angel

	* RELEASE_NOTES, debian/files: Updated RELEASE_NOTES.

2005-04-04 14:09  angel

	* TODO: Updated TODO.

2005-04-04 13:53  angel

	* po/: de.po, es.po, it.po, nl.po: Deleted repeated entries in
	  language files.

2005-04-04 13:48  angel

	* TODO, mp_conf.c, mp_iface.c: The default menu is no longer reset
	  whenever a menu entry is defined in mprc (Closes: #1081).

2005-04-04 13:24  angel

	* TODO: Updated TODO.

2005-04-04 13:08  angel

	* mp_func.c, po/de.po, po/es.po, po/it.po, po/nl.po: Some typos
	  fixed in message files.

2005-04-04 13:08  angel

	* mprc.sample: Menu definitions having spaces need to be enclosed
	  in double quotes; reflect that in mprc.sample.

2005-04-04 13:07  angel

	* VERSION: Version 3.3.13-cvs STARTED.

2005-04-02 11:24  angel

	* VERSION, debian/changelog: Version 3.3.12 RELEASED.

	  Closed bugs: #1078, #1079, #1080.

2005-03-29 15:42  angel

	* RELEASE_NOTES: Updated RELEASE_NOTES.

2005-03-29 15:33  angel

	* mp_synhi.c: Added some lost functions to C synhi.

2005-03-29 08:10  angel

	* RELEASE_NOTES: Updated RELEASE_NOTES.

2005-03-29 07:57  angel

	* TODO, mp_iface.c: Added the +NNN argument, to move to that line
	  number in the first open file (Closes: #1080).

2005-03-29 07:49  angel

	* TODO: Updated TODO.

2005-03-09 07:26  angel

	* mkinstalldirs: Changed mkinstalldirs' first line to #!/bin/sh.

2005-03-09 07:22  angel

	* VERSION: Changed version to 3.3.12-cvs.

2005-03-08 15:27  angel

	* TODO, mp_iface.c: Rewritten mpi_exec() to avoid reporting error
	  on cancellation (Closes: #1079).

2005-03-08 13:44  angel

	* mpv_unix_common.c: Code cleaning in _unix_popen().

2005-03-08 13:18  angel

	* TODO: Updated TODO.

2005-02-28 17:48  angel

	* TODO, mpv_gtk.c: Non-ASCII character detection in
	  _mpv_pango_paint() has been fixed for some architectures (Closes:
	  #1078).

2005-02-28 17:39  angel

	* TODO: Updated TODO.

2005-02-26 20:59  angel

	* makefile.in, mkinstalldirs: Added the mkinstalldirs script from
	  automake as suggested by David Jensen.

2005-02-23 19:23  angel

	* config.sh, makefile.in: Better CFLAGS setting in the build
	  system.

2005-02-23 19:14  angel

	* config.sh: Updated config.sh help.

2005-02-21 20:38  angel

	* makefile.in: Patch by David Jensen:

	  Fixed wrong permissions in the .mo files and replaces 'mkdir' and
	  'cp' with calls to 'install' in makefile.in.

2005-02-21 06:14  angel

	* AUTHORS: Updated AUTHORS.

2005-02-21 06:13  angel

	* po/it.po: Patch by Andrea:

	  Updated Italian translation.

2005-02-20 09:56  angel

	* makefile.in, debian/changelog: Modified debian/changelog version.

	  Added RELEASE_NOTES references in makefile.in.

2005-02-20 09:51  angel

	* VERSION: Version 3.3.11 RELEASED.

	  Closed bugs: #1072, #1074, #1073, #1076, #1077.

2005-02-20 09:47  angel

	* TODO: Pango support is considered finished (Closes: #1077).

2005-02-20 09:46  angel

	* RELEASE_NOTES: Added RELEASE_NOTES.

2005-02-19 13:54  angel

	* mpv_gtk.c: Added _mpv_expose_by_key=0 inside _gtk_really_modal(),
	  to ensure a complete redraw is forced whenever a popup dialog (open
	  file, confirm, etc.) is shown.

2005-02-19 12:24  angel

	* mpv_gtk.c: Added (internal) double buffering to
	  _mpv_pango_paint().

2005-02-19 11:47  angel

	* mpv_gtk.c: Redrawing problems seem fixed by triggering 'clever
	  text buffer redrawing' only after a keypress event.

2005-02-19 11:00  angel

	* mpv_gtk.c: Surprisingly, drawing only the lines that changed from
	  refresh to refresh has been broken since who knows why (probably
	  3.3.0); So, though the mechanism it's there, the back buffer wes
	  being reset on every expose event, so an effective complete redraw
	  was being done on each cycle. This has been detected when reworking
	  _mpv_pango_paint() to draw only the changed lines.

	  The gtk_widget_set_double_buffered(area, FALSE) function is now
	  being used to avoid the area being cleared by GTK/GDK on each expose
	  event.  But this new approach has brought up more redrawing problems
	  (for example, when changing the active text).

2005-02-18 18:07  angel

	* mpv_gtk.c: pango_attr_list_unref() is called after setting the
	  attributes to avoid memory leaks.

2005-02-18 17:29  angel

	* mprc.sample: Updated mprc.sample with information about Pango.

2005-02-18 16:57  angel

	* mpv_gtk.c: Add underline support to pango.

2005-02-18 16:36  angel

	* mpv_gtk.c: Under GTK, default fonts are different whether using
	  gdk or pango.

	  A new 'use_pango' configuration directive.

2005-02-18 15:59  angel

	* mpv_gtk.c: The used Pango font is logged.

2005-02-18 15:52  angel

	* TODO, mpv_gtk.c: Code cleaning and added comments.

	  Updated TODO.

2005-02-18 14:02  angel

	* mpv_gtk.c: Added a workaround in case g_locale_to_utf8() fails in
	  _mpv_pango_paint().

2005-02-18 13:52  angel

	* mpv_gtk.c: Non-ASCII tests are doing against 128 instead of 0xf0.

2005-02-18 13:47  angel

	* mpv_gtk.c: Under pango, if the string to be drawn has any char >=
	  0xf0 (non-ASCII), it is converted to utf-8 before being drawn.

	  Fixed a bug in character counting, that made last characters in
	  lines being lost.

2005-02-18 08:48  angel

	* mpv_gtk.c: Pango performance has been boosted by not generating
	  unneeded background attributes.

2005-02-18 07:46  angel

	* mpv_gtk.c: Added attribute support to pango drawing; colors are
	  shown, but it's SLOW.

2005-02-17 19:17  angel

	* mpv_gtk.c: The edit buffer is already drawn using pango (but
	  still no colors).

2005-02-17 18:37  angel

	* mpv_gtk.c: Pango font information (for calculating editing size
	  in chars) and zooming has been implemented.

2005-02-17 16:25  angel

	* mpv_gtk.c: Even more work towards pango support.

2005-02-17 13:13  angel

	* mpv_gtk.c: More work towards pango support.

2005-02-17 08:57  angel

	* mpv_gtk.c: More work towards pango support (tests start to work).

2005-02-16 20:24  angel

	* mpv_gtk.c: First (non-working) tests for adding Pango support.

2005-02-07 19:21  angel

	* mp_synhi.c: Added missing "mbtowc" to C synhi.

2005-01-26 16:25  angel

	* debian/: changelog, control, files: Updated debian files.

2005-01-19 13:27  angel

	* TODO: Updated TODO.

2005-01-19 13:25  angel

	* mpv_gtk.c: Minimum Profit icon is set as the application icon.

2005-01-15 09:31  angel

	* config.sh, gnu_regex.c: Patch by Saleem A.: fix some compiler
	  warnings in gnu_regex.c compilation.

2005-01-14 22:57  angel

	* makefile.in, mpv_gtk.c: New 'midnight' target in makefile.in.

	  Generated HTML documents are deleted from doc/ in 'make distclean'.

2005-01-14 19:57  angel

	* TODO, mp_iface.c, mp_tags.c, mp_video.c, mp_video.h,
	  mpv_curses.c, mpv_gtk.c, mpv_win32.c: When requesting the open
	  document list, set the active one as the default (Closes: #1073).

2005-01-13 16:20  angel

	* mpv_gtk.c: In the GTK driver's _list() function, filler empty
	  strings are strdup()ed to avoid freeing the "" constant.

2005-01-13 16:10  angel

	* TODO, mp_iface.c: The open file list shows the modified flag of
	  each document (Closes: #1074).

2005-01-12 19:01  angel

	* TODO, VERSION, makefile.in, mp_core.c, mp_core.h, mp_func.c,
	  po/de.po, po/es.po, po/it.po, po/nl.po: A new 'prev' editor
	  command (move to previous text) has been implemented (Closes:
	  #1072).

2005-01-11 07:28  angel

	* TODO: Updated TODO.

2005-01-03 18:16  angel

	* VERSION: Version 3.3.10 RELEASED.

	  Closed bugs: #1069, #1070, #1071.

2004-12-24 17:08  angel

	* TODO, mp_tags.c: Fixed some bug in tags (Closes: #1071).

2004-12-22 07:42  angel

	* mp_synhi.c: Added lost synhi tokens.

2004-12-19 21:43  angel

	* mp_tags.c: Avoid calling qsort() and bsearch() if no tags exist
	  (really close bug #1070).

2004-12-19 21:29  angel

	* TODO, mp_tags.c: Fixes segfaults on IRIX; it seemed to be out of
	  bound compares in bsearch / qsort (Closes: #1070).

2004-12-19 21:15  angel

	* TODO: Updated TODO.

2004-12-19 21:11  angel

	* VERSION, fngen.pl, mpv_curses.c: Deleted 'use warnings' from
	  fngen.pl, that causes errors in old Perl,s.

	  The resizeterm() function does not exist in plain old curses (for
	  example, the one on IRIX). On these systems, the curses system is
	  shutdown / restarted again.

2004-12-04 10:48  angel

	* mp_man.txt: Added a reference to the mailing list in the man
	  page.

2004-12-04 10:42  angel

	* mp_iface.c: Added a reference to the mailing list in the About...

2004-12-04 10:38  angel

	* README: the mailing list has been referenced in the README file.

2004-11-15 16:03  angel

	* debian/: changelog, files: Version 3.3.9 RELEASED.

	  Closed bugs: #1066, #1067, #1068.

2004-11-15 15:58  angel

	* VERSION, po/de.po, po/es.po, po/it.po, po/nl.po: Version 3.3.9
	  RELEASED.

	  Closed bugs: #1066, #1067, #1068.

2004-11-13 09:19  angel

	* mp_conf.c: Bad function names added to the menu are logged.

2004-11-12 08:12  angel

	* mp_func.c: mpf_get_desc_by_funcname() accepts strings starting
	  with '<' as a pass-through argument.

2004-11-12 07:52  angel

	* mpv_curses.c, mpv_gtk.c, mpv_win32.c: Avoids creating menu
	  entries with non-existent files (Closes: #1068).

2004-11-12 07:50  angel

	* TODO: Updated TODO.

2004-11-12 07:47  angel

	* mp_func.c, mpv_curses.c, mpv_gtk.c, mpv_win32.c: Avoids
	  generating menu entries with non-existent functions.

2004-11-11 18:37  angel

	* .cvsignore, TODO: The bogus menu entry in win32 no longer
	  happens; it seems to be related to the mark-column-80 bug (Closes:
	  #1067).

2004-11-11 18:27  angel

	* TODO, VERSION, fngen.pl, po/de.po, po/es.po, po/it.po, po/nl.po:
	  The toggle-column-80 function was not being generated because of the
	  numbers in the name (Closes: #1066).

2004-11-05 16:36  angel

	* makefile.in, debian/README.Debian: Updated debian files.

2004-11-03 18:28  angel

	* debian/: changelog, files: Updated debian files.

2004-11-03 18:10  angel

	* VERSION: Version 3.3.8 RELEASED.

	  Closed bugs: #1001, #1062, #1063, #1043, #1064, #1065.

2004-11-03 17:44  angel

	* makefile.in, mp_func.c, po/de.po, po/es.po, po/it.po, po/nl.po:
	  update-po makefile target also looks inside mp_func_i.h.

	  Updated po files.

2004-11-03 17:37  angel

	* po/: de.po, es.po, it.po, nl.po: Updated .po files.

2004-11-03 17:31  angel

	* TODO, mp_func.c: Two new editor functions has been added,
	  move-next and move-prev, to move to next / previous instance of the
	  character over the cursor, respectively. They have been bound to
	  keys ctrl-page-up and ctrl-page-down (Closes: #1065).

2004-11-03 17:08  angel

	* mp_core.c, mp_core.h, mp_func.c, mp_iface.c: Changed
	  mp_match_bracket() to match a number of characters (or the full
	  text) instead of trying the current window. This way, a full text
	  scanning can be trigger from inside the jump-matching-bracket editor
	  function.

2004-11-03 16:53  angel

	* mp_func.c: Added a new jump-matching-bracket editor function, to
	  move the cursor to the matching bracket (if any).

2004-11-03 16:46  angel

	* TODO, mp_conf.c, mp_conf.h, mp_core.c, mp_core.h, mp_iface.c,
	  mp_synhi.c, mprc.sample: Visual highlighting has been added to
	  the bracket matching the one over the cursor (Closes: #1064).

2004-11-03 15:57  angel

	* TODO: Beta testers agree on the GTK 2 crashing on keypress
	  (Closes: #1043).

2004-11-03 15:54  angel

	* .cvsignore, VERSION, fngen.pl, makefile.depend, makefile.in,
	  mp_conf.c, mp_func.c, mp_func.h, mp_iface.c, mp_iface.h,
	  mp_print, mp_synhi.c, mp_video.c, mp_video.h, mprc.sample,
	  mpv_curses.c, mpv_gtk.c, mpv_unix_common.c, mpv_win32.c,
	  po/.cvsignore: Branch mp-branch-dynfun MERGED.

2004-11-02 22:33  angel

	* mpv_gtk.c: Patch by David Jensen:

	  A spurious free() has been deleted (this could be the reason for bug
	  #1043).

2004-11-01 13:57  angel

	* mp_synhi.c: Function desc-user-fn was forgotten from new entries
	  in mprc synhi.

2004-11-01 13:54  angel

	* mp_synhi.c: Updates to mprc synhi.

2004-11-01 13:47  angel

	* mp_synhi.c, mprc.sample, mpv_gtk.c: Added a new config file
	  directive, gtk_font_encoding, to set the font encoding used in GTK
	  fonts (iso8859 by default).

2004-11-01 10:02  angel

	* .cvsignore, po/.cvsignore: Added .cvsignore files.

2004-11-01 09:39  angel

	* mpv_gtk.c: Added the missing gpointer argument to
	  _mpv_key_callback().

	  A slight change in GTK key event processing.

2004-10-30 13:37  angel

	* VERSION, fngen.pl, makefile.depend, makefile.in, mp_conf.c,
	  mp_func.c, mp_func.h, mp_iface.c, mp_iface.h, mp_print,
	  mp_video.c, mp_video.h, mprc.sample, mpv_curses.c, mpv_gtk.c,
	  mpv_unix_common.c, mpv_win32.c: Patch by Alejandro Liu:

	  Added dynamic / user-defined functions (as CVS branch
	  mp-branch-dynfun).

2004-10-30 12:19  angel

	* mp_synhi.c: Added a syntax highlighter for generic config files.

2004-10-30 11:50  angel

	* mpv_gtk.c: Slight change in GTK keyprocessing callback, towards
	  adding russian support and trying to fix bug #1043.

2004-10-30 10:21  angel

	* TODO, mpv_gtk.c: Patch by Alejandro Liu:

	  Scrollbar arrows in GTK scrollbars work (Closes: #1062).

	  Clicking the 'New Folder' button in GTK open dialog works (Closes:
	  #1063).

2004-10-30 10:14  angel

	* TODO, VERSION, mp_res.rc, mpv_win32.c: Patch by Alejandro Liu:

	  History has been added to Win32 (Closes: #1001).

2004-10-28 06:13  angel

	* mpv_gtk.c: Patch by Joo Avelino Bellomo Filho:

	  Fixed a compilation bug in jeremy@cowgar's GTK directory-remembering
	  code.

2004-10-27 17:13  angel

	* config.sh, makefile.in: Added a new --debian option to config.sh
	  to generate a Debian-friendly environment.

	  Added a new 'deb' target to makefile.in.

2004-10-27 16:57  angel

	* debian/: README.Debian, changelog, compat, control, copyright,
	  dirs, docs, files, rules: Added a debian directory and its
	  contents.

2004-10-27 16:23  angel

	* VERSION: Version 3.3.7 RELEASED.

	  Closed bugs: #1047, #1048, #1049, #1050, #1051, #1052, #1053, #1054,
	  #1055, #1056, #1059, #1061, #1057, #1060, #1046, #1058.

2004-10-27 16:20  angel

	* AUTHORS: Updated AUTHORS.

2004-10-27 16:17  angel

	* TODO, mprc.sample: Document conditional directives in mprc.sample
	  (Closes: #1058).

2004-10-26 08:07  angel

	* mprc-win32.sample, mprc.sample: Keywords menu_reset and menu_bind
	  documented in mprc.sample.

2004-10-26 07:53  angel

	* mp_synhi.c: Added < and > as quote separators to mprc synhi.

2004-10-26 07:51  angel

	* mp_synhi.c: mprc syntax highlight improved (include colors and
	  other definitions).

2004-10-25 19:49  angel

	* po/nl.po: Updated dutch .po file to avoid having duplicate menu
	  mnemonics.

2004-10-25 19:47  angel

	* po/: de.po, es.po, it.po, nl.po: Updated po files.

2004-10-25 19:46  angel

	* TODO, mpv_gtk.c: GTK version no longer crashes on closing from
	  the window manager (Closes: #1046).

2004-10-25 19:24  angel

	* mp_func.c: Changed flip_letter() to use islower(), tolower()...
	  instead of magic ASCII code manipulations.

2004-10-25 16:11  angel

	* TODO: Updated TODO.

2004-10-25 16:10  angel

	* mpv_gtk.c: Patch by jeremy@cowgar:

	  GTK open file dialog remembers the last directory (Closes: #1060).

2004-10-25 16:01  angel

	* mp_func.c, mp_iface.c: Patch by jeremy@cougar:

	  Added new editor functions 'insert-line-above', 'insert-line-below',
	  'join-line-above', 'join-line-below', 'flip-letter-case',
	  'flip-word-case', 'delete-whitespace', 'delete-word-begin',
	  'delete-word-end' and 'delete-word'.

2004-10-24 09:40  angel

	* TODO: Updated TODO.

2004-10-23 09:42  angel

	* AUTHORS, TODO: Updated AUTHORS and TODO.

2004-10-23 09:25  angel

	* mp_core.c, mp_core.h, mp_func.c, mpv_curses.c, mpv_gtk.c: Patch
	  by Alejandro Liu: better directory navigation in curses open file
	  and mnemonics in GTK menus.

2004-10-23 09:13  angel

	* mp_synhi.c, mprc-win32.sample, mprc.sample: Patch by
	  jeremy@cougar: Fix in Python syntax highlight and new syntax
	  highlight definitions for .mprc files.

2004-10-21 18:37  angel

	* mp_core.c: Some tunings to mp_reformat_paragraph().

2004-10-21 17:42  angel

	* TODO, mp_core.c, mp_core.h, mp_func.c, po/de.po, po/es.po,
	  po/it.po, po/nl.po: A new 'reformat-paragraph' editor function,
	  to cut and paste a paragraph by using word-wrapping (Closes: #1059).

2004-10-21 16:59  angel

	* TODO: Updated TODO.

2004-10-21 16:57  angel

	* mp_core.c, mp_core.h, mp_iface.c, mp_iface.h: MP_SAVE_STATE() and
	  MP_RESTORE_STATE() moved to mp_core.c.

2004-10-20 07:58  angel

	* po/: de.po, es.po, it.po, nl.po: Updated po files.

2004-10-19 23:52  angel

	* TODO: Updated TODO.

2004-10-19 23:39  angel

	* TODO, mp_conf.c, mpv_curses.c: Another patch by Alejandro Liu:

	  Fixed a bug in new config file conditional code.

	  Start of navigation support in curses open file list.

2004-10-19 23:28  angel

	* TODO, VERSION, mp_conf.c, mp_func.c, mp_video.c, mp_video.h,
	  mpv_curses.c, mpv_gtk.c, mpv_win32.c: Awesome patch by Alejandro
	  Liu:

	  Too-big menus in curses fix (Closes: #1047).  Delete key malfunction
	  in curses fix (Closes: #1048).  Defective terminal resize in curses
	  fix (Closes: #1049).  Pasting with auto-indent broken fix (Closes:
	  #1050).  Minimize in win32 crashing fix (Closes: #1051).  Add
	  scrollbar tracking in win32 (Closes: #1052).  Add escape key
	  generation to curses (Closes: #1053).  Add a suspend function
	  (Closes: #1054).  Add a 'menu_reset' command to mprc (Closes:
	  #1055).  Add conditional constructs to mprc (Closes: #1056).

2004-10-17 18:48  angel

	* VERSION: Version 3.3.6 RELEASED.

	  Closed bugs: #1044, #1045, #1037.

2004-10-16 10:06  angel

	* mp_iface.c, mp_lang.c, mp_lang.h, mpv_curses.c, mpv_gtk.c,
	  mpv_win32.c: Deleted dead language code.

2004-10-16 09:45  angel

	* TODO: Gettext support is done (Closes: #1037).

2004-10-16 09:40  angel

	* makefile.in: Fixed a bug in the install-mo target (po files were
	  installed as mo!).

2004-10-16 09:03  angel

	* VERSION: Updated VERSION to 3.3.6-cvs-2.

2004-10-16 09:02  angel

	* makefile.depend: Updated dependencies.

2004-10-16 09:01  angel

	* mp_lang_de.inc, mp_lang_en.inc, mp_lang_es.inc, mp_lang_it.inc,
	  mp_lang_nl.inc: Deleted all .inc files (no longer needed).

2004-10-16 08:59  angel

	* VERSION, buildlcc.bat, config.sh, makefile.in, mp_conf.c,
	  mp_func.c, mp_func.h, mp_iface.c, mp_iface.h, mp_lang.c,
	  mp_lang.h, mp_lang_de.inc, mp_lang_es.inc, mp_lang_it.inc,
	  mp_lang_nl.inc, mp_man.txt, mp_tags.c, mp_video.c, mpv_curses.c,
	  mpv_gtk.c, mpv_unix_common.c, mpv_win32.c, po/de.po, po/es.po,
	  po/it.po, po/nl.po: Branch mp-branch-gettext MERGED.

2004-10-16 08:26  angel

	* mp_conf.c, mp_lang.c: Finally, language is correctly set in all
	  cases.

2004-10-15 18:52  angel

	* mp_iface.c, mp_iface.h, mpv_win32.c: User-selected language is
	  stored in _mpi_lang[] before it's set.

2004-10-15 17:05  angel

	* mp_man.txt: Added the license to the man page.

2004-10-13 08:17  angel

	* makefile.in: po/minimum-profit.pot (.po template) is built on
	  make dist.

	  New build-mo makefile target, to build all .mo files.

	  Build-mo target is executed on make dist, to distribute compiled .mo
	  files and avoid end users to have msgfmt installed.

2004-10-12 18:03  angel

	* mp_lang.c: Adapted to new functions generated by po2c.

2004-10-12 13:51  angel

	* buildlcc.bat: Updated buildlcc.bat to compile mp_lang_m.c.

2004-10-12 12:39  angel

	* makefile.in: clean and distclean targets in makefile.in updated
	  to manage mp_lang_m.*.

2004-10-12 12:35  angel

	* mp_lang.c: Fixed a bug in mpl_set_language().

2004-10-12 12:07  angel

	* mp_lang.c: Add support of po2c_gettext() in mp_lang.c.

2004-10-12 11:51  angel

	* config.sh, makefile.in: New code in config.sh: if gettext is
	  usable, the install-mo target is added to the install target;
	  otherwise, the LANG_MSG_O variable is set to mp_lang_m.o.

	  In makefile.in, a new target to build mp_lang_m.c with po2c has been
	  added.

2004-10-11 19:37  angel

	* mp_lang.c: setlocale() output is tested, and a message logged on
	  error.

2004-10-10 19:01  angel

	* README: Fixed some imprecissions in the README.

2004-10-09 16:42  angel

	* minimum-profit.po: The minimum-profit.po file has been deleted,
	  as there is no longer needed.

2004-10-09 12:41  angel

	* makefile.in: A new install-mo makefile target, that compiles and
	  installs each of the .po files.

2004-10-09 12:32  angel

	* buildlcc.bat: The buildlcc.bat batch file lacked compilation for
	  mp_tags.c.

2004-10-09 12:30  angel

	* buildlcc.bat: [no log message]

2004-10-09 12:28  angel

	* makefile.in: A new update-po makefile target replaces the
	  previous refresh-po. This new target updates all po files with
	  possibly new strings in the source code.

2004-10-09 12:15  angel

	* po/nl.po: Converted dutch messages to po.

2004-10-09 11:54  angel

	* po/it.po: Italian messages converted to po.

2004-10-08 19:04  angel

	* po/: es.po, it.po, nl.po: Updated po files.

2004-10-08 17:14  angel

	* mp_iface.c: Got rid of the unused lang variable in
	  mpi_startup_1().

2004-10-08 17:13  angel

	* mp_iface.c: First call to mpl_set_language() is called with "" as
	  argument (to set the default language).

2004-10-08 17:04  angel

	* po/: de.po, it.po, nl.po: German messages converted to po.

2004-10-08 16:42  angel

	* po/es.po: Updated po files.

2004-10-08 16:37  angel

	* mpv_gtk.c: The GTK menu items utf-8 conversion was dropped; take
	  it back.

2004-10-08 16:33  angel

	* minimum-profit.po: Updated po files.

2004-10-08 16:30  angel

	* po/: de.po, es.po, it.po, nl.po: New po/ directory and language
	  po files.

	  Spanish po file completed.

2004-10-08 13:15  angel

	* mp_lang.c: bindtextdomain() uses the directory CONFOPT_PREFIX
	  "/share/locale".

2004-10-08 08:02  angel

	* mp_func.c, mp_func.h, mpv_curses.c, mpv_gtk.c, mpv_win32.c: New
	  function mpf_get_desc_by_funcname(), that returns the description
	  for an editor function name.

	  Menus and help on keys are built based on
	  mpf_get_desc_by_funcname().

2004-10-08 07:48  angel

	* minimum-profit.po: Manually added strings in minimum-profit.po
	  deleted.

2004-10-08 07:42  angel

	* mp_func.c: Editor function descriptions are no longer the english
	  translation of the function names themselves (it was an ugly hack),
	  but are part of the function structure.

2004-10-07 20:09  angel

	* minimum-profit.po, mp_iface.c: The menu entries in the default
	  menu (%File, etc.) now use the LL() macro.

2004-10-07 20:03  angel

	* makefile.in, mp_lang.h: The LL() dummy macro is defined in
	  mp_lang.h, a trap for xgettext.

2004-10-07 19:46  angel

	* mp_lang.c: Modified mp_lang.c to use gettext() and setlocale().

2004-10-07 19:10  angel

	* minimum-profit.po, mp_lang_de.inc, mp_lang_es.inc,
	  mp_lang_it.inc, mp_lang_nl.inc: The messages in .inc files are
	  all commented.

2004-10-07 19:05  angel

	* minimum-profit.po: Added all editor commands to english po.

2004-10-07 18:59  angel

	* minimum-profit.po, mp_func.c, mp_lang.h, mp_lang_de.inc,
	  mp_lang_es.inc, mp_lang_it.inc, mp_lang_nl.inc, mpv_curses.c,
	  mpv_gtk.c, mpv_win32.c: More string conversion: no MSG_ constants
	  left.

2004-10-07 18:48  angel

	* makefile.in, minimum-profit.po, mp_iface.c, mp_lang.h,
	  mp_lang_de.inc, mp_lang_es.inc, mp_lang_it.inc, mp_lang_nl.inc:
	  New 'refresh-po' target in makefile.in.

	  More strings converted.

2004-10-07 18:37  angel

	* minimum-profit.po, mp_func.c, mp_iface.c, mp_lang.h,
	  mp_lang_de.inc, mp_lang_es.inc, mp_lang_it.inc, mp_lang_nl.inc,
	  mp_tags.c, mp_video.c, mpv_curses.c, mpv_gtk.c,
	  mpv_unix_common.c, mpv_win32.c: Many, many MSG_* constants
	  replaced by its strings.

	  New minimum-profit.po. Created by:

	   xgettext -d minimum-profit --keyword=L mp*.c

2004-10-07 17:57  angel

	* config.sh: Added gettext detection to config.sh.

2004-10-07 17:46  angel

	* VERSION: Start of mp-branch-gettext.

2004-10-06 17:47  angel

	* mpv_curses.c, mpv_gtk.c, mpv_unix_common.c: Some functions in
	  mpv_unix_common.c have been renamed to avoid system library
	  collisions detected in a very old Linux installation.

2004-10-06 16:21  angel

	* AUTHORS, TODO, mpv_win32.c: Add drag and drop support in win32
	  (patch by Alejandro Liu).

	  Under win32, WM_CHAR bindings are triggered only when there was no
	  appropriate binding for WM_KEYDOWN (patch by Alejandro Liu) (Closes:
	  #1045).

2004-10-05 20:39  angel

	* TODO, mp_core.c: _mp_txts version changes when calling
	  mp_name_txt() and not in mp_create_sys_txt() (Closes: #1044).

2004-10-05 20:34  angel

	* TODO: Updated TODO.

2004-10-02 18:50  angel

	* config.sh, makefile.in: Added --prefix support to config.sh.

2004-09-30 17:22  angel

	* TODO, VERSION: Updated TODO.

2004-09-30 08:12  angel

	* mp_core.c, mp_core.h, mp_func.c: New function mp_empty_txt(), to
	  do the obvious.

	  Replace ad-hoc text emptying code with calls to mp_empty_txt().

2004-09-26 18:15  angel

	* TODO: Updated TODO.

2004-09-26 17:32  angel

	* VERSION: Version 3.3.5 RELEASED.

	  Closed bugs: #1010, #1032, #1034, #1039, #1033, #1036, #1029, #1028,
	  #1035, #1040, #1041.

2004-09-26 17:27  angel

	* README, TODO: The wrong-password-and-then-save possible problem
	  has been documented, so the bug is no longer (does documenting a bug
	  make it disappear?) (Closes: #1041).

2004-09-26 17:21  angel

	* README, TODO: Text encryption is documented in the README
	  (Closes: #1040).

2004-09-26 12:41  angel

	* README: Document Justin Bradford's finding of the easter egg in
	  the README.

2004-09-25 19:34  angel

	* TODO, mprc.sample: New win32 help file behaviour documented in
	  mprc.sample (Closes: #1035).

2004-09-25 18:55  angel

	* mp_iface.c: Fixed a bug where tag targets were being shown in the
	  status line even if the cursor was not over one.

2004-09-25 18:49  angel

	* TODO, mp_iface.c, mp_synhi.c, mp_tags.c, mp_tags.h, mp_video.c:
	  Tag interface API has been rewritten (again), and split in three
	  functions: mpt_seek_tag(), to search for an exact matching tag;
	  mpt_select_tag(), to show a list of partial matching tags, and
	  mpt_open_tag(), to call mpt_select_tag() and open the target if the
	  user accepts (Closes: #1028).

2004-09-25 12:38  angel

	* mp_synhi.c, mp_tags.c, mp_tags.h: mpt_is_tag() renamed to
	  mpt_get_tag_target() and documented.

2004-09-25 12:30  angel

	* mp_core.c: Changed the encrypted signature back to "mpcrypt1\n".

2004-09-25 11:59  angel

	* mp_core.c, mp_core.h: Arcfour functions made static.

	  New _encrypt_char() and _decrypt_char() functions, to do the
	  obvious, but where CRC calculating code can be added.

2004-09-24 16:57  angel

	* TODO: Previous changeset to fix tags at EOL works well (Closes:
	  #1029).

2004-09-24 14:14  angel

	* mp_iface.c, mp_synhi.c, mp_synhi.h: Last tag target seen in
	  mps_word_color() is stored in _mps_last_tag_target to be reused by
	  mp_color_draw_all().

2004-09-24 13:22  angel

	* mp_core.c: An encryption-related modification broke the order of
	  CR/LF pairs.

2004-09-23 14:06  angel

	* TODO, mp_iface.c, mp_lang_de.inc, mp_lang_en.inc, mp_lang_es.inc,
	  mp_lang_it.inc, mp_lang_nl.inc, mprc.sample: Added 'set-password'
	  to the default menu.

	  Added translations to the 'set-password' editor command.

	  mprc.sample default menu documentation updated to match the adding
	  of 'set-password'.

	  Symmetric encryption assumed acceptable, though still has release
	  critical bugs (Closes: #1036).

2004-09-23 13:47  angel

	* mp_core.c, mp_func.c: Passwords aren't set to sys texts.

	  Password setting is logged.

2004-09-23 13:41  angel

	* mp_func.c, mp_iface.c: When mpi_open() asks for a password, take
	  into account cancellations and empty passwords.

	  The "set-password" editor command asks for two passwords, and set it
	  to the active document if both match.

2004-09-23 13:26  angel

	* mp_func.c, mp_iface.c: Never add passwords in history entries.

	  New editor command "set-password" (still dummy).

2004-09-23 13:19  angel

	* mp_iface.c: If an encrypted file is detected in mpi_open(), it
	  asks for a password.

2004-09-23 13:12  angel

	* mp_core.c, mp_core.h: New function mp_set_password() to assign a
	  password to a text.

2004-09-22 18:55  angel

	* TODO: Management of tab-separated lists in mpv_list() considered
	  acceptable in all platforms (Closes: #1033).

2004-09-21 19:54  angel

	* mp_core.c: Added encryption support to mp_save_file(): if the
	  text to be saved has a password, the encryption system is started,
	  the signature stored and each byte sent to disk encrypted.

2004-09-21 18:05  angel

	* mp_core.c: The encrypted file signature has changed to something
	  more descriptive.

2004-09-21 17:55  angel

	* mp_core.c: If a txt has a password, mp_load_file() starts the
	  encryption machine and decrypts each byte.

2004-09-21 17:51  angel

	* mp_core.c, mp_core.h: Added ARCFOUR encryption algorithm code;
	  mp_arcfour_byte(), mp_arcfour_init() and associated static data.

	  Added mp_get_encryption_format(), that returns the encryption format
	  of an open file (based on its signature).

2004-09-21 17:04  angel

	* mp_core.c, mp_core.h, mp_func.c, mp_iface.c, mpv_unix_common.c:
	  Function reordering in mp_core.c.

	  mp_load_open_file() renamed to mp_load_file().

	  mp_write_open_file() renamed to mp_save_file().

2004-09-21 13:15  angel

	* mp_conf.h, mp_core.h, mp_iface.h: Deleted dead code from header
	  files.

2004-09-21 08:10  angel

	* mp_core.c, mp_core.h: The name inside a text is no longer a
	  static array, but a dynamically allocated buffer.

2004-09-20 23:54  angel

	* mp_tags.c: The last tag in the tag list in mpt_seek_tag() had a
	  trailing \n, avoiding the lists with only one element to be
	  auto-selected.

2004-09-20 23:41  angel

	* TODO, mp_tags.c: When no matching tag is found in mpt_seek_tag(),
	  the error condition is correctly triggered (Closes: #1039).

2004-09-20 21:25  angel

	* TODO, mp_video.h, mpv_curses.c, mpv_gtk.c, mpv_win32.c: Added a
	  new _readline() type, MPR_PASSWORD, to enter passwords.

2004-09-20 20:46  angel

	* makefile.depend: Updated dependencies.

2004-09-20 20:45  angel

	* config.sh, mp_core.c, mp_lang.c, mp_synhi.c, mpv_curses.c,
	  mpv_gtk.c, mpv_unix_common.c, mpv_win32.c: Renamed all MPOPT_
	  compilation directives to CONFOPT_.

2004-09-20 15:57  angel

	* TODO: Updated TODO (rewording of bug descriptions).

2004-09-20 12:13  angel

	* TODO: Updated TODO.

2004-09-20 11:53  angel

	* mpv_win32.c: Tab stops are set in win32 list.

2004-09-20 11:37  angel

	* mp_tags.c: The tag list also shows the target.

2004-09-20 11:29  angel

	* mp_iface.c, mpv_curses.c: Small tweaks to improve tab-separated
	  list representation in the curses driver.

2004-09-20 09:45  angel

	* TODO, mpv_win32.c: Help improved under win32: if the content of
	  _mpv_win32help is a MS Windows help file, it works as always;
	  otherwise, it's treated as a parameter to ShellExecute. It can also
	  contain the '%s' printf-like mark to insert there the term to
	  search. Now, the default value for _mpv_win32help is an URL to
	  search.microsoft.com (Closes: #1034).

2004-09-20 07:46  angel

	* mp_res.rc: Added LBS_USETABSTOPS flag to the list dialog in the
	  win32 version.

2004-09-20 00:51  angel

	* mp_iface.c: Bug fix reverted because broke many things in normal
	  texts.

2004-09-20 00:49  angel

	* mp_iface.c: Fixed a bug in mpi_color_draw_all() that made the
	  drawing of tabs in MP_TYPE_LIST texts look ugly in the curses
	  driver.

2004-09-19 23:29  angel

	* TODO: Updated TODO.

2004-09-19 23:27  angel

	* mp_iface.c, mp_tags.c, mpv_gtk.c: mpt_seek_tag() and mpi_grep()
	  now generate multicolumn, tab-separated lists.

	  The GTK interface supports now multicolumn lists.

2004-09-19 20:55  angel

	* TODO: Updated TODO.

2004-09-19 20:14  angel

	* mp_tags.c: Some functions documented in mp_tags.c.

2004-09-19 15:53  angel

	* TODO: Updated TODO.

2004-09-19 15:49  angel

	* mpv_curses.c, mpv_gtk.c, mpv_win32.c: Ctrl-k were not being
	  processed.

2004-09-17 16:48  angel

	* TODO, mp_core.c, mp_iface.c: Updated TODO.

2004-09-17 16:08  angel

	* mp_synhi.c: Added 'strdup' to C syntax highlight.

2004-09-15 19:17  angel

	* TODO: Updated TODO.

2004-09-15 19:12  angel

	* TODO, mp_iface.c, mprc.sample: When the cursor is over a tag, the
	  complete tag target (i.e., the function prototype or variable
	  definition) is shown in the status line (Closes: #1010).

2004-09-15 18:29  angel

	* makefile.depend, mp_conf.c, mp_iface.c, mp_iface.h, mp_synhi.c,
	  mp_synhi.h, mp_tags.c, mp_tags.h, mp_video.c: Big refactorization
	  of tag code:

	  New mpt_startup() and mpt_shutdown() functions. mpt_startup() is
	  called from main() instead of previous mpi_seek_tag().

	  Complete tags with targets are permanently stored in ad-hoc
	  structures (unless on previous versions, that only stored the tags
	  themselves for syntax highlighting).

	  New mpt_is_tag() function, that accepts a tag as argument and does
	  an exact search on the tag database; if found, the tag target is
	  returned.

	  New mpt_seek_tag() function for partial tag selections. Substitutes
	  mpi_seek_tag(), that disappears.

	  _mpi_ctags_cmd[] moved from mp_iface.c to _mpt_ctags_cmd[] in
	  mp_tags.c.

	  Arbitrary limit on tags (set by MAX_LOCAL_TOKENS) deleted.

2004-09-15 15:38  angel

	* VERSION, makefile.in, mp_tags.c, mp_tags.h: Tag refactoring: all
	  tag processing code will move to mp_tags.c.

2004-09-14 19:27  angel

	* VERSION: Version 3.3.4 RELEASED.

	  Closed bugs: #1022, #1023, #1025, #1026, #1027.

2004-09-13 15:36  angel

	* TODO: The code to avoid flickering in the tab set seems to work
	  well (Closes: #1027).

2004-09-12 18:14  angel

	* mp_core.c, mp_core.h, mp_video.c: The version number of the
	  global list of open files is stored in the _mp_txts_version variable
	  an incremented on each open or close.

	  mpv_filetabs() monitors _mp_txts_version to notify the underlying
	  video driver on the need to rebuild the tab set.

2004-09-12 18:04  angel

	* mp_video.c, mp_video.h, mpv_curses.c, mpv_gtk.c, mpv_win32.c: The
	  video driver's _filetabs() function now accepts a boolean argument
	  indicating if the tab set must be rebuild. This flag will be set to
	  1 when the list of open files have changed (closed or open files).

2004-09-12 17:45  angel

	* mp_iface.c: A redundant redraw in mpi_open() has been deleted.

2004-09-12 16:57  angel

	* TODO, mp_iface.c: Window title patch on 2004-09-10 definitely
	  works (Closes: #1025).

	  On application close, only those documents that require attention
	  (i.e.  those that were modified and not saved) are redrawn,
	  resulting in faster exiting (Closes: #1026).

2004-09-10 07:44  angel

	* mpv_gtk.c: The window title in the GTK version is only set when
	  it's different from the previously set one, avoiding ugly
	  flickerings in some window managers' taskbars.

2004-09-03 16:27  angel

	* TODO: Updated TODO.

	  Menus seem to be generated correctly (Closes: #1023).

	  New flag to break hardlinks on write (Closes: #1022).

2004-09-03 16:22  angel

	* mp_conf.c, mp_func.c, mp_iface.c, mp_iface.h, mp_lang_de.inc,
	  mp_lang_en.inc, mp_lang_es.inc, mp_lang_it.inc, mp_lang_nl.inc,
	  mprc.sample, mpv_unix_common.c: The 'unlink_before_write' flag
	  has been renamed to 'break_hardlinks'.

2004-09-03 07:49  angel

	* mprc.sample: Updated mprc.sample with the new default menu and an
	  explanation about new directives.

2004-09-02 18:31  angel

	* TODO: Updated TODO.

2004-09-02 18:07  angel

	* TODO, mp_video.c: Change the calling order of mpc_startup() and
	  mpi_startup() in order to fix bug #1023.

	  Updated TODO.

2004-09-02 17:47  angel

	* mp_conf.c: _mpi_unlink_before_write is accesible from the
	  configuration file by the directive 'unlink_before_write'.

2004-09-02 17:18  angel

	* mp_func.c, mp_iface.c, mp_iface.h, mp_lang_de.inc,
	  mp_lang_en.inc, mp_lang_es.inc, mp_lang_it.inc, mp_lang_nl.inc,
	  mpv_unix_common.c: _mpi_unlink_before_write is accesible throught
	  the editor function toggle-unlink.

	  Function 'toggle-unlink' added to the default menu.

2004-09-02 17:02  angel

	* mpv_unix_common.c: The Unix version of mpv_fopen() now can be
	  ordered to unlink before write, trying to save file permissions and
	  owners.

2004-09-02 16:40  angel

	* mp_core.h: Dead function prototypes deleted from mp_core.h.

2004-09-02 16:36  angel

	* VERSION, mp_core.c, mp_func.c, mp_iface.c, mp_video.c,
	  mp_video.h, mpv_curses.c, mpv_gtk.c, mpv_unix_common.c,
	  mpv_win32.c: A new video driver function, mpv_fopen(), than opens
	  a file for reading or writing, possibly doing system-specific
	  things.

2004-09-02 15:46  angel

	* VERSION: Version 3.3.3 RELEASED.

	  Closed bugs: #1015, #1018, #1019, #1021, #1020.

2004-09-02 15:43  angel

	* TODO, mp_core.c: Autoindent only looks for spaces and tabs, and
	  not the full set of separators (Closes: #1020).

2004-09-02 14:06  angel

	* TODO, mp_conf.c: The template file name is correctly expanded
	  even if no configuration file exist (Closes: #1021).

2004-09-02 14:01  angel

	* TODO: Updated TODO.

2004-09-02 13:25  angel

	* TODO: Updated TODO (Bug #1021 was opened as bug instead of
	  enhancement).

2004-09-02 13:23  angel

	* TODO: Updated TODO.

2004-08-31 12:04  angel

	* TODO, mpv_curses.c: Signal control changed in the curses version,
	  so ctrl-c and ctrl-z are detected again (Closes: #1018).

2004-08-31 11:07  angel

	* TODO: Updated TODO.

2004-08-26 18:40  angel

	* TODO: Updated TODO.

2004-08-26 18:06  angel

	* TODO: Updated TODO.

2004-08-23 10:13  angel

	* TODO: Updated TODO.

2004-08-22 23:55  angel

	* TODO, VERSION, mp_func.c, mp_func.h, mp_iface.c, mpv_gtk.c: The
	  dialog opened by 'exec-function' shows in its history all available
	  editor functions (Closes: #1015).

2004-08-21 17:02  angel

	* VERSION: Version 3.3.2 RELEASED.

	  Closed bugs: #1004, #1005, #1006.

2004-08-20 17:17  angel

	* TODO: Updated TODO.

2004-08-20 15:58  angel

	* TODO: Updated TODO.

2004-08-18 23:52  angel

	* mp_synhi.c: Fixed a bug in the syntax highlight code, when a word
	  includes a start and the end of a comment (for example, in C,
	  /**********/ ).

2004-08-18 23:01  angel

	* mp_func.c: When executing the toggle-insert editor function, a
	  minor redisplay is triggered (so that the refreshed status line is
	  redrawn).

2004-08-18 22:58  angel

	* mp_core.c, mp_iface.c, mprc.sample: Added a new status line
	  format directive, %O, to show 'overwrite' (i.e. not inserting) mode.

	  Fixed a bug in overwrite mode (could cause hangups!).

2004-08-18 21:57  angel

	* mp_iface.c: Fixed some bugs in the grep function (users were not
	  notified of errors).

2004-08-13 13:37  angel

	* VERSION, mpv_gtk.c: The GTK notebook is set as scrollable.

2004-07-31 13:15  angel

	* VERSION: Version 3.3.1 RELEASED.

2004-07-29 18:08  angel

	* mpv_gtk.c: More check code to fix the scrollbar bug.

2004-07-29 14:26  angel

	* mpv_gtk.c: Fixed a bug in scrollbar processing (GTK 1.x and 2.x).

2004-07-03 19:28  angel

	* mp_synhi.c: C synhi tweaking.

2004-06-07 20:35  angel

	* mp_synhi.c: Updated C synhi.

2004-06-03 20:39  angel

	* TODO: Updated TODO.

2004-05-14 19:05  angel

	* mpv_gtk.c: List dialog boxes in GTK are bigger.

2004-05-14 07:42  angel

	* mp_iface.c: Fixed a bug in mpi_save() / mpi_save_as().

2004-05-14 07:38  angel

	* mp_iface.c: A small coding style change in mpi_save() /
	  mpi_save_as().

2004-04-30 12:27  angel

	* mp_core.c: unlink() commented in mp_write_file() until file
	  permissions are saved.

2004-04-27 20:56  angel

	* mp_core.c, mp_synhi.c: Even more synhi tuning.

2004-04-27 20:49  angel

	* mp_core.c, mp_synhi.c: More synhi tuning.

2004-04-27 20:36  angel

	* mp_synhi.c: Small tuning to C syntax highlight.

2004-04-23 18:42  angel

	* TODO: Entries deleted from TODO.

2004-04-23 18:40  angel

	* VERSION, config.sh, makefile.in, mp_core.c, mpv_unix_common.c: On
	  Unix-like systems, documents are unlinked just before being written.

2004-04-11 10:58  angel

	* VERSION: Version 3.3.0 RELEASED.

2004-04-11 10:57  angel

	* README: Final retouches to README.

2004-04-09 09:18  angel

	* makefile.in: Added the win32dist target to makefile.in.

2004-04-09 09:07  angel

	* README: Added to README a reference to buildlcc.bat.

2004-04-09 08:52  angel

	* buildlcc.bat: Added buildlcc.bat.

2004-04-08 13:25  angel

	* mp_iface.c: If a file to be open does not exist, a new buffer
	  with that name is created (standard text editor behaviour, as
	  suggested by many users).

2004-04-07 19:24  angel

	* VERSION, makefile.in: Version 3.3.0-rc2 RELEASED.

2004-04-07 18:49  angel

	* makefile.in: Updated makefile.

2004-04-07 18:40  angel

	* makefile.in, mp_man.txt: Man page updates.

2004-04-07 18:17  angel

	* README.html, makefile.in, mp_man.txt: A new mp_man.txt file (man
	  page).

	  Updated makefile.

2004-04-06 23:14  angel

	* VERSION: Version 3.3.0-rc1 RELEASED.

2004-04-06 23:13  angel

	* README: Updated README.

2004-04-06 22:30  angel

	* mp_lang.h, mp_lang_de.inc, mp_lang_es.inc, mp_lang_it.inc,
	  mp_lang_nl.inc, mp_video.c: If no usable video driver is found,
	  it prints an error and exits (instead of crashing).

2004-04-06 13:35  angel

	* mpv_curses.c: Curses _usage() shutsdown driver.

2004-04-06 13:29  angel

	* mp_iface.c, mp_video.c, mp_video.h: Driver interface is forceable
	  via an undocumented (by now) command argument.

2004-04-05 17:26  angel

	* README: Small fixes to README.

2004-04-05 17:20  angel

	* mprc.sample: Updated mprc.sample.

2004-04-05 17:09  angel

	* mpv_gtk.c: Fixed a bug in gtk_init_check() that made GTK 1.2.x
	  crash.

2004-04-04 11:12  angel

	* VERSION: New alpha version, 3.3.0-alpha-2.

2004-04-04 11:11  angel

	* mp_conf.c, mp_iface.c, mp_lang.h, mp_lang_de.inc, mp_lang_es.inc,
	  mp_lang_it.inc, mp_lang_nl.inc, mp_video.c, mp_video.h,
	  mpv_curses.c, mpv_gtk.c, mpv_win32.c: Fixed text/color config
	  file processing.

	  Text mode (instead of GUI) selectable from command line args.

	  Command line argument mess cleaned a bit.

2004-04-03 11:43  angel

	* VERSION: Changed version from alpha-0 to alpha-1.

2004-04-03 11:41  angel

	* README.solaris: Updated README.solaris.

2004-04-03 11:08  angel

	* makefile.in, mpv_curses.c, mpv_gtk.c, mpv_unix_common.c: Some
	  functions renamed to avoid collisions under IRIX.

2004-04-03 11:01  angel

	* config.sh: Config.sh tuning under IRIX.

2004-04-03 10:02  angel

	* config.sh: Config.sh tuning.

2004-04-03 09:36  angel

	* config.sh: Added /usr/local/[include|lib] to curses detection.

2004-04-03 09:22  angel

	* config.sh, makefile.in: Makefile generation tuning.

2004-04-03 09:18  angel

	* config.sh: All echo -n, -e, etc. crap deleted; only plain echo is
	  used.

2004-04-02 15:47  angel

	* config.sh: Config.sh aborts if no usable driver can be found.

2004-04-02 14:13  angel

	* config.sh: Changed bashish "echo -n" to "echo -e ...\c".

2004-04-01 20:55  angel

	* config.sh: Some tweaks to config.sh.

2004-03-31 20:22  angel

	* mpv_curses.c: Suspicious strncat() replaced by an snprintf().

2004-03-31 19:21  angel

	* README, README.IRIX, README.mingw32, README.solaris,
	  README.zaurus, config.sh, makefile.in: config.sh now includes a
	  --help option.

	  Build system has been partially documented (at least for Unix
	  systems).

2004-03-29 18:05  angel

	* mpv_gtk.c: Even more code cleaning.

2004-03-29 17:11  angel

	* makefile.in: Makefile updates.

2004-03-29 17:01  angel

	* config.sh, makefile, makefile.in: Makefile is no longer
	  distributed, but built by config.sh; this makes all build
	  documentation severely outdated.

2004-03-29 16:53  angel

	* config.sh, makefile: Changed some makefile idioms to make it
	  compatible with non-GNU make tools.

2004-03-29 13:14  angel

	* mpv_win32.c: Monochrome support for win32.

2004-03-29 13:11  angel

	* mp_lang.h, mp_lang_de.inc, mp_lang_es.inc, mp_lang_it.inc,
	  mp_lang_nl.inc: Monochrome help in mpv_usage() moved to a better
	  place.

2004-03-29 13:10  angel

	* mp_conf.c, mp_iface.c, mpv_curses.c, mpv_gtk.c: Monochrome
	  support code restructuration.

2004-03-29 10:20  angel

	* makefile, mp_core.c: Regex searches is enabled by default.

	  Updated makefile.

2004-03-29 10:09  angel

	* mp_iface.c, mpv_curses.c: More code cleaning.

2004-03-29 09:58  angel

	* mp_iface.c, mpv_curses.c: Fixed hardware cursor in curses mode.

2004-03-29 09:53  angel

	* mp_iface.c, mp_iface.h, mpv_curses.c: More code cleaning
	  (_mpv_reposition_cursor).

2004-03-29 09:46  angel

	* mp_iface.c, mp_iface.h, mpv_curses.c: More code cleaning: mouse
	  and transparent flags moved from mp_iface to mpv_curses.c.

2004-03-29 09:40  angel

	* mp_iface.c, mpv_curses.c: Moved some curses-only argument
	  processing from mp_iface to mpv_curses.

2004-03-29 09:27  angel

	* mp_iface.c: Deleted dead code.

2004-03-29 09:03  angel

	* mp_lang.h, mp_lang_de.inc, mp_lang_es.inc, mp_lang_it.inc,
	  mp_lang_nl.inc: Usage messages has been reordered.

2004-03-23 09:30  angel

	* mpv_gtk.c: Old, unused code deleted in mpv_gtk.c.

2004-03-21 09:21  angel

	* makefile: Updated makefile.

2004-03-20 11:36  angel

	* README.mingw32, README.zaurus: Added some information about
	  compiling Minimum Profit under some architectures.

2004-03-20 11:00  angel

	* README.mingw32, makefile, makefile.depend, mp_video.c,
	  mpv_curses.c, mpv_gtk.c, mpv_unix_common.c, mpv_win32.c: API
	  (mp_doccer) comments moved from each driver's source code to
	  mp_video.c.

2004-03-19 21:28  angel

	* config.sh, mp_video.c: Win32 driver was not included in the
	  global driver list.

2004-03-19 20:42  angel

	* config.sh: Deleted useless code from config.sh.

2004-03-19 20:36  angel

	* config.sh, mp_video.c, mpv_curses.c, mpv_win32.c: The win32
	  driver has been adapted to the new driver specification.

2004-03-19 19:49  angel

	* makefile, makefile.depend, mp_conf.c, mp_video.c, mp_video.h,
	  mpv_curses.c, mpv_gtk.c, mpv_unix_common.c: A massive change:
	  curses and gtk drivers adapted to the new specification.

2004-03-19 18:08  angel

	* makefile, makefile.depend, mp_video.c, mp_video.h: New source
	  file, mp_video.c, containing the driver entry points.

2004-03-19 14:40  angel

	* makefile.depend: Updated dependencies.

2004-03-19 14:38  angel

	* config.sh, makefile: A brand new Makefile.

2004-03-19 11:34  angel

	* config.sh, mp_core.c, mp_lang.c, mp_synhi.c, mpv_curses.c,
	  mpv_gtk.c, mpv_unix_common.c, mpv_win32.c: Changed many
	  compilation directives to match the new ones.

2004-03-19 11:10  angel

	* config.sh, gnu_regex.c, makefile.depend, mp_conf.c, mp_core.c,
	  mp_func.c, mp_iface.c, mp_lang.c, mp_synhi.c, mpv_curses.c,
	  mpv_gtk.c, mpv_win32.c: Added #include <config.h> to all C
	  sources.

	  Updated dependencies.

2004-03-19 10:59  angel

	* config.sh: Added pcre detection to config.sh.

2004-03-19 10:04  angel

	* config.sh: More work in the config.sh script.

2004-03-18 22:03  angel

	* config.sh: More changes to config.sh.

2004-03-18 22:02  angel

	* config.sh: More work in config.sh.

2004-03-18 21:09  angel

	* VERSION, config.sh: Added VERSION.

	  Added an initial version of config.sh.

	  Version 3.3.0-alpha STARTED.

2004-03-18 15:29  angel

	* makefile: Version 3.2.13 RELEASED.

2004-03-14 12:14  angel

	* TODO: Added entries to TODO.

2004-03-11 20:45  angel

	* TODO: Updated TODO.

2004-03-11 17:35  angel

	* mp_conf.c, mp_iface.c, mp_iface.h: The status line format can
	  contain %d to include the date.

	  New configuration direction, strftime_format, to set the format
	  string for strftime() function (untested on win32).

2004-03-11 16:47  angel

	* makefile: Updated makefile.

2004-03-10 21:18  angel

	* makefile: Updated makefile.

2004-03-10 08:04  angel

	* mprc.sample: Added status_format documentation to mprc.sample.

2004-03-10 07:57  angel

	* mp_conf.c, mp_iface.h: The status line format string is settable
	  via the configuration file token 'status_format'.

2004-03-10 07:53  angel

	* mp_iface.c: The status line is configurable via a format string.

2004-03-07 10:58  angel

	* makefile, mpv_gtk.c: Version 3.2.13-cvs STARTED.

	  Fixed a bug in GTK2 readline history.

2004-03-03 16:18  angel

	* AUTHORS: Updated AUTHORS.

2004-03-03 16:12  angel

	* README.html: Documentation update.

2004-03-03 16:08  angel

	* README: Added how to build the GTK 2.0 version in the README.

2004-03-03 16:05  angel

	* makefile: Version 3.2.12 RELEASED.

2004-03-01 07:47  angel

	* mp_synhi.c: New syntax highlighters for Gentoo eBuild files and
	  Grub config file, also contributed by Lars Strojny.

2004-02-29 16:26  angel

	* TODO, mp_func.c, mpv_gtk.c: Mouse wheel works under GTK 2.0.

	  New 'key' events "mouse-wheel-left" and "mouse-wheel-right".

2004-02-29 16:03  angel

	* TODO: Updated TODO.

2004-02-29 15:16  angel

	* mpv_gtk.c: More gtk 2.0 tweaks.

2004-02-29 15:08  angel

	* mpv_gtk.c: More tweaking to mpv_list() problem.

2004-02-29 15:03  angel

	* mpv_gtk.c: Strange SIGSEGVs in GTK 2.0 mpv_list() seem to be
	  fixed.

2004-02-29 14:34  angel

	* mpv_gtk.c, mpv_win32.c: win32 argc/argv patch reverted, as it
	  seems to crash when compiled with lccwin32.

	  Gtk lists are centered.

2004-02-25 15:02  angel

	* mp_synhi.c: PHP synhi fixes patch from Lars Strojny.

2004-02-23 13:32  angel

	* mpv_win32.c: Experimental win32 code using _argc and _argv
	  (untested).

2004-02-23 12:59  angel

	* makefile: Make the 'make gtk2' target build the rest of objects.

2004-02-23 11:56  angel

	* mpv_gtk.c: Memory leaks in _() and __() fixed.

2004-02-23 11:44  angel

	* mpv_gtk.c: Dead keys now work on GTK 2.0.

	  FIXME: _() and __() are memory leaks.

2004-02-23 09:41  angel

	* TODO, mpv_gtk.c: Strings interfacing with GTK 2 filtered from /
	  to utf8.

2004-02-23 09:00  angel

	* TODO, makefile, mpv_gtk.c: Vertical scrollbar adjustments.

	  New makefile target: make gtk2.

2004-02-23 08:20  angel

	* mpv_gtk.c: Added GTK version in startup log.

2004-02-22 17:36  angel

	* TODO, mpv_gtk.c: Several (useless) tries to fix GTK 2.0 support.

	  Added entries to TODO.

2004-02-22 16:12  angel

	* makefile, mpv_gtk.c: VERSION 3.2.12-cvs STARTED.

	  Tweaks to compile under GTK 2.0.

2004-02-16 18:58  angel

	* makefile: Version 3.2.11 RELEASED.

2004-02-14 12:31  angel

	* mp_core.c: Fixed a bug in auto-indent code.

2004-02-14 11:14  angel

	* AUTHORS, mp_synhi.c: New syntax highlight for Python by Richard
	  Harris.

2004-02-13 18:15  angel

	* mp_conf.c, mp_iface.c, mp_iface.h, mprc.sample: The ctags command
	  can be configured.

2004-02-03 07:59  angel

	* README.mingw32: Documentation fixes.

2004-02-02 16:59  angel

	* README.mingw32: Added instructions to build a win32 Minimum
	  Profit binary using the mingw32 cross-compiler under Linux
	  (README.mingw32).

2004-02-02 16:50  angel

	* mp.ico, mpv_win32.c: Changed _argv to _argv_ to avoid collisions
	  with the real _argv_ in win32.

	  The windows icon seemed to be broken (?).

2004-02-02 15:52  angel

	* mpv_win32.c: Included commctrl.h in mpv_win32.c.

2004-01-31 08:26  angel

	* README.html, mpv_curses.c: The reverse text in curses monochrome
	  mode has been fixed.

2004-01-31 08:11  angel

	* mp_synhi.c: Perl synhi fixes.

2004-01-19 17:22  angel

	* mprc-win32.sample: A new MS Windows-friendly example config file
	  (keybindings).

2004-01-19 17:14  angel

	* mp_lang_nl.inc: Credits in language files were lost (again).

2004-01-19 17:12  angel

	* makefile, mp_lang_nl.inc: mp_doccer and grutatxt calls in 'make
	  dist' are not mandatory.

	  More corrections to dutch translation by Rick.

2004-01-12 22:23  angel

	* mp_iface.c: The destruction of the default menu when auto indent
	  is set to 1 in the configuration file has been fixed.

2004-01-12 19:54  angel

	* README, mp_lang_nl.inc: Credits in translation files.

2004-01-12 19:29  angel

	* mprc.sample: Reference to dutch translation made in mprc.sample.

2004-01-12 19:27  angel

	* makefile: Version 3.2.11-cvs STARTED.

2004-01-12 19:25  angel

	* mp_lang_de.inc, mp_lang_en.inc, mp_lang_es.inc, mp_lang_it.inc,
	  mp_lang_nl.inc: Dutch translation fixes by Rick van der Zwet.

2004-01-08 15:56  angel

	* makefile: Version 3.2.10 RELEASED.

2004-01-08 15:55  angel

	* makefile, makefile.depend: Updated Makefile.

	  Updated dependencies.

	  Removed doc/mp_api.html from CVS.

2004-01-08 15:53  angel

	* Changelog, Changelog.1, makefile: Renamed Changelog to
	  Changelog.1.

2004-01-03 12:10  angel

	* makefile: Version change from 3.2.10m to 3.2.10-cvs.

2004-01-02 09:04  angel

	* mp_iface.c: Year changed in license banner.

2004-01-02 08:58  angel

	* mp_conf.c, mp_conf.h, mp_core.c, mp_core.h, mp_func.c, mp_func.h,
	  mp_iface.c, mp_iface.h, mp_lang.c, mp_lang.h, mp_lang_de.inc,
	  mp_lang_en.inc, mp_lang_es.inc, mp_lang_it.inc, mp_lang_nl.inc,
	  mp_res.h, mp_synhi.c, mp_synhi.h, mp_video.h, mpv_curses.c,
	  mpv_gtk.c, mpv_unix_common.c, mpv_win32.c: Changed year in
	  copyrights.

2004-01-02 07:05  angel

	* AUTHORS, mp_lang.c, mp_lang_nl.inc: New dutch translation by Rick
	  van der Zwet.

2004-01-02 06:56  angel

	* mp_msg_de.h, mp_msg_en.h, mp_msg_es.h: Removed old language .h
	  files.

2003-11-01 22:23  angel

	* mp_iface.c: Pressed unbound keys are logged.

2003-10-30 22:14  angel

	* mp_synhi.c: Added the .txt extension to the 'plain' synhi.

2003-10-21 11:02  angel

	* Changelog, makefile, mp_synhi.c: Syntax highlighters are
	  reordered to test programming languages before text formats.

2003-07-26 09:55  angel

	* README, README.html: [no log message]

2003-07-26 09:48  angel

	* Changelog: Version 3.2.9 RELEASED.

2003-07-26 09:46  angel

	* Changelog, README.html, makefile: Updates to Changelog, makefile
	  and documentation.

2003-07-26 09:07  angel

	* mprc.sample: mprc.sample corrections.

2003-07-24 17:36  angel

	* TODO: Reference to /etc/mprc deleted from TODO.

2003-07-24 17:22  angel

	* makefile: Fixed a bug in makefile.

2003-07-24 17:13  angel

	* README.IRIX, makefile, mp_conf.c, mp_iface.c, mprc.sample,
	  mpv_curses.c, mpv_gtk.c, mpv_win32.c: Support for a global
	  configuration file (/etc/mprc).

2003-07-23 16:20  angel

	* TODO: More this to be done added to TODO.

2003-07-14 16:59  angel

	* TODO: Updated TODO.

2003-07-14 16:48  angel

	* makefile: Makefile updated.

2003-07-13 23:14  angel

	* TODO:
	   * Ideas added to TODO.

2003-07-13 10:55  angel

	* mpv_curses.c:
	   * SIGTERM and SIGHUP ignoring in mpv_curses.c are not compiled
	     in by default.

2003-07-11 23:07  angel

	* mpv_curses.c:
	   * Fixed a bug in the fixed transparent color creation code.

2003-07-11 21:57  angel

	* mpv_curses.c:
	   * The color problem in IRIX seems to be a leak of transparent
	     curses support.

2003-07-11 21:10  angel

	* TODO, mpv_curses.c:
	   * Fixed the bug in _mpv_prompt.

2003-07-11 21:03  angel

	* TODO:
	   * Updated TODO.

2003-07-10 20:58  angel

	* mpv_curses.c:
	   * Added tests for the curses virtual key KEY_ENTER (to
	     work under Irix).

2003-06-30 17:29  angel

	* mp_synhi.c:
	   * Spaces and tabs are a special case of separator; so, when
	     separating words for synhi, spaces and tabs never gather to
	     other separator chars, so they can be used as tokens.
	   * The PostScript synhi has been simplified.

2003-06-29 20:30  angel

	* mpv_gtk.c:
	   * The GTK version uses the 'fixed' font if the user selected
	     font cannot be used.

2003-06-25 17:35  angel

	* TODO:
	   * Fixed a typo.

2003-06-21 09:08  angel

	* TODO:
	   * Added a 'TODO' file.

2003-06-20 21:51  angel

	* mp_synhi.c:
	   * Even more synhi tunings.

2003-06-20 13:38  angel

	* mp_synhi.c:
	   * Syntax highlight tunings.

2003-06-10 14:28  angel

	* mp_synhi.c:
	   * Even more tuning to PostScript synhi.

2003-06-10 14:17  angel

	* mp_synhi.c:
	   * More PostScript synhi tuning.

2003-06-10 14:10  angel

	* mp_synhi.c:
	   * PostScript synhi improvements.

2003-06-10 13:44  angel

	* mp_synhi.c:
	   * New PostScript synhi.

2003-06-08 11:13  angel

	* mp_iface.c:
	   * mpi_plain_draw_all() fails when drawing the tabs, so it's
	     disabled by now.

2003-05-30 21:02  angel

	* mprc.sample:
	   * A new color theme in the mprc.sample file.

2003-05-29 17:51  angel

	* mp_synhi.c:
	   * Small tunings to C and Perl synhi,s.

2003-05-26 13:08  angel

	* mp_lang.c:
	   * The NO_LANGUAGES compilation directive now compiles only
	     the english version.

2003-05-26 12:53  angel

	* mp_synhi.c:
	   * Fixed a bug in the HTML synhi (comments were incorrectly shown).

2003-05-26 12:50  angel

	* mp_synhi.c:
	   * Fixed a bug in SQL synhi that crashed mp when compiled with tcc.

2003-05-26 12:41  angel

	* mp_synhi.c:
	   * -DNO_SYNHI includes just the plain mode (not none).

2003-05-26 12:36  angel

	* mp_synhi.c:
	   * Fixed a bug in separator testing when no synhi is present
	     (i.e. compiled with -DNO_SYNHI).

2003-05-26 12:08  angel

	* mp_iface.c:
	   * Screen was being drawn twice!!!

2003-05-26 10:42  angel

	* mp_synhi.c:
	   * A new NO_SYNHI compilation directive, to avoid compiling
	     the embedded syntax highlight tokens.

2003-05-26 10:09  angel

	* README, makefile, mp_conf.c, mp_core.c, mp_func.c, mp_iface.c,
	  mp_lang.c, mp_synhi.c, mpv_curses.c, mpv_gtk.c,
	  mpv_unix_common.c, mpv_win32.c:
	   * Changed the year in the copyright lines.

2003-05-26 10:09  angel

	* Changelog: Changed the year in the copyright lines.

2003-05-26 09:59  angel

	* makefile:
	   * What the hell happened to the Changelog and makefile?

2003-05-26 09:59  angel

	* Changelog: What the hell happened to the Changelog and makefile?

2003-05-26 09:54  angel

	* mp_conf.h:
	   * A symbol redefinition warning was fixed.

2003-04-24 12:31  angel

	* mpv_gtk.c:
	   * More code cleaning.

2003-04-24 08:22  angel

	* mp_iface.c, mp_iface.h, mpv_curses.c, mpv_gtk.c:
	   * Code cleaning in the history API.

2003-04-24 07:58  angel

	* mp_iface.c, mp_synhi.c:
	   * More synhi tuning.

2003-04-14 23:27  angel

	* mpv_curses.c:
	   * The SIGWINCH handler now informs of the new window size (curses).

2003-04-07 17:07  angel

	* mp_synhi.c:
	   * C/C++ synhi tuning.

2003-03-27 11:41  angel

	* mp_core.c, mp_synhi.c:
	   * More synhi tunning.

2003-03-27 10:58  angel

	* mp_core.c:
	   * Even more tuning to global word separators.

2003-03-27 10:56  angel

	* mp_core.c:
	   * More tuning to global word separators.

2003-03-27 10:09  angel

	* mp_synhi.c:
	   * More tuning to the php synhi.

2003-03-26 15:47  angel

	* mp_iface.c:
	   * Fixed a line count mismatch when reading too long lines
	     in mpi_grep().

2003-03-17 14:28  angel

	* mp_iface.c, mp_synhi.c:
	   * Several syntax highlight tunings.

2003-03-16 10:13  angel

	* makefile:
	   * 'make dist' excludes CVS directories.

2003-03-12 19:30  angel

	* mp_iface.c:
	   * Uncommented the call to the simple version of mp_draw_all().

2003-03-12 18:54  angel

	* mpv_gtk.c:
	   * The GTK about dialog is also centered.

2003-03-09 21:29  angel

	* mpv_gtk.c:
	   * Gtk dialogs are shown centered on the screen.

2003-03-09 21:23  angel

	* mp_iface.c, mpv_gtk.c:
	   * History in mpv_readline() for the GTK platform.

2003-03-08 12:03  angel

	* mp_core.c, mp_synhi.c:
	   * Changes to the separator strings.

2003-03-02 14:01  angel

	* mpv_curses.c:
	   * Hitting tab (\t) in the curses version of mpv_readline()
	     causes a globbing to be done (the same as typing * and ENTER).

2003-02-24 19:27  angel

	* Changelog: Version info added to Changelog.

2003-02-24 19:23  angel

	* makefile:
	   * Applied patch to makefile from John Dunay for compiling
	     MP into the Sharp Zaurus.

2003-02-24 18:13  angel

	* mp_iface.c, mp_iface.h, mp_video.h, mpv_curses.c:
	   * Changed mpv_readline in mpv_curses.c to use the new
	     readline history _mpi_history[] MP texts instead of the old
	     ad-hoc structures.

2003-02-24 17:22  angel

	* makefile:
	   * Changed the version to 3.2.8m.

2003-02-24 17:21  angel

	* mp_func.c, mprc.sample:
	   * Documentation to bind <all>.

2003-02-24 13:41  angel

	* mp_func.c:
	   * The 'bind' configuration command can use a special
	     value <all> to assign the same function to all keys
	     (thought to be used with the <none> dummy function).

2003-02-18 15:42  angel

	* makefile:
	   * New 3.2.7 release (bugfixes).

2003-02-18 15:42  angel

	* Changelog: New 3.2.7 release (bugfixes).

2003-02-18 13:06  angel

	* mpv_curses.c:
	   * Fixed another critical bug in _mpv_open_file_list().

2003-02-18 12:35  angel

	* mp_synhi.c:
	   * Fixed a critical bug in the syntax highlight code.

2003-02-18 10:57  angel

	* mp_synhi.c:
	   * Even more tweaks to PHP synhi.

2003-02-18 10:54  angel

	* mp_synhi.c:
	   * Updates to PHP synhi.

2003-02-18 10:31  angel

	* makefile, mp_synhi.c:
	   * Added <!-- and --> comments to PHP highlighter.

2003-02-18 10:31  angel

	* Changelog: Added <!-- and --> comments to PHP highlighter.

2003-02-10 20:12  angel

	* README, README.html, makefile:
	   * Regexes finally compile undef win32; 3.2.6 is out!!!

2003-02-10 20:12  angel

	* Changelog: Regexes finally compile undef win32; 3.2.6 is out!!!

2003-02-10 19:38  angel

	* README, README.html, makefile:
	   * Sadly realized that gnu_regex.c doesn't compile in win32 (why?).
	     So, this is not still 3.2.6, but 3.2.6-rc3.

2003-02-10 19:38  angel

	* Changelog: Sadly realized that gnu_regex.c doesn't compile in
	  win32 (why?).  So, this is not still 3.2.6, but 3.2.6-rc3.

2003-02-10 18:58  angel

	* README.solaris:
	   * Added 'README.solaris' to project.

2003-02-10 18:54  angel

	* Changelog: Changelog updated.

2003-02-10 18:52  angel

	* mprc.sample:
	   * The mprc.sample has been updated.

2003-02-10 18:48  angel

	* mp_conf.c, mp_core.c, mp_core.h, mp_func.c, mp_iface.c,
	  mp_lang_de.inc, mp_lang_en.inc, mp_lang_es.inc, mp_lang_it.inc,
	  mp_synhi.c:
	   * Merged the regex branch into trunk.

2003-02-09 20:45  angel

	* mp_synhi.c:
	   * More tunning to synhi.

2003-02-09 12:57  angel

	* mp_synhi.c:
	   * More tunning to synhi and comments.

2003-02-09 12:30  angel

	* mp_iface.c, mp_synhi.c:
	   * Multiple comments per synhi seems to work.

2003-02-09 12:06  angel

	* mp_core.c, mp_synhi.c, mp_synhi.h:
	   * Several steps towards multiple comments in synhi modes.

2003-02-08 18:47  angel

	* mp_core.c:
	   * Automatic indentation works again.

2003-02-08 18:47  angel

	* Changelog: Automatic indentation works again.

2003-02-06 17:43  angel

	* mp_core.c, mp_core.h, mp_iface.c, mp_synhi.c:
	   * mp_seek_regex() is almost complete.

2003-02-06 16:51  angel

	* mp_conf.c:
	   * New 'use_regex' configuration variable.

2003-02-06 16:34  angel

	* mp_synhi.h:
	   * MAX_LOCAL_TOKENS set to 4096.

2003-02-06 14:13  angel

	* mp_lang_de.inc, mp_lang_en.inc, mp_lang_es.inc, mp_lang_it.inc:
	   * New locale messages.

2003-02-06 13:39  angel

	* mp_func.c, mp_iface.c:
	   * New 'toggle-regex' editor command.

2003-02-06 13:25  angel

	* gnu_regex.h, mp_core.c, mp_core.h:
	   * New _mp_regex flag.
	   * mp_seek() has been splitted in _mp_seek_plain() and
	     _mp_seek_regex().

2003-02-06 13:09  angel

	* gnu_regex.h:
	   * Added gnu_regex.h to project.

2003-02-04 17:02  angel

	* mp_synhi.h:
	   * Increased MAX_LOCAL_TOKENS to 4096

2003-02-04 16:22  angel

	* makefile:
	   * Changed version name.

2003-02-04 16:21  angel

	* makefile:
	   * gnu_regex.c is not compiled in the CVS trunk.

2003-01-27 09:21  angel

	* makefile:
	   * New -D_LARGEFILE_SOURCE to Makefile.

2003-01-18 18:35  angel

	* README, README.html: changes to the README.

2003-01-18 18:29  angel

	* makefile:
	   - 'make pub' has been deleted in favour of the 'publicar' script.

2003-01-18 18:01  angel

	* makefile:
	   - New 'pub' target in Makefile.

2003-01-18 12:38  angel

	* AUTHORS, gnu_regex.c, makefile, mp_synhi.c:
	   - New SQL syntax highlighter by Gabriel Emerson.

2003-01-18 12:38  angel

	* Changelog: New SQL syntax highlighter by Gabriel Emerson.

2003-01-18 12:37  angel

	* gnu_regex.c, makefile, mp_conf.c, mp_conf.h, mp_core.c,
	  mp_core.h, mp_iface.c, mp_synhi.c, mprc.sample, mpv_curses.c,
	  mpv_gtk.c, mpv_win32.c:
	   - The internal representation of tabs has changed.
	   - New 'source' configuration command, to include another
	     configuration files.

2003-01-18 12:37  angel

	* Changelog: The internal representation of tabs has changed.

	  New 'source' configuration command, to include another configuration
	  files.

2003-01-18 12:36  angel

	* AUTHORS, makefile, mp_core.c, mp_core.h, mp_func.c, mp_iface.c,
	  mp_iface.h, mp_lang.c, mp_lang.h, mp_lang_de.inc, mp_lang_en.inc,
	  mp_lang_es.inc, mp_lang_it.inc, mp_synhi.c, mpv_curses.c,
	  mpv_gtk.c, mpv_win32.c:
	   - Italian translation by lesion.
	   - Fixed a font selection bug in the GTK version.
	   - Fixed a menu rendering bug in the ncurses version.
	   - Fixed a template insertion bug in all versions.
	   - The Open File GTK dialog can now be cancelled by pressing ESC.
	   - Internal improvements to mp_seek() and a new mp_mark_match()
	   function.
	  - New editor function, show-clipboard, to show the clipboard
	     contents in a read-only editor window.
	   - New editor function, show-log, to show the internal log
	     in a read-only editor window.

2003-01-18 12:36  angel

	* Changelog: Italian translation by lesion.

	  Fixed a font selection bug in the GTK version.

	  Fixed a menu rendering bug in the ncurses version.

	  Fixed a template insertion bug in all versions.

	  The Open File GTK dialog can now be cancelled by pressing ESC.

	  Internal improvements to mp_seek() and a new mp_mark_match()
	  function.

	  New editor function, show-clipboard, to show the clipboard contents
	  in a read-only editor window.

	  New editor function, show-log, to show the internal log in a
	  read-only editor window.

2003-01-18 12:34  angel

	* makefile, mpv_gtk.c:
	   - Fixed a bug that caused occasional SIGSEGVs in GTK.

2003-01-18 12:34  angel

	* Changelog: Fixed a bug that caused occasional SIGSEGVs in GTK.

2003-01-18 12:34  angel

	* README, README.html, makefile, mp_iface.c, mp_lang.c, mp_synhi.c,
	  mp_synhi.h, mp_video.h, mprc.sample, mpv_curses.c, mpv_gtk.c,
	  mpv_win32.c:
	   - File globbing when no file spec is specified fixed in win32.
	   - Default language selection fixed in win32.
	   - New -geometry parameter and configuration file variables
	     to set geometry in GTK.

2003-01-18 12:34  angel

	* Changelog: File globbing when no file spec is specified fixed in
	  win32.

	  Default language selection fixed in win32.

	  New -geometry parameter and configuration file variables to set
	  geometry in GTK.

2003-01-18 12:33  angel

	* README, README.html, makefile, mp_conf.c, mp_core.c, mp_core.h,
	  mp_func.c, mp_iface.c, mp_iface.h, mp_lang.c, mp_lang.h,
	  mp_lang_de.inc, mp_lang_en.inc, mp_lang_es.inc, mp_synhi.c,
	  mp_video.h, mprc.sample, mpv_curses.c, mpv_gtk.c,
	  mpv_unix_common.c, mpv_win32.c:
	   - mpv_readline() shows the default string as selected in GTK and
	   Win32.
	  - When a selection list has only one item, it's automatically
	     selected in GTK and Win32 (this behaviour was already
	     implemented in Curses).
	   - If GTK cannot be initialised, the curses based Minimum Profit
	     is called.
	   - Bug fixed in startup language detection.
	   - New exec-function() function, to run a Minimum Profit function
	     (function function function...)
	   - New sync() function, to save all modified texts to disk.
	   - New grep() function, to grep a string in several files.

2003-01-18 12:33  angel

	* Changelog: mpv_readline() shows the default string as selected in
	  GTK and Win32.

	  When a selection list has only one item, it's automatically selected
	  in GTK and Win32 (this behaviour was already implemented in Curses).

	  If GTK cannot be initialised, the curses based Minimum Profit is
	  called.

	  Bug fixed in startup language detection.

	  New exec-function() function, to run a Minimum Profit function
	  (function function function...)

	  New sync() function, to save all modified texts to disk.

	  New grep() function, to grep a string in several files.

2003-01-18 12:32  angel

	* README, README.html, makefile, makefile.depend, mp.spec,
	  mp_func.c, mp_lang_en.inc, mp_lang_es.inc, mp_video.h,
	  mpv_curses.c, mpv_gtk.c, mpv_unix_common.c, mpv_win32.c:
	   - New open-under-cursor function, that takes the file name
	     under the cursor and opens it (this function is back from
	     3.1.2 version). By default bound to ctrl-enter.
	   - When files open from the GTK open file dialog live
	     in the default working directory, the path is converted
	     from absolute to relative.
	   - A substitute for glob() for Unix systems lacking of it.
	   - When switching open files from the tabs (Gtk), the
	     new open file is correctly redrawn.

2003-01-18 12:32  angel

	* Changelog: New open-under-cursor function, that takes the file
	  name under the cursor and opens it (this function is back from 3.1.2
	  version). By default bound to ctrl-enter.

	  When files open from the GTK open file dialog live in the default
	  working directory, the path is converted from absolute to relative.

	  A substitute for glob() for Unix systems lacking of it.

	  When switching open files from the tabs (Gtk), the new open file is
	  correctly redrawn.

2003-01-18 12:30  angel

	* AUTHORS, README, README.html, makefile, mp.spec, mp_func.c,
	  mp_iface.c, mp_iface.h, mprc.sample, mpv_curses.c, mpv_gtk.c,
	  mpv_win32.c:
	   - Optimizations to the GTK version (to avoid flickering).
	   - Another bug fixed in the sample configuration file.
	   - Non-existing open file error is now correctly reported in GTK.

2003-01-18 12:30  angel

	* Changelog: Optimizations to the GTK version (to avoid
	  flickering).

	  Another bug fixed in the sample configuration file.

	  Non-existing open file error is now correctly reported in GTK.

2003-01-18 12:29  angel

	* makefile, mp_conf.c, mp_conf.h, mp_func.c, mp_func.h, mp_iface.c,
	  mprc.sample, mpv_curses.c, mpv_gtk.c, mpv_win32.c:
	   - Menus can be set from the configuration file.
	   - Fixed a bug in the sample configuration file.
	   - Check box menus really really work in GTK.
	   - Menu hotkeys now are shown in win32.

2003-01-18 12:29  angel

	* Changelog: Menus can be set from the configuration file.

	  Fixed a bug in the sample configuration file.

	  Check box menus really really work in GTK.

	  Menu hotkeys now are shown in win32.

2003-01-18 12:28  angel

	* README, README.html, makefile, makefile.depend, mp_conf.c,
	  mp_conf.h, mp_func.c, mp_iface.c, mp_lang_en.inc, mp_lang_es.inc,
	  mp_synhi.c, mp_video.h, mprc.sample, mpv_curses.c, mpv_gtk.c,
	  mpv_win32.c:
	   - Colors can be defined from the configuration file.
	   - Mouse wheel works in GTK.
	   - Check box menus (kind of) work in GTK.
	   - Mouse wheel works in Win32.

2003-01-18 12:28  angel

	* Changelog: Colors can be defined from the configuration file.

	  Mouse wheel works in GTK.

	  Check box menus (kind of) work in GTK.

	  Mouse wheel works in Win32.

2003-01-18 12:27  angel

	* makefile, mp_func.c, mp_lang.h, mp_lang_de.inc, mp_lang_es.inc,
	  mp_synhi.c, mprc.sample, mpv_curses.c, mpv_gtk.c, mpv_win32.c:
	   - Fixed an annoying bug in GTK key processing.
	   - Fixed a minor translation text bug in the curses version.

2003-01-18 12:27  angel

	* Changelog: Fixed an annoying bug in GTK key processing.

	  Fixed a minor translation text bug in the curses version.

2003-01-18 12:26  angel

	* mp.xpm, mp_func.c, mp_func.h, mp_lang_en.inc:
	   - New files added to CVS.

2003-01-18 12:25  angel

	* README, README.html, makefile, makefile.depend, mp.reg,
	  mp_conf.c, mp_conf.h, mp_core.c, mp_core.h, mp_iface.c,
	  mp_iface.h, mp_lang.c, mp_lang.h, mp_lang_de.inc, mp_lang_es.inc,
	  mp_video.h, mprc.sample, mpv_curses.c, mpv_gtk.c, mpv_win32.c:
	   - A new GTK interface.
	   - Several things are configurable from a personal
	     configuration file as key bindings and other variables
	     (menu and colors aren't, yet).

2003-01-18 12:25  angel

	* Changelog: A new GTK interface.

	  Several things are configurable from a personal configuration file
	  as key bindings and other variables (menu and colors aren't, yet).

2003-01-18 12:24  angel

	* README, makefile, makefile.depend, mp.reg, mp_conf.c, mp_conf.h,
	  mp_core.c, mp_core.h, mp_iface.c, mp_iface.h, mp_lang.c,
	  mp_lang.h, mp_lang_de.inc, mp_lang_es.inc, mp_res.h, mp_res.rc,
	  mp_synhi.c, mp_synhi.h, mp_video.h, mprc.sample, mpv_curses.c,
	  mpv_gtk.c, mpv_win32.c:
	   - First alpha of 3.2.x version.

2003-01-18 12:24  angel

	* Changelog: First alpha of 3.2.x version.

2003-01-18 12:22  angel

	* README, README.html, makefile, makefile.depend, mp_iface.c,
	  mp_iface.h, mp_lang.c, mp_lang.h, mp_lang_de.inc, mp_lang_es.inc,
	  mp_res.rc, mp_synhi.c, mprc.sample, mpv_curses.c, mpv_gtk.c,
	  mpv_win32.c:
	   - Instead of being a compile time option, language can be
	     run-time selected.
	   - Selection can be done using shift + movement key (win32).
	   - Misc. code cleaning (argument processing).

2003-01-18 12:22  angel

	* Changelog: Instead of being a compile time option, language can
	  be run-time selected.

	  Selection can be done using shift + movement key (win32).

	  Misc. code cleaning (argument processing).

2003-01-18 12:21  angel

	* AUTHORS, README, makefile, mp_iface.c, mp_msg_de.h, mp_msg_en.h,
	  mp_synhi.c, mpv_curses.c, mpv_gtk.c, mpv_win32.c:
	   - German translation by Peter Ludikovsky.
	   - New syntax highlighter for .po files.
	   - Fixed a minor bug in the file globbing code.
	   - Minor tweaks to the win32 code.

2003-01-18 12:21  angel

	* Changelog: German translation by Peter Ludikovsky.

	  New syntax highlighter for .po files.

	  Fixed a minor bug in the file globbing code.

	  Minor tweaks to the win32 code.

2003-01-18 12:20  angel

	* makefile, mp_iface.c, mp_iface.h, mp_msg_en.h, mp_msg_es.h,
	  mp_video.h, mpv_curses.c, mpv_win32.c:
	   - New function and variable completion using the tags in Ctrl-S.
	   - Minor color changes to the menu.

2003-01-18 12:20  angel

	* Changelog: New function and variable completion using the tags in
	  Ctrl-S.

	  Minor color changes to the menu.

2003-01-18 12:19  angel

	* makefile, mp_iface.c, mp_iface.h, mp_msg_en.h, mp_msg_es.h,
	  mp_video.h, mpv_curses.c, mpv_win32.c:
	   - New syntax highlighter for PHP by Geoff Youngs.
	   - Much better signal handling (unix version), also by Geoff Youngs.
	   - Treatment of numbers as strings (literals) in syntax
	     highlighting can now be toggled per mode.
	   - Some cosmetic changes (ugly titles on errors, etc.)

2003-01-18 12:19  angel

	* Changelog: New syntax highlighter for PHP by Geoff Youngs.

	  Much better signal handling (unix version), also by Geoff Youngs.

	  Treatment of numbers as strings (literals) in syntax highlighting
	  can now be toggled per mode.

	  Some cosmetic changes (ugly titles on errors, etc.)

2003-01-18 12:15  angel

	* makefile, mp_iface.c, mp_iface.h, mp_msg_en.h, mp_msg_es.h,
	  mp_video.h, mpv_curses.c, mpv_win32.c:
	   - New function and variable completion using the tags in Ctrl-S.
	   - Minor color changes to the menu.

2003-01-18 12:15  angel

	* Changelog: New function and variable completion using the tags in
	  Ctrl-S.

	  Minor color changes to the menu.

2003-01-18 12:14  angel

	* AUTHORS, README, README.html, makefile, mp_iface.c, mp_msg_en.h,
	  mp_msg_es.h, mp_synhi.c, mp_synhi.h, mpv_curses.c:
	   - New syntax highlighter for PHP by Geoff Youngs.
	   - Much better signal handling (unix version), also by Geoff Youngs.
	   - Treatment of numbers as strings (literals) in syntax
	     highlighting can now be toggled per mode.
	   - Some cosmetic changes (ugly titles on errors, etc.)

2003-01-18 12:14  angel

	* Changelog: New syntax highlighter for PHP by Geoff Youngs.

	  Much better signal handling (unix version), also by Geoff Youngs.

	  Treatment of numbers as strings (literals) in syntax highlighting
	  can now be toggled per mode.

	  Some cosmetic changes (ugly titles on errors, etc.)

2003-01-18 12:13  angel

	* README, README.html, makefile, mp_iface.c, mpv_curses.c:
	   - Fixed SIGSEGV when too much files to open (unix version)
	   - Cosmetic fixes: ugly status line when a tag is not found
	     from the command line (unix version)

2003-01-18 12:13  angel

	* Changelog: Fixed SIGSEGV when too much files to open (unix
	  version)

	  Cosmetic fixes: ugly status line when a tag is not found from the
	  command line (unix version)

2003-01-18 12:10  angel

	* AUTHORS, README, makefile, mp_core.c, mp_core.h, mp_iface.c,
	  mp_iface.h, mp_msg_en.h, mp_msg_es.h, mp_res.h, mp_res.rc,
	  mp_synhi.c, mp_synhi.h, mp_video.h, mpv_curses.c, mpv_win32.c:
	   - New mpi_plain_draw_all() function, a stripped down version
	     of mpi_draw_all() that does not do any color tests. This
	     should result in some optimizations.
	   - Bug fixed: if a directory is opened, its contents is shown
	     in the list instead of just stupidly open the directory
	     (still does it wrong when getting a directory from the
	     command line, fixing soon).
	   - Bug fixed: a file contaning spaces in the name can be
	     opened from the file list.
	   - Case sensitivity in searches can be toggled now, and it works.
	   - All open files are shown on the screen, on the title bar
	     in the Unix version and on Mozilla-like tabs on the Win32
	     version.

2003-01-18 12:10  angel

	* Changelog: New mpi_plain_draw_all() function, a stripped down
	  version of mpi_draw_all() that does not do any color tests. This
	  should result in some optimizations.

	  Bug fixed: if a directory is opened, its contents is shown in the
	  list instead of just stupidly open the directory (still does it
	  wrong when getting a directory from the command line, fixing soon).

	  Bug fixed: a file contaning spaces in the name can be opened from
	  the file list.

	  Case sensitivity in searches can be toggled now, and it works.

	  All open files are shown on the screen, on the title bar in the Unix
	  version and on Mozilla-like tabs on the Win32 version.

2003-01-18 12:07  angel

	* README, makefile, mp.ico, mp_core.c, mp_iface.c, mp_synhi.c,
	  mpv_curses.c, mpv_gtk.c, mpv_win32.c:
	   - Fixed the Win32 compilation, broken in 3.1.4.
	   - Win32 icon is cuter then ever!
	   - Improved detection of source comments.
	   - Improved syntax hilight code (escaped quote marks, quotes that
	     extend more than one line, ignored end of comments beyond the
	     right margin, start of comments below the first visible line,
	     etc.). The syntax highlighting should be no longer stinky.
	   - Improvements to the mp_doccer tool (see tools/ directory).

2003-01-18 12:07  angel

	* Changelog: Fixed the Win32 compilation, broken in 3.1.4.

	  Win32 icon is cuter then ever!

	  Improved detection of source comments.

	  Improved syntax hilight code (escaped quote marks, quotes that
	  extend more than one line, ignored end of comments beyond the right
	  margin, start of comments below the first visible line, etc.). The
	  syntax highlighting should be no longer stinky.

	  Improvements to the mp_doccer tool (see tools/ directory).

2003-01-18 12:05  angel

	* README, makefile, mp_core.c, mp_iface.c, mp_iface.h, mp_msg_en.h,
	  mp_msg_es.h, mp_synhi.c, mp_synhi.h, mp_video.h, mpv_curses.c,
	  mpv_win32.c:
	   - Symbols defined in local tags are now hilighted in a special
	   color.
	  - 'Open file' does not open an already open file now; if you
	     want to do it, you have a new 'Reopen...' option in the File
	   menu.
	  - There is more than one possible external help program
	     for each file type.
	   - There are now two types of 'magic' words, one of them tested
	     before file extension checking.
	   - Fixed a bug when processing comments on languages where
	     the end of comment mark is the end of line (Perl, sh, etc.)
	   - Quotes are not processed inside comments in syntax hilighting.
	   - First appearance of the mp_doccer script (version 0.1.1)

2003-01-18 12:05  angel

	* Changelog: Symbols defined in local tags are now hilighted in a
	  special color.

	  'Open file' does not open an already open file now; if you want to
	  do it, you have a new 'Reopen...' option in the File menu.

	  There is more than one possible external help program for each file
	  type.

	  There are now two types of 'magic' words, one of them tested before
	  file extension checking.

	  Fixed a bug when processing comments on languages where the end of
	  comment mark is the end of line (Perl, sh, etc.)

	  Quotes are not processed inside comments in syntax hilighting.

	  First appearance of the mp_doccer script (version 0.1.1)

2003-01-18 12:02  angel

	* AUTHORS, README, makefile, mp_iface.c, mp_msg_en.h, mp_msg_es.h,
	  mp_synhi.c, mp_synhi.h, mp_video.h, mpv_curses.c, mpv_win32.c:
	   - New syntax hilighter for Ruby by Gabriel Emerson.
	   - Text to the left of the first line changes with a little
	     hint of what can be done (no more ^A Menu forever).
	   - Corrected a bug that made the menu bar being drawn transparent.
	   - Fixed a bug when replacing text in all open files.
	   - Support for case insensitive languages in syntax hilighting.

2003-01-18 12:02  angel

	* Changelog: New syntax hilighter for Ruby by Gabriel Emerson.

	  Text to the left of the first line changes with a little hint of
	  what can be done (no more ^A Menu forever).

	  Corrected a bug that made the menu bar being drawn transparent.

	  Fixed a bug when replacing text in all open files.

	  Support for case insensitive languages in syntax hilighting.

2003-01-18 12:00  angel

	* AUTHORS, COPYING, README, makefile, makefile.depend, mp.ico,
	  mp.reg, mp_core.c, mp_core.h, mp_iface.c, mp_iface.h,
	  mp_msg_en.h, mp_msg_es.h, mp_res.h, mp_res.rc, mp_synhi.c,
	  mp_synhi.h, mp_video.h, mpv_curses.c, mpv_gtk.c, mpv_win32.c:
	   - New transparency support, for X terminal emulators that
	     support transparent / bitmapped backgrounds.
	   - All occurrences of strcpy() has been changed to strncpy().
	   - If an unnamed new text exists when the user presses F5
	     (or selects 'New' from the menu), it will be made
	     active instead of creating another empty one.
	   - Ctrl-O now shows the list of currently open files.
	   - CVS Import.

2003-01-18 12:00  angel

	* AUTHORS, COPYING, Changelog, README, makefile, makefile.depend,
	  mp.ico, mp.reg, mp_core.c, mp_core.h, mp_iface.c, mp_iface.h,
	  mp_msg_en.h, mp_msg_es.h, mp_res.h, mp_res.rc, mp_synhi.c,
	  mp_synhi.h, mp_video.h, mpv_curses.c, mpv_gtk.c, mpv_win32.c:
	  Initial revision

2003-01-18 12:00  angel

	* Changelog: New transparency support, for X terminal emulators
	  that support transparent / bitmapped backgrounds.

	  All occurrences of strcpy() has been changed to strncpy().

	  If an unnamed new text exists when the user presses F5 (or selects
	  'New' from the menu), it will be made active instead of creating
	  another empty one.

	  Ctrl-O now shows the list of currently open files.

	  CVS Import.

