diff options
| author | YAMAMOTO Mitsuharu | 2005-08-31 08:36:09 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-08-31 08:36:09 +0000 |
| commit | 07c5948cf37953d4ebc95c5a56edd91f778a5741 (patch) | |
| tree | bcde3512ba7c64718e2265aa9f6f073ded5d3dc0 /src | |
| parent | 49c12ae6654043147a5ddf5f8e73d5fe395b1068 (diff) | |
| download | emacs-07c5948cf37953d4ebc95c5a56edd91f778a5741.tar.gz emacs-07c5948cf37953d4ebc95c5a56edd91f778a5741.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1c8b3a3846c..8bb81d577a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 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 |
| @@ -28,7 +44,7 @@ | |||
| 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. |