diff options
| author | Miles Bader | 2006-10-30 08:54:41 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-10-30 08:54:41 +0000 |
| commit | 503be82149af57edcba384554e0f268b9a9551e1 (patch) | |
| tree | d4a7bbe12b22462bbf427fffeb889ebcf5da6782 /src/ChangeLog | |
| parent | 4b89b5e297a9fc832d51f47f02c264308dd6da13 (diff) | |
| parent | ab785936c82ac81edb8b20ac27c0558bc04797e5 (diff) | |
| download | emacs-503be82149af57edcba384554e0f268b9a9551e1.tar.gz emacs-503be82149af57edcba384554e0f268b9a9551e1.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 476-489)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 153-160)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-127
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 97 |
1 files changed, 92 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8590cb57230..492b71baa61 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,90 @@ | |||
| 1 | 2006-10-29 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change) | ||
| 2 | |||
| 3 | * ralloc.c (relinquish): Use a long for excess space counter to | ||
| 4 | handle 64-bit case correctly. | ||
| 5 | |||
| 6 | 2006-10-29 Jeramey Crawford <jeramey@jeramey.com> | ||
| 7 | |||
| 8 | * m/amdx86-64.h: Add defines for OpenBSD x86-64. | ||
| 9 | |||
| 10 | 2006-10-29 Juanma Barranquero <lekktu@gmail.com> | ||
| 11 | |||
| 12 | * window.c (Fdisplay_buffer): Fix typo in docstring. | ||
| 13 | |||
| 14 | 2006-10-27 Ben North <ben@redfrontdoor.org> (tiny change) | ||
| 15 | |||
| 16 | * w32term.c (x_draw_glyph_string_foreground): Set background mode | ||
| 17 | to TRANSPARENT before using overstrike to simulate bold faces. | ||
| 18 | |||
| 19 | * xfaces.c (best_matching_font): Fix logic to decide whether to | ||
| 20 | use overstriking to simulate bold-face (it was reversed). | ||
| 21 | |||
| 22 | 2006-10-23 Kim F. Storm <storm@cua.dk> | ||
| 23 | |||
| 24 | * xdisp.c (remember_mouse_glyph): Do nothing if glyphs are not | ||
| 25 | initialized. | ||
| 26 | |||
| 27 | * keyboard.c (read_char): Make an element (t . EVENT) in | ||
| 28 | unread-command-events add EVENT to the current command's key sequence. | ||
| 29 | (syms_of_keyboard) <unread-command-events>: Update doc. | ||
| 30 | |||
| 31 | 2006-10-21 Richard Stallman <rms@gnu.org> | ||
| 32 | |||
| 33 | * minibuf.c (Vread_expression_map): Define here. | ||
| 34 | (Qread_expression_history): New variable. | ||
| 35 | (syms_of_minibuf): Initialize them. | ||
| 36 | (Feval_minibuffer): Use Vread_expression_map and | ||
| 37 | Qread_expression_history. | ||
| 38 | |||
| 39 | 2006-10-21 Kenichi Handa <handa@m17n.org> | ||
| 40 | |||
| 41 | * xfns.c (xic_create_fontsetname): If ADSTYLE field is not a wild | ||
| 42 | card, change it to "*". | ||
| 43 | (xic_create_xfontset): Call XCreateFontSet for each single | ||
| 44 | fontname in fontsetname. | ||
| 45 | |||
| 46 | 2006-10-19 Chong Yidong <cyd@stupidchicken.com> | ||
| 47 | |||
| 48 | * callint.c (callint_message): Convert to a Lisp string. | ||
| 49 | (syms_of_callint): Initialize it. | ||
| 50 | (callint_message_size): Var deleted. | ||
| 51 | (Fcall_interactively): Use Fformat instead of doprnt to construct | ||
| 52 | prompt string. | ||
| 53 | |||
| 54 | 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 55 | |||
| 56 | * xdisp.c (display_mode_line): Clear enabled_p flag on mode-line row. | ||
| 57 | |||
| 58 | 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 59 | |||
| 60 | * macfns.c (Vmac_carbon_version_string) [TARGET_API_MAC_CARBON]: | ||
| 61 | New variable. | ||
| 62 | (syms_of_macfns) [TARGET_API_MAC_CARBON]: Defvar it. | ||
| 63 | |||
| 64 | 2006-10-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 65 | |||
| 66 | * xselect.c (x_handle_selection_request): If the converted_selection | ||
| 67 | is NIL or XCDR (converted_selection) is NIL, decline the request. | ||
| 68 | |||
| 69 | 2006-10-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 70 | |||
| 71 | * gtkutil.c (get_utf8_string): Remove warnings with casts. | ||
| 72 | (xg_tool_bar_button_cb): Ditto | ||
| 73 | (xg_tool_bar_callback): Ditto. | ||
| 74 | |||
| 75 | 2006-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 76 | |||
| 77 | * dispnew.c (adjust_frame_glyphs_for_frame_redisplay): Remove unused | ||
| 78 | variable ch_dim. | ||
| 79 | (adjust_frame_glyphs_for_window_redisplay): Likewise. Don't allocate | ||
| 80 | menu bar window matrices on non-X systems. | ||
| 81 | |||
| 82 | * mac.c (Fmac_get_preference, Fmac_code_convert_string): Add GCPROs. | ||
| 83 | |||
| 84 | * macterm.c (mac_query_char_extents): Don't return glyph ID if layout | ||
| 85 | adjustment is needed. | ||
| 86 | (mac_load_query_font): Check if width and height are positive. | ||
| 87 | |||
| 1 | 2006-10-14 Richard Stallman <rms@gnu.org> | 88 | 2006-10-14 Richard Stallman <rms@gnu.org> |
| 2 | 89 | ||
| 3 | * sysdep.c (init_sys_modes): Delete DEFVAR_LISP in the wrong place. | 90 | * sysdep.c (init_sys_modes): Delete DEFVAR_LISP in the wrong place. |
| @@ -48,8 +135,8 @@ | |||
| 48 | (x_draw_glyph_string_foreground): Use overstrike when needed. | 135 | (x_draw_glyph_string_foreground): Use overstrike when needed. |
| 49 | (x_draw_composite_glyph_string_foreground): Likewise. | 136 | (x_draw_composite_glyph_string_foreground): Likewise. |
| 50 | Use mac_draw_image_string_16 instead of mac_draw_string_16. | 137 | Use mac_draw_image_string_16 instead of mac_draw_string_16. |
| 51 | (mac_load_query_font): Rename from XLoadQueryFont. Take argument F | 138 | (mac_load_query_font): Rename from XLoadQueryFont. Take argument |
| 52 | instead of DPY. All uses changed. Don't save/restore font. | 139 | F instead of DPY. All uses changed. Don't save/restore font. |
| 53 | 140 | ||
| 54 | 2006-10-07 Ralf Angeli <angeli@caeruleus.net> | 141 | 2006-10-07 Ralf Angeli <angeli@caeruleus.net> |
| 55 | 142 | ||
| @@ -92,7 +179,7 @@ | |||
| 92 | 179 | ||
| 93 | 2006-09-30 Eli Zaretskii <eliz@gnu.org> | 180 | 2006-09-30 Eli Zaretskii <eliz@gnu.org> |
| 94 | 181 | ||
| 95 | * config.in Regenerated. | 182 | * config.in: Regenerated. |
| 96 | 183 | ||
| 97 | 2006-09-29 Juri Linkov <juri@jurta.org> | 184 | 2006-09-29 Juri Linkov <juri@jurta.org> |
| 98 | 185 | ||
| @@ -357,7 +444,7 @@ | |||
| 357 | avoid confusing redisplay by placing the cursor outside the visible | 444 | avoid confusing redisplay by placing the cursor outside the visible |
| 358 | window area. | 445 | window area. |
| 359 | 446 | ||
| 360 | 2006-09-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 447 | 2006-09-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 361 | 448 | ||
| 362 | * xterm.c (x_initialize): Don't install Xt event timer here. | 449 | * xterm.c (x_initialize): Don't install Xt event timer here. |
| 363 | (x_timeout_atimer_activated_flag): New var. | 450 | (x_timeout_atimer_activated_flag): New var. |
| @@ -2102,7 +2189,7 @@ | |||
| 2102 | * xdisp.c (display_tool_bar_line): Restore entire tool-bar | 2189 | * xdisp.c (display_tool_bar_line): Restore entire tool-bar |
| 2103 | geometry when backtracking in case last image doesn't fit on line. | 2190 | geometry when backtracking in case last image doesn't fit on line. |
| 2104 | 2191 | ||
| 2105 | 2006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change) | 2192 | 2006-05-18 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change) |
| 2106 | 2193 | ||
| 2107 | * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by | 2194 | * xdisp.c (display_tool_bar_line): Don't adjust tool-bar height by |
| 2108 | more than height of one frame default line. | 2195 | more than height of one frame default line. |