comparison mac/ChangeLog @ 87612:5452369c6c1d

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 07 Jan 2008 15:04:08 +0000
parents 305e4c696d79
children 107ccd98fa12
comparison
equal deleted inserted replaced
87611:a13ae3fa4361 87612:5452369c6c1d
164 descriptions about C-g and supported image types. 164 descriptions about C-g and supported image types.
165 165
166 2005-10-20 Bryan D. O'Connor <bryan@lunch.org> (tiny change) 166 2005-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
171 2005-09-24 Eli Zaretskii <eliz@gnu.org> 171 2005-09-24 Eli Zaretskii <eliz@gnu.org>
172 172
173 * INSTALL (NOTES): Update the list of versions of MacOS on which 173 * INSTALL (NOTES): Update the list of versions of MacOS on which
174 Emacs should build. 174 Emacs should build.
354 specifying build directory fails. 354 specifying build directory fails.
355 355
356 2003-01-07 Steven Tamm <steventamm@mac.com> 356 2003-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
369 2003-01-01 Steven Tamm <steventamm@mac.com> 369 2003-01-01 Steven Tamm <steventamm@mac.com>
370 370
371 * make-package: Now copies License and ReadMe files into the 371 * make-package: Now copies License and ReadMe files into the
372 Resources directory. Reduces overhead size when creating 372 Resources directory. Reduces overhead size when creating
456 with X Window installed. 456 with X Window installed.
457 457
458 2002-07-31 Andrew Choi <akochoi@shaw.ca> 458 2002-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
465 2002-07-11 Andrew Choi <akochoi@shaw.ca> 465 2002-07-11 Andrew Choi <akochoi@shaw.ca>
466 466
515 * INSTALL: Add installation instructions for Mac OS X. 515 * INSTALL: Add installation instructions for Mac OS X.
516 516
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
522 2002-04-12 Andrew Choi <akochoi@shaw.ca> 522 2002-04-12 Andrew Choi <akochoi@shaw.ca>
523 523
524 * src/mac.c (select): Under Carbon, always return true so 524 * src/mac.c (select): Under Carbon, always return true so
525 XTread_socket is called to poll input. 525 XTread_socket is called to poll input.
657 The following changes are made to clean up the various internal 657 The following changes are made to clean up the various internal
658 references to the fringes to actually use the term `fringe'. 658 references to the fringes to actually use the term `fringe'.
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.
672 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS. 672 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
673 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH. 673 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
841 Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts 841 Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
842 from ksc5601 to ksc5601.1989. 842 from ksc5601 to ksc5601.1989.
843 843
844 2000-12-12 Andrew Choi <akochoi@i-cable.com> 844 2000-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
853 2000-11-26 Andrew Choi <akochoi@i-cable.com> 853 2000-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. 857
858 858 * inc/epaths.h: Set PATH_EXEC to ~emacs/mac instead of
859 * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
860 ~emacs/mac/bin. 859 ~emacs/mac/bin.
861 860
862 2000-10-25 Andrew Choi <akochoi@i-cable.com> 861 2000-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
872 2000-10-24 Andrew Choi <akochoi@i-cable.com> 871 2000-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
877 2000-10-20 Andrew Choi <akochoi@users.sourceforge.net> 876 2000-10-20 Andrew Choi <akochoi@users.sourceforge.net>
878 877
879 * INSTALL: New file. 878 * INSTALL: New file.