Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (727 - 729 of 1030)

Ticket Resolution Summary Owner Reporter
#35 fixed Font Preferences Don't Work Gary Byers Andrew Shalit
Description

The font preferences panel doesn't work. Clicking either of the two buttons brings up a font selection panel, but making a selection doesn't do anything. The preference panel doesn't show the newly chosen font/style/size, and the the editor windows don't use the newly chosen font/style/size. This is true both for the Default Font and for the Modeline Font.

#241 fixed Fixes for UFFI support Gary Byers Hans Hübner
Description

UFFI uses internal CCL functions, some of which do not work any more:

%set-cstring assumed byte-wide characters

%find-foreign-record first looked for a structure definition, then for a union definition. For unions, it appears that the struct definition that was created for unions was always returned. I reversed the order (first look for a union definition, then for a structure definition for a given name) which fixes the problem for the UFFI test suite. This needs review.

Patch attached.

#236 fixed Fix for UTTypeConformsTo key in Cocoa IDE's Info.plist R. Matthew Emerson Daniel Dickison
Description

The UTTypeConformsTo key in the Info.plist's type definition should be an array of strings instead of a string. The effect of this bug is that other apps/spotlight-plugins that reference lisp files (like the Lisp Metadata Importer) don't work because CCL's type definition results in a broken UTI.

I'm attaching a patch that fixes this, but with the recent directory layout changes I wasn't sure if the patch applies to the right file.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.