2011-06-25 10:48  boekholt

	* email/email.sl: removed misplaced parentheses that break email.sl
	  in slang 2.2 (should fix debian bug 626412)

2011-01-01 22:01  milde

	* cua/cua.sl: Fix assignment of forward/backward_paragraph().

2010-12-08 13:05  milde

	* rst/rst.sl: XHTML (html4_strict) and XeTeX export.

2010-12-08 12:54  milde

	* pymode/pymode.sl: py_untab() restores point, adapt to 2.6 doc
	  paths

2010-12-08 12:51  milde

	* listing/listing.sl: * list_concat() -> list_extend() (matching
	  datutils 2.3)

2010-12-08 12:49  milde

	* datutils/datutils.sl: name list_concat() to list_extend() (clash
	  with S-Lang >= 2.2.3

2010-01-19 14:27  milde

	* ch_table/ch_table.sl: Fix ct_describe_character() before "holes"
	  in Unicode.

2010-01-18 15:02  milde

	* ch_table/ch_table.sl: 2.6   Make combining chars visible by NBSP
	  as base char.

2009-12-09 21:26  milde

	* ch_table/ch_table.sl: fix missing quotation mark

2009-12-09 00:07  milde

	* rst/: rst.sl, rst-outline.sl: care for the changed require()
	  behaviour in Jed 0.99.19

2009-12-09 00:00  milde

	* diffmode/diffmode.sl: adapt to the changed require() behaviour in
	  Jed 0.99.19

2009-12-08 23:54  milde

	* listing/listing.sl, bufutils/bufutils.sl, ch_table/ch_table.sl,
	  ding/ding.sl, filelist/filelist.sl, gnuplot/gnuplot.sl: Care for
	  the changed require() behaviour in Jed 0.99.19

	  Bugfix commit: overwriting the function with a private version
	  works in Python but not in S-Lang.

2009-11-20 21:04  milde

	* README, README.html, bufutils/bufutils.sl, diffmode/diffmode.sl,
	  ding/ding.sl, filelist/filelist.sl, gnuplot/gnuplot.sl,
	  listing/listing.sl, rst/rst.sl: Care for the changed require()
	  behaviour in Jed 0.99.19

2009-10-05 16:37  milde

	* datutils/datutils.sl: fix fallback defs of __push_list(),
	  __pop_list()

2009-10-05 15:02  milde

	* svn/svn.sl: * fixed autoloads

2009-10-05 15:02  milde

	* pylit/pylit.sl: fix autoloads

2009-10-05 15:01  milde

	* diffmode/diffmode.sl: fix autoloads (requires bufutils)

2009-10-05 13:57  milde

	* svn/svn.sl: * Moved reopen_file() to bufutils.sl.

2009-10-05 13:56  milde

	* strutils/strutils.sl: 1.7   new: str_unicode_escape().

2009-10-05 13:55  milde

	* navigate/navigate.sl: 1.4   * define named namespace, remove
	  debugging function

2009-10-05 13:54  milde

	* filelist/filelist.sl: 1.8.1 * bugfix: pass name of calling buffer
	  to _open_file()

2009-10-05 13:53  milde

	* cuamisc/cuamisc.sl: 1.6.4 * documentation update for
	  cua_escape_handler()

2009-10-05 13:53  milde

	* ch_table/ch_table.sl: 2.5.4 Insert to original buf after search
	  with "find character".

2009-10-05 13:53  milde

	* bufutils/bufutils.sl: 1.19   New function reopen_file()

2009-10-05 13:51  milde

	* tm/tmtools.sl: return instead of break outside loop

2009-09-04 09:18  milde

	* diffmode/diffmode.sl: prepend buffer_dir to relative source file
	  paths

2009-08-31 12:42  milde

	* svn/svn.sl: BUGFIX: "subtract file" removed the local copy with
	  SVN!

2009-08-02 18:17  boekholt

	* jedscape/jedscape.sl: use keyword1 color for anchors

2009-03-21 17:26  boekholt

	* jedscape/jedscape.sl: downloading binary files didn't work

2009-03-14 16:35  boekholt

	* ispell/: ispell.otl, ispell.sl, ispell_common.sl, ispell_init.sl:
	  undo previous change add support for hunspell

2009-03-07 18:23  boekholt

	* hyperman/hyperman.sl: set MAN_KEEP_FORMATTING=1

2009-02-16 18:29  milde

	* make/make.sl: documentation update.

2009-02-16 18:26  milde

	* listing/listing.sl: 3.1.2 * code cleanup

2009-02-16 18:24  milde

	* libdir/libdir.sl: documentation update

2009-02-16 18:19  milde

	* hyperhelp/help.sl: use UTF-8 encoding

2009-02-16 18:11  milde

	* gnuplot/gnuplot.sl: 1.1.7 clearer names for mode menu entries,
	  gnuplot_view: If no output file defined, call gnuplot_plot,

2009-02-16 17:52  milde

	* ding/ding.sl: 1.5   ding(): an empty string arg triggers an
	  interactive request for a word the same way as no optional arg
	  does, custom var Ding_Case_Search, failsave formatting.

2009-02-16 17:39  milde

	* dictmode/dictmode.sl, dict-backend/dict-cli.sl: minor code
	  cleanup

2009-02-16 17:34  milde

	* diagnose/diagnose.sl: use UTF-8 encoding

2009-02-16 17:32  milde

	* datutils/datutils.sl: fallback defs of __push_list(),
	  __pop_list(), deprecated push_list(), pop2list(), favour literal
	  constructs for array<->list conversion

2009-02-07 12:19  boekholt

	* zip/zip.sl: 'file modified' flag gets set in svn version of JED

2009-01-30 08:43  milde

	* print/: print.sl, simpleprint.sl: rename to simpleprint.sl, as
	  there is another print.sl coming with slsh

2009-01-30 07:56  milde

	* boxquote/boxquote.sl: add boxquote.sl to the Jedmodes repository

2009-01-27 12:34  milde

	* rst/rst.sl: * reset cwd after rst_export()

2009-01-27 12:33  milde

	* unittest/unittest.sl: warn if a test changes the cwd

2009-01-27 12:16  milde

	* unittest/unittest.sl: expand Unittest_Reportfile to absolute path

2009-01-27 11:36  milde

	* unittest/unittest.sl: test_files(): add summary to testreport
	  (with report==1)

2009-01-27 10:51  milde

	* tests/: csvutils-test.sl, cuamark-test.sl, cuamouse-test.sl,
	  datutils-test.sl, ishell-test.sl, listing-test.sl,
	  pymode-test.sl, rst-outline-test.sl, rst-test.sl,
	  structured_text-test.sl, strutils-test.sl, test-browse_url.sl,
	  test-calc.sl, test-console_keys.sl, test-css1.sl,
	  test-dict-cli.sl, test-dict-curl.sl, unittesttest.sl,
	  utf8helper-autoconvert-test.sl, utf8helper-test.sl: Switch to
	  UTF8 encoding for test files, remove obsolete display commands

2009-01-27 10:32  milde

	* browse_url/browse_url.sl: added "www-browser" to
	  Browse_Url_Browser defaults list

2009-01-27 10:27  milde

	* unittest/unittest.sl: new optional argument "report" to
	  test_files(),

2009-01-26 16:50  milde

	* utf8helper/utf8helper.sl: Convert LaTeX inputenc options

2009-01-26 16:50  milde

	* txtutils/txtutils.sl: * documentation example for re_replace()
	  (M. Mahnič)

2009-01-26 16:49  milde

	* diffmode/diffmode.sl: do not hightlight whitespace in first (±)
	  column

2009-01-26 16:32  milde

	* ch_table/ch_table.sl: 2.5.3 Better Fallback if Unicode Data files
	  are missing

2009-01-26 16:10  milde

	* tests/rst-test.sl: disable test_rst_to_pdf in automatic testing

2009-01-26 16:05  milde

	* cuamark/cuamark.sl: .3.2  Work around rxvt-unicode bug (Debian
	  bug #446444)

2009-01-26 14:55  milde

	* folding-keypad-bindings/folding-keypad-bindings.sl: Fix syntax
	  error in test code

2009-01-11 10:28  boekholt

	* rfcview/rfcview.sl: fetch rfc's using curl

2009-01-05 09:48  milde

	* tests/utf8helper-test.sl: utf8helper-test.sl: update and bugfix

2009-01-05 09:25  milde

	* tests/strutils-test.sl: add unit test for strutils.sl

2009-01-05 09:06  milde

	* rst/structured_text.sl: 0.6.2 * add heading underline to
	  paragraph separators

2009-01-05 08:53  milde

	* cuamark/cuamark.sl: Bind Shift_Ins to cua_insert_clipboard(), fix
	  xclip-using functions.

2008-12-22 16:54  boekholt

	* complete/complete.sl: rewritten to use a before_key_hook added
	  functions to generate a completions file for S-Lang and Perl

2008-12-16 19:55  boekholt

	* newsflash/newsflash.sl: tagsoup cleaner didn't work right for
	  utf-8 text don't display the summary (is usually a duplicate of
	  the content)

2008-12-16 08:16  milde

	* strutils/strutils.sl: 1.6.3 bugfix: regexp search uses byte
	  semantics (P. Boekholt)

2008-12-16 08:16  milde

	* rst/rst.sl: * chdir() in rst_export(),

2008-12-16 08:15  milde

	* filter-buffer/filter-buffer.sl: 0.4.3 Fix pcre_fsearch() for utf8
	  multibyte chars (P. Boekholt)

2008-12-16 08:14  milde

	* filelist/filelist.sl: 1.8   * use `trash` cli for deleting (if
	  available and set)

2008-12-16 08:11  milde

	* cuamouse/cuamouse.sl: 1.6.3 * fix `xclip` insertion,

2008-12-16 08:10  milde

	* ch_table/ch_table.sl: 2.5.2 Trim Edit>Char_Table menu

2008-12-14 14:19  boekholt

	* sqlited/sqlited.sl: use slang 2.1 syntax

2008-12-12 08:32  milde

	* pymode/pymode.sl: added missing autoload, new mode-menu item and
	  special output and help modes

2008-11-27 18:30  boekholt

	* dict/dict.sl: 'define' command is now on 'd' like in dictmode

2008-11-25 15:21  milde

	* pylit/pylit.sl: fix typo in message

2008-11-20 17:33  boekholt

	* info/: info.sl, info_look.sl: if node "Top" is not found, try
	  node "top"

2008-11-15 12:04  boekholt

	* fileview/fileview_cmds.sl: use info_reader instead of info_mode

2008-11-06 15:38  milde

	* ch_table/ch_table.sl: 2.5.1 Highlight NamesList.txt,

2008-10-27 18:07  boekholt

	* zip/jedzip.rb: sort the zip entries

2008-10-25 13:30  boekholt

	* zip/: jedzip.rb, zip.sl: zip.sl and jedzip.rb added

2008-10-22 20:28  boekholt

	* info/: info.sl, infomisc.sl: use slang 2.1 syntax

2008-10-21 20:52  boekholt

	* pcre/jedpcre.sl: The search and replace functions didn't work
	  right in utf-8 mode, so these have been dropped.

2008-10-16 21:31  boekholt

	* hyperman/hyperman.sl: pcre_nth_match gebruikt byte semantics

2008-10-11 16:02  boekholt

	* jedscape/jedscape.sl: fixed some problems with the history
	  feature

2008-10-10 19:38  boekholt

	* ruby/ruby.sl: Deep indenting of parentheses levels didn't work
	  right, so parentheses now indent by two spaces. You can make GNU
	  Emacs' indentation compatible by adding "# -*- mode: ruby;
	  ruby-deep-indent-paren: nil -*-" at the top of your source file.

2008-09-20 19:30  boekholt

	* ruby/ruby.sl: tweaked heredoc highlighting and indentation

2008-08-25 15:44  milde

	* utf8helper/utf8helper.sl: name has_invalid_chars() ->
	  utf8helper_find_invalid_char()

2008-08-21 20:50  boekholt

	* rfcview/rfcview.sl: added delim arg to search_path_for_file()

2008-08-21 08:50  milde

	* temabbrv/temabbrv.sl: fix one more search_path_for_file() call

2008-08-20 11:41  milde

	* temabbrv/temabbrv.sl: added delim arg to search_path_for_file()

2008-08-20 11:34  milde

	* po_mode/po_mode.sl: added delim arg to search_path_for_file

2008-08-20 11:25  milde

	* templates/templates.sl: 08-20 add delim arg to
	  search_path_for_file

2008-08-19 15:35  milde

	* folding-keypad-bindings/folding-keypad-bindings.sl,
	  tests/ch_table-test.sl: use UTF8 encoding

2008-08-16 08:39  boekholt

	* jedscape/jedscape.sl: history didn't work right with the Search
	  Engine feature

2008-07-29 16:05  milde

	* ch_table/ch_table.sl: 2.5   Replace Chartable_Blocks_File and
	  Chartable_NameList_File with a common Chartable_Unicode_Data_Dir
	  custom var. Autogess value for Debian defaults if invalid.

2008-07-23 11:17  milde

	* ch_table/ch_table.sl: 2.4.2 better handling of missing
	  NamesList.txt and

2008-07-12 15:45  boekholt

	* ispell/ispell.sl: ispell_offset was wrong when there were no
	  suggestions

2008-07-07 10:59  milde

	* utf8helper/utf8helper.sl: correct typo

2008-07-07 10:58  milde

	* utf8helper/utf8helper.sl: F8Helper_Read_Autoconvert == -2 (warn)
	  setting

2008-07-07 10:55  milde

	* cuamark/cuamark.sl: 1.3.1  Bind Shift_Ins to
	  cua_insert_clipboard(),

2008-06-19 18:26  boekholt

	* ffap/ffap.sl: use 'delim' argument of search_path_for_file()

2008-06-19 17:12  milde

	* cuamouse/cuamouse.sl: 1.6.2 * re-introduce `xclip` workaround for
	  X-selection bug

2008-06-18 17:07  milde

	* tests/: cuamouse-test.sl, rst-outline-test.sl, rst-test.sl,
	  utf8helper-autoconvert-test.sl, utf8helper-test.sl: Update test
	  scripts to Jedmodes 2.4.4 versions of modes

2008-06-18 15:56  milde

	* rst/rst.sl: * line_block()

2008-06-18 15:56  milde

	* filelist/filelist.sl: 1.7.10 * use call_function() instead of
	  runhooks()

2008-06-18 15:55  milde

	* dictmode/dictmode.sl: 0.6.4  use call_function() instead of
	  runhooks()

2008-06-18 15:55  milde

	* bufutils/bufutils.sl: 1.18   New function get_local_var()

2008-05-26 16:45  milde

	* unittest/unittest.sl: gfixes: view_mode() autoload,
	  _Jed_Emulation can be NULL

2008-05-26 16:44  milde

	* filter-buffer/filter-buffer.sl: 0.4.2 move pcre-fold code to
	  pcre-fold.sl, add generic hiding/folding functions

2008-05-25 13:02  boekholt

	* jedscape/jedscape.sl: goto_column_best_try cluttered the stack

2008-05-25 12:48  boekholt

	* jedscape/jedscape.sl: goto_column could cause a 'Buffer is read
	  only' error

2008-05-20 12:31  milde

	* rst/rst.sl: re-enable DFA cache (disabled for testing the last
	  change)

2008-05-20 08:17  milde

	* utf8helper/utf8helper.sl: Fix encoding comment conversion

2008-05-20 08:16  milde

	* rst/rst.sl: one more DFA tweak

2008-05-16 20:46  boekholt

	* jedscape/jedscape.sl: use 'w3m -halfdump' to render the page

2008-05-13 15:25  milde

	* utf8helper/utf8helper.sl: Convert Python (and Emacs) special
	  encoding comment

2008-05-08 19:19  boekholt

	* tar/tar.sl: write tar members in binary mode

2008-05-05 16:31  milde

	* utf8helper/utf8helper.sl: no more dependencies patches by Paul
	  Boekholt:   reset CASE_SEARCH also after failure,
	  strtrans_utf8_to_latin1("") now works,   has_invalid_chars():
	  initialize return value.

2008-05-05 16:30  milde

	* svn/svn.sl: * Use -u option for SVN status (show externally
	  updated files)

2008-05-05 16:30  milde

	* rst/rst.sl: * DFA fix for interpreted text

2008-05-05 16:29  milde

	* recent/recent.sl: * use call_function() instead of runhooks()

2008-05-05 16:28  milde

	* navigate/navigate.sl: 1.3.1 * simplified testing appendix

2008-05-05 16:28  milde

	* make_ini/make_ini.sl: 2.13  * code cleanup, documentation update

2008-05-05 16:27  milde

	* libdir/libdir.sl: libdir initialisation: load ini.slc, ini.sl or
	  pass

2008-05-05 16:21  milde

	* ishell/ishell.sl: * ishell_send_input() send region line-wise,
	  with subsequent lines sent in ishell_insert_output()	 after
	  receiving a response (prompt).    (Please report if this creates
	  problems, e.g. with a    process that does not return a prompt in
	  some cases).	* no CR cleaning by default (define an
	  Ishell_output_filter	 for offending programs or a generic one
	  #ifdef UNIX)

2008-05-05 16:19  milde

	* hyperhelp/help.sl: use call_function() instead of runhooks()

2008-05-05 16:19  milde

	* gnuplot/gnuplot.sl: * gnuplot_help(): filter spurious output *
	  new gnuplot_view(): run gnuplot and open (e.g. *.eps)   output
	  file (if it is defined) with default cmd * mode menu item to
	  browse HTML doc,   (active, if variable Gnuplot_Html_Doc is
	  defined)

2008-05-05 16:17  milde

	* filelist/filelist.sl: * filelist_list_dir(): do not sort empty
	  array * filelist_open_with() bugfix: do not set a default when
	  asking   for cmd to open, as this prevents opening in Jed.  *
	  separate function filelist->get_default_cmd(String filename)

2008-05-05 16:12  milde

	* cuamouse/cuamouse.sl: * use x_insert_selection() in
	  cuamouse_insert()   (os.sl defines it, if it does not exist) *
	  remove `xclip` workaround, as PRIMARY selection   interaction
	  should be ok by now	(but see cuamark.sl for CLIPBOARD selection
	  handling).

2008-05-05 16:11  milde

	* cuamark/cuamark.sl: * X-Clipboard interaction (using xclip)
	  following   http://www.freedesktop.org/standards/clipboards.txt *
	  hack to prevent "inkonsistent key definition error" with
	  rxvt-unicode that defines Key_Shift_Ins as "\e2$" but   uses it
	  internally to paste the CLIPBOARD x-selection

2008-05-05 16:09  milde

	* bufutils/bufutils.sl: reload_buffer(): backup buffer before
	  re-loading

2008-04-21 12:44  milde

	* filter-buffer/filter-buffer.sl: do not load unfinished code from
	  pcre-fold project

2008-04-18 17:19  boekholt

	* ruby/ruby.sl: tweaked heredoc highlighting to support <<"END"
	  constructs

2008-04-05 09:26  boekholt

	* newsflash/newsflash.sl: support xml:base attribute for Atom feeds

2008-04-02 08:38  milde

	* ch_table/ch_table.sl: bugfix in ct_update(): skip lines 1...3,
	  Edit>Char_Tables menu popup for UTF8-enabled Jed, re-order
	  mode-menu, only fit ch-table window if too small (avoids
	  flicker), Add "Musical Symbols" block.  Menu binding for
	  describe_character (under Help) ct_goto_char(): choose from all
	  available chars,  switching unicode table if needed.	"active
	  links" (i.e. goto given char if click on number)

2008-03-22 15:34  boekholt

	* gdbmrecent/gdbmrecent.sl: use slang 2.1 syntax removed dependency
	  on bufutils.sl

2008-03-15 06:57  boekholt

	* dict/dict.sl: now requires slang 2.1 and the iconv module

2008-03-11 15:57  milde

	* folding-keypad-bindings/folding-keypad-bindings.sl: first
	  evaluation version

2008-03-08 12:43  boekholt

	* tar/: tar.sl, tarhook.sl: use run_mode_hooks use
	  open_filter_process

2008-03-07 19:55  boekholt

	* ruby/ruby.sl: tweaked the DFA rules and color_region_hook

2008-02-25 09:21  milde

	* txtutils/txtutils.sl: * update help for newline_indent()

2008-02-24 09:50  boekholt

	* hyperman/hyperman.sl: use run_mode_hooks use slang 2.1 syntax

2008-02-23 08:11  boekholt

	* email/email.sl: use run_mode_hooks()

2008-02-21 14:17  milde

	* ruby/ruby.sl: use run_mode_hooks() instead of runhooks()

2008-02-19 14:26  milde

	* svn/svn.sl: next try to fix vc_commit_finish()

2008-02-19 14:21  milde

	* svn/svn.sl: next try to fix update after commit # --- diese und
	  die folgenden Zeilen werden ignoriert --- Dir:
	  /home/milde/.jed/jedmodes/src/mode/svn/ Files: svn.sl

2008-02-19 13:24  milde

	* svn/svn.sl: fix update after commit

2008-02-19 11:17  milde

	* svn/svn.sl: fix in file_p

2008-02-19 10:28  milde

	* svn/svn.sl: CVS keyword fix

2008-02-19 10:17  milde

	* svn/svn.sl: add CVS keywords for this file bury output buffer
	  after commit (show last line in minibuffer) re-open instead of
	  reload buffers to avoid "file changed on disk" questions

2008-02-06 18:01  milde

	* tests/cuamouse-test.sl: adapt click_in_region_test() to new
	  return values

2008-02-06 16:52  milde

	* svn/svn.sl: bugfixes: diff_filenames holds Integer_Type values,
	  add missing autoloads, get_blocal --> get_blocal_var()

2008-02-06 15:42  milde

	* unittest/unittest.sl: removed (direct) dependency on datutils

2008-02-06 15:36  milde

	* cuamouse/cuamouse.sl: 1.6 * fix swapped args to click_in_region()
		     in cuamouse_left_down_hook()	   * support for
	  scroll-wheel	* button-specific hooks with return values

2008-02-01 19:21  boekholt

	* jedscape/jedscape.sl: use SQLite for bookmarks

2008-02-01 16:24  milde

	* tests/datutils-test.sl: added tests for array()

2008-01-27 23:39  boekholt

	* newsflash/newsflash.sl: removed Content-Type header (it's
	  probably not needed)

2008-01-27 16:26  boekholt

	* rfcview/rfcview.sl: now requires slang 2

2008-01-27 15:26  boekholt

	* newsflash/newsflash.sl: tweaked HTTP headers (John E. Davis) now
	  requires slang 2.1

2008-01-27 11:11  boekholt

	* hyperman/hyperman.sl: use PCRE regexps now requires slang 2

2008-01-26 11:40  boekholt

	* hyperman/hyperman.sl: revision 1.7 reverted the change of 1.6

2008-01-26 11:32  boekholt

	* hyperman/hyperman.sl: improvements to whatis function (G. Milde)
	  improvements to documentation (G. Milde)

2008-01-25 16:09  milde

	* utf8helper/utf8helper.sl: remove dependency on datutils.sl and
	  sl_utils.sl

2008-01-25 09:46  milde

	* uri/services.sl: move services.sl to directory uri/

2008-01-22 13:03  milde

	* rst/rst.sl: remove umlaut

2008-01-22 13:02  milde

	* rst/rst.sl: * made export_cmds static for better testing

2008-01-22 12:07  milde

	* rst/rst-outline.sl: * KP keybindings require x-keydefs

2008-01-22 12:06  milde

	* unittest/unittest.sl: test_files(): better report formatting

2008-01-22 12:05  milde

	* utf8helper/utf8helper.sl: helper fun register_autoconvert_hooks()

2008-01-22 11:31  boekholt

	* ruby/ruby.sl: cleaned up DFA rules

2008-01-21 17:06  milde

	* tests/utf8helper-test.sl: new formatting, "active encoding" ->
	  "native encoding"

2008-01-21 17:04  milde

	* tests/utf8helper-autoconvert-test.sl: Ensure the autoconvert
	  hooks are set New setup logic new testfun for new autoconvert()
	  helper function new testfun for loading a file in native encoding
	  (nothing to do)

2008-01-21 16:59  milde

	* tests/unittesttest.sl: clarify testmessages

2008-01-21 16:59  milde

	* tests/rst-test.sl: test_set_export_cmd in a loop over export_type
	  arguments

2008-01-21 16:56  milde

	* tests/ch_table-test.sl: simpler code, add 2 lines of
	  documentation

2008-01-21 16:48  milde

	* unittest/unittest.sl: Unittest_Skip_Patterns replaced by
	  Unittest_Skip_Pattern, code cleanup, better testreporting

2008-01-21 16:48  milde

	* filelist/filelist.sl: 1.7.8 * fix stack leftovers in
	  filelist_open_file()

2008-01-21 16:47  milde

	* ch_table/ch_table.sl: 2.4   variable upper limit, as unicode has
	  more than 255 chars,

2008-01-21 16:46  milde

	* bufutils/bufutils.sl: 1.17  fit_window(): recenter if window
	  contains whole buffer

2008-01-17 20:27  boekholt

	* ispell/ispell.sl: use Ispell_Program_Name in messages (G. Milde)

2008-01-17 09:45  milde

	* tests/rst-test.sl: "_long suffix" to the testing functions
	  dropped, as set_export_cmd() is no longer slow,

2008-01-16 13:42  milde

	* rst/rst-outline.sl: * bugfix in heading()

2008-01-11 15:44  milde

	* tokenlist/tokenlist.sl: popup_buffer() was used in the wrong
	  place: put it in tkl_display_results()

2008-01-11 15:42  milde

	* sl_utils/sl_utils.sl: 1.5.6 Documentation update for
	  run_function() and get_blocal()

2008-01-11 15:09  milde

	* rst/rst-outline.sl: outsourced from rst.sl

2008-01-11 14:26  milde

	* rst/rst.sl: * section headings: allow for adorning with overline
	  * split outline and section functions to rst-outline.sl *
	  implement Jörg Sommer's fix for DFA under UTF-8

2008-01-11 14:24  milde

	* pylit/pylit.sl: update last-changed date

2008-01-11 14:22  milde

	* pylit/pylit.sl: )

2008-01-11 14:22  milde

	* bufutils/bufutils.sl: 1.16  reload_buffer(): insert disk version,
	  delete content later

2008-01-10 15:37  milde

	* x-keydefs/x-keydefs.sl: documentation formatting

2008-01-07 10:19  milde

	* x-keydefs/x-keydefs.sl: do not change the keystring of the [Esc]
	  key to Key_Escape

2008-01-04 10:51  milde

	* svn/svn.sl: vc_commit_finish() left the window open

2008-01-04 10:29  milde

	* x-keydefs/x-keydefs.sl: bugfix: set default for Key_Esc to
	  "\e\e\e"

2008-01-04 08:24  milde

	* strutils/strutils.sl: 1.6.2 docu fix in strsplit(), max_n not
	  functional yet; bugfix for n_max=0 in str_re_replace()

2008-01-03 14:42  milde

	* svn/svn.sl: bugfix in vc_commit_buffer

2008-01-03 13:40  milde

	* svn/svn.sl: small documentation fixes

2007-12-30 19:58  boekholt

	* email/email.sl: tweaked DFA highlighting to work with flyspell
	  mode (J. Sommer)

2007-12-23 11:48  boekholt

	* sqlited/sqlited.sl: use sqlite_get_array

2007-12-20 12:26  milde

	* hyperhelp/help.sl: add Jörg Sommer's fix for DFA highlight
	  under UTF-8 new highlight rules for keyword and headings

2007-12-20 12:25  milde

	* grep/grep.sl: rename grep->grep_replace_cmd() to
	  grep->replace_cmd() rebind also cua_replace_cmd() to
	  grep->replace_cmd() apply Jörg Sommer's DFA-UTF-8 fix and
	  re-enable highlight

2007-12-20 12:24  milde

	* filter-buffer/filter-buffer.sl: generic (un)folding of blocks;
	  use PCRE regexps; re_fold_buffer()

2007-12-20 12:22  milde

	* filelist/filelist.sl: add Jörg Sommer's fix for DFA highlight
	  under UTF-8

2007-12-20 12:21  milde

	* ding/ding.sl: * ding(): an empty string arg triggers an
	  interactive request for a word the same way as no optional arg
	  does.  * custom var Ding_Case_Search, * failsave formatting.

2007-12-20 12:19  milde

	* diffmode/diffmode.sl: use standard color-name
	  'trailing_whitespace', implement Jörg Sommer's fix for DFA
	  highlight under UTF-8

2007-12-20 12:18  milde

	* cuamouse/cuamouse.sl: formatting documentation

2007-12-20 12:16  milde

	* ch_table/ch_table.sl: implement Jörg Sommer's fix for DFA
	  highlight under UTF-8

2007-12-19 09:43  milde

	* gnuplot/gnuplot.sl: 1.1.5 fixed view_mode() autoload

2007-12-18 15:30  milde

	* svn/svn.sl: * New functions: vc_subtract_selected(),
	  vc_delete_selected, vc_commit_dir() * remove spurious arg in
	  vc_commit_finish() * bugfixes in marking and committing

2007-12-15 10:20  boekholt

	* ruby/ruby.sl: the color_region_hook broke query_replace regexp
	  indent "else if" block by two levels

2007-12-13 11:41  boekholt

	* ffap/ffap.sl: try to parse "file:line number" (G. Milde)

2007-12-12 12:01  boekholt

	* hyperman/hyperman.sl: updated for bufutils 1.15 (G. Milde)

2007-12-12 11:57  boekholt

	* pcre/jedpcre.sl: pcre_match isn't needed (G. Milde)

2007-12-12 11:10  milde

	* sl_utils/sl_utils.sl: Documentation update for run_function()

2007-12-12 11:03  milde

	* dictmode/dictmode.sl: optional extensions with #if ( )

2007-12-11 16:32  milde

	* txtutils/txtutils.sl: * new function re_replace()

2007-12-11 16:31  milde

	* ishell/ishell.sl: new output_placement "l": Log (input and
	  output) in outbuf

2007-12-11 16:22  milde

	* svn/svn.sl: * Key_Ins selects and moves down one line *
	  vc_list_dir() did open a buffer even if dir not under vc * basic
	  support for SVK (http://svk.bestpractical.com/) * edit
	  log-message in a dedicated buffer * after commit, update all
	  buffers that changed on disk

2007-12-11 15:07  milde

	* tests/: test-csvutils.sl, test-ishell.sl: remove obsolete
	  procedural tests (test-*.sl replaced by *-test.sl)

2007-12-11 14:57  milde

	* tests/: csvutils-test.sl, cuamouse-test.sl, ishell-test.sl:
	  csvutils-test.sl: fix change date ishell-test.sl: test
	  availability of public functions, code cleanup cuamouse-test.sl:
	  add changelog

2007-12-09 12:51  boekholt

	* ruby/ruby.sl: use wherefirst instead of any use list2array if
	  __push_list isn't defined

2007-12-09 11:01  boekholt

	* email/email.sl: Added Joerg Sommer's DFA fix for utf-8

2007-12-08 08:24  boekholt

	* cal/: cal.otl, cal.sl, calendar.sl, diary.sl: added calendar.sl
	  added DFA fix for utf-8 (Joerg Sommer) cal now requires slang 2

2007-12-07 17:57  boekholt

	* ispell/flyspell.sl: use DFA even in utf-8 mode added Joerg
	  Sommer's DFA rule to fix display in utf-8'

2007-12-07 17:07  milde

	* tests/: ch_table-test.sl, test-ch_table.sl: remove obsolete
	  procedural test file

2007-12-07 15:51  milde

	* tests/: ch_table-lat1-decimal.txt, ch_table-test.sl,
	  ch_table-utf8-decimal.txt, csvutils-test.sl, cuamark-test.sl,
	  cuamouse-test.sl, datutils-test.sl, ishell-test.sl,
	  listing-test.sl, pymode-test.sl, rst-outline-test.sl,
	  rst-test.sl, structured_text-test.sl, test-browse_url.sl,
	  test-calc.sl, test-ch_table.sl, test-console_keys.sl,
	  test-css1.sl, test-csvutils.sl, test-dict-cli.sl,
	  test-dict-curl.sl, test-ishell.sl, unittesttest.sl,
	  utf8helper-autoconvert-test.sl, utf8helper-test.sl: Unit tests
	  for some of the jedmodes modes.  Work in progress, some test are
	  only partial.  Needs the unittest.sl mode.

2007-12-05 11:32  milde

	* pymode/pymode.sl: - implement Jörg Sommer's fix for DFA
	  highlight under UTF-8

2007-12-04 19:32  boekholt

	* ruby/ruby.sl: added Joerg's workaround for DFA bug in utf-8
	  tweaked the heredoc highlighting

2007-12-01 09:34  boekholt

	* newsflash/newsflash.sl: use sqlite_get_array() instead of
	  sqlite_get_table()

2007-11-27 20:57  boekholt

	* ruby/ruby.sl: added heredoc support (experimental) tweaked the
	  indentation and DFA rules

2007-11-25 18:39  boekholt

	* ispell/: flyspell.sl, ispell.otl: Always turn DFA off if a blocal
	  flyspell_syntax_table is set

2007-11-23 12:20  milde

	* cuamark/cuamark.sl: cua_insert_clipboard(): make insertion
	  visible by updating

2007-11-18 16:21  boekholt

	* ispell/: flyspell.sl, ispell.sl: more informative error message
	  if ispell can't be run

2007-11-15 17:35  milde

	* rst/rst.sl: custom colors, re-enable dfa cache

2007-11-13 14:28  milde

	* rst/rst.sl: * rewrite syntax highlight rules with ""$ string
	  replacement (Attention! can lead to segfaults with older, buggy
	  S-Lang versions: update S-Lang or downgrade rst.sl)

2007-11-06 12:21  milde

	* rst/rst.sl: * highlight simple table rules

2007-11-02 17:13  boekholt

	* ruby/ruby.sl: rewrote some of the indentation and keybindings
	  code

2007-10-27 18:04  boekholt

	* ruby/ruby.sl: improved the DFA syntax rules

2007-10-23 11:03  milde

	* cua/cua.sl: use cua_replace_cmd() (needs cuamisc.sl >= 1.6.3)

2007-10-23 11:00  milde

	* rst/rst.sl: Add admonitions popup to the Directives menu, use
	  hard-coded TAB in non-expanded (R) syntax rules, add '.' to chars
	  allowed in crossreference marks

2007-10-23 10:59  milde

	* make_ini/make_ini.sl: documentation update, create DFA cache
	  files

2007-10-23 10:57  milde

	* grep/grep.sl: no DFA highlight cache (it's just one rule)

2007-10-23 10:54  milde

	* filelist/filelist.sl:  1.7.7 * no DFA highlight caching

2007-10-23 10:43  milde

	* diffmode/diffmode.sl: switch on highlight caching

2007-10-23 10:42  milde

	* cuamouse/cuamouse.sl: provide("mouse") as mouse.sl does not do so

2007-10-23 10:41  milde

	* cuamisc/cuamisc.sl: new fun cua_replace_cmd()

2007-10-23 10:39  milde

	* ch_table/ch_table.sl: do not cache the dfa highlight table

2007-10-21 20:49  boekholt

	* ruby/ruby.sl: fixed two bugs in the indentation

2007-10-18 19:56  milde

	* rst/rst.sl: make rst_list_routines_extract static

2007-10-18 19:53  milde

	* datutils/datutils.sl: fix array_value_exists() for Any_Type
	  arrays, documentation update

2007-10-18 18:48  milde

	* tokenlist/tokenlist.sl: fix opional use of popup_buffer()

2007-10-18 17:18  milde

	* hyperhelp/help.sl: re-introduce the sprint_variable() autoload

2007-10-18 16:09  milde

	* libdir/libdir.sl: add|append doc-file to doc_files list

2007-10-18 12:08  milde

	* tokenlist/tokenlist.sl: help text for public functions

2007-10-18 11:42  milde

	* svn/svn.sl: vc_add_dir(): Non-recursive also under SVN

2007-10-18 11:41  milde

	* cua/cua.sl: optional extensions with #if ( )

2007-10-18 11:36  milde

	* ch_table/ch_table.sl: code cleanup

2007-10-18 10:23  milde

	* tokenlist/tokenlist.sl: fix optional use of popup_buffer if
	  bufutils.sl is present

2007-10-18 10:20  milde

	* rst/rst.sl: update to work with tokenlist.sl newer than
	  2007-05-09

2007-10-15 10:42  milde

	* hyperhelp/help.sl: reenable DFA for utf-8 as help normally has no
	  multibyte chars

2007-10-04 18:17  boekholt

	* dict/dict.sl: now requires slang 2.0.7

2007-10-04 14:42  milde

	* hyperhelp/help.sl: [no log message]

2007-10-02 12:04  milde

	* ishell/ishell.sl: fix documentation typos

2007-10-02 10:47  milde

	* apsmode/apsmode.sl: <INITIALIZATION> bugfix

2007-10-01 17:49  milde

	* svn/svn.sl: bugfix (missing variable declaration)

2007-10-01 17:12  milde

	* tokenlist/tokenlist.sl: autoload bufutils.sl if present

2007-10-01 16:59  milde

	* diffmode/diffmode.sl, filelist/filelist.sl, hyperhelp/help.sl,
	  make_ini/make_ini.sl: optional extensions with #if ( )

2007-09-29 20:54  boekholt

	* ispell/: ispell.otl, ispell_common.sl, ispell_init.sl: added an
	  aspell_add_dictionary() function use aspell by default if it's
	  installed

2007-09-24 12:26  milde

	* utf8helper/utf8helper.sl: latin1_to_utf8(): did not convert two
	  (or more) high-bit chars in a row in non-UTF8 mode.

2007-09-24 11:49  milde

	* utf8helper/utf8helper.sl: bugfix in utf8_to_latin1() (report P.
	  Boekholt).

2007-09-21 12:20  milde

	* rst/structured_text.sl: fix Text_List_Patterns

2007-09-21 09:33  milde

	* view/view.sl:  bugfix in enable_edit(): fall back to no_mode().

2007-09-20 16:54  milde

	* filter-buffer/filter-buffer.sl: copy_visible_lines() now works
	  also for readonly buffers

2007-09-20 16:53  milde

	* ding/ding.sl: reset blocal var "encoding" with buffer re-use

2007-09-20 16:52  milde

	* utf8helper/utf8helper.sl: convert region instead of buffer if
	  visible region is defined

2007-09-18 21:08  boekholt

	* gdbmrecent/gdbmrecent.sl: the open_hook was broken by a change in
	  sscanf in S-Lang 2.1.1

2007-09-15 08:18  boekholt

	* sqlited/sqlited.sl: new functions sqlited_table() and
	  sqlited_view() for opening a sqlited table or view from another
	  mode

2007-09-08 18:08  boekholt

	* tm/tm.sed: added some new tm macros

2007-09-06 22:17  boekholt

	* ruby/ruby.sl: modernized the code a bit fixed a few bugs

2007-09-03 15:26  milde

	* diffmode/diffmode.sl: highlight trailing whitespace; bugfixes
	  after report by P. Boekholt

2007-09-03 13:20  milde

	* cua/cua.sl: bind eol() instead of eol_cmd() to Key_End

2007-09-01 13:34  boekholt

	* newsflash/newsflash.sl: use placeholders in sqlite commands

2007-08-31 13:10  milde

	* filter-buffer/filter-buffer.sl: bugfix in delete_hidden_lines()
	  (J. Sommer, GM)

2007-08-02 08:56  milde

	* svn/svn.sl: Revised layout and hotkeys of vc and vc_list_mode
	  menu

2007-07-27 16:25  milde

	* diffmode/diffmode.sl: bugfix in diff_juimp_to()

2007-07-26 16:06  milde

	* utf8helper/utf8helper.sl: utf8helper_read_hook(): reset
	  buffer_modified_flag

2007-07-25 16:57  milde

	* utf8helper/utf8helper.sl: customizable activation of hooks

2007-07-25 16:53  milde

	* x-keydefs/x-keydefs.sl: renamed set_keyvar() to _keystr()

2007-07-25 16:52  milde

	* unittest/unittest.sl: added test_unequal()

2007-07-24 10:03  milde

	* svn/svn.sl: adapt to SVN 1.4 entries file format

2007-07-24 09:47  milde

	* diffmode/diffmode.sl: bugfix in diff_buffer, documentation fix

2007-07-23 16:05  milde

	* ding/ding.sl: convert iso-latin1 <-> UTF-8 if not in UTF-8 mode.

2007-07-23 15:16  milde

	* utf8helper/utf8helper.sl: first public version

2007-07-23 13:40  milde

	* diffmode/: diffmode.sl, treemode.sl: first publication on
	  jedmodes

2007-07-23 11:40  milde

	* svn/svn.sl: Set default of SVN_set_reserved_keybindings to 0 to
	  prevent clashes with mode-specific bindings, code reorganisation,
	  Mode menu for listings, Removed SVN_help: Keybindings are shown
	  in mode menu

2007-07-23 11:37  milde

	* rst/rst.sl: rename section_markup() to section_header(), allow
	  integer arguments (section level), new functions rst_view() and
	  rst_view_html(), rst_view_pdf, rst_view_latex obsoleting
	  rst_browse()

2007-07-02 18:18  milde

	* rst/structured_text.sl: rename line_is_empty() -> line_is_blank,
	  as it may contain whitespace new function st_format_paragraph()
	  with correct formatting of multi-line list-items relax
	  match-requirement in line_is_list to allow UTF-8 multi-byte chars
	  in Text_List_Patterns.  (request Joerg Sommer)

2007-06-21 11:33  milde

	* pymode/pymode.sl: add autoload for fit_window()

2007-06-09 14:45  boekholt

	* jedscape/jedscape.sl: gettext is now optional xml and atom
	  content types can now be opened in newsflash

2007-06-06 15:16  milde

	* view/view.sl: view_mode: folding_mode() -> fold_mode() to respect
	  the setting of `Fold_Mode_Ok without asking. Moved definition of
	  set_view_mode_if_readonly() to Customization documentation.

2007-06-03 12:37  boekholt

	* hyperman/hyperman.sl: moved 'require' above 'implements' to fix
	  namespace issue fixed some problems with the bold and italic
	  markers - I can't test this since man doesn't give me any in Etch
	  - see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340673 The
	  next version will probably use DFA highlighting again.

2007-05-31 17:24  milde

	* hyperhelp/help.sl: bugfix in where_is(), removed spurious line

2007-05-31 14:35  milde

	* ch_table/ch_table.sl: bugfix in ct_update: did mark too much if
	  at eol, disable dfa syntax highlighting in UTF8 mode to make
	  ch_table.sl UTF8 safe, documentation for public functions.

2007-05-31 10:57  milde

	* cuamisc/cuamisc.sl: fix documentation of jbol()

2007-05-25 15:56  milde

	* svn/svn.sl: Use buffer_dirname() instead of getcwd() as default
	  for project directory

2007-05-25 15:55  milde

	* strutils/strutils.sl: optimised str_re_replace() by Paul Boekholt

2007-05-25 15:50  milde

	* pymode/pymode.sl: [no log message]

2007-05-25 15:48  milde

	* filelist/filelist.sl: bugfix in filelist_open_file()

2007-05-16 09:34  milde

	* svn/svn.sl: require_buffer_dir_in_svn() now also returns
	  "entries" dir as its path differs between CVS and SVN

2007-05-14 11:34  milde

	* txtutils/txtutils.sl: documentation update, insert_block_markup()
	  inserts newline if region|word, doesnot start at bol

2007-05-14 11:33  milde

	* rst/rst.sl: removed leading \n from Markup_Tags, simplified dfa
	  rules using ""R string suffix, rst_levels: use String_Type
	  instead of list

2007-05-14 11:31  milde

	* pymode/pymode.sl: simplified browse_pydoc_server(), added info
	  about DFA syntax highlight to pymode_hook doc

2007-05-14 11:22  milde

	* ishell/ishell.sl: cleanup in ishell()

2007-05-14 11:15  milde

	* cuamisc/cuamisc.sl: removed ``add_completion("cua_save_as")``,
	  added Joergs Sommers jbol()

2007-05-13 10:29  boekholt

	* bufed/: bufed.sl, bufed_srch.sl: improved error handling with
	  try-catch semantics search_tagged and replace_tagged functions
	  are now static

2007-05-11 18:47  milde

	* hyperhelp/help.sl: edited help_string, removed use of
	  prompt_for_argument(), fix in help_search(), handle
	  "namespace->object" notation

2007-05-11 11:40  milde

	* bufutils/bufutils.sl: run_local_function(): try mode-info also
	  with normalized_modename(), use mode_info instead of global var
	  for help_message()

2007-05-10 22:25  boekholt

	* newsflash/newsflash.sl: links didn't work in Atom feeds autoload
	  for browse_url was missing provide was missing

2007-05-10 08:57  milde

	* strutils/strutils.sl: new function strsplit()

2007-05-09 10:01  manicm

	* tokenlist/tokenlist.sl: version change

2007-05-09 09:51  manicm

	* tokenlist/: tkl-modes.sl, tokenlist.sl, tokenlist_sl.html: -
	  renamed list_regex -> list_regexp - removed the old list_routines
	  interface. Use _list_routines_setup.	- added "construcotr"
	  New_Tokenlist_Operation_Type

2007-05-08 17:13  manicm

	* tokenlist/tokenlist.sl: moccur comment

2007-05-08 17:03  manicm

	* tokenlist/tokenlist.sl: no message

2007-05-04 17:37  milde

	* svn/svn.sl: Support both SVN and CVS

2007-05-04 17:06  milde

	* pylit/pylit.sl: literate version

2007-05-02 09:14  milde

	* filelist/filelist.sl: documentation update

2007-04-30 18:45  milde

	* svn/svn.sl: syntax highlight (DFA) in directory listing,
	  auto-determine if cvs or svn is used (check for .SVN or .svn
	  dir), fit_window() for popup buffers

2007-04-27 16:11  milde

	* svn/svn.sl: bugfix: wrong namespace name

2007-04-27 11:25  milde

	* svn/svn.sl: %   * <INITIALIZATION> block replacing the evaluation
	  of svn.sl at startup %   * bugfix: return to directory listing
	  before postprocessing %   * use popup_buffer instead of pop2buf:
	  %	- closing with close_buffer() closes the window as well %
	  (if it wasn't open before).

2007-04-27 11:23  milde

	* svn/svn.sl: Juho Snellman's cvs mode with svn patch

2007-04-23 13:51  milde

	* filelist/filelist.sl: filelist_view_file(): never close calling
	  filelist

2007-04-21 12:27  boekholt

	* ispell/: flyspell.sl, ispell.otl, ispell.sl, ispell_common.sl,
	  ispell_init.sl, look.sl, vispell.sl: now requires slang 2

2007-04-19 12:42  milde

	* listing/listing.sl: added a "Save Listing" entry to the mode menu

2007-04-19 12:34  milde

	* grep/grep.sl: mini doc edit

2007-04-19 11:57  milde

	* grep/grep.sl: added mode menu and more Customisation hints

2007-04-18 16:41  milde

	* filelist/filelist.sl: filelist_open_file() improvements,
	  filelist_open_in_otherwindow() (request by Lechee Lai)

2007-04-18 16:04  milde

	* bufutils/bufutils.sl: new function run_local_function() (used in
	  help.sl), example for "Fit Window" menu entry, TODO: (should this
	  become an INITIALIZATION block?)

2007-04-18 15:39  milde

	* tokenlist/tokenlist.sl: non-maintainer upload with bugfix in
	  tkl_list_tokens() preventing an infinite loop if there is a match
	  on the last line of a buffer

2007-04-18 15:26  milde

	* ruby/ruby.sl: added "public" to ruby_mode definition

2007-04-17 13:21  milde

	* listing/listing.sl: removed the dired-style Key_BS binding
	  (tag&up) as this overrides the default (page_up) of the basic
	  "view" mode

2007-04-17 12:03  milde

	* ding/ding.sl: replaced custom variable Wordlists with private one
	  and auxiliary function ding->add_dictionary Documentation update,
	  cleanup, bugfixes: Case sensitivity, Ding_Dictionary

2007-04-16 14:51  milde

	* ding/ding.sl: bugfix in Ding_Wordlists initialization

2007-04-16 10:35  milde

	* filelist/filelist.sl: Changed the keybinding for (i)search from
	  '^S' to 's' to match the one in tokenlist and keep the original
	  '^S'.

2007-04-16 10:11  milde

	* ding/ding.sl: renamed Wordlists -> Ding_Wordlists, error message,
	  if no dictionaries found

2007-04-09 14:05  boekholt

	* ffap/ffap.sl, rimini/rimini.sl: fixed a few bugs in ffap.sl and
	  rimini.sl

2007-03-30 15:19  milde

	* rst/rst.sl: unit tests and fixes

2007-03-10 13:50  manicm

	* m_history/history.sl: bugfix: save_history_at_exit sometimes
	  prevented exiting jed (pboekholt)

2007-03-07 11:40  milde

	* numbuf/numbuf.sl: patches by Sangoi Dino Leonardo:
	  number_buffer() and Numbered_Buffer_List made private, fix
	  message in goto_numbered_buffer(n)

2007-03-07 09:25  milde

	* numbuf/numbuf.sl: numbuf_menu_callback() depended on
	  Global.sw2buf() from bufutils. Report Sangoi Dino Leonardo

2007-03-01 18:23  boekholt

	* newsflash/newsflash.sl: fixed a few issues

2007-02-26 13:28  milde

	* rst/rst.sl: new Rst2Pdf_Cmd

2007-02-23 14:03  milde

	* grep/grep.sl: bugfix: grep() did recursive grep for empty
	  basename in grep pattern

2007-02-21 11:32  manicm

	* brief/briefmsc.sl: public declarations removed since the
	  functions are specific to BRIEF emulation and should not be
	  loaded at startup (via make_ini).  If needed, they can still be
	  autoloaded from jedrc.

2007-02-15 12:01  manicm

	* m_history/mini.sl: added a TODO comment

2007-02-14 14:33  manicm

	* m_history/mini.sl: exit_mini was not called on empty entries

2007-02-14 12:33  manicm

	* m_history/: hist-cls.sl, history.sl, mini.sl: no message

2007-02-11 11:54  manicm

	* brief/: brief.sl, briefmsc.sl: functions moved from brief.sl to
	  briefmsc.sl functions marked public and scarsely documented

2007-02-10 18:11  manicm

	* tokenlist/tokenlist.sl: fixed a while loop followed by else (new
	  in slang 2.1)

2007-02-07 18:59  boekholt

	* gdbmrecent/gdbmrecent.sl: forgot to apply the exit_hook fix

2007-02-07 10:14  milde

	* ruby/ruby.sl: new upload to jedmodes

2007-02-06 19:08  boekholt

	* gdbmrecent/gdbmrecent.sl: Missing requires added (Rafael
	  Laboissiere) exit_hook() left garbage on the stack (Rafael
	  Laboissiere) Requires S-Lang 2

2007-02-06 13:03  milde

	* pylit/pylit.sl: call rst_mode() if the output buffer is text

2007-02-06 13:00  milde

	* rst/rst.sl: Removed Rst2*_Options custom variables, PDF export,
	  small additions and fixes

2007-02-06 11:52  milde

	* datutils/datutils.sl: new function list_inject(), new versions of
	  assoc_get_key() and array_sum() (JED)

2007-02-06 11:50  milde

	* unittest/unittest.sl: removed _lists_equal() and is_equal(),
	  using _eqs() instead

2007-02-06 10:55  milde

	* pymode/pymode.sl: use sprintf() instead of ""$ for `outbuf`
	  string in py_exec()

2007-01-28 13:40  boekholt

	* info/: info.sl, info_look.sl, infomisc.sl, treemode.sl: info now
	  requires slang 2 info_mode() renamed to info_reader()

2007-01-24 17:26  milde

	* pylit/pylit.sl: bugfix in pylit_check()

2007-01-23 15:13  milde

	* pylit/pylit.sl: first public release

2007-01-23 10:54  milde

	* css1/css1.sl: bugfix in call to run_mode_hooks(), comments with
	  comments.sl

2007-01-15 16:11  milde

	* strutils/strutils.sl: bugfix in str_re_replace_all() by M.
	  Johansen

2007-01-15 11:35  milde

	* pymode/pymode.sl: various bugfixes and extensions

2007-01-15 09:46  milde

	* strutils/strutils.sl: added str_re_replace_by_line() after a
	  report by Morten Bo Johansen that str_re_replace_all is dead slow
	  for large strings.

2006-12-20 12:53  manicm

	* tokenlist/: tokenlist.sl, tokenlist_sl.html: documentation
	  updated removed the first call to tokenlist_routine_setup_hook

2006-12-19 20:18  manicm

	* tokenlist/: tkl-modes.sl, tokenlist.sl: - hook for delayed and
	  customizable loading of tkl-modes.sl

	  - INITIALIZATION section (for make_ini() or manual copy to
	  .jedrc) - tm documentation for TokenList_Startup_Mode - changed
	  the interface to use _list_routines_setup

2006-12-12 15:26  milde

	* datutils/datutils.sl: new function list_inject(), new versions of
	  assoc_get_key() and array_sum() (JED)

2006-12-02 12:55  boekholt

	* newsflash/newsflash.sl: RRS/Atom reader.

2006-11-28 18:19  milde

	* rst/rst.sl: use do_shell_cmd() for error redirection

2006-11-28 18:10  milde

	* rst/rst.sl: Drop the .py ending from the Rst2* custom variables
	  defaults

2006-11-27 17:33  milde

	* datutils/datutils.sl: removed array_reverse()

2006-11-23 17:51  milde

	* pymode/pymode.sl: major code cleanup and many bugfixes after
	  unit-testing

2006-11-23 14:37  milde

	* ishell/ishell.sl: bugfix in shell_cmd_on_region_or_buffer()

2006-11-23 12:24  milde

	* bufutils/bufutils.sl: bugfix in reload_buffer(): reset "changed
	  on disk" flag before erasing buffer (to prevent asking befor
	  edit)

2006-11-10 16:39  milde

	* ishell/ishell.sl: shell_cmd_on_region_or_buffer() now saves the
	  buffer to a temporary file if there is no file associated to the
	  buffer (and no visible region)

2006-11-10 15:38  milde

	* txtutils/txtutils.sl: bugfix: indent_region_or_line() did not
	  indent a regions last line

2006-10-23 11:29  milde

	* bufutils/bufutils.sl: bugfix in bufsubfile() by Paul Boekholt
	  "\\/ " specifies a character class /

2006-10-21 19:56  boekholt

	* info/info.sl: "\\?" was an invalid character class

2006-10-09 15:17  milde

	* ishell/ishell.sl: [no log message]

2006-10-08 16:45  boekholt

	* jedscape/jedscape.sl: fixed a few bugs

2006-10-06 08:47  milde

	* listing/listing.sl: use the new (SLang2) "list" datatype

2006-10-05 17:29  milde

	* unittest/testscript-wizard.sl: added experimental
	  testscript-wizard

2006-10-05 17:21  milde

	* unittest/unittest.sl: added requirements

2006-10-05 17:15  milde

	* cuamouse/cuamouse.sl: bugfixes after testing, use mark_word()
	  from txtutils.sl (new dependency!)

2006-10-05 15:18  milde

	* ch_table/ch_table.sl: bugfix in ct_insert_and_close(), return to
	  calling buf

2006-10-05 14:44  milde

	* csvutils/csvutils.sl: replaced spaces2tab with an optional arg to
	  buffer_compress

2006-10-04 15:30  milde

	* ishell/ishell.sl: bugfix in shell_command: set_readonly(1) before
	  writing

2006-10-04 10:19  milde

	* txtutils/txtutils.sl: fix spurious spot in
	  indent_region_or_line()

2006-10-04 10:14  milde

	* sprint_var/sprint_var.sl: bugfix in sprint_list()

2006-10-04 10:06  milde

	* ishell/ishell.sl: shell_cmd_on_region_or_buffer: use bufsubfile()
	  only if *visible* mark is set

2006-10-04 10:03  milde

	* datutils/datutils.sl: added list_concat()

2006-10-04 10:00  milde

	* bufutils/bufutils.sl: bufsubfile() uses make_tmp_file(),
	  documentation update

2006-10-03 12:23  boekholt

	* rimini/rimini.sl: [no log message]

2006-09-30 09:36  boekholt

	* server/server.sl: editing server.  Uses the emacsserver and
	  emacsclient programs.

2006-09-29 20:25  boekholt

	* jedscape/jedscape.sl: url_file variable no longer includes the
	  host part added jedscape_curlopt_hook

2006-09-29 17:41  milde

	* pymode/pymode.sl: bugfix and update, still not tested

2006-09-29 17:38  milde

	* unittest/unittest.sl: test discovery analogue to the python nose
	  test framework

2006-09-28 20:40  boekholt

	* email/email.sl: Fixed DFA highlighting in UTF-8
	  implements("email") won't let me
	  autoload("email->requote_buffer") requote_buffer left point on
	  the previous line if it was at bol

2006-09-28 17:11  boekholt

	* dict-backend/dict-curl.sl: Removed quoting of multi word keywords
	  again (is not needed and does not work in curl 7.15)

2006-09-27 09:53  boekholt

	* dict-backend/dict-curl.sl: removed dollar strings (cause
	  segfaults in slang 2.0.6 fixed lookup of multiword terms

2006-09-26 15:04  milde

	* dictmode/dictmode.sl: bugfix for {multi word keywords} (report
	  Paul Boekholt)

2006-09-26 11:56  milde

	* dictmode/dictmode.sl: bugfix for {multi word keywords} (Paul
	  Boekholt)

2006-09-25 17:55  milde

	* dict-backend/dict-cli.sl: use do_shell_cmd() for error
	  redirection

2006-09-22 18:36  milde

	* grep/grep.sl: removed spurious debug output (report P Boekholt)

2006-09-21 17:49  milde

	* hyperhelp/help.sl: patches by P. Boekholt and J. Sommer

2006-09-20 11:38  milde

	* grep/grep.sl: grep_fsearch() did not find matches right after the
	  colon

2006-09-16 20:38  boekholt

	* pcre/: jedpcre.sl, pcre.sl: renamed pcre.sl to jedpcre.sl

2006-09-15 15:49  milde

	* pymode/pymode.sl: first version at jedmodes

2006-09-14 10:20  milde

	* txtutils/txtutils.sl: New function newline_indent() (fix pasting
	  in x-terminal)

2006-09-07 18:06  milde

	* hyperhelp/help.sl: Added Slang 2 keywords for exception handling,
	  fix help-string for internal functions, fix help_display_list()

2006-08-22 08:13  boekholt

	* sqlited/sqlited.sl: SQLite administration mode

2006-08-14 18:02  milde

	* rst/: rst.sl, structured_text.sl: bugfix: rename text_mode_hook()
	  to structured_text_hook() to avoid name clashes.

2006-07-30 15:30  boekholt

	* jedscape/jedscape.sl: removed dollar strings (they're buggy in
	  some versions of S-Lang) downloading was messing up the history
	  and other settings

2006-07-20 11:21  milde

	* cuamark/cuamark.sl: bugfix: cua_insert_clipboard() returned a
	  value; removed call to cuamark_hook(); removed CuaCopyToClipboard

2006-07-12 11:20  milde

	* unittest/unittest.sl: first experimental release

2006-07-10 17:31  milde

	* csvutils/csvutils.sl: doc update and bugfixes after basic testing

2006-07-06 15:59  milde

	* apsmode/: SLang.ssh, apsconf.template, apsmode.hlp: Update to
	  version 2.2, apsconf directory no longer used

2006-07-05 09:35  milde

	* apsmode/apsmode.sl: [no log message]

2006-06-28 13:33  milde

	* grep/grep.sl: fixed deletion of last empty line in grep() output

2006-06-23 09:52  milde

	* datutils/datutils.sl: added list functions, full tm documentation

2006-06-22 11:18  milde

	* sprint_var/sprint_var.sl: added list printing

2006-06-19 17:00  milde

	* bufutils/bufutils.sl: fit_window(): abort if there is only one
	  open window

2006-06-19 16:52  milde

	* sl_utils/sl_utils.sl: Documentation fix for push_defaults()

2006-06-14 15:29  boekholt

	* dict/dict.sl: typo fixed

2006-06-14 15:21  boekholt

	* dict/dict.sl: Works with the socket module in s-lang 2.0.7 Menu
	  for selecting the dictionary and search strategy added

2006-06-09 13:19  milde

	* filter-buffer/filter-buffer.sl: INITIALIZATION: moved the menu
	  entries to a popup

2006-06-07 15:13  boekholt

	* info/info.sl: cleaned up the code

2006-06-05 14:43  boekholt

	* rfcview/rfcview.sl: some bugfixes

2006-06-03 19:59  boekholt

	* ispell/: flyspell.sl, ispell.sl, ispell_common.sl,
	  ispell_init.sl: Fixed some bugs in flyspell ispell_init requires
	  sl_utils

2006-06-01 14:42  milde

	* datutils/datutils.sl: provide("datutils");

2006-06-01 14:10  milde

	* strutils/strutils.sl: added provide() added autoload for
	  push_defaults()

2006-06-01 12:02  milde

	* apsmode/apsmode.sl: made user-definable variables
	  custom_variables

2006-06-01 11:07  milde

	* bufutils/bufutils.sl: run_local_hook() tries
	  mode_get_mode_info(hook) before get_blocal(hook) custom var
	  Jed_Temp_Dir renamed to Jed_Tmp_Directory (which is new in
	  site.sl since 0.99.17.165)

2006-06-01 10:32  milde

	* ding/ding.sl: forward def needs to be public

2006-05-31 14:18  milde

	* make_ini/make_ini.sl: update_ini(): evaluate new ini.sl (test,
	  add autoloads)

2006-05-31 13:16  milde

	* make_ini/make_ini.sl: missing end tag of INITIALIZATION block
	  triggers error. added missing break in
	  make_ini_look_for_functions()

2006-05-30 16:50  boekholt

	* cal/: cal.sl, ncal.sl: Added require for keydefs (J. Sommer)
	  added calendar marking functions added ncal.sl

2006-05-30 10:13  milde

	* README.html: Html version of the REAMDE file

2006-05-30 10:12  milde

	* README, cuamark/cuamark.sl: removed the require("yankpop"),
	  (autoloads in site.sl)

2006-05-29 09:23  milde

	* mtools/mtools.sl: renamed Jed_Temp_Dir to Jed_Tmp_Directory as
	  this is what make_tmp_file() uses since 0.99.17-165

2006-05-29 09:18  milde

	* console_keys/console_keys.sl: [no log message]

2006-05-26 14:42  milde

	* rst/rst.sl, tm/tmtools.sl: fixed autoloads

2006-05-26 14:38  milde

	* gnuplot/gnuplot.sl, ishell/ishell.sl: fixed autoloads

2006-05-26 14:34  milde

	* cuamouse/cuamouse.sl, diagnose/diagnose.sl, ding/ding.sl: added
	  missing autoload

2006-05-26 14:31  milde

	* browse_url/browse_url.sl: added missing autoloads

2006-05-26 11:51  milde

	* ding/ding.sl: bugfix: missing forward def. for ding() (J. Sommer)

2006-05-26 10:07  milde

	* browse_url/browse_url.sl: documentation update, added curl to
	  list of download commands

2006-05-25 16:29  boekholt

	* hyperman/hyperman.sl: fix hyphens in UTF-8 mode

2006-05-24 10:12  milde

	* README: Move README: basic information and usage instructions

2006-05-23 16:25  milde

	* browse_url/browse_url.sl: dropped implementing of a named
	  namespace

2006-05-23 15:58  milde

	* moby-thesaurus/moby-thesaurus.sl: bugfix in the INITIALIZATION
	  block (changed order)

2006-05-22 15:28  milde

	* make_ini/make_ini.sl: documentation cleanup, tighten the rules
	  for <INITIALIZATION> block: now it must be a preprocessor cmd
	  ("#<INITIALIZATION>" at bol)

2006-05-21 14:33  boekholt

	* gdbmrecent/gdbmrecent.sl: Recent files expire time is now
	  customizable.

2006-05-18 11:49  milde

	* rst/structured_text.sl: code cleanup

2006-05-18 11:33  milde

	* rst/rst.sl: fix syntax for sub- and supscript, conservative
	  highlight of list markers

2006-05-17 13:16  milde

	* libdir/libdir.sl: added remove_libdir()

2006-05-17 10:35  milde

	* rst/rst.sl: separated Html and Latex output options, improved
	  syntax highlight, removed dependency on ishell.sl, merged export
	  help into set_rst2*_options(), nagivation buffer with tokenlist,

2006-05-17 10:33  milde

	* ishell/ishell.sl: bugfix: added missing autoload for
	  normalized_modename()

2006-05-17 10:32  milde

	* brief/brief.sl: added Marko Mahnic to the copyright holders

2006-05-07 09:15  boekholt

	* jedscape/jedscape.sl: Jedscape now uses the curl module.

2006-04-11 14:52  manicm

	* window/window.sl: bugfix in do_create_windows applied patch by G.
	  Milde added more tets

2006-04-10 13:41  manicm

	* window/window.sl: no message

2006-04-10 13:40  manicm

	* tokenlist/: tkl-modes.sl, tokenlist.sl: tokenlist menu moccur;
	  prepared for mlist_routines simple syntax coloring

2006-04-10 13:21  milde

	* x-keydefs/x-keydefs.sl: renamed KP_Return to KP_Enter (Thei
	  Wejnen)

2006-04-05 13:12  milde

	* libdir/libdir.sl: added year to copyright statement

2006-03-29 19:22  manicm

	* tokenlist/: tkl-modes.sl, tokenlist.sl, tokenlist_sl.html:
	  tokenlist_routine_setup_hook Tokenlist_Operation_Type structure
	  definitions moved to tkl-modes.sl HTML documentation added

2006-03-24 17:11  milde

	* moby-thesaurus/moby-thesaurus.sl: first public version

2006-03-23 09:48  milde

	* uri/uri.sl: bugfix in write_uri()

2006-03-23 09:46  milde

	* cuamisc/cuamisc.sl: cua_repeat_search() now searches across lines
	  and has optional arg direction

2006-03-22 10:16  milde

	* uri/uri.sl: bugfix in write_uri()

2006-03-22 10:02  boekholt

	* ffap/ffap.sl: Removed Ffap_Dir_Reader if you want to open a
	  directory in dired or filelist mode, use the
	  _jed_find_file_before_hooks

2006-03-21 18:21  milde

	* uri/uri.sl: write_uri() uses now save_buffer_as() as fallback
	  function

2006-03-21 16:46  milde

	* sl_utils/sl_utils.sl: Documentation update for run_function
	  mentioning call_function

2006-03-20 16:28  milde

	* grep/grep.sl: fixed cleanup in zero-output handling in grep()

2006-03-17 16:16  manicm

	* tokenlist/: tkl-modes.sl, tokenlist.sl: bugfix for rst routines

2006-03-16 09:38  manicm

	* brief/brief.sl: disabled "\em" and "\es" keybindings to fix menu
	  access

2006-03-13 19:39  boekholt

	* ffap/ffap.sl: Patches to work with uri.sl and tm documentation by
	  G. Milde

2006-03-13 16:48  milde

	* dictmode/dictmode.sl: first public version

2006-03-13 16:44  milde

	* dict-backend/: dict-cli.sl, dict-curl.sl: first public release

2006-03-13 11:27  manicm

	* tokenlist/tkl-modes.sl: rst list routines

2006-03-13 10:07  manicm

	* tokenlist/tokenlist.sl: filter command is now interactive

2006-03-10 19:07  manicm

	* tokenlist/tokenlist.sl: Prepared for make_ini

2006-03-09 13:48  manicm

	* tokenlist/tokenlist.sl: make_line_visible

2006-03-09 12:44  milde

	* grep/grep.sl: provide for --include pattern with recursive grep,
	  escape the "what" argument with quotes, change name of the custom
	  var to "Grep_Cmd"

2006-03-09 12:27  manicm

	* tokenlist/tokenlist.sl: bugfix: list_routines

2006-03-08 19:47  manicm

	* tokenlist/tokenlist.sl: no message

2006-03-08 19:22  manicm

	* tokenlist/: tkl-modes.sl, tokenlist.sl: * _list_routines_regexp
	  can also be a list and it may contain references to functions *
	  TokenList_Startup_Mode custom variable * keybindings slightly
	  changed * alternative C routine search (not enabled, iffalse)

2006-03-08 12:27  manicm

	* tokenlist/tokenlist.sl: no message

2006-03-08 12:19  manicm

	* tokenlist/: tkl-modes.sl, tokenlist.sl: added isearch and filter
	  commands documented static -> private some modes moved to
	  tkl-modes.sl

2006-03-07 20:52  manicm

	* brief/brief.sl: added support for named scraps with region type
	  info in blocal vars

2006-03-03 11:03  milde

	* console_keys/: console_keys.map, console_keys.sl: first public
	  version

2006-02-17 17:01  milde

	* sprint_var/sprint_var.sl: added special cases to sprint_char

2006-02-17 15:34  milde

	* recent/recent.sl: new values for Recent_Use_Local_Cache: {-1, 0,
	  1} -> {0, 1, 2} rename Restore_Last_Session -->
	  Recent_Restore_Last_Session to have all custom variables start
	  with "Recent_" bugfix: reopen-flag was 1 for every new record.

2006-02-16 14:37  milde

	* recent/recent.sl: code cleanup, bugfix new function
	  recent_file_goto_point()

2006-02-16 09:14  milde

	* filelist/filelist.sl: added fit_window() to autoloads (report
	  Mirko Rzehak)

2006-02-15 10:42  milde

	* tm/tm.sl: added support for the \sfun{} attribute in tm2ascii

2006-02-14 17:52  milde

	* hyperhelp/help.sl: rewrite of help history feature,
	  provide("hyperhelp")

2006-02-03 12:09  milde

	* tm/tmtools.sl: bugfix: wrong source file name for
	  string_nth_match()

2006-02-03 09:11  milde

	* listing/listing.sl: removed the "listing_return_hook" again, as
	  set_buffer_hook("newline_indent_hook", &my_return_hook); can be
	  used instead. (tip by Paul Boekholt)

2006-02-03 08:50  milde

	* rst/structured_text.sl: structured_text.sl: bugfix in the
	  Text_List_Patterns (* needs to be escaped)

2006-02-02 16:47  milde

	* listing/listing.sl: new keybinding: Key_Return calls
	  "listing_return_hook"

2006-02-02 16:34  milde

	* grep/grep.sl: bugfix and code cleanup in grep_replace_*

2006-02-01 14:18  milde

	* sprint_var/sprint_var.sl: added provide() in sprint_var.sl

2006-01-25 10:47  milde

	* hyperhelp/help.sl: rewrite of help history feature using
	  #ifexists, removing the custom_variable Help_with_history,
	  provide("hyperhelp")

2006-01-22 15:47  boekholt

	* info/: info_look.sl, infospace.sl: [no log message]

2006-01-22 15:45  boekholt

	* info/: info.sl, infomisc.sl: works with slang2 some bugs fixed
	  infotree removed

2006-01-19 21:56  boekholt

	* tar/: INSTALL, tar.sl, tarhook.sl, tarlib.sl: removed INSTALL and
	  tarlib.sl some bugfixes

2006-01-19 16:04  milde

	* x-keydefs/x-keydefs.sl: updated IBMPC values

2006-01-19 12:50  milde

	* x-keydefs/x-keydefs.sl: added termcap entries for keypad keys
	  (where possible)

2006-01-17 14:22  milde

	* x-keydefs/x-keydefs.sl: jed compatible default for Key_Esc ("\e"
	  not "\e\e\e")

2006-01-17 09:15  milde

	* cuamisc/cuamisc.sl: bugfixes and merge with version 1.1.1 from
	  jed 0.99-17

2006-01-17 09:00  milde

	* cua/cua.sl: some more adaptions to the version of jed 0.99.17

2006-01-16 20:20  boekholt

	* bufed/: bufed.sl, bufed_srch.sl: updated to be compatible with
	  slang 2 and jed 0.99-17

2006-01-15 18:41  boekholt

	* ispell/: flyspell.sl, ispell_common.sl, vispell.sl: Switching
	  buffers didn't always set the syntax table Vispell didn't work
	  with aspell Errors in the after_key_hook weren't caught

2006-01-13 17:43  boekholt

	* ispell/: ispell.sl, ispell_init.sl: Added a 'q' binding to quit
	  spellchecking (G. Milde)

2006-01-12 17:32  boekholt

	* ispell/ispell.otl: [no log message]

2006-01-11 17:09  milde

	* bufutils/bufutils.sl: bugfix for close_and_*_word(), new scheme
	  for active buffer after closing popup_buffer

2006-01-11 15:38  boekholt

	* ispell/: ispell.sl, ispell_common.sl, ispell_init.sl: [no log
	  message]

2006-01-11 15:32  boekholt

	* ispell/flyspell.sl: Added experimental utf-8 support to
	  flyspell.sl ispell_region now checks from the current point if no
	  region defined (G. Milde)

2005-12-07 10:15  boekholt

	* fileview/fileview.sl: [no log message]

2005-12-05 09:13  milde

	* po_mode/po_mode.sl: added <INITIALIZATION> block

2005-11-30 08:42  milde

	* po_mode/: po_mode.hlp, po_mode.sl: added po_mode to CVS

2005-11-29 11:41  milde

	* bufutils/bufutils.sl: bugfix in close_buffer(): switch back to
	  current buffer if closing an different one

2005-11-29 11:39  milde

	* filelist/filelist.sl: bugfix: mark directories and cleanup again,
	  code cleanup

2005-11-28 12:31  milde

	* csvutils/csvutils.sl: bugfix in goto_max_column()

2005-11-26 18:10  boekholt

	* cal/: cal.otl, cal.sl, calmisc.sl, diary.sl: [no log message]

2005-11-26 18:07  boekholt

	* cal/: cal.sl, calmisc.sl, diary.sl, cal.otl: import of cal

2005-11-26 18:06  boekholt

	* occur/occur.sl: Initial revision

2005-11-26 18:06  boekholt

	* occur/occur.sl: import of occur

2005-11-25 12:20  milde

	* csvutils/csvutils.sl: new functions max_column() and
	  goto_max_column()

2005-11-24 10:42  milde

	* csvutils/csvutils.sl: "wizard" for format_table(), new function
	  format_table_rect()

2005-11-24 09:42  milde

	* txtutils/txtutils.sl: new function local_word_chars() that also
	  probes mode_get_mode_info("word_chars"), (optional) arg lines for
	  get_buffer()

2005-11-23 16:45  milde

	* filelist/filelist.sl: documentation, new function
	  filelist_open_tagged(), removed dependency on grep.sl

2005-11-23 15:13  milde

	* listing/listing.sl: docu bugfix in listing_list_tags

2005-11-23 15:10  milde

	* listing/listing.sl: docu fix

2005-11-23 14:00  milde

	* apsmode/apsmode.sl: new version with dpatch included

2005-11-23 09:33  milde

	* manedit/manedit.sl: added public definition for manedit_mode

2005-11-22 15:30  milde

	* make_ini/make_ini.sl: code cleanup

2005-11-22 11:22  milde

	* hyperhelp/help.sl: [no log message]

2005-11-22 09:55  milde

	* window/window.sl: declared M-x callable functions public

2005-11-22 09:53  milde

	* sql/sql.sl: declared public functions

2005-11-22 09:49  milde

	* temabbrv/temabbrv.sl: made temabbrev() public

2005-11-22 09:48  milde

	* jedasp/jedasp.sl: made asp_run_scripts() public

2005-11-22 09:46  milde

	* custmode/custmode.sl: made custom_mode() public

2005-11-22 09:44  milde

	* calc/calc.sl: added <INITIALIZATION> section

2005-11-21 14:50  milde

	* txtutils/txtutils.sl: removed "public" from definitions of
	  functions returning a value

2005-11-21 14:26  milde

	* bufutils/bufutils.sl: removed public from popup_buffer()
	  definition

2005-11-21 10:58  milde

	* x-keydefs/x-keysyms.sl: code from x-keysyms.sl is now included in
	  x-keydefs.sl

2005-11-21 10:48  milde

	* strutils/strutils.sl: no autoload for str_repeat() and
	  get_keystring() with make_ini()

2005-11-21 10:43  milde

	* print/print.sl: no autoload with make_ini() to avoid conflicts
	  with other print modes

2005-11-21 10:39  milde

	* mupad/mupad.sl: let make-ini include mupad_shell() in autoloads

2005-11-21 10:36  milde

	* make/make.sl: let make-ini include make_mode() in autoloads

2005-11-21 10:33  milde

	* life/life.sl: added INITIALIZATION block

2005-11-18 14:30  milde

	* browse_url/browse_url.sl: correct bugfix in find_program()

2005-11-18 14:21  milde

	* ishell/ishell.sl: added documentation

2005-11-18 12:08  milde

	* mtools/mtools.sl: move mtools.sl to cvs

2005-11-18 09:33  milde

	* make_ini/make_ini.sl: removed the if(BATCH) clause

2005-11-14 11:06  milde

	* make/make.sl: new function names dfa_*

2005-11-14 11:05  milde

	* ding/ding.sl: bugfix

2005-11-14 09:42  milde

	* make_ini/make_ini.sl: added missing autoload for buffer_dirname()

2005-11-08 10:55  milde

	* recent/recent.sl, rst/rst.sl, tm/tm.sl: changed _implements() to
	  implements()

2005-11-08 10:49  milde

	* filelist/filelist.sl, hyperhelp/help.sl, listing/listing.sl:
	  changed _implements() to implements()

2005-11-08 10:15  milde

	* bufutils/bufutils.sl: reverted reload_buffer() workaround

2005-11-07 12:31  milde

	* libdir/libdir.sl: added provide() statement

2005-11-07 08:56  milde

	* ch_table/ch_table.sl: changed _implements() to implements()

2005-11-07 08:53  milde

	* grep/grep.sl: change _implements() to implements()

2005-11-03 09:50  milde

	* libdir/libdir.sl: evaluation of ini.sl now customizable with
	  optional arg

2005-11-03 09:21  milde

	* tm/tmtools.sl: docu fix

2005-11-03 09:16  milde

	* tm/tmtools.sl: fixed missing requirement in tmtools

2005-11-02 16:48  milde

	* sl_utils/sl_utils.sl: Simplified _implements(). Developers
	  working with SLang2 should switch to using the standard
	  implements().

2005-11-02 16:36  milde

	* rst/rst.sl: hide "public" in some functions

2005-11-02 16:17  milde

	* numbuf/numbuf.sl: Fix "public" statements

2005-11-02 16:11  milde

	* mupad/mupad.sl: fix public definiton of mupad_mode()

2005-11-02 16:08  milde

	* make_ini/make_ini.sl: [no log message]

2005-11-02 15:41  milde

	* listing/listing.sl: [no log message]

2005-11-02 15:35  milde

	* gnuplot/gnuplot.sl: fixed the "public" statements

2005-11-02 15:22  milde

	* datutils/datutils.sl: removed "public" keyword from all functions

2005-11-02 15:16  milde

	* csvutils/csvutils.sl: documentation update, fixed "public"
	  declarations

2005-11-02 14:39  milde

	* cua/cua.sl: [no log message]

2005-11-01 13:55  milde

	* circle/circle.sl: documentation typo fix, no explicitely public
	  functions

2005-11-01 12:43  milde

	* hyperhelp/help.sl: bugfix in help_for_object

2005-11-01 12:19  milde

	* hyperhelp/help.sl: bugfix in describe_bindings

2005-10-30 14:56  boekholt

	* hyperman/hyperman.sl: back in CVS use slang 2 escape sequences
	  for coloring

2005-10-29 23:50  boekholt

	* email/email.sl: added GPL statement

2005-10-23 13:18  boekholt

	* gdbmrecent/gdbmrecent.sl: A recent mode

2005-10-22 20:22  boekholt

	* ispell/ispell_common.sl: run ispell_switch_buffer_hook at startup

2005-10-14 14:33  milde

	* uri/uri.sl: Bugfix in write_uri() and documentation update

2005-10-14 14:28  milde

	* bufutils/bufutils.sl: [no log message]

2005-10-14 13:00  milde

	* css1/css1.sl: added copyright notice

2005-10-14 11:28  milde

	* manedit/manedit.sl: added copyright notice

2005-10-14 11:02  milde

	* browse_url/browse_url.sl: bugfix in find_program

2005-10-14 10:21  milde

	* txtutils/txtutils.sl: documentation update

2005-10-14 10:19  milde

	* txtutils/txtutils.sl: added documentation

2005-10-13 16:25  milde

	* vi/vi.sl: added copyright notice

2005-10-12 21:27  boekholt

	* email/email.sl: added initialization section

2005-10-12 21:19  boekholt

	* email/email.sl: included some patches from Joerg Sommer works
	  with slang 2

2005-10-12 21:18  boekholt

	* email/: gpg.sl, mailcrypt.sl: renamed gpg.sl to mailcrypt.sl

2005-10-12 12:21  milde

	* brief/brief.sl: fixed dependency on x-keydefs

2005-10-12 11:45  milde

	* x-keydefs/x-keydefs.sl: (re) use the definitions in standard
	  keydefs.sl, let it work on "non-X" jed versions

2005-10-12 10:49  manicm

	* brief/brief.sl: minor fixes: digit_arg, scroll_in_place,
	  next_buffer, window

2005-10-11 19:58  manicm

	* brief/brief.sl: %   - double/triple home/end handling - more
	  Brief keybindings (based on emacs brief.el) - more Brief-like
	  region marking, copying, yanking - page up/dn (mostly) leaves
	  cursor on same screen line - Brief-like macro recording (F7) -
	  some new functions

2005-10-05 09:08  milde

	* sl_utils/sl_utils.sl: added documentation for _implements

2005-10-05 08:51  milde

	* sl_utils/sl_utils.sl: make _implements() work with SLang 2.0.4

2005-09-30 18:18  milde

	* browse_url/browse_url.sl: made SLang2 proof

2005-09-30 18:18  milde

	* sl_utils/sl_utils.sl: _implements also for SLang2

2005-09-29 12:06  milde

	* libdir/libdir.sl: first public version. Obsoletes home-lib

2005-09-29 11:59  milde

	* COPYING, md5/md5.sl, recent/recent.sl, sl_utils/sl_utils.sl:
	  added libdir directory

2005-09-20 16:24  milde

	* x-keydefs/x-keydefs.sl: bugfix

2005-09-20 11:16  milde

	* x-keydefs/x-keydefs.sl: set Key_Alt_* in a loop

2005-09-18 09:22  boekholt

	* ispell/look.sl: pop any arguments only do partial completion if
	  all matches were found

2005-08-03 11:43  milde

	* scrnhelp/scrnhelp.sl: corrected copyright notice

2005-08-03 11:29  milde

	* minued/minued.sl: corrected copyright notice

2005-08-02 18:15  milde

	* md5/md5.sl, minued/minued.sl, scrnhelp/scrnhelp.sl: added
	  copyright note

2005-08-02 18:13  milde

	* life/life.sl, make/make.sl: corrected copyright note

2005-08-02 18:11  milde

	* life/life.sl: added copyright note

2005-08-02 18:08  milde

	* css1/css1.sl: added copyright note

2005-08-01 09:07  milde

	* make_ini/make_ini.sl: bugfix in update_ini()

2005-07-26 13:09  milde

	* home-lib/home-lib.sl: further code cleanup %	shedding of the
	  *_Library custom variables

2005-07-19 09:55  milde

	* make_ini/make_ini.sl: critical bugfix-fix:
	  make_ini_look_for_functions(): use path_concat(dir, "") to
	  normalize the dir-path.

2005-07-11 08:55  milde

	* numbuf/numbuf.sl: cleaned up code; new custom variable
	  Numbuf_number_all: number also buffers not bound to a file

2005-07-11 08:52  milde

	* navigate/navigate.sl: Reopen autogenerated buffers with blocal
	  "generating_function", independend of recent.sl

2005-07-11 08:35  milde

	* make_ini/make_ini.sl: bugfix in make_ini_look_for_functions(),
	  strip trailing slash from libdir name.

2005-07-07 11:24  milde

	* home-lib/home-lib.sl: make the script less "aggresive", so it can
	  be evaluated without side-effects. !! new way of invocation, see
	  INITIALIZATION !!

2005-07-05 14:50  milde

	* make_ini/make_ini.sl: renamed byte_compile_library() to
	  byte_compile_libdir

2005-07-05 13:48  milde

	* COPYING: added COPY of GPL 2

2005-07-05 12:04  milde

	* cuamouse/cuamouse.sl: added `xclip` workaround for interaction
	  with QT applications %		 (idea by Jaakko Saaristo)

2005-07-04 13:03  milde

	* make_ini/make_ini.sl: separated function byte_compile_library()

2005-07-04 12:02  milde

	* filelist/filelist.sl: added copyright notice

2005-07-04 11:47  milde

	* txtutils/txtutils.sl: added copyright notice

2005-07-04 11:41  milde

	* templates/templates.sl: [no log message]

2005-07-04 11:33  milde

	* print/print.sl: added copyright notice

2005-07-04 11:29  milde

	* kp_keydefs/kp_keydefs.sl: added copyright notice

2005-07-04 11:23  milde

	* datutils/datutils.sl, ding/ding.sl: added copyright notice

2005-07-04 11:15  milde

	* csvutils/csvutils.sl, cuamark/cuamark.sl: added copyright notice

2005-07-04 11:12  milde

	* brief/brief.sl: added copyright notice

2005-06-16 10:54  boekholt

	* ispell/: flyspell.sl, ispell.otl, ispell.sl, ispell_common.sl,
	  ispell_init.sl, look.sl, vispell.sl: [no log message]

2005-06-01 21:39  boekholt

	* rfcview/rfcview.sl: works with slang 2.0.2

2005-06-01 13:51  boekholt

	* pcre/pcre.sl: works with slang 2.0.2 requires the JMR occur

2005-05-31 11:45  milde

	* filter-buffer/filter-buffer.sl: bugfix, added tm documentation

2005-05-27 20:17  boekholt

	* menutils/menutils.sl: updated to work in slang 2.0.2

2005-05-27 19:19  boekholt

	* snake/snake.sl: [no log message]

2005-05-26 16:49  milde

	* txtutils/txtutils.sl: bugfix: missing autoload for
	  indent_region_or_line() (report PB)

2005-05-25 12:57  milde

	* view/view.sl: bugfix: view_mode() now tries view_mode_hook() (PB)

2005-05-25 12:52  milde

	* make_ini/make_ini.sl: bugfix: andelse -> orelse (report Paul
	  Boekholt)

2005-05-25 12:39  milde

	* home-lib/home-lib.sl: windows bugfix by Dino Sangoi

2005-05-23 17:33  milde

	* ch_table/ch_table.sl, ding/ding.sl, filelist/filelist.sl,
	  grep/grep.sl, hyperhelp/help.sl, listing/listing.sl,
	  make_ini/make_ini.sl, recent/recent.sl, rst/rst.sl, tm/tm.sl: use
	  new version of _implements

2005-05-23 17:32  milde

	* sl_utils/sl_utils.sl: bugfix in _implements (PB)

2005-05-23 13:03  milde

	* sl_utils/sl_utils.sl: changed order of provide and implements in
	  _implements()

2005-05-20 15:20  milde

	* browse_url/browse_url.sl, ch_table/ch_table.sl, circle/circle.sl,
	  ding/ding.sl, filelist/filelist.sl, grep/grep.sl,
	  listing/listing.sl, recent/recent.sl, rst/rst.sl, tm/tm.sl:
	  changed order of requirements and implements() to be SLang2 save

2005-05-20 14:23  milde

	* sl_utils/sl_utils.sl: new function _implements(): implement a
	  "named" namespace but allow re-evaluation if `_debug_info` is
	  TRUE

2005-05-19 16:16  milde

	* home-lib/home-lib.sl: removed Jed_Debian_Library and introduced
	  Jed_Local_Library

2005-05-13 13:23  milde

	* filelist/filelist.sl: bugfix in filelist_open_file_with()

2005-04-28 16:23  milde

	* filelist/filelist.sl: bugfix, new INITALIZATION block for
	  cooperation with make_ini

2005-04-25 13:11  milde

	* mupad/mupad.sl: bugfix to work with SLang2

2005-04-25 11:13  milde

	* make_ini/make_ini.sl: added missing autoload for push_array()

2005-04-20 11:26  milde

	* sprint_var/sprint_var.sl: print user defined data types as struct

2005-04-13 13:09  milde

	* tm/: tm.sed, tm.sl, tmtools.sl: first public version

2005-04-08 10:28  milde

	* bufutils/bufutils.sl: bugfix: messed slang 1 and slang 2 part in
	  strread_file

2005-04-08 09:47  milde

	* bufutils/bufutils.sl: made preparse-proof #if(_slang_version <
	  2000) cannot be preparsed

2005-04-07 16:19  milde

	* view/view.sl: bugfix: added require("keydefs") (Rafael
	  Laboissiere)

2005-04-07 16:14  milde

	* ishell/ishell.sl: bugfix: autoload for view_mode

2005-04-07 16:06  milde

	* gnuplot/gnuplot.sl: Added doc for custom variables, code cleanup
	  after getting version 1.5 of ishell

2005-04-07 15:55  milde

	* ding/ding.sl: added missing autoloads

2005-04-06 11:13  milde

	* txtutils/txtutils.sl: New function insert_markup(beg_tag,
	  end_tag)

2005-04-06 11:08  milde

	* strutils/strutils.sl: removed the string_get_last_match() alias,
	  call string_nth_match() instead. Added tm documentation

2005-04-05 12:22  milde

	* view/view.sl: merge of GM and PB versions, bugfix in enable edit

2005-04-01 18:16  milde

	* filter-buffer/filter-buffer.sl: first public version

2005-04-01 17:50  milde

	* bufutils/bufutils.sl: added doc for strread_file

2005-04-01 17:46  milde

	* bufutils/bufutils.sl: [no log message]

2005-04-01 17:41  milde

	* bufutils/bufutils.sl: fast strread_file() (Paul Boekholt)

2005-03-31 16:22  milde

	* bufutils/bufutils.sl, csvutils/csvutils.sl, listing/listing.sl:
	  made slang-2 proof: A[[0:-2]] --> A[[:-2]]

2005-03-31 15:42  milde

	* strutils/strutils.sl: new function str_re_replace_all()

2005-03-24 10:31  milde

	* recent/recent.sl: made slang-2 proof: A[[0:-2]] --> A[[:-2]] (P.
	  Boekholt)

2005-03-24 09:02  milde

	* bufutils/bufutils.sl: bufsubfile() now always writes a temp-file

2005-03-21 11:22  milde

	* diagnose/diagnose.sl: added tm documentation to public functions

2005-03-18 14:53  milde

	* make_ini/make_ini.sl: removed make_libfun_doc() (now in tm.sl as
	  tm_make_ascii_doc())

2005-03-18 14:07  milde

	* make_ini/make_ini.sl: "%" in vinsert needs to be doubled (Dino
	  Sangoi)

2005-03-18 14:02  milde

	* make_ini/make_ini.sl: removed the need for a chdir() in make_ini

2005-03-18 11:44  milde

	* make_ini/make_ini.sl: bugfix: documentation comments did not
	  work, list_slang_files() did only work, if  dir == current
	  working dir (report Dino Sangoi)

2005-03-17 14:28  milde

	* server/server.sl: Deleted mode server (moved to misc)

2005-03-17 14:02  milde

	* hyperman/hyperman.hlp, hyperman/hyperman.sl, hyperman/man.hlp,
	  jedscape/jedscape.html, jedscape/jedscape.sl,
	  jedscape/jedscape_look.sl, jedscape/jedscapemisc.sl: Deleted
	  outdated modes hyperman, jedscape and outline (now at FRS)

2005-03-14 11:12  milde

	* bufed/bufed_srch.sl, email/gpg.sl, email/keyring,
	  hyperman/hyperman.hlp: Initial revision

2005-03-14 11:12  milde

	* autotext/autotext.sl, bufed/bufed.sl, bufed/bufed_srch.sl,
	  cdecl/cdecl.sl, email/email.sl, email/gpg.sl, email/keyring,
	  ffap/ffap.sl, fileview/fileview.sl, hyperman/hyperman.hlp,
	  hyperman/hyperman.sl, info/info.sl, info/info_look.sl,
	  ispell/flyspell.sl, ispell/ispell.sl, ispell/vispell.sl,
	  ispell/ispell_common.sl, ispell/ispell_init.sl, ispell/look.sl,
	  jedscape/jedscape.sl, jedscape/jedscape_look.sl,
	  jedscape/jedscapemisc.sl, life/life.sl, make/make.sl, md5/md5.sl,
	  menutils/menutils.sl, minued/minued.sl, rfcview/rfcview.sl,
	  scrnhelp/scrnhelp.sl, snake/snake.sl, tar/tar.sl: Re-import with
	  -ko option to keep the RCS keywords intact

2005-03-14 09:31  milde

	* rimini/rimini.sl: Removed "misc" sources (see mode "misc"'s
	  homepage for where to find them now)

2005-03-14 09:17  milde

	* cal/: cal.otl, cal.sl, calendar.sl, calmisc.sl, diary.sl: removed
	  cal from CVS (has its own release now)

2005-03-11 12:31  milde

	* rst/rst.sl: bugfix release

2005-03-09 10:11  milde

	* home-lib/home-lib.sl: cleanup of code and documentation + bugfix:
	  custom_variable for Jed_Site_Library and Jed_Home_Library

2005-01-11 10:36  manicm

	* calc/: calc_sl.html, calc.sl: no message

2005-01-07 09:06  milde

	* bufutils/bufutils.sl: small bugfix in bufsubfile()

2004-12-23 16:34  milde

	* rst/rst.sl: removed dependency on view mode (called by runhooks
	  now)

2004-12-17 15:36  milde

	* subpar/subpar.sl: paragraph reformatter

2004-12-17 11:22  milde

	* pcre/pcre.sl: Perl-compatible regular expressions

2004-12-17 10:51  milde

	* complete/complete.sl: keyword completion function

2004-12-13 09:35  manicm

	* window/window.sl: no message

2004-12-13 09:27  manicm

	* window/window.sl: what_window, select_window

2004-12-11 21:05  manicm

	* window/window_sl.html: no message

2004-12-11 20:57  manicm

	* window/window.sl: no message

2004-12-10 09:55  manicm

	* sql/sql_sl.html: use of custom_variable

2004-12-09 13:59  manicm

	* custmode/custmode.sl, keywords/keywords.sl,
	  keywords/keywords_sl.html: strlow_keywords() for a
	  case-insensitive syntax

2004-12-09 13:41  manicm

	* custmode/custmode_sl.html, sql/sql_sl.html: minor modifications

2004-12-09 13:31  manicm

	* custmode/custmode_sl.html: installation

2004-12-09 13:22  manicm

	* sql/sql.sl: oracle keywords more mssql keywords

2004-12-09 13:21  manicm

	* custmode/: custmode.sl, custmode_sl.html: no message

2004-12-08 20:20  manicm

	* sql/sql.sl: More complete keyword lists: sql92, sql99, pgsql,
	  mysql

2004-12-08 09:24  manicm

	* keywords/: keywords.sl, keywords_sl.html: documentation

2004-12-08 09:12  manicm

	* sql/sql.sl: no message

2004-12-07 09:47  manicm

	* calc/: calc.sl, calc_sl.html: no message

2004-12-06 20:21  manicm

	* calc/: calc.sl, calc_sl.html: no message

2004-12-06 19:43  manicm

	* jedasp/jedasp.sl, jedasp/jedasp_sl.html, keywords/keywords.sl,
	  keywords/keywords_sl.html, temabbrv/temabbrv_sl.html: no message

2004-12-06 10:34  manicm

	* temabbrv/: temabbrv.sl: no message

2004-12-03 12:33  milde

	* rst/: rst.sl, structured_text.sl: Mode for reStructured Text
	  (from python-docutils)

2004-12-03 12:32  milde

	* templates/templates.sl: Open templates and do some replacements

2004-12-03 12:25  milde

	* x-keydefs/: x-keydefs.sl, x-keysyms.sl: merged x-keydefs and
	  x-keysyms

2004-12-03 12:00  milde

	* uri/uri.sl: % 1.2  2004-11-25 bugfix: find_uri returned a value
	  if the uri did not %	      contain a scheme: part

2004-12-03 11:59  milde

	* make_ini/make_ini.sl: % 2004-11-26 2.2 * code cleanup (hopefully
	  without introducing bugs) %	       * look for a
	  <INITIALIZATION> </INITIALIZATION> block

2004-12-03 11:58  milde

	* ishell/ishell.sl: % 1.6   20004-11-30 %     * added new optional
	  argument postfile_args to shell_cmd_on_region

2004-12-03 11:57  milde

	* colors/: light-terminal-default.sl, white-gm.sl, yellow.sl: color
	  schemes: initial release

2004-12-03 11:44  milde

	* ch_table/ch_table.sl: % 2004-11-27  2.2 new format of the
	  INITIALIZATION block allows % 		auto-initialisation
	  with make-ini >= 2.2

2004-11-22 15:56  milde

	* filelist/filelist.sl: % 2004-11-22  1.2 * FileList_Trash_Bin now
	  defaults to "" (delete files)

2004-11-22 13:19  milde

	* dabbrev/dabbrev.sl:
	  %   2.4.2 2004-04-05 bugfix (code cleanup) in check_mark.  %
		     dabbrev accepts integer argument and uses get_buflist
	  %		    to convert to a buffer list. (actual change in
	  dab_reset) %			   get_buflist becomes static

2004-11-15 16:59  milde

	* cd: removed empty file

2004-11-15 14:16  milde

	* grep/grep.sl: % 0.9.3 2004-01-30 %   * solved bug with only one
	  file (using -H option) [Peter Bengtson] %   * recursive grep with
	  special filename bang (!) (analog to kpathsea) %     ->
	  grep("pat" "dir/!") gets translated to `grep -r "pat" "dir/"` %
	  0.9.4 2004-04-28 %   * close grep buffer, if the return value of
	  the grep cmd is not 0

2004-11-15 14:13  milde

	* hyperhelp/help.sl: 1.4.2 - window-bugfix in grep-definition: the
	  w32 subshell needs an 	additional set of \\ to escape the
	  quotes (Thomas Koeckritz)	    (TODO: how is this on DOS?)
	  1.4.3 - grep_definition adapted to new grep command	    (needs
	  grep.sl >= 0.9.4) 1.4.4 2004-11-09  grep_definition() expanded
	  for variables (experimental)		      corrected typo
	  Help_file -> Help_File

2004-11-15 13:35  milde

	* cd, apsmode/apsmode.sl, autotext/autotext.sl, brief/brief.sl,
	  browse_url/browse_url.sl, bufed/bufed.sl, bufutils/bufutils.sl,
	  cal/cal.otl, cal/cal.sl, cal/calendar.sl, cal/calmisc.sl,
	  cal/diary.sl, cdecl/cdecl.sl, ch_table/ch_table.sl,
	  circle/circle.sl, css1/css1.sl, csvutils/csvutils.sl,
	  cua/cua.hlp, cua/cua.sl, cuamark/cuamark.sl, cuamisc/cuamisc.sl,
	  cuamouse/cuamouse.sl, dabbrev/dabbrev.sl, datutils/datutils.sl,
	  diagnose/diagnose.sl, ding/ding.sl, email/email.sl, ffap/ffap.sl,
	  filelist/filelist.sl, fileview/fileview.sl,
	  fileview/fileview_cmds.sl, gnuplot/gnuplot.sl, grep/grep.sl,
	  home-lib/home-lib.sl, hyperhelp/help.hlp, hyperhelp/help.sl,
	  hyperman/hyperman.sl, hyperman/man.hlp, info/info.sl,
	  info/info_look.sl, info/infomisc.sl, info/infospace.sl,
	  info/treemode.sl, ishell/ishell.sl, ispell/flyspell.sl,
	  ispell/ispell.otl, ispell/ispell.sl, ispell/ispell_common.sl,
	  ispell/ispell_init.sl, ispell/look.sl, ispell/vispell.sl,
	  jedscape/jedscape.html, jedscape/jedscape.sl,
	  jedscape/jedscape_look.sl, jedscape/jedscapemisc.sl,
	  kp_keydefs/kp_keydefs.sl, listing/listing.sl, make/make.sl,
	  make_ini/make_ini.sl, manedit/manedit.sl, md5/md5.sl,
	  menutils/menutils.sl, minued/minued.sl, mupad/mupad.sl,
	  navigate/navigate.sl, numbuf/numbuf.sl, print/print.sl,
	  recent/recent.sl, rfcview/rfcview.sl, rimini/rimini.sl,
	  scrnhelp/scrnhelp.sl, server/server.sl, sl_utils/sl_utils.sl,
	  snake/snake.sl, sprint_var/sprint_var.sl, strutils/strutils.sl,
	  tar/INSTALL, tar/tar.sl, tar/tarhook.sl, tar/tarlib.sl,
	  txtutils/txtutils.sl, uri/uri.sl, view/view.sl, vi/vi.hlp,
	  vi/vi.sl, vi/vimisc.sl: Initial revision

2004-11-15 13:35  milde

	* cd, apsmode/apsmode.sl, autotext/autotext.sl, brief/brief.sl,
	  browse_url/browse_url.sl, bufed/bufed.sl, bufutils/bufutils.sl,
	  cal/cal.otl, cal/cal.sl, cal/calendar.sl, cal/calmisc.sl,
	  cal/diary.sl, cdecl/cdecl.sl, ch_table/ch_table.sl,
	  circle/circle.sl, css1/css1.sl, csvutils/csvutils.sl,
	  cua/cua.hlp, cua/cua.sl, cuamark/cuamark.sl, cuamisc/cuamisc.sl,
	  cuamouse/cuamouse.sl, dabbrev/dabbrev.sl, datutils/datutils.sl,
	  diagnose/diagnose.sl, ding/ding.sl, email/email.sl, ffap/ffap.sl,
	  filelist/filelist.sl, fileview/fileview.sl,
	  fileview/fileview_cmds.sl, gnuplot/gnuplot.sl, grep/grep.sl,
	  home-lib/home-lib.sl, hyperhelp/help.hlp, hyperhelp/help.sl,
	  hyperman/hyperman.sl, hyperman/man.hlp, info/info.sl,
	  info/info_look.sl, info/infomisc.sl, info/infospace.sl,
	  info/treemode.sl, ishell/ishell.sl, ispell/flyspell.sl,
	  ispell/ispell.otl, ispell/ispell.sl, ispell/ispell_common.sl,
	  ispell/ispell_init.sl, ispell/look.sl, ispell/vispell.sl,
	  jedscape/jedscape.html, jedscape/jedscape.sl,
	  jedscape/jedscape_look.sl, jedscape/jedscapemisc.sl,
	  kp_keydefs/kp_keydefs.sl, listing/listing.sl, make/make.sl,
	  make_ini/make_ini.sl, manedit/manedit.sl, md5/md5.sl,
	  menutils/menutils.sl, minued/minued.sl, mupad/mupad.sl,
	  navigate/navigate.sl, numbuf/numbuf.sl, print/print.sl,
	  recent/recent.sl, rfcview/rfcview.sl, rimini/rimini.sl,
	  scrnhelp/scrnhelp.sl, server/server.sl, sl_utils/sl_utils.sl,
	  snake/snake.sl, sprint_var/sprint_var.sl, strutils/strutils.sl,
	  tar/INSTALL, tar/tar.sl, tar/tarhook.sl, tar/tarlib.sl,
	  txtutils/txtutils.sl, uri/uri.sl, view/view.sl, life/life.sl,
	  vi/vi.hlp, vi/vi.sl, vi/vimisc.sl: Move sources to cvs

2000-12-05 18:22  rocher

	* life/life.sl: Imported sources.

2000-12-05 18:22  rocher

	* life/life.sl: Initial revision

