~thumper/creoleparser/trunk

« back to all changes in this revision

Viewing changes to CHANGES.txt

  • Committer: stephen.h.day
  • Date: 2010-10-20 01:55:53 UTC
  • Revision ID: svn-v4:a60eed84-fc3d-0410-a09c-0d1a7a6707c9:trunk:236
work on docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Version 0.7.3 (??? 2010)
2
 
---------------------------
3
 
 
4
 
* external links can have an optional class attribute
5
 
  (``external_links_class``)
6
 
* ``macro_func`` can now return a dictionary, providing better support
7
 
  for typical bodied macro use (i.e., styling and formatting)
8
 
* added ``custom_markup``, ``disable_external_content``, ``simple_markup``,
9
 
  and ``external_links_class`` parameters to ``create_dialect`` function
 
2
------------------------
 
3
 
 
4
* added higher level support for macros for those that don't need a
 
5
  specialized ``macro_func`` (see the ``bodied_macros`` and
 
6
  ``non_bodied_macros`` parameters of the ``create_dialect`` function)
 
7
* renamed ``interwiki_links_funcs`` to ``interwiki_links_path_funcs``, added
 
8
  depreciation warning
 
9
* added a bunch of other new parameters to ``create_dialect``:
 
10
 
 
11
  * ``disable_external_content``
 
12
  * ``external_links_class``
 
13
  * ``interwiki_links_class_funcs``
 
14
  * ``simple_markup``, markup for inline HTML tags like `strong` and `em`
 
15
    now lives here
 
16
  * ``custom_markup``, provides easy support for markup like emoticons
 
17
    and WikiWords
 
18
  * ``argument_parser``, the default parser for macro argument strings
 
19
    
 
20
* depreciated unused classes  
10
21
* added support for custom base urls and functions for images
 
22
* fix bug with ``blog_style_endings`` option
11
23
 
12
24
 
13
25
Version 0.7.2 (May 8 2010)
14
 
-----------------------------
 
26
--------------------------
15
27
 
16
28
* fixed bad import in setup.py 
17
29
* images now support wiki links and interwiki links