diff options
| author | Juanma Barranquero | 2003-01-03 16:05:51 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-01-03 16:05:51 +0000 |
| commit | d06806606074201415aa3e240218efa3a90e8823 (patch) | |
| tree | 905fd543c7ab6609a8a78c2f5d12d2ac93916f37 /mac | |
| parent | c335883f9f5a3889f166c75ce4cd3dfb60c4d962 (diff) | |
| download | emacs-d06806606074201415aa3e240218efa3a90e8823.tar.gz emacs-d06806606074201415aa3e240218efa3a90e8823.zip | |
*** empty log message ***
Diffstat (limited to 'mac')
| -rw-r--r-- | mac/ChangeLog | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index 27f8d67d5b2..a86937d90d8 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -2,27 +2,27 @@ | |||
| 2 | 2 | ||
| 3 | * make-package: Now copies License and ReadMe files into the | 3 | * make-package: Now copies License and ReadMe files into the |
| 4 | Resources directory. Reduces overhead size when creating | 4 | Resources directory. Reduces overhead size when creating |
| 5 | installer disk image | 5 | installer disk image. |
| 6 | 6 | ||
| 7 | 2002-12-29 Steven Tamm <steventamm@mac.com> | 7 | 2002-12-29 Steven Tamm <steventamm@mac.com> |
| 8 | 8 | ||
| 9 | * make-package: Defaults to building the source tree in a | 9 | * make-package: Defaults to building the source tree in a |
| 10 | separate directory. Use the new option --build-in-place to | 10 | separate directory. Use the new option --build-in-place to |
| 11 | have old behavior. Added new option --build-dir to specify the | 11 | have old behavior. Added new option --build-dir to specify the |
| 12 | build directory | 12 | build directory. |
| 13 | 13 | ||
| 14 | 2002-12-27 Steven Tamm <steventamm@mac.com> | 14 | 2002-12-27 Steven Tamm <steventamm@mac.com> |
| 15 | 15 | ||
| 16 | * make-package: Fix typo where tmpparent was used instead of | 16 | * make-package: Fix typo where tmpparent was used instead of |
| 17 | tempparent for calculating installedSize and compressedSize | 17 | tempparent for calculating installedSize and compressedSize. |
| 18 | 18 | ||
| 19 | 2002-12-10 Andreas Schwab <schwab@suse.de> | 19 | 2002-12-10 Andreas Schwab <schwab@suse.de> |
| 20 | 20 | ||
| 21 | * make-package: Fix syntax for find. | 21 | * make-package: Fix syntax for find. |
| 22 | 22 | ||
| 23 | 2002-12-08 Steven Tamm <steventamm@mac.com> | 23 | 2002-12-08 Steven Tamm <steventamm@mac.com> |
| 24 | 24 | ||
| 25 | * INSTALL: Added description about make-package | 25 | * INSTALL: Added description about make-package. |
| 26 | 26 | ||
| 27 | * make-package: Fixed --self-contained option to place the | 27 | * make-package: Fixed --self-contained option to place the |
| 28 | directories in the correct locations for | 28 | directories in the correct locations for |
| @@ -51,15 +51,15 @@ | |||
| 51 | 51 | ||
| 52 | Option --symlink added to reduce disk size by making | 52 | Option --symlink added to reduce disk size by making |
| 53 | /usr/bin/emacs and the Emacs binary inside the Emacs.app to become | 53 | /usr/bin/emacs and the Emacs binary inside the Emacs.app to become |
| 54 | symlinks to the emacs-[version] binary. | 54 | symlinks to the emacs-[version] binary. |
| 55 | 55 | ||
| 56 | Option --self-contained added to place files shared files | 56 | Option --self-contained added to place files shared files |
| 57 | inside the Emacs.app executable (for portability between systems) | 57 | inside the Emacs.app executable (for portability between systems) |
| 58 | 58 | ||
| 59 | Added hidden debugging option --keep-dir to keep temporary install | 59 | Added hidden debugging option --keep-dir to keep temporary install |
| 60 | directory (emacs-[version]) around after running script | 60 | directory (emacs-[version]) around after running script |
| 61 | 61 | ||
| 62 | * README: Removed comment about mouse-2 & -3 not working (it does) | 62 | * README: Removed comment about mouse-2 & -3 not working (it does). |
| 63 | 63 | ||
| 64 | 2002-10-14 Andreas Schwab <schwab@suse.de> | 64 | 2002-10-14 Andreas Schwab <schwab@suse.de> |
| 65 | 65 | ||
| @@ -75,7 +75,7 @@ | |||
| 75 | 75 | ||
| 76 | 2002-10-07 Steven Tamm <steventamm@mac.com> | 76 | 2002-10-07 Steven Tamm <steventamm@mac.com> |
| 77 | 77 | ||
| 78 | * make-package: Now calls make bootstrap if .elc files are missing | 78 | * make-package: Now calls make bootstrap if .elc files are missing. |
| 79 | 79 | ||
| 80 | 2002-08-27 Andrew Choi <akochoi@shaw.ca> | 80 | 2002-08-27 Andrew Choi <akochoi@shaw.ca> |
| 81 | 81 | ||
| @@ -143,7 +143,7 @@ | |||
| 143 | locations for mac.c, macfns.c, macgui.h, macmenu.c, macterm.c, and | 143 | locations for mac.c, macfns.c, macgui.h, macmenu.c, macterm.c, and |
| 144 | macterm.h. Generate DOC from .el instead of .elc versions of | 144 | macterm.h. Generate DOC from .el instead of .elc versions of |
| 145 | files listed in DONTCOMPILE in lisp/Makefile.in. | 145 | files listed in DONTCOMPILE in lisp/Makefile.in. |
| 146 | 146 | ||
| 147 | * INSTALL: Add installation instructions for Mac OS X. | 147 | * INSTALL: Add installation instructions for Mac OS X. |
| 148 | 148 | ||
| 149 | * README: Add information for Mac OS X. | 149 | * README: Add information for Mac OS X. |
| @@ -290,7 +290,7 @@ | |||
| 290 | references to the fringes to actually use the term `fringe'. | 290 | references to the fringes to actually use the term `fringe'. |
| 291 | 291 | ||
| 292 | * src/macfns.c: Use renamed symbols. | 292 | * src/macfns.c: Use renamed symbols. |
| 293 | 293 | ||
| 294 | * src/macterm.c: Comment fixes. Use renamed symbols. | 294 | * src/macterm.c: Comment fixes. Use renamed symbols. |
| 295 | (fringe_bitmap_type): Renamed from bitmap_type. | 295 | (fringe_bitmap_type): Renamed from bitmap_type. |
| 296 | (NO_FRINGE_BITMAP): Renamed from NO_BITMAP. | 296 | (NO_FRINGE_BITMAP): Renamed from NO_BITMAP. |
| @@ -305,7 +305,7 @@ | |||
| 305 | (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH. | 305 | (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH. |
| 306 | (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH. | 306 | (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH. |
| 307 | (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH. | 307 | (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH. |
| 308 | 308 | ||
| 309 | 2001-10-20 Gerd Moellmann <gerd@gnu.org> | 309 | 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
| 310 | 310 | ||
| 311 | * (Version 21.1 released.) | 311 | * (Version 21.1 released.) |
| @@ -410,7 +410,7 @@ | |||
| 410 | * src/macterm.c (do_app_resume): Set cursor to arrow. | 410 | * src/macterm.c (do_app_resume): Set cursor to arrow. |
| 411 | (clear_mouse_face): check for NIL Lisp object instead of null | 411 | (clear_mouse_face): check for NIL Lisp object instead of null |
| 412 | pointer. | 412 | pointer. |
| 413 | 413 | ||
| 414 | * INSTALL: Delete note on compiling Lisp files on a Unix system. | 414 | * INSTALL: Delete note on compiling Lisp files on a Unix system. |
| 415 | Add note on turning off end of line conversion. | 415 | Add note on turning off end of line conversion. |
| 416 | 416 | ||
| @@ -441,7 +441,7 @@ | |||
| 441 | 441 | ||
| 442 | * src/Emacs.r: Add ALRT resource #129 for alert when there is over | 442 | * src/Emacs.r: Add ALRT resource #129 for alert when there is over |
| 443 | 256 MB RAM. | 443 | 256 MB RAM. |
| 444 | 444 | ||
| 445 | 2001-02-20 Andrew Choi <akochoi@i-cable.com> | 445 | 2001-02-20 Andrew Choi <akochoi@i-cable.com> |
| 446 | 446 | ||
| 447 | * mac/INSTALL: | 447 | * mac/INSTALL: |
| @@ -459,7 +459,7 @@ | |||
| 459 | 459 | ||
| 460 | * src/macterm.c (x_list_fonts): Protect pattern and newlist from | 460 | * src/macterm.c (x_list_fonts): Protect pattern and newlist from |
| 461 | garbage collection. | 461 | garbage collection. |
| 462 | 462 | ||
| 463 | * src/macfns.c (QCconversion): Replaces QCalgorithm. | 463 | * src/macfns.c (QCconversion): Replaces QCalgorithm. |
| 464 | 464 | ||
| 465 | * src/macfns.c (image_ascent, lookup_image): Adapt to change of | 465 | * src/macfns.c (image_ascent, lookup_image): Adapt to change of |
| @@ -472,7 +472,7 @@ | |||
| 472 | * src/macterm.c (mac_to_x_fontname): Change charset name of | 472 | * src/macterm.c (mac_to_x_fontname): Change charset name of |
| 473 | Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts | 473 | Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts |
| 474 | from ksc5601 to ksc5601.1989. | 474 | from ksc5601 to ksc5601.1989. |
| 475 | 475 | ||
| 476 | 2000-12-12 Andrew Choi <akochoi@i-cable.com> | 476 | 2000-12-12 Andrew Choi <akochoi@i-cable.com> |
| 477 | 477 | ||
| 478 | * cw5-mcp.xml: add md5.c to project. | 478 | * cw5-mcp.xml: add md5.c to project. |
| @@ -565,7 +565,7 @@ | |||
| 565 | * src/EmacsMPW.r: New file. | 565 | * src/EmacsMPW.r: New file. |
| 566 | 566 | ||
| 567 | * src/chdir.c: New file. | 567 | * src/chdir.c: New file. |
| 568 | 568 | ||
| 569 | * src/mac.c: New file. | 569 | * src/mac.c: New file. |
| 570 | 570 | ||
| 571 | * src/macfns.c: New file. | 571 | * src/macfns.c: New file. |