Mercurial > emacs
comparison src/ChangeLog @ 90234:b1c1fc853d2f
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-86
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 562-568)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 125-128)
- Merge from emacs--cvs-trunk--0
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 30 Sep 2005 11:43:45 +0000 |
parents | ee12d75eb214 d357f21fff0e |
children | aa89c814f853 |
comparison
equal
deleted
inserted
replaced
90233:ee12d75eb214 | 90234:b1c1fc853d2f |
---|---|
1 2005-09-29 Juri Linkov <juri@jurta.org> | |
2 | |
3 * editfns.c (Fmessage, Fmessage_box, Fmessage_or_box): | |
4 Rename argument name `string' to `format-string'. | |
5 (Fformat): Doc fix. | |
6 | |
7 2005-09-28 Kim F. Storm <storm@cua.dk> | |
8 | |
9 * image.c (gif_load): Fix size of allocated image buffer | |
10 for images where a sub-image may be larger than the image's | |
11 total height/width specifications. | |
12 | |
13 2005-09-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
14 | |
15 * macgui.h (struct _XCharStruct): Each member now takes short value. | |
16 | |
17 2005-09-27 Dan Nicolaescu <dann@ics.uci.edu> | |
18 | |
19 * xfaces.c (lookup_derived_face): Add parameter type. | |
20 | |
21 * xdisp.c (cursor_row_fully_visible_p): Add parameter type. | |
22 | |
23 * marker.c (verify_bytepos): Add parameter type. | |
24 | |
25 * process.c (get_operating_system_release): Move prototype ... | |
26 | |
27 * systime.h (get_operating_system_release): ... here. | |
28 | |
29 * xterm.c (set_vertical_scroll_bar): Move prototype ... | |
30 (handle_one_xevent): Refer to union field to match the type | |
31 required by the function definition. | |
32 | |
33 * xterm.h: ... here. | |
34 | |
35 * fns.c (internal_equal, seed_random): Fix prototypes. | |
36 (internal_equal): Add missing parameter. | |
37 | |
38 2005-09-25 Richard M. Stallman <rms@gnu.org> | |
39 | |
40 * keyboard.c (update_menu_bindings): Variable deleted. | |
41 (syms_of_keyboard): Don't defvar it. | |
42 (parse_menu_item): Don't test it. | |
43 | |
1 2005-09-23 Richard M. Stallman <rms@gnu.org> | 44 2005-09-23 Richard M. Stallman <rms@gnu.org> |
2 | 45 |
3 * editfns.c (Fformat): Explicitly test for end of format string | 46 * editfns.c (Fformat): Explicitly test for end of format string |
4 and don't use `index'. | 47 and don't use `index'. |
5 | 48 |
7 | 50 |
8 * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): Define | 51 * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): Define |
9 BROKEN_GET_CURRENT_DIR_NAME. | 52 BROKEN_GET_CURRENT_DIR_NAME. |
10 | 53 |
11 * sysdep.c (get_current_dir_name): Also define if | 54 * sysdep.c (get_current_dir_name): Also define if |
12 BROKEN_GET_CURRENT_DIR_NAME. | 55 BROKEN_GET_CURRENT_DIR_NAME. |
13 | 56 |
14 * m/ibmrs6000.h: Test for USG5, not USG5_4. | 57 * m/ibmrs6000.h: Test for USG5, not USG5_4. |
15 | 58 |
16 2005-09-22 Kim F. Storm <storm@cua.dk> | 59 2005-09-22 Kim F. Storm <storm@cua.dk> |
17 | 60 |