diff options
| author | Karoly Lorentey | 2006-03-10 11:23:32 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-03-10 11:23:32 +0000 |
| commit | d2b86d7f40873f053489f386f7ab926bbb226bef (patch) | |
| tree | 8c617fed23a63e9dca406fa1aa5daa7f0f0919b6 /src/ChangeLog | |
| parent | db9d7d9a54118c277fdc47b2840139e78218b1ae (diff) | |
| parent | 61e66a158a521e1ebdaa2e547dcc98d383674a75 (diff) | |
| download | emacs-d2b86d7f40873f053489f386f7ab926bbb226bef.tar.gz emacs-d2b86d7f40873f053489f386f7ab926bbb226bef.zip | |
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-136
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-137
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-138
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-139
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-140
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-141
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-142
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-143
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/gnus--rel--5.10--patch-49
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-50
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-51
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-52
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-53
Update from CVS: Makefile.in (release-*): New targets.
* emacs@sv.gnu.org/gnus--rel--5.10--patch-54
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-55
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-527
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 11fe6f910e4..db10f46024b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,48 @@ | |||
| 1 | 2006-03-08 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * window.c: Declare preserve_y as a static global variable. | ||
| 4 | (window_scroll_pixel_based): No longer declare preserve_y; | ||
| 5 | it is global now. | ||
| 6 | (syms_of_window): set preserve_y to -1. | ||
| 7 | |||
| 8 | 2006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 9 | |||
| 10 | * image.c [MAC_OS] (XPutPixel): Set alpha channel bits if pixmap | ||
| 11 | depth is 32. | ||
| 12 | [MAC_OS] (XGetPixel): Strip off alpha channel bits if pixmap | ||
| 13 | depth is 32. | ||
| 14 | |||
| 15 | 2006-03-06 Chong Yidong <cyd@stupidchicken.com> | ||
| 16 | |||
| 17 | * xdisp.c (handle_invisible_prop): Don't update it->position with | ||
| 18 | a buffer position if we're in a display string. | ||
| 19 | |||
| 20 | 2006-03-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 21 | |||
| 22 | * macterm.h (MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH) | ||
| 23 | (MAC_AQUA_SMALL_VERTICAL_SCROLL_BAR_WIDTH): New defines. | ||
| 24 | |||
| 25 | * macfns.c (x_default_scroll_bar_color_parameter) | ||
| 26 | (x_set_scroll_bar_foreground, x_set_scroll_bar_background): Remove | ||
| 27 | unnecessary prototypes. | ||
| 28 | (x_set_scroll_bar_default_width): Use | ||
| 29 | MAC_AQUA_VERTICAL_SCROLL_BAR_WIDTH. | ||
| 30 | (mac_set_scroll_bar_width): New function. | ||
| 31 | (mac_frame_parm_handlers): Set it as handler for scroll-bar-width. | ||
| 32 | |||
| 33 | * macterm.c (get_control_part_bounds): Fix type of return value. | ||
| 34 | (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create) | ||
| 35 | (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]: Don't show | ||
| 36 | scroll bar if it is not tall enough to display scroll bar thumb. | ||
| 37 | [USE_CARBON_EVENTS] (mac_convert_event_ref) | ||
| 38 | (mac_handle_command_event, mac_handle_window_event) | ||
| 39 | (mac_handle_mouse_event): Check error code of GetEventParameter. | ||
| 40 | (convert_fn_keycode) [MAC_OSX]: Likewise. | ||
| 41 | |||
| 42 | 2006-03-05 Andreas Schwab <schwab@suse.de> | ||
| 43 | |||
| 44 | * xselect.c (x_catch_errors_unwind): Fix missing return value. | ||
| 45 | |||
| 1 | 2006-03-02 Kim F. Storm <storm@cua.dk> | 46 | 2006-03-02 Kim F. Storm <storm@cua.dk> |
| 2 | 47 | ||
| 3 | * frame.h (struct frame): New member n_tool_bar_rows. | 48 | * frame.h (struct frame): New member n_tool_bar_rows. |