aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-01-07 15:04:08 +0000
committerJuanma Barranquero2008-01-07 15:04:08 +0000
commit93244c5ae5537f846db05bbcc3ecb52cf52228fd (patch)
tree38e7a510cad2f7cbac87dfb347a5cc25b20c7b8e
parent8de5628cc9c62aec2d72706b1eb2a1cc30e3b499 (diff)
downloademacs-93244c5ae5537f846db05bbcc3ecb52cf52228fd.tar.gz
emacs-93244c5ae5537f846db05bbcc3ecb52cf52228fd.zip
*** empty log message ***
-rw-r--r--mac/ChangeLog43
1 files changed, 21 insertions, 22 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 541ee2591de..af42d1fd126 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -166,7 +166,7 @@
1662005-10-20 Bryan D. O'Connor <bryan@lunch.org> (tiny change) 1662005-10-20 Bryan D. O'Connor <bryan@lunch.org> (tiny change)
167 167
168 * make-package: Add a --compressed-dist option to compress info 168 * make-package: Add a --compressed-dist option to compress info
169 files and .el files that have been byte-compiled. It defaults to "no". 169 files and .el files that have been byte-compiled. It defaults to "no".
170 170
1712005-09-24 Eli Zaretskii <eliz@gnu.org> 1712005-09-24 Eli Zaretskii <eliz@gnu.org>
172 172
@@ -356,15 +356,15 @@
3562003-01-07 Steven Tamm <steventamm@mac.com> 3562003-01-07 Steven Tamm <steventamm@mac.com>
357 357
358 * INSTALL: Added documentation about --enable-carbon-app and 358 * INSTALL: Added documentation about --enable-carbon-app and
359 changed documentation concerning Emacs.app location 359 changed documentation concerning Emacs.app location.
360 Removed some of the documentation about make-package that isn't 360 Removed some of the documentation about make-package that isn't
361 needed 361 needed.
362 Changed comment about requiring root permission to install to 362 Changed comment about requiring root permission to install to
363 saying that it might be necessary depending on where you install 363 saying that it might be necessary depending on where you install.
364 Refered to /usr caveat in more places 364 Refered to /usr caveat in more places.
365 * make-package (make_options): Use new carbon_appdir option to 365 * make-package (make_options): Use new carbon_appdir option to
366 specify directory to install Application and lets the makefile 366 specify directory to install Application and lets the makefile
367 install 367 install.
368 368
3692003-01-01 Steven Tamm <steventamm@mac.com> 3692003-01-01 Steven Tamm <steventamm@mac.com>
370 370
@@ -458,7 +458,7 @@
4582002-07-31 Andrew Choi <akochoi@shaw.ca> 4582002-07-31 Andrew Choi <akochoi@shaw.ca>
459 459
460 * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist: 460 * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist:
461 change creator code from ???? to EMAx. 461 Change creator code from ???? to EMAx.
462 462
463 * INSTALL: Add instructions for building X Window version. 463 * INSTALL: Add instructions for building X Window version.
464 464
@@ -517,7 +517,7 @@
517 * README: Add information for Mac OS X. 517 * README: Add information for Mac OS X.
518 518
519 * src/mac.c, inc/macgui.h, src/macfns.c, src/macmenu.c, 519 * src/mac.c, inc/macgui.h, src/macfns.c, src/macmenu.c,
520 src/macterm.c, inc/macterm.h: Remove from here and move to src. 520 * src/macterm.c, inc/macterm.h: Remove from here and move to src.
521 521
5222002-04-12 Andrew Choi <akochoi@shaw.ca> 5222002-04-12 Andrew Choi <akochoi@shaw.ca>
523 523
@@ -659,13 +659,13 @@
659 659
660 * src/macfns.c: Use renamed symbols. 660 * src/macfns.c: Use renamed symbols.
661 661
662 * src/macterm.c: Comment fixes. Use renamed symbols. 662 * src/macterm.c: Comment fixes. Use renamed symbols.
663 (fringe_bitmap_type): Renamed from bitmap_type. 663 (fringe_bitmap_type): Renamed from bitmap_type.
664 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP. 664 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
665 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap. 665 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
666 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps. 666 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
667 667
668 * inc/macterm.h: Comment fixes. Use renamed symbols. 668 * inc/macterm.h: Comment fixes. Use renamed symbols.
669 (fringes_extra): Renamed from flags_areas_extra. 669 (fringes_extra): Renamed from flags_areas_extra.
670 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH. 670 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
671 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT. 671 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
@@ -843,35 +843,34 @@
843 843
8442000-12-12 Andrew Choi <akochoi@i-cable.com> 8442000-12-12 Andrew Choi <akochoi@i-cable.com>
845 845
846 * cw5-mcp.xml: add md5.c to project. 846 * cw5-mcp.xml: Add md5.c to project.
847 847
848 * cw6-mcp.xml: add md5.c to project. 848 * cw6-mcp.xml: Add md5.c to project.
849 849
850 * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle 850 * src/macfns.c (x_create_tip_frame, Fx_hide_tip): Change to handle
851 Lisp_Object type tip_frame (was struct frame *) as in xfns.c. 851 Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
852 852
8532000-11-26 Andrew Choi <akochoi@i-cable.com> 8532000-11-26 Andrew Choi <akochoi@i-cable.com>
854 854
855 * src/macterm.c (x_handle_tool_bar_click): 855 * src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
856 (note_tool_bar_highlight): change references to members deleted 856 Change references to members deleted from struct frame as in xterm.c.
857 from struct frame as in xterm.c.
858 857
859 * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of 858 * inc/epaths.h: Set PATH_EXEC to ~emacs/mac instead of
860 ~emacs/mac/bin. 859 ~emacs/mac/bin.
861 860
8622000-10-25 Andrew Choi <akochoi@i-cable.com> 8612000-10-25 Andrew Choi <akochoi@i-cable.com>
863 862
864 * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml. 863 * cw5-mcp.xml: Renamed from emacs-cw5.mcp.xml.
865 864
866 * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml. 865 * cw6-mcp.xml: Renamed from emacs-cw6.mcp.xml.
867 866
868 * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h. 867 * inc/defs-cw5.h: Renamed from inc/cmdline-defs-cw5.h.
869 868
870 * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h. 869 * inc/defs-cw6.h: Renamed from inc/cmdline-defs-cw6.h.
871 870
8722000-10-24 Andrew Choi <akochoi@i-cable.com> 8712000-10-24 Andrew Choi <akochoi@i-cable.com>
873 872
874 * src/macterm.c (XTread_socket): check whether Lisp variable 873 * src/macterm.c (XTread_socket): Check whether Lisp variable
875 mac-ready-for-drag-n-drop is bound rather than non-nil value. 874 mac-ready-for-drag-n-drop is bound rather than non-nil value.
876 875
8772000-10-20 Andrew Choi <akochoi@users.sourceforge.net> 8762000-10-20 Andrew Choi <akochoi@users.sourceforge.net>