X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/2f64cf3ace5559ef474abb0153377e8be078c7f6..03f9f7aeb50a0726cd1ad1a4045a8ac0e1c6fd94:/mac/ChangeLog diff --git a/mac/ChangeLog b/mac/ChangeLog index e79086d74e..36ad323a0b 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog @@ -1,3 +1,67 @@ +2001-12-08 Pavel Janík + + * COPYING: New file. + +2001-12-06 Kim F. Storm + + * src/macfns.c (x_report_frame_params): Return actual fringe widths. + +2001-12-01 Kim F. Storm + + 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 + + * src/macterm.c (waiting_for_input): Remove unnecessary declaration. + +2001-11-16 Kim F. Storm + + 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 + + * (Version 21.1 released.) + +2001-10-11 Stefan Monnier + + * 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 + + * 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 + + * Branch for 21.1. + 2001-09-04 Andrew Choi * 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 * src/macterm.c (init_font_name_table): Add an additional entry to @@ -245,3 +309,7 @@ * 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.