Update calls to openp.
[bpt/emacs.git] / mac / ChangeLog
index 101dcf1..f0867e4 100644 (file)
@@ -1,3 +1,86 @@
+2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * src/macfns.c (x_create_bitmap_from_file, x_find_image_file):
+       * src/mac.c (run_mac_command): Update calls to openp.
+
+2001-10-08  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * src/macmenu.c (Fx_popup_menu): Use Fkeymap_prompt.
+
+       * src/macterm.c: Include keymap.h.
+       (note_mode_line_highlight): Use KEYMAPP.
+
+2001-10-05  Gerd Moellmann  <gerd@gnu.org>
+
+       * Branch for 21.1.
+
+2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
+
+       * src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
+
+       * src/macterm.c (XTread_socket): Read all pending events in the
+       event queue instead of one.
+       (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if
+       a script code of -smJapanese is specified.
+       (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
+       encoding.
+       (init_font_name_table): Use a script code of -smJapanese instead
+       of smRoman for the second entry of a Japanese font.
+       (XLoadQueryFont): Recognize a font as having the smRoman script
+       code if its encoding is jisx0201.1976-0.
+
+       * makefile.MPW: Generate etc/DOC file from .elc files instead of
+       .el files.
+
+       * src/mac.c (stat): Don't fail for aliases.
+       (sys_open) [__MRC__]: Set file creator and type for newly-created
+       files.
+       (sleep) [__MRC__]: Place loop around WaitNextEvent to check time
+       elapsed instead of use WaitNextEvent call as a delay.
+
+2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
+
+       * src/macterm.c (init_font_name_table): Add an additional entry to
+       the font table with the script code smRoman for each Apple
+       Japanese font.
+       (XLoadQueryFont): Recognize a font as having the smRoman script
+       code even when FontToScript returns smJapanese if it is one of
+       those created above.
+
+2001-08-21  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
+
+       * INSTALL: Add to the note on using -opt speed in MPW the function
+       macterm.c (x_draw_hollow_cursor).
+
+       * src/macterm.c (mac_scroll_area): Call CopyBits with local
+       coordinates and portBits instead of global coordinates and
+       screenBits.  Set fore color and back color to black and white,
+       respectively, before calling CopyBits.
+
+       * src/macterm.c (local_to_global_coord): Comment out.
+
+       * src/mac.c (mac-filename-to-unix): Change to
+       mac-file-name-to-posix.
+       (unix-filename-to-mac): Change to posix-file-name-to-mac.
+       (mac_to_unix_pathname): Change to mac_to_posix_pathname.
+       (unix_to_mac_pathname): Change to posix_to_mac_pathname.
+
+       * src/macterm.c (do_ae_open_documents): Change call to
+       mac_to_unix_pathname to mac_to_posix_pathname.
+
+2001-07-26  Andrew Choi  <akochoi@i-cable.com>
+
+       * inc/macterm.h (x_display_list): Declare extern.
+
+2001-07-20  Pavel Janík  <Pavel@Janik.cz>
+
+       * src/macterm.c (xim_open_dpy): Fix typo.
+
+2001-06-26  Andrew Choi  <akochoi@i-cable.com>
+
+       * README: Change references to SourceForge site to
+       ftp://ftp.gnu.org/gnu/mac/emacs/.
+
 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
 
        * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
        * src/macmenu.c: New file.
 
        * src/macterm.c: New file.
+
+    Copyright (C) 2001 Free Software Foundation, Inc.
+  Copying and distribution of this file, with or without modification,
+  are permitted provided the copyright notice and this notice are preserved.