diff options
| author | Miles Bader | 2005-09-30 11:43:45 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-09-30 11:43:45 +0000 |
| commit | c4e8cde8c6cea5ab85abbac10626bd5c1fe5a6af (patch) | |
| tree | 5ea3dab08718e0458f0033773ec6921a37212d2b /src/ChangeLog | |
| parent | 7b9dc9afcc06c9d5c3e3f75f3bb420d57cd1de12 (diff) | |
| parent | 070860c37ab005c2c94276e2230c4bfe67f50c14 (diff) | |
| download | emacs-c4e8cde8c6cea5ab85abbac10626bd5c1fe5a6af.tar.gz emacs-c4e8cde8c6cea5ab85abbac10626bd5c1fe5a6af.zip | |
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
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 45 |
1 files changed, 44 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4012f446f99..cd25ba97e90 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,46 @@ | |||
| 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 |
| @@ -9,7 +52,7 @@ | |||
| 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 | ||