~ntt-pf-lab/nova/monkey_patch_notification

« back to all changes in this revision

Viewing changes to vendor/Twisted-10.0.0/twisted/lore/topfiles/NEWS

  • Committer: Jesse Andrews
  • Date: 2010-05-28 06:05:26 UTC
  • Revision ID: git-v1:bf6e6e718cdc7488e2da87b21e258ccc065fe499
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Ticket numbers in this file can be looked up by visiting
 
2
http://twistedmatrix.com/trac/ticket/<number>
 
3
 
 
4
Twisted Lore 10.0.0 (2010-03-01)
 
5
================================
 
6
 
 
7
Other
 
8
-----
 
9
 - #4241
 
10
 
 
11
 
 
12
Twisted Lore 9.0.0 (2009-11-24)
 
13
===============================
 
14
 
 
15
Features
 
16
--------
 
17
 - Python source listings now include line numbers (#3486)
 
18
 
 
19
Fixes
 
20
-----
 
21
 - Lore now uses minidom instead of Twisted's microdom, which incidentally
 
22
   fixes some Lore bugs such as throwing away certain whitespace
 
23
   (#3560, #414, #3619)
 
24
 - Lore's "lint" command should no longer break on documents with links in them
 
25
   (#4051, #4115)
 
26
 
 
27
Deprecations and Removals
 
28
-------------------------
 
29
 - Lore no longer uses the ancient "tml" Twisted plugin system (#1911)
 
30
 
 
31
Other
 
32
-----
 
33
 - #3565, #3246, #3540, #3750, #4050
 
34
 
 
35
 
 
36
Lore 8.2.0 (2008-12-16)
 
37
=======================
 
38
 
 
39
Other
 
40
-----
 
41
 - #2207, #2514
 
42
 
 
43
 
 
44
8.1.0 (2008-05-18)
 
45
==================
 
46
 
 
47
Fixes
 
48
-----
 
49
 - The deprecated mktap API is no longer used (#3127)
 
50
 
 
51
 
 
52
8.0.0 (2008-03-17)
 
53
==================
 
54
 
 
55
Fixes
 
56
-----
 
57
 - Change twisted.lore.tree.setIndexLin so that it removes node with index-link
 
58
   class when the specified index filename is None. (#812)
 
59
 - Fix the conversion of the list of options in man pages to Lore format.
 
60
   (#3017)
 
61
 - Fix conch man pages generation. (#3075)
 
62
 - Fix management of the interactive command tag in man2lore. (#3076)
 
63
 
 
64
Misc
 
65
----
 
66
 - #2847
 
67
 
 
68
 
 
69
0.3.0 (2007-01-06)
 
70
==================
 
71
 
 
72
Features
 
73
--------
 
74
 - Many docstrings were added to twisted.lore.tree (#2301)
 
75
 
 
76
Fixes
 
77
-----
 
78
 - Emitting a span with an index class to latex now works (#2134)
 
79
 
 
80
 
 
81
0.2.0 (2006-05-24)
 
82
==================
 
83
 
 
84
Features
 
85
--------
 
86
 - Docstring improvements.
 
87
 
 
88
Fixes
 
89
-----
 
90
 - Embedded Dia support for Latex no longer requires the 'which'
 
91
   command line tool.
 
92
 - Misc: #1142.
 
93
 
 
94
Deprecations
 
95
------------
 
96
 - The unused, undocumented, untested and severely crashy 'bookify'
 
97
   functionality was removed.
 
98
 
 
99
 
 
100
0.1.0
 
101
=====
 
102
 - Use htmlizer mode that doesn't insert extra span tags, thus making
 
103
   it not mess up in Safari.