*** empty log message ***
[bpt/emacs.git] / mac / ChangeLog
index 4b56537..bcae176 100644 (file)
+2002-01-28  Kim F. Storm  <storm@cua.dk>
+
+       * src/macterm.c (x_erase_phys_cursor): Don't erase cursor if
+       cursor row is invisible.  This can happen if cursor is on top line
+       of a window, and we switch to a buffer with a header line.
+
+2001-12-22  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files.
+
+2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * src/macfns.c (x_report_frame_params): Make the scroll-bar-width
+       frame parameter have a numeric value all the time.
+
+2001-12-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * COPYING: New file.
+
+2001-12-06  Kim F. Storm  <storm@cua.dk>
+
+       * src/macfns.c (x_report_frame_params): Return actual fringe widths.
+
+2001-12-01  Kim F. Storm  <storm@cua.dk>
+
+       The following changes add left-fringe and right-fringe
+       frame parameters to adjust fringe widths, or remove one or
+       both fringes.  See ../src/ChangeLog for details.
+
+       * inc/macterm.h: Merged changes from xterm.h.
+       * src/macterm.c: Merged changes from xterm.c.
+       * src/macfns.c: Merged changes from xfns.c.
+
+2001-11-16  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * src/macterm.c (waiting_for_input): Remove unnecessary declaration.
+
+2001-11-16  Kim F. Storm  <storm@cua.dk>
+
+       The following changes are made to clean up the various internal
+       references to the fringes to actually use the term `fringe'.
+
+       * src/macfns.c: Use renamed symbols.
+       
+       * src/macterm.c: Comment fixes. Use renamed symbols.
+       (fringe_bitmap_type): Renamed from bitmap_type.
+       (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
+       (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
+       (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
+
+       * inc/macterm.h: Comment fixes. Use renamed symbols.
+       (fringes_extra): Renamed from flags_areas_extra.
+       (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
+       (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
+       (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
+       (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
+       (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
+       (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
+       
+2001-10-20  Gerd Moellmann  <gerd@gnu.org>
+
+       * (Version 21.1 released.)
+
+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>
 
 
        * inc/macterm.h (x_display_list): Declare extern.
 
-2001-07-20  Pavel Janík  <Pavel@Janik.cz>
+2001-07-20  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * src/macterm.c (xim_open_dpy): Fix typo.
 
        * src/macmenu.c: New file.
 
        * src/macterm.c: New file.
+
+;; Local Variables:
+;; coding: iso-2022-7bit-unix
+;; End:
+
+    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.