aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorSuresh Chandrasekharan <suresh.chandrasekharan@sun.com>2003-12-02 01:50:20 +0800
committerSuresh Chandrasekharan <kcsuresh@src.gnome.org>2003-12-02 01:50:20 +0800
commit98093d4c1467ce6184c0c6c27b47a261ad99c318 (patch)
tree6e6d5e8d33159138d8479ac18bf608d40bce3f7f /e-util
parente71fb79458507f352ce121ab8a8e044324e016ef (diff)
downloadgsoc2013-evolution-98093d4c1467ce6184c0c6c27b47a261ad99c318.tar.gz
gsoc2013-evolution-98093d4c1467ce6184c0c6c27b47a261ad99c318.tar.zst
gsoc2013-evolution-98093d4c1467ce6184c0c6c27b47a261ad99c318.zip
Bug Id #51527 "gal widgets produces backspace for Ctrl-space for japanese
2003-11-30 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com> Bug Id #51527 "gal widgets produces backspace for Ctrl-space for japanese input" * gal/util/e-text-event-processor-emacs-like.c: (e_text_event_processor_emacs_like_event) If GDK_CONTROL_MASK set, disable the command action. svn path=/trunk/; revision=23529
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-text-event-processor-emacs-like.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/e-text-event-processor-emacs-like.c b/e-util/e-text-event-processor-emacs-like.c
index c0b4875901..478dc2d68b 100644
--- a/e-util/e-text-event-processor-emacs-like.c
+++ b/e-util/e-text-event-processor-emacs-like.c
@@ -429,6 +429,10 @@ e_text_event_processor_emacs_like_event (ETextEventProcessor *tep, ETextEventPro
command.string = control_keys[(int) (key.keyval - 'a')].string;
}
+ if (key.keyval == ' ') {
+ command.action = E_TEP_NOP;
+ }
+
if (key.keyval == 'x') {
command.action = E_TEP_COPY;
command.position = E_TEP_SELECTION;
deletions'>-253/+283 * New helper function to create the `~/evolution/private' directory.Ettore Perazzoli2001-12-132-0/+58 * Install the man page.Ettore Perazzoli2001-12-133-2/+51 * ungrab the pointer before calling e_day_view_finish_long_event_resizeJP Rosevear2001-12-133-9/+50 * set the new-mail-notify command.Jeffrey Stedfast2001-12-135-6/+134 * Updated Swedish translation.Christian Rose2001-12-132-247/+331 * properly convert the dtstart and dtend times if they are UTC (cursor_cb):JP Rosevear2001-12-124-38/+97 * If multiple-selection is enabled but nothing is slected, fall back toJeffrey Stedfast2001-12-122-14/+22 * Fixed for mail_content_loaded's new signature.Jon Trowbridge2001-12-129-96/+189 * unregister ETableHeaderItem widget as a drag target when unrealizing it.Gustavo Giráldez2001-12-121-0/+2 * use UTF-8 as the char set when testing pilot linkJP Rosevear2001-12-124-3/+14 * If multiple-selection is enabled but nothing is slected, fall back toJeffrey Stedfast2001-12-122-4/+13 * If the widget is non-NULL, then gtk_widget_destroy that bad boy...Jeffrey Stedfast2001-12-123-5/+12 * Fix typo.Jon Trowbridge2001-12-121-1/+1 * A new icon that sucks less. We still need stoem Tuomas-love.Jon Trowbridge2001-12-122-67/+102 * Add ETable magic for our new "Needs Reply" column. (The next few entriesJon Trowbridge2001-12-1210-230/+399 * "Ximian Evolution", not "Evolution".Ettore Perazzoli2001-12-122-1/+6 * Up VERSION to 1.1.0.99.Ettore Perazzoli2001-12-122-17/+5 * Updated Slovak translation.Stanislav Visnovsky2001-12-112-730/+791 * Updated Ukrainian TranslationYuri Syrota2001-12-111-1369/+785 * Merging files:Christopher James Lahey2001-12-113-1/+8 * Merging changes:Christopher James Lahey2001-12-111-2/+0 * Merging changes:Christopher James Lahey2001-12-111-8/+16 * Don't expunge when we sync anymore, this fixes bug #4472.Jeffrey Stedfast2001-12-112-2/+7 * select_file_attachments now returns a GPtrArray so handle that and loopJeffrey Stedfast2001-12-114-53/+128 * Make sure that the message subject is non-NULL beforetrying to base aJeffrey Stedfast2001-12-114-29/+40 * Only execute an executable sig file if a magic environment variable isJon Trowbridge2001-12-112-1/+7 * removed code that connects to GnomeCalendar's "dates_shown_changed"Damon Chaplin2001-12-113-10/+24 * if all we have is the TZID, see if it is one of our TZIDs and if so getDamon Chaplin2001-12-112-1/+25 * Protect against either of the types being NULL.Jeffrey Stedfast2001-12-1111-110/+171 * fixed executable name. Fixes bug #16880.Damon Chaplin2001-12-112-1/+6 * Don't crash if the text string is NULL. (text_draw_with_objects): Don'tJon Trowbridge2001-12-111-1/+4 * set paper size to _("US-Letter"), use gtk_html_print_set_masterRadek Doulik2001-12-112-2/+7 * Don't just assume all of the GtkHTMLEmbedded's fields are filled in, sinceDan Winship2001-12-105-7/+35 * Fix the tm_gmtoff case (its sign is the opposite of "timezone"). FixesDan Winship2001-12-102-1/+7 * Oops... this didn't get committed before.Jon Trowbridge2001-12-101-0/+8 * Implements marking messages as "Need Reply".Jon Trowbridge2001-12-1014-51/+239 * Added vfolders.xml containing default initial vfolders - important vfolderNot Zed2001-12-103-1/+31 * *** empty log message ***Wang Jian2001-12-092-746/+4361 * if we have an alarm that can be represented on the pilot, set theJP Rosevear2001-12-093-14/+137 * s/%/%sRodrigo Moya2001-12-082-2/+7 * (committed by Damon)Federico Mena Quintero2001-12-082-25/+72 * apparently a merge removed the openssl checks - ugh.Jeffrey Stedfast2001-12-082-0/+68 * Check that the mail-display hasn't been destroyed.Jeffrey Stedfast2001-12-084-7/+42 * Remove a reference to code I don't want to commit yet. :-)Jon Trowbridge2001-12-082-2/+4 * Extensively refactored -- this code had gotten _really_ ugly. UntangleJon Trowbridge2001-12-085-421/+433 * Remove perl.comIain Holmes2001-12-082-1/+4 * if the key in the config database does not exist, just return the localRodrigo Moya2001-12-072-2/+27 * default component classification to PUBLICRodrigo Moya2001-12-072-3/+10 * Updated Swedish translation.Christian Rose2001-12-07