*** empty log message ***
[bpt/emacs.git] / mac / ChangeLog
index e79086d..36ad323 100644 (file)
@@ -1,3 +1,67 @@
+2001-12-08  Pavel Janík  <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ík  <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.
@@ -12,7 +76,7 @@
        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.
 
@@ -21,7 +85,7 @@
        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
        * 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.