- 04 Mar, 1998 12 kayıt (commit)
-
-
Fred Drake yazdı
data file.
-
Fred Drake yazdı
will allow us to have a class of smaller documents as well.
-
Guido van Rossum yazdı
work on Windows.
-
Fred Drake yazdı
-
Fred Drake yazdı
target.
-
Fred Drake yazdı
along with the others. html-$(VERSION).tar.gz: Change the wildcard for picking up GIFs a little to avoid changes in what LaTeX2HTML generates.
-
Fred Drake yazdı
Add comments about what to do about bugs.
-
Fred Drake yazdı
-
Fred Drake yazdı
Chunk.__repr__(), main(): Allow Chunk objects to get the buffer, to make the representation contain text instead of a pair of indexes. This makes debugging a little easier.
-
Fred Drake yazdı
get some funky quoting of ']' in \item[...] to work right without having to do really ugly things to the documents themselves. There are a lot of things relating to indexing that are commented out; parts need to be examined and dealt with with respect to changes in LaTeX2HTML internals. I'll work with Ross to see what it takes to make this sort of stuff reasonable.
-
Fred Drake yazdı
order. LaTeX2HTML just doesn't do things the same way as LaTeX, and this wasn't the fix. Simplify the generated HTML for \file{}. For \samp{}, use "..." instead of `...'; many fonts make that look pretty bad. ;-(
-
Fred Drake yazdı
a fix to LaTeX2HTML from Ross Moore. Yeah!
-
- 03 Mar, 1998 24 kayıt (commit)
-
-
Fred Drake yazdı
it no longer appears to be needed.
-
Guido van Rossum yazdı
position in new_buffersize(); the correct function to use is ftell(). Thanks to Ben Jackson.
-
Guido van Rossum yazdı
instead of 'locals' I was passing 'lock_import' to import_module_ex().
-
Fred Drake yazdı
-
Guido van Rossum yazdı
time can be in PyImport_ImportModuleEx(). Recursive calls from the same thread are okay. Potential problems: - The lock should really be part of the interpreter state rather than global, but that would require modifying more files, and I first want to figure out whether this works at all. - One could argue that the lock should be per module -- however that would be complicated to implement. We would have to have a linked list of locks per module name, *or* invent a new object type to represent a lock, so we can store the locks in the module or in a separate dictionary. Both seem unwarranted. The one situation where this can cause problems is when loading a module takes a long time, e.g. when the module's initialization code interacts with the user -- during that time, no other threads can run. I say, "too bad."
-
Guido van Rossum yazdı
instead of dumping core.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
Also got rid of some inconsistent change log comments near the top.
-
Fred Drake yazdı
now requires LaTeX2HTML 98.1p1 or newer (& and is still in progress). This means that doing things to change the formatting of the manuals (at the "normal user" level, like A4 paper), can happen in just one place, rather than in each document file.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
manipulation routines can be used on non-Mac platforms (e.g. to manipulate pathnames in a Mac specific archive).
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Changed sample module creation of an exception to use PyErr_NewException(). Logical markup.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
-
Guido van Rossum yazdı
doesn't cause a traceback.
-
Guido van Rossum yazdı
-
- 02 Mar, 1998 4 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Fred Drake yazdı
&replace_verbatim_hook: Clean up a little, avoid long lines.
-
Guido van Rossum yazdı
-