/[emacs]/emacs/mac/ChangeLog
ViewVC logotype

Diff of /emacs/mac/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26