public
Description: Different input source for each application on Leopard
Homepage: http://limechat.net/inputswitcher/
Clone URL: git://github.com/psychs/inputswitcher.git
Click here to lend your support to: inputswitcher and make a donation at www.pledgie.com !
inputswitcher / changelog.txt
100644 61 lines (39 sloc) 1.658 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
2009-01-04 Satoshi Nakagawa <psychs@limechat.net>
 
    Release: 1.0.
    Removed work around for Firefox. Because it's a Cocoa app now.
 
2008-01-25 Satoshi Nakagawa <artension@gmail.com>
 
Release: 0.6.
 
* app/src/AppController.m:
- Do not change the input source state when the next active application is Thunderbird.
 
2007-11-18 Satoshi Nakagawa <artension@gmail.com>
 
Release: 0.5.
 
* app/src/AppController.m,
bundle/src/PSInputSwitcherHook.m:
Improved Quicksilver support. Always select an ASCII input source.
 
2007-11-17 Satoshi Nakagawa <artension@gmail.com>
 
Release: 0.4.
 
* app/src/AppController.m,
app/src/PSInputSource.{h|m},
bundle/src/PSInputSwitcherHook.m:
Supported Quicksilver. Thanks to kumura wataru.
 
2007-11-12 Satoshi Nakagawa <artension@gmail.com>
 
Release: 0.3.
 
* app/src/AppController.m:
Improved to select an ASCII capable input source when an application starts up.
 
* app/src/PSInputSource.{h|m}:
Renamed PSInputSourceRef to PSInputSource.
Added currentAsciiInputSource method.
 
2007-11-10 Satoshi Nakagawa <artension@gmail.com>
 
Release: 0.2.
 
* bundle/src/PSInputSwitcherHook.{h|m}:
- Renamed PSInputSourceSwitch to PSInputSwitcherHook.
- Improved to use +install for installing notification hooks.
Thanks to kimura wataru.
- Changed to send bundleIdentifier to the server.
 
* app/src/AppController.m:
- Do not change the input source state when the next active application is Firefox.
Workaround for the Firefox's input source locking problem.
 
* app/src/PrefUtil.m:
Fixed a memory leak around CF values.
 
2007-11-08 Satoshi Nakagawa <artension@gmail.com>
 
The first release: 0.1.