1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518
|
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 ε (was ε).
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.
|