Merge lp:~arnegoetje/ubuntu/maverick/ibus/merge-from-sid into lp:ubuntu/maverick/ibus

Proposed by Arne Goetje
Status: Merged
Merge reported by: Sebastien Bacher
Merged at revision: not available
Proposed branch: lp:~arnegoetje/ubuntu/maverick/ibus/merge-from-sid
Merge into: lp:ubuntu/maverick/ibus
Diff against target: 199228 lines
To merge this branch: bzr merge lp:~arnegoetje/ubuntu/maverick/ibus/merge-from-sid
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+31945@code.launchpad.net

Description of the change

Merge from Debian unstable.

PLEASE REVIEW BEFORE ACCEPT, especially the patches 05_appindicator.dpatch and 06_show_menuitem.dpatch!
I have merely adjusted the line numbers, so that the patches apply. However, I have no idea if the patch lines actually all make sense.

The package builds on my local system, but it should be tested if the functionality is like expected.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.pc'
2=== added file '.pc/.version'
3--- .pc/.version 1970-01-01 00:00:00 +0000
4+++ .pc/.version 2010-08-06 11:53:43 +0000
5@@ -0,0 +1,1 @@
6+2
7
8=== added directory '.pc/01_ubuntu_desktop'
9=== added directory '.pc/01_ubuntu_desktop/bus'
10=== added file '.pc/01_ubuntu_desktop/bus/ibus.desktop.in'
11--- .pc/01_ubuntu_desktop/bus/ibus.desktop.in 1970-01-01 00:00:00 +0000
12+++ .pc/01_ubuntu_desktop/bus/ibus.desktop.in 2010-08-06 11:53:43 +0000
13@@ -0,0 +1,14 @@
14+[Desktop Entry]
15+Encoding=UTF-8
16+_Name=IBus
17+_GenericName=Input Method Framework
18+_Comment=Start IBus Input Method Framework
19+Exec=ibus-daemon --xim
20+Icon=ibus
21+Terminal=false
22+Type=Application
23+Categories=System;Utility;
24+X-GNOME-Autostart-Phase=Applications
25+X-GNOME-AutoRestart=false
26+X-GNOME-Autostart-Notify=true
27+X-KDE-autostart-after=panel
28
29=== added directory '.pc/01_ubuntu_desktop/setup'
30=== added file '.pc/01_ubuntu_desktop/setup/ibus-setup.desktop.in'
31--- .pc/01_ubuntu_desktop/setup/ibus-setup.desktop.in 1970-01-01 00:00:00 +0000
32+++ .pc/01_ubuntu_desktop/setup/ibus-setup.desktop.in 2010-08-06 11:53:43 +0000
33@@ -0,0 +1,10 @@
34+[Desktop Entry]
35+Encoding=UTF-8
36+_Name=IBus Preferences
37+_Comment=Set IBus Preferences
38+Exec=ibus-setup
39+Icon=ibus-setup
40+Terminal=false
41+Type=Application
42+StartupNotify=true
43+Categories=Settings;
44
45=== added file '.pc/applied-patches'
46--- .pc/applied-patches 1970-01-01 00:00:00 +0000
47+++ .pc/applied-patches 2010-08-06 11:53:43 +0000
48@@ -0,0 +1,1 @@
49+01_ubuntu_desktop
50
51=== removed file 'ABOUT-NLS'
52--- ABOUT-NLS 2008-11-30 10:41:05 +0000
53+++ ABOUT-NLS 1970-01-01 00:00:00 +0000
54@@ -1,1101 +0,0 @@
55-1 Notes on the Free Translation Project
56-***************************************
57-
58-Free software is going international! The Free Translation Project is
59-a way to get maintainers of free software, translators, and users all
60-together, so that free software will gradually become able to speak many
61-languages. A few packages already provide translations for their
62-messages.
63-
64- If you found this `ABOUT-NLS' file inside a distribution, you may
65-assume that the distributed package does use GNU `gettext' internally,
66-itself available at your nearest GNU archive site. But you do _not_
67-need to install GNU `gettext' prior to configuring, installing or using
68-this package with messages translated.
69-
70- Installers will find here some useful hints. These notes also
71-explain how users should proceed for getting the programs to use the
72-available translations. They tell how people wanting to contribute and
73-work on translations can contact the appropriate team.
74-
75- When reporting bugs in the `intl/' directory or bugs which may be
76-related to internationalization, you should tell about the version of
77-`gettext' which is used. The information can be found in the
78-`intl/VERSION' file, in internationalized packages.
79-
80-1.1 Quick configuration advice
81-==============================
82-
83-If you want to exploit the full power of internationalization, you
84-should configure it using
85-
86- ./configure --with-included-gettext
87-
88-to force usage of internationalizing routines provided within this
89-package, despite the existence of internationalizing capabilities in the
90-operating system where this package is being installed. So far, only
91-the `gettext' implementation in the GNU C library version 2 provides as
92-many features (such as locale alias, message inheritance, automatic
93-charset conversion or plural form handling) as the implementation here.
94-It is also not possible to offer this additional functionality on top
95-of a `catgets' implementation. Future versions of GNU `gettext' will
96-very likely convey even more functionality. So it might be a good idea
97-to change to GNU `gettext' as soon as possible.
98-
99- So you need _not_ provide this option if you are using GNU libc 2 or
100-you have installed a recent copy of the GNU gettext package with the
101-included `libintl'.
102-
103-1.2 INSTALL Matters
104-===================
105-
106-Some packages are "localizable" when properly installed; the programs
107-they contain can be made to speak your own native language. Most such
108-packages use GNU `gettext'. Other packages have their own ways to
109-internationalization, predating GNU `gettext'.
110-
111- By default, this package will be installed to allow translation of
112-messages. It will automatically detect whether the system already
113-provides the GNU `gettext' functions. If not, the included GNU
114-`gettext' library will be used. This library is wholly contained
115-within this package, usually in the `intl/' subdirectory, so prior
116-installation of the GNU `gettext' package is _not_ required.
117-Installers may use special options at configuration time for changing
118-the default behaviour. The commands:
119-
120- ./configure --with-included-gettext
121- ./configure --disable-nls
122-
123-will, respectively, bypass any pre-existing `gettext' to use the
124-internationalizing routines provided within this package, or else,
125-_totally_ disable translation of messages.
126-
127- When you already have GNU `gettext' installed on your system and run
128-configure without an option for your new package, `configure' will
129-probably detect the previously built and installed `libintl.a' file and
130-will decide to use this. This might not be desirable. You should use
131-the more recent version of the GNU `gettext' library. I.e. if the file
132-`intl/VERSION' shows that the library which comes with this package is
133-more recent, you should use
134-
135- ./configure --with-included-gettext
136-
137-to prevent auto-detection.
138-
139- The configuration process will not test for the `catgets' function
140-and therefore it will not be used. The reason is that even an
141-emulation of `gettext' on top of `catgets' could not provide all the
142-extensions of the GNU `gettext' library.
143-
144- Internationalized packages usually have many `po/LL.po' files, where
145-LL gives an ISO 639 two-letter code identifying the language. Unless
146-translations have been forbidden at `configure' time by using the
147-`--disable-nls' switch, all available translations are installed
148-together with the package. However, the environment variable `LINGUAS'
149-may be set, prior to configuration, to limit the installed set.
150-`LINGUAS' should then contain a space separated list of two-letter
151-codes, stating which languages are allowed.
152-
153-1.3 Using This Package
154-======================
155-
156-As a user, if your language has been installed for this package, you
157-only have to set the `LANG' environment variable to the appropriate
158-`LL_CC' combination. Here `LL' is an ISO 639 two-letter language code,
159-and `CC' is an ISO 3166 two-letter country code. For example, let's
160-suppose that you speak German and live in Germany. At the shell
161-prompt, merely execute `setenv LANG de_DE' (in `csh'),
162-`export LANG; LANG=de_DE' (in `sh') or `export LANG=de_DE' (in `bash').
163-This can be done from your `.login' or `.profile' file, once and for
164-all.
165-
166- You might think that the country code specification is redundant.
167-But in fact, some languages have dialects in different countries. For
168-example, `de_AT' is used for Austria, and `pt_BR' for Brazil. The
169-country code serves to distinguish the dialects.
170-
171- The locale naming convention of `LL_CC', with `LL' denoting the
172-language and `CC' denoting the country, is the one use on systems based
173-on GNU libc. On other systems, some variations of this scheme are
174-used, such as `LL' or `LL_CC.ENCODING'. You can get the list of
175-locales supported by your system for your language by running the
176-command `locale -a | grep '^LL''.
177-
178- Not all programs have translations for all languages. By default, an
179-English message is shown in place of a nonexistent translation. If you
180-understand other languages, you can set up a priority list of languages.
181-This is done through a different environment variable, called
182-`LANGUAGE'. GNU `gettext' gives preference to `LANGUAGE' over `LANG'
183-for the purpose of message handling, but you still need to have `LANG'
184-set to the primary language; this is required by other parts of the
185-system libraries. For example, some Swedish users who would rather
186-read translations in German than English for when Swedish is not
187-available, set `LANGUAGE' to `sv:de' while leaving `LANG' to `sv_SE'.
188-
189- Special advice for Norwegian users: The language code for Norwegian
190-bokma*l changed from `no' to `nb' recently (in 2003). During the
191-transition period, while some message catalogs for this language are
192-installed under `nb' and some older ones under `no', it's recommended
193-for Norwegian users to set `LANGUAGE' to `nb:no' so that both newer and
194-older translations are used.
195-
196- In the `LANGUAGE' environment variable, but not in the `LANG'
197-environment variable, `LL_CC' combinations can be abbreviated as `LL'
198-to denote the language's main dialect. For example, `de' is equivalent
199-to `de_DE' (German as spoken in Germany), and `pt' to `pt_PT'
200-(Portuguese as spoken in Portugal) in this context.
201-
202-1.4 Translating Teams
203-=====================
204-
205-For the Free Translation Project to be a success, we need interested
206-people who like their own language and write it well, and who are also
207-able to synergize with other translators speaking the same language.
208-Each translation team has its own mailing list. The up-to-date list of
209-teams can be found at the Free Translation Project's homepage,
210-`http://www.iro.umontreal.ca/contrib/po/HTML/', in the "National teams"
211-area.
212-
213- If you'd like to volunteer to _work_ at translating messages, you
214-should become a member of the translating team for your own language.
215-The subscribing address is _not_ the same as the list itself, it has
216-`-request' appended. For example, speakers of Swedish can send a
217-message to `sv-request@li.org', having this message body:
218-
219- subscribe
220-
221- Keep in mind that team members are expected to participate
222-_actively_ in translations, or at solving translational difficulties,
223-rather than merely lurking around. If your team does not exist yet and
224-you want to start one, or if you are unsure about what to do or how to
225-get started, please write to `translation@iro.umontreal.ca' to reach the
226-coordinator for all translator teams.
227-
228- The English team is special. It works at improving and uniformizing
229-the terminology in use. Proven linguistic skills are praised more than
230-programming skills, here.
231-
232-1.5 Available Packages
233-======================
234-
235-Languages are not equally supported in all packages. The following
236-matrix shows the current state of internationalization, as of October
237-2006. The matrix shows, in regard of each package, for which languages
238-PO files have been submitted to translation coordination, with a
239-translation percentage of at least 50%.
240-
241- Ready PO files af am ar az be bg bs ca cs cy da de el en en_GB eo
242- +----------------------------------------------------+
243- GNUnet | [] |
244- a2ps | [] [] [] [] [] |
245- aegis | () |
246- ant-phone | () |
247- anubis | [] |
248- ap-utils | |
249- aspell | [] [] [] [] [] |
250- bash | [] [] [] |
251- batchelor | [] |
252- bfd | |
253- bibshelf | [] |
254- binutils | [] |
255- bison | [] [] |
256- bison-runtime | |
257- bluez-pin | [] [] [] [] [] |
258- cflow | [] |
259- clisp | [] [] |
260- console-tools | [] [] |
261- coreutils | [] [] [] |
262- cpio | |
263- cpplib | [] [] [] |
264- cryptonit | [] |
265- darkstat | [] () [] |
266- dialog | [] [] [] [] [] [] |
267- diffutils | [] [] [] [] [] [] |
268- doodle | [] |
269- e2fsprogs | [] [] |
270- enscript | [] [] [] [] |
271- error | [] [] [] [] |
272- fetchmail | [] [] () [] |
273- fileutils | [] [] |
274- findutils | [] [] [] |
275- flex | [] [] [] |
276- fslint | [] |
277- gas | |
278- gawk | [] [] [] |
279- gbiff | [] |
280- gcal | [] |
281- gcc | [] |
282- gettext-examples | [] [] [] [] [] |
283- gettext-runtime | [] [] [] [] [] |
284- gettext-tools | [] [] |
285- gimp-print | [] [] [] [] |
286- gip | [] |
287- gliv | [] |
288- glunarclock | [] |
289- gmult | [] [] |
290- gnubiff | () |
291- gnucash | () () [] |
292- gnucash-glossary | [] () |
293- gnuedu | |
294- gnulib | [] [] [] [] [] [] |
295- gnunet-gtk | |
296- gnutls | |
297- gpe-aerial | [] [] |
298- gpe-beam | [] [] |
299- gpe-calendar | |
300- gpe-clock | [] [] |
301- gpe-conf | [] [] |
302- gpe-contacts | |
303- gpe-edit | [] |
304- gpe-filemanager | |
305- gpe-go | [] |
306- gpe-login | [] [] |
307- gpe-ownerinfo | [] [] |
308- gpe-package | |
309- gpe-sketchbook | [] [] |
310- gpe-su | [] [] |
311- gpe-taskmanager | [] [] |
312- gpe-timesheet | [] |
313- gpe-today | [] [] |
314- gpe-todo | |
315- gphoto2 | [] [] [] [] |
316- gprof | [] [] |
317- gpsdrive | () () |
318- gramadoir | [] [] |
319- grep | [] [] [] [] [] [] |
320- gretl | |
321- gsasl | |
322- gss | |
323- gst-plugins | [] [] [] [] |
324- gst-plugins-base | [] [] [] |
325- gst-plugins-good | [] [] [] [] [] [] [] |
326- gstreamer | [] [] [] [] [] [] [] |
327- gtick | () |
328- gtkam | [] [] [] |
329- gtkorphan | [] [] |
330- gtkspell | [] [] [] [] |
331- gutenprint | [] |
332- hello | [] [] [] [] [] |
333- id-utils | [] [] |
334- impost | |
335- indent | [] [] [] |
336- iso_3166 | [] [] |
337- iso_3166_2 | |
338- iso_4217 | [] |
339- iso_639 | [] [] |
340- jpilot | [] |
341- jtag | |
342- jwhois | |
343- kbd | [] [] [] [] |
344- keytouch | |
345- keytouch-editor | |
346- keytouch-keyboa... | |
347- latrine | () |
348- ld | [] |
349- leafpad | [] [] [] [] [] |
350- libc | [] [] [] [] [] |
351- libexif | [] |
352- libextractor | [] |
353- libgpewidget | [] [] [] |
354- libgpg-error | [] |
355- libgphoto2 | [] [] |
356- libgphoto2_port | [] [] |
357- libgsasl | |
358- libiconv | [] [] |
359- libidn | [] [] |
360- lifelines | [] () |
361- lilypond | [] |
362- lingoteach | |
363- lynx | [] [] [] [] |
364- m4 | [] [] [] [] |
365- mailutils | [] |
366- make | [] [] |
367- man-db | [] () [] [] |
368- minicom | [] [] [] |
369- mysecretdiary | [] [] |
370- nano | [] [] [] |
371- nano_1_0 | [] () [] [] |
372- opcodes | [] |
373- parted | |
374- pilot-qof | [] |
375- psmisc | [] |
376- pwdutils | |
377- python | |
378- qof | |
379- radius | [] |
380- recode | [] [] [] [] [] [] |
381- rpm | [] [] |
382- screem | |
383- scrollkeeper | [] [] [] [] [] [] [] [] |
384- sed | [] [] [] |
385- sh-utils | [] [] |
386- shared-mime-info | [] [] [] [] |
387- sharutils | [] [] [] [] [] [] |
388- shishi | |
389- silky | |
390- skencil | [] () |
391- sketch | [] () |
392- solfege | |
393- soundtracker | [] [] |
394- sp | [] |
395- stardict | [] |
396- system-tools-ba... | [] [] [] [] [] [] [] [] [] |
397- tar | [] |
398- texinfo | [] [] [] |
399- textutils | [] [] [] |
400- tin | () () |
401- tp-robot | [] |
402- tuxpaint | [] [] [] [] [] |
403- unicode-han-tra... | |
404- unicode-transla... | |
405- util-linux | [] [] [] [] |
406- vorbis-tools | [] [] [] [] |
407- wastesedge | () |
408- wdiff | [] [] [] [] |
409- wget | [] [] |
410- xchat | [] [] [] [] [] [] |
411- xkeyboard-config | |
412- xpad | [] [] |
413- +----------------------------------------------------+
414- af am ar az be bg bs ca cs cy da de el en en_GB eo
415- 10 0 1 2 9 22 1 42 41 2 60 95 16 1 17 16
416-
417- es et eu fa fi fr ga gl gu he hi hr hu id is it
418- +--------------------------------------------------+
419- GNUnet | |
420- a2ps | [] [] [] () |
421- aegis | |
422- ant-phone | [] |
423- anubis | [] |
424- ap-utils | [] [] |
425- aspell | [] [] [] |
426- bash | [] [] [] |
427- batchelor | [] [] |
428- bfd | [] |
429- bibshelf | [] [] [] |
430- binutils | [] [] [] |
431- bison | [] [] [] [] [] [] |
432- bison-runtime | [] [] [] [] [] |
433- bluez-pin | [] [] [] [] [] |
434- cflow | [] |
435- clisp | [] [] |
436- console-tools | |
437- coreutils | [] [] [] [] [] [] |
438- cpio | [] [] [] |
439- cpplib | [] [] |
440- cryptonit | [] |
441- darkstat | [] () [] [] [] |
442- dialog | [] [] [] [] [] [] [] [] |
443- diffutils | [] [] [] [] [] [] [] [] [] |
444- doodle | [] [] |
445- e2fsprogs | [] [] [] |
446- enscript | [] [] [] |
447- error | [] [] [] [] [] |
448- fetchmail | [] |
449- fileutils | [] [] [] [] [] [] |
450- findutils | [] [] [] [] |
451- flex | [] [] [] |
452- fslint | [] |
453- gas | [] [] |
454- gawk | [] [] [] [] |
455- gbiff | [] |
456- gcal | [] [] |
457- gcc | [] |
458- gettext-examples | [] [] [] [] [] [] |
459- gettext-runtime | [] [] [] [] [] [] |
460- gettext-tools | [] [] [] |
461- gimp-print | [] [] |
462- gip | [] [] [] |
463- gliv | () |
464- glunarclock | [] [] [] |
465- gmult | [] [] [] |
466- gnubiff | () () |
467- gnucash | () () () |
468- gnucash-glossary | [] [] |
469- gnuedu | [] |
470- gnulib | [] [] [] [] [] [] [] [] |
471- gnunet-gtk | |
472- gnutls | |
473- gpe-aerial | [] [] |
474- gpe-beam | [] [] |
475- gpe-calendar | |
476- gpe-clock | [] [] [] [] |
477- gpe-conf | [] |
478- gpe-contacts | [] [] |
479- gpe-edit | [] [] [] [] |
480- gpe-filemanager | [] |
481- gpe-go | [] [] [] |
482- gpe-login | [] [] [] |
483- gpe-ownerinfo | [] [] [] [] [] |
484- gpe-package | [] |
485- gpe-sketchbook | [] [] |
486- gpe-su | [] [] [] [] |
487- gpe-taskmanager | [] [] [] |
488- gpe-timesheet | [] [] [] [] |
489- gpe-today | [] [] [] [] |
490- gpe-todo | [] |
491- gphoto2 | [] [] [] [] [] |
492- gprof | [] [] [] [] |
493- gpsdrive | () () [] () |
494- gramadoir | [] [] |
495- grep | [] [] [] [] [] [] [] [] [] [] [] [] |
496- gretl | [] [] [] |
497- gsasl | [] [] |
498- gss | [] |
499- gst-plugins | [] [] [] |
500- gst-plugins-base | [] [] |
501- gst-plugins-good | [] [] [] |
502- gstreamer | [] [] [] |
503- gtick | [] |
504- gtkam | [] [] [] [] |
505- gtkorphan | [] [] |
506- gtkspell | [] [] [] [] [] [] |
507- gutenprint | [] |
508- hello | [] [] [] [] [] [] [] [] [] [] [] [] [] |
509- id-utils | [] [] [] [] [] |
510- impost | [] [] |
511- indent | [] [] [] [] [] [] [] [] [] [] |
512- iso_3166 | [] [] [] |
513- iso_3166_2 | [] |
514- iso_4217 | [] [] [] [] |
515- iso_639 | [] [] [] [] [] |
516- jpilot | [] [] |
517- jtag | [] |
518- jwhois | [] [] [] [] [] |
519- kbd | [] [] |
520- keytouch | [] |
521- keytouch-editor | [] |
522- keytouch-keyboa... | [] |
523- latrine | [] [] [] |
524- ld | [] [] |
525- leafpad | [] [] [] [] [] [] |
526- libc | [] [] [] [] [] |
527- libexif | [] |
528- libextractor | [] |
529- libgpewidget | [] [] [] [] [] |
530- libgpg-error | |
531- libgphoto2 | [] [] [] |
532- libgphoto2_port | [] [] |
533- libgsasl | [] [] |
534- libiconv | [] [] |
535- libidn | [] [] |
536- lifelines | () |
537- lilypond | [] |
538- lingoteach | [] [] [] |
539- lynx | [] [] [] |
540- m4 | [] [] [] [] |
541- mailutils | [] [] |
542- make | [] [] [] [] [] [] [] [] |
543- man-db | () |
544- minicom | [] [] [] [] |
545- mysecretdiary | [] [] [] |
546- nano | [] [] [] [] [] [] |
547- nano_1_0 | [] [] [] [] [] |
548- opcodes | [] [] [] [] |
549- parted | [] [] [] [] |
550- pilot-qof | |
551- psmisc | [] [] [] |
552- pwdutils | |
553- python | |
554- qof | [] |
555- radius | [] [] |
556- recode | [] [] [] [] [] [] [] [] |
557- rpm | [] [] |
558- screem | |
559- scrollkeeper | [] [] [] |
560- sed | [] [] [] [] [] |
561- sh-utils | [] [] [] [] [] [] [] |
562- shared-mime-info | [] [] [] [] [] [] |
563- sharutils | [] [] [] [] [] [] [] [] |
564- shishi | |
565- silky | [] |
566- skencil | [] [] |
567- sketch | [] [] |
568- solfege | [] |
569- soundtracker | [] [] [] |
570- sp | [] |
571- stardict | [] |
572- system-tools-ba... | [] [] [] [] [] [] [] [] |
573- tar | [] [] [] [] [] [] [] |
574- texinfo | [] [] |
575- textutils | [] [] [] [] [] |
576- tin | [] () |
577- tp-robot | [] [] [] [] |
578- tuxpaint | [] [] |
579- unicode-han-tra... | |
580- unicode-transla... | [] [] |
581- util-linux | [] [] [] [] [] [] [] |
582- vorbis-tools | [] [] |
583- wastesedge | () |
584- wdiff | [] [] [] [] [] [] [] [] |
585- wget | [] [] [] [] [] [] [] [] |
586- xchat | [] [] [] [] [] [] [] [] |
587- xkeyboard-config | [] [] [] [] |
588- xpad | [] [] [] |
589- +--------------------------------------------------+
590- es et eu fa fi fr ga gl gu he hi hr hu id is it
591- 88 22 14 2 40 115 61 14 1 8 1 6 59 31 0 52
592-
593- ja ko ku ky lg lt lv mk mn ms mt nb ne nl nn no
594- +-------------------------------------------------+
595- GNUnet | |
596- a2ps | () [] [] () |
597- aegis | () |
598- ant-phone | [] |
599- anubis | [] [] [] |
600- ap-utils | [] |
601- aspell | [] [] |
602- bash | [] |
603- batchelor | [] [] |
604- bfd | |
605- bibshelf | [] |
606- binutils | |
607- bison | [] [] [] |
608- bison-runtime | [] [] [] |
609- bluez-pin | [] [] [] |
610- cflow | |
611- clisp | [] |
612- console-tools | |
613- coreutils | [] |
614- cpio | |
615- cpplib | [] |
616- cryptonit | [] |
617- darkstat | [] [] |
618- dialog | [] [] |
619- diffutils | [] [] [] |
620- doodle | |
621- e2fsprogs | [] |
622- enscript | [] |
623- error | [] |
624- fetchmail | [] [] |
625- fileutils | [] [] |
626- findutils | [] |
627- flex | [] [] |
628- fslint | [] [] |
629- gas | |
630- gawk | [] [] |
631- gbiff | [] |
632- gcal | |
633- gcc | |
634- gettext-examples | [] [] |
635- gettext-runtime | [] [] [] |
636- gettext-tools | [] [] |
637- gimp-print | [] [] |
638- gip | [] [] |
639- gliv | [] |
640- glunarclock | [] [] |
641- gmult | [] [] |
642- gnubiff | |
643- gnucash | () () |
644- gnucash-glossary | [] |
645- gnuedu | |
646- gnulib | [] [] [] [] |
647- gnunet-gtk | |
648- gnutls | |
649- gpe-aerial | [] |
650- gpe-beam | [] |
651- gpe-calendar | [] |
652- gpe-clock | [] [] [] |
653- gpe-conf | [] [] |
654- gpe-contacts | [] |
655- gpe-edit | [] [] [] |
656- gpe-filemanager | [] [] |
657- gpe-go | [] [] [] |
658- gpe-login | [] [] [] |
659- gpe-ownerinfo | [] [] |
660- gpe-package | [] [] |
661- gpe-sketchbook | [] [] |
662- gpe-su | [] [] [] |
663- gpe-taskmanager | [] [] [] [] |
664- gpe-timesheet | [] |
665- gpe-today | [] [] |
666- gpe-todo | [] |
667- gphoto2 | [] [] |
668- gprof | |
669- gpsdrive | () () () |
670- gramadoir | () |
671- grep | [] [] [] [] |
672- gretl | |
673- gsasl | [] |
674- gss | |
675- gst-plugins | [] |
676- gst-plugins-base | |
677- gst-plugins-good | [] |
678- gstreamer | [] |
679- gtick | |
680- gtkam | [] |
681- gtkorphan | [] |
682- gtkspell | [] [] |
683- gutenprint | |
684- hello | [] [] [] [] [] [] |
685- id-utils | [] |
686- impost | |
687- indent | [] [] |
688- iso_3166 | [] |
689- iso_3166_2 | [] |
690- iso_4217 | [] [] [] |
691- iso_639 | [] [] |
692- jpilot | () () () |
693- jtag | |
694- jwhois | [] |
695- kbd | [] |
696- keytouch | [] |
697- keytouch-editor | |
698- keytouch-keyboa... | |
699- latrine | [] |
700- ld | |
701- leafpad | [] [] |
702- libc | [] [] [] [] [] |
703- libexif | |
704- libextractor | |
705- libgpewidget | [] |
706- libgpg-error | |
707- libgphoto2 | [] |
708- libgphoto2_port | [] |
709- libgsasl | [] |
710- libiconv | |
711- libidn | [] [] |
712- lifelines | [] |
713- lilypond | |
714- lingoteach | [] |
715- lynx | [] [] |
716- m4 | [] [] |
717- mailutils | |
718- make | [] [] [] |
719- man-db | () |
720- minicom | [] |
721- mysecretdiary | [] |
722- nano | [] [] [] |
723- nano_1_0 | [] [] [] |
724- opcodes | [] |
725- parted | [] [] |
726- pilot-qof | |
727- psmisc | [] [] [] |
728- pwdutils | |
729- python | |
730- qof | |
731- radius | |
732- recode | [] |
733- rpm | [] [] |
734- screem | [] |
735- scrollkeeper | [] [] [] [] |
736- sed | [] [] |
737- sh-utils | [] [] |
738- shared-mime-info | [] [] [] [] [] |
739- sharutils | [] [] |
740- shishi | |
741- silky | [] |
742- skencil | |
743- sketch | |
744- solfege | |
745- soundtracker | |
746- sp | () |
747- stardict | [] [] |
748- system-tools-ba... | [] [] [] [] |
749- tar | [] [] [] |
750- texinfo | [] [] [] |
751- textutils | [] [] [] |
752- tin | |
753- tp-robot | [] |
754- tuxpaint | [] |
755- unicode-han-tra... | |
756- unicode-transla... | |
757- util-linux | [] [] |
758- vorbis-tools | [] |
759- wastesedge | [] |
760- wdiff | [] [] |
761- wget | [] [] |
762- xchat | [] [] [] [] |
763- xkeyboard-config | [] |
764- xpad | [] [] [] |
765- +-------------------------------------------------+
766- ja ko ku ky lg lt lv mk mn ms mt nb ne nl nn no
767- 52 24 2 2 1 3 0 2 3 21 0 15 1 97 5 1
768-
769- nso or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta
770- +------------------------------------------------------+
771- GNUnet | |
772- a2ps | () [] [] [] [] [] [] |
773- aegis | () () |
774- ant-phone | [] [] |
775- anubis | [] [] [] |
776- ap-utils | () |
777- aspell | [] [] |
778- bash | [] [] [] |
779- batchelor | [] [] |
780- bfd | |
781- bibshelf | [] |
782- binutils | [] [] |
783- bison | [] [] [] [] [] |
784- bison-runtime | [] [] [] [] |
785- bluez-pin | [] [] [] [] [] [] [] [] [] |
786- cflow | [] |
787- clisp | [] |
788- console-tools | [] |
789- coreutils | [] [] [] [] |
790- cpio | [] [] [] |
791- cpplib | [] |
792- cryptonit | [] [] |
793- darkstat | [] [] [] [] [] [] |
794- dialog | [] [] [] [] [] [] [] [] [] |
795- diffutils | [] [] [] [] [] [] |
796- doodle | [] [] |
797- e2fsprogs | [] [] |
798- enscript | [] [] [] [] [] |
799- error | [] [] [] [] |
800- fetchmail | [] [] [] |
801- fileutils | [] [] [] [] [] |
802- findutils | [] [] [] [] [] [] |
803- flex | [] [] [] [] [] |
804- fslint | [] [] [] [] |
805- gas | |
806- gawk | [] [] [] [] |
807- gbiff | [] |
808- gcal | [] |
809- gcc | [] |
810- gettext-examples | [] [] [] [] [] [] [] [] |
811- gettext-runtime | [] [] [] [] [] [] [] [] |
812- gettext-tools | [] [] [] [] [] [] [] |
813- gimp-print | [] [] |
814- gip | [] [] [] [] |
815- gliv | [] [] [] [] |
816- glunarclock | [] [] [] [] [] [] |
817- gmult | [] [] [] [] |
818- gnubiff | () |
819- gnucash | () [] |
820- gnucash-glossary | [] [] [] |
821- gnuedu | |
822- gnulib | [] [] [] [] [] |
823- gnunet-gtk | [] |
824- gnutls | [] [] |
825- gpe-aerial | [] [] [] [] [] [] [] |
826- gpe-beam | [] [] [] [] [] [] [] |
827- gpe-calendar | [] |
828- gpe-clock | [] [] [] [] [] [] [] [] |
829- gpe-conf | [] [] [] [] [] [] [] |
830- gpe-contacts | [] [] [] [] [] |
831- gpe-edit | [] [] [] [] [] [] [] [] |
832- gpe-filemanager | [] [] |
833- gpe-go | [] [] [] [] [] [] |
834- gpe-login | [] [] [] [] [] [] [] [] |
835- gpe-ownerinfo | [] [] [] [] [] [] [] [] |
836- gpe-package | [] [] |
837- gpe-sketchbook | [] [] [] [] [] [] [] [] |
838- gpe-su | [] [] [] [] [] [] [] [] |
839- gpe-taskmanager | [] [] [] [] [] [] [] [] |
840- gpe-timesheet | [] [] [] [] [] [] [] [] |
841- gpe-today | [] [] [] [] [] [] [] [] |
842- gpe-todo | [] [] [] [] |
843- gphoto2 | [] [] [] [] [] |
844- gprof | [] [] [] |
845- gpsdrive | [] [] [] |
846- gramadoir | [] [] |
847- grep | [] [] [] [] [] [] [] [] |
848- gretl | [] |
849- gsasl | [] [] [] |
850- gss | [] [] [] |
851- gst-plugins | [] [] [] [] |
852- gst-plugins-base | [] |
853- gst-plugins-good | [] [] [] [] |
854- gstreamer | [] [] [] |
855- gtick | [] |
856- gtkam | [] [] [] [] |
857- gtkorphan | [] |
858- gtkspell | [] [] [] [] [] [] [] [] |
859- gutenprint | [] |
860- hello | [] [] [] [] [] [] [] [] |
861- id-utils | [] [] [] [] |
862- impost | [] |
863- indent | [] [] [] [] [] [] |
864- iso_3166 | [] [] [] [] [] [] |
865- iso_3166_2 | |
866- iso_4217 | [] [] [] [] |
867- iso_639 | [] [] [] [] |
868- jpilot | |
869- jtag | [] |
870- jwhois | [] [] [] [] |
871- kbd | [] [] [] |
872- keytouch | [] |
873- keytouch-editor | [] |
874- keytouch-keyboa... | [] |
875- latrine | [] [] |
876- ld | [] |
877- leafpad | [] [] [] [] [] [] |
878- libc | [] [] [] [] [] |
879- libexif | [] |
880- libextractor | [] [] |
881- libgpewidget | [] [] [] [] [] [] [] |
882- libgpg-error | [] [] |
883- libgphoto2 | [] |
884- libgphoto2_port | [] [] [] |
885- libgsasl | [] [] [] [] |
886- libiconv | [] [] |
887- libidn | [] [] () |
888- lifelines | [] [] |
889- lilypond | |
890- lingoteach | [] |
891- lynx | [] [] [] |
892- m4 | [] [] [] [] [] |
893- mailutils | [] [] [] [] |
894- make | [] [] [] [] |
895- man-db | [] [] |
896- minicom | [] [] [] [] [] |
897- mysecretdiary | [] [] [] [] |
898- nano | [] [] [] |
899- nano_1_0 | [] [] [] [] |
900- opcodes | [] [] |
901- parted | [] |
902- pilot-qof | [] |
903- psmisc | [] [] |
904- pwdutils | [] [] |
905- python | |
906- qof | [] [] |
907- radius | [] [] |
908- recode | [] [] [] [] [] [] [] |
909- rpm | [] [] [] [] |
910- screem | |
911- scrollkeeper | [] [] [] [] [] [] [] |
912- sed | [] [] [] [] [] [] [] [] [] |
913- sh-utils | [] [] [] |
914- shared-mime-info | [] [] [] [] [] |
915- sharutils | [] [] [] [] |
916- shishi | [] |
917- silky | [] |
918- skencil | [] [] [] |
919- sketch | [] [] [] |
920- solfege | [] |
921- soundtracker | [] [] |
922- sp | |
923- stardict | [] [] [] |
924- system-tools-ba... | [] [] [] [] [] [] [] [] [] |
925- tar | [] [] [] [] [] |
926- texinfo | [] [] [] [] |
927- textutils | [] [] [] |
928- tin | () |
929- tp-robot | [] |
930- tuxpaint | [] [] [] [] [] |
931- unicode-han-tra... | |
932- unicode-transla... | |
933- util-linux | [] [] [] [] |
934- vorbis-tools | [] [] |
935- wastesedge | |
936- wdiff | [] [] [] [] [] [] |
937- wget | [] [] [] [] |
938- xchat | [] [] [] [] [] [] [] |
939- xkeyboard-config | [] [] |
940- xpad | [] [] [] |
941- +------------------------------------------------------+
942- nso or pa pl pt pt_BR rm ro ru rw sk sl sq sr sv ta
943- 0 2 3 58 30 54 5 73 72 4 40 46 11 50 128 2
944-
945- tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu
946- +---------------------------------------------------+
947- GNUnet | [] | 2
948- a2ps | [] [] [] | 19
949- aegis | | 0
950- ant-phone | [] [] | 6
951- anubis | [] [] [] | 11
952- ap-utils | () [] | 4
953- aspell | [] [] [] | 15
954- bash | [] | 11
955- batchelor | [] [] | 9
956- bfd | | 1
957- bibshelf | [] | 7
958- binutils | [] [] [] | 9
959- bison | [] [] [] | 19
960- bison-runtime | [] [] [] | 15
961- bluez-pin | [] [] [] [] [] [] | 28
962- cflow | [] [] | 5
963- clisp | | 6
964- console-tools | [] [] | 5
965- coreutils | [] [] | 16
966- cpio | [] [] [] | 9
967- cpplib | [] [] [] [] | 11
968- cryptonit | | 5
969- darkstat | [] () () | 15
970- dialog | [] [] [] [] [] | 30
971- diffutils | [] [] [] [] | 28
972- doodle | [] | 6
973- e2fsprogs | [] [] | 10
974- enscript | [] [] [] | 16
975- error | [] [] [] [] | 18
976- fetchmail | [] [] | 12
977- fileutils | [] [] [] | 18
978- findutils | [] [] [] | 17
979- flex | [] [] | 15
980- fslint | [] | 9
981- gas | [] | 3
982- gawk | [] [] | 15
983- gbiff | [] | 5
984- gcal | [] | 5
985- gcc | [] [] [] | 6
986- gettext-examples | [] [] [] [] [] [] | 27
987- gettext-runtime | [] [] [] [] [] [] | 28
988- gettext-tools | [] [] [] [] [] | 19
989- gimp-print | [] [] | 12
990- gip | [] [] | 12
991- gliv | [] [] | 8
992- glunarclock | [] [] [] | 15
993- gmult | [] [] [] [] | 15
994- gnubiff | [] | 1
995- gnucash | () | 2
996- gnucash-glossary | [] [] | 9
997- gnuedu | [] | 2
998- gnulib | [] [] [] [] [] | 28
999- gnunet-gtk | | 1
1000- gnutls | | 2
1001- gpe-aerial | [] [] | 14
1002- gpe-beam | [] [] | 14
1003- gpe-calendar | [] | 3
1004- gpe-clock | [] [] [] [] | 21
1005- gpe-conf | [] [] | 14
1006- gpe-contacts | [] [] | 10
1007- gpe-edit | [] [] [] [] | 20
1008- gpe-filemanager | [] | 6
1009- gpe-go | [] [] | 15
1010- gpe-login | [] [] [] [] [] | 21
1011- gpe-ownerinfo | [] [] [] [] | 21
1012- gpe-package | [] | 6
1013- gpe-sketchbook | [] [] | 16
1014- gpe-su | [] [] [] | 20
1015- gpe-taskmanager | [] [] [] | 20
1016- gpe-timesheet | [] [] [] [] | 18
1017- gpe-today | [] [] [] [] [] | 21
1018- gpe-todo | [] | 7
1019- gphoto2 | [] [] [] [] | 20
1020- gprof | [] [] | 11
1021- gpsdrive | | 4
1022- gramadoir | [] | 7
1023- grep | [] [] [] [] | 34
1024- gretl | | 4
1025- gsasl | [] [] | 8
1026- gss | [] | 5
1027- gst-plugins | [] [] [] | 15
1028- gst-plugins-base | [] [] [] | 9
1029- gst-plugins-good | [] [] [] [] [] | 20
1030- gstreamer | [] [] [] | 17
1031- gtick | [] | 3
1032- gtkam | [] | 13
1033- gtkorphan | [] | 7
1034- gtkspell | [] [] [] [] [] [] | 26
1035- gutenprint | | 3
1036- hello | [] [] [] [] [] | 37
1037- id-utils | [] [] | 14
1038- impost | [] | 4
1039- indent | [] [] [] [] | 25
1040- iso_3166 | [] [] [] [] | 16
1041- iso_3166_2 | | 2
1042- iso_4217 | [] [] | 14
1043- iso_639 | [] | 14
1044- jpilot | [] [] [] [] | 7
1045- jtag | [] | 3
1046- jwhois | [] [] [] | 13
1047- kbd | [] [] | 12
1048- keytouch | [] | 4
1049- keytouch-editor | | 2
1050- keytouch-keyboa... | [] | 3
1051- latrine | [] [] | 8
1052- ld | [] [] [] [] | 8
1053- leafpad | [] [] [] [] | 23
1054- libc | [] [] [] | 23
1055- libexif | [] | 4
1056- libextractor | [] | 5
1057- libgpewidget | [] [] [] | 19
1058- libgpg-error | [] | 4
1059- libgphoto2 | [] | 8
1060- libgphoto2_port | [] [] [] | 11
1061- libgsasl | [] | 8
1062- libiconv | [] | 7
1063- libidn | [] [] | 10
1064- lifelines | | 4
1065- lilypond | | 2
1066- lingoteach | [] | 6
1067- lynx | [] [] [] | 15
1068- m4 | [] [] [] | 18
1069- mailutils | [] | 8
1070- make | [] [] [] | 20
1071- man-db | [] | 6
1072- minicom | [] | 14
1073- mysecretdiary | [] [] | 12
1074- nano | [] [] | 17
1075- nano_1_0 | [] [] [] | 18
1076- opcodes | [] [] | 10
1077- parted | [] [] [] | 10
1078- pilot-qof | [] | 3
1079- psmisc | [] | 10
1080- pwdutils | [] | 3
1081- python | | 0
1082- qof | [] | 4
1083- radius | [] | 6
1084- recode | [] [] [] | 25
1085- rpm | [] [] [] [] | 14
1086- screem | [] | 2
1087- scrollkeeper | [] [] [] [] | 26
1088- sed | [] [] [] | 22
1089- sh-utils | [] | 15
1090- shared-mime-info | [] [] [] [] | 24
1091- sharutils | [] [] [] | 23
1092- shishi | | 1
1093- silky | [] | 4
1094- skencil | [] | 7
1095- sketch | | 6
1096- solfege | | 2
1097- soundtracker | [] [] | 9
1098- sp | [] | 3
1099- stardict | [] [] [] [] | 11
1100- system-tools-ba... | [] [] [] [] [] [] [] | 37
1101- tar | [] [] [] [] | 20
1102- texinfo | [] [] [] | 15
1103- textutils | [] [] [] | 17
1104- tin | | 1
1105- tp-robot | [] [] [] | 10
1106- tuxpaint | [] [] [] | 16
1107- unicode-han-tra... | | 0
1108- unicode-transla... | | 2
1109- util-linux | [] [] [] | 20
1110- vorbis-tools | [] [] | 11
1111- wastesedge | | 1
1112- wdiff | [] [] | 22
1113- wget | [] [] [] | 19
1114- xchat | [] [] [] [] | 29
1115- xkeyboard-config | [] [] [] [] | 11
1116- xpad | [] [] [] | 14
1117- +---------------------------------------------------+
1118- 77 teams tg th tk tr uk ven vi wa xh zh_CN zh_HK zh_TW zu
1119- 170 domains 0 1 1 77 39 0 136 10 1 48 5 54 0 2028
1120-
1121- Some counters in the preceding matrix are higher than the number of
1122-visible blocks let us expect. This is because a few extra PO files are
1123-used for implementing regional variants of languages, or language
1124-dialects.
1125-
1126- For a PO file in the matrix above to be effective, the package to
1127-which it applies should also have been internationalized and
1128-distributed as such by its maintainer. There might be an observable
1129-lag between the mere existence a PO file and its wide availability in a
1130-distribution.
1131-
1132- If October 2006 seems to be old, you may fetch a more recent copy of
1133-this `ABOUT-NLS' file on most GNU archive sites. The most up-to-date
1134-matrix with full percentage details can be found at
1135-`http://www.iro.umontreal.ca/contrib/po/HTML/matrix.html'.
1136-
1137-1.6 Using `gettext' in new packages
1138-===================================
1139-
1140-If you are writing a freely available program and want to
1141-internationalize it you are welcome to use GNU `gettext' in your
1142-package. Of course you have to respect the GNU Library General Public
1143-License which covers the use of the GNU `gettext' library. This means
1144-in particular that even non-free programs can use `libintl' as a shared
1145-library, whereas only free software can use `libintl' as a static
1146-library or use modified versions of `libintl'.
1147-
1148- Once the sources are changed appropriately and the setup can handle
1149-the use of `gettext' the only thing missing are the translations. The
1150-Free Translation Project is also available for packages which are not
1151-developed inside the GNU project. Therefore the information given above
1152-applies also for every other Free Software Project. Contact
1153-`translation@iro.umontreal.ca' to make the `.pot' files available to
1154-the translation teams.
1155-
1156
1157=== modified file 'AUTHORS'
1158--- AUTHORS 2009-12-05 18:44:50 +0000
1159+++ AUTHORS 2010-08-06 11:53:43 +0000
1160@@ -43,6 +43,8 @@
1161 Amanpreet Singh <aalam@users.sf.net>
1162 pl.po:
1163 Piotr DrÄ…g <piotrdrag@gmail.com>
1164+pt_BR.po:
1165+Glaucia Freitas <gcintra@redhat.com>
1166 ru.po:
1167 koterpillar
1168 sr.po sr@latin.po:
1169
1170=== modified file 'ChangeLog'
1171--- ChangeLog 2009-12-17 19:43:32 +0000
1172+++ ChangeLog 2010-08-06 11:53:43 +0000
1173@@ -1,3 +1,3772 @@
1174+commit 19d03011e00db27753aa874c1404a858605b4a87
1175+Author: Peng Huang <shawn.p.huang@gmail.com>
1176+Date: 2010-08-03 16:59:32 +0800
1177+
1178+ Release 1.3.7
1179+
1180+M configure.ac
1181+
1182+commit b0a71e50d6e343c8a8ad3385a49087ba695ebc78
1183+Author: Peng Huang <shawn.p.huang@gmail.com>
1184+Date: 2010-08-03 14:43:42 +0800
1185+
1186+ Update ko.po
1187+
1188+M po/ko.po
1189+
1190+commit 14aa3cc0d4fd12a9aa0ee4db3dfc085b77672811
1191+Author: Peng Huang <shawn.p.huang@gmail.com>
1192+Date: 2010-08-03 10:04:19 +0800
1193+
1194+ Update po files.
1195+
1196+M po/bn_IN.po
1197+M po/ml.po
1198+
1199+commit 8706da8a65274da26ac3b593501ff3d44e81087a
1200+Author: James Su <suzhe@chromium.org>
1201+Date: 2010-06-28 19:39:31 -0700
1202+
1203+ Make sure that we won't wrongly match a hotkey after losing and getting focus.
1204+
1205+ BUG=http://crosbug.com/3892
1206+ TEST=manually
1207+
1208+ Review URL: http://codereview.chromium.org/2884006
1209+
1210+M bus/inputcontext.c
1211+
1212+commit b2fcd7eeb13676b0cbffeca37bfcfb142bcac3f6
1213+Author: satorux <satorux@chromium.org>
1214+Date: 2010-05-26 18:03:29 +0900
1215+
1216+ When the previous engine name is unknown, switch to the next engine in menu.
1217+
1218+ Before the change, hitting the "previous-engine" key does nothing if the
1219+ previous engine name is unknown. The behavior is not good for users as
1220+ they think the hot key is not working.
1221+
1222+ TEST=manually on the netbook
1223+ BUG=3579
1224+
1225+ Review URL: http://codereview.chromium.org/2255002
1226+
1227+M bus/ibusimpl.c
1228+
1229+commit e2793f52bf3da7a22321f053f3ba8154026fd6fa
1230+Author: James Su <james.su@gmail.com>
1231+Date: 2010-05-11 13:41:59 -0700
1232+
1233+ Support engine specific hotkey.
1234+
1235+ BUG=http://crosbug.com/2543
1236+ TEST=none
1237+
1238+ With this CL, each engine can specify one or more special activation hotkeys. This CL doesn't support customizing global hotkeys per engine.
1239+ I'd still prefer to customize the global hotkeys based on current locale rather than input method engine.
1240+
1241+ Add hotkeys property to IBusEngineDesc, so that each engine can specify their own special hotkeys. This is useful for input methods that have dedicated hotkeys, such as Japanese input methods, which has a dedicated hotkey key: Kana.
1242+
1243+ Review URL: http://codereview.chromium.org/1702015
1244+
1245+M bus/ibusimpl.c
1246+M bus/ibusimpl.h
1247+M ibus/component.py
1248+M ibus/enginedesc.py
1249+M src/ibusenginedesc.c
1250+M src/ibusenginedesc.h
1251+M src/ibushotkey.c
1252+M src/ibushotkey.h
1253+
1254+commit 1350806a4d1a23036ea7e4dac9e0169b77127cb1
1255+Author: Peng Huang <shawn.p.huang@gmail.com>
1256+Date: 2010-07-30 23:32:20 +0800
1257+
1258+ Update po files.
1259+
1260+M po/hi.po
1261+M po/ja.po
1262+
1263+commit beedeb4e19409555b4bc2cff98fb0be1976a04f6
1264+Author: Peng Huang <shawn.p.huang@gmail.com>
1265+Date: 2010-07-30 07:12:15 +0800
1266+
1267+ Fake IC does not grab focus, if other real IC has focus.
1268+
1269+M bus/inputcontext.c
1270+
1271+commit 353d36626f81389d0e70fea3ed58a65d367e6115
1272+Author: Peng Huang <shawn.p.huang@gmail.com>
1273+Date: 2010-07-27 15:57:05 +0800
1274+
1275+ Keep input window for fake IC
1276+
1277+M client/gtk2/ibusimcontext.c
1278+
1279+commit 519e649849d7ce1f1550f5a653238080f3b0f67e
1280+Author: Peng Huang <shawn.p.huang@gmail.com>
1281+Date: 2010-07-23 16:11:22 +0800
1282+
1283+ Support switching keyboard by hotkey without input focus Add fake input context in im module. The fake input context will hold the focus if no other input context has focus. This change for fixing input method switch issue if no focus input context.
1284+
1285+ BUG=http://crosbug.com/4381
1286+
1287+ Review URL: http://codereview.chromium.org/3052003
1288+
1289+M bus/inputcontext.c
1290+M bus/inputcontext.h
1291+M client/gtk2/ibusimcontext.c
1292+
1293+commit 3609568f318b0d6ae831d0d4eb2a24398f81531f
1294+Author: Peng Huang <shawn.p.huang@gmail.com>
1295+Date: 2010-07-23 11:41:44 +0800
1296+
1297+ Add memcomf/main.cc
1298+
1299+A memconf/main.cc
1300+
1301+commit d400b92229e7c03d7a893bc8ed33382c933e32d3
1302+Author: Peng Huang <shawn.p.huang@gmail.com>
1303+Date: 2010-07-23 15:25:45 +0800
1304+
1305+ Fix a problem in build script of memconf
1306+
1307+M Makefile.am
1308+M memconf/config.cc
1309+
1310+commit 810037e12a5b00712e5d01c576deca4a36c18527
1311+Author: Yusuke Sato <yusukes@chromium.org>
1312+Date: 2010-03-30 13:45:19 +0900
1313+
1314+ Reimplement ibus-gconf so it does not depend on GConf-2 database.
1315+
1316+ (Please review the README.chromium first.)
1317+
1318+ BUG=crosbug.com/1638
1319+ TEST=run autotest/files/config/site_tests/desktopui_IBusTest
1320+
1321+ Review URL: http://codereview.chromium.org/1539001
1322+
1323+M Makefile.am
1324+M configure.ac
1325+A memconf/Makefile.am
1326+A memconf/config.cc
1327+A memconf/config.h
1328+A memconf/memconf.xml.in.in
1329+
1330+commit 6372ea214bc0c3d60f7059727b4848b809257f7e
1331+Author: Peng Huang <shawn.p.huang@gmail.com>
1332+Date: 2010-07-30 17:46:51 +0800
1333+
1334+ Update po files.
1335+
1336+M po/te.po
1337+
1338+commit 565a01828be2837c8de1d2b16c8a7232355bb734
1339+Author: Peng Huang <shawn.p.huang@gmail.com>
1340+Date: 2010-07-30 17:34:41 +0800
1341+
1342+ Update po files
1343+
1344+M po/or.po
1345+M po/ta.po
1346+
1347+commit bd86020a1e5f545db666c24fda837fff7361f704
1348+Author: Peng Huang <shawn.p.huang@gmail.com>
1349+Date: 2010-07-30 11:55:03 +0800
1350+
1351+ Update po files.
1352+
1353+M po/ja.po
1354+M po/mr.po
1355+M po/pt_BR.po
1356+M po/ru.po
1357+M po/zh_CN.po
1358+
1359+commit 81562759e8ad57e6d2ac71188369d0e991514428
1360+Author: Peng Huang <shawn.p.huang@gmail.com>
1361+Date: 2010-07-30 07:15:30 +0800
1362+
1363+ Update po files.
1364+
1365+M po/de.po
1366+M po/it.po
1367+
1368+commit 8c764551ff81b084d0595922f840544a374c5ca2
1369+Author: Peng Huang <shawn.p.huang@gmail.com>
1370+Date: 2010-07-29 21:25:52 +0800
1371+
1372+ Update po files.
1373+
1374+M po/gu.po
1375+M po/kn.po
1376+
1377+commit 652cd0ca10ce9a203ab578e24847aa52f4b6c4b8
1378+Author: Peng Huang <shawn.p.huang@gmail.com>
1379+Date: 2010-07-27 11:23:30 +0800
1380+
1381+ Add pt_BR.po from Glaucia Freitas <gcintra@redhat.com>
1382+
1383+M AUTHORS
1384+M po/LINGUAS
1385+A po/pt_BR.po
1386+
1387+commit d9923c07be7248f1fc7d8458c9025df8cf8e282d
1388+Author: Peng Huang <shawn.p.huang@gmail.com>
1389+Date: 2010-07-15 15:04:25 +0800
1390+
1391+ Fix a memory leak in IBusConfigService.
1392+
1393+M src/ibusconfigservice.c
1394+
1395+commit eca8735df7909cffba4184eef8bafdb0d3a37142
1396+Author: Peng Huang <shawn.p.huang@gmail.com>
1397+Date: 2010-07-13 13:57:40 +0800
1398+
1399+ Add a new ibus-daemon option to set cache mode.
1400+
1401+ --cache=[auto/refresh/none]
1402+ auto:
1403+ Loads registry from cache. If the cache does not exist or the cache is
1404+ outdated, ibus-daemon will recreate the cache.
1405+ refresh:
1406+ Does not load the cache, force load components information from
1407+ /usr/share/ibus/components/*.xml and write registry to cache file.
1408+ none:
1409+ Always loads components from /usr/share/ibus/components/*.xml, does not read
1410+ or write cache.
1411+
1412+M bus/main.c
1413+M bus/option.h
1414+M bus/registry.c
1415+
1416+commit 4a7dff9b49d7305312c0167027b281d3d533765f
1417+Author: Peng Huang <shawn.p.huang@gmail.com>
1418+Date: 2010-07-08 18:01:38 +0800
1419+
1420+ Use dbus.Interface.
1421+
1422+M ibus/bus.py
1423+M ibus/config.py
1424+M ibus/inputcontext.py
1425+
1426+commit 674bc53c30c8ac40e021da660f2af533ab015587
1427+Author: Daiki Ueno <ueno@unixuser.org>
1428+Date: 2010-06-30 12:05:32 +0900
1429+
1430+ Fix "Show language panel: Embedded in menu" behavior.
1431+
1432+ Signed-off-by: Daiki Ueno <ueno@unixuser.org>
1433+
1434+M ui/gtk/languagebar.py
1435+M ui/gtk/menu.py
1436+
1437+commit f7ad6dfbff87a138d4857d7cfc9520b8541456e2
1438+Author: Peng Huang <shawn.p.huang@gmail.com>
1439+Date: 2010-07-05 13:44:22 +0800
1440+
1441+ Release 1.3.6
1442+
1443+M configure.ac
1444+
1445+commit 22c3c5f1077130f5da2cb17e774755ba90fdf4d1
1446+Author: Peng Huang <shawn.p.huang@gmail.com>
1447+Date: 2010-07-05 13:42:38 +0800
1448+
1449+ Set interface for config and inputcontext proxy
1450+
1451+M src/ibusconfig.c
1452+M src/ibusinputcontext.c
1453+
1454+commit 6c5945fb67f098be70e1a28eb5accc2b580b2427
1455+Author: Peng Huang <shawn.p.huang@gmail.com>
1456+Date: 2010-07-05 13:42:27 +0800
1457+
1458+ Update gtk-doc
1459+
1460+M docs/reference/ibus/ibus-sections.txt
1461+
1462+commit 179e1642186dcddf877871f66521978c3a08005c
1463+Author: Peng Huang <shawn.p.huang@gmail.com>
1464+Date: 2010-07-05 13:42:10 +0800
1465+
1466+ Update libibus2.symbols
1467+
1468+M debian/libibus2.symbols
1469+
1470+commit c9ab368469d2fbf54f723c74295d2a6abefa3f35
1471+Author: Peng Huang <shawn.p.huang@gmail.com>
1472+Date: 2010-07-05 13:10:00 +0800
1473+
1474+ Remove some patches.
1475+
1476+M debian/patches/00list
1477+D debian/patches/01_ubuntu_desktop.dpatch
1478+
1479+commit 887aa04857544e98b1f7a0b380349483e6a60733
1480+Author: Peng Huang <shawn.p.huang@gmail.com>
1481+Date: 2010-07-01 11:52:30 +0800
1482+
1483+ Update es.po from daniel cabrera <logan@fedoraproject.org>
1484+
1485+M po/es.po
1486+
1487+commit e54703b537d3b94b3c2a7c5e77b6837da87ef303
1488+Author: Peng Huang <shawn.p.huang@gmail.com>
1489+Date: 2010-06-28 13:16:02 +0800
1490+
1491+ Update zh_TW.po from Tseng, Cheng-Chia <pswo10680@gmail.com>
1492+
1493+M po/zh_TW.po
1494+
1495+commit 817399605bdeeb83fa4729018b2b17ad7870576d
1496+Author: Peng Huang <shawn.p.huang@gmail.com>
1497+Date: 2010-06-24 11:11:51 +0800
1498+
1499+ Fix next_engine & prev_engine settings problems.
1500+
1501+M bus/ibusimpl.c
1502+M setup/main.py
1503+
1504+commit 2e19fbadd285ae2d81d3ba5612da4d7357bb5139
1505+Author: Peng Huang <shawn.p.huang@gmail.com>
1506+Date: 2010-06-23 13:35:00 +0800
1507+
1508+ Update po files
1509+
1510+M po/ar.po
1511+M po/as.po
1512+M po/bn_IN.po
1513+M po/ca.po
1514+M po/da.po
1515+M po/de.po
1516+M po/es.po
1517+M po/fr.po
1518+M po/gu.po
1519+M po/hi.po
1520+M po/hu.po
1521+M po/it.po
1522+M po/ja.po
1523+M po/kn.po
1524+M po/ko.po
1525+M po/ml.po
1526+M po/mr.po
1527+M po/or.po
1528+M po/pa.po
1529+M po/pl.po
1530+M po/ru.po
1531+M po/sr.po
1532+M po/sr@latin.po
1533+M po/ta.po
1534+M po/te.po
1535+M po/vi.po
1536+M po/zh_CN.po
1537+M po/zh_HK.po
1538+M po/zh_TW.po
1539+
1540+commit 8b6cc2e285655471cc340e15bc3871a3043d59a6
1541+Author: Peng Huang <shawn.p.huang@gmail.com>
1542+Date: 2010-06-23 13:32:04 +0800
1543+
1544+ Update desktop files.
1545+
1546+M bus/ibus.desktop.in
1547+M setup/ibus-setup.desktop.in
1548+
1549+commit 06114fef552bc5ec3f94704580d59e926d04a43d
1550+Author: Peng Huang <shawn.p.huang@gmail.com>
1551+Date: 2010-06-23 10:35:32 +0800
1552+
1553+ fill right value of GdkEventKey::is_modifier
1554+
1555+M client/gtk2/ibusimcontext.c
1556+
1557+commit a25970bc951768c44271b7e6c2b54ef22c49d76c
1558+Author: Peng Huang <shawn.p.huang@gmail.com>
1559+Date: 2010-06-20 08:02:58 +0800
1560+
1561+ workaround for applications do not set client window and refine code.
1562+
1563+M client/gtk2/ibusimcontext.c
1564+
1565+commit f16baaffebe6af29f23ef537c071150acf2397bc
1566+Author: Peng Huang <shawn.p.huang@gmail.com>
1567+Date: 2010-06-18 09:14:18 +0800
1568+
1569+ Check gtk2 too if configure with --enable-xim
1570+
1571+M configure.ac
1572+
1573+commit 9bc7166f81cf77b369f9610166839c0ae1aa953b
1574+Author: Peng Huang <shawn.p.huang@gmail.com>
1575+Date: 2010-06-17 20:19:23 +0800
1576+
1577+ Use IBUS_TYPE_OBJECT_PATH for return value of CurrentInputContext
1578+
1579+M bus/ibusimpl.c
1580+M ibus/interface/iibus.py
1581+M src/ibusbus.c
1582+
1583+commit cad8e70c3928eec31837215696dfa40ec3475734
1584+Author: Peng Huang <shawn.p.huang@gmail.com>
1585+Date: 2010-06-15 17:02:31 +0800
1586+
1587+ Preload all values.
1588+
1589+M gconf/config.c
1590+
1591+commit 92949de6497247add592a4a790bddda439791fc3
1592+Author: Peng Huang <shawn.p.huang@gmail.com>
1593+Date: 2010-06-15 16:21:29 +0800
1594+
1595+ Fix conflict between --restart and --replace
1596+
1597+M bus/main.c
1598+
1599+commit a842158b3dc01855cb1ad194dd8b75f744f7d037
1600+Author: Peng Huang <shawn.p.huang@gmail.com>
1601+Date: 2010-06-15 16:18:10 +0800
1602+
1603+ Set release = 0
1604+
1605+M configure.ac
1606+
1607+commit c7608cb5dfa683328d8f0ce9c2e16283464e36b0
1608+Author: Peng Huang <shawn.p.huang@gmail.com>
1609+Date: 2010-06-15 00:23:44 +0800
1610+
1611+ Update es.po from daniel cabrera <logan@fedoraproject.org>
1612+
1613+M po/es.po
1614+
1615+commit 9d99fa7db69e81e05164d55bf20fbf265ea1c03c
1616+Author: Peng Huang <shawn.p.huang@gmail.com>
1617+Date: 2010-06-14 22:47:21 +0800
1618+
1619+ Add --restart option by satorux@chromium.org
1620+
1621+M bus/main.c
1622+M src/ibuscomponent.c
1623+M src/ibuscomponent.h
1624+
1625+commit 2dfd255535c8367d210409b3a16ddbba1dbb166a
1626+Author: Peng Huang <shawn.p.huang@gmail.com>
1627+Date: 2010-06-12 09:00:00 +0800
1628+
1629+ read env IBUS_SNOOPER_APPS
1630+
1631+M client/gtk2/ibusimcontext.c
1632+
1633+commit 7e715146794d5fa5324885f8d1dcebb8805bc31b
1634+Author: Peng Huang <shawn.p.huang@gmail.com>
1635+Date: 2010-06-12 08:53:43 +0800
1636+
1637+ Disable snooper by default.
1638+
1639+M client/gtk2/ibusimcontext.c
1640+M configure.ac
1641+
1642+commit 79438c1322520b3a468bba296512972c16d60f7b
1643+Author: Peng Huang <shawn.p.huang@gmail.com>
1644+Date: 2010-06-12 08:10:25 +0800
1645+
1646+ prepare to release 1.3.5
1647+
1648+M configure.ac
1649+
1650+commit 3234f71aa8c00fcbb3eaa43b06032784ed480ac6
1651+Author: Peng Huang <shawn.p.huang@gmail.com>
1652+Date: 2010-06-12 08:06:22 +0800
1653+
1654+ Update ibus.spec.in
1655+
1656+M ibus.spec.in
1657+
1658+commit 49a848a70cc1e0393438fe7cfb3b118d1de24476
1659+Author: Peng Huang <shawn.p.huang@gmail.com>
1660+Date: 2010-06-12 07:50:22 +0800
1661+
1662+ Use regex for no snooper applications, and disable snooper in chrome
1663+
1664+M client/gtk2/ibusimcontext.c
1665+M configure.ac
1666+
1667+commit e3b576d1bd8255eaef153e69996665a7eef75b55
1668+Author: Peng Huang <shawn.p.huang@gmail.com>
1669+Date: 2010-06-10 14:43:44 +0800
1670+
1671+ Update document of ibus_bus_new
1672+
1673+M src/ibusbus.h
1674+
1675+commit 07e9d903c1856d8379da29c7966c040b8aaf34a0
1676+Author: Peng Huang <shawn.p.huang@gmail.com>
1677+Date: 2010-06-10 07:09:02 +0800
1678+
1679+ Check connection state before call ibus_connection_call
1680+
1681+M src/ibusproxy.c
1682+
1683+commit a30e416bfac3915858626a122c0b1688f0ea5df8
1684+Author: Peng Huang <shawn.p.huang@gmail.com>
1685+Date: 2010-06-09 07:16:33 +0800
1686+
1687+ Emit FORWARD_KEY_EVENT signal correctly
1688+
1689+M client/x11/main.c
1690+M src/ibusinputcontext.c
1691+
1692+commit 46a8b5a1bc9f2024beab573ef141bd2bc9a6565c
1693+Author: Peng Huang <shawn.p.huang@gmail.com>
1694+Date: 2010-06-09 00:09:51 +0800
1695+
1696+ Update debian build scripts
1697+
1698+M debian/ibus.install
1699+
1700+commit d34559042ddd44a64dc415426ea9ef581cf50469
1701+Author: Peng Huang <shawn.p.huang@gmail.com>
1702+Date: 2010-06-08 22:16:53 +0800
1703+
1704+ Refine coding style
1705+
1706+M client/gtk2/ibusim.c
1707+M client/gtk2/ibusimcontext.c
1708+
1709+commit 7606b92e05e3216d09bc4b96c2efcbc5560134cb
1710+Author: Peng Huang <shawn.p.huang@gmail.com>
1711+Date: 2010-06-08 21:43:55 +0800
1712+
1713+ Fix problem of create GdkEventKey from keyval keycode and state
1714+
1715+M client/gtk2/ibusimcontext.c
1716+
1717+commit d8a4d1d348184d6e7c96fcb46ab431d9a020c61f
1718+Author: Peng Huang <shawn.p.huang@gmail.com>
1719+Date: 2010-06-08 21:16:15 +0800
1720+
1721+ Ignore handled key event in xim server
1722+
1723+M client/x11/main.c
1724+
1725+commit ca20ca904fb0264f9b8ac7da97ca4e782ed31ab1
1726+Author: Peng Huang <shawn.p.huang@gmail.com>
1727+Date: 2010-06-08 20:55:27 +0800
1728+
1729+ Fix keycode in xim server
1730+
1731+M client/x11/main.c
1732+
1733+commit 92f8191f2b0f4186131ce13c6b42ff2ec68a9412
1734+Author: Peng Huang <shawn.p.huang@gmail.com>
1735+Date: 2010-06-08 16:17:15 +0800
1736+
1737+ Unify compare expression in configure.ac
1738+
1739+M configure.ac
1740+
1741+commit b921d7b7f7299356ae0984ad6d526a2cb0339f6d
1742+Author: Peng Huang <shawn.p.huang@gmail.com>
1743+Date: 2010-06-08 10:58:53 +0800
1744+
1745+ Refine log message of configure.
1746+
1747+M configure.ac
1748+
1749+commit 5f4506ee2f61f66cce877ac44316c11b8a4d6326
1750+Author: Peng Huang <shawn.p.huang@gmail.com>
1751+Date: 2010-06-07 15:10:06 +0800
1752+
1753+ Only test global-engine, when global-engine is enabled.
1754+
1755+M src/test-global-engine.c
1756+
1757+commit d1238aedeb8c2f5a55bc118691862ff8a7044fa3
1758+Author: Peng Huang <shawn.p.huang@gmail.com>
1759+Date: 2010-06-07 15:08:55 +0800
1760+
1761+ Update debian build scripts
1762+
1763+M configure.ac
1764+M debian/control
1765+M debian/libibus-dev.install
1766+M debian/libibus2.install
1767+
1768+commit bc341df136da59524e97693078019ba7100f779d
1769+Author: Peng Huang <shawn.p.huang@gmail.com>
1770+Date: 2010-06-07 08:49:56 +0800
1771+
1772+ Update vala demo engine
1773+
1774+M bindings/vala/test/Makefile
1775+M bindings/vala/test/test.vala
1776+
1777+commit 35e3104bc4f67fe327e6e9e6c3454163eb6821e7
1778+Author: Peng Huang <shawn.p.huang@gmail.com>
1779+Date: 2010-06-07 07:53:57 +0800
1780+
1781+ Add Makefile
1782+
1783+A bindings/vala/test/Makefile
1784+
1785+commit c4728ba8399d25812d53ff7ca176253758cfcc4f
1786+Author: Peng Huang <shawn.p.huang@gmail.com>
1787+Date: 2010-06-06 20:25:11 +0800
1788+
1789+ Refine demo engine
1790+
1791+M bindings/vala/test/test.vala
1792+
1793+commit 48c4e43560e0a7990922ca4d610bff49095bd109
1794+Author: Peng Huang <shawn.p.huang@gmail.com>
1795+Date: 2010-06-06 19:37:38 +0800
1796+
1797+ Regenerate vapi from header files.
1798+
1799+M bindings/vala/ibus-1.0.vapi
1800+M bindings/vala/ibus-1.0/ibus-1.0.files
1801+M bindings/vala/ibus-1.0/ibus-1.0.gi
1802+
1803+commit d3f227722f621feced89c453fdb701188469f1fc
1804+Author: Peng Huang <shawn.p.huang@gmail.com>
1805+Date: 2010-06-06 19:37:28 +0800
1806+
1807+ Add a demo vala engine
1808+
1809+A bindings/vala/test/test.vala
1810+
1811+commit 4b976f8b048dfb10fb86368d59c09bb84f60190d
1812+Author: Peng Huang <shawn.p.huang@gmail.com>
1813+Date: 2010-06-06 18:29:00 +0800
1814+
1815+ Fix ibus_service_get_connections in vala binding
1816+
1817+M bindings/vala/ibus-1.0.vapi
1818+M bindings/vala/ibus-1.0/ibus-1.0.metadata
1819+
1820+commit a8a6709da393b4d61203f0811be35cc8455d48a5
1821+Author: Peng Huang <shawn.p.huang@gmail.com>
1822+Date: 2010-06-06 16:31:25 +0800
1823+
1824+ Fix coding style
1825+
1826+M src/ibusinputcontext.h
1827+
1828+commit 0ef49cb255babb6845db6120fd41332d8c02b95a
1829+Author: Peng Huang <shawn.p.huang@gmail.com>
1830+Date: 2010-06-06 16:26:38 +0800
1831+
1832+ Update vala files
1833+
1834+M bindings/vala/ibus-1.0.vapi
1835+M bindings/vala/ibus-1.0/ibus-1.0.metadata
1836+
1837+commit 2743296f5a52f723334a8c09b0812944526563ee
1838+Author: Peng Huang <shawn.p.huang@gmail.com>
1839+Date: 2010-06-06 16:02:38 +0800
1840+
1841+ Add some annotation for g-ir-scanner
1842+
1843+M src/ibusattrlist.h
1844+M src/ibusbus.h
1845+M src/ibuscomponent.h
1846+M src/ibuslookuptable.h
1847+M src/ibusproplist.h
1848+M src/ibusproxy.h
1849+M src/ibusservice.h
1850+
1851+commit e84375407a6675890113cffec81837b8c289dc60
1852+Author: Peng Huang <shawn.p.huang@gmail.com>
1853+Date: 2010-06-06 14:42:29 +0800
1854+
1855+ Fix problem in ibus_bus_get_name_owner
1856+
1857+M src/ibusbus.c
1858+
1859+commit 42b5828d2aa0057b6a6979e8f93148a25d00be51
1860+Author: Peng Huang <shawn.p.huang@gmail.com>
1861+Date: 2010-06-06 13:44:07 +0800
1862+
1863+ Add --disable-vala in configure
1864+
1865+M Makefile.am
1866+M bindings/Makefile.am
1867+M configure.ac
1868+D ibus.sh
1869+
1870+commit 230c5b4439d765acc3a4e1064ff66e6800af8b81
1871+Author: Peng Huang <shawn.p.huang@gmail.com>
1872+Date: 2010-06-06 13:35:51 +0800
1873+
1874+ Add ibus-1.0-custom.vala
1875+
1876+M bindings/vala/Makefile.am
1877+M bindings/vala/ibus-1.0/ibus-1.0-custom.vala
1878+
1879+commit c4c565dc706a0c262beba447095950485a4d6a55
1880+Author: Peng Huang <shawn.p.huang@gmail.com>
1881+Date: 2010-06-06 13:24:27 +0800
1882+
1883+ Add vala in rpm spec file
1884+
1885+M Makefile.am
1886+M ibus.spec.in
1887+
1888+commit 85231d5f85f298bfbb2805f6f1f851e82fb75a66
1889+Author: Peng Huang <shawn.p.huang@gmail.com>
1890+Date: 2010-06-06 12:30:06 +0800
1891+
1892+ Add vala support
1893+
1894+M bindings/Makefile.am
1895+A bindings/vala/Makefile.am
1896+A bindings/vala/ibus-1.0.vapi
1897+A bindings/vala/ibus-1.0/ibus-1.0-custom.vala
1898+A bindings/vala/ibus-1.0/ibus-1.0.excludes
1899+A bindings/vala/ibus-1.0/ibus-1.0.files
1900+A bindings/vala/ibus-1.0/ibus-1.0.gi
1901+A bindings/vala/ibus-1.0/ibus-1.0.metadata
1902+A bindings/vala/ibus-1.0/ibus-1.0.namespace
1903+M configure.ac
1904+
1905+commit 1b06b1f9b1ae304d82a5658a6e2dfb92b51da481
1906+Author: Peng Huang <shawn.p.huang@gmail.com>
1907+Date: 2010-06-06 11:14:42 +0800
1908+
1909+ Remove python in bindings
1910+
1911+M bindings/Makefile.am
1912+D bindings/python/Makefile.am
1913+D bindings/python/common.h
1914+D bindings/python/gendefs.sh
1915+D bindings/python/ibus-types.defs
1916+D bindings/python/ibus-virtual-methods.defs
1917+D bindings/python/ibus.defs
1918+D bindings/python/ibus.override
1919+D bindings/python/ibusmodule.c
1920+
1921+commit ea2e5113453f6cef5d93ff3b7e533d62fbc3c115
1922+Author: Peng Huang <shawn.p.huang@gmail.com>
1923+Date: 2010-06-05 21:44:54 +0800
1924+
1925+ Update rpm spec file.
1926+
1927+M ibus.spec.in
1928+
1929+commit cbe5540dd8c8a1b25522c1592d076ed3ffe0bfa4
1930+Author: Peng Huang <shawn.p.huang@gmail.com>
1931+Date: 2010-06-05 21:28:04 +0800
1932+
1933+ Support gtk3
1934+
1935+M Makefile.am
1936+M client/Makefile.am
1937+M client/gtk2/Makefile.am
1938+A client/gtk3/Makefile.am
1939+A client/gtk3/ibusim.c
1940+A client/gtk3/ibusimcontext.c
1941+A client/gtk3/ibusimcontext.h
1942+M configure.ac
1943+M debian/control
1944+M ibus.spec.in
1945+M util/Makefile.am
1946+
1947+commit e9bf772df8cdb3c06520dcc0e0dccee067e3a776
1948+Author: Peng Huang <shawn.p.huang@gmail.com>
1949+Date: 2010-06-05 20:44:32 +0800
1950+
1951+ Repace some deprecated macros to fix build errors with gtk3
1952+
1953+M client/gtk2/ibusimcontext.h
1954+
1955+commit 190074f40707c0a2aa8ba7156217121a3d5023bd
1956+Merge: 2d6eeb6 683f8d0
1957+Author: Peng Huang <shawn.p.huang@gmail.com>
1958+Date: 2010-06-05 09:41:30 +0800
1959+
1960+ Merge branch 'async_process_key_event'
1961+
1962+commit 2d6eeb67267c65a9bc7c537d80a6970121af714a
1963+Merge: 3f64078 9dabf25
1964+Author: Peng Huang <shawn.p.huang@gmail.com>
1965+Date: 2010-06-05 09:41:10 +0800
1966+
1967+ Merge branch 'singleton_bus'
1968+
1969+commit 683f8d03ecbf6de5a031fdec3bc89999db857faa
1970+Author: Peng Huang <shawn.p.huang@gmail.com>
1971+Date: 2010-06-04 19:40:59 +0800
1972+
1973+ Set keycode in GdkEvent correctly.
1974+
1975+M client/gtk2/ibusimcontext.c
1976+
1977+commit 3f6407877244f390fc3f4c3da4c2d279983795c4
1978+Author: Julien Humbert <julroy67@gmail.com>
1979+Date: 2010-06-04 12:07:42 +0200
1980+
1981+ Minor changes to the previous commited translation
1982+
1983+M po/fr.po
1984+
1985+commit 637fc2473c80f44cf6bbb760e90fae2370c4c660
1986+Author: Julien Humbert <julroy67@gmail.com>
1987+Date: 2010-06-04 12:01:15 +0200
1988+
1989+ Update French tranlation
1990+
1991+M po/fr.po
1992+
1993+commit 72b07456b95198201fae43c222a8aaecad453ab9
1994+Merge: 42b31b8 978325d
1995+Author: Julien Humbert <julroy67@gmail.com>
1996+Date: 2010-06-04 11:26:07 +0200
1997+
1998+ Merge branch 'master' of git://github.com/phuang/ibus
1999+
2000+commit 554e35e6dcbee874fbcaebd81b7558ca4ff48d5d
2001+Author: Peng Huang <shawn.p.huang@gmail.com>
2002+Date: 2010-06-04 15:04:12 +0800
2003+
2004+ Make ibus_input_context_process_key_event in async mode
2005+
2006+M src/ibusinputcontext.c
2007+
2008+commit 978325de556641717f4d75d3f58053d9747a977d
2009+Author: Peng Huang <shawn.p.huang@gmail.com>
2010+Date: 2010-06-03 23:16:46 +0800
2011+
2012+ Remove unused define in ibusxml.c
2013+
2014+M src/ibusxml.c
2015+
2016+commit 9dabf25c5a9265523b96d517a4d39753f679898c
2017+Author: Peng Huang <shawn.p.huang@gmail.com>
2018+Date: 2010-06-03 18:12:26 +0800
2019+
2020+ Share one IBusBus instance in whole process.
2021+
2022+M src/ibusbus.c
2023+
2024+commit 0ac0c0a91d5a50f8286b9aff662a46e51cc8ae6e
2025+Author: Peng Huang <shawn.p.huang@gmail.com>
2026+Date: 2010-06-03 18:13:14 +0800
2027+
2028+ Use g_assert to check if connection is alive
2029+
2030+M src/ibusconnection.c
2031+
2032+commit 9d9b4e240a34b31daea7a73f4b3ec5d75920f68c
2033+Author: Peng Huang <shawn.p.huang@gmail.com>
2034+Date: 2010-06-03 23:12:13 +0800
2035+
2036+ Fix function name typo
2037+
2038+M src/ibusxml.c
2039+
2040+commit 54fa37f9b1497a380ce10c140c1c992b3e6c8786
2041+Author: Peng Huang <shawn.p.huang@gmail.com>
2042+Date: 2010-06-03 21:18:50 +0800
2043+
2044+ Add all classes in ibus.py
2045+
2046+M src/python/ibus.py
2047+
2048+commit adda25656efac6357ff1f1f3d697fec5cf26b21b
2049+Author: Peng Huang <shawn.p.huang@gmail.com>
2050+Date: 2010-06-03 17:52:32 +0800
2051+
2052+ Fix document of IBusConfig
2053+
2054+M src/ibusconfig.c
2055+
2056+commit efad0c3e731da7a3ca46a68d04ffb60614752fa5
2057+Author: Peng Huang <shawn.p.huang@gmail.com>
2058+Date: 2010-06-03 08:43:08 +0800
2059+
2060+ Add a small test code for gir
2061+
2062+A src/python/ibus.py
2063+A src/python/test.py
2064+
2065+commit 5d7869453a1c2305291bedcb2edf5e567bbcb5b8
2066+Author: Peng Huang <shawn.p.huang@gmail.com>
2067+Date: 2010-06-02 21:19:48 +0800
2068+
2069+ Add --version -V option for ibus-daemon
2070+
2071+M bus/main.c
2072+
2073+commit ad3e270a3e1f3d56b824fad4ab4b4f40a8979649
2074+Author: Peng Huang <shawn.p.huang@gmail.com>
2075+Date: 2010-06-02 14:17:57 +0800
2076+
2077+ Fix build warnings
2078+
2079+M src/ibusproxy.h
2080+
2081+commit dab9563a6fb8a70b916fe565c97f73990eea86c4
2082+Author: Peng Huang <shawn.p.huang@gmail.com>
2083+Date: 2010-06-02 14:14:00 +0800
2084+
2085+ Remove _DummyStruct
2086+
2087+M src/ibusdbus.h
2088+
2089+commit 28b8525b00107c04a52254e26082a43d713a5920
2090+Author: Peng Huang <shawn.p.huang@gmail.com>
2091+Date: 2010-06-02 10:37:59 +0800
2092+
2093+ Update zh_TW.po from Tseng, Cheng-Chia
2094+
2095+M po/zh_TW.po
2096+
2097+commit ef3bc4281040a29be58b58e697362a8c05d575be
2098+Author: Peng Huang <shawn.p.huang@gmail.com>
2099+Date: 2010-06-01 21:40:47 +0800
2100+
2101+ Fix coding style.
2102+
2103+M src/ibusenginedesc.h
2104+
2105+commit 2f7901c539ce97b718b002f39c8398179225026b
2106+Author: Peng Huang <shawn.p.huang@gmail.com>
2107+Date: 2010-06-01 21:36:08 +0800
2108+
2109+ Remove dbus in pc file, and fix spec file.
2110+
2111+M configure.ac
2112+M ibus-1.0.pc.in
2113+M ibus.spec.in
2114+
2115+commit 45834ea4cb7f2900c847e97ff86391bc4a50780f
2116+Author: Peng Huang <shawn.p.huang@gmail.com>
2117+Date: 2010-06-01 20:40:25 +0800
2118+
2119+ Require gobject-introspection 0.6.9
2120+
2121+M configure.ac
2122+
2123+commit 741867f30c3e4586f17816176c696f2024872cc2
2124+Author: Peng Huang <shawn.p.huang@gmail.com>
2125+Date: 2010-06-01 19:47:19 +0800
2126+
2127+ Fix build errors
2128+
2129+M bus/dbusimpl.c
2130+M bus/engineproxy.c
2131+M bus/factoryproxy.c
2132+M bus/ibusimpl.c
2133+M bus/inputcontext.c
2134+M bus/matchrule.c
2135+M bus/panelproxy.c
2136+M bus/test-matchrule.c
2137+M gconf/config.c
2138+
2139+commit 23825e6f50f41f9e0eeb40f067153bdebe57b7fa
2140+Author: Peng Huang <shawn.p.huang@gmail.com>
2141+Date: 2010-06-01 19:17:46 +0800
2142+
2143+ Add annotation for some return types
2144+
2145+M src/ibusbus.h
2146+M src/ibuscomponent.h
2147+M src/ibusobservedpath.h
2148+M src/ibusservice.h
2149+
2150+commit d91324c034e83e17715cfa5aa9f8434aacd05a23
2151+Author: Peng Huang <shawn.p.huang@gmail.com>
2152+Date: 2010-06-01 18:37:09 +0800
2153+
2154+ Add gobject-introspection support
2155+
2156+M configure.ac
2157+M src/Makefile.am
2158+M src/ibusattrlist.c
2159+M src/ibusbus.c
2160+M src/ibusbus.h
2161+M src/ibuscomponent.c
2162+M src/ibusconfig.c
2163+M src/ibusconfigservice.c
2164+M src/ibusconnection.c
2165+M src/ibusconnection.h
2166+A src/ibusdbus.h
2167+M src/ibusengine.c
2168+M src/ibusengine.h
2169+M src/ibuserror.c
2170+M src/ibuserror.h
2171+M src/ibusfactory.c
2172+M src/ibusfactory.h
2173+M src/ibushotkey.c
2174+M src/ibusinputcontext.c
2175+M src/ibusinternal.c
2176+M src/ibusinternal.h
2177+M src/ibuskeymap.c
2178+M src/ibuskeymap.h
2179+M src/ibuslookuptable.c
2180+M src/ibusmainloop.h
2181+M src/ibusmessage.c
2182+M src/ibusmessage.h
2183+M src/ibuspanelservice.c
2184+M src/ibuspendingcall.c
2185+M src/ibuspendingcall.h
2186+M src/ibusproplist.c
2187+M src/ibusproxy.c
2188+M src/ibusproxy.h
2189+M src/ibusserializable.c
2190+M src/ibusserver.c
2191+M src/ibusserver.h
2192+M src/ibusservice.c
2193+M src/ibusservice.h
2194+M src/test-lookuptable.c
2195+
2196+commit b899ae494cc354c2748762b9de31abfebc41e873
2197+Author: Peng Huang <shawn.p.huang@gmail.com>
2198+Date: 2010-06-01 16:39:39 +0800
2199+
2200+ refine coding style
2201+
2202+M src/ibusproxy.h
2203+
2204+commit 7842b20b3e268227826dd4249f6c1e73a5d71248
2205+Author: Peng Huang <shawn.p.huang@gmail.com>
2206+Date: 2010-06-01 20:50:19 +0800
2207+
2208+ Fix problem in ibus_engine_update_lookup_table_fast.
2209+
2210+M src/ibusengine.c
2211+
2212+commit 42b31b806fc86f04a4810c5819ad2ec7ca75e1da
2213+Author: Julien Humbert <julroy67@gmail.com>
2214+Date: 2010-06-01 12:38:23 +0200
2215+
2216+ Updated French translation
2217+
2218+M po/fr.po
2219+
2220+commit a7b42886ca6a8dba90fd9387bca585f8e5388aaf
2221+Author: Peng Huang <shawn.p.huang@gmail.com>
2222+Date: 2010-06-01 14:28:18 +0800
2223+
2224+ Update po files.
2225+
2226+M po/ar.po
2227+M po/as.po
2228+M po/bn_IN.po
2229+M po/ca.po
2230+M po/da.po
2231+M po/de.po
2232+M po/es.po
2233+M po/fr.po
2234+M po/gu.po
2235+M po/hi.po
2236+M po/hu.po
2237+M po/it.po
2238+M po/ja.po
2239+M po/kn.po
2240+M po/ko.po
2241+M po/ml.po
2242+M po/mr.po
2243+M po/or.po
2244+M po/pa.po
2245+M po/pl.po
2246+M po/ru.po
2247+M po/sr.po
2248+M po/sr@latin.po
2249+M po/ta.po
2250+M po/te.po
2251+M po/vi.po
2252+M po/zh_CN.po
2253+M po/zh_HK.po
2254+M po/zh_TW.po
2255+
2256+commit 6cd06247077cdec320f32e1891cbfe6c4156079a
2257+Author: James Su <james.su@gmail.com>
2258+Date: 2010-05-26 20:34:16 -0700
2259+
2260+ Add a test for global engine related functions in ibusbus.c.
2261+
2262+M src/Makefile.am
2263+A src/test-global-engine.c
2264+
2265+commit 389f6704d3950174fec78c1f22304edd9de11fc6
2266+Author: James Su <james.su@gmail.com>
2267+Date: 2010-05-26 20:06:53 -0700
2268+
2269+ Add "global-engine-changed" signal.
2270+
2271+M src/ibusbus.c
2272+
2273+commit b606f91b1f455ce7bae8d4e4904dd9ce922a9fa1
2274+Author: James Su <james.su@gmail.com>
2275+Date: 2010-05-26 19:17:03 -0700
2276+
2277+ Fix global engine related functions.
2278+
2279+M src/ibusbus.c
2280+
2281+commit c5705b4c037d7fc14bd38ded069a8437f1256250
2282+Author: James Su <james.su@gmail.com>
2283+Date: 2010-05-21 14:56:36 -0700
2284+
2285+ Implement the ability to manipulate the global engine. lib parth.
2286+
2287+M src/ibusbus.c
2288+M src/ibusbus.h
2289+M src/test-bus.c
2290+
2291+commit 9aacf3588d39400ab75a481ff9ada5bb868fc460
2292+Author: James Su <james.su@gmail.com>
2293+Date: 2010-05-21 14:53:36 -0700
2294+
2295+ Implement the ability to manipulate the global engine, daemon part.
2296+
2297+M bus/ibusimpl.c
2298+
2299+commit d2e8791f78227058e211c6b7db338ec521cb6c22
2300+Author: James Su <james.su@gmail.com>
2301+Date: 2010-05-03 21:34:57 -0700
2302+
2303+ Part 1 of XKB support.
2304+
2305+ This change includes:
2306+ 1. Adds hotkey for switching to previous engine (renaming the old unused "prev_engine" to previous_engine).
2307+ 2. Renames next_engine hotkey to next_engine_in_menu.
2308+ 3. Saves/loads current and previous global engine names to/from config.
2309+ 4. Adds enable_by_default config to enable the input method by default.
2310+ 5. Moves hotkey filter function from inputcontext.c into ibusimpl.c.
2311+
2312+M bus/ibusimpl.c
2313+M bus/ibusimpl.h
2314+M bus/inputcontext.c
2315+M data/ibus.schemas.in
2316+
2317+commit 99f9e06bb995b406ad3d4498971bec2c58878f16
2318+Author: Peng Huang <shawn.p.huang@gmail.com>
2319+Date: 2010-06-01 11:37:18 +0800
2320+
2321+ Fix some exceptions in setup ui
2322+
2323+M setup/keyboardshortcut.py
2324+
2325+commit 6c32af7c6f151aad64f339abdecfce10498ea701
2326+Author: Peng Huang <shawn.p.huang@gmail.com>
2327+Date: 2010-05-31 16:42:36 +0800
2328+
2329+ Fix problem in ibus_lookup_table_set_label
2330+
2331+M src/ibuslookuptable.c
2332+
2333+commit 5da6aa482b5429da2162921a3893b14bcebf7b22
2334+Author: Peng Huang <shawn.p.huang@gmail.com>
2335+Date: 2010-05-29 07:34:06 +0800
2336+
2337+ Update po files.
2338+
2339+M po/ar.po
2340+M po/as.po
2341+M po/bn_IN.po
2342+M po/ca.po
2343+M po/da.po
2344+M po/de.po
2345+M po/es.po
2346+M po/fr.po
2347+M po/gu.po
2348+M po/hi.po
2349+M po/hu.po
2350+M po/it.po
2351+M po/ja.po
2352+M po/kn.po
2353+M po/ko.po
2354+M po/ml.po
2355+M po/mr.po
2356+M po/or.po
2357+M po/pa.po
2358+M po/pl.po
2359+M po/ru.po
2360+M po/sr.po
2361+M po/sr@latin.po
2362+M po/ta.po
2363+M po/te.po
2364+M po/vi.po
2365+M po/zh_CN.po
2366+M po/zh_HK.po
2367+M po/zh_TW.po
2368+
2369+commit 61f0c9611c37a189681f2e1b3a8f896e83a52009
2370+Author: Peng Huang <shawn.p.huang@gmail.com>
2371+Date: 2010-05-29 06:44:16 +0800
2372+
2373+ Release 1.3.4
2374+
2375+M configure.ac
2376+
2377+commit 7af503aaba624c26aff791943490f2aee410cd99
2378+Author: Peng Huang <shawn.p.huang@gmail.com>
2379+Date: 2010-05-28 16:38:01 +0800
2380+
2381+ Add include <string.h>
2382+
2383+M bus/ibusimpl.c
2384+
2385+commit 9372a7c64bea26f19ae6bcda9395aa86da60071b
2386+Author: Peng Huang <shawn.p.huang@gmail.com>
2387+Date: 2010-05-28 16:37:50 +0800
2388+
2389+ Remove changelog
2390+
2391+D debian/changelog
2392+
2393+commit aec6c3a1fb241810e0dc9e58d7da34299eb0f200
2394+Author: Peng Huang <shawn.p.huang@gmail.com>
2395+Date: 2010-05-28 10:18:24 +0800
2396+
2397+ Add ppa target to generate debian source package.
2398+
2399+M Makefile.am
2400+M configure.ac
2401+A debian/README.source
2402+M debian/changelog
2403+A debian/changelog.in
2404+M debian/clean
2405+M debian/control
2406+D debian/libibus1.install
2407+D debian/libibus1.symbols
2408+A debian/libibus2.install
2409+A debian/libibus2.symbols
2410+A debian/patches/00list
2411+A debian/patches/01_ubuntu_desktop.dpatch
2412+M debian/rules
2413+A debian/source/format
2414+M debian/xinput/ibus
2415+
2416+commit dc1e9d38ce4612ee7fb05a39f25ae5dfb499dd4a
2417+Author: Peng Huang <shawn.p.huang@gmail.com>
2418+Date: 2010-05-27 06:47:34 +0800
2419+
2420+ Remove some unused variables.
2421+
2422+M src/ibusbus.c
2423+M src/ibusconnection.c
2424+
2425+commit 7912b45a0526f78467098b36022adfb203d587b0
2426+Author: Peng Huang <shawn.p.huang@gmail.com>
2427+Date: 2010-05-26 12:20:29 +0800
2428+
2429+ Fix restart problem when the image file is removed.
2430+
2431+M bus/ibusimpl.c
2432+
2433+commit e502b41e2fedd11bccd739ed9d7257d88073904e
2434+Author: James Su <james.su@gmail.com>
2435+Date: 2010-05-26 15:38:37 -0700
2436+
2437+ Change ibus_bus_hello() to return const gchar*.
2438+
2439+M src/ibusbus.c
2440+M src/ibusbus.h
2441+
2442+commit c91d8429a01725dd881abe7014fbf5c1fdba07d6
2443+Author: James Su <james.su@gmail.com>
2444+Date: 2010-05-26 14:56:15 -0700
2445+
2446+ Fix memory issues in ibusconnection.* and ibusproxy.c
2447+
2448+M src/ibusconnection.c
2449+M src/ibusconnection.h
2450+M src/ibusproxy.c
2451+
2452+commit 1c50507a2f0a0bfcc74d99dec3706605d211119d
2453+Author: James Su <james.su@gmail.com>
2454+Date: 2010-05-26 12:41:43 -0700
2455+
2456+ Fix memory issues in ibusbus.c
2457+
2458+M src/ibusbus.c
2459+M src/ibusbus.h
2460+M src/test-bus.c
2461+
2462+commit 0ba0b49831c38772884cdad787a596c4ddc23a23
2463+Author: James Su <james.su@gmail.com>
2464+Date: 2010-05-21 14:44:41 -0700
2465+
2466+ Fix typos in ibus_bus_current_input_context().
2467+
2468+M src/ibusbus.c
2469+M src/test-bus.c
2470+
2471+commit 3c491bce532059391429c17c46a96f723a0a1270
2472+Author: fujiwarat <takao.fujiwara1@gmail.com>
2473+Date: 2010-05-17 18:17:57 +0900
2474+
2475+ Fix not to emit property-activate when state is not changed.
2476+
2477+M ui/gtk/menu.py
2478+M ui/gtk/toolitem.py
2479+
2480+commit 5326f3c05c4ef69cbf88ca8e3d91f9eb3efc1f96
2481+Author: Peng Huang <shawn.p.huang@gmail.com>
2482+Date: 2010-05-15 20:05:51 +0800
2483+
2484+ Update pl.po from Piotr DrÄ…g <piotrdrag@gmail.com>
2485+
2486+M po/pl.po
2487+
2488+commit 9026db8da82df0229cd3c7f9055bccad338f6a91
2489+Author: Peng Huang <shawn.p.huang@gmail.com>
2490+Date: 2010-05-15 20:02:19 +0800
2491+
2492+ Refine some build options.
2493+
2494+M Makefile.am
2495+M client/Makefile.am
2496+M configure.ac
2497+M gconf/Makefile.am
2498+M ibus/Makefile.am
2499+M ibus/interface/Makefile.am
2500+M setup/Makefile.am
2501+M ui/Makefile.am
2502+M ui/gtk/Makefile.am
2503+M util/Makefile.am
2504+
2505+commit c75f40f35168f752ba5380e229d889bfb7bf4074
2506+Author: Peng Huang <shawn.p.huang@gmail.com>
2507+Date: 2010-05-15 19:48:37 +0800
2508+
2509+ Add --disable-clients to disable gtk x11 clients
2510+
2511+M client/Makefile.am
2512+M configure.ac
2513+
2514+commit 1477bcd22f7a9896348d6f67a4f98af0e829ed66
2515+Author: Peng Huang <shawn.p.huang@gmail.com>
2516+Date: 2010-05-14 20:52:53 +0800
2517+
2518+ Add ibus_lookup_table_set_label.
2519+
2520+M src/ibuslookuptable.c
2521+M src/ibuslookuptable.h
2522+
2523+commit 86d4cf8b4e1d8485952172ebcda455d64351f575
2524+Author: Peng Huang <shawn.p.huang@gmail.com>
2525+Date: 2010-05-10 09:09:42 +0800
2526+
2527+ Make version in ibus-docs configurable.
2528+
2529+M configure.ac
2530+D docs/reference/ibus/ibus-docs.sgml
2531+A docs/reference/ibus/ibus-docs.sgml.in
2532+
2533+commit facc441f48a9f6ed385578106daa1eef7e1cd8c5
2534+Author: Peng Huang <shawn.p.huang@gmail.com>
2535+Date: 2010-05-07 22:13:46 +0800
2536+
2537+ Update kn.po from Shankar Prasad Venkateshbhat <svenkate@redhat.com>
2538+
2539+M po/kn.po
2540+
2541+commit a847b223c4b220ae36ba3f565df3de5c93857dcc
2542+Author: Peng Huang <shawn.p.huang@gmail.com>
2543+Date: 2010-05-07 15:35:36 +0800
2544+
2545+ Update zh_TW.po from Tseng, Cheng-Chia <pswo10680@gmail.com>
2546+
2547+M po/zh_TW.po
2548+
2549+commit 19a8c3ae2e11005bb20c1dd98e4ffe5b02d5c06d
2550+Author: Peng Huang <shawn.p.huang@gmail.com>
2551+Date: 2010-05-06 16:44:49 +0800
2552+
2553+ Update hi.po from Rajesh Ranjan <rranjan@redhat.com>
2554+
2555+M po/hi.po
2556+
2557+commit 4be5b98dab33b351bc22d91e3f6cfa5e1c5787fd
2558+Author: Peng Huang <shawn.p.huang@gmail.com>
2559+Date: 2010-05-06 16:35:04 +0800
2560+
2561+ Update ja.po from Kiyoto James Hashida <khashida@redhat.com>
2562+
2563+M po/ja.po
2564+
2565+commit 1ce102f4e3ee675f8d3a2329db52da81a09e4b72
2566+Author: Peng Huang <shawn.p.huang@gmail.com>
2567+Date: 2010-05-06 16:04:05 +0800
2568+
2569+ Update ml.po from Ani Peter <apeter@redhat.com>
2570+
2571+M po/ml.po
2572+
2573+commit ddf4c9462a044561cbb4632f722c52bf9c28a2a5
2574+Author: Peng Huang <shawn.p.huang@gmail.com>
2575+Date: 2010-05-06 15:05:43 +0800
2576+
2577+ Update mr.po from sandeep shedmake <sandeep.shedmake@gmail.com>
2578+
2579+M po/mr.po
2580+
2581+commit 704747b00f8b41d1099574c856e55d4c7f29016d
2582+Author: Peng Huang <shawn.p.huang@gmail.com>
2583+Date: 2010-05-06 10:32:20 +0800
2584+
2585+ Update ru.po from Yulia Poyarkova <yulia.poyarkova@redhat.com>
2586+
2587+M po/ru.po
2588+
2589+commit 93b3ab9b433fa9540af140a08ae6f81eec5ae531
2590+Author: Peng Huang <shawn.p.huang@gmail.com>
2591+Date: 2010-05-06 10:31:19 +0800
2592+
2593+ Update te.po from Krishnababu Krothapalli <k.meetme@gmail.com>
2594+
2595+M po/te.po
2596+
2597+commit c924bf47d4f227baf4fe4938a4467d26c2d633b7
2598+Author: Peng Huang <shawn.p.huang@gmail.com>
2599+Date: 2010-05-05 19:09:39 +0800
2600+
2601+ Fix a typo in setup.ui
2602+
2603+M po/ar.po
2604+M po/as.po
2605+M po/bn_IN.po
2606+M po/ca.po
2607+M po/da.po
2608+M po/de.po
2609+M po/es.po
2610+M po/fr.po
2611+M po/gu.po
2612+M po/hi.po
2613+M po/hu.po
2614+M po/it.po
2615+M po/ja.po
2616+M po/kn.po
2617+M po/ko.po
2618+M po/ml.po
2619+M po/mr.po
2620+M po/or.po
2621+M po/pa.po
2622+M po/pl.po
2623+M po/ru.po
2624+M po/sr.po
2625+M po/sr@latin.po
2626+M po/ta.po
2627+M po/te.po
2628+M po/vi.po
2629+M po/zh_CN.po
2630+M po/zh_HK.po
2631+M po/zh_TW.po
2632+M setup/setup.ui
2633+
2634+commit 6b76860b86cfb45aedf8a010a4af45335396441c
2635+Author: Peng Huang <shawn.p.huang@gmail.com>
2636+Date: 2010-05-05 19:03:19 +0800
2637+
2638+ Update pa.po from Jaswinder Singh
2639+
2640+M po/pa.po
2641+
2642+commit 74e5fcace7101354b560e0aa2bc0c0d2b91d5fc3
2643+Author: Peng Huang <shawn.p.huang@gmail.com>
2644+Date: 2010-05-04 13:33:46 +0800
2645+
2646+ Release 1.3.3
2647+
2648+M configure.ac
2649+
2650+commit fd5289885358aebcffac82a71494bcb72193aded
2651+Author: Peng Huang <shawn.p.huang@gmail.com>
2652+Date: 2010-05-04 11:16:31 +0800
2653+
2654+ Revert "Remove dbus library from ibus-1.0.pc"
2655+
2656+ This reverts commit 1a60516d29bae164213c2337e4d877079b1c3ba0.
2657+
2658+M ibus-1.0.pc.in
2659+
2660+commit d8d386f6bd2823e96e0380e065ccc0b522b7e9e6
2661+Merge: 1a60516 80c35b5
2662+Author: Peng Huang <shawn.p.huang@gmail.com>
2663+Date: 2010-05-04 07:29:45 +0800
2664+
2665+ Merge branch 'no_snooper_apps'
2666+
2667+commit 80c35b5fc53672a0791f847d811c71843e1c7156
2668+Author: Peng Huang <shawn.p.huang@gmail.com>
2669+Date: 2010-05-04 07:27:53 +0800
2670+
2671+ Add configure --disable-key-snooper
2672+
2673+M client/gtk2/ibusimcontext.c
2674+M configure.ac
2675+
2676+commit 1a60516d29bae164213c2337e4d877079b1c3ba0
2677+Author: Peng Huang <shawn.p.huang@gmail.com>
2678+Date: 2010-05-03 17:45:05 +0800
2679+
2680+ Remove dbus library from ibus-1.0.pc
2681+
2682+M ibus-1.0.pc.in
2683+
2684+commit 550d0adb701d456c1097be805cd010b95e60f9c8
2685+Author: Peng Huang <shawn.p.huang@gmail.com>
2686+Date: 2010-05-02 15:44:13 +0800
2687+
2688+ ibus-x11 does not call g_error, when it connects to ibus-daemon failed.
2689+
2690+M client/x11/main.c
2691+
2692+commit aab40e06078512c7a70b071e3eb5acfe47921ca4
2693+Author: Peng Huang <shawn.p.huang@gmail.com>
2694+Date: 2010-05-01 20:58:36 +0800
2695+
2696+ Refine comments
2697+
2698+M configure.ac
2699+
2700+commit 180371b895cc9217710220e1a2dce5d91f86cf2b
2701+Author: Peng Huang <shawn.p.huang@gmail.com>
2702+Date: 2010-05-01 17:22:46 +0800
2703+
2704+ add configure option to disable keyboard snooper in some applications
2705+
2706+M client/gtk2/ibusimcontext.c
2707+M configure.ac
2708+
2709+commit 14bf7bdb80920c7cf8f4fd38aabfa8c5b6deee33
2710+Author: Peng Huang <shawn.p.huang@gmail.com>
2711+Date: 2010-05-01 09:00:27 +0800
2712+
2713+ include ignore and handled mask in IBUS_MODIFIER_MASK
2714+
2715+M src/ibustypes.h
2716+
2717+commit 9111a6cfcd6b1357a4c288366661faef7d757add
2718+Author: Peng Huang <shawn.p.huang@gmail.com>
2719+Date: 2010-04-30 15:05:29 +0800
2720+
2721+ Check if client connection is alive, when engine replies the
2722+ process_key_event
2723+
2724+M bus/inputcontext.c
2725+
2726+commit 670693885a114ba3c3455db695dee52edfc605d8
2727+Author: Peng Huang <shawn.p.huang@gmail.com>
2728+Date: 2010-04-29 17:09:58 +0800
2729+
2730+ mark ibus_free_strv as depracated
2731+
2732+M src/ibusshare.c
2733+M src/ibusshare.h
2734+
2735+commit 479ef38a166a8e9fe72fdc52024b3676deedf16d
2736+Author: Peng Huang <shawn.p.huang@gmail.com>
2737+Date: 2010-04-27 07:37:42 +0800
2738+
2739+ Update es.po from daniel cabrera <logan@fedoraproject.org>
2740+
2741+M po/es.po
2742+
2743+commit f823193fb424797554cc4953807f65bf038b10a9
2744+Author: Julien Humbert <julroy67@gmail.com>
2745+Date: 2010-04-26 13:30:38 +0200
2746+
2747+ Updated French translation
2748+
2749+M po/fr.po
2750+
2751+commit 5d699f3d6d530cc5a709530c28fef3cedc086cb9
2752+Author: Peng Huang <shawn.p.huang@gmail.com>
2753+Date: 2010-04-26 09:00:47 +0800
2754+
2755+ Remove option [Never] for language bar.
2756+
2757+M data/ibus.schemas.in
2758+M po/ar.po
2759+M po/as.po
2760+M po/bn_IN.po
2761+M po/ca.po
2762+M po/da.po
2763+M po/de.po
2764+M po/es.po
2765+M po/fr.po
2766+M po/gu.po
2767+M po/hi.po
2768+M po/hu.po
2769+M po/it.po
2770+M po/ja.po
2771+M po/kn.po
2772+M po/ko.po
2773+M po/ml.po
2774+M po/mr.po
2775+M po/or.po
2776+M po/pa.po
2777+M po/pl.po
2778+M po/ru.po
2779+M po/sr.po
2780+M po/sr@latin.po
2781+M po/ta.po
2782+M po/te.po
2783+M po/vi.po
2784+M po/zh_CN.po
2785+M po/zh_HK.po
2786+M po/zh_TW.po
2787+M setup/main.py
2788+M setup/setup.ui
2789+M ui/gtk/languagebar.py
2790+M ui/gtk/panel.py
2791+
2792+commit 269a0bb0ad207fc484b1867c53bc72f200a7cc15
2793+Author: Peng Huang <shawn.p.huang@gmail.com>
2794+Date: 2010-04-24 08:18:58 +0800
2795+
2796+ Update kn.po from Shankar Prasad Venkateshbhat <svenkate@redhat.com>
2797+
2798+M po/kn.po
2799+
2800+commit e2c1359c02f975ea5cb7a51c7baa313b27b2e6c7
2801+Author: Peng Huang <shawn.p.huang@gmail.com>
2802+Date: 2010-04-24 08:16:16 +0800
2803+
2804+ Add librsvg2 as requires in rpm spec file.
2805+
2806+M ibus.spec.in
2807+
2808+commit c0f4071d17351e4076fdbe476fff7030bfd1d3a9
2809+Author: fujiwarat <takao.fujiwara1@gmail.com>
2810+Date: 2010-04-23 16:02:54 +0900
2811+
2812+ Update ja.po
2813+
2814+M po/ja.po
2815+
2816+commit 633f5d03fcdd1206855a3a4071ee75d37829e619
2817+Author: Peng Huang <shawn.p.huang@gmail.com>
2818+Date: 2010-04-22 16:54:03 +0800
2819+
2820+ Update API references of IBusEngine
2821+
2822+M src/ibusengine.c
2823+
2824+commit c0fe2773c4c750c871785e3ca07745fe76d51faf
2825+Author: Peng Huang <shawn.p.huang@gmail.com>
2826+Date: 2010-04-21 22:06:23 +0800
2827+
2828+ Update es.po from daniel cabrera <logan@fedoraproject.org>
2829+
2830+M po/es.po
2831+
2832+commit a48386426142a6645b9beae712572dc1adfc082a
2833+Author: Peng Huang <shawn.p.huang@gmail.com>
2834+Date: 2010-04-21 13:19:23 +0800
2835+
2836+ Release 1.3.2
2837+
2838+M configure.ac
2839+
2840+commit 4cd33ff5d4c8adcde22364365f0d892f013e5b01
2841+Author: Peng Huang <shawn.p.huang@gmail.com>
2842+Date: 2010-04-21 13:18:34 +0800
2843+
2844+ workaround: set focus if context does not have focus.
2845+
2846+M bus/inputcontext.c
2847+
2848+commit 416f9ac05d2edab41379dad40315c0feb2d47406
2849+Author: Peng Huang <shawn.p.huang@gmail.com>
2850+Date: 2010-04-21 11:04:43 +0800
2851+
2852+ Update string in UI
2853+
2854+M po/ar.po
2855+M po/as.po
2856+M po/bn_IN.po
2857+M po/ca.po
2858+M po/da.po
2859+M po/de.po
2860+M po/es.po
2861+M po/fr.po
2862+M po/gu.po
2863+M po/hi.po
2864+M po/hu.po
2865+M po/it.po
2866+M po/ja.po
2867+M po/kn.po
2868+M po/ko.po
2869+M po/ml.po
2870+M po/mr.po
2871+M po/or.po
2872+M po/pa.po
2873+M po/pl.po
2874+M po/ru.po
2875+M po/sr.po
2876+M po/sr@latin.po
2877+M po/ta.po
2878+M po/te.po
2879+M po/vi.po
2880+M po/zh_CN.po
2881+M po/zh_HK.po
2882+M po/zh_TW.po
2883+M setup/setup.ui
2884+
2885+commit caefdc15452b63e87e5816c888b86be72feb5a56
2886+Author: Peng Huang <shawn.p.huang@gmail.com>
2887+Date: 2010-04-21 10:56:19 +0800
2888+
2889+ Update po files.
2890+
2891+M po/ar.po
2892+M po/as.po
2893+M po/bn_IN.po
2894+M po/ca.po
2895+M po/da.po
2896+M po/de.po
2897+M po/es.po
2898+M po/fr.po
2899+M po/gu.po
2900+M po/hi.po
2901+M po/hu.po
2902+M po/it.po
2903+M po/ja.po
2904+M po/kn.po
2905+M po/ko.po
2906+M po/ml.po
2907+M po/mr.po
2908+M po/or.po
2909+M po/pa.po
2910+M po/pl.po
2911+M po/ru.po
2912+M po/sr.po
2913+M po/sr@latin.po
2914+M po/ta.po
2915+M po/te.po
2916+M po/vi.po
2917+M po/zh_CN.po
2918+M po/zh_HK.po
2919+M po/zh_TW.po
2920+
2921+commit 943df5a35b5fa73f6195b362993a479b611116bb
2922+Author: Peng Huang <shawn.p.huang@gmail.com>
2923+Date: 2010-04-21 10:44:32 +0800
2924+
2925+ Fix issue - application does not response key events randomly.
2926+
2927+M bus/inputcontext.c
2928+
2929+commit fd38e7622440cbd7c78ba62fe92281edcea6a76e
2930+Author: Peng Huang <shawn.p.huang@gmail.com>
2931+Date: 2010-04-21 10:42:40 +0800
2932+
2933+ Add iso-codes-dev as BR in spec file.
2934+
2935+M ibus.spec.in
2936+
2937+commit 5be6364bb79d77fc21c799ea728be7d6ff24de5e
2938+Author: Peng Huang <shawn.p.huang@gmail.com>
2939+Date: 2010-04-20 17:58:05 +0800
2940+
2941+ Adjust setup dialog for better looking
2942+
2943+M setup/setup.ui
2944+
2945+commit 74f8f71853b215c3d2e9945be60f5c9ff6285415
2946+Author: Peng Huang <shawn.p.huang@gmail.com>
2947+Date: 2010-04-20 17:21:41 +0800
2948+
2949+ Fix crash in registry
2950+
2951+M bus/registry.c
2952+M src/ibuscomponent.c
2953+
2954+commit e74ec5611e26b509c990024e919de21ec33976b5
2955+Author: Peng Huang <shawn.p.huang@gmail.com>
2956+Date: 2010-04-15 17:06:55 +0800
2957+
2958+ Update or.po from Manoj Giri <mgiri@redhat.com>
2959+
2960+M po/or.po
2961+
2962+commit b69765ccf8417413678ad35e3e41710e8ed6d37b
2963+Author: Peng Huang <shawn.p.huang@gmail.com>
2964+Date: 2010-04-12 06:42:13 +0800
2965+
2966+ Fix some mistakes
2967+
2968+M po/zh_CN.po
2969+
2970+commit 473da4136f36dc344033723b8217a7b3003b6827
2971+Author: Peng Huang <shawn.p.huang@gmail.com>
2972+Date: 2010-04-11 20:48:59 +0800
2973+
2974+ Fix mistakes in zh_CN.po
2975+
2976+M po/zh_CN.po
2977+
2978+commit 6d7f49c57e7013dabcd88c810eaa2fc49f94c87d
2979+Author: Peng Huang <shawn.p.huang@gmail.com>
2980+Date: 2010-04-11 17:48:49 +0800
2981+
2982+ Do not hardcode iso-codes anymore
2983+
2984+M configure.ac
2985+M ibus/_config.py.in
2986+M ibus/lang.py
2987+
2988+commit 064eb48804f34f1c2249d93b5df4b129d536febd
2989+Author: Peng Huang <shawn.p.huang@gmail.com>
2990+Date: 2010-04-11 17:04:19 +0800
2991+
2992+ Fix build warnings
2993+
2994+M src/test-bus.c
2995+
2996+commit 3b2f45a9abeffebdb4f583ce6ddfed674e74b4c6
2997+Author: Peng Huang <shawn.p.huang@gmail.com>
2998+Date: 2010-04-11 17:02:55 +0800
2999+
3000+ Add X11_CFLAGS and X11_LIBS
3001+
3002+M client/x11/Makefile.am
3003+M util/IMdkit/Makefile.am
3004+
3005+commit 292c62c32e8e71383fafe09881c2ff247d460bb7
3006+Author: Peng Huang <shawn.p.huang@gmail.com>
3007+Date: 2010-04-11 16:41:03 +0800
3008+
3009+ Fix make distcheck errors.
3010+
3011+M Makefile.am
3012+M configure.ac
3013+M gconf/Makefile.am
3014+M ibus/Makefile.am
3015+M ibus/interface/Makefile.am
3016+M po/POTFILES.in
3017+M po/ar.po
3018+M po/as.po
3019+M po/bn_IN.po
3020+M po/ca.po
3021+M po/da.po
3022+M po/de.po
3023+M po/es.po
3024+M po/fr.po
3025+M po/gu.po
3026+M po/hi.po
3027+M po/hu.po
3028+M po/it.po
3029+M po/ja.po
3030+M po/kn.po
3031+M po/ko.po
3032+M po/ml.po
3033+M po/or.po
3034+M po/pa.po
3035+M po/pl.po
3036+M po/ru.po
3037+M po/sr.po
3038+M po/sr@latin.po
3039+M po/ta.po
3040+M po/te.po
3041+M po/vi.po
3042+M po/zh_CN.po
3043+M po/zh_HK.po
3044+M po/zh_TW.po
3045+M setup/Makefile.am
3046+M src/test-bus.c
3047+M ui/gtk/Makefile.am
3048+
3049+commit 271f02d9ee09477f61dcec43196c52768665f062
3050+Author: Peng Huang <shawn.p.huang@gmail.com>
3051+Date: 2010-04-11 11:39:48 +0800
3052+
3053+ Use = in shell test expression
3054+
3055+M configure.ac
3056+
3057+commit 4d791dd6846f7610c0797f508d9760df49c710dd
3058+Author: Peng Huang <shawn.p.huang@gmail.com>
3059+Date: 2010-04-10 07:15:04 +0800
3060+
3061+ Update es.po from daniel cabrera <h.daniel.cabrera@gmail.com>
3062+
3063+M po/es.po
3064+
3065+commit eee4f66a4557dfb825b1ba3dac1cf021699d4e5d
3066+Author: Peng Huang <shawn.p.huang@gmail.com>
3067+Date: 2010-04-09 18:44:35 +0800
3068+
3069+ Update mr.po from sandeep shedmake <sandeep.shedmake@gmail.com>
3070+
3071+M po/mr.po
3072+
3073+commit c1697ada529e5cf2dcf8c6292f6e3bef6ccbb5b2
3074+Author: Peng Huang <shawn.p.huang@gmail.com>
3075+Date: 2010-04-09 12:01:19 +0800
3076+
3077+ Fix two build warnings
3078+
3079+M bus/registry.c
3080+M src/ibusbus.c
3081+
3082+commit 616c07538b3ea8cf0d5979bb4a22afa8e9d9220a
3083+Author: Peng Huang <shawn.p.huang@gmail.com>
3084+Date: 2010-04-09 11:30:50 +0800
3085+
3086+ Add some git targets
3087+
3088+M Makefile.am
3089+
3090+commit 39bf9044019b342380c32986c12ffc5a41ac29f3
3091+Author: Peng Huang <shawn.p.huang@gmail.com>
3092+Date: 2010-04-09 11:23:42 +0800
3093+
3094+ Update some strings and po files.
3095+
3096+M data/ibus.schemas.in
3097+M po/ar.po
3098+M po/as.po
3099+M po/bn_IN.po
3100+M po/ca.po
3101+M po/da.po
3102+M po/de.po
3103+M po/es.po
3104+M po/fr.po
3105+M po/gu.po
3106+M po/hi.po
3107+M po/hu.po
3108+M po/it.po
3109+M po/ja.po
3110+M po/kn.po
3111+M po/ko.po
3112+M po/ml.po
3113+M po/mr.po
3114+M po/or.po
3115+M po/pa.po
3116+M po/pl.po
3117+M po/ru.po
3118+M po/sr.po
3119+M po/sr@latin.po
3120+M po/ta.po
3121+M po/te.po
3122+M po/vi.po
3123+M po/zh_CN.po
3124+M po/zh_HK.po
3125+M po/zh_TW.po
3126+M setup/setup.ui
3127+M ui/gtk/languagebar.py
3128+
3129+commit 1dfaf677e210452056569ccfb0d47ef236771254
3130+Author: Peng Huang <shawn.p.huang@gmail.com>
3131+Date: 2010-04-09 11:05:57 +0800
3132+
3133+ Update ru.po from Yulia Poyarkova <yulia.poyarkova@redhat.com>
3134+
3135+M po/ru.po
3136+
3137+commit f7fe659fc8bd974fb609d66784e301cf3efca590
3138+Author: Peng Huang <shawn.p.huang@gmail.com>
3139+Date: 2010-04-09 09:27:57 +0800
3140+
3141+ Fix AM_CONDITIONAL error in configure.ac
3142+
3143+M configure.ac
3144+
3145+commit 8db336807712dba41cbf3de37ae87a3fb084d39e
3146+Author: fujiwarat <takao.fujiwara1@gmail.com>
3147+Date: 2010-04-08 18:40:54 +0900
3148+
3149+ Narrow the width of ibus-setup for ja
3150+
3151+M setup/setup.ui
3152+
3153+commit ff8cdb6f36a6f1024c3295ca75be6c444209d407
3154+Author: Peng Huang <shawn.p.huang@gmail.com>
3155+Date: 2010-04-08 17:47:31 +0800
3156+
3157+ Clear the code for preedit text mode
3158+
3159+M bus/engineproxy.c
3160+M bus/engineproxy.h
3161+M bus/inputcontext.c
3162+M bus/inputcontext.h
3163+M src/ibusmarshalers.list
3164+
3165+commit e4d02bb966788291168e51225aaeab24f80ff424
3166+Author: fujiwarat <takao.fujiwara1@gmail.com>
3167+Date: 2010-04-08 16:09:00 +0900
3168+
3169+ Commit preedit text when bus_input_context_disable is called.
3170+
3171+M bus/inputcontext.c
3172+
3173+commit 56968f1b9560298667d95908f2773ddec2c04c2a
3174+Author: Peng Huang <shawn.p.huang@gmail.com>
3175+Date: 2010-04-08 11:10:02 +0800
3176+
3177+ Try to create dir $(HOME)/.config/ibus/bus every time to avoid apps wake
3178+ up once per second.
3179+
3180+M src/ibusbus.c
3181+M src/ibusshare.c
3182+M src/ibusshare.h
3183+
3184+commit 413afeb66e23acf06ffd8819b74895582c8d68a7
3185+Author: Peng Huang <shawn.p.huang@gmail.com>
3186+Date: 2010-04-08 10:37:10 +0800
3187+
3188+ Insensitive 'Turn off input methon' menu item if ic is disabled already.
3189+
3190+M ui/gtk/panel.py
3191+
3192+commit 619283cc93725cfbfff598013671da0e6a2c3728
3193+Author: Peng Huang <shawn.p.huang@gmail.com>
3194+Date: 2010-03-31 17:48:45 +0800
3195+
3196+ Update pa.po from Jaswinder Singh <jsingh@redhat.com>
3197+
3198+M po/pa.po
3199+
3200+commit fc59bca7eb6606abac94ffa5a3b4638edf87b22b
3201+Author: Peng Huang <shawn.p.huang@gmail.com>
3202+Date: 2010-03-31 12:26:40 +0800
3203+
3204+ Update po files.
3205+
3206+M po/ar.po
3207+M po/as.po
3208+M po/bn_IN.po
3209+M po/ca.po
3210+M po/da.po
3211+M po/de.po
3212+M po/es.po
3213+M po/fr.po
3214+M po/gu.po
3215+M po/hi.po
3216+M po/hu.po
3217+M po/it.po
3218+M po/ja.po
3219+M po/kn.po
3220+M po/ml.po
3221+M po/mr.po
3222+M po/or.po
3223+M po/pa.po
3224+M po/pl.po
3225+M po/ru.po
3226+M po/sr.po
3227+M po/sr@latin.po
3228+M po/ta.po
3229+M po/te.po
3230+M po/vi.po
3231+M po/zh_CN.po
3232+M po/zh_HK.po
3233+M po/zh_TW.po
3234+
3235+commit dc505c75ae1eb182a0376b959ce4330628f06b54
3236+Author: Peng Huang <shawn.p.huang@gmail.com>
3237+Date: 2010-03-31 12:26:24 +0800
3238+
3239+ Update ko.po from Hyunsok Oh <hoh@redhat.com>
3240+
3241+M po/ko.po
3242+
3243+commit 11a4055f2050019266516c4b83b7c671144189e4
3244+Author: Peng Huang <shawn.p.huang@gmail.com>
3245+Date: 2010-03-30 12:55:27 +0800
3246+
3247+ Release 1.3.1
3248+
3249+M configure.ac
3250+
3251+commit 06b8aeabdbd347396ea5526abca70229cb2a47e9
3252+Merge: 39782a6 2b25925
3253+Author: Peng Huang <shawn.p.huang@gmail.com>
3254+Date: 2010-03-30 12:49:27 +0800
3255+
3256+ Merge remote branch 'origin/master' into 1.3.y
3257+
3258+commit 2b25925df7c193731afeb43fbee777a2fa9c2d13
3259+Author: Peng Huang <shawn.p.huang@gmail.com>
3260+Date: 2010-03-29 15:28:26 +0800
3261+
3262+ Add configure option --disable-gconf
3263+
3264+M Makefile.am
3265+M configure.ac
3266+
3267+commit 39782a6a4ae6221868e2430d9085dacba98b8548
3268+Author: Peng Huang <shawn.p.huang@gmail.com>
3269+Date: 2010-03-26 15:32:23 +0800
3270+
3271+ Set lookup table's orientation before updating candidates.
3272+
3273+M ui/gtk/candidatepanel.py
3274+
3275+commit 24e6c7643157440d3ad78fb07e140cd305683f35
3276+Author: Peng Huang <shawn.p.huang@gmail.com>
3277+Date: 2010-03-26 09:24:18 +0800
3278+
3279+ Update from "Runa Bhattacharjee" <runab@redhat.com>
3280+
3281+M po/bn_IN.po
3282+
3283+commit 3154257e4335e92e47f7305f6ce43c2167a4abbd
3284+Author: Peng Huang <shawn.p.huang@gmail.com>
3285+Date: 2010-03-24 19:28:32 +0800
3286+
3287+ Update ml.po from Ani Peter <apeter@redhat.com>
3288+
3289+M po/ml.po
3290+
3291+commit 487546090ad6ccff09b17e6d42395dc8ea7198bd
3292+Author: Peng Huang <shawn.p.huang@gmail.com>
3293+Date: 2010-03-26 15:32:23 +0800
3294+
3295+ Set lookup table's orientation before updating candidates.
3296+
3297+M ui/gtk/candidatepanel.py
3298+
3299+commit f509f658aa24b50426eaa0b34850a9153e6a7c63
3300+Author: Peng Huang <shawn.p.huang@gmail.com>
3301+Date: 2010-03-23 14:41:50 +0800
3302+
3303+ Update gu.po from Sweta Kothari <swkothar@redhat.com>
3304+
3305+M po/gu.po
3306+
3307+commit b84c2405f6fcd22576950cebe1d56ab7a06bc85e
3308+Author: Peng Huang <shawn.p.huang@gmail.com>
3309+Date: 2010-03-26 09:24:18 +0800
3310+
3311+ Update from "Runa Bhattacharjee" <runab@redhat.com>
3312+
3313+M po/bn_IN.po
3314+
3315+commit 86e48f31bce0faa4ef8310b63a501b2bfc2f2de5
3316+Author: Peng Huang <shawn.p.huang@gmail.com>
3317+Date: 2010-03-25 10:29:44 +0800
3318+
3319+ Always setup ibus_datedisplay
3320+
3321+M configure.ac
3322+
3323+commit e321f2844feeaa303f26b0072c508db26e065cbf
3324+Author: Peng Huang <shawn.p.huang@gmail.com>
3325+Date: 2010-03-25 10:29:44 +0800
3326+
3327+ Always setup ibus_datedisplay
3328+
3329+M configure.ac
3330+
3331+commit 70e975d44532ff706fb563c4d93afa66afeb4862
3332+Author: Peng Huang <shawn.p.huang@gmail.com>
3333+Date: 2010-03-24 19:28:32 +0800
3334+
3335+ Update ml.po from Ani Peter <apeter@redhat.com>
3336+
3337+M po/ml.po
3338+
3339+commit 468f7cca1e53e6db3b2b2ef002010bc5c334a9da
3340+Author: Peng Huang <shawn.p.huang@gmail.com>
3341+Date: 2010-03-23 17:10:02 +0800
3342+
3343+ Make make output look's better
3344+
3345+M docs/reference/ibus/Makefile.am
3346+M gconf/Makefile.am
3347+M src/Makefile.am
3348+M ui/gtk/Makefile.am
3349+
3350+commit 69e4a62041dbf8f78bc73a58ebd38a4ab78af72d
3351+Author: Peng Huang <shawn.p.huang@gmail.com>
3352+Date: 2010-03-23 16:30:19 +0800
3353+
3354+ Refine coding style and change source file header.
3355+
3356+M src/ibusinternal.c
3357+
3358+commit 8e2e49dd0a5a4560f10fb13fa660c28345d17195
3359+Author: Peng Huang <shawn.p.huang@gmail.com>
3360+Date: 2010-03-23 15:02:33 +0800
3361+
3362+ Add configure --disable-python to disable build for python modules.
3363+
3364+M Makefile.am
3365+M configure.ac
3366+
3367+commit 1217396567a9b8dbbdf9efecb7c0550df57371ae
3368+Author: Peng Huang <shawn.p.huang@gmail.com>
3369+Date: 2010-03-23 14:41:50 +0800
3370+
3371+ Update gu.po from Sweta Kothari <swkothar@redhat.com>
3372+
3373+M po/gu.po
3374+
3375+commit 219adb293a275b4e02e21e7bc2111a0706ad99a2
3376+Author: Peng Huang <shawn.p.huang@gmail.com>
3377+Date: 2010-03-22 21:21:36 +0800
3378+
3379+ Add AM_SILENT_RULES([yes])
3380+
3381+M configure.ac
3382+
3383+commit a0988fc77bf1ba472c7b75b0321f1550f3e824c7
3384+Merge: 6af061d 1d01af4
3385+Author: Peng Huang <shawn.p.huang@gmail.com>
3386+Date: 2010-03-22 16:12:00 +0800
3387+
3388+ Merge branch '1.3.y'
3389+
3390+commit 1d01af4bba89868b5803a20f6d6c77474dabfec2
3391+Author: Peng Huang <shawn.p.huang@gmail.com>
3392+Date: 2010-03-22 16:11:37 +0800
3393+
3394+ Does not check glib micro version anymore.
3395+
3396+M client/gtk2/ibusim.c
3397+
3398+commit 6af061df3987cf8f50870f28a6666dbd24d6e0b2
3399+Author: Peng Huang <shawn.p.huang@gmail.com>
3400+Date: 2010-03-22 10:22:53 +0800
3401+
3402+ Set release to 0
3403+
3404+M configure.ac
3405+
3406+commit 4e4d859a55236b670245a734c4a9a873d37e9b15
3407+Author: Peng Huang <shawn.p.huang@gmail.com>
3408+Date: 2010-03-22 10:20:41 +0800
3409+
3410+ Bump version to 1.3.0
3411+
3412+M configure.ac
3413+
3414+commit f41d86de36a38356d8ae3f1f9ee1035ef786545e
3415+Author: Peng Huang <shawn.p.huang@gmail.com>
3416+Date: 2010-03-22 10:07:32 +0800
3417+
3418+ Change version number in api document.
3419+
3420+M docs/reference/ibus/ibus-docs.sgml
3421+
3422+commit 0f2f4b7a8b30470b6f1c5e019e0af6de28e36dd1
3423+Author: Peng Huang <shawn.p.huang@gmail.com>
3424+Date: 2010-03-22 09:52:14 +0800
3425+
3426+ ibus setup will execute ibus-daemon with --xim
3427+
3428+M setup/main.py
3429+
3430+commit f74809323895668329088ad2e627a62e90eb8b99
3431+Author: Peng Huang <shawn.p.huang@gmail.com>
3432+Date: 2010-03-22 09:20:15 +0800
3433+
3434+ Fix deb build problem.
3435+
3436+M debian/libibus1.install
3437+
3438+commit 4a57966042e142a643bd5e9b7939fa8880d0a6c6
3439+Author: Peng Huang <shawn.p.huang@gmail.com>
3440+Date: 2010-03-19 11:06:45 +0800
3441+
3442+ Avoid crash if the engine is destroyed
3443+
3444+M bus/ibusimpl.c
3445+M bus/inputcontext.c
3446+
3447+commit ebc47d54bf5be8bbbaf2ec523ad7f82abf44f0c8
3448+Author: Peng Huang <shawn.p.huang@gmail.com>
3449+Date: 2010-03-17 13:50:22 +0800
3450+
3451+ Always put setup dialog in center of screen.
3452+
3453+M setup/setup.ui
3454+
3455+commit 0211cdaa80721aac1aade8c76c90ace9c9ccce3d
3456+Author: Peng Huang <shawn.p.huang@gmail.com>
3457+Date: 2010-03-16 15:45:00 +0800
3458+
3459+ Call ibus_engine_update_preedit_text_with_mode in ibus_engine_update_preedit_text
3460+
3461+M src/ibusengine.c
3462+
3463+commit 8ee38642d8e0b861cf03d60374a3462de201d16a
3464+Author: fujiwarat <takao.fujiwara1@gmail.com>
3465+Date: 2010-03-16 16:33:26 +0900
3466+
3467+ Add ibus_engine_update_preedit_text_with_mode
3468+
3469+M bus/engineproxy.c
3470+M bus/engineproxy.h
3471+M bus/inputcontext.c
3472+M ibus/common.py
3473+M ibus/engine.py
3474+M ibus/interface/iengine.py
3475+M src/ibusengine.c
3476+M src/ibusengine.h
3477+M src/ibustypes.h
3478+
3479+commit 701265d6db597388b7ad7dfa697aa55de29ebd08
3480+Author: Peng Huang <shawn.p.huang@gmail.com>
3481+Date: 2010-03-16 10:32:06 +0800
3482+
3483+ Add Categories in ibus.desktop
3484+
3485+M bus/ibus.desktop.in
3486+
3487+commit 8ba5979f404725b684a005ab747c0fbf5baced87
3488+Author: fujiwarat <takao.fujiwara1@gmail.com>
3489+Date: 2010-03-12 10:55:34 +0900
3490+
3491+ Update ja.po
3492+
3493+M po/ja.po
3494+
3495+commit 43b68f70dc10a493b011bf106a40ce3318dab9cf
3496+Author: Peng Huang <shawn.p.huang@gmail.com>
3497+Date: 2010-03-10 10:24:01 +0800
3498+
3499+ Update version in document
3500+
3501+M docs/reference/ibus/ibus-docs.sgml
3502+
3503+commit 53a04bfb66c316df74132c0c1bcc1f97cbb26788
3504+Author: Peng Huang <shawn.p.huang@gmail.com>
3505+Date: 2010-02-28 10:22:51 +0800
3506+
3507+ Update zh_TW.po from Tseng, Cheng-Chia <pswo10680@gmail.com>
3508+
3509+M po/zh_TW.po
3510+
3511+commit 314eb4a1a31fd7fc1bd6769c7f7b92afe6622e00
3512+Author: Peng Huang <shawn.p.huang@gmail.com>
3513+Date: 2010-02-28 10:19:16 +0800
3514+
3515+ Update pl.po from Piotr DrÄ…g <piotrdrag@gmail.com>
3516+
3517+M po/pl.po
3518+
3519+commit be47cfcceb6352001877e79d530514baa299d08e
3520+Author: Peng Huang <shawn.p.huang@gmail.com>
3521+Date: 2010-02-24 16:07:06 +0800
3522+
3523+ Remove unused code.
3524+
3525+M ui/gtk/panel.py
3526+
3527+commit f6aee0a3605f44336f881a3d133d176e6f890518
3528+Author: Peng Huang <shawn.p.huang@gmail.com>
3529+Date: 2010-02-24 09:57:41 +0800
3530+
3531+ Refine inline document
3532+
3533+M src/ibusproxy.h
3534+
3535+commit 12d98ba000f29027b2d33cdef719906bbcb0e0b8
3536+Merge: 80077fe 5454785
3537+Author: Peng Huang <shawn.p.huang@gmail.com>
3538+Date: 2010-02-23 13:27:29 +0800
3539+
3540+ Merge remote branch 'epico/master'
3541+
3542+commit 80077fe1eae883bf5ae12e38a216dd1634c2db01
3543+Author: Peng Huang <shawn.p.huang@gmail.com>
3544+Date: 2010-02-23 13:19:57 +0800
3545+
3546+ Fix a typo in API document
3547+
3548+M src/ibusproxy.h
3549+
3550+commit 54547855ee226bab4e7593acbc670496202013a7
3551+Author: Peng Wu <epico@dhcp-65-116.nay.redhat.com>
3552+Date: 2010-02-23 12:41:37 +0800
3553+
3554+ change gtk-im client name.
3555+
3556+M client/gtk2/ibusimcontext.c
3557+
3558+commit b6567c635ccad90f3d669577f51074530f33c02d
3559+Author: Peng Huang <shawn.p.huang@gmail.com>
3560+Date: 2010-02-23 08:10:28 +0800
3561+
3562+ Remove the occurence of dbus_message_iter_get_array_len() due to its obsolescence.
3563+
3564+ In Header <dbus/dbus-message.h>
3565+ #ifndef DBUS_DISABLE_DEPRECATED
3566+ /* This function returns the wire protocol size of the array in bytes,
3567+ * you do not want to know that probably
3568+ */
3569+ DBUS_DEPRECATED int dbus_message_iter_get_array_len (DBusMessageIter *iter);
3570+ #endif
3571+
3572+M src/ibusbus.c
3573+
3574+commit 6a546df559a59ba02ff0c59fa47bea8417f63355
3575+Author: Peng Huang <shawn.p.huang@gmail.com>
3576+Date: 2010-02-19 13:51:53 +0800
3577+
3578+ Use G_N_ELEMENTS in for loop
3579+
3580+M bus/ibusimpl.c
3581+M bus/panelproxy.c
3582+M src/ibuspanelservice.c
3583+
3584+commit 5380820cb5da1c63799115141aae55e32d5e9139
3585+Author: Peng Huang <shawn.p.huang@gmail.com>
3586+Date: 2010-02-15 19:39:17 +0800
3587+
3588+ Remove --rebuild-sections
3589+
3590+M docs/reference/ibus/Makefile.am
3591+
3592+commit dabf52c07a80e04f12ad72dd972558130f164f68
3593+Author: Peng Huang <shawn.p.huang@gmail.com>
3594+Date: 2010-02-15 19:36:57 +0800
3595+
3596+ Fix cursor location problem.
3597+
3598+M client/gtk2/ibusimcontext.c
3599+
3600+commit 200de0a7c338149afac26fcba46949103f1f70ba
3601+Author: Peng Huang <shawn.p.huang@gmail.com>
3602+Date: 2010-02-15 17:43:45 +0800
3603+
3604+ Close child process in IBusComponent.Destroy
3605+
3606+M src/ibuscomponent.c
3607+M src/ibuscomponent.h
3608+
3609+commit 173b2e830201e837185aa06df9394ab0bc0cea5e
3610+Author: Peng Wu <epico@dhcp-65-116.nay.redhat.com>
3611+Date: 2010-02-11 11:12:11 +0800
3612+
3613+ update zh_CN.po for embedding preedit.
3614+
3615+M po/zh_CN.po
3616+
3617+commit fb8f42382426f11a6bf0b52f0eb4b8775c4afc56
3618+Author: Peng Huang <shawn.p.huang@gmail.com>
3619+Date: 2010-02-11 10:37:53 +0800
3620+
3621+ Change the default setting of use_global_engine, and remove some unused
3622+ code.
3623+
3624+M bus/ibusimpl.c
3625+M bus/ibusimpl.h
3626+M data/ibus.schemas.in
3627+
3628+commit ef68517390c94d254458097ee3c6bd3849e93b4f
3629+Author: Peng Huang <shawn.p.huang@gmail.com>
3630+Date: 2010-02-11 10:24:51 +0800
3631+
3632+ Upddate es.po from daniel cabrera <logan@fedoraproject.org>
3633+
3634+M po/es.po
3635+
3636+commit 4e8235543be28d8e4c06e7af236da3aceed85839
3637+Author: Peng Huang <shawn.p.huang@gmail.com>
3638+Date: 2010-02-10 14:52:01 +0800
3639+
3640+ Make sure the engine was not destroyed before real set the global
3641+ engine.
3642+
3643+M bus/ibusimpl.c
3644+
3645+commit 31d31a736d818c2ed04fdc7f60b64ccc96f6b723
3646+Author: fujiwarat <takao.fujiwara1@gmail.com>
3647+Date: 2010-02-10 12:06:24 +0900
3648+
3649+ Fix default use_system_keyboard_layout
3650+
3651+M setup/main.py
3652+
3653+commit 115eedaa73e1880ac10991fbdc7dfa7ff0fb29e4
3654+Author: Peng Huang <shawn.p.huang@gmail.com>
3655+Date: 2010-02-09 17:07:49 +0800
3656+
3657+ simplify preedit condition
3658+
3659+M bus/inputcontext.c
3660+
3661+commit ea9b9f21ae1a29224169e8f95f4a5e7fbd8c83e2
3662+Author: Peng Wu <epico@dhcp-65-116.nay.redhat.com>
3663+Date: 2010-02-09 10:26:20 +0800
3664+
3665+ Add embed_preedit support to ibus.
3666+
3667+M bus/ibusimpl.c
3668+M bus/ibusimpl.h
3669+M bus/inputcontext.c
3670+M data/ibus.schemas.in
3671+M setup/main.py
3672+M setup/setup.ui
3673+
3674+commit 51f8f4fb734292e568650464c2ba645bed21d988
3675+Author: Peng Huang <shawn.p.huang@gmail.com>
3676+Date: 2010-02-05 08:08:28 +0800
3677+
3678+ Fix gtk-doc problems.
3679+
3680+M docs/reference/ibus/.gitignore
3681+M docs/reference/ibus/Makefile.am
3682+A docs/reference/ibus/ibus-sections.txt
3683+M src/ibuscomponent.h
3684+M src/ibusconfig.h
3685+M src/ibusconnection.h
3686+M src/ibusengine.h
3687+M src/ibusenginedesc.h
3688+M src/ibusfactory.h
3689+M src/ibusinternal.h
3690+M src/ibuskeymap.h
3691+M src/ibuskeysyms.h
3692+M src/ibusobject.h
3693+M src/ibuspendingcall.h
3694+M src/ibusproperty.h
3695+M src/ibusproplist.h
3696+
3697+commit 43e5004f54dc4dc3e1b2cad4836eab0d8357501d
3698+Author: Peng Wu <epico@dhcp-65-116.nay.redhat.com>
3699+Date: 2010-02-03 11:41:39 +0800
3700+
3701+ fixes a typo.
3702+
3703+M bus/ibusimpl.c
3704+
3705+commit d6bbeabf9d9e77a19a8f310bcf2573a24037096f
3706+Author: Peng Huang <shawn.p.huang@gmail.com>
3707+Date: 2010-02-03 07:29:51 +0800
3708+
3709+ Update es.po from Daniel Cabrera
3710+
3711+M po/es.po
3712+
3713+commit 85faf60e2981ce49bc88a3ba15ac81f919f370f4
3714+Author: Peng Huang <shawn.p.huang@gmail.com>
3715+Date: 2010-02-02 10:21:20 +0800
3716+
3717+ Add property connection and fix crash in IBusFactory
3718+
3719+M src/ibusfactory.c
3720+
3721+commit 05ea126837cd4b879a2c0ada29f0f1db8fa9172d
3722+Author: Peng Huang <shawn.p.huang@gmail.com>
3723+Date: 2010-02-02 08:40:56 +0800
3724+
3725+ Remove duplication g_object_ref in ibus_keymap_get
3726+
3727+M src/ibuskeymap.c
3728+
3729+commit 813d0c5feb5d5750057ea92631e999bcb6c502bb
3730+Author: Peng Huang <shawn.p.huang@gmail.com>
3731+Date: 2010-02-02 08:25:57 +0800
3732+
3733+ Refine ibus_keymap_get
3734+
3735+M src/ibuskeymap.c
3736+
3737+commit 4966dfdd9637dc1e18f00ae9b5e4248de863d56f
3738+Author: Peng Huang <shawn.p.huang@gmail.com>
3739+Date: 2010-02-02 08:20:29 +0800
3740+
3741+ Refine ibus_connection_open
3742+
3743+M src/ibusconnection.c
3744+
3745+commit 71e91075c4ce4e11867cba84939b668112bb35eb
3746+Author: Peng Huang <shawn.p.huang@gmail.com>
3747+Date: 2010-02-02 08:15:39 +0800
3748+
3749+ Does not increase references in ibus_keymap_get
3750+
3751+M src/ibuskeymap.c
3752+
3753+commit d7d8096d71073e30652774efffe45a92d5178c3d
3754+Author: Peng Huang <shawn.p.huang@gmail.com>
3755+Date: 2010-02-01 18:23:11 +0800
3756+
3757+ Fix a type in comment
3758+
3759+M bus/inputcontext.c
3760+
3761+commit d11c577d31ab92e859cf6e01ae24105f6fb12d3c
3762+Author: Peng Huang <shawn.p.huang@gmail.com>
3763+Date: 2010-02-01 17:40:30 +0800
3764+
3765+ Update so version in common.py
3766+
3767+M ibus/common.py
3768+
3769+commit 9befb29b0e1a356b069ebc80cfe8813179bf5914
3770+Author: Peng Huang <shawn.p.huang@gmail.com>
3771+Date: 2010-02-01 15:09:14 +0800
3772+
3773+ Bump version and so version
3774+
3775+M configure.ac
3776+
3777+commit ea5f939ccb49c58af28337a707e7e81e9a458b55
3778+Author: Peng Huang <shawn.p.huang@gmail.com>
3779+Date: 2010-02-01 13:02:28 +0800
3780+
3781+ Add G_GNUC_DEPRECATED mark on ibus_keymap_new
3782+
3783+M src/ibuskeymap.c
3784+M src/ibuskeymap.h
3785+
3786+commit 3aec8b5cc40ac1552472aa23468f54093fb64765
3787+Author: Peng Huang <shawn.p.huang@gmail.com>
3788+Date: 2010-01-31 11:03:10 +0800
3789+
3790+ Workaround for cursor following problem in some Java applications.
3791+
3792+M ui/gtk/candidatepanel.py
3793+
3794+commit f73d06cc030e0ecef761cd0862deccecfce2baa9
3795+Author: Peng Huang <shawn.p.huang@gmail.com>
3796+Date: 2010-01-31 09:21:21 +0800
3797+
3798+ Workaround for autohide problem with metacity
3799+
3800+M ui/gtk/languagebar.py
3801+
3802+commit 7b7e338cf52578a24b6f50fbcfd80e1ced4dce1d
3803+Author: Peng Huang <shawn.p.huang@gmail.com>
3804+Date: 2010-01-31 09:19:13 +0800
3805+
3806+ Update fr.po from julroy67
3807+
3808+M po/fr.po
3809+
3810+commit 44ef7c2035502f17c8bfb608d2d8c4eb672adc27
3811+Author: Peng Huang <shawn.p.huang@gmail.com>
3812+Date: 2010-01-30 23:19:32 +0800
3813+
3814+ Use G_DEFINE_TYPE to simplify code.
3815+
3816+M bus/connection.c
3817+M bus/dbusimpl.c
3818+M bus/engineproxy.c
3819+M bus/factoryproxy.c
3820+M bus/ibusimpl.c
3821+M bus/inputcontext.c
3822+M bus/matchrule.c
3823+M bus/registry.c
3824+M bus/server.c
3825+M src/ibusattribute.c
3826+M src/ibusattrlist.c
3827+M src/ibusbus.c
3828+M src/ibuscomponent.c
3829+M src/ibusconnection.c
3830+M src/ibusengine.c
3831+M src/ibusenginedesc.c
3832+M src/ibusfactory.c
3833+M src/ibusinputcontext.c
3834+M src/ibuskeymap.c
3835+M src/ibuslookuptable.c
3836+M src/ibusobject.c
3837+M src/ibusobservedpath.c
3838+M src/ibuspanelservice.c
3839+M src/ibusproperty.c
3840+M src/ibusproplist.c
3841+M src/ibusproxy.c
3842+M src/ibusserializable.c
3843+M src/ibusserver.c
3844+M src/ibusservice.c
3845+M src/ibustext.c
3846+
3847+commit d48116864621e93072b4fb9ff60198f27bd201c5
3848+Author: Peng Huang <shawn.p.huang@gmail.com>
3849+Date: 2010-01-30 22:22:30 +0800
3850+
3851+ Refine comment in configure.ac
3852+
3853+M configure.ac
3854+
3855+commit 9e1ffbf2b3b4d43d4f299db73068875bda6846cc
3856+Author: Peng Huang <shawn.p.huang@gmail.com>
3857+Date: 2010-01-28 16:06:30 +0800
3858+
3859+ Fix some problems of sharing global engine among contexts.
3860+
3861+M bus/ibusimpl.c
3862+
3863+commit c4f538017f8e1589c204688c2a4e20450db399a6
3864+Author: Peng Huang <shawn.p.huang@gmail.com>
3865+Date: 2010-01-28 06:41:58 +0800
3866+
3867+ Attach/Detach global engine when switch focus.
3868+
3869+M bus/engineproxy.c
3870+M bus/engineproxy.h
3871+M bus/ibusimpl.c
3872+M bus/inputcontext.c
3873+
3874+commit 85c107194f3f99be7ad5bbd986c71abc71ba6975
3875+Author: Peng Huang <shawn.p.huang@gmail.com>
3876+Date: 2010-01-27 17:11:59 +0800
3877+
3878+ Add global engine in setup UI from Su Zhe.
3879+
3880+M data/ibus.schemas.in
3881+M po/ar.po
3882+M po/as.po
3883+M po/bn_IN.po
3884+M po/ca.po
3885+M po/da.po
3886+M po/de.po
3887+M po/es.po
3888+M po/fr.po
3889+M po/gu.po
3890+M po/hi.po
3891+M po/hu.po
3892+M po/it.po
3893+M po/ja.po
3894+M po/kn.po
3895+M po/ko.po
3896+M po/ml.po
3897+M po/mr.po
3898+M po/or.po
3899+M po/pa.po
3900+M po/pl.po
3901+M po/ru.po
3902+M po/sr.po
3903+M po/sr@latin.po
3904+M po/ta.po
3905+M po/te.po
3906+M po/vi.po
3907+M po/zh_CN.po
3908+M po/zh_HK.po
3909+M po/zh_TW.po
3910+M setup/main.py
3911+M setup/setup.ui
3912+
3913+commit cb216cedd6ee92c18384eded25766dee47d941a1
3914+Author: Peng Huang <shawn.p.huang@gmail.com>
3915+Date: 2010-01-27 17:09:15 +0800
3916+
3917+ Support share global engine in all input context from Su Zhe.
3918+
3919+M bus/engineproxy.c
3920+M bus/engineproxy.h
3921+M bus/ibusimpl.c
3922+M bus/ibusimpl.h
3923+M bus/inputcontext.c
3924+M bus/inputcontext.h
3925+
3926+commit 501b24ed272993838d7c774275feb9a1d2efb403
3927+Author: Peng Huang <phuang@phuang-laptop.(none)>
3928+Date: 2010-01-30 08:27:05 +0800
3929+
3930+ Fix a typo
3931+
3932+M debian/changelog
3933+
3934+commit cda6b25a135f964304aa328f0cb3bad473d9cac6
3935+Author: Peng Huang <phuang@phuang-laptop.(none)>
3936+Date: 2010-01-30 08:12:54 +0800
3937+
3938+ Update debian pacakge scripts
3939+
3940+M debian/changelog
3941+M debian/libibus1.symbols
3942+
3943+commit 90a9b33c336dcd067b9289de11f5f33c5bde2c19
3944+Merge: b873dec 80f5d32
3945+Author: Peng Huang <phuang@phuang-laptop.(none)>
3946+Date: 2010-01-29 21:15:20 +0800
3947+
3948+ Merge branch 'G_DEFINE_TYPE'
3949+
3950+commit b873dec849e758dc376ad2a5588c6b3fefd6daa4
3951+Author: Peng Huang <phuang@phuang-laptop.(none)>
3952+Date: 2010-01-29 21:07:43 +0800
3953+
3954+ Refine API document of IBusInputContext
3955+
3956+M src/ibusinputcontext.c
3957+
3958+commit 80f5d32159e53623da82c868304f7bb23e9b1a02
3959+Author: Peng Huang <phuang@phuang-laptop.(none)>
3960+Date: 2010-01-29 20:48:17 +0800
3961+
3962+ Use G_DEFINE_TYPE to simplified code.
3963+
3964+M bus/inputcontext.c
3965+M bus/matchrule.c
3966+M bus/registry.c
3967+M bus/server.c
3968+
3969+commit f0a7973f66a2031a7a02c65659402d13ed6b689e
3970+Author: Peng Huang <phuang@phuang-laptop.(none)>
3971+Date: 2010-01-29 20:34:05 +0800
3972+
3973+ Use G_DEFINE_TYPE to simplified code.
3974+
3975+M bus/connection.c
3976+M bus/dbusimpl.c
3977+M bus/engineproxy.c
3978+M bus/factoryproxy.c
3979+M bus/ibusimpl.c
3980+M bus/panelproxy.c
3981+
3982+commit ba48d22a1441c5b55efd4162b4447acdb65c3c7e
3983+Author: Peng Huang <phuang@phuang-laptop.(none)>
3984+Date: 2010-01-29 19:58:38 +0800
3985+
3986+ Fix typo in API document
3987+
3988+M src/ibusengine.h
3989+
3990+commit 11099ced762a498d3a805264431a6fe8cf6fd6ac
3991+Author: Peng Huang <phuang@phuang-laptop.(none)>
3992+Date: 2010-01-29 19:49:44 +0800
3993+
3994+ Refine API document for IBusEngine
3995+
3996+M src/ibusengine.h
3997+
3998+commit 8fd4a54b11c5bf9cd279bebed229d65124969303
3999+Author: Peng Huang <shawn.p.huang@gmail.com>
4000+Date: 2010-01-28 07:35:22 +0800
4001+
4002+ Release floating objects in IBusEngine
4003+
4004+M src/ibusengine.c
4005+
4006+commit 93726dd3d8eade4c05d0d620110dccc3fc3b95b2
4007+Author: Peng Huang <shawn.p.huang@gmail.com>
4008+Date: 2010-01-26 21:22:06 +0800
4009+
4010+ Use GInitiallyUnowned correctly
4011+
4012+M bus/Makefile.am
4013+M bus/dbusimpl.c
4014+M bus/engineproxy.c
4015+M bus/factoryproxy.c
4016+M bus/ibusimpl.c
4017+M bus/inputcontext.c
4018+M bus/matchrule.c
4019+M bus/panelproxy.c
4020+M bus/registry.c
4021+M client/gtk2/ibusimcontext.c
4022+M src/ibusattrlist.c
4023+M src/ibuscomponent.c
4024+M src/ibusconfigservice.c
4025+M src/ibusconnection.c
4026+M src/ibusengine.c
4027+M src/ibusfactory.c
4028+M src/ibusinputcontext.c
4029+M src/ibuskeymap.c
4030+M src/ibuskeymap.h
4031+M src/ibuslookuptable.c
4032+M src/ibusobservedpath.c
4033+M src/ibuspanelservice.c
4034+M src/ibusproperty.c
4035+M src/ibusproplist.c
4036+M src/ibusproxy.c
4037+M src/ibusserver.c
4038+M src/ibusservice.c
4039+M src/ibustext.c
4040+M src/test-keymap.c
4041+
4042+commit bfdbf9855dea8a53ad47f4cf04f971335a73de9e
4043+Author: Peng Huang <shawn.p.huang@gmail.com>
4044+Date: 2010-01-28 09:03:31 +0800
4045+
4046+ Fix a typo.
4047+
4048+M bus/inputcontext.c
4049+M bus/panelproxy.c
4050+
4051+commit 07f8e8a54ca676f7b0cc8ee489a15044205f280d
4052+Author: Peng Huang <shawn.p.huang@gmail.com>
4053+Date: 2010-01-28 08:59:35 +0800
4054+
4055+ Fix typos.
4056+
4057+M bus/ibusimpl.c
4058+M bus/inputcontext.c
4059+M bus/panelproxy.c
4060+
4061+commit 0ba7c1ddc696ea7042657a0084c60a5e2961bfa5
4062+Author: Peng Huang <shawn.p.huang@gmail.com>
4063+Date: 2010-01-28 08:42:47 +0800
4064+
4065+ Use G_N_ELEMENTS.
4066+
4067+M bus/ibusimpl.c
4068+M bus/inputcontext.c
4069+M bus/panelproxy.c
4070+
4071+commit 90553c93bb21387b257ce3e36ff8f6bfed521146
4072+Merge: 7c842d9 59b2900
4073+Author: Peng Huang <shawn.p.huang@gmail.com>
4074+Date: 2010-01-27 14:26:02 +0800
4075+
4076+ Merge branch 'master' of github.com:phuang/ibus
4077+
4078+commit 7c842d9a3e0db5ce6349b3b5bb003c95db8aa97f
4079+Author: Ding-Yi Chen <dingyichentw@yahoo.com>
4080+Date: 2010-01-27 10:17:11 +1000
4081+
4082+ Fix some APIDOC
4083+
4084+M src/ibusbus.h
4085+M src/ibusfactory.h
4086+M src/ibusinputcontext.h
4087+M src/ibusinternal.h
4088+M src/ibusservice.h
4089+
4090+commit 59b2900f7336082b5690db4195e939b99a009a1f
4091+Author: fujiwarat <takao.fujiwara1@gmail.com>
4092+Date: 2010-01-26 12:35:16 +0900
4093+
4094+ Fix destroy about menu item
4095+
4096+M ui/gtk/languagebar.py
4097+
4098+commit 0caac1e5fbb85d11b51c01ee8e4f826219faefa4
4099+Author: Peng Huang <shawn.p.huang@gmail.com>
4100+Date: 2010-01-25 16:20:16 +0800
4101+
4102+ Show recommended engines with bold font
4103+
4104+M setup/enginecombobox.py
4105+
4106+commit 331e34332e9099121cfac689f40f71e3ca98f72b
4107+Author: Peng Huang <shawn.p.huang@gmail.com>
4108+Date: 2010-01-25 16:19:33 +0800
4109+
4110+ Only enable engines with rank > 0 at frist time startup
4111+
4112+M bus/ibusimpl.c
4113+
4114+commit 482be2ae0b50f423f1d172b4c13dcdad1beafea4
4115+Author: Peng Huang <shawn.p.huang@gmail.com>
4116+Date: 2010-01-19 16:11:35 +0800
4117+
4118+ Show properties on systray menu by Fujiwara
4119+
4120+M setup/setup.ui
4121+M ui/gtk/languagebar.py
4122+M ui/gtk/panel.py
4123+
4124+commit 425bd8288079e58314c935a46c5920c3118ac25a
4125+Author: Peng Huang <shawn.p.huang@gmail.com>
4126+Date: 2010-01-19 13:25:22 +0800
4127+
4128+ Remove some symbols for debian package.
4129+
4130+M debian/libibus1.symbols
4131+
4132+commit ba13596c99ead9f24afd334552f8710edc5cad7e
4133+Author: Peng Huang <shawn.p.huang@gmail.com>
4134+Date: 2010-01-15 14:56:59 +0800
4135+
4136+ Unify the help message.
4137+
4138+M bus/main.c
4139+
4140+commit dbc992ba0bab3253032fbcd9fc1a477dec80b855
4141+Author: Peng Huang <shawn.p.huang@gmail.com>
4142+Date: 2010-01-15 14:55:25 +0800
4143+
4144+ Check argument to avoid crash
4145+
4146+M gconf/config.c
4147+
4148+commit 157598a25f7c493313482868af9b800e6951ff14
4149+Author: Peng Huang <shawn.p.huang@gmail.com>
4150+Date: 2010-01-15 14:35:15 +0800
4151+
4152+ Fix typo.
4153+
4154+M ibus/enginedesc.py
4155+
4156+commit 883bc5ed5ddfd96e0f8a15abc9748f06d2fbd86b
4157+Author: Peng Huang <shawn.p.huang@gmail.com>
4158+Date: 2010-01-14 08:31:37 +0800
4159+
4160+ Fix coding style
4161+
4162+M ui/gtk/candidatepanel.py
4163+
4164+commit 02ceec9193952243f0e05e3c2a25284600dba9b9
4165+Author: Peng Huang <shawn.p.huang@gmail.com>
4166+Date: 2010-01-12 21:56:58 +0800
4167+
4168+ Change Title of IBusAttrList and IBusPropList
4169+
4170+M src/ibusattrlist.h
4171+M src/ibusproplist.h
4172+
4173+commit 54cc7180226dc93466ba9b69e2bbc5499ca7645b
4174+Author: Peng Huang <shawn.p.huang@gmail.com>
4175+Date: 2010-01-12 21:46:29 +0800
4176+
4177+ Fix gtk-doc issues.
4178+
4179+M docs/reference/ibus/Makefile.am
4180+M src/ibusmessage.h
4181+M src/ibuspendingcall.h
4182+
4183+commit c35651093e7e647c64dc2d54e870c4b8ddf6bc8b
4184+Author: Peng Huang <shawn.p.huang@gmail.com>
4185+Date: 2010-01-12 21:05:02 +0800
4186+
4187+ Fix gtk-doc problems.
4188+
4189+M src/ibusattrlist.h
4190+M src/ibusobject.h
4191+M src/ibusproperty.h
4192+M src/ibusproplist.h
4193+
4194+commit 07becd621cbf54bbc6faddf268a7d6e798ce6d69
4195+Author: Peng Huang <shawn.p.huang@gmail.com>
4196+Date: 2010-01-12 20:27:11 +0800
4197+
4198+ Ignore some header files.
4199+
4200+M docs/reference/ibus/Makefile.am
4201+M docs/reference/ibus/ibus-docs.sgml
4202+
4203+commit 7e3e5d22c637de28cda17d8179b0c4edc80d93aa
4204+Author: Peng Huang <shawn.p.huang@gmail.com>
4205+Date: 2010-01-12 18:32:56 +0800
4206+
4207+ Separate IBusProperty and IBusPropList.
4208+
4209+M src/Makefile.am
4210+M src/ibus.h
4211+M src/ibusengine.h
4212+M src/ibusinputcontext.c
4213+M src/ibuspanelservice.h
4214+M src/ibusproperty.c
4215+M src/ibusproperty.h
4216+A src/ibusproplist.c
4217+A src/ibusproplist.h
4218+
4219+commit 6b1acacb23c8bef1fbf34197fb0fcb43774c03c0
4220+Author: Peng Huang <shawn.p.huang@gmail.com>
4221+Date: 2010-01-12 18:08:42 +0800
4222+
4223+ include ibusattrlist.h in ibus.h
4224+
4225+M src/ibus.h
4226+
4227+commit 75c5ea98a9c67f616a8f252b8eff795ba18c7203
4228+Author: Peng Huang <shawn.p.huang@gmail.com>
4229+Date: 2010-01-12 18:06:45 +0800
4230+
4231+ Separate IBusAttribute and IBusAttrList
4232+
4233+M src/Makefile.am
4234+M src/ibusattribute.c
4235+M src/ibusattribute.h
4236+A src/ibusattrlist.c
4237+A src/ibusattrlist.h
4238+M src/ibustext.h
4239+
4240+commit 7e7a45b333ae667e79647842d3e8c3e6412c33d7
4241+Author: Peng Huang <shawn.p.huang@gmail.com>
4242+Date: 2010-01-12 17:07:21 +0800
4243+
4244+ Remove Class IBusFactoryInfo
4245+
4246+M docs/reference/ibus/ibus.types
4247+M src/ibusfactory.c
4248+M src/ibusfactory.h
4249+
4250+commit 6de5677aec441c30f52a7b0cf3a573571145b8b4
4251+Author: Peng Huang <shawn.p.huang@gmail.com>
4252+Date: 2010-01-12 16:27:43 +0800
4253+
4254+ remove IBusFactoryInfo
4255+
4256+M src/ibusfactory.c
4257+M src/ibusfactory.h
4258+
4259+commit 8c7c06ecc3932f048a4961a9cce401073e9ee0df
4260+Author: Peng Huang <shawn.p.huang@gmail.com>
4261+Date: 2010-01-11 14:06:34 +0800
4262+
4263+ Fix string
4264+
4265+M po/zh_CN.po
4266+
4267+commit 70d202a8fa75f3ae246435fe041664cc33623c2c
4268+Author: Peng Huang <shawn.p.huang@gmail.com>
4269+Date: 2010-01-11 13:26:19 +0800
4270+
4271+ Update pl.po by Piotr DrÄ…g <piotrdrag@gmail.com>
4272+
4273+M po/pl.po
4274+
4275+commit 1df86898b54fcacfa6a14039a3fe46b4cbef1631
4276+Author: Peng Huang <shawn.p.huang@gmail.com>
4277+Date: 2010-01-10 05:31:40 +0800
4278+
4279+ Refine coding style
4280+
4281+M src/ibusconfigservice.c
4282+M src/ibusconfigservice.h
4283+
4284+commit 1cbdea8d5f3183cc51c1d96e57ea9add4efcdfc3
4285+Author: Peng Huang <shawn.p.huang@gmail.com>
4286+Date: 2010-01-10 05:20:27 +0800
4287+
4288+ Try Cython
4289+
4290+M ui/gtk/main.py
4291+
4292+commit 7f93fe7650a6721aaf8ccecf3803ca00bb7075ff
4293+Author: Peng Huang <shawn.p.huang@gmail.com>
4294+Date: 2010-01-10 03:29:59 +0800
4295+
4296+ Update copyright.
4297+
4298+M Makefile.am
4299+M bindings/Makefile.am
4300+M bindings/python/Makefile.am
4301+M bus/Makefile.am
4302+M bus/connection.c
4303+M bus/connection.h
4304+M bus/dbusimpl.c
4305+M bus/dbusimpl.h
4306+M bus/engineproxy.c
4307+M bus/engineproxy.h
4308+M bus/factoryproxy.c
4309+M bus/factoryproxy.h
4310+M bus/ibusimpl.c
4311+M bus/ibusimpl.h
4312+M bus/inputcontext.c
4313+M bus/inputcontext.h
4314+M bus/main.c
4315+M bus/matchrule.c
4316+M bus/matchrule.h
4317+M bus/option.h
4318+M bus/panelproxy.c
4319+M bus/panelproxy.h
4320+M bus/registry.c
4321+M bus/registry.h
4322+M bus/server.c
4323+M bus/server.h
4324+M client/Makefile.am
4325+M client/gtk2/Makefile.am
4326+M client/gtk2/ibusim.c
4327+M client/gtk2/ibusimcontext.c
4328+M client/gtk2/ibusimcontext.h
4329+M client/x11/Makefile.am
4330+M client/x11/main.c
4331+M configure.ac
4332+M data/Makefile.am
4333+M data/icons/Makefile.am
4334+M data/keymaps/Makefile.am
4335+M docs/Makefile.am
4336+M docs/reference/Makefile.am
4337+M gconf/Makefile.am
4338+M ibus/Makefile.am
4339+M ibus/__init__.py
4340+M ibus/_config.py.in
4341+M ibus/_gtk.py
4342+M ibus/application.py
4343+M ibus/attribute.py
4344+M ibus/bus.py
4345+M ibus/common.py
4346+M ibus/component.py
4347+M ibus/config.py
4348+M ibus/engine.py
4349+M ibus/enginedesc.py
4350+M ibus/exception.py
4351+M ibus/factory.py
4352+M ibus/inputcontext.py
4353+M ibus/interface/Makefile.am
4354+M ibus/interface/__init__.py
4355+M ibus/interface/iconfig.py
4356+M ibus/interface/iengine.py
4357+M ibus/interface/ienginefactory.py
4358+M ibus/interface/iibus.py
4359+M ibus/interface/iinputcontext.py
4360+M ibus/interface/inotifications.py
4361+M ibus/interface/ipanel.py
4362+M ibus/lang.py
4363+M ibus/lookuptable.py
4364+M ibus/modifier.py
4365+M ibus/notifications.py
4366+M ibus/object.py
4367+M ibus/observedpath.py
4368+M ibus/panel.py
4369+M ibus/property.py
4370+M ibus/serializable.py
4371+M ibus/text.py
4372+M ibus/utility.py
4373+M m4/Makefile.am
4374+M po/ar.po
4375+M po/as.po
4376+M po/bn_IN.po
4377+M po/ca.po
4378+M po/da.po
4379+M po/de.po
4380+M po/es.po
4381+M po/fr.po
4382+M po/gu.po
4383+M po/hi.po
4384+M po/hu.po
4385+M po/it.po
4386+M po/ja.po
4387+M po/kn.po
4388+M po/ko.po
4389+M po/ml.po
4390+M po/mr.po
4391+M po/or.po
4392+M po/pa.po
4393+M po/pl.po
4394+M po/ru.po
4395+M po/sr.po
4396+M po/sr@latin.po
4397+M po/ta.po
4398+M po/te.po
4399+M po/vi.po
4400+M po/zh_CN.po
4401+M po/zh_HK.po
4402+M po/zh_TW.po
4403+M setup/Makefile.am
4404+M setup/enginecombobox.py
4405+M setup/enginetreeview.py
4406+M setup/ibus-setup.in
4407+M setup/icon.py
4408+M setup/keyboardshortcut.py
4409+M setup/main.py
4410+M src/Makefile.am
4411+M src/ibus.h
4412+M src/ibusattribute.c
4413+M src/ibusattribute.h
4414+M src/ibusbus.c
4415+M src/ibusbus.h
4416+M src/ibuscomponent.c
4417+M src/ibuscomponent.h
4418+M src/ibusconfig.c
4419+M src/ibusconfig.h
4420+M src/ibusconfigprivate.h
4421+M src/ibusconfigservice.c
4422+M src/ibusconfigservice.h
4423+M src/ibusconnection.c
4424+M src/ibusconnection.h
4425+M src/ibusdebug.h
4426+M src/ibusengine.c
4427+M src/ibusengine.h
4428+M src/ibusenginedesc.c
4429+M src/ibusenginedesc.h
4430+M src/ibuserror.c
4431+M src/ibuserror.h
4432+M src/ibusfactory.c
4433+M src/ibusfactory.h
4434+M src/ibushotkey.c
4435+M src/ibushotkey.h
4436+M src/ibusinputcontext.c
4437+M src/ibusinputcontext.h
4438+M src/ibusinternal.h
4439+M src/ibuskeymap.c
4440+M src/ibuskeymap.h
4441+M src/ibuskeysyms-update.pl
4442+M src/ibuskeysyms.h
4443+M src/ibuslookuptable.c
4444+M src/ibuslookuptable.h
4445+M src/ibusmainloop.c
4446+M src/ibusmainloop.h
4447+M src/ibusmessage.c
4448+M src/ibusmessage.h
4449+M src/ibusobject.c
4450+M src/ibusobject.h
4451+M src/ibusobservedpath.c
4452+M src/ibusobservedpath.h
4453+M src/ibuspendingcall.c
4454+M src/ibuspendingcall.h
4455+M src/ibusproperty.c
4456+M src/ibusproperty.h
4457+M src/ibusproxy.c
4458+M src/ibusproxy.h
4459+M src/ibusserializable.c
4460+M src/ibusserializable.h
4461+M src/ibusserver.c
4462+M src/ibusserver.h
4463+M src/ibusservice.c
4464+M src/ibusservice.h
4465+M src/ibusshare.c
4466+M src/ibusshare.h
4467+M src/ibustext.c
4468+M src/ibustext.h
4469+M src/ibustypes.h
4470+M src/ibusversion.h.in
4471+M src/ibusxml.c
4472+M src/ibusxml.h
4473+M ui/Makefile.am
4474+M ui/gtk/Makefile.am
4475+M ui/gtk/candidatepanel.py
4476+M ui/gtk/engineabout.py
4477+M ui/gtk/handle.py
4478+M ui/gtk/ibus-ui-gtk.in
4479+M ui/gtk/icon.py
4480+M ui/gtk/languagebar.py
4481+M ui/gtk/main.py
4482+M ui/gtk/menu.py
4483+M ui/gtk/notifications.py
4484+M ui/gtk/panel.py
4485+M ui/gtk/propitem.py
4486+M ui/gtk/toolitem.py
4487+M util/IMdkit/Makefile.am
4488+M util/Makefile.am
4489+
4490+commit 344ed80466ddd0be3735bdcc5877cf703efb89c2
4491+Author: Peng Huang <shawn.p.huang@gmail.com>
4492+Date: 2010-01-09 18:04:14 +0800
4493+
4494+ Adjust pad to avoid break ABI
4495+
4496+M src/ibusconfigservice.h
4497+
4498+commit d61d13cbc8ae7fba461cfde1bc7e256bf9c96c7f
4499+Author: Daiki Ueno <ueno@unixuser.org>
4500+Date: 2010-01-07 18:06:48 +0900
4501+
4502+ Add IBusConfigService#unset().
4503+
4504+ Add a new method unset() to IBusConfigService, which removes existing entry to
4505+ a configuration option. This also adds ibus.Config.unset() to the Python API
4506+ and ibus_config_unset() to the C API.
4507+
4508+M gconf/config.c
4509+M ibus/config.py
4510+M src/ibusconfig.c
4511+M src/ibusconfig.h
4512+M src/ibusconfigservice.c
4513+M src/ibusconfigservice.h
4514+
4515+commit 515fcdb8e57d493ea06ac97111165d5b607a9090
4516+Author: Peng Huang <shawn.p.huang@gmail.com>
4517+Date: 2010-01-09 17:36:14 +0800
4518+
4519+ Do not store arguments in global vars.
4520+
4521+M client/x11/main.c
4522+
4523+commit 6510918a09d502f9449288cc70fb20d892890396
4524+Author: Peng Huang <shawn.p.huang@gmail.com>
4525+Date: 2010-01-09 17:12:56 +0800
4526+
4527+ Fix problems in XIM server.
4528+
4529+M client/x11/main.c
4530+
4531+commit f5519ff8f096e470780e70bfe6fcd5d24ecc2d0c
4532+Author: Peng Huang <shawn.p.huang@gmail.com>
4533+Date: 2010-01-07 14:39:18 +0800
4534+
4535+ Add ibus_input_context_property_activate by Yusuke
4536+ <yusukes@chromium.org>
4537+
4538+M bus/inputcontext.c
4539+M src/ibusinputcontext.h
4540+
4541+commit 363e7f76183473943199575db128deaa12936a20
4542+Author: Peng Huang <shawn.p.huang@gmail.com>
4543+Date: 2010-01-07 13:02:44 +0800
4544+
4545+ Only install signal handler for NORMAL, RADIO and TOGGLE
4546+
4547+M ui/gtk/menu.py
4548+
4549+commit ab1267e1f2b3c578e513423d8370a120ed609521
4550+Author: Peng Huang <shawn.p.huang@gmail.com>
4551+Date: 2010-01-07 12:51:00 +0800
4552+
4553+ Fix a typo.
4554+
4555+M ui/gtk/menu.py
4556+
4557+commit 3bd1ea69cb0eb6fc730c2a0aebad05d483e4df26
4558+Author: Peng Huang <shawn.p.huang@gmail.com>
4559+Date: 2010-01-07 12:25:04 +0800
4560+
4561+ Fix PROP_MENU problem. Patch from Fujiwara-san
4562+
4563+M ui/gtk/menu.py
4564+
4565+commit b501b31efda5f925d40ae04f102b5e006e0fdecf
4566+Author: Peng Huang <shawn.p.huang@gmail.com>
4567+Date: 2010-01-05 15:50:23 +0800
4568+
4569+ Add ibus_engine_delete_surrounding_text in ibusengine.h
4570+
4571+M src/ibusengine.h
4572+
4573+commit 71643e6f699ac4e60f41bd8e1739b4dea90ccd86
4574+Author: Peng Huang <shawn.p.huang@gmail.com>
4575+Date: 2010-01-05 14:06:32 +0800
4576+
4577+ Use 5 scounds as default dbus reply timeout
4578+
4579+M bus/main.c
4580+
4581+commit 066d8ae1246002d051c0015ed2b46478c3a9eeed
4582+Author: Peng Huang <shawn.p.huang@gmail.com>
4583+Date: 2010-01-01 20:54:22 +0800
4584+
4585+ Do not update lookup table in recreate_ui
4586+
4587+M ui/gtk/candidatepanel.py
4588+
4589+commit c637c6f4bcc9df92571f26580a225e23d0ab27ba
4590+Author: Peng Huang <shawn.p.huang@gmail.com>
4591+Date: 2010-01-01 20:53:36 +0800
4592+
4593+ Refine code of update_lookup_table
4594+
4595+M ui/gtk/candidatepanel.py
4596+
4597+commit fd001d559a7af08ac1da54daad6c3da48d90e86e
4598+Author: Peng Huang <shawn.p.huang@gmail.com>
4599+Date: 2010-01-01 20:47:59 +0800
4600+
4601+ Remove gproperties from CandidatePanel
4602+
4603+M ui/gtk/candidatepanel.py
4604+
4605+commit 1b0f7f2093990ab829b826a4ab592856bac4770f
4606+Author: Peng Huang <shawn.p.huang@gmail.com>
4607+Date: 2010-01-01 19:28:27 +0800
4608+
4609+ Refine some code
4610+
4611+M ibus/lookuptable.py
4612+
4613+commit 15bc382dd95e7bb4cee52b45022f5fb89c652d1f
4614+Author: Peng Huang <shawn.p.huang@gmail.com>
4615+Date: 2010-01-01 19:25:54 +0800
4616+
4617+ Use ibus.ORIENTATION_* in panel.py
4618+
4619+M ui/gtk/panel.py
4620+
4621+commit 59106caf2ce397ab8f42278336a283eddfb3fcf7
4622+Author: Peng Huang <shawn.p.huang@gmail.com>
4623+Date: 2010-01-01 18:58:40 +0800
4624+
4625+ Remove some unused code.
4626+
4627+M ui/gtk/candidatepanel.py
4628+
4629+commit acdc9fbefb6435678587674a5a0c83c227875447
4630+Author: Peng Huang <shawn.p.huang@gmail.com>
4631+Date: 2010-01-01 16:46:05 +0800
4632+
4633+ Rename system_orientation to orientation, and use current_orientation
4634+
4635+M ui/gtk/candidatepanel.py
4636+M ui/gtk/panel.py
4637+
4638+commit f094435f25e900d66f8a7ea6dea401eef5064bad
4639+Author: Peng Huang <shawn.p.huang@gmail.com>
4640+Date: 2010-01-01 16:39:17 +0800
4641+
4642+ Use ibus.ORENTATION_*
4643+
4644+M ui/gtk/candidatepanel.py
4645+
4646+commit 6814942030df916a425838d6d8169b2781dbca18
4647+Author: Daiki Ueno <ueno@unixuser.org>
4648+Date: 2010-01-01 13:22:58 +0900
4649+
4650+ Apply CandidatePanel orientation change request from IME.
4651+
4652+ This version also saves the system orientation setting for a later IME switch.
4653+
4654+M ui/gtk/candidatepanel.py
4655+M ui/gtk/panel.py
4656+
4657+commit d8273edce75cf5a0b37b444efceef0ea5ac932ef
4658+Author: Peng Huang <shawn.p.huang@gmail.com>
4659+Date: 2010-01-01 16:17:09 +0800
4660+
4661+ Fix bug in ibus_engine_update_lookup_table_fast.
4662+
4663+M src/ibusengine.c
4664+
4665+commit 0531502772192aa442f2fd3fe2057797970bc197
4666+Author: Peng Huang <shawn.p.huang@gmail.com>
4667+Date: 2010-01-01 16:16:37 +0800
4668+
4669+ Add getter and setter methods of orientation.
4670+
4671+M src/ibuslookuptable.c
4672+M src/ibuslookuptable.h
4673+
4674+commit 4c97ef4ee02866c5b2fe44e5a5b15bd85cb9be97
4675+Author: Daiki Ueno <ueno@unixuser.org>
4676+Date: 2009-12-31 15:04:51 +0900
4677+
4678+ Merge double-defined im_ibus_la_LIBADD.
4679+
4680+M client/gtk2/Makefile.am
4681+
4682+commit 85ec75bba808580c6dd86f9a335eb7d910760d8c
4683+Author: Daiki Ueno <ueno@unixuser.org>
4684+Date: 2009-12-31 15:03:16 +0900
4685+
4686+ Set CFLAGS/LDADD for test-matchrule properly.
4687+
4688+M bus/Makefile.am
4689+
4690+commit 205d07ca2928e798ad303daa59a0481674424eb8
4691+Author: Peng Huang <shawn.p.huang@gmail.com>
4692+Date: 2009-12-31 07:03:25 +0800
4693+
4694+ Fix typo.
4695+
4696+M client/x11/main.c
4697+
4698+commit 1277dca5b68853712026b837c3ce257cd8f96861
4699+Author: Peng Huang <shawn.p.huang@gmail.com>
4700+Date: 2009-12-30 10:19:51 +0800
4701+
4702+ Currect use of autotools: Use *_LIBADD and *_LDADD to replace some *_LDFLAGS.
4703+
4704+M bus/Makefile.am
4705+M client/gtk2/Makefile.am
4706+M client/x11/Makefile.am
4707+M gconf/Makefile.am
4708+M src/Makefile.am
4709+
4710+commit 84229373ed5ac6dbb132f6bd83260b6378437530
4711+Author: Peng Huang <shawn.p.huang@gmail.com>
4712+Date: 2009-12-30 10:06:09 +0800
4713+
4714+ Fix _FORTIFY_SOURCE warnings, from galtgendo
4715+
4716+M client/x11/main.c
4717+
4718+commit 89ff52ef5492bb1b767faf3c9eaac49913285322
4719+Author: Peng Huang <shawn.p.huang@gmail.com>
4720+Date: 2009-12-27 18:34:07 +0800
4721+
4722+ Fix link errors in Ubuntu
4723+
4724+M bus/Makefile.am
4725+M client/x11/Makefile.am
4726+M gconf/Makefile.am
4727+M src/Makefile.am
4728+
4729+commit 3b140a91098560f569fe62b89895a9d5850a6845
4730+Author: Peng Huang <shawn.p.huang@gmail.com>
4731+Date: 2009-12-27 09:53:27 +0800
4732+
4733+ Fix rpmlint warnings in spec file.
4734+
4735+M ibus.spec.in
4736+
4737+commit 7182448378b644bfe12e778c71333975055322bd
4738+Author: Peng Huang <shawn.p.huang@gmail.com>
4739+Date: 2009-12-25 08:33:11 +0800
4740+
4741+ Catch KeyboardInterrupt Exception
4742+
4743+M ui/gtk/main.py
4744+
4745+commit b0f395d7039bf29d87437b2d272ad67e486a3182
4746+Author: Peng Huang <shawn.p.huang@gmail.com>
4747+Date: 2009-12-25 08:24:30 +0800
4748+
4749+ Change pinyin.xml to gtkpanel.xml
4750+
4751+M ui/gtk/gtkpanel.xml.in.in
4752+
4753+commit f167b19216dd3845674155169ecc2eeaa41c0e75
4754+Author: Peng Huang <shawn.p.huang@gmail.com>
4755+Date: 2009-12-24 17:19:51 +0800
4756+
4757+ Process engine method call correctly.
4758+
4759+M src/ibusengine.c
4760+M src/ibusinputcontext.c
4761+
4762+commit 252e0e4217cf81903bb121bb0af804d810c43cf4
4763+Author: Peng Huang <shawn.p.huang@gmail.com>
4764+Date: 2009-12-24 16:49:17 +0800
4765+
4766+ Fix coding style.
4767+
4768+M ibus/enginedesc.py
4769+
4770+commit d00778b6842e24da83f590130bec5c55e97147ab
4771+Author: Peng Huang <shawn.p.huang@gmail.com>
4772+Date: 2009-12-24 15:02:31 +0800
4773+
4774+ Fix some typos.
4775+
4776+M setup/enginecombobox.py
4777+M setup/enginetreeview.py
4778+M setup/main.py
4779+
4780+commit 043f6fe0b41e5c29d5e6bd7760ff2e301c00bf73
4781+Author: Peng Huang <shawn.p.huang@gmail.com>
4782+Date: 2009-12-24 14:18:20 +0800
4783+
4784+ Sort engines in setup ui.
4785+
4786+M ibus/enginedesc.py
4787+M setup/enginecombobox.py
4788+M src/ibusenginedesc.c
4789+
4790+commit ae0a66775f2ce27c4355739167aca1f4e3b9faa1
4791+Author: Peng Huang <shawn.p.huang@gmail.com>
4792+Date: 2009-12-24 14:05:14 +0800
4793+
4794+ Use 2 xpad in engine combobox
4795+
4796+M setup/enginecombobox.py
4797+
4798+commit 94c9b7a07a9f6eab6c02376d614768391e008943
4799+Author: Peng Huang <shawn.p.huang@gmail.com>
4800+Date: 2009-12-24 13:59:27 +0800
4801+
4802+ Fix coding style and remove useless line.
4803+
4804+M setup/enginecombobox.py
4805+
4806+commit 1c02e76a0f5cca127fd34cad63aecce7b686e8c2
4807+Author: Peng Huang <shawn.p.huang@gmail.com>
4808+Date: 2009-12-24 10:42:23 +0800
4809+
4810+ Make some buttons disabled, when they are not useful.
4811+
4812+M setup/enginecombobox.py
4813+M setup/enginetreeview.py
4814+M setup/main.py
4815+M setup/setup.ui
4816+
4817+commit d789a01a2c6cb13e088b1bf7ea04a530c42cd070
4818+Author: Peng Huang <shawn.p.huang@gmail.com>
4819+Date: 2009-12-24 10:41:19 +0800
4820+
4821+ Update UI.
4822+
4823+M setup/setup.ui
4824+
4825+commit 4ec2a988a6546a73b92c8c6eed7985e19d550ce2
4826+Author: Peng Huang <shawn.p.huang@gmail.com>
4827+Date: 2009-12-23 15:55:49 +0800
4828+
4829+ Do not init gthread if undefine G_THREADS_ENABLED.
4830+
4831+M bus/main.c
4832+
4833+commit f580326150d486f9dd86961d1bcb80daa4612519
4834+Author: Peng Huang <shawn.p.huang@gmail.com>
4835+Date: 2009-12-23 15:39:17 +0800
4836+
4837+ Poll engine changes in different thread.
4838+
4839+M bus/Makefile.am
4840+M bus/ibusimpl.c
4841+M bus/main.c
4842+M bus/registry.c
4843+M bus/registry.h
4844+M configure.ac
4845+
4846+commit d3f11c5b489b63d26a8cc9c6c4fb6dba9881e53a
4847+Author: Peng Huang <shawn.p.huang@gmail.com>
4848+Date: 2009-12-22 17:56:31 +0800
4849+
4850+ ibus will poll changes of engines, and show notification to user.
4851+
4852+M bus/ibusimpl.c
4853+M bus/main.c
4854+M bus/registry.c
4855+M bus/registry.h
4856+M ibus/bus.py
4857+M ibus/interface/iibus.py
4858+M po/ar.po
4859+M po/as.po
4860+M po/bn_IN.po
4861+M po/ca.po
4862+M po/da.po
4863+M po/de.po
4864+M po/es.po
4865+M po/fr.po
4866+M po/gu.po
4867+M po/hi.po
4868+M po/hu.po
4869+M po/it.po
4870+M po/ja.po
4871+M po/kn.po
4872+M po/ko.po
4873+M po/ml.po
4874+M po/mr.po
4875+M po/or.po
4876+M po/pa.po
4877+M po/pl.po
4878+M po/ru.po
4879+M po/sr.po
4880+M po/sr@latin.po
4881+M po/ta.po
4882+M po/te.po
4883+M po/vi.po
4884+M po/zh_CN.po
4885+M po/zh_HK.po
4886+M po/zh_TW.po
4887+M ui/gtk/main.py
4888+
4889+commit ea664de646e5d1d24ecb4ba465279861f77bdafd
4890+Author: Peng Huang <shawn.p.huang@gmail.com>
4891+Date: 2009-12-20 18:40:42 +0800
4892+
4893+ Remove space before and after =
4894+
4895+M xinput-ibus.in
4896+
4897+commit 69b0425825bce479cfb9923934f24c2e382231c8
4898+Author: Peng Huang <shawn.p.huang@gmail.com>
4899+Date: 2009-12-20 18:37:21 +0800
4900+
4901+ Fix build rpm errors.
4902+
4903+M configure.ac
4904+D xinput-ibus
4905+A xinput-ibus.in
4906+
4907+commit 8b0d36cf4202b79d965095817c04354e069e25eb
4908+Author: Peng Huang <shawn.p.huang@gmail.com>
4909+Date: 2009-12-20 18:16:15 +0800
4910+
4911+ Fix build errors if ./configure is not executed in top src dir.
4912+
4913+M bus/Makefile.am
4914+M client/gtk2/Makefile.am
4915+M client/x11/Makefile.am
4916+M docs/reference/ibus/Makefile.am
4917+M gconf/Makefile.am
4918+
4919+commit d0d97b819cd64e4693bdac1124e15a2cc2c379f5
4920+Author: Peng Huang <shawn.p.huang@gmail.com>
4921+Date: 2009-12-17 07:35:09 +0800
4922+
4923+ Use bold style to display current engine in engine menu.
4924+
4925+M ui/gtk/panel.py
4926+
4927+commit 5cfbb5077f51397d30b271946f81bb05dbf3f067
4928+Author: Peng Huang <shawn.p.huang@gmail.com>
4929+Date: 2009-12-16 20:35:17 +0800
4930+
4931+ Do not use sub menu to list input methods.
4932+
4933+M ui/gtk/panel.py
4934+
4935+commit d23e87402abe96659cd402cdfd8db9417a4c1a40
4936+Author: Peng Huang <shawn.p.huang@gmail.com>
4937+Date: 2009-12-16 07:37:58 +0800
4938+
4939+ Update es.po from daniel cabrera <logan@fedoraproject.org>
4940+
4941+M po/es.po
4942+
4943 commit f869a58793c4b760173e5423e60ee1982b9d893b
4944 Author: Peng Huang <shawn.p.huang@gmail.com>
4945 Date: 2009-12-15 17:16:39 +0800
4946
4947=== modified file 'INSTALL'
4948--- INSTALL 2009-05-17 22:19:38 +0000
4949+++ INSTALL 2010-08-06 11:53:43 +0000
4950@@ -2,10 +2,12 @@
4951 *************************
4952
4953 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
4954-2006, 2007, 2008 Free Software Foundation, Inc.
4955+2006, 2007, 2008, 2009 Free Software Foundation, Inc.
4956
4957- This file is free documentation; the Free Software Foundation gives
4958-unlimited permission to copy, distribute and modify it.
4959+ Copying and distribution of this file, with or without modification,
4960+are permitted in any medium without royalty provided the copyright
4961+notice and this notice are preserved. This file is offered as-is,
4962+without warranty of any kind.
4963
4964 Basic Installation
4965 ==================
4966@@ -13,7 +15,11 @@
4967 Briefly, the shell commands `./configure; make; make install' should
4968 configure, build, and install this package. The following
4969 more-detailed instructions are generic; see the `README' file for
4970-instructions specific to this package.
4971+instructions specific to this package. Some packages provide this
4972+`INSTALL' file but do not implement all of the features documented
4973+below. The lack of an optional feature in a given package is not
4974+necessarily a bug. More recommendations for GNU packages can be found
4975+in *note Makefile Conventions: (standards)Makefile Conventions.
4976
4977 The `configure' shell script attempts to guess correct values for
4978 various system-dependent variables used during compilation. It uses
4979@@ -42,7 +48,7 @@
4980 you want to change it or regenerate `configure' using a newer version
4981 of `autoconf'.
4982
4983-The simplest way to compile this package is:
4984+ The simplest way to compile this package is:
4985
4986 1. `cd' to the directory containing the package's source code and type
4987 `./configure' to configure the package for your system.
4988@@ -53,12 +59,22 @@
4989 2. Type `make' to compile the package.
4990
4991 3. Optionally, type `make check' to run any self-tests that come with
4992- the package.
4993+ the package, generally using the just-built uninstalled binaries.
4994
4995 4. Type `make install' to install the programs and any data files and
4996- documentation.
4997-
4998- 5. You can remove the program binaries and object files from the
4999+ documentation. When installing into a prefix owned by root, it is
5000+ recommended that the package be configured and built as a regular
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: