]> code.delx.au - gnu-emacs/blobdiff - mac/ChangeLog
(flyspell-mode-on): Remove redundant (flyspell-mode-hook) run.
[gnu-emacs] / mac / ChangeLog
index 103500d7830f091d80e8f2e89cd5f7b346866e35..c1f209aaec353ecedec3c071c60d53064cdad5d8 100644 (file)
@@ -1,3 +1,26 @@
+2008-03-13  Glenn Morris  <rgm@gnu.org>
+
+       * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
+       * src/Emacs.r: Set version to 23.0.60.
+
+2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
+
+       * Emacs.app/Contents/Resources/Emacs.icns:
+       * Emacs.app/Contents/Resources/document.icns: Update icon.
+
+2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * INSTALL, README: Only mention MacOSX.
+
+       * cw6-mcp.xml, make-package, makefile.MPW, inc/alloca.h:
+       * inc/config.h, inc/defs-cw6.h, inc/dirent.h, inc/epaths.h:
+       * inc/grp.h, inc/m-mac.h, inc/pwd.h, inc/s-mac.h, inc/termio.h:
+       * inc/utime.h, inc/utsname.h, inc/sys/file.h, inc/sys/ioctl.h:
+       * inc/sys/param.h, inc/sys/stat.h, inc/sys/time.h, inc/sys/types.h:
+       * src/EmacsMPW.r: Remove files for no longer supported pre-MacOSX
+       systems.
+       * inc: Remove directory.
+
 2008-01-04  Glenn Morris  <rgm@gnu.org>
 
        * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
@@ -7,6 +30,35 @@
 
        * INSTALL: Also build and run on Mac OS X 10.5.
 
+2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * inc/config.h: Remove HAVE_X11R5.
+
+2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * makefile.MPW (SOME_MACHINE_OBJECTS): Remove sunfns.o.
+
+2007-09-13  Seiji Zenitani  <zenitani@mac.com>
+            Takanori Yamamoto  <takanori.yamamoto@gmail.com>
+            Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
+
+       * Emacs.app/Contents/Info.plist: Add
+       filetype/extension entries for the document icon.
+       * Emacs.app/Contents/Resources/Emacs.icns: Update.
+       * Emacs.app/Contents/Resources/document.icns: New file.
+
+2007-08-29  Glenn Morris  <rgm@gnu.org>
+
+       * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
+       * src/Emacs.r: Increase version to 23.0.50.
+
+2007-08-29  Karoly Lorentey  <lorentey@elte.hu>
+
+       * makefile.MPW (EmacsObjects): Add terminal.c.x.
+       (callproc.c.x): Add dependencies frame.h, termhooks.h.
+       ({Src}terminal.c.x): New.
+       (shortlisp): Add server.elc and termdev.elc.
+
 2007-07-25  Glenn Morris  <rgm@gnu.org>
 
        * Relicense all FSF files to GPLv3 or later.
        * INSTALL: Fix description about using colors in terminal.
        Fix typos (/Application -> /Applications).
 
+2007-04-26  Glenn Morris  <rgm@gnu.org>
+
+       * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
+       * src/Emacs.r: Increase version to 22.1.50.
+
 2007-04-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * make-package (compver): Don't hardcode processor type.
 2005-10-20  Bryan D. O'Connor  <bryan@lunch.org>  (tiny change)
 
        * make-package: Add a --compressed-dist option to compress info
-       files and .el files that have been byte-compiled. It defaults to "no".
+       files and .el files that have been byte-compiled.  It defaults to "no".
 
 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
 
 2003-01-07  Steven Tamm  <steventamm@mac.com>
 
        * INSTALL: Added documentation about --enable-carbon-app and
-       changed documentation concerning Emacs.app location
+       changed documentation concerning Emacs.app location.
        Removed some of the documentation about make-package that isn't
-       needed
+       needed.
        Changed comment about requiring root permission to install to
-       saying that it might be necessary depending on where you install
-       Refered to /usr caveat in more places
+       saying that it might be necessary depending on where you install.
+       Refered to /usr caveat in more places.
        * make-package (make_options): Use new carbon_appdir option to
        specify directory to install Application and lets the makefile
-       install
+       install.
 
 2003-01-01  Steven Tamm  <steventamm@mac.com>
 
 2002-07-31  Andrew Choi  <akochoi@shaw.ca>
 
        * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist:
-       change creator code from ???? to EMAx.
+       Change creator code from ???? to EMAx.
 
        * INSTALL: Add instructions for building X Window version.
 
        * README: Add information for Mac OS X.
 
        * src/mac.c, inc/macgui.h, src/macfns.c, src/macmenu.c,
-       src/macterm.c, inc/macterm.h: Remove from here and move to src.
+       src/macterm.c, inc/macterm.h: Remove from here and move to src.
 
 2002-04-12  Andrew Choi  <akochoi@shaw.ca>
 
        cursor row is invisible.  This can happen if cursor is on top line
        of a window, and we switch to a buffer with a header line.
 
-2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-22  Pavel Janík  <Pavel@Janik.cz>
 
        * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files.
 
        * src/macfns.c (x_report_frame_params): Make the scroll-bar-width
        frame parameter have a numeric value all the time.
 
-2001-12-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-12-08  Pavel Janík  <Pavel@Janik.cz>
 
        * COPYING: New file.
 
        * src/macterm.c: Merged changes from xterm.c.
        * src/macfns.c: Merged changes from xfns.c.
 
-2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-11-16  Pavel Janík  <Pavel@Janik.cz>
 
        * src/macterm.c (waiting_for_input): Remove unnecessary declaration.
 
 
        * src/macfns.c: Use renamed symbols.
 
-       * src/macterm.c: Comment fixes. 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.
        (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
        (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
 
-       * inc/macterm.h: Comment fixes. Use renamed symbols.
+       * inc/macterm.h: Comment fixes.  Use renamed symbols.
        (fringes_extra): Renamed from flags_areas_extra.
        (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
        (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
 
        * inc/macterm.h (x_display_list): Declare extern.
 
-2001-07-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
+2001-07-20  Pavel Janík  <Pavel@Janik.cz>
 
        * src/macterm.c (xim_open_dpy): Fix typo.
 
 
 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
 
-       * cw5-mcp.xml: add md5.c to project.
+       * cw5-mcp.xml: Add md5.c to project.
 
-       * cw6-mcp.xml: add md5.c to project.
+       * cw6-mcp.xml: Add md5.c to project.
 
-       * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
+       * src/macfns.c (x_create_tip_frame, Fx_hide_tip): Change to handle
        Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
 
 2000-11-26  Andrew Choi  <akochoi@i-cable.com>
 
-       * src/macterm.c (x_handle_tool_bar_click):
-       (note_tool_bar_highlight): change references to members deleted
-       from struct frame as in xterm.c.
+       * src/macterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
+       Change references to members deleted from struct frame as in xterm.c.
 
-       * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
+       * inc/epaths.h: Set PATH_EXEC to ~emacs/mac instead of
        ~emacs/mac/bin.
 
 2000-10-25  Andrew Choi  <akochoi@i-cable.com>
 
-       * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
+       * cw5-mcp.xml: Renamed from emacs-cw5.mcp.xml.
 
-       * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
+       * cw6-mcp.xml: Renamed from emacs-cw6.mcp.xml.
 
-       * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
+       * inc/defs-cw5.h: Renamed from inc/cmdline-defs-cw5.h.
 
-       * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
+       * inc/defs-cw6.h: Renamed from inc/cmdline-defs-cw6.h.
 
 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
 
-       * src/macterm.c (XTread_socket): check whether Lisp variable
+       * src/macterm.c (XTread_socket): Check whether Lisp variable
        mac-ready-for-drag-n-drop is bound rather than non-nil value.
 
 2000-10-20  Andrew Choi  <akochoi@users.sourceforge.net>
        * src/macterm.c: New file.
 
 ;; Local Variables:
-;; coding: iso-2022-7bit
+;; coding: utf-8
 ;; add-log-time-zone-rule: t
 ;; End: