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-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-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

	* a2ps/a2ps.sl, 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,
	  howto/howto.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, turbo/turbo.sl, yodl/yodl.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

	* Initial revision, Move sources to cvs

