log src/mac.c @ 69898:601830ae280c

age author description
Sun, 12 Mar 2006 08:19:42 +0000 YAMAMOTO Mitsuharu (sys_select) [USE_CG_DRAWING]: Call mac_prepare_for_quickdraw.
Mon, 06 Feb 2006 15:23:23 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Thu, 05 Jan 2006 08:14:12 +0000 YAMAMOTO Mitsuharu (mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
Sat, 24 Dec 2005 02:50:11 +0000 YAMAMOTO Mitsuharu (posix_pathname_to_fsspec, fsspec_to_posix_pathname): Add
Thu, 22 Dec 2005 08:16:53 +0000 YAMAMOTO Mitsuharu (Fmac_coerce_ae_data) [MAC_OSX]: Fix memory leak.
Mon, 19 Dec 2005 08:30:27 +0000 YAMAMOTO Mitsuharu (create_apple_event_from_event_ref): Remove arg `types'.
Sat, 10 Dec 2005 01:49:36 +0000 YAMAMOTO Mitsuharu (Qundecoded_file_name): New variable.
Wed, 23 Nov 2005 07:19:16 +0000 YAMAMOTO Mitsuharu (DECODE_UTF_8): Remove macro.
Tue, 15 Nov 2005 07:56:14 +0000 YAMAMOTO Mitsuharu (HASHKEY_QUERY_CACHE): New define.
Wed, 09 Nov 2005 08:07:59 +0000 YAMAMOTO Mitsuharu [MAC_OSX] (init_mac_osx_environment): Reinitialize locale
Sun, 16 Oct 2005 02:22:16 +0000 YAMAMOTO Mitsuharu [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp): Allow nil
Sun, 07 Aug 2005 12:33:19 +0000 Thien-Thi Nguyen Update years in copyright notice; nfc.
Sat, 23 Jul 2005 07:47:51 +0000 YAMAMOTO Mitsuharu Don't include stdlib.h or string.h.
Thu, 21 Jul 2005 05:36:04 +0000 Stefan Monnier (Fmac_code_convert_string): Add comment about Fstring_as_unibyte.
Sat, 16 Jul 2005 07:16:42 +0000 YAMAMOTO Mitsuharu [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Use
Tue, 12 Jul 2005 11:33:42 +0000 YAMAMOTO Mitsuharu [!TARGET_API_MAC_CARBON] Include charset.h, coding.h, and Endian.h.
Sun, 10 Jul 2005 18:17:18 +0000 Steven Tamm Adding in functions for setting and retrieving file type info
Mon, 04 Jul 2005 16:49:24 +0000 Lute Kamstra Update FSF's address.
Fri, 13 May 2005 08:44:20 +0000 YAMAMOTO Mitsuharu [!MAC_OSX] Include keyboard.h and syssignal.h.
Tue, 03 May 2005 18:19:34 +0000 Jan Dj¸«£rv * mac.c: #undef init_process so not to conflict with system headers.
Fri, 29 Apr 2005 09:00:07 +0000 YAMAMOTO Mitsuharu Don't include time.h. Include sysselect.h after systime.h.
Sun, 24 Apr 2005 06:05:39 +0000 YAMAMOTO Mitsuharu [!TARGET_API_MAC_CARBON]: Don't include charset.h or coding.h.
Sat, 16 Apr 2005 03:03:02 +0000 YAMAMOTO Mitsuharu Include charset.h and coding.h.
Thu, 14 Apr 2005 09:25:01 +0000 YAMAMOTO Mitsuharu [!TARGET_API_MAC_CARBON]: Include MacLocales.h. Don't include
Wed, 06 Apr 2005 02:23:37 +0000 YAMAMOTO Mitsuharu (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
Thu, 17 Mar 2005 08:02:24 +0000 YAMAMOTO Mitsuharu (HASHKEY_TERMINAL): Remove.
Wed, 16 Mar 2005 08:24:47 +0000 YAMAMOTO Mitsuharu Fix typo (skip_while_space -> skip_white_space).
Wed, 16 Mar 2005 08:05:56 +0000 YAMAMOTO Mitsuharu Include macterm.h instead of directly including Carbon.h.
Fri, 04 Mar 2005 11:08:05 +0000 YAMAMOTO Mitsuharu [!MAC_OSX && HAVE_CARBON]: Include Carbon.h.
Thu, 03 Feb 2005 11:55:47 +0000 YAMAMOTO Mitsuharu Use MAC_OS_X_VERSION_MAX_ALLOWED to conditionalize by the compiling OS