Mercurial > emacs
comparison src/ChangeLog @ 60755:0cdb7ac58504
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 19 Mar 2005 16:37:27 +0000 |
parents | ccfbb5ab8fba |
children | f3fe2785106e |
comparison
equal
deleted
inserted
replaced
60754:09e1e04c1da6 | 60755:0cdb7ac58504 |
---|---|
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 |
4 forward references (which cause errors with "gcc -gcoff"). | 12 forward references (which cause errors with "gcc -gcoff"). |
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 |
12 is present. | 20 is present. |
13 | 21 |