branches with status:
Name Status Last Modified Last Commit
lp://staging/~pitkali/bzr-scmproj/padd-trace bug(Has a merge proposal) 1 Development 2013-07-22 20:57:11 UTC
386. Fix stray reference to now removed tr...

Author: Piotr Kalinowski
Revision Date: 2013-07-22 20:39:19 UTC

Fix stray reference to now removed trace.info

It was deprecated before, and has been finally removed from bazaar trunk
around July 2011. Use trace.note instead.

lp://staging/~pitkali/+junk/dot-bazaar 1 Development 2013-07-22 20:51:50 UTC
3. Use scmproj instead of externals Mos...

Author: Piotr Kalinowski
Revision Date: 2013-07-22 20:51:50 UTC

Use scmproj instead of externals

Most of the components are to be downloaded, and updated, but not
modified, and definitely not pushed along with root project. It seems
that scmproj is more like what I really need (and what I need is best
described as clone of Mercurial's guestrepo).

lp://staging/~pitkali/+junk/pos-tip.el 1 Development 2013-07-17 16:40:32 UTC
119. Fix problem when using pos-tip-show f...

Author: Piotr Kalinowski
Revision Date: 2013-07-17 16:33:39 UTC

Fix problem when using pos-tip-show for the first time

When displaying first tooltip after starting Emacs, text attributes
would not be correctly applied, resulting in incorrect colour of tooltip
text and background. This would be visible only for the text, frame
foreground and background were set correctly.

This seems to have been related to the use of `make-face' to create a
temporary face for applying those text attributes. According to
documentation this function should not be used from Lisp source code. In
fact it turns out that there's no need to use a separate face at all: it
is sufficient to use a list of desired face attributes that should be
applied to text.

This fixes the problem and removes potentially costly operations
involving changing selected windows and manipulating face properties for
all the frames.

13 of 3 results