Mercurial > emacs
comparison src/ChangeLog @ 65253:ab58be7b1716
*** empty log message ***
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Wed, 31 Aug 2005 08:36:09 +0000 |
parents | c37b7f6542ec |
children | 6a6c73b4d337 |
comparison
equal
deleted
inserted
replaced
65252:a5c9f3938a21 | 65253:ab58be7b1716 |
---|---|
1 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
2 | |
3 * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument. All | |
4 uses changed. | |
5 [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common | |
6 cases. | |
7 (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image. | |
8 [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef. Use | |
9 posix_pathname_to_fsspec. | |
10 [MAC_OS] (xpm_load_image): Fill in background_transparent field | |
11 while we have mask. | |
12 | |
13 * macgui.h [!TARGET_API_MAC_CARBON] (GetPixDepth): New define. | |
14 | |
15 * macterm.h (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c. | |
16 | |
1 2005-08-29 Stefan Monnier <monnier@iro.umontreal.ca> | 17 2005-08-29 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 18 |
3 * syntax.c (update_syntax_table): Properly reproduce the special +1 | 19 * syntax.c (update_syntax_table): Properly reproduce the special +1 |
4 setting of e_property at the end of the buffer when bumping into the | 20 setting of e_property at the end of the buffer when bumping into the |
5 INTERVALS_AT_ONCE limit. | 21 INTERVALS_AT_ONCE limit. |
26 Restore background color. | 42 Restore background color. |
27 (mac_handle_visibility_change): New function. | 43 (mac_handle_visibility_change): New function. |
28 (x_make_frame_invisible, x_iconify_frame) | 44 (x_make_frame_invisible, x_iconify_frame) |
29 (XTread_socket) [!USE_CARBON_EVENTS]: Use it. | 45 (XTread_socket) [!USE_CARBON_EVENTS]: Use it. |
30 [USE_CARBON_EVENTS] (mac_handle_window_event) | 46 [USE_CARBON_EVENTS] (mac_handle_window_event) |
31 (install_window_handler): Handle visibilty change events. | 47 (install_window_handler): Handle visibility change events. |
32 (x_make_frame_visible): Don't reposition window if it is iconified | 48 (x_make_frame_visible): Don't reposition window if it is iconified |
33 or asked for visible before. Select and uncollapse window when it | 49 or asked for visible before. Select and uncollapse window when it |
34 is made visible. | 50 is made visible. |
35 (x_make_frame_invisible): Don't reset x_highlight_frame. | 51 (x_make_frame_invisible): Don't reset x_highlight_frame. |
36 (x_iconify_frame): Likewise. Make invisible frame visible before | 52 (x_iconify_frame): Likewise. Make invisible frame visible before |