mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Remove these files from CVS so we more-or-less current versions from
Tue Feb 26 21:44:01 2002 Owen Taylor <otaylor@redhat.com> * config.status config.guess: Remove these files from CVS so we more-or-less current versions from automake --add-missing. (Reported by Finlay Dobbie, #60342) * gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n', or KP_Tab to \t' since we don't map the corresponding main keyboard characters in that way. (#61561, Padraig O'Briain)
This commit is contained in:
parent
807336c720
commit
0205a7bdf2
@ -1,4 +1,9 @@
|
||||
Tue Feb 26 21:35:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
Tue Feb 26 21:44:01 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* config.status config.guess: Remove these files
|
||||
from CVS so we more-or-less current versions from
|
||||
automake --add-missing. (Reported by Finlay Dobbie,
|
||||
#60342)
|
||||
|
||||
* gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n',
|
||||
or KP_Tab to \t' since we don't map the corresponding
|
||||
|
@ -1,4 +1,9 @@
|
||||
Tue Feb 26 21:35:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
Tue Feb 26 21:44:01 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* config.status config.guess: Remove these files
|
||||
from CVS so we more-or-less current versions from
|
||||
automake --add-missing. (Reported by Finlay Dobbie,
|
||||
#60342)
|
||||
|
||||
* gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n',
|
||||
or KP_Tab to \t' since we don't map the corresponding
|
||||
|
@ -1,4 +1,9 @@
|
||||
Tue Feb 26 21:35:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
Tue Feb 26 21:44:01 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* config.status config.guess: Remove these files
|
||||
from CVS so we more-or-less current versions from
|
||||
automake --add-missing. (Reported by Finlay Dobbie,
|
||||
#60342)
|
||||
|
||||
* gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n',
|
||||
or KP_Tab to \t' since we don't map the corresponding
|
||||
|
@ -1,4 +1,9 @@
|
||||
Tue Feb 26 21:35:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
Tue Feb 26 21:44:01 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* config.status config.guess: Remove these files
|
||||
from CVS so we more-or-less current versions from
|
||||
automake --add-missing. (Reported by Finlay Dobbie,
|
||||
#60342)
|
||||
|
||||
* gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n',
|
||||
or KP_Tab to \t' since we don't map the corresponding
|
||||
|
@ -1,4 +1,9 @@
|
||||
Tue Feb 26 21:35:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
Tue Feb 26 21:44:01 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* config.status config.guess: Remove these files
|
||||
from CVS so we more-or-less current versions from
|
||||
automake --add-missing. (Reported by Finlay Dobbie,
|
||||
#60342)
|
||||
|
||||
* gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n',
|
||||
or KP_Tab to \t' since we don't map the corresponding
|
||||
|
@ -1,4 +1,9 @@
|
||||
Tue Feb 26 21:35:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
Tue Feb 26 21:44:01 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* config.status config.guess: Remove these files
|
||||
from CVS so we more-or-less current versions from
|
||||
automake --add-missing. (Reported by Finlay Dobbie,
|
||||
#60342)
|
||||
|
||||
* gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n',
|
||||
or KP_Tab to \t' since we don't map the corresponding
|
||||
|
@ -1,4 +1,9 @@
|
||||
Tue Feb 26 21:35:31 2002 Owen Taylor <otaylor@redhat.com>
|
||||
Tue Feb 26 21:44:01 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* config.status config.guess: Remove these files
|
||||
from CVS so we more-or-less current versions from
|
||||
automake --add-missing. (Reported by Finlay Dobbie,
|
||||
#60342)
|
||||
|
||||
* gdk/gdkkeyuni.c: Shouldn't map KP_Enter to '\n',
|
||||
or KP_Tab to \t' since we don't map the corresponding
|
||||
|
1121
config.guess
vendored
1121
config.guess
vendored
File diff suppressed because it is too large
Load Diff
1362
config.sub
vendored
1362
config.sub
vendored
File diff suppressed because it is too large
Load Diff
@ -1135,7 +1135,7 @@ gtk_im_context_simple_filter_keypress (GtkIMContext *context,
|
||||
else
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
/* Ignore modifier key presses
|
||||
*/
|
||||
for (i=0; i < G_N_ELEMENTS (gtk_compose_ignore); i++)
|
||||
|
Loading…
Reference in New Issue
Block a user