root/trunk/mac/ChangeLog

Revision 4220, 29.5 kB (checked in by miyoshi, 8 months ago)

Sync up with Emacs22.2.

  • Property svn:eol-style set to native
Line 
1 2008-03-26  Chong Yidong  <cyd@stupidchicken.com>
2
3         * Version 22.2 released.
4
5 2008-01-04  Glenn Morris  <rgm@gnu.org>
6
7         * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
8         * src/Emacs.r: Update copyright to 2008.
9
10 2007-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11
12         * INSTALL: Also build and run on Mac OS X 10.5.
13
14 2007-07-25  Glenn Morris  <rgm@gnu.org>
15
16         * Relicense all FSF files to GPLv3 or later.
17
18         * COPYING: Switch to GPLv3.
19
20 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
21
22         * Version 22.1 released.
23
24 2007-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25
26         * INSTALL: Add note about moving self-contained application bundle
27         to non-ASCII directory.
28
29 2007-04-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30
31         * INSTALL: Fix description about using colors in terminal.
32         Fix typos (/Application -> /Applications).
33
34 2007-04-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
35
36         * make-package (compver): Don't hardcode processor type.
37
38 2007-03-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
39
40         * makefile.MPW (dired.c.x, editfns.c.x, fileio.c.x, lread.c.x)
41         (print.c.x, term.c.x): Depend on BLOCKINPUT_H_GROUP.
42
43 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
44
45         * inc/config.h: Sync with src/config.in.
46
47 2007-01-30  Piet van Oostrum  <piet@cs.uu.nl>
48
49         * make-package (compver): Install info and manpages.
50
51 2006-12-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
52
53         * inc/config.h: Sync with src/config.in.
54
55 2006-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
56
57         * INSTALL: Add descriptions about configuration and invocation.
58         Capitalize `Carbon'.
59
60 2006-11-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
61
62         * inc/config.h: Sync with src/config.in.
63
64 2006-11-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
65
66         * INSTALL: Remove descriptions about --without-x.  Remove
67         --without-carbon from configure options for X11 build.
68
69 2006-09-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
70
71         * INSTALL: Remove descriptions about experimental flags.
72
73         * inc/config.h: Sync with src/config.in.
74
75         * src/Emacs.r (M_APPLE): New define.
76         (MENU): Use it.
77
78 2006-09-15  Jay Belanger  <belanger@truman.edu>
79
80         * COPYING: Replace "Library Public License" by "Lesser Public
81         License" throughout.
82
83 2006-07-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
84
85         * makefile.MPW (dired.c.x, editfns.c.x, fileio.c.x):
86         Depend on blockinput.h.
87
88 2006-07-12  Kim F. Storm  <storm@cua.dk>
89
90         * INSTALL: More cleanup related to last change.
91
92 2006-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
93
94         * INSTALL: Remove descriptions about Metrowerks CodeWarrior.  Fix URL
95         for GNU-fonts.smi.bin.  USE_ATSUI is enabled by default on Mac OS X.
96
97         * README: Remove descriptions about Metrowerks CodeWarrior.
98
99 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
100
101         * makefile.MPW (SOME_MACHINE_LISP): Add fringe.elc.
102
103 2006-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
104
105         * inc/config.h (pid_t): Define to int.
106
107 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
108
109         * makefile.MPW (shortlisp, SOME_MACHINE_LISP): Sync with
110         src/Makefile.in.
111
112 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
113
114         * makefile.MPW (macselect.c.x): Depend on keymap.h.
115
116 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
117
118         * Emacs.app/Contents/Info.plist: Add CFBundleURLTypes key and
119         data.  Make NSServices open-selection the first entry.
120
121 2005-11-09  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
122
123         * makefile.MPW (shortlisp): Sync with src/Makefile.in.
124
125 2005-10-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
126
127         * INSTALL: Replace `Mac OS 8/9' with `Mac OS Classic'.  Add
128         `FIXME' to descriptions about Metrowerks CodeWarrior.  Remove
129         obsolete description about 512MB limit and icon on Mac OS Classic.
130         Add description about flags for experimental features.
131
132         * README: Replace `Mac OS 8/9' with `Mac OS Classic'.  Add `FIXME'
133         to descriptions about Metrowerks CodeWarrior.  Remove obsolete
134         descriptions about C-g and supported image types.
135
136 2005-10-20  Bryan D. O'Connor  <bryan@lunch.org>  (tiny change)
137
138         * make-package: Add a --compressed-dist option to compress info
139         files and .el files that have been byte-compiled. It defaults to "no".
140
141 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
142
143         * INSTALL (NOTES): Update the list of versions of MacOS on which
144         Emacs should build.
145
146         * README: Remove a link to ftp://ftp.gnu.org/gnu/mac/emacs/ (which
147         does not exist).
148
149 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
150
151         * inc/config.h: Sync with src/config.in.
152
153 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
154
155         * Emacs.app/Contents/Info.plist (mail-to, mail-selection): New
156         NSServices.
157
158 2005-07-04  Lute Kamstra  <lute@gnu.org>
159
160         Update FSF's address in GPL notices.
161
162 2005-06-08  Steven Tamm  <steventamm@mac.com>
163
164         * INSTALL: Explain that a universal binary cannot be created and
165         builds for on emachine cannot be targeted to the other.
166         * README: Add Universal Binary to the Todo List.
167
168 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
169
170         * makefile.MPW (buildobj.lst): New target.
171         (Clean): Delete file buildobj.lst.
172         (Emacs, {DocTarget}DOC): Depend on buildobj.lst.
173         (EmacsSource, MacSource, LispSource, LispSourceDontCompile):
174         Remove variables.
175         (SOME_MACHINE_OBJECTS, shortlisp, SOME_MACHINE_LISP):
176         New variables.
177         ({DocTarget}DOC): Use them.
178         (Make-DocFile-PPCCOptions): Add `-d MAC_OS -d MAC_OS8'.
179
180         * inc/config.h: Sync with src/config.in.
181         (DO_BLOCK_INPUT, HAVE_DIFFTIME, HAVE_LOCALE_H, HAVE_MEMCMP)
182         (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_SETITIMER)
183         (HAVE_SIZE_T, HAVE_SYS_IOCTL_H, HAVE_SYS_PARAM_H, HAVE_SYS_STAT_H)
184         (HAVE_SYS_TYPES_H, TIME_WITH_SYS_TIME, SYNC_INPUT): Define them.
185         [__MRC__] (HAVE_ALLOCA_H): Likewise.
186         (config_machfile, config_opsysfile, my_strftime): New macros.
187         (HAVE_PWD_H): Move from s-mac.h.
188         (HAVE_ALLOCA, C_ALLOCA): Move from m-mac.h.
189         (PTR): Move to s-mac.h.
190
191         * inc/m-mac.h (HAVE_ALLOCA, C_ALLOCA): Move to config.h.
192
193         * inc/s-mac.h: Sync with src/s/template.h.  Don't include fcntl.h,
194         time.h, or signal.h.
195         (index, rindex): New macros.
196         [__MRC__] (sigmask, __signal_max, NSIG): Adjust signal numbers for
197         compatibility with predefined ones.
198         (PTR): Move from s-mac.h.
199         (HAVE_PWD_H): Move to config.h.
200         (volatile): Remove macro.
201         [__MRC__] (strftime): Likewise.
202         (read_input_waiting, sys_gmtime, sys_localtime, sys_ctime)
203         (sys_time, sys_signal, atof): Remove declarations.
204
205         * inc/sys/time.h (ITIMER_REAL): New macro.
206         (struct itimerval): New struct.
207         (setitimer): New extern.
208
209 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
210
211         * inc/config.h [HAVE_CARBON] (USE_TOOLKIT_SCROLL_BARS): Define.
212
213 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
214
215         * makefile.MPW (MacObjects): Add macselect.c.x.
216         (macselect.c.x): New target.
217         (mac.c): Fix dependency.
218
219         * Emacs.app/Contents/Info.plist: Add NSServices key and data.
220
221         * inc/s-mac.h (HAVE_PWD_H): Define.
222
223 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
224
225         * makefile.MPW (NonCarbonLibs): Add LocalesLib.  Delete
226         TextEncodingConverter.
227
228 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
229
230         * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
231         (CFBundleShortVersionString, CFBundleGetInfoString): Fix version
232         number and copyright.
233
234         * Emacs.r (DITL, vers): Likewise.
235
236 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
237
238         * Emacs.app/Contents/Info.plist (CFBundleIdentifier): Change to
239         org.gnu.Emacs.
240
241 2005-03-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
242
243         * INSTALL: Mention new target `NonCarbon'.
244
245 2005-03-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
246
247         * makefile.MPW (NonCarbon): New target.  The target `Emacs' is now
248         used for the Carbon build that defines HAVE_CARBON.
249
250         * inc/config.h (HAVE_STDLIB_H): Define to 1.
251
252         * src/EmacsMPW.r (SIZE): Increase preferred memory size to 32MB.
253         [HAVE_CARBON] (crfg): New resource for extra stack space.
254
255 2004-12-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
256
257         * makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
258         lastfile.c.x.
259         (PPCCOptions): Add -alloca.
260         (EmacsObjects): Remove alloca.c.x.  Add fringe.c.x, image.c.x, and
261         lastfile.c.x.
262         (Emacs MPW): Add QuickTimeLib.
263         (EmacsSource): Remove alloca.c.  Add fringe.c, image.c, and
264         lastfile.c.
265         (LispSource): Fix pathnames for byte-run.elc, float-sup.elc, and
266         map-ynp.elc.
267         * inc/config.h (USE_LSB_TAG) [__MRC__]: Define.
268         (UNEXEC_SRC): Close comment.
269         * inc/epaths.h (PATH_BITMAPS, PATH_GAME): New defines.
270         * inc/m-mac.h (HAVE_ALLOCA) [__MRC__]: Define.
271         (C_ALLOCA) [__MRC__]: Don't define.
272         * inc/s-mac.h (X_OK): New define.
273         (DECL_ALIGN) [USE_LSB_TAG && __MRC__]: New macro.
274         (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
275
276 2004-05-29  Steven Tamm  <steventamm@mac.com>
277
278         * INSTALL: Fixing typos
279         * README: Updating list of TODOs to remove image support and
280         environment variable problem.
281
282 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
283
284         * src/Emacs.r: Update TOO_MUCH_RAM error message.
285
286 2003-11-22  Lars Hansen  <larsh@math.ku.dk>
287
288         * inc/grp.h: Added.
289
290 2003-11-02  Andrew Choi  <akochoi@shaw.ca>
291
292         * src/Emacs.r [!TARGET_API_MAC_CARBON]: Don't define hfdr resource.
293         * Emacs.app/Contents/Resources/Emacs.rsrc: Remove.
294
295 2003-10-31  Andrew Choi  <akochoi@shaw.ca>
296
297         * INSTALL: Add Nozomu Ando's changes to instructions for
298         installing on X Window (that static libraries are no longer
299         necessary after his changes to src/unexmacosx.c).
300
301 2003-04-28  Andrew Choi  <akochoi@shaw.ca>
302
303         * make-package: Allocate 5% extra space on disk image for
304         directories and partition tables.
305
306 2003-04-04  Steven Tamm  <steventamm@mac.com>
307
308         * make-package: Place libexec executables directly under the
309         Contents/MacOS/libexec if the application is self-contained
310
311 2003-04-01  Kim F. Storm  <storm@cua.dk>
312
313         * makefile.MPW (frame.c.x): Add dependency on BLOCKINPUT_H_GROUP.
314         (xdisp.c.x): Fix to use BLOCKINPUT_H_GROUP.
315
316 2003-03-21  Kim F. Storm  <storm@cua.dk>
317
318         * makefile.MPW (xdisp.c.x): Add dependency on blockinput.h and
319         files included from it.  Add dependency on keymap.h.
320
321 2003-01-14  Steven Tamm  <steventamm@mac.com>
322
323         * make-package: Fixed problem where the building without
324         specifying build directory fails.
325
326 2003-01-07  Steven Tamm  <steventamm@mac.com>
327
328         * INSTALL: Added documentation about --enable-carbon-app and
329         changed documentation concerning Emacs.app location
330         Removed some of the documentation about make-package that isn't
331         needed
332         Changed comment about requiring root permission to install to
333         saying that it might be necessary depending on where you install
334         Refered to /usr caveat in more places
335         * make-package (make_options): Use new carbon_appdir option to
336         specify directory to install Application and lets the makefile
337         install
338
339 2003-01-01  Steven Tamm  <steventamm@mac.com>
340
341         * make-package: Now copies License and ReadMe files into the
342         Resources directory.  Reduces overhead size when creating
343         installer disk image.
344
345 2002-12-29  Steven Tamm  <steventamm@mac.com>
346
347         * make-package: Defaults to building the source tree in a
348         separate directory.  Use the new option --build-in-place to
349         have old behavior.  Added new option --build-dir to specify the
350         build directory.
351
352 2002-12-27  Steven Tamm  <steventamm@mac.com>
353
354         * make-package: Fix typo where tmpparent was used instead of
355         tempparent for calculating installedSize and compressedSize.
356
357 2002-12-10  Andreas Schwab  <schwab@suse.de>
358
359         * make-package: Fix syntax for find.
360
361 2002-12-08  Steven Tamm  <steventamm@mac.com>
362
363         * INSTALL: Added description about make-package.
364
365         * make-package: Fixed --self-contained option to place the
366         directories in the correct locations for
367         init_mac_osx_environment and use hardlink by default for the
368         application.  Script fails with invalid option.
369
370 2002-12-02  Andrew Choi  <akochoi@shaw.ca>
371
372         * make-bin-dist, osx-install: Remove.
373
374         * INSTALL: Remove description of make-bin-dist and osx-install.
375
376 2002-12-02  Steven Tamm  <steventamm@mac.com>
377
378         * make-package (installprefix): Switched copying of .el files
379         to be on by default.  Removed symlink for emacs -> emacs-version.
380
381 2002-11-30  Steven Tamm  <steventamm@mac.com>
382
383         * make-package: Now compresses .pax file instead of entire disk
384         image to reduce installer size on disk.  Also added code to
385         create compressed disk image in the future.
386
387         No longer copies .el files that have been compiled by default.
388         Use --full-dist option to include them.
389
390         Option --symlink added to reduce disk size by making
391         /usr/bin/emacs and the Emacs binary inside the Emacs.app to become
392         symlinks to the emacs-[version] binary.
393
394         Option --self-contained added to place files shared files
395         inside the Emacs.app executable (for portability between systems)
396
397         Added hidden debugging option --keep-dir to keep temporary install
398         directory (emacs-[version]) around after running script
399
400         * README: Removed comment about mouse-2 & -3 not working (it does).
401
402 2002-10-14  Andreas Schwab  <schwab@suse.de>
403
404         * make-package: Fix syntax for find.
405
406 2002-10-08  Steven Tamm  <steventamm@mac.com>
407
408         * make-package: Added ability to pass command line options
409         through to make and configure (-m, & -c,).
410         Added option to not copy Application into installer, the default
411         for X11 builds.  Does not copy CVS directories into installer.
412         Clarified some of the usage notes.
413
414 2002-10-07  Steven Tamm  <steventamm@mac.com>
415
416         * make-package: Now calls make bootstrap if .elc files are missing.
417
418 2002-08-27  Andrew Choi  <akochoi@shaw.ca>
419
420         * INSTALL: Add information on starting Emacs as a GUI application
421         from the terminal.
422
423 2002-08-15  Andrew Choi  <akochoi@shaw.ca>
424
425         * INSTALL: Add instructions for building Carbon version on Macs
426         with X Window installed.
427
428 2002-07-31  Andrew Choi  <akochoi@shaw.ca>
429
430         * Emacs.app/Contents/PkgInfo, Emacs.app/Contents/Info.plist:
431         change creator code from ???? to EMAx.
432
433         * INSTALL: Add instructions for building X Window version.
434
435 2002-07-11  Andrew Choi  <akochoi@shaw.ca>
436
437         * make-package: Change -a option to -R for cp command.
438
439 2002-07-05  Andrew Choi  <akochoi@shaw.ca>
440
441         * make-package: Add ability to handle options --help, --prefix,
442         --no-conf, and --with-x.
443
444 2002-07-04  Andrew Choi  <akochoi@shaw.ca>
445
446         * make-package: New file.
447
448 2002-07-01  Andrew Choi  <akochoi@shaw.ca>
449
450         * Emacs.app/Contents/Resources/Emacs.icns: New file.
451
452         * Emacs.app/Contents/Info.plist: Add CFBundleDocumentTypes and
453         CFBundleIconFile entries.
454
455 2002-04-13  Andrew Choi  <akochoi@shaw.ca>
456
457         * Emacs.app/Contents/Info.plist: New file.
458
459         * Emacs.app/Contents/PkgInfo: New file.
460
461         * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings:
462         New file.
463
464         * cw5-mcp.xml: Remove file.
465
466         * inc/defs-cw5.h: Remove file.
467
468         * cw6-mcp.xml: Update with new version.
469
470         * mac/inc/defs-cw6.h: New constant MAC_OS8.  Remove definition
471         of constant CODEWARRIOR_VERSION_6.
472
473         * mac/src/mac.c:
474         * mac/src/macmenu.c:
475         * mac/src/macterm.c:
476         Test constant __MSL__ instead of CODEWARRIOR_VERSION_6.
477
478         * src/Carbon.r: New File.
479
480         * makefile.MPW: Define MAC_OS and MAC_OS8.  Update with change of
481         locations for mac.c, macfns.c, macgui.h, macmenu.c, macterm.c, and
482         macterm.h.  Generate DOC from .el instead of .elc versions of
483         files listed in DONTCOMPILE in lisp/Makefile.in.
484
485         * INSTALL: Add installation instructions for Mac OS X.
486
487         * README: Add information for Mac OS X.
488
489         * src/mac.c, inc/macgui.h, src/macfns.c, src/macmenu.c,
490         src/macterm.c, inc/macterm.h: Remove from here and move to src.
491
492 2002-04-12  Andrew Choi  <akochoi@shaw.ca>
493
494         * src/mac.c (select): Under Carbon, always return true so
495         XTread_socket is called to poll input.
496         (run_mac_command): Not implemented under Carbon.
497         (get_wd): Call PBHGetVolSync and path_from_vol_dir_name to
498         establish pathname.
499         (do_applescript): Use Carbon routines AEGetDescDatASize and
500         AEGetDescData.
501         (Fmac_paste_function): Use Carbon routines GetCurrentScrap,
502         GetScrapFlavorFlags, GetScrapFlavorSize, and GetScrapFlavorData.
503         (Fmac_cut_function): Use Carbon routines ClearCurrentScrap,
504         GetCurrentScrap, and PutScrapFlavor.
505         (Fx_selection_exists_p): Use Carbon routines GetCurrentScrap and
506         GetScrapFlavorFlags.
507
508         * src/macfns.c: Synchronize with changes in w32fns.c.
509         [MAC_OSX]: Include Carbon headers.
510         (x_real_positions): Use Carbon routine GetWindowPortBounds.
511         (x_set_scroll_bar_width): Set width of scroll bar to 16.
512         (x_make_gc): Remove static qualifier.
513
514         * src/macmenu.c: Synchronize with changes in w32menu.c.
515         [MAC_OSX]: Include Carbon headers.
516         (set_frame_menubar): Check equality of vector representation of
517         scroll bars using Fequal instead of EQ.
518         (mac_menu_show): Use Carbon routine GetWindowPort.
519         (mac_dialog): Likewise.
520         (add_menu_item): Use Carbon routines CountMenuItems,
521         EnableMenuItem, and DisableMenuItem.
522
523         * src/macterm.c: Synchronize with changes in w32term.c.
524         [MAC_OSX]: Include Carbon headers.
525         (XDrawLine): Use Carbon routine GetWindowPort.
526         (XClearArea): Likewise.
527         (XClearWindow): Use Carbon routines GetWindowPort and
528         GetWindowPortBounds.
529         (mac_draw_bitmap): Use Carbon routines GetWindowPort and
530         GetPortPixMap.
531         (mac_set_clip_rectangle): Use Carbon routine GetWindowPort.
532         (mac_reset_clipping): Use Carbon routine GetWindowPort.
533         (XFillRectangle): Likewise.
534         (mac_draw_rectangle): Likewise.
535         (mac_draw_rectangle_to_pixmap): Likewise.
536         (mac_draw_string_common): Likewise.
537         (mac_copy_area): Use Carbon routines GetWindowPort and
538         GetPortPixMap.
539         (mac_scroll_area): Use Carbon routines GetWindowPort and
540         GetQDGlobalsScreenBits.
541         (x_flush): Call Carbon routine QDFlushPortBuffer.
542         (x_update_end): Use Carbon routine GetWindowPort; call x_flush.
543         (x_draw_fringe_bitmap): Call mac_reset_clipping before returning.
544         (x_draw_image_glyph_string): Likewise.
545         (x_draw_stretch_glyph_string): Likewise.
546         (construct_mouse_click): Call Carbon routine GetWindowPort.
547         (note_mouse_movement): Call Carbon routine GetWindowPortBounds.
548         (XTmouse_position): Call Carbon routine GetWindowPort.
549         (x_scroll_bar_create): Create scroll bar with proc
550         kControlScrollBarProc.
551         (XTset_vertical_scroll_bar) [MAC_OSX]: Set width to 16.
552         (activate_scroll_bar): Call ActivateControl instead of
553         SetControlMaximum.
554         (deactivate_scroll_bar): Call DeactivateControl instead of
555         SetControlMaximum.
556         (x_scroll_bar_handle_click): Use default case for scroll
557         indicator.
558         (x_scroll_bar_report_motion): Call Carbon routine GetWindowPort.
559         (x_calc_absolute_position): Call Carbon routines GetWindowPort and
560         GetWindowPortBounds.
561         (init_font_name_table): Call Carbon Font Manager routines to
562         iterate through all fonts.
563         (XLoadQueryFont): Call Carbon routines GetPortTextFont,
564         GetPortTextSize, and GetPortTextFace.
565         (do_init_managers): Do not initialize Mac Toolbox under Carbon.
566         (is_emacs_window): New function to filter out non-Emacs windows
567         passed back by WaitNextEvent.
568         (do_mouse_moved): Call Carbon routine GetWindowPort.
569         (do_apple_menu): No apple menu handler under Carbon.
570         (do_zoom_window): Call Carbon routines GetWindowPort,
571         GetQDGlobalsScreenBits, SetWindowStandardState, and
572         GetWindowPortBounds.
573         (init_required_apple_events): Use UPP procedure type converter.
574         (main): Don't define for Carbon version.
575         (XTread_socket): Don't check interrupt_input_blocked.  Don't call
576         check_alarm.  Call Carbon routines GetWindowPort,
577         GetQDGlobalScreenBits, GetWindowPortBounds, and InvalWindowRect.
578         (NewMacWindow): Set making_terminal_window to 0.  Call Carbon
579         routine GetWindowPort.
580         (mac_initialize): Rename from x_initialize.  Use new Doc string
581         format.
582
583         * inc/macterm.h: Synchronize with changes in w32term.h.
584
585         * inc/macgui.h [MAC_OSX]: Use OpaqueWindowPtr* instead of
586         WindowPtr.
587
588 2002-01-28  Kim F. Storm  <storm@cua.dk>
589
590         * src/macterm.c (x_erase_phys_cursor): Don't erase cursor if
591         cursor row is invisible.  This can happen if cursor is on top line
592         of a window, and we switch to a buffer with a header line.
593
594 2001-12-22  Pavel Jan,Am(Bk  <Pavel@Janik.cz>
595
596         * cw5-mcp.xml, cw6-mcp.xml, makefile.MPW: Remove mocklisp files.
597
598 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
599
600         * src/macfns.c (x_report_frame_params): Make the scroll-bar-width
601         frame parameter have a numeric value all the time.
602
603 2001-12-08  Pavel Jan,Am(Bk  <Pavel@Janik.cz>
604
605         * COPYING: New file.
606
607 2001-12-06  Kim F. Storm  <storm@cua.dk>
608
609         * src/macfns.c (x_report_frame_params): Return actual fringe widths.
610
611 2001-12-01  Kim F. Storm  <storm@cua.dk>
612
613         The following changes add left-fringe and right-fringe
614         frame parameters to adjust fringe widths, or remove one or
615         both fringes.  See ../src/ChangeLog for details.
616
617         * inc/macterm.h: Merged changes from xterm.h.
618         * src/macterm.c: Merged changes from xterm.c.
619         * src/macfns.c: Merged changes from xfns.c.
620
621 2001-11-16  Pavel Jan,Am(Bk  <Pavel@Janik.cz>
622
623         * src/macterm.c (waiting_for_input): Remove unnecessary declaration.
624
625 2001-11-16  Kim F. Storm  <storm@cua.dk>
626
627         The following changes are made to clean up the various internal
628         references to the fringes to actually use the term `fringe'.
629
630         * src/macfns.c: Use renamed symbols.
631
632         * src/macterm.c: Comment fixes. Use renamed symbols.
633         (fringe_bitmap_type): Renamed from bitmap_type.
634         (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
635         (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
636         (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
637
638         * inc/macterm.h: Comment fixes. Use renamed symbols.
639         (fringes_extra): Renamed from flags_areas_extra.
640         (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
641         (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
642         (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
643         (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
644         (FRAME_X_LEFT_FRINGE_WIDTH): Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
645         (FRAME_X_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
646
647 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
648
649         * (Version 21.1 released.)
650
651 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
652
653         * src/macfns.c (x_create_bitmap_from_file, x_find_image_file):
654         * src/mac.c (run_mac_command): Update calls to openp.
655
656 2001-10-08  Stefan Monnier  <monnier@cs.yale.edu>
657
658         * src/macmenu.c (Fx_popup_menu): Use Fkeymap_prompt.
659
660         * src/macterm.c: Include keymap.h.
661         (note_mode_line_highlight): Use KEYMAPP.
662
663 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
664
665         * Branch for 21.1.
666
667 2001-09-04  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
668
669         * src/macmenu.c (mac_menu_show): Use refcon of selected menu item.
670
671         * src/macterm.c (XTread_socket): Read all pending events in the
672         event queue instead of one.
673         (mac_to_x_fontname): Return name with jisx0201.1976-0 encoding if
674         a script code of -smJapanese is specified.
675         (x_font_name_to_mac_font_name): Also recognize the jisx0201.1976-0
676         encoding.
677         (init_font_name_table): Use a script code of -smJapanese instead
678         of smRoman for the second entry of a Japanese font.
679         (XLoadQueryFont): Recognize a font as having the smRoman script
680         code if its encoding is jisx0201.1976-0.
681
682         * makefile.MPW: Generate etc/DOC file from .elc files instead of
683         .el files.
684
685         * src/mac.c (stat): Don't fail for aliases.
686         (sys_open) [__MRC__]: Set file creator and type for newly-created
687         files.
688         (sleep) [__MRC__]: Place loop around WaitNextEvent to check time
689         elapsed instead of use WaitNextEvent call as a delay.
690
691 2001-08-24  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
692
693         * src/macterm.c (init_font_name_table): Add an additional entry to
694         the font table with the script code smRoman for each Apple
695         Japanese font.
696         (XLoadQueryFont): Recognize a font as having the smRoman script
697         code even when FontToScript returns smJapanese if it is one of
698         those created above.
699
700 2001-08-21  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
701
702         * INSTALL: Add to the note on using -opt speed in MPW the function
703         macterm.c (x_draw_hollow_cursor).
704
705         * src/macterm.c (mac_scroll_area): Call CopyBits with local
706         coordinates and portBits instead of global coordinates and
707         screenBits.  Set fore color and back color to black and white,
708         respectively, before calling CopyBits.
709
710         * src/macterm.c (local_to_global_coord): Comment out.
711
712         * src/mac.c (mac-filename-to-unix): Change to
713         mac-file-name-to-posix.
714         (unix-filename-to-mac): Change to posix-file-name-to-mac.
715         (mac_to_unix_pathname): Change to mac_to_posix_pathname.
716         (unix_to_mac_pathname): Change to posix_to_mac_pathname.
717
718         * src/macterm.c (do_ae_open_documents): Change call to
719         mac_to_unix_pathname to mac_to_posix_pathname.
720
721 2001-07-26  Andrew Choi  <akochoi@i-cable.com>
722
723         * inc/macterm.h (x_display_list): Declare extern.
724
725 2001-07-20  Pavel Jan,Am(Bk  <Pavel@Janik.cz>
726
727         * src/macterm.c (xim_open_dpy): Fix typo.
728
729 2001-06-26  Andrew Choi  <akochoi@i-cable.com>
730
731         * README: Change references to SourceForge site to
732         ftp://ftp.gnu.org/gnu/mac/emacs/.
733
734 2001-05-15  Gerd Moellmann  <gerd@gnu.org>
735
736         * src/macterm.c (clear_mouse_face): Check for nil tip_frame.
737
738 2001-05-15  Andrew Choi  <akochoi@i-cable.com>
739
740         * src/Emacs.r: Change About box message.
741
742         * makefile.MPW: Add md5.c.x to EmacsObjects.
743
744         * src/mac.c (select): Call WaitNextEvent instead of Delay.
745         (pause): Ditto.
746         (sleep): Ditto.
747
748         * src/macterm.c (do_app_resume): Set cursor to arrow.
749         (clear_mouse_face): check for NIL Lisp object instead of null
750         pointer.
751
752         * INSTALL: Delete note on compiling Lisp files on a Unix system.
753         Add note on turning off end of line conversion.
754
755 2001-02-27  Andrew Choi  <akochoi@i-cable.com>
756
757         * src/macfns.c: Rename everything containing *busy_cursor* and
758         similar to *hourglass*.
759         Change IMAGE_POSITIVE_INTEGER_VALUE to
760         IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout.
761         (x_set_font): If font hasn't changed, avoid recomputing faces and
762         other things, as in xfns.c.
763         (Qcancel_timer): New variable.
764         (syms_of_macfns): Rename x-busy-pointer-shape to
765         x-hourglass-pointer-shape, display-busy-cursor to
766         display-hourglass, busy-cursor-delay to hourglass-delay, as in
767         xfns.c.
768         (x_set_tool_bar_lines): Modify as in xfns.c
769         (x_change_window_heights): New function.
770
771         * inc/macterm.h (struct x_output): Rename busy_cursor to
772         hourglass_cursor, busy_window to hourglass_window, busy_p to
773         hourglass_p, as in xterm.h.
774
775         * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
776         safe_run_hooks, as in xmenu.c.
777
778         * src/macterm.c (do_check_ram_size): New function.
779
780         * src/Emacs.r: Add ALRT resource #129 for alert when there is over
781         256 MB RAM.
782
783 2001-02-20  Andrew Choi  <akochoi@i-cable.com>
784
785         * mac/INSTALL:
786         * mac/README:
787         * mac/cw5-mcp.xml:
788         * mac/cw6-mcp.xml:
789         * mac/inc/alloca.h:
790         * mac/inc/defs-cw5.h:
791         * mac/inc/defs-cw6.h: Added copyright notice.
792
793 2001-01-28  Andrew Choi  <akochoi@i-cable.com>
794
795         * src/macterm.c (mac_font_pattern_match): Allocate three more
796         bytes to regex for '^', '$', and '\0'.
797
798         * src/macterm.c (x_list_fonts): Protect pattern and newlist from
799         garbage collection.
800
801         * src/macfns.c (QCconversion): Replaces QCalgorithm.
802
803         * src/macfns.c (image_ascent, lookup_image): Adapt to change of
804         image margins.
805
806         * src/macterm.c (x_produce_image_glyph, x_draw_image_foreground)
807         (x_draw_image_relief, x_draw_image_foreground_1)
808         (x_draw_image_glyph_string): Adapt to change of image margins.
809
810         * src/macterm.c (mac_to_x_fontname): Change charset name of
811         Simplify Chinese fonts from gb2312 to gb2312.1980 and Korean fonts
812         from ksc5601 to ksc5601.1989.
813
814 2000-12-12  Andrew Choi  <akochoi@i-cable.com>
815
816         * cw5-mcp.xml: add md5.c to project.
817
818         * cw6-mcp.xml: add md5.c to project.
819
820         * src/macfns.c (x_create_tip_frame, Fx_hide_tip): change to handle
821         Lisp_Object type tip_frame (was struct frame *) as in xfns.c.
822
823 2000-11-26  Andrew Choi  <akochoi@i-cable.com>
824
825         * src/macterm.c (x_handle_tool_bar_click):
826         (note_tool_bar_highlight): change references to members deleted
827         from struct frame as in xterm.c.
828
829         * inc/epaths.h: set PATH_EXEC to ~emacs/mac instead of
830         ~emacs/mac/bin.
831
832 2000-10-25  Andrew Choi  <akochoi@i-cable.com>
833
834         * cw5-mcp.xml: renamed from emacs-cw5.mcp.xml.
835
836         * cw6-mcp.xml: renamed from emacs-cw6.mcp.xml.
837
838         * inc/defs-cw5.h: renamed from inc/cmdline-defs-cw5.h.
839
840         * inc/defs-cw6.h: renamed from inc/cmdline-defs-cw6.h.
841
842 2000-10-24  Andrew Choi  <akochoi@i-cable.com>
843
844         * src/macterm.c (XTread_socket): check whether Lisp variable
845         mac-ready-for-drag-n-drop is bound rather than non-nil value.
846
847 2000-10-20  Andrew Choi  <akochoi@users.sourceforge.net>
848
849         * INSTALL: New file.
850
851         * README: New file.
852
853         * TODO: New file.
854
855         * emacs-cw5.mcp.xml: New file.
856
857         * emacs-cw6.mcp.xml: New file.
858
859         * makefile.MPW: New file.
860
861         * inc/alloca.h: New file.
862
863         * inc/cmdline-defs-cw5.h: New file.
864
865         * inc/cmdline-defs-cw6.h: New file.
866
867         * inc/config.h: New file.
868
869         * inc/dirent.h: New file.
870
871         * inc/epaths.h: New file.
872
873         * inc/m-mac.h: New file.
874
875         * inc/macgui.h: New file.
876
877         * inc/macterm.h: New file.
878
879         * inc/pwd.h: New file.
880
881         * inc/s-mac.h: New file.
882
883         * inc/termio.h: New file.
884
885         * inc/utime.h: New file.
886
887         * inc/utsname.h: New file.
888
889         * inc/sys/file.h: New file.
890
891         * inc/sys/ioctl.h: New file.
892
893         * inc/sys/param.h: New file.
894
895         * inc/sys/stat.h: New file.
896
897         * inc/sys/time.h: New file.
898
899         * inc/sys/types.h: New file.
900
901         * src/Emacs.r: New file.
902
903         * src/EmacsMPW.r: New file.
904
905         * src/chdir.c: New file.
906
907         * src/mac.c: New file.
908
909         * src/macfns.c: New file.
910
911         * src/macmenu.c: New file.
912
913         * src/macterm.c: New file.
914
915 ;; Local Variables:
916 ;; coding: iso-2022-7bit-dos
917 ;; add-log-time-zone-rule: t
918 ;; End:
919
920     Copyright (C) 2001, 2002, 2003, 2004, 2005,
921         2006, 2007, 2008 Free Software Foundation, Inc.
922
923   This file is part of GNU Emacs.
924
925   GNU Emacs is free software; you can redistribute it and/or modify
926   it under the terms of the GNU General Public License as published by
927   the Free Software Foundation; either version 3, or (at your option)
928   any later version.
929
930   GNU Emacs is distributed in the hope that it will be useful,
931   but WITHOUT ANY WARRANTY; without even the implied warranty of
932   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
933   GNU General Public License for more details.
934
935   You should have received a copy of the GNU General Public License
936   along with GNU Emacs; see the file COPYING.  If not, write to the
937   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
938   Boston, MA 02110-1301, USA.
939
940 ;;; arch-tag: c6fd43f7-0e50-4c0a-ac82-1c8a9e45a9bf
Note: See TracBrowser for help on using the browser.