Mercurial > emacs
changeset 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 | a5c9f3938a21 |
children | 6b6c169429e3 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 22 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Aug 31 08:35:56 2005 +0000 +++ b/lisp/ChangeLog Wed Aug 31 08:36:09 2005 +0000 @@ -1,3 +1,8 @@ +2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> + + * dired.el (dired-move-to-filename-regexp): Add date format for + Mac OS X 10.3 in East Asian locales. + 2005-08-31 Michael Albinus <michael.albinus@gmx.de> * files.el (make-auto-save-file-name): Add file name handler call
--- a/src/ChangeLog Wed Aug 31 08:35:56 2005 +0000 +++ b/src/ChangeLog Wed Aug 31 08:36:09 2005 +0000 @@ -1,3 +1,19 @@ +2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> + + * image.c (PIX_MASK_DRAW, PIX_MASK_RETAIN): Remove argument. All + uses changed. + [MAC_OS] (XPutPixel, XGetPixel): Add efficient versions for common + cases. + (x_create_x_image_and_pixmap) [MAC_OS]: Don't call x_destroy_x_image. + [MAC_OS] (find_image_fsspec) [!MAC_OSX]: Don't use FSRef. Use + posix_pathname_to_fsspec. + [MAC_OS] (xpm_load_image): Fill in background_transparent field + while we have mask. + + * macgui.h [!TARGET_API_MAC_CARBON] (GetPixDepth): New define. + + * macterm.h (PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c. + 2005-08-29 Stefan Monnier <monnier@iro.umontreal.ca> * syntax.c (update_syntax_table): Properly reproduce the special +1 @@ -28,7 +44,7 @@ (x_make_frame_invisible, x_iconify_frame) (XTread_socket) [!USE_CARBON_EVENTS]: Use it. [USE_CARBON_EVENTS] (mac_handle_window_event) - (install_window_handler): Handle visibilty change events. + (install_window_handler): Handle visibility change events. (x_make_frame_visible): Don't reposition window if it is iconified or asked for visible before. Select and uncollapse window when it is made visible.