Mercurial > emacs
comparison src/ChangeLog @ 90645:7eeafaaa9eab
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
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Mon, 30 Oct 2006 08:54:41 +0000 |
| parents | 8dd8c8286063 db045c86d29b |
| children | 02cf29720f31 |
comparison
equal
deleted
inserted
replaced
| 90644:9b62e05dedf6 | 90645:7eeafaaa9eab |
|---|---|
| 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. |
| 4 | 91 |
| 5 2006-10-13 Chong Yidong <cyd@stupidchicken.com> | 92 2006-10-13 Chong Yidong <cyd@stupidchicken.com> |
| 46 Support overstrike. | 133 Support overstrike. |
| 47 (mac_draw_string, mac_draw_string_16): Remove functions. | 134 (mac_draw_string, mac_draw_string_16): Remove functions. |
| 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 |
| 56 * w32fns.c (w32_createwindow): Honour left and top positions if | 143 * w32fns.c (w32_createwindow): Honour left and top positions if |
| 57 supplied explicitly. | 144 supplied explicitly. |
| 90 | 177 |
| 91 * xdisp.c (handle_fontified_prop): Don't fontify at EOB. | 178 * xdisp.c (handle_fontified_prop): Don't fontify at EOB. |
| 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 |
| 99 * buffer.c (syms_of_buffer): Reorder coding systems in the | 186 * buffer.c (syms_of_buffer): Reorder coding systems in the |
| 100 docstring of %z to the real order displayed in the modeline. | 187 docstring of %z to the real order displayed in the modeline. |
| 355 * xdisp.c (produce_image_glyph): Automatically crop wide images at | 442 * xdisp.c (produce_image_glyph): Automatically crop wide images at |
| 356 right window edge so we can draw the cursor on the same row to | 443 right window edge so we can draw the cursor on the same row to |
| 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. |
| 364 (x_activate_timeout_atimer): New function to install Xt timer. | 451 (x_activate_timeout_atimer): New function to install Xt timer. |
| 365 (x_send_scroll_bar_event, x_process_timeouts): Use it. | 452 (x_send_scroll_bar_event, x_process_timeouts): Use it. |
| 2100 2006-05-18 Kim F. Storm <storm@cua.dk> | 2187 2006-05-18 Kim F. Storm <storm@cua.dk> |
| 2101 | 2188 |
| 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. |
| 2109 | 2196 |
| 2110 2006-05-17 Richard Stallman <rms@gnu.org> | 2197 2006-05-17 Richard Stallman <rms@gnu.org> |
