diff options
author | Havoc Pennington <hp@redhat.com> | 2001-12-17 16:46:08 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-12-17 16:46:08 +0000 |
commit | 8a44bc045517b37800aa5f7db40b793638f8ae9b (patch) | |
tree | 055627a83f45156be2f1e5c1ed39daa94b5e07d1 /ChangeLog.pre-2-0 | |
parent | 8280fa8d444246212b50b3be0c9cb0b59060fdeb (diff) | |
download | gtk+-8a44bc045517b37800aa5f7db40b793638f8ae9b.tar.gz |
Add Unicode control char menu, based on patch from Dov. Bug #63495
2001-12-06 Havoc Pennington <hp@redhat.com>
Add Unicode control char menu, based on patch from Dov.
Bug #63495
* gtk/gtkentry.c (gtk_entry_commit_cb): share code via
gtk_entry_enter_text
(gtk_entry_enter_text): function to do "typing in text"
(popup_targets_received): add the Unicode menu items
* gtk/gtktextview.c (popup_targets_received): add missing mnemonic
on Input Methods item, and add the unicode menu items.
* gtk/gtktextutil.h, gtk/gtktextutil.c: private utilities to be
used in GtkEntry and GtkTextView - may become public later.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 2aa0e2a362..c5c547ee6a 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,19 @@ +2001-12-06 Havoc Pennington <hp@redhat.com> + + Add Unicode control char menu, based on patch from Dov. + Bug #63495 + + * gtk/gtkentry.c (gtk_entry_commit_cb): share code via + gtk_entry_enter_text + (gtk_entry_enter_text): function to do "typing in text" + (popup_targets_received): add the Unicode menu items + + * gtk/gtktextview.c (popup_targets_received): add missing mnemonic + on Input Methods item, and add the unicode menu items. + + * gtk/gtktextutil.h, gtk/gtktextutil.c: private utilities to be + used in GtkEntry and GtkTextView - may become public later. + 2001-12-16 Kjartan Maraas <kmaraas@gnome.org> * gtk/gtkprogressbar.c: Fix a typo. |