2004-11-15  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el: patched bhl.el
	fixed verbatim/comment/link conversion
	added bhl-latex-extra-preambles
	added bhl-latex-extra-body

2004-11-13  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module)
	Added  ==== and //// for larger fr
	Added bhl-tags-overlap (and modified menu).

2003-11-25 Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Checkdoc OK: changed bhl-is-a-local-wiki to
	bhl-is-a-local-wiki-flag.
	Added bhl-autoguess-style-flag (default to t)
	Added Interactive bhl-guess-style: C-c M-s (& menu)
	Fixed a bug concerning WikiNames conversion.
	Updated the manual.
	
2003-11-24 Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	bhl2html now converts < and >.
	You can escape backslashes for bhl2latex conversion.
	That means: "\\" -> "$\backslash$" (just for latex)
	bhl-convert-para matches lines beginning with a `@'.
	bhl-check-existing-tags rewritten so that verbatim
	environnements are not skipped.
	
2003-07-25 Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Fixed a bug concerning minipage conversion into LaTeX.

2003-07-22 Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Fixed a bug concerning tag conversion.
	Fixed a bug concerning the title conversion (special chars).
	Fixed a bug concerning special chars conversion.

2003-07-19 Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Added url:blabla as an url.

2003-07-17 Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Added bhl-ignored-regexp and bhl-ignore-regexp-line.
	
2003-07-14 Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Downcased html tags
	Added bhl-is-a-local-wiki
	Added specification : #!title! #!xxx-title! #!latex-package!
	Added the quote environment

2003-04-29  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module): 
	Fixed bhl-indent-line.

2003-04-03  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module): 
	Fixed a bug concerning escaping chars in LaTeX
	(thx to Thomas G.)

2003-03-31  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	You can now escape underscore inside links and images.
	Added a mechanism for escaping chars when converting into LaTeX.
	`bhl-check-existing-tags' dont stop anymore at things like \this.

2003-03-27  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Use my own bhl-replace-regexp-in-string (fixed XEmacs table
	conversion bug).
	Put (provide 'bhl) at the end of bhl.el.
	Fixed a bug concerning `bhl-show-toc'.

2003-03-25  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Release of BHL 1.6

2003-03-21  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Protected footnotes inside (sub)sections' title.
	Fixed a bug concerning the BHL menu for XEmacs (thx to Jacob
	Hamacher).
	Added bhl-insert-lol <C-c C-c l>.
	
2003-03-20  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Added insertion of the subtitle into TXT output.
	Fixed bugs concerning description lists (thx to J. Stauffer).
	Changed french quote from <<...>> to ... into LaTeX output.
	Added bhl-texi-toggle-accents.
	Added "footnote" to `bhl-verbatim-ignore'.
	
2003-03-18  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Added documentation for bhl-url-regexp.
	Fixed a bug concerning bhl-check in SGML format.
	Added "lang", "encoding" and "texi-style" specifications.

2003-03-17  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	C-down-mouse-3 for the popup menu: avoid conflict with X keys.
	Fixed a bug concerning the insertion of &epsilon; (was &#949;).
	Removed the <C-c C-o> binding in the output buffer.
	Removed bhl-txt-tabs-are-spc (-> TAS: see properties list).
	Specification should be at the *beginning* of the line.
	Cleaned up some ugly code.
	
2003-03-14  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Fixed some (invalid "\" in replacement) errors.
	Added `bhl-replace-tab-with-spc' and `bhl-txt-tabs-are-spc'.
	Use `defalias' instead of `defsubst' for XEmacs compat.
	Added `bhl-non-wiki-names-list' and
	`bhl-non-wiki-names-unhighlight'.
	Fixed a bug concerning the 'check' specification.
	
2003-03-13  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	bhl-sectioning-guess-style is not interactive anymore.
	Added hooks after global conversion and format-relative
	conversion.
	Fixed a bug in the LaTeX footnote conversion (thx to Mario
	Domgrgen). 

2003-03-12  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Get rid of the setplist calls.
	Fixed wrong (get 'html ...).
	Added bhl-hide-comment.
	Bhl mode now guesses automatically the style.
	Some message strings have been added.
	bhl-show-lol doesn't return an error while listing a buffer which
	does not include any link.
	The popup keymap doesn't make an error when no local-keymap is
	currently defined (thx to Mario Domgrgen).
	
2003-03-11  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Added \' to bhl-xx-quotation-marks.
	Removed "ue" from deutsch special chars.
	Added (rear-nonsticky t) property to URL and WikiNames.

2003-03-10  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Fixed stupid empty &optional in bhl2xxx.
	Fixed a bug concerning bhl-skip-toc.

2003-03-06  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Moved bhl-sec-* to bhl-sectioning-*.
	Made bhl-sectioning-switch-style interactive.
	Added (face bold) in bhl-lol/toc-mode.
	Added some (custom-manual) entries.
	
2003-03-05  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Added bhl-show-links (C-c C-/).
	Removed bhl-main-buffer.
	Fixed conflictual keymap [(mouse-2)].

2003-03-04  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Added html-style, latex-class and latex-options specifications.
	Rewritten bhl-parse-specifications.
	Renamed bhl-sectioning-style to bhl-default-sectioning-style.
	Renamed bhl-html-style to bhl-html-default-style.
	Added bhl-convert-toc property.
	Added bhl-verbatim-ignore and subsequent code inside
	the core conversion functions so that verbatim and comment regions
	are properly handled.
	Removed some unuseful save-excursion.
	Support for format-time-string in date specification.

2003-03-03  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Added bhl-add-text-properties.
	Added bhl-guess-sectioning-style.
	Changed "equal" style to "equal-sign".
	Fixed a BUG concerning i18n conversion.
	Fixed the bug concerning bad conversion inside links, verbatim and comments.

2003-03-02  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Clean up (eval (intern ...) Thx to D. Katz.
	Added bhl-cleanup-cell (no more whitespaces in cells).
	Changed alist keys from bhl-xxx to xxx.
	
2003-02-28  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Updated bhl-submit-bug-report.
	Added bhl-latex-default-class and bhl-latex-default-class-options.
	Removed bhl-latex-class and bhl-latex-pt.
	Added recognizing of some headers (author, date).
	Added bhl-xxx-list-item-is-para.
	Added WikiNames handling (highlighting, browsing, following.)
	Removed bhl-goto-previous-url (no use?)
	Converted bhl-goto-next-url into bhl-goto-next-url-or-wiki.

2003-02-27  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Removed umlaut from bhl-de-special-chars.

2003-02-26  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	A header cell is now indicated by @...@.

2003-02-25  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Added custom variables for faces.
	Enhanced fontification (-> XEmacs).
	Removed bhl-uncomment-region (now in bhl-comment-region).
	Removed (require 'foonote) (-> XEmacs).
	Modified bhl-sec-regexp-list.
	Changed the matching of headers in tables (@).
	
2003-02-24  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Fixed table headers conversion -- thx to D. Katz.
	Added bhl-mark-active (-> XEmacs).

2003-02-22  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Get rid of the mode-line.
	Get rid of skeleton (-> XEmacs)
	Modified bhl-change-font.
	Added bhl-change-font-normal.
	Simplified the handling of plist and the parsing of
	specifications: fixed a BIG BAD BUG that prevented 
	the customization of bhl2xxx.
	Added bhl-initialize-properties.

2003-02-21  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Added bhl-match-string.
	Fixed the ref to free var caption.
	Minor documentation fixes.
	Changed bhl-generic-url-regexp "<".
	Removed the `copy-to-register'.
	Added a popup menu (down-mouse-2).
	Point set to min after conversion.
	Cursor now at the right place in bhl-show-toc.
	Synchro depth of toc inserted while in *toc*.
	Modified bhl-convert-para: too much looking-at.
	Fixed bhl-comment-region.

2003-02-20  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Rewritten bhl2xxx-convert-table (faster).
	Fixed indentation for description lists.
	Removed bad fset in Emacs namespace.
	Removed all add-to-list (Emacs20 & XEmacs).
	Put bhl-add-to-conversion-list -- thx to Mario.
	Fixed a stupid bug of `bhl-convert-verbatim'
	- thx to Massimiliano.
	
2003-02-19  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Removed the :help tags in the menu.
	Added bhl-list-regexp-list.
	Added bhl-list-syntax-alist.
	Enhanced list conversion (nesting & indentation).
	Change bhl-img-face.
	Rewritten bhl-convert-img.
	Added bhl-uncomment-region.
	
2003-02-18  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Added bhl-comment-region.
	Added support for comment conversion.
	Added support for line specification.
	Updated the menu.
	Added bhl2xxx-default-plist.
	Added bhl-sec-turn-to-alpha/num.
	Added support for different sectioning styles
	Fully rewritten the way of TOC handling.
	Nice colors (DarkBhl).
	Added support for escape chars.
	Removed "propertize".
	Removed imenu-generic-expression.
	Removed bhl-table-ask-caption-flag
	Removed bhl-txt-center-flag.
	New key binding for bhl-insert-tab: M-TAB
	Renamed `bhl-tab' to `bhl-insert-tab'.
	Rewritten key bindings.
	Removed default conversion of footnote.
	Fixed replace-tag and replace-section.

2003-02-04  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module): 
	Added auto-indentation 	when editing lists.
	Added a bhl-tab-width variable.
	
2003-02-02  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module): Changed the output
	of LaTeX labels.

2003-01-29  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module): 
	Changed the sections' labels for bhl2txt.

2003-01-26  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module): 
	Changed the fontified match-string of tags.
	Changed bhl-convert-para -> \&"'
	Fixed minors bugs concerning list conversion.
	bhl-check now handles \blabla tags.

2003-01-25  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module): 
	Enhanced bhl-convert-para (bug fixes).
	Handling some errors with footnotes.
	Fixed a bug concerning sections' numbering.
	The first "|" of table must be at the
	beginning of the line: so that you can insert
	"|" inside verbatim environment by adding a whitespace.
	Changed the replace-tag defun.
	
2003-01-22  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl-mode.el (Module): 
	Added support for footnotes conversion.
	Added a check-no-tags function.
	Added a verbatim and minipage environment.
	Added a way to define the length of hr.
	Changed the highlighting functions.
	URLs are now clickable.
	Updated the menu.
	Changed the bhl-insert-img function.
	Changed the bhl-img-regexp.
	Splitted the bhl-url-regexp.
	Added bhl-html-title-tags.
	Added help-echo for customize.
	Improved bhl-replace-tag.
	Many other bugs fixes.

2003-01-15  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module): 
	makeinfo used by default (instead of texinfmt).
	Removed ifnotinfo in the bhl-en.texi.
	Splitted the bhl2xxx function.

2003-01-14  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module): 
	__word__ now means underline word.
	_*word*_ now means bold-italic word.
	==word== now means truetype word.
	Added a verbatim environment (bhl-[intro|end]-verbatim)
	Added conversion of the abstract with bhl2sgml.
	Added support for browsing URL directly from the BHL buffer.
	Added TOC depth in the menu.
	Added bhl-txt-conversions-list.
	Reversed order of items in bhl-xxx-conversions-lists.
	Removed the <V> tag. No tag is better :)
	Removed bhl-html-bg-color and -text-color.

2003-01-11  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module): 
	Added bhl-i18n-conventions in english/french/german.
	Added bhl-view-log and some warning messages.
	Added <P> tag to list item in HTML output.
	Removed bhl-latex-use-url-flag, bhl-latex-maketitle-flag.
	Changed <VERBATIM> into <V>.
	Enhanced bhl-show-version.
	Fixed a bug when converting definition lists.
	Fixed a minor bug concerning bold font-lock.
	Minor change in bhl-string-to-anchor.
	Minor changes in the mode-line-format.
	Updated the menu and the documentation.

	
2003-01-08  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module): 
	Added bhl2txt (strip font tags and URL/section syntax).
	Added special chars conversion (quote).
	Added LaTeX and TeX conversion.
	Support for french conventions (quote, ligature, punctuation).
	Added bhl-xxx-conversions-lists: allow the user to choose the
	conversion functions to perform in each format.
	Added bhl-submit-bug-report and bhl-doc-mode.
	Removed bhl-quick-help.
	Fixed defcustom bhl-xxx-conversions-list.
	Updated the menu.

2003-01-07  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module): 
	Fixed big bug with bhl2-*-convert-tables. 
	Added bhl-version and bhl-show-version.
	Added bhl-convert-tex.

2003-01-06  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module): 
	Removed bhl-parse-*.
	Unified bhl2xxx.
	Other minor fixes.

2003-01-03  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module): 
	Added bhl-mode-hook. 
	More convenient mode-line-format. 
	Added imenu-generic-expression. 
	Added "o" as list item marker. 
	Changed [0-9] to [O-9]+\. as enumerate item marker [ZOPE]. 
	Changed "=" to "--" as definition list marker [ZOPE].
	Removed bhl2fancyhtml [no need].
	Removed possibility to put the page into a table [no need]. 
	Changed `bhl-html-justify-para' to `bhl-html-para-align'. 
	Extracted `bhl-quick-help' from mode description.
	Fixed a minor bug concerning toc insert. 
	
2003-01-02 Bastien Guerry <bzgNOSPAM@altern.org>

	* bhl.el (Module): 
	Removed useless defcustom for BHL-faces. 
	Added 'append flag into bhl-font-lock-keywords. 

2002-12-30  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module): 
	Respect W3C conventions: i.e. no bad use of <P> tag.
	Added summary for tables and alt for images.

2002-12-28  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module): 
	Better support for list conversion. 
	Changed bhl-descrip-regexp (less blank lines).

2002-12-27  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module): 
	Added support of tables conversion. 
	Added variables for tables conversion. 
	Added support of image conversion (only in the HTML output). 
	Added <VERBATIM> tag, conversion and change-font command. 
	Changed the way filenames are created (dot mandatory). 
	Changed URL regexp so that "http://" is not mandatory.
	Changed some key bindings to fit Emacs conventions. 
	Fixed the bhl-change-font command: no auto-wrap. 
	Fixed a minor inversion in bhl-latex-syntax-table.

2002-12-26  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module): 
	Fixed a bug concerning browsing the toc with the mouse.
	Changed the local keymap to fit with emacs conventions. 

2002-12-24  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl.el (Module):
	Support for nested lists
	Replaced overline with bold-italic
	Fixed major bug concerning underline (==)
	Better TOC buffer (no need to mention the point location)
	Font change  la html-mode
	Added functions for browsing the BHL file
	Added a function that inserts an URL 
	Better SGML conversion
	Clean the doc strings inside the code
	No LaTeX options in the menu and mode-line

2002-12-19  Bastien Guerry  <bzgNOSPAM@altern.org>

	* bhl/bhl.el (Module): 
	First "serious" release. 
	View toc in a window according to the size of toc.
