]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Mon, 1 May 2006 01:14:30 +0000 (01:14 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Mon, 1 May 2006 01:14:30 +0000 (01:14 +0000)
lisp/ChangeLog
man/ChangeLog
src/ChangeLog

index 6341b04d6cf92dc78cc3b2d87b60679752367c24..869a8301c53fc4c453d3924d1deb3406cdaf55c8 100644 (file)
@@ -1,3 +1,9 @@
+2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop): Use
+       select-frame-set-input-focus instead of raise-frame.
+       (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
+
 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
 
        * progmodes/gud.el (gud-def): Add %c case.
index 503814019b568998d2b3b30d6553c333bca09186..a5797e38b288b43e8bbaabedf84794a79177def6 100644 (file)
@@ -1,3 +1,9 @@
+2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * macos.texi (Mac International): Now Carbon Emacs has ATSUI support.
+       (Mac Environment Variables): Shorten example line.
+       (Mac Font Specs): Shorten lisp lines.  Add descriptions for ATSUI.
+
 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
 
        * building.texi (GUD Customization): Describe cases %d and %c.
index 1f96b0aaaa4dea5fe88a92fc69d9121dc97b35a8..8b5ca9e84357bd91b381e71235b6a64182c2d91a 100644 (file)
@@ -1,3 +1,47 @@
+2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * dispnew.c (update_window): Don't set changed_p when mode/header
+       line is updated.
+
+       * xdisp.c (prepare_menu_bars) [MAC_OS]: Call mac_update_title_bar.
+       (get_glyph_face_and_encoding, get_char_face_and_encoding): Don't
+       distinguish known faces from others.
+
+       * mac.c (mac_coerce_file_name_ptr): Try typeFSRef if coercion
+       through typeFileURL failed.
+
+       * macfns.c (mac_update_title_bar): New function.
+       [TARGET_API_MAC_CARBON] (mac_update_proxy_icon): New function.
+       (show_hourglass, hide_hourglass) [USE_CG_DRAWING]: Call
+       mac_prepare_for_quickdraw.
+
+       * macgui.h (USE_ATSUI): Set default to 1 if MAC_OSX is defined.
+       (USE_CG_DRAWING): Don't define if compiled on Mac OS X 10.1.
+       (enum pcm_status): New enum.
+       (XCHARSTRUCTROW_CHAR_VALID_P, XCHARSTRUCTROW_SET_CHAR_VALID)
+       (XCharStructRow): Remove.  Now validity is represented by
+       non-negativeness of sum of ascent and descent.
+       (struct MacFontStruct): Change type of member `rows'.
+       (struct _XGC) [USE_CG_DRAWING]: Add member `clip_rects'.
+
+       * macterm.c (mac_draw_line, mac_draw_line_to_pixmap): Adjust
+       endpoints of strictly horizontal/vertical lines.
+       (mac_set_clip_rectangles) [USE_CG_DRAWING]: Set clip_rects.
+       (pcm_init, pcm_get_status): New functions.
+       (x_per_char_metric, XLoadQueryFont): Use them instead of
+       XCharStructRow and related macros.
+       (x_draw_relief_rect): Don't adjust arguments of mac_draw_line.
+       (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Free FRAME_FILE_NAME.
+       (XTread_socket) [TARGET_API_MAC_CARBON]: Handle proxy icon drag
+       and window path pop-up menu on title bar.
+       (mac_use_core_graphics) [USE_CG_DRAWING]: Set default to 1.
+
+       * macterm.h (mac_update_title_bar): Add extern.
+       (struct mac_output) [TARGET_API_MAC_CARBON]: New member `file_name'.
+       (FRAME_FILE_NAME): New macro.
+
+       * unexmacosx.c (unexec): Error if trying unexec from dumped executable.
+
 2006-04-30  Richard Stallman  <rms@gnu.org>
 
        * keymap.c (Fdefine_key): Improve error message