Mercurial > emacs
comparison src/ChangeLog @ 61624:c80acd5ef579
*** empty log message ***
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Mon, 18 Apr 2005 10:22:20 +0000 |
parents | fb3037e93cb1 |
children | cacf55df1896 |
comparison
equal
deleted
inserted
replaced
61623:eac490378ade | 61624:c80acd5ef579 |
---|---|
1 2005-04-18 Lute Kamstra <lute@gnu.org> | |
2 | |
3 * lread.c (Vloads_in_progress): Static. | |
4 * fns.c (Vloads_in_progress): Remove extern. | |
5 (load_in_progress): Add extern. | |
6 (Frequire): Use load_in_progress instead of Vloads_in_progress. | |
7 | |
1 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org> | 8 2005-04-18 Thien-Thi Nguyen <ttn@gnu.org> |
2 | 9 |
3 * xmenu.c (Fx_popup_menu): Initialize error_name to NULL. | 10 * xmenu.c (Fx_popup_menu): Initialize error_name to NULL. |
4 | 11 |
5 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 12 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
117 | 124 |
118 * keymap.c (where_is_internal): Convert a string used as event type | 125 * keymap.c (where_is_internal): Convert a string used as event type |
119 into "(any string)". | 126 into "(any string)". |
120 | 127 |
121 * lread.c (Vloads_in_progress): Not static. | 128 * lread.c (Vloads_in_progress): Not static. |
122 | |
123 * fns.c (Vloads_in_progress): Add extern. | 129 * fns.c (Vloads_in_progress): Add extern. |
124 (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil. | 130 (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil. |
125 | 131 |
126 2005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org> | 132 2005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org> |
127 | 133 |