diff options
| author | Karoly Lorentey | 2006-03-15 17:22:12 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-03-15 17:22:12 +0000 |
| commit | b336ee388ed5300440e7bab24bf9eec9f250911a (patch) | |
| tree | 62c9058bd403d158d7d18d1cbd4ead3abf36a7aa /src/ChangeLog | |
| parent | 47f3c6b4dbed851762dca99273d78642c3794188 (diff) | |
| parent | 4034b0e259dd59eda180bd0683876c9d0110f719 (diff) | |
| download | emacs-b336ee388ed5300440e7bab24bf9eec9f250911a.tar.gz emacs-b336ee388ed5300440e7bab24bf9eec9f250911a.zip | |
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-153
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-154
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-155
Remove nick-abbrevs stuff from rcirc.el
* emacs@sv.gnu.org/emacs--devo--0--patch-156
rcirc.el update from Ryan Yeske
* emacs@sv.gnu.org/emacs--devo--0--patch-157
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-158
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-159
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-532
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 60 |
1 files changed, 59 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 389538b1617..f6edc410276 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,61 @@ | |||
| 1 | 2006-03-14 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * xterm.c (x_uncatch_errors): Block input for entire function. | ||
| 4 | |||
| 5 | 2006-03-12 Jason Rumney <jasonr@gnu.org> | ||
| 6 | |||
| 7 | * w32fns.c (Fx_create_frame): Remove call to | ||
| 8 | Qface_set_after_frame_default. (from xfns.c 2003-05-26) | ||
| 9 | |||
| 10 | * w32menu.c (Fx_popup_menu): Call w32_free_menu_strings when | ||
| 11 | finished with the menu. | ||
| 12 | |||
| 13 | * w32term.c: Sync 2005-10-24 xterm.c changes. | ||
| 14 | (last_mouse_glyph_frame): New var. | ||
| 15 | (note_mouse_movement): Say mouse moved if current frame differs | ||
| 16 | from last_mouse_glyph_frame, and update last_mouse_glyph_frame. | ||
| 17 | (w32_mouse_position): Set last_mouse_glyph_frame. | ||
| 18 | Remove OLD_REDISPLAY_CODE block. | ||
| 19 | |||
| 20 | 2006-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 21 | |||
| 22 | * macgui.h [USE_ATSUI && MAC_OSX]: Define USE_CG_TEXT_DRAWING to 1. | ||
| 23 | |||
| 24 | * macterm.h (struct mac_output) [USE_CG_DRAWING]: New member cg_context. | ||
| 25 | (mac_prepare_for_quickdraw) [USE_CG_DRAWING]: Add prototype. | ||
| 26 | |||
| 27 | * mac.c (sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw. | ||
| 28 | |||
| 29 | * macfns.c (x_create_tip_frame): Apply 2006-03-11 change for xfns.c. | ||
| 30 | |||
| 31 | * macterm.c (mac_draw_rectangle, x_draw_glyph_string_foreground) | ||
| 32 | (x_draw_composite_glyph_string_foreground) | ||
| 33 | (x_draw_image_foreground): Undo previous changes. | ||
| 34 | (x_draw_hollow_cursor): Likewise. Subtract 1 from the last | ||
| 35 | argument of mac_draw_rectangle. | ||
| 36 | (CG_SET_FILL_COLOR, CG_SET_STROKE_COLOR): New macros. | ||
| 37 | (mac_draw_string_common, mac_draw_image_string_cg): Use them. | ||
| 38 | (FRAME_CG_CONTEXT) [USE_CG_DRAWING]: New macro. | ||
| 39 | (mac_begin_cg_clip, mac_end_cg_clip, mac_prepare_for_quickdraw) | ||
| 40 | [USE_CG_DRAWING]: New functions. | ||
| 41 | (mac_draw_line, mac_erase_rectangle, mac_clear_window) | ||
| 42 | (mac_fill_rectangle, mac_draw_rectangle, mac_draw_string_common) | ||
| 43 | (mac_draw_image_string_cg) [USE_CG_DRAWING]: Add Quartz 2D drawing part. | ||
| 44 | (mac_draw_bitmap, mac_invert_rectangle, mac_draw_string_common) | ||
| 45 | (mac_copy_area, mac_scroll_area, x_scroll_bar_create) | ||
| 46 | (x_scroll_bar_remove, XTset_vertical_scroll_bar, x_set_window_size) | ||
| 47 | (XTread_socket) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw. | ||
| 48 | |||
| 49 | 2006-03-12 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | ||
| 50 | |||
| 51 | * xfns.c (x_icon): Disable redundant call to `x_wm_set_window_state'. | ||
| 52 | |||
| 53 | 2006-03-11 Jason Rumney <jasonr@gnu.org> | ||
| 54 | |||
| 55 | * w32fns.c (signal_user_input): New function. | ||
| 56 | (post_character_message): Use it for keyboard input. | ||
| 57 | (w32_msg_pump): Use it for mouse input. | ||
| 58 | |||
| 1 | 2006-03-11 Luc Teirlinck <teirllm@auburn.edu> | 59 | 2006-03-11 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 60 | ||
| 3 | * window.c: Rename preserve_y to window_scroll_pixel_based_preserve_y. | 61 | * window.c: Rename preserve_y to window_scroll_pixel_based_preserve_y. |
| @@ -95,7 +153,7 @@ | |||
| 95 | 153 | ||
| 96 | * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap | 154 | * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap |
| 97 | depth is 32. | 155 | depth is 32. |
| 98 | [MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap | 156 | [MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap |
| 99 | depth is 32. | 157 | depth is 32. |
| 100 | 158 | ||
| 101 | 2006-03-06 Chong Yidong <cyd@stupidchicken.com> | 159 | 2006-03-06 Chong Yidong <cyd@stupidchicken.com> |