diff options
| author | Stefan Monnier | 2005-03-19 16:37:27 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-03-19 16:37:27 +0000 |
| commit | 6027e473edbfd0ba45ba7c3a121aea6b234389af (patch) | |
| tree | b55214591a20a0654f2b37c38db9b103a2d39b5f /src/ChangeLog | |
| parent | a18bf8979eefd6716b8755755781e14f86d2c8ab (diff) | |
| download | emacs-6027e473edbfd0ba45ba7c3a121aea6b234389af.tar.gz emacs-6027e473edbfd0ba45ba7c3a121aea6b234389af.zip | |
(Fignore_event): Remove.
(syms_of_frame): Don't defsubr it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9a9b706ad1d..7b85f12f1b7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2005-03-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * frame.c (Fignore_event): Remove. | ||
| 4 | (syms_of_frame): Don't defsubr it. | ||
| 5 | |||
| 6 | * keyboard.c (keys_of_keyboard): Just use `ignore' instead of the | ||
| 7 | redundant `ignore-event'. | ||
| 8 | |||
| 1 | 2005-03-19 Eli Zaretskii <eliz@gnu.org> | 9 | 2005-03-19 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * unexec.c (write_segment, unexec): Move these functions to avoid | 11 | * unexec.c (write_segment, unexec): Move these functions to avoid |
| @@ -5,7 +13,7 @@ | |||
| 5 | 13 | ||
| 6 | 2005-03-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 14 | 2005-03-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 7 | 15 | ||
| 8 | * xfns.c (x_create_tip_frame): Removed setting of Vx_resource_name so | 16 | * xfns.c (x_create_tip_frame): Remove setting of Vx_resource_name so |
| 9 | that it doesn't become "tooltip". The specbind is enough. | 17 | that it doesn't become "tooltip". The specbind is enough. |
| 10 | 18 | ||
| 11 | * xrdb.c (x_load_resources): Use different char *helv when I18N | 19 | * xrdb.c (x_load_resources): Use different char *helv when I18N |