Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 855:211050afdc9a
[xemacs-hg @ 2002-05-29 09:42:47 by didierv]
fix shadow declaration
author | didierv |
---|---|
date | Wed, 29 May 2002 09:42:49 +0000 |
parents | 1d8fb2eee1bb |
children | b27b70c1252a |
comparison
equal
deleted
inserted
replaced
854:1d8fb2eee1bb | 855:211050afdc9a |
---|---|
1 2002-05-29 Didier Verna <didier@xemacs.org> | |
2 | |
3 * process-unix.c (unix_canonicalize_host_name): change gai_error | |
4 to gai_err to avoid shadow declaration. | |
5 * process-unix.c (unix_open_network_stream): ditto. | |
6 | |
1 2002-05-28 Didier Verna <didier@xemacs.org> | 7 2002-05-28 Didier Verna <didier@xemacs.org> |
2 | 8 |
3 * emacs.c: comment the inclusion order of syssignal.h and sysproc.h. | 9 * emacs.c: comment the inclusion order of syssignal.h and sysproc.h. |
4 * filelock.c: ditto. | 10 * filelock.c: ditto. |
5 * nt.c: ditto. | 11 * nt.c: ditto. |
8327 | 8333 |
8328 * frame-msw.c (mswindows_init_frame_1): | 8334 * frame-msw.c (mswindows_init_frame_1): |
8329 Fix compile warnings. | 8335 Fix compile warnings. |
8330 | 8336 |
8331 * menubar.c (vars_of_menubar): | 8337 * menubar.c (vars_of_menubar): |
8332 Provide `menu-accelerator-support' to indicate that we properly | 8338 Provide `menu-accelerator-support' to indicate that we Properly |
8333 support %_ in menu specifications, so that package code can | 8339 support %_ in menu specifications, so that package code can |
8334 conditionalize on this (and remove %_ from menu specifications | 8340 conditionalize on this (and remove %_ from menu specifications |
8335 on older versions). | 8341 on older versions). |
8336 | 8342 |
8337 * event-msw.c: | 8343 * event-msw.c: |
12374 * mule-canna.c: | 12380 * mule-canna.c: |
12375 Add coding: cookie to identify encoding. | 12381 Add coding: cookie to identify encoding. |
12376 | 12382 |
12377 * mule-canna.c (CANNA_mode_keys): make static. | 12383 * mule-canna.c (CANNA_mode_keys): make static. |
12378 Use proper prototypes, even for functions of no arguments. | 12384 Use proper prototypes, even for functions of no arguments. |
12379 Remove external prototype for Fding(). | 12385 RemOve external prototype for Fding(). |
12380 | 12386 |
12381 * symsinit.h: Add missing prototype for reinit_vars_of_mule_wnn. | 12387 * symsinit.h: Add missing prototype for reinit_vars_of_mule_wnn. |
12382 | 12388 |
12383 * select.c (syms_of_select): Add missing DEFSUBR. | 12389 * select.c (syms_of_select): Add missing DEFSUBR. |
12384 | 12390 |