Archive for May, 2006
MailCore 0.2.3 has just been uploaded. Here’s some release notes:
The CTCoreMessage object now has a flag attribute, it holds flags like unread, forwarded, new..etc
More documentation has been added. I added a small section on sending e-mail.
MailCore has now been released under the BSD license
@executable_path/../Frameworks/ is no longer the default for the installation location. If you […]
I’ve added a summary of the projects I have in subversion, so if people are really interested they can check them out. Warning: Don’t check out Kiwi right now, there is pretty much nothing there since it’s being moved to MailCore!
Update:
I removed the Subversion projects summary during the move to the new server. Instead, checkout […]
Today I had a weird problem where copying and pasting stopped working. Since I really dislike restarting, I messed around and found a solution:
Run this in the Terminal:
ps -x | grep “/System/Library/CoreServices/pb[s]”
I got a result like this, if you don’t get any results skip the next step:
20829 p0- SN 0:00.28 […]
As you probably already know, I’m working on an e-mail client known as Kiwi. Kiwi is not going to be the end all e-mail client, and for many people Mail.app might be a better option. What Kiwi is will be, a sharper tool in an advanced user’s bag of tricks. Part of the problem with […]
Want to know how many lines of code your project is? Run this command:
find . -name ‘*.[hm]’ -exec cat {} \; | wc -l
Note: Header files in your project build directories can skew the result, you might want to empty out your build directories before running this. Change the file extensions in [hm] if you […]
My new black iPod Nano arrived today. I’m liking this color screen thing.
Search
About
You are currently browsing the Ronge weblog archives for May, 2006.
Longer entries are truncated. Click the headline of an entry to read it in its entirety.Latest
Archives
Categories
- Cocoa (15)
- Cool (10)
- General (14)
- General Programming (13)
- Kiwi (24)
- Mac OS X (15)
- Software (11)
- Uncategorized (2)
- UNIX (7)
