]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 3 Jan 2003 16:05:51 +0000 (16:05 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 3 Jan 2003 16:05:51 +0000 (16:05 +0000)
mac/ChangeLog

index 27f8d67d5b22344653453364ce6f07d598a5c4eb..a86937d90d8fc9041218bdbd30d5bcd60284a114 100644 (file)
@@ -2,27 +2,27 @@
 
        * make-package: Now copies License and ReadMe files into the
        Resources directory.  Reduces overhead size when creating
-       installer disk image 
+       installer disk image.
 
 2002-12-29  Steven Tamm  <steventamm@mac.com>
 
        * make-package: Defaults to building the source tree in a
        separate directory.  Use the new option --build-in-place to
        have old behavior.  Added new option --build-dir to specify the
-       build directory
+       build directory.
 
 2002-12-27  Steven Tamm  <steventamm@mac.com>
 
        * make-package: Fix typo where tmpparent was used instead of
-       tempparent for calculating installedSize and compressedSize
-       
+       tempparent for calculating installedSize and compressedSize.
+
 2002-12-10  Andreas Schwab  <schwab@suse.de>
 
        * make-package: Fix syntax for find.
 
 2002-12-08  Steven Tamm  <steventamm@mac.com>
 
-       * INSTALL: Added description about make-package
+       * INSTALL: Added description about make-package.
 
        * make-package: Fixed --self-contained option to place the
        directories in the correct locations for
 
        Option --symlink added to reduce disk size by making
        /usr/bin/emacs and the Emacs binary inside the Emacs.app to become
-       symlinks to the emacs-[version] binary.  
+       symlinks to the emacs-[version] binary.
 
        Option --self-contained added to place files shared files
        inside the Emacs.app executable (for portability between systems)
 
-       Added hidden debugging option --keep-dir to keep temporary install 
+       Added hidden debugging option --keep-dir to keep temporary install
        directory (emacs-[version]) around after running script
-       
-       * README: Removed comment about mouse-2 & -3 not working (it does)
+
+       * README: Removed comment about mouse-2 & -3 not working (it does).
 
 2002-10-14  Andreas Schwab  <schwab@suse.de>
 
@@ -75,7 +75,7 @@
 
 2002-10-07  Steven Tamm  <steventamm@mac.com>
 
-       * make-package: Now calls make bootstrap if .elc files are missing
+       * make-package: Now calls make bootstrap if .elc files are missing.
 
 2002-08-27  Andrew Choi  <akochoi@shaw.ca>
 
        locations for mac.c, macfns.c, macgui.h, macmenu.c, macterm.c, and
        macterm.h.  Generate DOC from .el instead of .elc versions of
        files listed in DONTCOMPILE in lisp/Makefile.in.
-       
+
        * INSTALL: Add installation instructions for Mac OS X.
 
        * README: Add information for Mac OS X.
        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.
        (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  <gerd@gnu.org>
 
        * (Version 21.1 released.)
        * src/macterm.c (do_app_resume): Set cursor to arrow.
        (clear_mouse_face): check for NIL Lisp object instead of null
        pointer.
-       
+
        * INSTALL: Delete note on compiling Lisp files on a Unix system.
        Add note on turning off end of line conversion.
 
 
        * src/Emacs.r: Add ALRT resource #129 for alert when there is over
        256 MB RAM.
-       
+
 2001-02-20  Andrew Choi  <akochoi@i-cable.com>
 
        * mac/INSTALL:
 
        * src/macterm.c (x_list_fonts): Protect pattern and newlist from
        garbage collection.
-       
+
        * src/macfns.c (QCconversion): Replaces QCalgorithm.
 
        * src/macfns.c (image_ascent, lookup_image): Adapt to change of
        * src/macterm.c (mac_to_x_fontname): Change charset name of
        Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
        from ksc5601 to ksc5601.1989.
-       
+
 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
 
        * cw5-mcp.xml: add md5.c to project.
        * src/EmacsMPW.r: New file.
 
        * src/chdir.c: New file.
-       
+
        * src/mac.c: New file.
 
        * src/macfns.c: New file.